Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-10-22 | Support filtering events represented as dicts. | Mark Haines | 1 | -3/+22 |
2015-10-22 | Don't keep appending report_stats to demo config | Erik Johnston | 1 | -2/+6 |
2015-10-21 | Doc string for the SyncHandler.typing_by_room method | Mark Haines | 1 | -0/+12 |
2015-10-21 | Include banned rooms in the archived section of v2 sync | Mark Haines | 2 | -8/+11 |
2015-10-21 | Cap the time to retry txns to appservices to 8.5 minutes | Kegan Dougal | 1 | -2/+2 |
2015-10-21 | Use 403 and message to match handlers/auth | Kegan Dougal | 1 | -3/+1 |
2015-10-20 | Include typing events in initial v2 sync | Mark Haines | 1 | -14/+29 |
2015-10-20 | Docstring | Erik Johnston | 1 | -0/+5 |
2015-10-20 | Refactor api.filtering to have a Filter API | Erik Johnston | 3 | -126/+88 |
2015-10-20 | Allow rejecting invites | Daniel Wagner-Hall | 8 | -93/+353 |
2015-10-20 | Don't 500 when the email doesn't map to a valid user ID. | Kegan Dougal | 1 | -0/+4 |
2015-10-19 | Fix pep8 | Mark Haines | 1 | -1/+0 |
2015-10-19 | Invoke EventBuilder directly instead of going via the EventBuilderFactory | Paul "LeoNerd" Evans | 1 | -35/+3 |