summary refs log tree commit diff
path: root/synapse/handlers/message.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rename MessageHandler.handle_event. Add a few comments.Erik Johnston2014-12-151-1/+13
* Validate message, topic and name event contentsErik Johnston2014-12-121-1/+1
* Add some basic event validationErik Johnston2014-12-101-2/+6
* Fix bug when uploading state with empty state_keyErik Johnston2014-12-101-15/+0
* Try and figure out how and why signatures are being changed.Erik Johnston2014-12-101-1/+0
* More bug fixesErik Johnston2014-12-081-0/+12
* Convert rest and handlers to use new event structureErik Johnston2014-12-041-1/+22
* Change DomainSpecificString so that it doesn't use a HomeServer objectErik Johnston2014-12-021-1/+1
* Fix bugs in invite/join dances.Erik Johnston2014-11-251-1/+1
* SYN-58: Allow passing explicit limit=0 to initialSync to request no messages ...Paul "LeoNerd" Evans2014-11-201-1/+1
* Fix pep8 codestyle warningsMark Haines2014-11-201-3/+3
* Add a few missing yields, Move deferred lists inside PreserveLoggingContext b...Mark Haines2014-11-201-3/+5
* Remove unused variableMark Haines2014-11-181-1/+1
* Rename message handler's new snapshot_room to room_initial_sync() as that bet...Paul "LeoNerd" Evans2014-11-181-1/+1
* Include room members' presence in room initialSyncPaul "LeoNerd" Evans2014-11-181-1/+22
* Include 'messages' snapshot in room initialSyncPaul "LeoNerd" Evans2014-11-181-1/+20
* Merge branch 'develop' into room-initial-syncPaul "LeoNerd" Evans2014-11-171-63/+26
|\
| * PEP8ifyErik Johnston2014-11-111-9/+12
| * Only allow people in a room to look up room state.Erik Johnston2014-11-111-34/+4
| * Implement new replace_state and changed prev_stateErik Johnston2014-11-061-8/+3
| * Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho...Erik Johnston2014-10-301-3/+7
| |\
| * \ Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho...Erik Johnston2014-10-271-13/+3
| |\ \
| * | | Use state groups to get current state. Make join dance actually work.Erik Johnston2014-10-171-3/+3
| * | | Begin making auth use event.old_state_eventsErik Johnston2014-10-151-10/+3
* | | | Include room membership in room initialSyncPaul "LeoNerd" Evans2014-11-101-1/+7
* | | | Put room state in room initialSync output - I guess this is right; I really c...Paul "LeoNerd" Evans2014-11-101-2/+5
* | | | Have room initialSync return the room's room_idPaul "LeoNerd" Evans2014-11-101-0/+11
| |_|/ |/| |
* | | Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat...Paul "LeoNerd" Evans2014-10-291-3/+7
| |/ |/|
* | SPEC-7: Don't stamp event contents with 'hsob_ts'Mark Haines2014-10-171-13/+3
|/
* Implemented /rooms/$roomid/state API.Kegan Dougal2014-09-231-0/+16
* SYWEB-3 : Added 'visibility' key to rooms returned via /initialSyncKegan Dougal2014-09-171-0/+5
* Correctly handle the 'age' key in events and pdusErik Johnston2014-09-151-3/+3
* 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