continuwuity/src/service
Jade Ellis fb09b700ce
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m6s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m21s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 10m53s
fix: Allow using LDAP passwords in UIAA
Fixes #1131

Co-authored-by: Jade Ellis <jade@ellis.link>
2025-12-14 01:21:38 +00:00
..
account_data chore: Clippy fixes 2025-12-07 19:58:24 +00:00
admin Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
announcements feat: Allow mentioning @room in an admin announcement 2025-06-14 19:09:54 +01:00
appservice chore: replace serde-yml with serde-saphyr 2025-11-09 11:23:32 +01:00
client feat(config): introduce federation connection timeout setting 2025-07-20 16:24:26 +01:00
config feat: Send notifications to systemd when a reload is triggered 2025-10-15 03:12:25 +00:00
emergency feat: ldap login 2025-08-23 19:59:36 +00:00
federation refactor: Centralize server forbidden checks into moderation module 2025-04-19 23:37:54 +01:00
globals fix: remove trailing whitespace from secrets read from secrets file 2025-12-13 16:07:51 +00:00
key_backups run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
media fix(#1134): Update docs and implementation of admin media delete-past-remote-media (#1136) 2025-10-27 12:31:25 +00:00
presence fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
pusher Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
resolver chore: Fix typos across the codebase 2025-05-06 20:51:12 +01:00
rooms fix: Perform additional validation on events 2025-12-13 21:36:20 +00:00
sending refactor(sync/v3): Split load_joined_room into smaller functions 2025-12-07 19:58:24 +00:00
server_keys Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
sync refactor: Replace remaining std Mutexes 2025-07-20 16:32:48 +01:00
transaction_ids run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
uiaa fix: Allow using LDAP passwords in UIAA 2025-12-14 01:21:38 +00:00
users perf: Throttle frequent device metadata updates & centralise site 2025-12-09 03:25:03 +00:00
Cargo.toml chore: replace serde-yml with serde-saphyr 2025-11-09 11:23:32 +01:00
manager.rs refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
migrations.rs fix: Don't halt and catch fire on deserialization errors in MSC4133 migration 2025-12-12 11:16:52 -05:00
mod.rs chore: Upgrade ctor, cbor 2025-09-06 16:19:56 +01:00
moderation.rs feat: Allow controlling client message filtering 2025-04-26 21:59:25 +01:00
service.rs refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
services.rs refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
state.rs feat: Prefill server name in federation test 2025-05-01 21:23:37 +01:00