Commit Graph

107 Commits (100307c9366383d8c612a464dfcee542e97f9d44)

Author SHA1 Message Date
Timo Kösters 100307c936
improvement: optimize state storage 3 years ago
Timo Kösters 44425a903a
fix: multiple federation/pusher fixes 3 years ago
Timo Kösters 6da40225bb
improvement: make state res actually work 3 years ago
Devin Ragotzy d0df8b495c Merge remote-tracking branch 'upstream/master' into correct-sendtxn 4 years ago
Devin Ragotzy e239014fa3 Query for the correct server 4 years ago
Timo Kösters bd6507eafb Merge branch 'valkum-master-patch-25423' into 'master'
Make clippy happy (needless-return, etc.)

See merge request famedly/conduit!23
4 years ago
Rudi Floren 231c6032f4 Make clippy happy (needless-return, etc.) 4 years ago
Timo Kösters 437cb5783a
fix: apply the same appservice sending rules to events coming from federation
currently this code is duplicated from database/rooms.rs, when we
refactor server_server.rs we should deduplicate it
4 years ago
Timo Kösters 4155a47db1
feat: opentelemetry/jaeger support 4 years ago
Devin Ragotzy 79c9de98cd Add trusted_servers, filter servers to query keys by trusted_servers 4 years ago
Devin Ragotzy c9f4ff5cf8 Ask multiple servers for keys when not known or sending server failed 4 years ago
Devin Ragotzy 8f283510aa Fix unused import clippy warning 4 years ago
Devin Ragotzy 48601142f8 Use auth_cache to avoid db, save state for every event when joining 4 years ago
Devin Ragotzy 74d530ae0e Address review issues, fix forward extremity calc
Keep track of all prev_events since if we know that an event is a
prev_event it is referenced and does not qualify as a forward extremity.
4 years ago
Devin Ragotzy 591769d5f3 Fiter PDU's before main incoming PDU loop 4 years ago
Devin Ragotzy 64374b4679 Use eventId when saving outliers 4 years ago
Devin Ragotzy e09be2f7ee Add incoming event to the current room state then resolve
All state snapshots that are used in the resolve call are state after
snapshots, they have the event inserted.
4 years ago
Devin Ragotzy 6661de50ab Fix and integrate outlier tree, build forks after adding event to DB 4 years ago
Devin Ragotzy 6fd3e1d1dd Append state event that pass resolution to DB, update to tokio 1.1 4 years ago
Devin Ragotzy e0453e2348 Cleanup dbg prints and error messages 4 years ago
Devin Ragotzy 68f60933e6 Resolved state is set as the current room state on incoming events 4 years ago
Devin Ragotzy 05a4c0b325 Finish forward extremity gathering, use resolved state as new snapshot 4 years ago
Devin Ragotzy 88c60605b4 Add ability to update room leaves with multiple eventIds
Tokio seems a bit broken with Rocket...
4 years ago
Devin Ragotzy 7309b2fba9 WIP gather and update forward extremities 4 years ago
Devin Ragotzy 94da569119 Fixing the incoming events algorithm (review with time) 4 years ago
Devin Ragotzy db0aee3318 Use the auth_events for step 6, WIP forward_extremity_ids fn 4 years ago
Devin Ragotzy 4b2eb5ab82 Fix ALL clippy warnings 4 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.
4 years ago
Devin Ragotzy 52392628e9 Convert uses of Box<ServerName> to a ref 4 years ago
Devin Ragotzy d108a735a4 State resolution outline for /send 4 years ago
Devin Ragotzy d0b8d0f5fd Fix signature/hash checks, fetch recursive auth events 4 years ago
Devin Ragotzy 168ae8dca0 Fill event_map with all events that will be needed for resolution 4 years ago
Devin Ragotzy 8de0d9f9ce Remove StateStore trait from state-res collect events needed 4 years ago
Devin Ragotzy cdeb1236a2 Fix clippy warnings remove unused imports 4 years ago
Devin Ragotzy 63af3d3da0 Step 5 in /send just fetches state from incoming server 4 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
4 years ago
Devin Ragotzy 4a92a29b56 State resolution outline for /send 4 years ago
Timo Kösters 6924dfc8ea
improvement: better appservice compatibility and optimizations 4 years ago
Timo Kösters b4818716b8
improvement: better deploy guide 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
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 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