fiatjaf
2758285d51
update nostrlib.
2025-09-08 11:11:07 -03:00
fiatjaf
13452e6916
fix nostrlib dependency.
2025-09-06 07:39:25 -03:00
fiatjaf
3b4d6046cf
nak admin: for nip86 management (the previous command was broken).
2025-09-04 13:04:13 -03:00
fiatjaf
bf1690a041
get rid of badger, replace with bolt, following nostrlib.
2025-09-03 21:37:03 -03:00
fiatjaf
88031c888b
wallet --stream
2025-08-29 16:25:41 -03:00
fiatjaf
b316646821
new release with updated dependencies.
2025-08-18 21:01:52 -03:00
fiatjaf
23e27da077
use isatty for detecting stuff for the fancy output (it doesn't work).
2025-08-14 13:28:15 -03:00
fiatjaf
87bf5ef446
fix nak blossom list stupid segfault.
2025-07-17 20:00:03 -03:00
fiatjaf
ff02e6890b
adapt to nostr lib websocket refactor commit (which includes the filters thing).
2025-07-11 13:02:06 -03:00
Anthony Accioly
d32654447a
feat(bunker): add QR code generation for bunker URI
...
- Add `--qrcode` flag to display a QR code for the bunker URI.
- Update `README.md` with usage instructions for the new flag.
- Include `qrterminal` dependency for QR code generation.
2025-07-04 14:45:38 -03:00
fiatjaf
6e4a546212
release with fixes.
2025-06-27 16:34:59 -03:00
Rui Chen
35ea2582d8
fix: update go.sum to fix build
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-06-20 16:24:15 -03:00
fiatjaf
fa63dbfea3
release v0.14.3
2025-06-20 11:06:09 -03:00
fiatjaf
6e5441aa18
fix type assertions.
...
closes https://github.com/fiatjaf/nak/issues/67
2025-05-22 09:23:26 -03:00
fiatjaf
f450e735b6
sticky version.
2025-05-20 23:45:54 -03:00
fiatjaf
aadcc73906
adapt to since and until not being pointers.
2025-05-08 09:59:03 -03:00
fiatjaf
67e291e80d
nak publish
2025-05-06 00:56:49 -03:00
Alex Gleason
f98bd7483f
allow --prompt-sec to be used with pipes
2025-05-03 11:58:17 -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
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
9547711e8d
nice dynamic UI when connecting to relays, and go much faster concurrently.
2025-04-03 11:42:33 -03:00
fiatjaf
33f4272dd0
update go-nostr to maybe fix nip-60 wallets?
2025-04-02 22:37:59 -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
931da4b0ae
fs: editable articles and wiki.
2025-03-12 08:03:10 -03:00
fiatjaf
d899a92f15
trying to get this thing to build again on github.
2025-03-10 17:36:44 -03:00
fiatjaf
4b4d9ec155
fs: some fixes and profile pictures.
2025-03-10 17:07:02 -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
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.
2025-03-07 10:23:52 -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
26930d40bc
migrate to urfave/cli/v3 again now that they have flags after arguments.
2025-02-16 13:02:04 -03:00
fiatjaf
95bed5d5a8
nak req --ids-only
2025-02-12 16:37:17 -03:00
fiatjaf
1e353680bc
wallet: adapt to single-wallet nip60 mode and implement nutzapping.
2025-02-04 22:38:40 -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
943e8835f9
nak wallet
2025-01-28 23:50:09 -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.
2025-01-18 15:45:08 -03:00
fiatjaf
df20a3241a
update go-nostr to fix url path normalization (@pablof7z's @primalhq NWC bug).
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
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.
2024-12-03 00:43:52 -03:00
fiatjaf
5d32739573
update go-nostr again, apparently this was necessary.
2024-11-12 18:46:38 -03:00
fiatjaf
a187e448f2
get rid of some of the HTML escaping that plagues golang json.
2024-11-11 23:09:15 -03:00