This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Activity
move this entire thing to go-nostr and archive.
move this entire thing to go-nostr and archive.
rework signer as more flexible 'keyring' thing.
rework signer as more flexible 'keyring' thing.
signer: reuse given context on BunkerSigner.
signer: reuse given context on BunkerSigner.
do not allow one bad relay to drag us forever when batch fetching rep…
do not allow one bad relay to drag us forever when batch fetching rep…
move signer to its own independent package.
move signer to its own independent package.
Force push
move signer to its own independent package.
move signer to its own independent package.
always use a store, falling back to slicestore. use a background cont…
always use a store, falling back to slicestore. use a background cont…
add a short-term cache for outbox query results.
add a short-term cache for outbox query results.
simplify, reduce number of relays and make replaceable loader more co…
simplify, reduce number of relays and make replaceable loader more co…
try to fetch relays list again if we don't have one or if ours is a w…
try to fetch relays list again if we don't have one or if ours is a w…
outbox hints fixes, track all events (we must use sys.Pool always), p…
outbox hints fixes, track all events (we must use sys.Pool always), p…
remove infinite loop when fetching outbox relays.
remove infinite loop when fetching outbox relays.
sys.FetchOutboxRelays() returns data from hints db instead of just fr…
sys.FetchOutboxRelays() returns data from hints db instead of just fr…
fix panics, fix unused err
fix panics, fix unused err
Pull request merge
use now as the reference, stop trying to be fancy and just sort every…
use now as the reference, stop trying to be fancy and just sort every…
problem: System{} not being exported was causing hassle.
problem: System{} not being exported was causing hassle.
fix ncryptsec public key derivation using wrong variable.
fix ncryptsec public key derivation using wrong variable.
fix FetchRelays() using wrong kind.
fix FetchRelays() using wrong kind.
fallback relays and a humble randomizer picker for hardcoded lists.
fallback relays and a humble randomizer picker for hardcoded lists.
change system creation interface, use generic lists.
change system creation interface, use generic lists.