grapevine/src
Charles Hall 6b819d6f2d
move config loading to config module
This separates concerns a bit more. We will probably want to extend the
logic for config loading in the future, and that stuff should all live
in the relevant place. This change points us in the right direction.
2024-06-12 19:56:59 -07:00
..
api refuse admin room alias changes unless admin bot 2024-06-12 18:36:55 -07:00
config drop nested config 2024-06-12 19:56:59 -07:00
database fix(keys): only use keys valid at the time of PDU or transaction, and actually refresh keys 2024-06-12 11:10:50 -07:00
service remove show-config admin room command 2024-06-12 19:56:59 -07:00
utils upgrade all cargo dependencies 2024-05-26 19:47:00 -07:00
api.rs enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
args.rs require config path via cli, remove env var 2024-06-12 19:56:59 -07:00
config.rs move config loading to config module 2024-06-12 19:56:59 -07:00
database.rs rename password-related utils functions 2024-06-04 19:35:25 -07:00
error.rs move config loading to config module 2024-06-12 19:56:59 -07:00
main.rs move config loading to config module 2024-06-12 19:56:59 -07:00
observability.rs record FoundIn with metrics instead of traces 2024-06-06 20:56:36 -07:00
service.rs reintroduce rooms::alias::Serivce struct 2024-06-12 16:41:52 -07:00
utils.rs move FoundIn to observability.rs 2024-06-05 17:41:36 -07:00