MatrixSynapse/synapse/storage
Erik Johnston c31dba86ec Convert rest and handlers to use new event structure 2014-12-04 15:50:01 +00:00
..
schema Store full JSON of events in db 2014-12-01 16:22:07 +00:00
__init__.py Store full JSON of events in db 2014-12-01 16:22:07 +00:00
_base.py Store full JSON of events in db 2014-12-01 16:22:07 +00:00
directory.py
event_federation.py
feedback.py
keys.py
presence.py
profile.py
registration.py
room.py
roommember.py Workaround for non-uniqueness of room member events in the database confusing HAVING COUNT() test of room membership intersection (with thanks to Tom Molesworth) 2014-12-02 21:36:53 +00:00
signatures.py Convert rest and handlers to use new event structure 2014-12-04 15:50:01 +00:00
state.py Correctly handle the case where we get an event for an unknown room, which turns out we are actually in 2014-11-26 10:41:08 +00:00
stream.py Don't return outliers when we get recent events for rooms. 2014-11-27 16:38:50 +00:00
transactions.py