Commit Graph

399 Commits

Author SHA1 Message Date
fiatjaf 4eb5e929d4 blossom: upload from stdin. 2025-05-14 23:43:11 -03:00
fiatjaf 150625ee74 remove debug.PrintStack() 2025-05-12 09:20:27 -03:00
fiatjaf fc255b5a9a optimized clamped error message for status code failures. 2025-05-11 12:15:50 -03:00
fiatjaf 5bcf2da794 adapt serve to variable max eventstores. 2025-05-11 12:09:56 -03:00
fiatjaf aadcc73906 adapt to since and until not being pointers. 2025-05-08 09:59:03 -03:00
fiatjaf f799c65779 add nak publish to README. 2025-05-07 07:59:43 -03:00
fiatjaf c3822225b4 small tweaks to readme examples. 2025-05-06 11:50:29 -03:00
fiatjaf 67e291e80d nak publish 2025-05-06 00:56:49 -03:00
fiatjaf 83195d9a00 fs: use sdk/PrepareNoteEvent() when publishing. 2025-05-06 00:05:50 -03:00
fiatjaf f9033f778d adapt wallet to upstream changes. 2025-05-05 16:57:05 -03:00
fiatjaf 9055f98f66 use color.Output and color.Error instead of os.Stdout and os.Stderr in some places. 2025-05-03 21:45:28 -03:00
fiatjaf 02f22a8c2f nak event --confirm 2025-05-03 21:44:59 -03:00
Alex Gleason f98bd7483f allow --prompt-sec to be used with pipes 2025-05-03 11:58:17 -03:00
fiatjaf 3005c62566 blossom method name update. 2025-05-03 07:22:08 -03:00
fiatjaf e91a454fc0 nak encode that takes json from stdin. 2025-04-25 13:30:32 -03:00
fiatjaf 148f6e8bcb remove cruft and comments from flags.go 2025-04-25 12:45:38 -03:00
fiatjaf 024111a8be fix bunker client key variable. 2025-04-24 13:22:44 -03:00
fiatjaf 8fba611ad0 mcp: make search return multiple users and also their name and description. 2025-04-22 15:32:48 -03:00
fiatjaf 4d12550d74 bunker: cosmetic fixes. 2025-04-22 08:38:00 -03:00
fiatjaf 5d44600f17 test and fixes. 2025-04-21 18:09:27 -03:00
fiatjaf 5a8c7df811 fix and simplify `nak decode`. 2025-04-21 15:37:13 -03:00
fiatjaf 01be954ae6 use badger for outbox hints. 2025-04-21 15:33:49 -03:00
fiatjaf d733a31898 convert to using nostrlib. 2025-04-20 18:11:21 -03:00
fiatjaf 1b43dbda02 remove dvm command. 2025-04-19 18:07:01 -03:00
fiatjaf e45b54ea62 fix nak mcp. 2025-04-10 16:59:56 -03:00
fiatjaf 35da063c30 precheck for validity of relay URLs and prevent unwanted crash otherwise. 2025-04-07 23:13:32 -03:00
fiatjaf 15aefe3df4 more examples on readme. 2025-04-03 22:17:30 -03:00
fiatjaf 55fd631787 fix term.GetSize() when piping. 2025-04-03 22:08:11 -03:00
fiatjaf 6f48c29d0f fix go-nostr dependency. 2025-04-03 21:31:12 -03:00
fiatjaf 703c186958 much more colors everywhere and everything is prettier. 2025-04-03 14:50:25 -03:00
fiatjaf 7ae2e686cb more colors. 2025-04-03 11:57:18 -03:00
fiatjaf 9547711e8d nice dynamic UI when connecting to relays, and go much faster concurrently. 2025-04-03 11:42:33 -03:00
fiatjaf 50119e21e6 fix nip73.ExternalPointer reference 2025-04-02 22:38:12 -03:00
fiatjaf 33f4272dd0 update go-nostr to maybe fix nip-60 wallets? 2025-04-02 22:37:59 -03:00
fiatjaf 7b6f387aad tags GetFirst() => Find() 2025-03-29 17:12:31 -03:00
fiatjaf b1a03800e6 add fake `fs` command that doesn't work when compiling for windows but at least compiles. 2025-03-19 15:12:39 -03:00
fiatjaf db5dafb58a fix arm64 builds by removing base64x dependencies. 2025-03-19 15:05:27 -03:00
fiatjaf 4b15cdf625 fs: publishing new notes by writing to ./notes/new 2025-03-15 00:34:13 -03:00
fiatjaf 4b8c067e00 fs: creating articles (and presumably wikis); fixes and improvements to editing articles. 2025-03-13 01:13:34 -03:00
fiatjaf 931da4b0ae fs: editable articles and wiki. 2025-03-12 08:03:10 -03:00
fiatjaf c87371208e fs: pass NostrRoot everywhere with a signer only if it can actually sign. 2025-03-11 13:18:33 -03:00
fiatjaf bfe1e6ca94 fs: rename pictures -> photos. 2025-03-11 12:38:35 -03:00
fiatjaf 602e03a9a1 fs: do not paginate videos and highlights (should make this dynamic in the future). 2025-03-11 12:38:32 -03:00
fiatjaf 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). 2025-03-11 12:37:27 -03:00
fiatjaf d899a92f15 trying to get this thing to build again on github. 2025-03-10 17:36:44 -03:00
fiatjaf 1c058f2846 fix github builds by removing some odd platform combinations. 2025-03-10 17:18:14 -03:00
fiatjaf 4b4d9ec155 fs: some fixes and profile pictures. 2025-03-10 17:07:02 -03:00
fiatjaf 3031568266 fs: articles and wikis. 2025-03-10 16:02:52 -03:00
fiatjaf a828ee3793 fs: a much more complete directory hierarchy and everything mostly working in read-only mode. 2025-03-10 14:38:19 -03:00
fiatjaf 186948db9a fs: deterministic inode numbers. 2025-03-09 00:17:56 -03:00