gossip/src
2023-09-27 13:48:53 +13:00
..
overlord ToOverlordMessage::SubscribeDiscover 2023-09-27 10:46:12 +13:00
storage Relay: derive PartialEq 2023-09-27 10:47:47 +13:00
ui Restrict num-relays-per-person to 1-3. 4 is ridiculous. Nobody checks 4 redundant websites to be sure. 2023-09-27 12:32:12 +13:00
about.rs
commands.rs Disallow muting of yourself (plus cargo clippy/fmt) 2023-09-13 15:54:33 +12:00
comms.rs ToOverlordMessage::SubscribeDiscover 2023-09-27 10:46:12 +13:00
date_ago.rs
delegation.rs renames 2023-08-19 10:54:33 +12:00
dm_channel.rs Fix DM channel name to self 2023-09-05 07:23:39 +12:00
error.rs Creation of DMs 2023-09-01 08:17:34 +12:00
feed.rs FIX: subscribe to dm channel 2023-09-20 10:38:36 +12:00
fetcher.rs Update for nostr-types URL change 2023-09-12 07:40:22 +12:00
filter.rs cargo fmt and 1 clippy fix 2023-08-20 11:28:58 +12:00
globals.rs Search works for some nostr: event links (nevent1, not quite yet naddr1) 2023-09-20 12:04:58 +12:00
main.rs FIX: Start people tasks AFTER signer 2023-09-14 10:43:03 +12:00
media.rs search/replace of all single setting reads 2023-08-19 10:54:33 +12:00
names.rs crate::names to take over name rendering functions 2023-08-27 10:16:12 +12:00
nip05.rs Simplify input for following someone 2023-09-24 16:46:08 +13:00
people.rs Mute List made to operate like Contact List does 2023-09-14 11:04:21 +12:00
person_relay.rs storage: flesh out PersonRelay1 and use it for PersonRelay 2023-09-06 16:24:07 +12:00
process.rs Fix process order - need to verify all; was not updating person_relay.last_fetched 2023-09-24 15:19:20 +13:00
profile.rs
relationship.rs
relay_picker_hooks.rs search/replace of all single setting reads 2023-08-19 10:54:33 +12:00
relay.rs Use new RelayUrl.domain() instead of function in Relay struct 2023-09-08 10:21:36 +12:00
settings.rs scrolling: mouse acceleration setting 2023-09-24 20:22:19 +13:00
signer.rs fix: oversight in signer, save keys after generation 2023-09-27 13:48:53 +13:00
status.rs
tags.rs