summary refs log tree commit diff
path: root/synapse/storage/state.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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