summary refs log tree commit diff
path: root/synapse/handlers/message.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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