summary refs log tree commit diff
path: root/synapse/storage/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all the caches into their own package, synapse.util.cachesErik Johnston2015-08-111-1/+2
* Change Cache to not use *args in its interfaceErik Johnston2015-08-071-2/+2
* Use generic db exceptions rather than sqlite3 specific onesErik Johnston2015-04-081-3/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-04-071-2/+8
|\
| * Put a cache on get_aliases_for_roomPaul "LeoNerd" Evans2015-03-201-2/+8
* | Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-03-201-1/+6
|\|
| * Give sensible names for '_simple_...' transactionsErik Johnston2015-03-201-1/+6
* | Convert storage layer to be mysql compatibleErik Johnston2015-03-191-2/+2
|/
* Update copyright noticesMark Haines2015-01-061-1/+1
* SYN-149: Send join event immediately after the room create eventMark Haines2014-11-181-0/+5
* Split out sending the room alias events from creating the alias so that we ca...Mark Haines2014-11-181-7/+12
* Add transaction level logging and timing information. Add a _simple_delete me...Erik Johnston2014-10-281-0/+1
* SYN-2: Allow server admins to delete room aliasesErik Johnston2014-09-301-0/+30
* 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
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+93