synapse-product/synapse/storage
2014-12-08 12:01:25 +00:00
..
schema Store full JSON of events in db 2014-12-01 16:22:07 +00:00
__init__.py Start making more things use EventContext rather than event.* 2014-12-05 16:20:48 +00:00
_base.py Remove unused import 2014-12-08 12:01:25 +00:00
directory.py SYN-149: Send join event immediately after the room create event 2014-11-18 15:29:48 +00:00
event_federation.py
feedback.py
keys.py
presence.py
profile.py
registration.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
room.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
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 Various typos and bug fixes. 2014-12-08 09:08:26 +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