gossip/src
2023-08-13 09:49:38 +12:00
..
overlord Handle websocket status code 4000 (don't connect again) 2023-08-10 08:47:40 +12:00
storage Settings: migrate to a new structure 2023-08-13 09:49:38 +12:00
ui cargo fmt 2023-08-13 09:09:59 +12:00
about.rs cargo fmt 2023-05-26 10:00:55 +12:00
comms.rs Major rework away from PublicKeyHex towards using PublicKey instead. NOTES: 2023-07-31 17:37:53 +12:00
date_ago.rs fix lowercase "m" for "month", make it uppercase. also add "w" for up to 7 weeks. 2023-02-02 09:45:43 -03:00
delegation.rs Passing transactions through storage calls 2023-08-05 09:29:02 +12:00
error.rs Code to protect against accidental zero-length keys 2023-08-12 19:22:38 +12:00
feed.rs Fix inbox extent (replies chunk) 2023-08-11 17:09:35 +12:00
fetcher.rs fetcher: better comment; fetch shouldn't be pub 2023-08-06 10:03:41 +12:00
globals.rs Track open subscriptions and show in stats bar 2023-08-06 11:37:16 +12:00
main.rs sync storage again at the very end 2023-08-09 15:41:19 +12:00
media.rs Clean up image handling code 2023-08-13 08:38:58 +12:00
nip05.rs Passing transactions through storage calls 2023-08-05 09:29:02 +12:00
people.rs Clean up image handling code 2023-08-13 08:38:58 +12:00
person_relay.rs get_best_relays() now takes our rank and the historical success rate into account. 2023-08-10 16:51:02 +12:00
process.rs Only verify new events, not duplicates that we discard 2023-08-06 11:20:00 +12:00
profile.rs Third time is a charm 2023-08-11 06:43:23 +12:00
relationship.rs lmdb: Switch to lmdb relationships map [plus code adjustments to make migration work] 2023-07-31 17:37:53 +12:00
relay_picker_hooks.rs lmdb: switch to LMDB for person_relay 2023-07-31 17:37:53 +12:00
relay.rs Passing transactions through storage calls 2023-08-05 09:29:02 +12:00
settings.rs Settings: migrate to a new structure 2023-08-13 09:49:38 +12:00
signer.rs Passing transactions through storage calls 2023-08-05 09:29:02 +12:00
status.rs Remove a DEBUG message that was temporary for development 2023-07-16 08:26:29 +12:00
tags.rs Move relay.rs from /db to / 2023-07-31 17:37:53 +12:00