Commit Graph
514 Commits
Author SHA1 Message Date
fiatjaf f59c8a670d group: editing groups with livekit metadata and getting jwt from the server (can be used with meet.livekit.io for now). 2026-03-05 22:49:23 -03:00
fiatjaf 61a3b89d08 req: handle values from closeds better.
(it may be closed when all is ok, so we shouldn't rely on yielding an actual value)
v0.18.7
2026-03-04 16:16:46 -03:00
fiatjaf d61fdc4cb4 git: fix first publishing of a new repository announcement. 2026-03-04 16:01:22 -03:00
fiatjaf 0735ded0fc update nostrlib to hopefully fix issues with zombie connections. v0.18.6 2026-03-04 00:10:20 -03:00
fiatjaf 5233a77510 nak profile v0.18.5 2026-02-23 20:56:21 -03:00
Alex Gleasonandfiatjaf_ fd34cc7c5e git clone: support NIP-05 names in nostr:// URIs
Resolve NIP-05 identifiers (e.g. chad@chadwick.site) in the owner
position of nostr:// URIs, so 'nak git clone nostr://user@domain/relay/id'
works without manually resolving to an npub first.
2026-02-20 23:11:36 -03:00
JannikStreekandGitHub 2d151c2ac8 Fix: docker build 2026-02-19 10:58:54 -03:00
fiatjaf 037e8efcc6 count: support reading filters from stdin like req. v0.18.4 2026-02-12 14:34:24 -03:00
fiatjaf 1b380dea9a count: support the same flags as req.
fixes https://github.com/fiatjaf/nak/issues/103
2026-02-12 14:25:57 -03:00
fiatjaf f126b3f7ee mcp: searching for pubkeys and nip05s returns them directly. 2026-02-06 13:52:15 -03:00
fiatjaf dc5ffe5129 bunker: fix authorizing pubkeys from --authorized-secrets.
closes https://github.com/fiatjaf/nak/issues/102
2026-02-04 23:26:26 -03:00
Yasuhiro Matsumotoandfiatjaf_ 7637b5018f avoid panic when mint URL has no '://' v0.18.3 2026-02-01 14:24:51 -03:00
Yasuhiro Matsumotoandfiatjaf_ d5ab34bb2f remove redundant if err != nil in main 2026-02-01 14:24:51 -03:00
Yasuhiro Matsumotoandfiatjaf_ 49345333c4 check dateparser error before using date.Time 2026-02-01 14:24:51 -03:00
Yasuhiro Matsumotoandfiatjaf_ b5de7b78bc prevent panic on AUTH challenge tag (nil or len<2) 2026-02-01 14:24:51 -03:00
fiatjaf ba9a5badc6 uselessly change some words. 2026-01-27 09:25:34 -03:00
fiatjaf c0bbf73961 update nostrlib to fix decoding of "note1".
fixes https://github.com/fiatjaf/nak/issues/99
v0.18.2
2026-01-26 23:45:12 -03:00
fiatjaf 5320feee4f more installation formulas. 2026-01-26 22:46:36 -03:00
fiatjaf 58c1fab0f0 mcp: search method. 2026-01-26 22:34:33 -03:00
fiatjaf 5f30009e72 decode: print error when failed. 2026-01-26 22:34:33 -03:00
fiatjaf 548918578b add new capabilities to README. 2026-01-26 22:34:33 -03:00
Alex Gleasonandfiatjaf_ 7757400ab3 Add easy install script 2026-01-26 22:27:28 -03:00
fiatjaf 3ee6320312 bunker: ignore duplicates caused by switch_relays. 2026-01-21 23:17:00 -03:00
fiatjaf 91474d65eb bunker: set default relays so switch_relays works. 2026-01-21 22:19:00 -03:00
fiatjaf 7d782737c4 git status: fix commit printing. v0.18.1 2026-01-21 14:36:25 -03:00
fiatjaf 9160c68cb5 bunker: using unix sockets. 2026-01-21 14:31:12 -03:00
fiatjaf bf19f38996 nak bunker connect 'nostrconnect://...' working. 2026-01-21 12:44:40 -03:00
fiatjaf 4e2c136e45 nostrconnect:// beginnings. 2026-01-20 17:19:30 -03:00
fiatjaf 8cef1ed0ea group: publishing moderation actions. 2026-01-20 12:52:00 -03:00
fiatjaf e05b455a05 group: publishing chat messages. 2026-01-18 23:38:03 -03:00
fiatjaf 9190c9d988 nip29/group command with read-only functionality for now. 2026-01-18 23:18:16 -03:00
fiatjaf e64ad8f078 git: better printing of server statuses. 2026-01-18 21:44:06 -03:00
fiatjaf b36718caaa git: status.
and a fix for repository announcements getting updated every time due to time shifts.
2026-01-18 21:32:01 -03:00
fiatjaf 5c658c38f1 bring back old github actions builder. v0.18.0 2026-01-18 14:55:03 -03:00
fiatjaf 2a5ce3b249 blossom mirror to only take a URL and do its thing, not try to list blobs. 2026-01-18 14:47:28 -03:00
fiatjaf c0b85af734 make cgofuse the default for "fs" only on windows. on linux and mac it needs a "cgofuse" build tag. 2026-01-18 10:54:34 -03:00
Yasuhiro Matsumotoandfiatjaf_ cb2247c9da implement blossom mirror 2026-01-17 11:07:47 -03:00
mattnandGitHub 686d960f62 Merge pull request #96 from mattn/fix-release
fix release build
v0.17.6
2026-01-17 21:14:28 +09:00
Yasuhiro Matsumoto af04838153 fix release build 2026-01-17 20:51:01 +09:00
fiatjaf c6da13649d hopefully eliminate the weird case of cron and githubactions calling nak with an empty stdin and causing it to do nothing.
closes https://github.com/fiatjaf/nak/issues/90
v0.17.5
2026-01-16 16:11:07 -03:00
Yasuhiro Matsumotoandfiatjaf_ acd6227dd0 fix darwin build 2026-01-16 15:17:29 -03:00
mattnandGitHub 00fbda9af7 use native runner and install macfuse 2026-01-16 13:43:19 -03:00
fiatjaf e838de9b72 fs: move everything to the top-level directory. 2026-01-16 12:34:09 -03:00
fiatjaf 6dfbed4413 fs: just some renames. 2026-01-16 12:18:32 -03:00
fiatjaf 0e283368ed bunker: authorize preexisting keys first. 2026-01-16 12:15:07 -03:00
mattnandGitHub 38775e0d93 Use cgofuse (#92) 2026-01-14 22:41:14 -03:00
fiatjaf fabcad3f61 key: fix stupid error when passing nsec1 code to nak key public. 2026-01-10 09:56:39 -03:00
fiatjaf 69e4895e48 --outbox flag for encode. 2026-01-08 22:15:54 -03:00
fiatjaf 81524de04f gift: unwrap tries both decoupled and identity keys, wrap defaults to decoupled but accepts flags to change that. v0.17.4 2025-12-30 15:28:06 -03:00
fiatjaf 8334474f96 git: add viewsource.win to list of possible web views. 2025-12-29 19:53:07 -03:00