summary refs log tree commit diff
path: root/synapse/handlers/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-33/+0
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix registration on workers (#4682)Erik Johnston2019-02-201-2/+0
* Move RoomContextHandler out of HandlersErik Johnston2018-07-181-2/+0
* Split MessageHandler into read only and writersErik Johnston2018-07-181-2/+0
* run isortAmber Brown2018-07-091-5/+5
* Move RoomCreationHandler out of synapse.handlers.HandlersRichard van der Hoff2018-05-171-4/+1
* Move RoomMemberHandler out of HandlersErik Johnston2018-03-011-2/+0
* Split out profile handler to fix testsErik Johnston2017-08-251-2/+0
* Shuffle receipt handler around so that worker apps don't need to load itErik Johnston2016-11-231-2/+0
* Make synchrotron accept /eventsErik Johnston2016-08-121-3/+0
* Summary lineMark Haines2016-07-191-2/+1
* Update docstring on Handlers.Mark Haines2016-07-191-3/+15
* Split out the auth handlerDavid Baker2016-06-021-2/+0
* Move the AS handler out of the Handlers object.Mark Haines2016-05-311-11/+0
* Split out the room list handlerDavid Baker2016-05-311-2/+1
* Move typing handler out of the Handlers objectMark Haines2016-05-171-2/+0
* Move SyncHandler out of the Handlers objectMark Haines2016-05-161-2/+0
* Move the presence handler out of the Handlers objectMark Haines2016-05-161-2/+0
* Split out RoomMemberHandlerErik Johnston2016-03-311-1/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add room context apiErik Johnston2015-10-281-1/+2
* Add basic full text search impl.Erik Johnston2015-10-091-0/+2
* Simplify LoginHander and AuthHandlerDaniel Wagner-Hall2015-08-121-2/+0
* Fix various typosErik Johnston2015-07-071-0/+2
* Merge branch 'develop' into csauthDavid Baker2015-04-171-1/+7
|\
| * Use seconds; start gluing in the AS scheduler into the AS handler.Kegan Dougal2015-03-091-1/+7
* | Regstration with email in v2David Baker2015-04-151-0/+2
* | Implement password changing (finally) along with a start on making client/ser...David Baker2015-03-231-0/+2
|/
* Dependency inject ApplicationServiceApi when creating ApplicationServicesHand...Kegan Dougal2015-02-051-1/+4
* Merge branch 'develop' into application-servicesKegan Dougal2015-02-021-0/+2
|\
| * Start implementing the non-incremental sync portion of the v2 /sync APIMark Haines2015-01-261-0/+2
* | Add appservice handler and store. Glue together rest > handler > store.Kegan Dougal2015-01-271-0/+2
|/
* Update copyright noticesMark Haines2015-01-061-1/+1
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-0/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Split out MessageHandlerErik Johnston2014-08-271-1/+2
* Initial typing notification support - EDU federation, but no timers, and no a...Paul "LeoNerd" Evans2014-08-271-0/+2
* Added support for GET /events/$eventid with auth checks.Kegan Dougal2014-08-271-1/+2
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+46