summary refs log tree commit diff
path: root/synapse/api/events/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where we didn't always get 'prev_content' keyErik Johnston2014-09-151-4/+1
|
* Fix bug where we incorrectly calculated 'age_ts' from 'age' key rather than ↵Erik Johnston2014-09-151-0/+1
| | | | the reverse. Don't transmit age_ts to clients for now.
* Correctly handle the 'age' key in events and pdusErik Johnston2014-09-151-0/+13
|
* When getting a state event also include the previous contentErik Johnston2014-09-061-1/+6
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Add all the necessary checks to make banning work.Erik Johnston2014-09-011-0/+2
|
* Create the correct events with the right configuration when creating a new room.Erik Johnston2014-08-281-0/+7
|
* Add 'state_key' to valid_keysErik Johnston2014-08-261-0/+1
|
* Send down state_key to clientsErik Johnston2014-08-261-1/+0
|
* Stop internal keys from getting into SynapseEventsErik Johnston2014-08-211-0/+1
|
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+152