Timo Kösters
f3f95a73d0
improvement: /event route
5 years ago
Jonas Platte
fe744c856f
Upgrade ruma
...
… and refactor push rule code along the way.
5 years ago
Timo Kösters
e305889b72
feat: room_account_data endpoints
5 years ago
Timo Kösters
1d00a8c41f
improvement: better logging
...
Use CONDUIT_LOG or the log setting in the config
5 years ago
Timo Kösters
f775c76d8a
chore: get rid of warnings
5 years ago
Timo Kösters
a77fcd106e
feat: implement /state_ids and fix federation stuff
5 years ago
Timo Kösters
6da40225bb
improvement: make state res actually work
5 years ago
Devin Ragotzy
0d55964d24
Run nightly cargo fmt
5 years ago
Timo Kösters
4155a47db1
feat: opentelemetry/jaeger support
5 years ago
Timo Kösters
dd68031b69
improvement: implement /receipt
5 years ago
Devin Ragotzy
0cc6448dbe
Temp disable rust_2018_idioms for CI
5 years ago
Devin Ragotzy
4cf530c55b
Abstract event validation/fetching, add outlier and signing key DB trees
...
Fixed the miss named commented out keys in conduit-example.toml.
5 years ago
Devin Ragotzy
4a92a29b56
State resolution outline for /send
5 years ago
Timo Kösters
6924dfc8ea
improvement: better appservice compatibility and optimizations
5 years ago
Devin Ragotzy
a0ecd76e21
Run cargo fmt using nightly
5 years ago
Timo Kösters
265fab843a
feature: push rule settings
5 years ago
Timo Kösters
a119d858f3
feature: push rule settings
5 years ago
Devin Ragotzy
a897608025
Roll back tokio and rocket update since ruma's request is at 0.2 tokio
5 years ago
Devin Ragotzy
00436a32b0
Update ruma and rocket to latest git rev and tokio to 1.0
...
Ruma updated the event signing validation code and there was a dep
resolving failure with serde rocket and tokio so I updated rocket latest and
tokio 1.0 to fix.
5 years ago
Devin Ragotzy
851eb555b6
Abstract event validation/fetching, add outlier and signing key DB trees
...
Fixed the miss named commented out keys in conduit-example.toml.
5 years ago
Devin Ragotzy
690c066064
State resolution outline for /send
5 years ago
Timo Kösters
edfd3c1f34
improvement: better config, better logs
5 years ago
Timo Kösters
6606e41dde
feat: improved state store
5 years ago
Timo Kösters
6e5b35ea92
feat: implement appservices
...
this also reverts some stateres changes
5 years ago
Timo Kösters
d62f17a91a
improvement: cache actual destination
5 years ago
Timo Kösters
45086b54b3
improvement: upgrade dependencies, fix timeline reload bug
5 years ago
Timo Kösters
9439f2c183
feat: send logs into admin room
...
Log entries will automatically be deduplicated, so a message won't be
sent if the same line has already been sent in the last 30 mins
5 years ago
Timo Kösters
bcd1fe1856
feat: admin room
5 years ago
Timo Kösters
0d6159c2da
improvement: get_missing_events route and cleanup
5 years ago
Timo Kösters
ea3aaa6b5c
improvement: more efficient /sync with gaps
5 years ago
Timo Kösters
005e00e9b1
fix: remove well-known
5 years ago
Timo Kösters
b7ab57897b
fix: sending slowness
5 years ago
Faelar
df55e8ed0b
Add room upgrade.
5 years ago
Timo Kösters
3f4cb753ee
improvement: add remaining key backup endpoints
5 years ago
timokoesters
e457e19088
feat: search pdus
5 years ago
Timo
3ff17f69ad
fmt
5 years ago
Timo
4be68eba76
feat: allow querying conduit's room list over federation
5 years ago
Timo
04eee089e0
feat: first steps towards joining rooms over federation
5 years ago
timokoesters
f40f1d9f75
docs: endpoint documentation
5 years ago
Jonas Platte
75ea0b3163
Update ruma
5 years ago
timokoesters
c1c62b7eb4
refactor: put endpoints into modules
5 years ago
timokoesters
66bc25fcd3
feat: implement /keys/changes
5 years ago
timokoesters
dd3dab39ae
feat: whoami route
5 years ago
timokoesters
489cbc0a93
refactor: use <_> instead of <_parameter_name>
5 years ago
Devin Ragotzy
42e0102a2a
Conditionally emit rocket::http_verb attr macros if lib/bin
6 years ago
CapsizeGlimmer
4d4969862a
Implement /rooms/<room_id>/joined_members
6 years ago
gnieto
5a8705bd25
Add room tags ( #140 )
...
Merge branch 'master' into task/add-tags
Add room tagging support
Co-authored-by: Timo Kösters <timo@koesters.xyz>
Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/140
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
aura
630196f0a3
Implement get_joined_rooms ( #155 )
...
whitelist /joined_rooms in sytest
Signed-off-by: Aurabindo Pillai <mail@aurabindo.in>
style: fmt
feat: implement /joined_rooms (#78 )
Signed-off-by: Aurabindo Pillai <mail@aurabindo.in>
Co-authored-by: Aurabindo Pillai <mail@aurabindo.in>
Co-authored-by: timokoesters <timo@koesters.xyz>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/155
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
timokoesters
d8e1248df6
improvement: switch to stable rust
6 years ago
the0
469071e105
feat: implement /event ( #144 )
...
Merge branch 'master' into event-route
Event: Implement /event
Co-authored-by: the0 <theo@localhost>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/144
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago