Charles Hall
|
291290db92
|
maximize fd limit
|
2023-07-26 13:24:44 -07:00 |
|
Timo Kösters
|
e4f769963f
|
feat: very simple sliding sync implementation
|
2023-07-06 10:32:25 +02:00 |
|
Timo Kösters
|
833c1505f1
|
Merge branch 'hierarchy' into 'next'
feat: space hierarchies
See merge request famedly/conduit!495
|
2023-07-03 13:56:47 +00:00 |
|
Timo Kösters
|
9d49d599f3
|
feat: space hierarchies
|
2023-07-02 22:12:06 +02:00 |
|
Jonas Platte
|
0ded637b4a
|
Upgrade axum to 0.6
|
2023-06-29 11:20:52 +02:00 |
|
Timo Kösters
|
72eb1972c1
|
Add relations endpoints, edits and threads work now
|
2023-06-26 12:38:51 +02:00 |
|
Timo Kösters
|
15cc801840
|
Disable compression, see https://en.wikipedia.org/wiki/BREACH
|
2023-06-25 23:43:54 +02:00 |
|
Timo Kösters
|
c7e0ea525a
|
feat: WIP relationships and threads
|
2023-06-25 19:40:33 +02:00 |
|
Timo Kösters
|
2a7c4693b8
|
fix: don't accept new requests when shutting down
|
2023-03-18 08:58:20 +01:00 |
|
Timo Kösters
|
da3871f39a
|
fix: let requests continue event if client disconnects
|
2023-03-17 22:45:13 +01:00 |
|
Timo Kösters
|
23b18d71ee
|
feat: handle backfill requests
Based on https://gitlab.com/famedly/conduit/-/merge_requests/421
|
2023-03-13 10:39:16 +01:00 |
|
Nyaaori
|
c86313d4fa
|
chore: code cleanup
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-21 10:42:12 +01:00 |
|
Timo Kösters
|
2a0515f528
|
Replace println/dbg calls with corresponding macros from tracing crate
|
2022-12-18 07:52:22 +01:00 |
|
Timo Kösters
|
6d5e54a66b
|
fix: jaeger support
|
2022-12-18 06:37:03 +01:00 |
|
Timo Kösters
|
f1d2574651
|
finish upgrade ruma
|
2022-12-17 09:28:08 +01:00 |
|
Vladan Popovic
|
06d3efc4d0
|
feat(systemd): call sd-notify after init and before exit
|
2022-11-27 22:17:15 +01:00 |
|
Timo Kösters
|
7540227388
|
chore: bump dependencies
|
2022-11-09 18:46:10 +01:00 |
|
Nyaaori
|
00996dd834
|
Cargo Clippy
|
2022-10-31 09:31:17 +01:00 |
|
Timo Kösters
|
c61914c8e1
|
Merge branch 'fixhead' into 'next'
fix: HEAD requests should continue to produce METHOD_NOT_ALLOWED
See merge request famedly/conduit!402
|
2022-10-30 19:45:58 +00:00 |
|
Timo Kösters
|
7c98ba64aa
|
fix: HEAD requests should produce METHOD_NOT_ALLOWED
|
2022-10-30 19:53:05 +01:00 |
|
Timo Kösters
|
876fdf480d
|
Merge branch '3pid_403_next' into 'next'
Return 403 to 3pid token routes to signal not implemented
See merge request famedly/conduit!375
|
2022-10-25 20:47:41 +00:00 |
|
James Blachly
|
3bc0a1924b
|
Return 403 to 3pid token routes to signal not implemented
|
2022-10-25 20:47:41 +00:00 |
|
AndSDev
|
10d2da3009
|
fix(main): fix request size limit to max_request_size (axum defaults 2MB)
|
2022-10-25 12:53:58 +03:00 |
|
Timo Kösters
|
3a45628e1d
|
fix: send unrecognized error on wrong http methods
|
2022-10-15 00:28:43 +02:00 |
|
exin
|
3e6c66b899
|
Fix formatting
|
2022-10-13 13:11:14 +02:00 |
|
exin
|
3a40bf8ae0
|
Add error for invalid log config
Log config falls back to "warn"
|
2022-10-13 13:11:14 +02:00 |
|
Timo Kösters
|
2b70d9604a
|
fix: element gets stuck in /initialSync
|
2022-10-11 23:07:03 +02:00 |
|
Nyaaori
|
f430b87459
|
cargo clippy
|
2022-10-10 14:09:11 +02:00 |
|
Timo Kösters
|
275c6b447d
|
Bump some dependencies
|
2022-10-10 14:02:04 +02:00 |
|
Timo Kösters
|
8b5b7a1f63
|
fix: panic on launch
Now we start the admin and sending threads at a later time.
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
50b0eb9929
|
cargo fix
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
7822a385bb
|
cargo fmt
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
d5b4754cf4
|
0 errors left!
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
face766e0f
|
messing with trait objects
|
2022-10-10 14:02:00 +02:00 |
|
Timo Kösters
|
057f8364cc
|
fix: some compile time errors
Only 174 errors left!
|
2022-10-10 13:25:01 +02:00 |
|
Timo Kösters
|
865e35df17
|
Work on rooms/state, database, alias, directory, edus services, event_handler, lazy_loading, metadata, outlier, and pdu_metadata
|
2022-08-15 19:03:37 +02:00 |
|
Jakub Kubík
|
729d66aa11
|
feat: register missing add_backup_keys route
|
2022-04-10 14:56:43 +02:00 |
|
Timo Kösters
|
00b362b43b
|
fix: cors warning
|
2022-04-07 17:09:07 +02:00 |
|
Timo Kösters
|
2808dd2000
|
Ruma upgrade
|
2022-04-07 12:58:48 +02:00 |
|
Timo Kösters
|
b8411ae2fd
|
refactor: rename endpoints to match ruma
|
2022-04-07 12:56:17 +02:00 |
|
Timo Kösters
|
0066f20bdd
|
Merge branch 'trailingslash' into 'next'
fix: allow trailing slashes for /state/<type>/ again
See merge request famedly/conduit!336
|
2022-04-01 14:17:21 +00:00 |
|
Timo Kösters
|
a5465dfd3e
|
fix: allow trailing slashes for /state/<type>/ again
|
2022-04-01 16:00:04 +02:00 |
|
Andrej Kacian
|
3b2b35aab7
|
Log caught Ctrl+C or SIGTERM for operator feedback
|
2022-02-22 00:28:46 +01:00 |
|
Jonas Platte
|
3aece38e9d
|
Add a not-found route
|
2022-02-13 13:59:27 +01:00 |
|
Jonas Platte
|
aee6bf7e7a
|
Change this to handler
|
2022-02-13 11:30:04 +00:00 |
|
Jonathan de Jong
|
b8d92d3cec
|
take advantage of multiple paths
|
2022-02-13 12:07:00 +01:00 |
|
Jonas Platte
|
c8951a1d9c
|
Use axum-server for direct TLS support
|
2022-02-12 12:56:08 +01:00 |
|
Jonas Platte
|
5fa9190117
|
Simplify return type of most route handlers
|
2022-02-12 12:56:08 +01:00 |
|
Jonas Platte
|
77a87881c9
|
Add message to unsupported HTTP method panic
|
2022-02-12 12:56:08 +01:00 |
|
Jonas Platte
|
7bf538f549
|
Fix axum route conflicts
|
2022-02-12 12:56:07 +01:00 |
|