- Jul 27, 2020
-
-
Devin Ragotzy authored
-
Timo Kösters authored
Merge pull request 'Implement /rooms/<room_id>/joined_members' (#143) from joined_members into master Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/143
-
CapsizeGlimmer authored
-
Timo Kösters authored
Merge pull request 'Implement max_request_size config option' (#153) from media-size-config into master Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/153 Reviewed-by:
Timo Kösters <timo@koesters.xyz>
-
timokoesters authored
-
CapsizeGlimmer authored
-
CapsizeGlimmer authored
-
Timo Kösters authored
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/161
-
timokoesters authored
-
Timo Kösters authored
Merge pull request 'feat: encryption_disabled config option' (#160) from disable-encryption-config into master Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/160
-
- Jul 26, 2020
-
-
timokoesters authored
-
timokoesters authored
Can be used with ROCKET_ENCRYPTION_DISABLED=true
-
gnieto authored
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>
-
Timo Kösters authored
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/159
-
timokoesters authored
Fixes #150
-
Timo Kösters authored
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/158 Reviewed-by:
Timo Kösters <timo@koesters.xyz>
-
Jonas Platte authored
-
Timo Kösters authored
Merge pull request 'improvement: only remove to-device events when sure the client received them' (#139) from improve-to-device-removal into master Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/139
-
timokoesters authored
To make this work, I had to remove the recommended limit of 100 to-device events per /sync (https://matrix.org/docs/spec/client_server/latest#id72)
-
- Jul 25, 2020
-
-
Timo Kösters authored
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/133 Reviewed-by:
Timo Kösters <timo@koesters.xyz>
-
Devin Ragotzy authored
-
Devin Ragotzy authored
-
aura authored
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>
-
- Jul 23, 2020
-
-
Timo Kösters authored
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/151
-
- Jul 22, 2020
-
-
timokoesters authored
-
- Jul 21, 2020
- Jul 18, 2020
- Jul 17, 2020
-
-
Devin R authored
-
Devin R authored
-
Devin R authored
This will most likely be the API that is released to crates.io so it should be fairly stable...
-
Devin R authored
Moved back to a fork of ruma with timo's key-backup and cross-signing branch. Ephemeral events in sync responses are EphemeralRoomEventStub (they also have no room_id like all of sync responses events)
-
Devin R authored
Remove EventJson todo comments, clean up Cargo.toml commented ruma deps.
-
Devin R authored
-
Devin R authored
When creating some responses (sync) an AnyRoomEventStub is needed for this PduEvent will deserialize the JSON as a Stub event and a non stub event when needed. Ephemeral and account events are checked to be the correct type and filtered out if not. This requires an extra `deserialize` call which could/should be removed. TODO: Possibly get rid of EventJson in some places.
-
Devin R authored
-
- Jul 16, 2020
-
-
Timo Kösters authored
Update 'README.md' Update README, fix CI Co-authored-by:
timokoesters <timo@koesters.xyz> Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/148
-
- Jul 14, 2020
-
-
Timo Kösters authored
Merge branch 'master' into rocket Update to rocket master Co-authored-by:
timokoesters <timo@koesters.xyz> Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/147
-