 mattnandGitHub
|
80ce8059ea
|
Merge pull request #175 from mattn/fix/git-init-interactive-discard
git: init --interactive was discarding the prompted identifier and owner
|
2026-07-15 08:13:28 +00:00 |
|
Yasuhiro Matsumoto
|
631c57b4bf
|
git: init --interactive was discarding the identifier and owner entered at the prompt when nip34.json already existed.
|
2026-07-15 16:35:20 +09:00 |
|
 mattnandGitHub
|
0d3574c9fe
|
Merge pull request #174 from mattn/fix/filter-merge-kind
filter: merge kind from the base event too
|
2026-07-15 07:26:13 +00:00 |
|
Yasuhiro Matsumoto
|
e3aba47046
|
filter: merge kind from the base event too, otherwise kind filters match against 0.
|
2026-07-15 15:59:55 +09:00 |
|
 mattnandGitHub
|
b46e9c7dd5
|
Merge pull request #173 from mattn/fix/kind-overflow
helpers: reject kind numbers above 65535
|
2026-07-15 06:50:43 +00:00 |
|
Yasuhiro Matsumoto
|
6bd793bea5
|
helpers: reject kind numbers above 65535 instead of silently truncating them to uint16.
|
2026-07-15 15:34:29 +09:00 |
|
 mattnandGitHub
|
f96b9d458e
|
Merge pull request #172 from mattn/fix/parse-event-id-note1
helpers: fix parseEventID rejecting note1 codes
|
2026-07-15 06:24:52 +00:00 |
|
Yasuhiro Matsumoto
|
d8e951e881
|
helpers: fix parseEventID rejecting note1 codes, nip19.Decode returns an EventPointer for those.
|
2026-07-15 15:17:24 +09:00 |
|
 mattnandGitHub
|
51f79e1d3c
|
Merge pull request #171 from mattn/fix/blossom-download-stdout
blossom: write downloaded blob bytes raw to stdout
|
2026-07-15 06:10:50 +00:00 |
|
Yasuhiro Matsumoto
|
49f2839fb1
|
blossom: write downloaded blob bytes raw to stdout, Fprintln was printing them as a decimal byte array.
|
2026-07-15 15:03:44 +09:00 |
|
 mattnandGitHub
|
4911811e75
|
Merge pull request #170 from mattn/fix/key-validate-npub-panic
key: fix panic in validate with npub input
|
2026-07-15 06:02:36 +00:00 |
|
Yasuhiro Matsumoto
|
f1de27c88c
|
key: fix panic in validate with npub input, nip19.Decode returns a nostr.PubKey not a bare [32]byte.
|
2026-07-15 15:01:13 +09:00 |
|
 mattnandGitHub
|
514fed0b79
|
Merge pull request #169 from mattn/fix/podcast-note1-panic
podcast: fix panic on note1 targets
|
2026-07-15 06:00:05 +00:00 |
|
Yasuhiro Matsumoto
|
c1ebb829b9
|
podcast: fix panic on note1 targets, nip19.Decode returns an EventPointer for those.
|
2026-07-15 14:53:38 +09:00 |
|
 mattnandGitHub
|
d4d808e9b5
|
Merge pull request #168 from mattn/fix/count-nil-relay
count: don't ignore EnsureRelay errors
|
2026-07-15 05:46:49 +00:00 |
|
Yasuhiro Matsumoto
|
c9f7632571
|
count: don't ignore EnsureRelay errors, relay can be nil and Count would panic.
|
2026-07-15 14:37:44 +09:00 |
|
 mattnandGitHub
|
9101a3a543
|
Merge pull request #167 from mattn/fix/grasp-host-panic
git: don't panic in graspServerHost on empty or unparseable URLs
|
2026-07-15 05:28:42 +00:00 |
|
Yasuhiro Matsumoto
|
d419b35b66
|
git: don't panic in graspServerHost when the server URL is empty or unparseable.
|
2026-07-15 14:22:31 +09:00 |
|
 mattnandGitHub
|
fd8fdad26a
|
Merge pull request #166 from mattn/fix/git-status-nil-state
git: fix nil dereference in status when the repository state isn't published
|
2026-07-15 05:14:50 +00:00 |
|
Yasuhiro Matsumoto
|
232ef8d02e
|
git: fix nil dereference in status when the repository state isn't published, and don't panic slicing short/empty commit hashes.
|
2026-07-15 14:01:42 +09:00 |
|
 mattnandGitHub
|
09539a317f
|
Merge pull request #165 from mattn/fix/git-pull-nil-state
git: fix nil dereference in pull when the repository has no published state
|
2026-07-15 04:52:55 +00:00 |
|
Yasuhiro Matsumoto
|
bcc4f42cd7
|
git: fix nil dereference in pull when the repository has no published state event.
|
2026-07-15 13:44:39 +09:00 |
|
 mattnandGitHub
|
23bc1d3aa3
|
Merge pull request #164 from mattn/fix/key-decrypt-stdin
key: fix decrypt never reading the ncryptsec from stdin
|
2026-07-15 04:29:43 +00:00 |
|
Yasuhiro Matsumoto
|
469c99fb51
|
key: decrypt with the password as argument never read the ncryptsec from stdin, it was decrypting an empty string.
|
2026-07-15 13:24:12 +09:00 |
|
 mattnandGitHub
|
f2638ab2de
|
Merge pull request #163 from mattn/fix/verify-validate-args-sentinel
verify, validate: fix the blank-stdin sentinel check
|
2026-07-15 04:19:08 +00:00 |
|
Yasuhiro Matsumoto
|
dd0b25816a
|
verify, validate: fix the blank-stdin sentinel check, getJsonsOrBlank yields '{}' not '', so the argument forms never worked.
|
2026-07-15 13:13:30 +09:00 |
|
 mattnandGitHub
|
4fa512edf3
|
Merge pull request #162 from mattn/fix/event-outbox-relay-leak
event: don't leak --outbox relays across stdin events
|
2026-07-15 04:08:23 +00:00 |
|
Yasuhiro Matsumoto
|
0055037943
|
event: don't let --outbox relays accumulated for one stdin event leak into the next ones.
|
2026-07-15 13:02:50 +09:00 |
|
 mattnandGitHub
|
ab32de2fb3
|
Merge pull request #161 from mattn/fix/req-outbox-defs-race
req: fix data race on defs in the outbox fan-out
|
2026-07-15 03:57:39 +00:00 |
|
Yasuhiro Matsumoto
|
6a011ae7d9
|
req: hold the mutex for the whole defs read-modify-write in the outbox fan-out, reads and the Authors append were racing.
|
2026-07-15 11:54:34 +09:00 |
|
 mattnandGitHub
|
7c28e75c4b
|
Merge pull request #160 from mattn/fix/connect-relays-race
helpers: guard shared state in connectToAllRelays with a mutex
|
2026-07-15 02:49:24 +00:00 |
|
Yasuhiro Matsumoto
|
4e0b7ecc08
|
helpers: guard the shared relays slice and render lines with a mutex in connectToAllRelays, parallel connections were racing and could drop relays.
|
2026-07-15 11:43:44 +09:00 |
|
 mattnandGitHub
|
586a8920e2
|
Merge pull request #159 from mattn/fix/sync-neg-err-blocked
sync: wake up Receive when the relay answers NEG-ERR
|
2026-07-15 02:28:23 +00:00 |
|
Yasuhiro Matsumoto
|
e1e8b11001
|
sync: wake up Receive when the relay answers NEG-ERR, it was blocked on the messages channel forever since the error was only checked before blocking.
|
2026-07-15 11:22:39 +09:00 |
|
 mattnandGitHub
|
61b20c6e7a
|
Merge pull request #158 from mattn/fix/sync-deltas-close-on-error
sync: close the Deltas channel on error returns too
|
2026-07-15 02:17:27 +00:00 |
|
Yasuhiro Matsumoto
|
72e6e735f3
|
sync: close the Deltas channel on error returns too, otherwise the publisher goroutine hangs forever and the command never exits.
|
2026-07-15 11:11:45 +09:00 |
|
 mattnandGitHub
|
11abe3afca
|
Merge pull request #157 from mattn/fix/fetch-note1-panic
fetch: fix panic on note1 codes
|
2026-07-15 02:06:33 +00:00 |
|
Yasuhiro Matsumoto
|
58cfd06eab
|
fetch: fix panic on note1 codes, nip19.Decode returns an EventPointer for those.
|
2026-07-15 11:00:41 +09:00 |
|
 mattnandGitHub
|
c16a456811
|
Merge pull request #156 from mattn/fix/blossom-check-hash-truncation
blossom: fix check truncating hashes to 32 chars
|
2026-07-15 01:55:31 +00:00 |
|
Yasuhiro Matsumoto
|
5c754b1b4f
|
blossom: fix check truncating hashes to 32 chars, a sha256 is 64 hex chars.
|
2026-07-15 10:49:13 +09:00 |
|
 mattnandGitHub
|
0ad2fa3e65
|
Merge pull request #155 from mattn/fix/curl-key-flags
curl: fix completely broken command
|
2026-07-15 01:44:02 +00:00 |
|
Yasuhiro Matsumoto
|
3fa1e2267e
|
curl: fix completely broken command, it lost its key flags when they moved to the root command (which realCurl bypasses) and Run was eating the first flag as the program name.
|
2026-07-15 10:38:26 +09:00 |
|
 mattnandGitHub
|
97b544fb6e
|
Merge pull request #154 from mattn/fix/bunker-concurrency
bunker: fix concurrency bugs
|
2026-07-15 01:33:15 +00:00 |
|
Yasuhiro Matsumoto
|
44db7af6c0
|
bunker: fix concurrency bugs, config.Clients/newSecret/cancelPreviousBunkerInfoPrint were accessed from multiple goroutines without a mutex, and nostrconnect subscriptions forwarded events into the pool-owned channel which panics once the pool closes it.
|
2026-07-15 10:26:55 +09:00 |
|
 mattnandGitHub
|
34281a9c8e
|
Merge pull request #153 from mattn/fix/nip22-parent-of-external-comment
publish: reference the parent comment with an e tag under external-content (I) threads
|
2026-07-15 01:25:47 +00:00 |
|
Yasuhiro Matsumoto
|
4f798759dd
|
publish: reference the parent comment with an e tag when commenting under an external-content (I) thread, instead of pointing at the root i again.
|
2026-07-15 10:24:18 +09:00 |
|
 mattnandGitHub
|
198cbc6d4a
|
Merge pull request #152 from mattn/fix/event-stale-tags
event: reset tags with [:0] instead of clear() between stdin events
|
2026-07-15 01:16:38 +00:00 |
|
Yasuhiro Matsumoto
|
5d45849595
|
event: reset tags with [:0] instead of clear(), which keeps the length and leaves phantom empty tags on subsequent stdin events.
|
2026-07-15 10:15:07 +09:00 |
|
 mattnandGitHub
|
8eb6b7303c
|
Merge pull request #151 from mattn/fix/nip22-empty-relay-hint
publish: don't put the pubkey in the relay-hint position of NIP-22 E/e tags
|
2026-07-15 01:13:51 +00:00 |
|
Yasuhiro Matsumoto
|
002763669b
|
publish: don't put pubkey in the relay-hint position of NIP-22 E/e tags when there is no relay hint.
|
2026-07-15 10:12:23 +09:00 |
|