summary refs log tree commit diff
path: root/synapse/api/events/room.py (follow)
Commit message (Expand)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
* Rename deletions to redactionsErik Johnston2014-09-241-3/+3
* Add m.room.deletion. If an event is deleted it will be returned to clients 'p...Erik Johnston2014-09-231-0/+9
* 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 has...Matthew Hodgson2014-09-031-1/+1
* 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 send_evnet_level/add_st...Erik Johnston2014-09-011-2/+9
* 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. Expand...Kegan Dougal2014-08-261-7/+9
* 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