summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2023-07-26maximize fd limitCharles Hall
2023-07-06feat: very simple sliding sync implementationTimo Kösters
2023-07-03Merge branch 'hierarchy' into 'next'Timo Kösters
feat: space hierarchies See merge request famedly/conduit!495
2023-07-02feat: space hierarchiesTimo Kösters
2023-06-29Upgrade axum to 0.6Jonas Platte
2023-06-26Add relations endpoints, edits and threads work nowTimo Kösters
2023-06-25Disable compression, see https://en.wikipedia.org/wiki/BREACHTimo Kösters
2023-06-25feat: WIP relationships and threadsTimo Kösters
2023-03-18fix: don't accept new requests when shutting downTimo Kösters
2023-03-17fix: let requests continue event if client disconnectsTimo Kösters
2023-03-13feat: handle backfill requestsTimo Kösters
Based on https://gitlab.com/famedly/conduit/-/merge_requests/421
2022-12-21chore: code cleanupNyaaori
https://rust-lang.github.io/rust-clippy/master/index.html#op_ref https://rust-lang.github.io/rust-clippy/master/index.html#str_to_string https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
2022-12-18Replace println/dbg calls with corresponding macros from tracing crateTimo Kösters
2022-12-18fix: jaeger supportTimo Kösters
2022-12-17finish upgrade rumaTimo Kösters
2022-11-27feat(systemd): call sd-notify after init and before exitVladan Popovic
2022-11-09chore: bump dependenciesTimo Kösters
2022-10-31Cargo ClippyNyaaori
2022-10-30Merge branch 'fixhead' into 'next'Timo Kösters
fix: HEAD requests should continue to produce METHOD_NOT_ALLOWED See merge request famedly/conduit!402
2022-10-30fix: HEAD requests should produce METHOD_NOT_ALLOWEDTimo Kösters
2022-10-25Merge branch '3pid_403_next' into 'next'Timo Kösters
Return 403 to 3pid token routes to signal not implemented See merge request famedly/conduit!375
2022-10-25Return 403 to 3pid token routes to signal not implementedJames Blachly
2022-10-25fix(main): fix request size limit to max_request_size (axum defaults 2MB)AndSDev
2022-10-15fix: send unrecognized error on wrong http methodsTimo Kösters
2022-10-13Fix formattingexin
2022-10-13Add error for invalid log configexin
Log config falls back to "warn"
2022-10-11fix: element gets stuck in /initialSyncTimo Kösters
2022-10-10cargo clippyNyaaori
2022-10-10Bump some dependenciesTimo Kösters
2022-10-10fix: panic on launchTimo Kösters
Now we start the admin and sending threads at a later time.
2022-10-10cargo fixTimo Kösters
2022-10-10cargo fmtTimo Kösters
2022-10-100 errors left!Timo Kösters
2022-10-10messing with trait objectsTimo Kösters
2022-10-10fix: some compile time errorsTimo Kösters
Only 174 errors left!
2022-08-15Work on rooms/state, database, alias, directory, edus services, ↵Timo Kösters
event_handler, lazy_loading, metadata, outlier, and pdu_metadata
2022-04-10feat: register missing add_backup_keys routeJakub Kubík
2022-04-07fix: cors warningTimo Kösters
2022-04-07Ruma upgradeTimo Kösters
2022-04-07refactor: rename endpoints to match rumaTimo Kösters
2022-04-01Merge branch 'trailingslash' into 'next'Timo Kösters
fix: allow trailing slashes for /state/<type>/ again See merge request famedly/conduit!336
2022-04-01fix: allow trailing slashes for /state/<type>/ againTimo Kösters
2022-02-22Log caught Ctrl+C or SIGTERM for operator feedbackAndrej Kacian
2022-02-13Add a not-found routeJonas Platte
2022-02-13Change this to handlerJonas Platte
2022-02-13take advantage of multiple pathsJonathan de Jong
2022-02-12Use axum-server for direct TLS supportJonas Platte
2022-02-12Simplify return type of most route handlersJonas Platte
2022-02-12Add message to unsupported HTTP method panicJonas Platte
2022-02-12Fix axum route conflictsJonas Platte