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.
v0.13.2
|
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.
v0.13.1
|
2025-04-03 22:08:11 -03:00 |
|
fiatjaf
|
6f48c29d0f
|
fix go-nostr dependency.
v0.13.0
|
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.
v0.12.6
|
2025-03-19 15:12:39 -03:00 |
|
fiatjaf
|
db5dafb58a
|
fix arm64 builds by removing base64x dependencies.
v0.12.5
|
2025-03-19 15:05:27 -03:00 |
|
fiatjaf
|
4b15cdf625
|
fs: publishing new notes by writing to ./notes/new
v0.12.4
|
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.
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 |
|