summary refs log tree commit diff
path: root/synapse/api/events/room.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill off synapse.api.events.*Erik Johnston2014-12-161-170/+0
|
* PEP8Erik Johnston2014-11-101-0/+1
|
* Amalgamate all power levels.Erik Johnston2014-11-061-22/+0
| | | | | Remove concept of reqired power levels, something similiar can be done using the new power level event.
* Rename deletions to redactionsErik Johnston2014-09-241-3/+3
|
* Add m.room.deletion. If an event is deleted it will be returned to clients ↵Erik Johnston2014-09-231-0/+9
| | | | 'pruned', i.e. all client specified keys will be removed.
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-0/+7
|
* 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.
* Updated feedback api docs and fixed feedback content template bugKegan Dougal2014-09-031-2/+1
|
* Add beginnings of ban support.Erik Johnston2014-09-011-0/+7
|
* Implement power level lists, default power levels and ↵Erik Johnston2014-09-011-2/+9
| | | | 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/+29
|
* Feedback: Removed FeedbackRestServlet. Modified keys on FeedbackEvent. ↵Kegan Dougal2014-08-261-7/+9
| | | | Expanded the feedback constants to fully explain what type of feedback they are.
* Removed member list servlet: now using generic state paths.Kegan Dougal2014-08-261-4/+6
|
* Ensure we have a 'membership' key in RoomMemberEventsErik Johnston2014-08-181-0/+2
|
* PEP8 cleanupsErik Johnston2014-08-151-0/+1
|
* Support generic events.Erik Johnston2014-08-151-0/+4
|
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-0/+23
|
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+99