- Sep 23, 2016
-
-
Erik Johnston authored
Some streams will occaisonally advance their positions without actually having any new rows to send over federation. Currently this means that the token will not advance on the workers, leading to them repeatedly sending a slightly out of date token. This in turns requires the master to hit the DB to check if there are any new rows, rather than hitting the no op logic where we check if the given token matches the current token. This commit changes the API to always return an entry if the position for a stream has changed, allowing workers to advance their tokens correctly.
-
- Sep 22, 2016
-
-
Erik Johnston authored
Allow invites via 3pid to bypass sender sig check
-
Erik Johnston authored
-
Erik Johnston authored
Support /initialSync in synchrotron worker
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
When a server sends a third party invite another server may be the one that the inviting user registers with. In this case it is that remote server that will issue an actual invitation, and wants to do it "in the name of" the original invitee. However, the new proper invite will not be signed by the original server, and thus other servers would reject the invite if it was seen as coming from the original user. To fix this, a special case has been added to the auth rules whereby another server can send an invite "in the name of" another server's user, so long as that user had previously issued a third party invite that is now being accepted.
-
- Sep 21, 2016
-
-
Erik Johnston authored
Fix _delete_old_forward_extrem_cache query
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add total_room_count_estimate to /publicRooms
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 19, 2016
-
-
Erik Johnston authored
Notify on e2e events
-
Erik Johnston authored
-
Erik Johnston authored
Handle fact that _generate_room_entry may not return a room entry
-
- Sep 17, 2016
-
-
Matthew Hodgson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix and clean up publicRooms pagination
-
Erik Johnston authored
Make public room search case insensitive
-
Erik Johnston authored
-
Erik Johnston authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Sep 16, 2016
-
-
David Baker authored
-
Erik Johnston authored
-
Erik Johnston authored
Add very basic filter API to /publicRooms
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-