Andrej Kacian
|
65fa4b2ca4
|
Fix proxy config examples in config/proxy.rs
|
4 years ago |
Jonathan de Jong
|
557d119bee
|
change search_events_v3 to search_events::v3
|
4 years ago |
Jonathan de Jong
|
e9f87e1952
|
update ruma
|
4 years ago |
Jonas Platte
|
27692a2f14
|
Remove useless serde roundtrips
|
4 years ago |
Timo Kösters
|
6602f6114c
|
fix: redacts can't error anymore
|
4 years ago |
Jonas Platte
|
3aece38e9d
|
Add a not-found route
|
4 years ago |
Jonas Platte
|
aee6bf7e7a
|
Change this to handler
|
4 years ago |
Jonathan de Jong
|
b8d92d3cec
|
take advantage of multiple paths
|
4 years ago |
M0dEx
|
d4217007fe
|
fix: do not panic on a JSON not containing the PDU
Do not panic on a JSON not containing the PDU when executing the parse-pdu admin command.
|
4 years ago |
Jonathan de Jong
|
35b82d51cf
|
fix compilations
|
4 years ago |
Jonas Platte
|
0ad6eac4f8
|
Remove all tracing::instrument attributes from database::abstraction::*
|
4 years ago |
Jonas Platte
|
accdb77315
|
Clean up tracing::instrument attributes
Remove it from request handler since there's already the context of the
request path, added through TraceLayer.
|
4 years ago |
Timo Kösters
|
2a00c547a1
|
improvement: faster /syncs
|
4 years ago |
Jonas Platte
|
adeb8ee425
|
Remove no-op conversions
|
4 years ago |
Jonas Platte
|
d74074ad53
|
Remove tracing::instrument attribute from util functions
They don't ever log anything, so the extra context is never used.
|
4 years ago |
Jonas Platte
|
50b24b37c2
|
Upgrade Ruma
|
4 years ago |
Jonas Platte
|
9db0473ed5
|
Improve error messages in Ruma wrapper FromRequest impl
|
4 years ago |
Jonas Platte
|
5d8c80b170
|
Strip quotes from X-Matrix fields
|
4 years ago |
Jonas Platte
|
21ae63d46b
|
Rewrite query parameter parsing
|
4 years ago |
Jonas Platte
|
c8951a1d9c
|
Use axum-server for direct TLS support
|
4 years ago |
Jonas Platte
|
5fa9190117
|
Simplify return type of most route handlers
|
4 years ago |
Jonas Platte
|
77a87881c9
|
Add message to unsupported HTTP method panic
|
4 years ago |
Jonas Platte
|
7bf538f549
|
Fix axum route conflicts
|
4 years ago |
Jonas Platte
|
a5757ab195
|
Generalize RumaHandler
|
4 years ago |
Jonas Platte
|
d1d2217019
|
Clean up error handling for server_server::get_server_keys_route
|
4 years ago |
Jonas Platte
|
1f7b3fa4ac
|
Port from Rocket to axum
|
4 years ago |
Jonas Platte
|
5db4c001d1
|
Remove another unnecessary use of an event enum
|
4 years ago |
Jonas Platte
|
583ec51f9f
|
Remove unnecessary use of event enum
|
4 years ago |
M0dEx
|
f602d32aaa
|
feat: add the actual server name to the welcome message
|
4 years ago |
M0dEx
|
a6976e6d2d
|
feat: add 'available' to the help command line in the welcome message
|
4 years ago |
M0dEx
|
f2b8aa28f3
|
feat: add a line with the help command to the welcome message
|
4 years ago |
Andrej Kacian
|
bfbefb0cd2
|
Display actual error message from TokioAsyncResolver, if any
|
4 years ago |
Andrei Vasiliu
|
31918bb990
|
Fix admin room processing commands from its own messages
|
4 years ago |
Timo Kösters
|
eb0b2c429f
|
fix: crash on empty search
|
4 years ago |
Timo Kösters
|
8d8edddb2e
|
feat: allow disabling jemalloc via feature
|
4 years ago |
Timo Kösters
|
72cd52e57c
|
fix: lazy loading for /context
|
4 years ago |
Andrei Vasiliu
|
e1c0dcb6bb
|
Create admin room and hide migration messages on first run
|
4 years ago |
Jonas Platte
|
d23d6fbb37
|
Upgrade Ruma
|
4 years ago |
Jonas Platte
|
92571d961f
|
Remove mutation from default_config and set default log_level to off
|
4 years ago |
Andrei Vasiliu
|
6399a7fe4e
|
Remove dash from admin command help
|
4 years ago |
Jonas Platte
|
974c10e739
|
Move Config out of database module
|
4 years ago |
Jonas Platte
|
ce60fc6859
|
Stop using set_env to configure tracing-subscriber
|
4 years ago |
Jonas Platte
|
abb4b4cf0b
|
Remove TryFrom, TryInto imports
They are no longer needed in the 2021 edition.
|
4 years ago |
Timo Kösters
|
9ef3abacd4
|
fix: initial state deserialize->serialize error
|
4 years ago |
Andrei Vasiliu
|
87225e70c3
|
Parse admin command body templates from doc comments
|
4 years ago |
Torsten Flammiger
|
e24d75cffc
|
Return the ID of the appservice that was created by register_appservice
|
4 years ago |
Torsten Flammiger
|
8f69f02e59
|
add error handling for register_appservice too
|
4 years ago |
Torsten Flammiger
|
da7b55b39c
|
Cleanup appservice events after removing the appservice
|
4 years ago |
Timo Kösters
|
a5f004d7e9
|
fix: signature mismatch on odd send_join servers
|
4 years ago |
Timo Kösters
|
caf9834e50
|
feat: cache capacity modifier
|
4 years ago |