summary refs log tree commit diff
path: root/synapse/handlers/typing.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a sprinkling of logger.debug() into typing notification handlerPaul "LeoNerd" Evans2014-12-111-0/+8
* Initial hack at unit tests of room typing REST APIPaul "LeoNerd" Evans2014-12-111-0/+7
* Avoid cyclic dependency in handler setupPaul "LeoNerd" Evans2014-12-101-4/+10
* Hook up the event stream to typing notificationsPaul "LeoNerd" Evans2014-12-101-2/+22
* Store serial numbers per room for typing event stream purposesPaul "LeoNerd" Evans2014-12-101-13/+28
* First hack at implementing timeouts in typing notification handlerPaul "LeoNerd" Evans2014-12-101-3/+19
* Fix pep8 warningsMark Haines2014-10-301-6/+8
* Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat...Paul "LeoNerd" Evans2014-10-291-1/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Renamed get_current_token_part to get_current_keyPaul "LeoNerd" Evans2014-08-291-1/+1
* Have EventSource's get_new_events_for_user() API work only on keys within tha...Paul "LeoNerd" Evans2014-08-291-2/+2
* TypingNotificationEventSource has to return proper tokens, not int 0Paul "LeoNerd" Evans2014-08-291-2/+2
* Define a new event stream data source for typing notifications (currently null)Paul "LeoNerd" Evans2014-08-291-0/+14
* Fix pyflakes warningsMark Haines2014-08-281-1/+2
* Initial typing notification support - EDU federation, but no timers, and no a...Paul "LeoNerd" Evans2014-08-271-0/+146