gossip/src/db
2023-01-04 08:07:12 +13:00
..
contact.rs GLOBALS.people replaced with a People Manager object that keeps memory and database in sync. [plus a lot of dead code commented out] 2022-12-31 14:37:41 +13:00
event_hashtag.rs GLOBALS.people replaced with a People Manager object that keeps memory and database in sync. [plus a lot of dead code commented out] 2022-12-31 14:37:41 +13:00
event_relationship.rs GLOBALS.people replaced with a People Manager object that keeps memory and database in sync. [plus a lot of dead code commented out] 2022-12-31 14:37:41 +13:00
event_seen.rs GLOBALS.people replaced with a People Manager object that keeps memory and database in sync. [plus a lot of dead code commented out] 2022-12-31 14:37:41 +13:00
event_tag.rs GLOBALS.people replaced with a People Manager object that keeps memory and database in sync. [plus a lot of dead code commented out] 2022-12-31 14:37:41 +13:00
event.rs GLOBALS.people replaced with a People Manager object that keeps memory and database in sync. [plus a lot of dead code commented out] 2022-12-31 14:37:41 +13:00
mod.rs tracing logging changes 2023-01-03 10:03:34 +13:00
person_relay.rs clippy 2023-01-02 23:23:38 +13:00
person.rs All DbPerson functionality is now moved into People, data is in sync 2022-12-31 15:05:32 +13:00
relay.rs Include recommended relay url in replies 2023-01-02 09:49:33 +13:00
schema1.sql Database code copied in 2022-12-21 08:33:46 +13:00
schema2.sql Database version 2 (3 new settings) 2022-12-23 14:23:57 +13:00
schema3.sql schema3: extended person_relay, event_relationship, event_hashtag 2022-12-24 17:04:17 +13:00
schema4.sql schema4 - make it failsafe 2023-01-04 08:07:12 +13:00
schema5.sql New settings: num_relays_per_person, max_relays (with new relay picker logic) 2022-12-27 17:48:49 +13:00
schema6.sql schema 6: relay.post 2022-12-28 12:14:21 +13:00
schema7.sql relays: Add more default relays; added ability to add your own; status bar 2023-01-01 22:48:43 +13:00
setting.rs Strip out dead setting handling code, we use the Setting object now 2022-12-27 19:24:26 +13:00