summary refs log tree commit diff
path: root/synapse/storage/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functionsMark Haines2015-01-131-7/+0
* Update copyright noticesMark Haines2015-01-061-1/+1
* Look for name, topic in the event content rather than the event itself when p...Mark Haines2014-12-191-4/+4
* Fix pep8 codestyle warningsMark Haines2014-11-201-1/+3
* Add an EventValidator. Fix bugs in auth ++ storageErik Johnston2014-11-101-18/+20
* Tidy up some of the unused sql tablesErik Johnston2014-11-101-27/+0
* Amalgamate all power levels.Erik Johnston2014-11-061-157/+0
* Add transaction level logging and timing information. Add a _simple_delete me...Erik Johnston2014-10-281-0/+2
* Rename deletions to redactionsErik Johnston2014-09-241-4/+4
* SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev...Erik Johnston2014-09-231-3/+7
* Add a .runInteraction() method on SQLBaseStore itself to wrap the .db_poolPaul "LeoNerd" Evans2014-09-121-2/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Fix bug where we didn't correctly store the ops power levels event.Erik Johnston2014-09-021-1/+1
* Add all the necessary checks to make banning work.Erik Johnston2014-09-011-2/+1
* Add beginnings of ban support.Erik Johnston2014-09-011-5/+52
* Implement power level lists, default power levels and send_evnet_level/add_st...Erik Johnston2014-09-011-17/+72
* Start adding storage for new events.Erik Johnston2014-08-291-0/+80
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-261-2/+0
|\
| * Fix pyflakes errorsMark Haines2014-08-261-2/+0
* | Move the event storage into a single transactionMark Haines2014-08-261-4/+6
|/
* PEP8 cleanupsErik Johnston2014-08-151-4/+11
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-33/+57
* Return the room_alias when GETing public rooms.Kegan Dougal2014-08-131-2/+5
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+129