summary refs log tree commit diff
path: root/synapse/handlers/message.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-2/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Snapshot prev_state for generic eventsErik Johnston2014-09-031-1/+6
* rate limiting for message sendingMark Haines2014-09-021-0/+2
* Add message to assertionErik Johnston2014-09-021-1/+1
* Bump a user's presence last_active time every time they send a message to a roomPaul "LeoNerd" Evans2014-09-011-0/+4
* Perform room unit tests with 'local' users actually in the right domain ;)Paul "LeoNerd" Evans2014-09-011-0/+4
* Rename 'events_key' to 'room_key' so it matches the name of the event sourcePaul "LeoNerd" Evans2014-08-291-3/+3
* Get the equalities right.Erik Johnston2014-08-291-2/+5
* Split out MessageHandlerErik Johnston2014-08-271-0/+301