Commit Graph

  • d32654447a feat(bunker): add QR code generation for bunker URI Anthony Accioly 2025-07-03 23:14:00 +01:00
  • fea23aecc3 Add Dockerfile mplorentz 2025-07-02 23:28:36 -03:00
  • cc526acb10 bunker: fix overwriting all keys always with default. v0.15.1 fiatjaf 2025-07-01 15:52:44 -03:00
  • fd19855543 remove a dangling print statement. v0.15.0 fiatjaf 2025-07-01 12:43:04 -03:00
  • ecfe3a298e add persisted bunker and filter examples to readme. fiatjaf 2025-07-01 12:42:57 -03:00
  • 9c5f68a955 bunker: fix handling of provided and stored secret keys. fiatjaf 2025-07-01 12:36:54 -03:00
  • 0aef173e8b nak bunker --persist/--profile fiatjaf 2025-07-01 11:40:34 -03:00
  • 6e4a546212 release with fixes. v0.14.4 fiatjaf 2025-06-27 16:34:59 -03:00
  • 55c9d4ee45 remove the bunker context timeout because it causes the entire bunker to disconnect. fiatjaf 2025-06-27 16:28:21 -03:00
  • 550c89d8d7 slightly improve some error messages. fiatjaf 2025-06-27 13:50:28 -03:00
  • 1e9be3ed84 nak filter fiatjaf 2025-06-27 13:48:36 -03:00
  • 79cbc57dde fix main command error handler printing wrongly formatted stuff. fiatjaf 2025-06-27 13:48:07 -03:00
  • 1e237b4c42 do not fill .Content when "content" is received empty from stdin. fiatjaf 2025-06-23 17:57:44 -03:00
  • 89ec8b9822 simplify README about $NOSTR_CLIENT_KEY. fiatjaf 2025-06-20 21:05:29 -03:00
  • fba83ea39e docs(readme): clarify NIP-46 signing with remote bunker Anthony Accioly 2025-06-21 00:46:39 +01:00
  • bd5569955c fix(helpers): add timeout and verbose logging for bunker connection Anthony Accioly 2025-06-20 23:11:12 +01:00
  • 35ea2582d8 fix: update go.sum to fix build Rui Chen 2025-06-20 15:18:17 -04:00
  • fa63dbfea3 release v0.14.3 v0.14.3 fiatjaf 2025-06-20 11:06:09 -03:00
  • a6509909d0 nostrfs: update pointer thing from nostrlib. fiatjaf 2025-06-08 10:50:03 -03:00
  • 239dd2d42a add example of recording and publishing a voice note. fiatjaf 2025-05-25 23:34:05 -03:00
  • 0073c9bdf1 compile tests again. fiatjaf 2025-05-23 07:52:19 -03:00
  • b5bd2aecf6 Run smoke test on release workflow success. Chris McCormick 2025-05-23 11:40:27 +08:00
  • f27ac6c0e3 Basic smoke tests. Chris McCormick 2025-05-23 11:24:30 +08:00
  • 6e5441aa18 fix type assertions. v0.14.2 fiatjaf 2025-05-22 09:23:24 -03:00
  • 61a68f3dca fix faulty outbox database check logic when it doesn't exist. v0.14.1 fiatjaf 2025-05-21 14:12:07 -03:00
  • f450e735b6 sticky version. v0.14.0 nostrlib fiatjaf 2025-05-20 23:45:54 -03:00
  • 1304a65179 Update zapstore.yaml franzaps 2025-05-20 23:36:06 -03:00
  • aa89093d57 accept bunker URIs in $NOSTR_SECRET_KEY, simplify. fiatjaf 2025-05-20 23:31:54 -03:00
  • 6daf0f4e5c Update zapstore.yaml legacy franzap 2025-05-20 19:39:11 +00:00
  • 4387595437 serve: display number of connections. fiatjaf 2025-05-17 21:42:45 -03:00
  • 4eb5e929d4 blossom: upload from stdin. fiatjaf 2025-05-14 23:36:45 -03:00
  • 150625ee74 remove debug.PrintStack() github/nostrlib fiatjaf 2025-05-12 09:20:27 -03:00
  • fc255b5a9a optimized clamped error message for status code failures. fiatjaf 2025-05-11 12:15:50 -03:00
  • 5bcf2da794 adapt serve to variable max eventstores. fiatjaf 2025-05-11 12:09:56 -03:00
  • aadcc73906 adapt to since and until not being pointers. fiatjaf 2025-05-08 09:59:03 -03:00
  • f799c65779 add nak publish to README. fiatjaf 2025-05-07 07:59:43 -03:00
  • c3822225b4 small tweaks to readme examples. fiatjaf 2025-05-06 11:50:29 -03:00
  • 67e291e80d nak publish fiatjaf 2025-05-06 00:52:49 -03:00
  • 83195d9a00 fs: use sdk/PrepareNoteEvent() when publishing. fiatjaf 2025-05-06 00:05:50 -03:00
  • f9033f778d adapt wallet to upstream changes. fiatjaf 2025-05-05 16:57:05 -03:00
  • 9055f98f66 use color.Output and color.Error instead of os.Stdout and os.Stderr in some places. fiatjaf 2025-05-03 21:45:28 -03:00
  • 02f22a8c2f nak event --confirm fiatjaf 2025-05-03 21:44:59 -03:00
  • f98bd7483f allow --prompt-sec to be used with pipes Alex Gleason 2025-04-04 11:34:23 -05:00
  • bfeaf0710f Allow --prompt-sec to be used with pipes Alex Gleason 2025-04-04 11:34:23 -05:00
  • 3005c62566 blossom method name update. fiatjaf 2025-05-03 07:22:08 -03:00
  • e91a454fc0 nak encode that takes json from stdin. fiatjaf 2025-04-25 13:30:32 -03:00
  • 148f6e8bcb remove cruft and comments from flags.go fiatjaf 2025-04-25 12:45:38 -03:00
  • 024111a8be fix bunker client key variable. fiatjaf 2025-04-24 13:22:44 -03:00
  • 8fba611ad0 mcp: make search return multiple users and also their name and description. fiatjaf 2025-04-22 15:32:48 -03:00
  • 4d12550d74 bunker: cosmetic fixes. fiatjaf 2025-04-22 08:38:00 -03:00
  • 5d44600f17 test and fixes. fiatjaf 2025-04-21 18:09:27 -03:00
  • 5a8c7df811 fix and simplify nak decode. fiatjaf 2025-04-21 15:37:13 -03:00
  • 01be954ae6 use badger for outbox hints. fiatjaf 2025-04-21 15:33:49 -03:00
  • d733a31898 convert to using nostrlib. fiatjaf 2025-04-20 18:11:21 -03:00
  • 1b43dbda02 remove dvm command. fiatjaf 2025-04-19 18:07:01 -03:00
  • e45b54ea62 fix nak mcp. fiatjaf 2025-04-10 16:59:56 -03:00
  • 35da063c30 precheck for validity of relay URLs and prevent unwanted crash otherwise. v0.13.2 fiatjaf 2025-04-07 23:13:32 -03:00
  • 15aefe3df4 more examples on readme. fiatjaf 2025-04-03 22:17:30 -03:00
  • 55fd631787 fix term.GetSize() when piping. v0.13.1 fiatjaf 2025-04-03 22:08:11 -03:00
  • 6f48c29d0f fix go-nostr dependency. v0.13.0 fiatjaf 2025-04-03 21:31:12 -03:00
  • 703c186958 much more colors everywhere and everything is prettier. fiatjaf 2025-04-03 14:50:25 -03:00
  • 7ae2e686cb more colors. fiatjaf 2025-04-03 11:57:18 -03:00
  • 9547711e8d nice dynamic UI when connecting to relays, and go much faster concurrently. fiatjaf 2025-04-03 11:42:33 -03:00
  • 50119e21e6 fix nip73.ExternalPointer reference fiatjaf 2025-04-02 22:38:12 -03:00
  • 33f4272dd0 update go-nostr to maybe fix nip-60 wallets? fiatjaf 2025-04-02 22:37:59 -03:00
  • 7b6f387aad tags GetFirst() => Find() fiatjaf 2025-03-29 17:12:31 -03:00
  • b1a03800e6 add fake fs command that doesn't work when compiling for windows but at least compiles. v0.12.6 fiatjaf 2025-03-19 15:10:17 -03:00
  • db5dafb58a fix arm64 builds by removing base64x dependencies. v0.12.5 fiatjaf 2025-03-19 15:05:27 -03:00
  • 4b15cdf625 fs: publishing new notes by writing to ./notes/new v0.12.4 fiatjaf 2025-03-15 00:33:14 -03:00
  • 4b8c067e00 fs: creating articles (and presumably wikis); fixes and improvements to editing articles. fiatjaf 2025-03-13 01:13:34 -03:00
  • 931da4b0ae fs: editable articles and wiki. fiatjaf 2025-03-12 08:03:10 -03:00
  • c87371208e fs: pass NostrRoot everywhere with a signer only if it can actually sign. fiatjaf 2025-03-11 13:18:33 -03:00
  • bfe1e6ca94 fs: rename pictures -> photos. fiatjaf 2025-03-11 12:38:20 -03:00
  • 602e03a9a1 fs: do not paginate videos and highlights (should make this dynamic in the future). fiatjaf 2025-03-11 12:37:38 -03:00
  • fe1f50f798 fs: logging and proper (?) handling of context passing (basically now we ignore the context given to us by the fuse library because they're weird). fiatjaf 2025-03-11 12:37:27 -03:00
  • d899a92f15 trying to get this thing to build again on github. v0.12.3 fiatjaf 2025-03-10 17:36:44 -03:00
  • 1c058f2846 fix github builds by removing some odd platform combinations. fiatjaf 2025-03-10 17:13:19 -03:00
  • 4b4d9ec155 fs: some fixes and profile pictures. fiatjaf 2025-03-10 17:06:59 -03:00
  • 3031568266 fs: articles and wikis. v0.12.2 fiatjaf 2025-03-10 16:02:47 -03:00
  • a828ee3793 fs: a much more complete directory hierarchy and everything mostly working in read-only mode. v0.12.1 fiatjaf 2025-03-10 14:38:19 -03:00
  • 186948db9a fs: deterministic inode numbers. fiatjaf 2025-03-09 00:17:56 -03:00
  • 5fe354f642 fs: symlink from @me to ourselves. fiatjaf 2025-03-09 00:13:30 -03:00
  • 3d961d4bec fs: something that makes more sense. fiatjaf 2025-03-08 12:52:05 -03:00
  • d6a23bd00c experimental nak fs fiatjaf 2025-03-08 10:51:44 -03:00
  • c1248eb37b update dependencies, includes authenticated blossom blob uploads. v0.12.0 fiatjaf 2025-03-07 10:23:37 -03:00
  • c60bb82be8 small fixes on dvm flags and stuff. fiatjaf 2025-03-06 08:06:27 -03:00
  • f5316a0f35 preliminary (broken) dvm support. fiatjaf 2025-03-05 22:01:24 -03:00
  • e6448debf2 blossom command moved into here. fiatjaf 2025-03-05 00:32:40 -03:00
  • 7bb7543ef7 serve: setup relay info. fiatjaf 2025-03-03 16:29:20 -03:00
  • 43a3e5f40d event: support reading --content from a file if the name starts with @. fiatjaf 2025-02-18 18:19:36 -03:00
  • 707e5b3918 req: print at least something when auth fails. fiatjaf 2025-02-17 17:00:21 -03:00
  • faca2e50f0 adapt to FetchSpecificEvent() changes. fiatjaf 2025-02-17 16:54:31 -03:00
  • 26930d40bc migrate to urfave/cli/v3 again now that they have flags after arguments. fiatjaf 2025-02-16 13:02:04 -03:00
  • 17920d8aef adapt to go-nostr's new methods that take just one filter (and paginator). fiatjaf 2025-02-13 23:09:56 -03:00
  • 95bed5d5a8 nak req --ids-only v0.11.4 fiatjaf 2025-02-12 16:37:17 -03:00
  • 2e30dfe2eb wallet: fix nutzap error message. fiatjaf 2025-02-12 15:51:00 -03:00
  • 55c6f75b8a mcp: fix a bunch of stupid bugs. v0.11.3 fiatjaf 2025-02-07 16:54:23 -03:00
  • 1f2492c9b1 fix multiline handler thing for when we're don't have any stdin. v0.11.2 fiatjaf 2025-02-05 20:42:55 -03:00
  • d00976a669 curl: assume POST when there is data and no method is specified. v0.11.1 fiatjaf 2025-02-05 10:37:15 -03:00
  • 4392293ed6 curl method and negative make fixes. fiatjaf 2025-02-05 10:22:04 -03:00