- Oct 04, 2016
-
-
David Baker authored
-
- Sep 30, 2016
-
-
Erik Johnston authored
Restructure ldap authentication
-
- Sep 29, 2016
-
-
Martin Weinelt authored
- properly parse return values of ldap bind() calls - externalize authentication methods - change control flow to be more error-resilient - unbind ldap connections in many places - improve log messages and loglevels
-
Erik Johnston authored
Fix background reindex of origin_server_ts
-
- Sep 27, 2016
-
-
Erik Johnston authored
Update port script with recently added tables
-
Erik Johnston authored
The storage function `_get_events_txn` was removed everywhere except from this background reindex. The function was removed due to it being (almost) completely unused while also being large and complex. Therefore, instead of resurrecting `_get_events_txn` we manually reimplement the bits that are needed directly.
-
Erik Johnston authored
Fix perf of fetching state in SQLite
-
Erik Johnston authored
This also fixes a bug where the port script would explode when it encountered the newly added boolean column `public_room_list_stream.visibility`
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 26, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Time out typing over federation
-
- Sep 25, 2016
-
-
Matthew Hodgson authored
-
- Sep 23, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- 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
-
Erik Johnston authored
-
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
-