| Commit message (Expand) | Author | Age | Files | Lines |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -3/+3 |
* | Fix bug in generating current token | Erik Johnston | 2017-07-20 | 1 | -0/+2 |
* | Add groups to sync stream | Erik Johnston | 2017-07-20 | 1 | -0/+2 |
* | Add basic implementation of local device list changes | Erik Johnston | 2017-01-25 | 1 | -0/+4 |
* | Actually use the new function | Erik Johnston | 2016-10-24 | 1 | -1/+1 |
* | Fix incredubly slow back pagination query | Erik Johnston | 2016-10-24 | 1 | -2/+28 |
* | Add store-and-forward direct-to-device messaging | Mark Haines | 2016-08-25 | 1 | -0/+2 |
* | Hook up the push rules to the notifier | Mark Haines | 2016-03-03 | 1 | -0/+4 |
* | Clamp pagination limits to at most 1000 | Erik Johnston | 2016-01-14 | 1 | -2/+5 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 3 | -3/+3 |
* | s/private_user_data/account_data/ | Mark Haines | 2015-11-18 | 1 | -4/+4 |
* | Inform the client of new room tags using v1 /events | Mark Haines | 2015-10-29 | 1 | -0/+5 |
* | Move NullSource out of synapse and into tests since it is only used by the tests | Mark Haines | 2015-09-22 | 1 | -16/+0 |
* | synapse/streams/events.py:StreamSource was unused | Mark Haines | 2015-09-22 | 1 | -12/+0 |
* | Define __repr__ methods for StreamConfig and PaginationConfig | Mark Haines | 2015-09-22 | 1 | -3/+8 |
* | Wire together receipts and the notifer/federation | Erik Johnston | 2015-07-07 | 1 | -1/+5 |
* | Add receipts_key to StreamToken | Erik Johnston | 2015-07-02 | 1 | -1/+2 |
* | Make get_current_token accept a direction parameter, which tells whether the ... | Erik Johnston | 2015-05-12 | 1 | -3/+3 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 3 | -3/+3 |
* | Allow GET /room/:room_id/messages without 'limit' parameter to default to 10 | Paul "LeoNerd" Evans | 2014-12-02 | 1 | -1/+5 |
* | SYN-58: Allow passing explicit limit=0 to initialSync to request no messages ... | Paul "LeoNerd" Evans | 2014-11-20 | 1 | -6/+6 |
* | Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat... | Paul "LeoNerd" Evans | 2014-10-29 | 2 | -1/+24 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 3 | -3/+3 |
* | Renamed get_current_token_part to get_current_key | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -6/+6 |
* | Have EventSource's get_new_events_for_user() API work only on keys within tha... | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -3/+4 |
* | Rename 'events_key' to 'room_key' so it matches the name of the event source | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -1/+1 |
* | Define a new event stream data source for typing notifications (currently null) | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -7/+13 |
* | Move the *EventSource classes into the handlers they relate to, so it's easie... | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -127/+4 |
* | Add logging to try and figure out what is going on with the presence stuff | Erik Johnston | 2014-08-28 | 1 | -1/+1 |
* | Fix typo in NullSource.get_pagination_rows. Remove unused import. | Erik Johnston | 2014-08-28 | 1 | -2/+1 |
* | Define a NullSource useful for unit-testing | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -0/+16 |
* | Index sources in a nicer fashion. | Erik Johnston | 2014-08-27 | 1 | -11/+10 |
* | Convert get_paginat_rows to use PaginationConfig. This allows people to suppl... | Erik Johnston | 2014-08-27 | 2 | -33/+54 |
* | PEP8 tweaks. | Erik Johnston | 2014-08-27 | 2 | -5/+3 |
* | Implement presence event source. Change the way the notifier indexes listeners | Erik Johnston | 2014-08-27 | 1 | -25/+48 |
* | Enable presence again. Fix up api to match old api. | Erik Johnston | 2014-08-26 | 1 | -2/+2 |
* | Fix exceptions so that the event stream works. Presence like events are turne... | Erik Johnston | 2014-08-26 | 1 | -2/+4 |
* | WIP: Completely change how event streaming and pagination work. This reflects... | Erik Johnston | 2014-08-26 | 3 | -0/+235 |