summary refs log tree commit diff
path: root/synapse/api/events/factory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename deletions to redactionsErik Johnston2014-09-241-2/+2
|
* Add m.room.deletion. If an event is deleted it will be returned to clients ↵Erik Johnston2014-09-231-1/+3
| | | | 'pruned', i.e. all client specified keys will be removed.
* Correctly handle the 'age' key in events and pdusErik Johnston2014-09-151-0/+8
|
* Fix generation of event ids so that they are consistent between local and ↵Erik Johnston2014-09-061-1/+4
| | | | remote ids
* 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 beginnings of ban support.Erik Johnston2014-09-011-1/+2
|
* Implement power level lists, default power levels and ↵Erik Johnston2014-09-011-3/+4
| | | | send_evnet_level/add_state_level events.
* Create the correct events with the right configuration when creating a new room.Erik Johnston2014-08-281-1/+7
|
* Add ts field to all events.Erik Johnston2014-08-211-1/+6
|
* Support generic events.Erik Johnston2014-08-151-5/+4
|
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-1/+2
|
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+50