forked-synapse/synapse/storage
2014-08-18 16:25:18 +01:00
..
schema SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns. 2014-08-18 16:00:46 +01:00
__init__.py SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns. 2014-08-18 16:00:46 +01:00
_base.py PEP8 cleanups 2014-08-15 16:17:36 +01:00
directory.py add in whitespace after copyright statements to improve legibility 2014-08-13 03:14:34 +01:00
feedback.py Start fixing places that use the data store. 2014-08-14 17:34:37 +01:00
pdu.py Rename method name to not clash with other ones in storage. 2014-08-15 16:47:48 +01:00
presence.py retcols is mandatory. i have no idea how this could ever have worked? 2014-08-16 01:46:35 +01:00
profile.py add in whitespace after copyright statements to improve legibility 2014-08-13 03:14:34 +01:00
registration.py Be more helpful when failing to register/login, stating why (communication error, user in user, wrong credentials, etc). Make the HS send M_USER_IN_USE. 2014-08-14 16:03:04 +01:00
room.py PEP8 cleanups 2014-08-15 16:17:36 +01:00
roommember.py PEP8 cleanups 2014-08-15 16:17:36 +01:00
stream.py Fix typos in SQL and where we still had rowid's (which no longer exist) 2014-08-18 16:25:18 +01:00
transactions.py add in whitespace after copyright statements to improve legibility 2014-08-13 03:14:34 +01:00