grapevine/src/service/rooms
Olivia Lee b82458a460
use event content in account_data service api instead of full events
This eliminates the possibility of passing an event that has a
mismatching type, reducing the space of possible invalid states.
2025-06-02 11:07:21 -07:00
..
alias change rustfmt configuration 2024-05-16 19:11:40 -07:00
auth_chain move auth_chain_cache to service 2024-10-20 13:29:33 -07:00
directory change rustfmt configuration 2024-05-16 19:11:40 -07:00
edus add constructor for typing service 2024-11-01 14:25:52 -07:00
lazy_loading change rustfmt configuration 2024-05-16 19:11:40 -07:00
metadata change rustfmt configuration 2024-05-16 19:11:40 -07:00
outlier enable dead_code lint 2024-05-26 19:46:48 -07:00
pdu_metadata Add wrapper types for short IDs 2024-09-06 17:20:14 +00:00
search Add wrapper types for short IDs 2024-09-06 17:20:14 +00:00
short move statekeyshort_cache to service 2024-10-20 13:29:33 -07:00
state Add wrapper types for short IDs 2024-09-06 17:20:14 +00:00
state_accessor inline state accessor service code from data trait 2024-12-01 09:13:50 -08:00
state_cache move our_real_users_cache to service 2024-10-20 13:29:33 -07:00
state_compressor Add wrapper types for short IDs 2024-09-06 17:20:14 +00:00
threads Add PduId wrapper struct 2024-09-06 17:20:14 +00:00
timeline move lasttimelinecount_cache to service 2024-10-20 13:29:33 -07:00
user Add wrapper types for short IDs 2024-09-06 17:20:14 +00:00
alias.rs allow adding canonical aliases from remote servers 2025-01-23 09:20:10 -08:00
auth_chain.rs avoid overhead when cache sizes are zero 2024-11-01 14:25:52 -07:00
directory.rs fix mod/use order 2024-10-03 15:28:24 -07:00
edus.rs enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
event_handler.rs refactor fetch_unknown_prev_events 2025-04-16 19:16:57 -07:00
lazy_loading.rs add constructor for lazy-loading service 2024-11-01 14:25:52 -07:00
metadata.rs fix mod/use order 2024-10-03 15:28:24 -07:00
outlier.rs fix mod/use order 2024-10-03 15:28:24 -07:00
pdu_metadata.rs fix mod/use order 2024-10-03 15:28:24 -07:00
search.rs fix mod/use order 2024-10-03 15:28:24 -07:00
short.rs avoid overhead when cache sizes are zero 2024-11-01 14:25:52 -07:00
spaces.rs Update MSRV to 1.84.0 2025-02-18 17:06:08 +00:00
state.rs largely stop using RoomCreateEventContent 2024-11-08 20:36:46 -08:00
state_accessor.rs inline state accessor service code from data trait 2024-12-01 09:13:50 -08:00
state_cache.rs use event content in account_data service api instead of full events 2025-06-02 11:07:21 -07:00
state_compressor.rs avoid overhead when cache sizes are zero 2024-11-01 14:25:52 -07:00
threads.rs fix mod/use order 2024-10-03 15:28:24 -07:00
timeline.rs use event content in account_data service api instead of full events 2025-06-02 11:07:21 -07:00
user.rs fix mod/use order 2024-10-03 15:28:24 -07:00