Commit Graph
308 Commits
Author SHA1 Message Date
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. v0.12.3 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. v0.12.2 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. v0.12.1 2025-03-10 14:38:19 -03:00
fiatjaf 186948db9a fs: deterministic inode numbers. 2025-03-09 00:17:56 -03:00
fiatjaf 5fe354f642 fs: symlink from @me to ourselves. 2025-03-09 00:13:30 -03:00
fiatjaf 3d961d4bec fs: something that makes more sense. 2025-03-08 12:52:05 -03:00
fiatjaf d6a23bd00c experimental nak fs 2025-03-08 10:51:44 -03:00
fiatjaf c1248eb37b update dependencies, includes authenticated blossom blob uploads. v0.12.0 2025-03-07 10:23:52 -03:00
fiatjaf c60bb82be8 small fixes on dvm flags and stuff. 2025-03-06 08:06:27 -03:00
fiatjaf f5316a0f35 preliminary (broken) dvm support. 2025-03-05 22:01:24 -03:00
fiatjaf e6448debf2 blossom command moved into here. 2025-03-05 00:37:42 -03:00
fiatjaf 7bb7543ef7 serve: setup relay info. 2025-03-03 16:29:20 -03:00
fiatjaf 43a3e5f40d event: support reading --content from a file if the name starts with @. 2025-02-18 18:19:36 -03:00
fiatjaf 707e5b3918 req: print at least something when auth fails. 2025-02-17 17:01:29 -03:00
fiatjaf faca2e50f0 adapt to FetchSpecificEvent() changes. 2025-02-17 16:54:31 -03:00
fiatjaf 26930d40bc migrate to urfave/cli/v3 again now that they have flags after arguments. 2025-02-16 13:02:04 -03:00
fiatjaf 17920d8aef adapt to go-nostr's new methods that take just one filter (and paginator). 2025-02-13 23:10:18 -03:00
fiatjaf 95bed5d5a8 nak req --ids-only v0.11.4 2025-02-12 16:37:17 -03:00
fiatjaf 2e30dfe2eb wallet: fix nutzap error message. 2025-02-12 15:51:00 -03:00
fiatjaf 55c6f75b8a mcp: fix a bunch of stupid bugs. v0.11.3 2025-02-07 16:54:23 -03:00
fiatjaf 1f2492c9b1 fix multiline handler thing for when we're don't have any stdin. v0.11.2 2025-02-05 20:42:55 -03:00
fiatjaf d00976a669 curl: assume POST when there is data and no method is specified. v0.11.1 2025-02-05 10:39:30 -03:00
fiatjaf 4392293ed6 curl method and negative make fixes. 2025-02-05 10:22:04 -03:00
fiatjaf 60d1292f80 parse multiline json from input on nak event and nak req, use iterators instead of channels for more efficient stdin parsing. 2025-02-05 09:44:16 -03:00
fiatjaf 6c634d8081 nak curl 2025-02-04 23:20:35 -03:00
fiatjaf 1e353680bc wallet: adapt to single-wallet nip60 mode and implement nutzapping. v0.11.0 2025-02-04 22:38:40 -03:00
fiatjaf ff8701a3b0 fetch: stop adding kind:0 to all requests when they already have a kind specified. 2025-02-03 15:54:12 -03:00
fiatjaf ad6b8c4ba5 more mcp stuff. 2025-02-02 00:21:25 -03:00
fiatjaf dba3f648ad experimental mcp server. 2025-01-31 23:44:03 -03:00
fiatjaf 12a1f1563e wallet pay and fix missing tokens because the program was exiting before they were saved. 2025-01-30 19:59:54 -03:00
fiatjaf e2dd3ca544 fix -v verbose flag (it was being used by the default --version flag). 2025-01-30 19:58:17 -03:00
fiatjaf df5ebd3f56 global verbose flag. 2025-01-30 16:06:16 -03:00
fiatjaf 81571c6952 global bold/italic helpers. 2025-01-30 16:05:51 -03:00
fiatjaf 6e43a6b733 reword NIP-XX to nipXX everywhere. 2025-01-29 19:13:30 -03:00
fiatjaf 943e8835f9 nak wallet 2025-01-28 23:50:09 -03:00
fiatjaf 6b659c1552 fix @mleku unnecessary newlines. 2025-01-28 23:50:09 -03:00
mlekuandfiatjaf_ aa53f2cd60 show env var in help, reset terminal mode correctly 2025-01-21 16:14:59 -03:00
fiatjaf 5509095277 nak outbox 2025-01-18 18:40:19 -03:00
fiatjaf a3ef9b45de update go-nostr to solve some websocket things like a stupid limit to the websocket message. v0.10.1 2025-01-18 15:45:08 -03:00
fiatjaf df20a3241a update go-nostr to fix url path normalization (@pablof7z's @primalhq NWC bug). v0.10.0 2025-01-16 21:46:43 -03:00
fiatjaf 53a2451303 update go-nostr and adjust user-agent stuff.
this changes the websocket library we were using.
2025-01-16 16:02:08 -03:00
fiatjaf 2d992f235e bunker: fix MarshalIndent() is not allowed to have a prefix on json-iterator. v0.9.1 2024-12-13 23:27:08 -03:00
franzapandfiatjaf_ 7675929056 Add zapstore.yaml 2024-12-11 19:02:56 -03:00
fiatjaf 7f608588a2 improve count and support hyperloglog aggregation. 2024-12-10 23:28:36 -03:00
fiatjaf fd5cd55f6f replace encoding/json with json-iterator everywhere so we get rid of HTML encoding and maybe be faster. v0.9.0 2024-12-03 00:43:52 -03:00