summary refs log tree commit diff
path: root/synapse/storage/state.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* PEP8Erik Johnston2015-04-071-1/+0
* Don't use AUTOINCREMENT, use an in memory versionErik Johnston2015-04-071-3/+3
* Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable.Erik Johnston2015-03-231-1/+0
* Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-03-201-0/+1
|\
| * Rearrange storage modulesErik Johnston2015-03-201-0/+32
* | Rearrange storage modulesErik Johnston2015-03-201-0/+32
* | Convert storage layer to be mysql compatibleErik Johnston2015-03-191-2/+8
|/
* Copy dict of context.current_state before changing it.Erik Johnston2015-03-161-1/+1
* Remove unused functionsMark Haines2015-01-131-6/+0
* Merge pull request #28 from matrix-org/erikj-perfMark Haines2015-01-061-8/+6
|\
| * Remove debug linesErik Johnston2015-01-061-7/+0
| * Add some debug loggingErik Johnston2015-01-061-0/+12
| * Test some ideas that might help performance a bitErik Johnston2014-12-171-8/+1
* | Update copyright noticesMark Haines2015-01-061-1/+1
|/
* Various typos and bug fixes.Erik Johnston2014-12-081-3/+3
* Start making more things use EventContext rather than event.*Erik Johnston2014-12-051-4/+9
* Correctly handle the case where we get an event for an unknown room, which tu...Erik Johnston2014-11-261-1/+1
* Document StateStore and use transactionsErik Johnston2014-11-121-28/+56
* Fix bugs with invites/joins across federatiom.Erik Johnston2014-11-121-3/+6
* Fix bug where we /always/ created a new state groupErik Johnston2014-11-111-7/+2
* Add transaction level logging and timing information. Add a _simple_delete me...Erik Johnston2014-10-281-0/+1
* Use state groups to get current state. Make join dance actually work.Erik Johnston2014-10-171-0/+3
* Begin making auth use event.old_state_eventsErik Johnston2014-10-151-1/+1
* Add missing package storate.stateErik Johnston2014-10-151-0/+97