Commit Graph

  • d733a31898 convert to using nostrlib. fiatjaf 2025-04-20 18:11:21 -0300
  • 1b43dbda02 remove dvm command. fiatjaf 2025-04-19 18:07:01 -0300
  • e45b54ea62 fix nak mcp. fiatjaf 2025-04-10 16:59:56 -0300
  • 35da063c30 precheck for validity of relay URLs and prevent unwanted crash otherwise. v0.13.2 fiatjaf 2025-04-07 23:13:32 -0300
  • 079d9cbff2
    Allow --prompt-sec to be used with pipes Alex Gleason 2025-04-04 11:34:23 -0500
  • 15aefe3df4 more examples on readme. fiatjaf 2025-04-03 22:17:30 -0300
  • 55fd631787 fix term.GetSize() when piping. v0.13.1 fiatjaf 2025-04-03 22:08:11 -0300
  • 6f48c29d0f fix go-nostr dependency. v0.13.0 fiatjaf 2025-04-03 21:31:12 -0300
  • 703c186958 much more colors everywhere and everything is prettier. fiatjaf 2025-04-03 14:50:25 -0300
  • 7ae2e686cb more colors. fiatjaf 2025-04-03 11:57:18 -0300
  • 9547711e8d nice dynamic UI when connecting to relays, and go much faster concurrently. fiatjaf 2025-04-03 11:42:33 -0300
  • 50119e21e6 fix nip73.ExternalPointer reference fiatjaf 2025-04-02 22:38:12 -0300
  • 33f4272dd0 update go-nostr to maybe fix nip-60 wallets? fiatjaf 2025-04-02 22:37:59 -0300
  • 7b6f387aad tags GetFirst() => Find() fiatjaf 2025-03-29 17:12:31 -0300
  • 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 -0300
  • db5dafb58a fix arm64 builds by removing base64x dependencies. v0.12.5 fiatjaf 2025-03-19 15:05:27 -0300
  • 4b15cdf625 fs: publishing new notes by writing to ./notes/new v0.12.4 fiatjaf 2025-03-15 00:33:14 -0300
  • 4b8c067e00 fs: creating articles (and presumably wikis); fixes and improvements to editing articles. fiatjaf 2025-03-13 01:13:34 -0300
  • 931da4b0ae fs: editable articles and wiki. fiatjaf 2025-03-12 08:03:10 -0300
  • c87371208e fs: pass NostrRoot everywhere with a signer only if it can actually sign. fiatjaf 2025-03-11 13:18:33 -0300
  • bfe1e6ca94 fs: rename pictures -> photos. fiatjaf 2025-03-11 12:38:20 -0300
  • 602e03a9a1 fs: do not paginate videos and highlights (should make this dynamic in the future). fiatjaf 2025-03-11 12:37:38 -0300
  • 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 -0300
  • d899a92f15 trying to get this thing to build again on github. v0.12.3 fiatjaf 2025-03-10 17:36:44 -0300
  • 1c058f2846 fix github builds by removing some odd platform combinations. fiatjaf 2025-03-10 17:13:19 -0300
  • 4b4d9ec155 fs: some fixes and profile pictures. fiatjaf 2025-03-10 17:06:59 -0300
  • 3031568266 fs: articles and wikis. v0.12.2 fiatjaf 2025-03-10 16:02:47 -0300
  • 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 -0300
  • 186948db9a fs: deterministic inode numbers. fiatjaf 2025-03-09 00:17:56 -0300
  • 5fe354f642 fs: symlink from @me to ourselves. fiatjaf 2025-03-09 00:13:30 -0300
  • 3d961d4bec fs: something that makes more sense. fiatjaf 2025-03-08 12:52:05 -0300
  • d6a23bd00c experimental `nak fs` fiatjaf 2025-03-08 10:51:44 -0300
  • c1248eb37b update dependencies, includes authenticated blossom blob uploads. v0.12.0 fiatjaf 2025-03-07 10:23:37 -0300
  • c60bb82be8 small fixes on dvm flags and stuff. fiatjaf 2025-03-06 08:06:27 -0300
  • f5316a0f35 preliminary (broken) dvm support. fiatjaf 2025-03-05 22:01:24 -0300
  • e6448debf2 blossom command moved into here. fiatjaf 2025-03-05 00:32:40 -0300
  • 7bb7543ef7 serve: setup relay info. fiatjaf 2025-03-03 16:29:20 -0300
  • 43a3e5f40d event: support reading --content from a file if the name starts with @. fiatjaf 2025-02-18 18:19:36 -0300
  • 707e5b3918 req: print at least something when auth fails. fiatjaf 2025-02-17 17:00:21 -0300
  • faca2e50f0 adapt to FetchSpecificEvent() changes. fiatjaf 2025-02-17 16:54:31 -0300
  • 26930d40bc migrate to urfave/cli/v3 again now that they have flags after arguments. fiatjaf 2025-02-16 13:02:04 -0300
  • 17920d8aef adapt to go-nostr's new methods that take just one filter (and paginator). fiatjaf 2025-02-13 23:09:56 -0300
  • 95bed5d5a8 nak req --ids-only v0.11.4 fiatjaf 2025-02-12 16:37:17 -0300
  • 2e30dfe2eb wallet: fix nutzap error message. fiatjaf 2025-02-12 15:51:00 -0300
  • 55c6f75b8a mcp: fix a bunch of stupid bugs. v0.11.3 fiatjaf 2025-02-07 16:54:23 -0300
  • 1f2492c9b1 fix multiline handler thing for when we're don't have any stdin. v0.11.2 fiatjaf 2025-02-05 20:42:55 -0300
  • d00976a669 curl: assume POST when there is data and no method is specified. v0.11.1 fiatjaf 2025-02-05 10:37:15 -0300
  • 4392293ed6 curl method and negative make fixes. fiatjaf 2025-02-05 10:22:04 -0300
  • 60d1292f80 parse multiline json from input on nak event and nak req, use iterators instead of channels for more efficient stdin parsing. fiatjaf 2025-02-05 09:44:16 -0300
  • 6c634d8081 nak curl fiatjaf 2025-02-04 23:20:35 -0300
  • 1e353680bc wallet: adapt to single-wallet nip60 mode and implement nutzapping. v0.11.0 fiatjaf 2025-02-04 22:38:32 -0300
  • ff8701a3b0 fetch: stop adding kind:0 to all requests when they already have a kind specified. fiatjaf 2025-02-03 15:54:12 -0300
  • ad6b8c4ba5 more mcp stuff. fiatjaf 2025-02-02 00:21:25 -0300
  • dba3f648ad experimental mcp server. fiatjaf 2025-01-31 23:44:03 -0300
  • 12a1f1563e wallet pay and fix missing tokens because the program was exiting before they were saved. fiatjaf 2025-01-30 19:59:54 -0300
  • e2dd3ca544 fix -v verbose flag (it was being used by the default --version flag). fiatjaf 2025-01-30 19:58:17 -0300
  • df5ebd3f56 global verbose flag. fiatjaf 2025-01-30 16:06:16 -0300
  • 81571c6952 global bold/italic helpers. fiatjaf 2025-01-30 16:05:51 -0300
  • 6e43a6b733 reword NIP-XX to nipXX everywhere. fiatjaf 2025-01-29 19:13:30 -0300
  • 943e8835f9 nak wallet fiatjaf 2025-01-28 19:25:39 -0300
  • 6b659c1552 fix @mleku unnecessary newlines. fiatjaf 2025-01-28 23:43:47 -0300
  • aa53f2cd60 show env var in help, reset terminal mode correctly mleku 2025-01-21 16:13:28 -0106
  • 3be1891abb show env var in help, reset terminal mode correctly mleku 2025-01-21 16:13:28 -0106
  • 136b225ab7 Merge remote-tracking branch 'origin/master' mleku 2025-01-21 16:02:40 -0106
  • 3e8b53cd11 show env var, reset terminal mode mleku 2025-01-21 16:01:21 -0106
  • 7d7e127764 remove default nsec 1, show env var, reset terminal mode mleku 2025-01-09 07:48:31 -0106
  • 4092fff5da
    Merge branch 'fiatjaf:master' into master mleku 2025-01-21 17:02:29 +0000
  • 5509095277 nak outbox fiatjaf 2025-01-18 18:33:42 -0300
  • a3ef9b45de update go-nostr to solve some websocket things like a stupid limit to the websocket message. v0.10.1 fiatjaf 2025-01-18 15:45:08 -0300
  • df20a3241a update go-nostr to fix url path normalization (@pablof7z's @primalhq NWC bug). v0.10.0 fiatjaf 2025-01-16 21:46:43 -0300
  • 53a2451303 update go-nostr and adjust user-agent stuff. fiatjaf 2025-01-16 16:02:03 -0300
  • 381526f5e2 remove default nsec 1, show env var, reset terminal mode mleku 2025-01-09 07:48:31 -0106
  • 95bff749f4 remove default nsec 1, show env var, reset terminal mode mleku 2025-01-08 05:16:56 -0106
  • 2d992f235e bunker: fix MarshalIndent() is not allowed to have a prefix on json-iterator. v0.9.1 fiatjaf 2024-12-13 23:27:08 -0300
  • 7675929056 Add zapstore.yaml franzap 2024-12-11 11:17:39 -0300
  • c87a8b23d7 Add zapstore.yaml franzap 2024-12-11 11:17:39 -0300
  • 7f608588a2 improve count and support hyperloglog aggregation. fiatjaf 2024-12-10 23:28:36 -0300
  • fd5cd55f6f replace encoding/json with json-iterator everywhere so we get rid of HTML encoding and maybe be faster. v0.9.0 fiatjaf 2024-12-03 00:42:41 -0300
  • 932361fe8f fix(decode): handle event id flag redraw 2024-12-02 10:00:52 -0300
  • 895d43f716 fix(decode): handle event id flag redraw 2024-12-02 10:00:52 -0300
  • 11ae7bc4d3 add test ExampleDecodePubkey redraw 2024-12-01 23:27:35 -0300
  • 7033bfee19 fix(decode): handle pubkey flag redraw 2024-12-01 23:17:09 -0300
  • 75710a4262 add test ExampleDecodePubkey redraw 2024-12-01 23:27:35 -0300
  • d25f9655d3 fix(decode): handle pubkey flag redraw 2024-12-01 23:17:09 -0300
  • f425097c5a allow filters with long tags (the 1-char restriction is only a convention, not a rule). fiatjaf 2024-11-26 12:05:38 -0300
  • dd0ef2ca64 relay management examples on help. fiatjaf 2024-11-25 12:31:21 -0300
  • 491a094e07 close ch Yasuhiro Matsumoto 2024-11-23 17:33:01 +0900
  • 28bdf9ab83
    close ch Yasuhiro Matsumoto 2024-11-23 17:33:01 +0900
  • 9d619ddf00 remove note1 encoding. fiatjaf 2024-11-19 07:47:11 -0300
  • 5d32739573 update go-nostr again, apparently this was necessary. v0.8.0 fiatjaf 2024-11-12 18:46:38 -0300
  • a187e448f2 get rid of some of the HTML escaping that plagues golang json. fiatjaf 2024-11-11 23:09:15 -0300
  • 9a9e96a829 support $NOSTR_CLIENT_KEY environment variable for --connect-as fiatjaf 2024-11-11 22:33:17 -0300
  • 4c6181d649 update go-nostr so all bunkers are nip44 maximalists. fiatjaf 2024-11-01 08:44:15 -0300
  • 71b106fd45 update go-nostr so we always encrypt nip46 messages with nip44. fiatjaf 2024-10-30 10:38:59 -0300
  • 40892c1228 build arm binary for Raspberry Pi 32bit v0.7.9 Yasuhiro Matsumoto 2024-10-30 10:41:22 +0900
  • e65bae3285
    build arm binary for Raspberry Pi 32bit Yasuhiro Matsumoto 2024-10-30 10:41:22 +0900
  • 847f8aaa69 remove duplicated password decryption prompts by returning the bare key together with the Keyer when it is given. fiatjaf 2024-10-29 21:11:15 -0300
  • 134d1225d6 nak event: presence of key flags indicates the need to resign a given event. fiatjaf 2024-10-29 13:33:24 -0300
  • 464766a836 allow "=" in tag value. fiatjaf 2024-10-27 11:01:29 -0300
  • ea53eca74f update go-nostr for nip44-on-nip46 fixes. v0.7.8 fiatjaf 2024-10-27 09:56:49 -0300