- Aug 03, 2016
-
-
Erik Johnston authored
-
- Aug 02, 2016
-
-
Mark Haines authored
* Factor out some of the code shared between the different sytest jenkins scripts * Exclude jenkins from the MANIFEST * Fix dendron build * Missing new line * Poke jenkins * Export the PORT_BASE and PORT_COUNT * Poke jenkins
-
Erik Johnston authored
Fix response cache
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Cache federation state responses
-
Erik Johnston authored
-
Erik Johnston authored
Split out the federation reading portions into a separate.
-
Erik Johnston authored
-
David Baker authored
Fix adding emails on registration
-
Mark Haines authored
-
Erik Johnston authored
-
Erik Johnston authored
Ignore AlreadyCalled errors on timer cancel
-
- Aug 01, 2016
-
-
Matthew Hodgson authored
-
- Jul 31, 2016
-
-
Erik Johnston authored
-
- Jul 29, 2016
-
-
David Baker authored
Synapse was not adding email addresses to accounts registered with an email address, due to too many different variables called 'result'. Rename both of them. Also remove the defer.returnValue() with no params because that's not a thing.
-
Paul Evans authored
Forbid non-ASes from registering users whose names begin with '_'
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Handle the case of missing auth events when joining a room
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Create separate methods for getting messages to push
-
Mark Haines authored
-
- Jul 28, 2016
-
-
Mark Haines authored
for the email and http pushers rather than trying to make a single method that will work with their conflicting requirements. The http pusher needs to get the messages in ascending stream order, and doesn't want to miss a message. The email pusher needs to get the messages in descending timestamp order, and doesn't mind if it misses messages.
-
Erik Johnston authored
-
Kegsay authored
Comment get_unread_push_actions_for_user_in_range function
-
Erik Johnston authored
-
Kegan Dougal authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add some basic admin API docs
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Fix retry utils to check if the exception is a subclass of CME
-