gossip/src/db
2022-12-31 14:37:41 +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 schema 6: relay.post 2022-12-28 12:14:21 +13:00
person_relay.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
person.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
relay.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
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 Schema 4: relay.last_success_at 2022-12-26 12:14:05 +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
setting.rs Strip out dead setting handling code, we use the Setting object now 2022-12-27 19:24:26 +13:00