summary refs log tree commit diff
path: root/synapse/api/events/factory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill off synapse.api.events.*Erik Johnston2014-12-161-90/+0
|
* Change DomainSpecificString so that it doesn't use a HomeServer objectErik Johnston2014-12-021-1/+1
|
* Amalgamate all power levels.Erik Johnston2014-11-061-5/+2
| | | | | Remove concept of reqired power levels, something similiar can be done using the new power level event.
* Add 'origin' key to eventsErik Johnston2014-11-031-0/+4
|
* Convert event ids to be of the form :example.comErik Johnston2014-10-301-1/+5
|
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2014-10-271-2/+2
|\ | | | | | | | | | | | | | | federation_authorization Conflicts: synapse/federation/transport.py synapse/handlers/message.py
| * SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-171-2/+2
| |
* | Finish implementing the new join dance.Erik Johnston2014-10-171-3/+11
|/
* 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