continuwuity/src/core
lafleur db3a2dc468
impl MSC2965: self-advertise as OIDC authentication provider
MSC2965 proposes to let the homeserver advertise its current OIDC authentication
issuer. These changes let conduwuit advertise itself as the issuer when
[global.auth.enable_oidc_login] is set. It also advertises its account management
endpoint if [global.auth.enable_oidc_account_management] is set.

None of these endpoints are implemented. This commit only implements the bare
advertisement, as requested by the MSC.
2025-07-02 02:01:31 +01:00
..
alloc Join jemalloc background threads prior to exit. 2025-05-21 11:36:13 +01:00
config impl MSC2965: self-advertise as OIDC authentication provider 2025-07-02 02:01:31 +01:00
error mitigate additional debuginfo expansions 2025-04-19 23:33:53 +01:00
info fix: Make sure empty VERSION_EXTRA strings are ignored 2025-05-21 12:35:36 +01:00
log chore: Fix typos across the codebase 2025-05-06 20:51:12 +01:00
matrix fix: Allow joining via invite for knock_restricted rooms 2025-05-26 19:16:01 +01:00
metrics simplify request handler task base 2025-01-30 18:58:32 +00:00
mods run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
utils chore: Fix typos across the codebase 2025-05-06 20:51:12 +01:00
Cargo.toml refactor: Move git version info gather in into a build script 2025-05-01 00:38:35 +01:00
debug.rs mitigate additional debuginfo expansions 2025-04-19 23:33:53 +01:00
mod.rs fix: Use correct brand in clap version string 2025-05-26 19:16:05 +01:00
server.rs move systemd stopping notification point 2025-04-03 19:38:51 +00:00