status: add settings for disabling statuses in the UI (William Casarin)
status: add missing status to some thread event views (William Casarin)
status: truncate statuses to a single line (William Casarin)
status: clear statuses if they only contain whitespace (William Casarin)
pushed to damus:refs/heads/master
Simplify and inline Report event logic. (Grimless)
Avoid notification for zap from mute profiles (tappu75e@duck.com)
Move the Block helper type to its own file (Grimless)
profile: remove redundant view builder (William Casarin)
docs: people like centralized tools (William Casarin)
pushed to damus:refs/heads/master
use nostr.build api v2 with optional nip98 support (Fishcake)
add function to create nip98 http authorization header (Fishcake)
add nostr event 27235 (nip-98) (Fishcake)
pushed to damus:refs/heads/master
nostrscript: reduce size of wasm page allocation (William Casarin)
change button scale effect (Suhail Saqan)
Show possibly invalid zaps if we don't have the event in cache (William Casarin)
pushed to damus:refs/heads/master
ndb: add ndb_process_events (William Casarin)
test: add profiles testdata (William Casarin)
debug: add a few debugs (William Casarin)
idhack: make sure json parser in continable after we parse the id (William Casarin)
json: ensure all fields are present when parsing (William Casarin)
add optimized memchr function for processing newlines (William Casarin)
bench: move ingest benchmark to its own file (William Casarin)
pushed to nostrdb:refs/heads/master
ndb: only validate signature if don't have the note already (William Casarin)
ndb: actually write notes to DB (William Casarin)
ndb: close db after threads (William Casarin)
ndb: add ndb_lmdb struct (William Casarin)
ndb: define dbi's (William Casarin)
pushed to nostrdb:refs/heads/master
ingester: switch single-thread to threadpool (William Casarin)
threadpool: add threadpool implementation (William Casarin)
queue: write many messages to the queue at once (William Casarin)
test: make sure to free! (William Casarin)
pushed to nostrdb:refs/heads/master