summary refs log tree commit diff
path: root/synapse/api/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add all the necessary checks to make banning work.Erik Johnston2014-09-011-0/+2
|
* Add beginnings of ban support.Erik Johnston2014-09-012-1/+9
|
* Implement power level lists, default power levels and ↵Erik Johnston2014-09-012-5/+13
| | | | send_evnet_level/add_state_level events.
* Create the correct events with the right configuration when creating a new room.Erik Johnston2014-08-283-2/+43
|
* 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.
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Kegan Dougal2014-08-261-1/+1
|\ | | | | | | client_server_url_rename
| * Add 'state_key' to valid_keysErik Johnston2014-08-261-0/+1
| |
| * Send down state_key to clientsErik Johnston2014-08-261-1/+0
| |
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Kegan Dougal2014-08-262-1/+7
|\| | | | | | | client_server_url_rename
| * Add ts field to all events.Erik Johnston2014-08-211-1/+6
| |
| * Stop internal keys from getting into SynapseEventsErik Johnston2014-08-211-0/+1
| |
* | 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-152-5/+8
|
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-152-1/+25
|
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-133-0/+3
|
* Reference Matrix Home Servermatrix.org2014-08-123-0/+301