Commit Graph

499 Commits (52392628e9eff02ed0db65481c551840ba879405)
 

Author SHA1 Message Date
Devin Ragotzy 52392628e9 Convert uses of Box<ServerName> to a ref 3 years ago
Devin Ragotzy d108a735a4 State resolution outline for /send 3 years ago
Devin Ragotzy d0b8d0f5fd Fix signature/hash checks, fetch recursive auth events 3 years ago
Devin Ragotzy 168ae8dca0 Fill event_map with all events that will be needed for resolution 3 years ago
Devin Ragotzy 8de0d9f9ce Remove StateStore trait from state-res collect events needed 3 years ago
Devin Ragotzy cdeb1236a2 Fix clippy warnings remove unused imports 3 years ago
Devin Ragotzy 63af3d3da0 Step 5 in /send just fetches state from incoming server 3 years ago
Devin Ragotzy 4b9976aa74 Update state-res, use the new Event trait
This also bumps ruma to latest and removes js_int infavor of the ruma
re-export
3 years ago
Devin Ragotzy 4a92a29b56 State resolution outline for /send 3 years ago
Timo Kösters fb9880fee9 Merge branch 'are-we-synpase-sync' into 'master'
Sync are-we-synapse with dendrite

See merge request famedly/conduit!21
3 years ago
Timo Kösters 098ecb2ca3 Merge branch 'jwt-token-fixed' into 'master'
Add 'm.login.token' authentication

See merge request famedly/conduit!5
3 years ago
Timo Kösters d49911c5e0
Add 'm.login.token' authentication 3 years ago
Timo Kösters 3588dcd6d0 Merge branch 'deviceid-login' into 'master'
Handle optional device_id field during login

See merge request famedly/conduit!16
3 years ago
Timo Kösters 2d7012cdb1 Merge branch 'appservices' into 'master'
Appservices

Closes #29

See merge request famedly/conduit!11
3 years ago
Timo Kösters ea1e4625d1
fix: default config options 3 years ago
Timo Kösters 6924dfc8ea
improvement: better appservice compatibility and optimizations 3 years ago
Timo Kösters 7be2a83195 Merge branch 'valkum/complement' into 'master'
Complement Testing: Fix binary name typo

See merge request famedly/conduit!20
3 years ago
Valkum 1d7207b39e Sync are-we-synapse with dendrite 3 years ago
Valkum a61b1cef5b Fix binary name typo 3 years ago
Timo Kösters a478ec0443 Merge branch 'cleanup' into 'master'
Update repository link in crate metadata

See merge request famedly/conduit!19
3 years ago
Timo Kösters fd3fb3a7ed
Merge remote-tracking branch 'famedly/master' into appservices 3 years ago
Jonas Platte 6de5b3c2a0
Update repository link in crate metadata 3 years ago
Timo Kösters 265fab843a
feature: push rule settings 3 years ago
Timo Kösters 87a0019f3a Merge branch 'valkum/complement' into 'master'
Allow the complement test image to use build artifacts

See merge request famedly/conduit!17
3 years ago
Valkum a1e296374f Allow the complement test image to use build artifacts 3 years ago
Devon Hudson 762255fa8d
Simplify device creation logic during login 4 years ago
Devon Hudson 890187e004
improvement: Handle optional device_id field during login
remove debug logging
4 years ago
Timo Kösters 9424ba0559 Merge branch 'logout-devices' into 'master'
Respect logout_devices param on password change

See merge request famedly/conduit!15
4 years ago
Devon Hudson ebb38cd330
improvement: respect logout_devices param on password change
Move logout devices comment next to relevant loop

remove unnecessary log
4 years ago
Paul van Tilburg c263e13000
fix: update binary file name in docs for consistency 4 years ago
Timo Kösters ad7b3f184b
improvement: send 200 response for turn server info
We didn't implement it, but this will stop clients from retrying the
endpoint every minute
4 years ago
Timo Kösters d45d033bf1
fix: send presence updates when going offline
remaining bug: conduit sends presence updates every 5 minutes even if
the user is already offline
4 years ago
Timo Kösters b4818716b8
improvement: better deploy guide 4 years ago
Timo Kösters d7e56dbfa0
docs: recommend using binaries 4 years ago
Timo Kösters 3bdaf6e79e
improvement: better default config 4 years ago
Timo Kösters 85364a9c27
improvement: change federation_enabled to federation_disabled
This enables federation by default
4 years ago
Timo Kösters edfd3c1f34
improvement: better config, better logs 4 years ago
Timo Kösters df16b2ba98
fix: rare state races 4 years ago
Timo Kösters 2cf6fd57b7
improvement: don't send pdus to appservices if it isn't interested
TODO: we need to send pdus if a user of the appservice is in the room
but not the appservice user itself
4 years ago
Timo Kösters fb9bd34696
improvement: better warnings when server is unreachable 4 years ago
Timo Kösters c1bc70aeca
Merge branch 'kuboschek/conduit-always-query-srv' into appservices 4 years ago
Leonhard Kuboschek 8dcc1dfe56
improvement: always use port from SRV lookups
Also query SRV records when well-known is not found, fixes #29
4 years ago
Timo Kösters f12fbca3c5
fix: send state in /sync, element displays wrong membership changes 4 years ago
Timo Kösters 6606e41dde
feat: improved state store 4 years ago
Timo Kösters 6e5b35ea92
feat: implement appservices
this also reverts some stateres changes
4 years ago
Timo Kösters d62f17a91a
improvement: cache actual destination 4 years ago
Timo Kösters 9d4c7c34a0 Merge branch 'cargo-deb-packaging' into 'master'
Add Debian packaging via cargo-deb

See merge request famedly/conduit!3
4 years ago
Timo Kösters 45086b54b3
improvement: upgrade dependencies, fix timeline reload bug 4 years ago
Devin Ragotzy 164b1633d8
Update ruma to latest, renamed server keys and removed PduStub 4 years ago
Devin Ragotzy b869aab5d0
Cleanup removing debug printing and logging, append non state events 4 years ago