fiatjaf
|
9a9e96a829
|
support $NOSTR_CLIENT_KEY environment variable for --connect-as
|
2024-11-11 22:33:17 -03:00 |
|
fiatjaf
|
4c6181d649
|
update go-nostr so all bunkers are nip44 maximalists.
|
2024-11-01 08:44:15 -03:00 |
|
fiatjaf
|
71b106fd45
|
update go-nostr so we always encrypt nip46 messages with nip44.
|
2024-10-30 10:39:09 -03:00 |
|
Yasuhiro Matsumoto
|
40892c1228
|
build arm binary for Raspberry Pi 32bit
|
2024-10-30 10:33:31 -03:00 |
|
fiatjaf
|
847f8aaa69
|
remove duplicated password decryption prompts by returning the bare key together with the Keyer when it is given.
|
2024-10-29 21:11:15 -03:00 |
|
fiatjaf
|
134d1225d6
|
nak event: presence of key flags indicates the need to resign a given event.
fixes https://github.com/fiatjaf/nak/issues/41
|
2024-10-29 13:33:35 -03:00 |
|
fiatjaf
|
464766a836
|
allow "=" in tag value.
fixes https://github.com/fiatjaf/nak/issues/40
|
2024-10-27 11:01:30 -03:00 |
|
fiatjaf
|
ea53eca74f
|
update go-nostr for nip44-on-nip46 fixes.
|
2024-10-27 09:56:49 -03:00 |
|
fiatjaf
|
38ed370c59
|
slightly improve verify error message.
|
2024-10-11 17:59:08 -03:00 |
|
fiatjaf
|
5b04bc4859
|
nak key public --with-parity
|
2024-10-08 09:08:50 -03:00 |
|
fiatjaf
|
2988c71ccb
|
nak/b and nak/s user-agents.
|
2024-09-26 22:17:31 -03:00 |
|
fiatjaf
|
d7c0ff2bb7
|
update go-nostr keyer interface and make req --auth work again.
|
2024-09-22 19:21:41 -03:00 |
|
fiatjaf
|
43fe41df5d
|
use log() function instead of fmt.Fprintf(os.Stderr) in some places.
|
2024-09-22 19:04:21 -03:00 |
|
fiatjaf
|
3215726417
|
use stdout() function instead of fmt.Println() in some places.
|
2024-09-21 12:02:09 -03:00 |
|
fiatjaf
|
a4886dc445
|
nak encrypt and nak decrypt: nip44 with option to do nip04.
closes https://github.com/fiatjaf/nak/issues/36
|
2024-09-17 11:33:02 -03:00 |
|
fiatjaf
|
dae7eba8ca
|
use keyer.Keyer in most places instead of raw bunkers and plaintext keys, simplifies the code a little at the cost of some abstraction but I think it's strictly good this time.
|
2024-09-17 11:33:02 -03:00 |
|
fiatjaf
|
2b5f3355bc
|
use a single global sdk.System and its Pool.
|
2024-09-17 11:33:02 -03:00 |
|
fiatjaf
|
bd5ca27661
|
github.ref->github.ref_name as version variable.
|
2024-09-15 09:04:52 -03:00 |
|
fiatjaf
|
9d02301b2d
|
support --version using -X
|
2024-09-15 08:57:53 -03:00 |
|
arkinox
|
9bbc87b27a
|
specify how ; can separate multiple tag values
|
2024-09-10 19:13:25 -03:00 |
|
fiatjaf
|
88a07a3504
|
update go-nostr and nostr-sdk to fix bad nevent/naddr parsing bug.
|
2024-09-05 14:43:34 -03:00 |
|
fiatjaf
|
8a934cc76b
|
fix fetch naddr missing kind.
|
2024-08-28 16:13:19 -03:00 |
|
fiatjaf
|
e0c967efa9
|
fix natural timestamps test.
|
2024-08-26 15:59:48 -03:00 |
|
fiatjaf
|
36c32ae308
|
make it possible to have empty content on kind 1.
fixes https://github.com/fiatjaf/nak/issues/32
|
2024-08-26 15:49:13 -03:00 |
|
fiatjaf
|
6d23509d8c
|
fetch: handle note1 case.
|
2024-08-25 17:10:06 -03:00 |
|
fiatjaf
|
29b6ecbafe
|
readme: how to download torrents.
|
2024-08-25 08:35:25 -03:00 |
|
fiatjaf
|
11f37afa5b
|
readme: how to watch livestreams from your terminal.
|
2024-08-24 21:40:08 -03:00 |
|
fiatjaf
|
cf1694704e
|
bunker: fix printing bunker uri.
|
2024-08-23 16:17:17 -03:00 |
|
fiatjaf
|
b3ef2c1289
|
update go-nostr because parallel work generation was broken.
|
2024-08-21 17:09:15 -03:00 |
|
fiatjaf
|
cfdea699bc
|
fix using NOSTR_SECRET_KEY environment variable.
|
2024-08-21 10:46:29 -03:00 |
|
fiatjaf
|
014c6bc11d
|
--pow: parallel work.
|
2024-08-20 23:06:14 -03:00 |
|
fiatjaf
|
0240866fa1
|
fix fetch for non-pubkey cases.
|
2024-08-20 18:39:17 -03:00 |
|
fiatjaf
|
a4d9ceecfa
|
do it again because blergh.
|
2024-08-20 17:13:01 -03:00 |
|
fiatjaf
|
56657d8aa9
|
update go-nostr.
|
2024-08-20 15:10:18 -03:00 |
|
fiatjaf
|
ea7b88cfd7
|
fix fetch with nip05 filter and make req filter options generalize to fetch .
related: https://github.com/fiatjaf/nak/issues/19
|
2024-08-20 10:59:38 -03:00 |
|
fiatjaf
|
2042b14578
|
nak fetch: support nip05 codes.
addresses https://github.com/fiatjaf/nak/issues/19
|
2024-08-20 10:48:09 -03:00 |
|
fiatjaf
|
9d43e66fac
|
nak event --pow
closes https://github.com/fiatjaf/nak/issues/29
|
2024-08-20 10:34:47 -03:00 |
|
fiatjaf
|
85e9610265
|
test natural timestamps.
|
2024-08-20 10:29:00 -03:00 |
|
fiatjaf
|
2edfa5cbea
|
nak serve
|
2024-08-19 12:49:52 -03:00 |
|
fiatjaf
|
9690dc70cb
|
nak req --paginate
|
2024-08-18 23:38:03 -03:00 |
|
fiatjaf
|
c90e61dbec
|
set .DisableSliceFlagSeparator to true.
fixes nostr:nevent1qqs9qwgwnr2rzguzrgt99hhhyv8e84mcdr4mnk86uvm6ndjvzl4rjxqpzpmhxue69uhkztnwdaejumr0dshsz9mhwden5te0vf5hgcm0d9hx2u3wwdhkx6tpdshszxnhwden5te0vfhhxarj9ekx2cm5w4exjene9ehx2ap0j8u0fj
|
2024-08-07 11:46:08 -03:00 |
|
fiatjaf
|
d226cd6ce4
|
fix password input lowercasing characters.
fixes https://github.com/fiatjaf/nak/issues/28
|
2024-08-06 11:05:08 -03:00 |
|
fiatjaf
|
3d78e91f62
|
bunker: deny getPublicKey() even though it's harmless.
fixes https://github.com/fiatjaf/nak/issues/27
|
2024-08-06 10:56:08 -03:00 |
|
fiatjaf
|
84965f2253
|
don't set limit to zero on --stream
|
2024-08-03 10:52:46 -03:00 |
|
fiatjaf
|
928c73513c
|
just move imports around.
|
2024-07-30 11:43:14 -03:00 |
|
fiatjaf
|
a36142604d
|
compile to riscv64.
|
2024-07-27 10:32:32 -03:00 |
|
fiatjaf
|
220fe84f1b
|
hardcode our fork of urfave/cli because go is stupid.
fixes https://github.com/fiatjaf/nak/issues/26
|
2024-07-23 15:23:13 -03:00 |
|
fiatjaf
|
48c0e342e3
|
only look for private key in environment variable if --sec is not given.
|
2024-07-23 15:21:14 -03:00 |
|
jeremyd
|
ec2e214c02
|
Allow setting private key via ENV variable
|
2024-07-23 15:18:09 -03:00 |
|
fiatjaf
|
9f62d4679f
|
increase stdin line limit.
|
2024-07-17 13:16:40 -03:00 |
|