synapse-product/synapse
2015-12-10 18:40:28 +00:00
..
api Only include the archived rooms if a include_leave flag in set in the filter 2015-12-04 17:32:09 +00:00
app Actually host r0 and unstable prefixes 2015-12-08 15:26:52 +00:00
appservice Cap the time to retry txns to appservices to 8.5 minutes 2015-10-21 10:10:55 +01:00
config Added a single line to explain what the server_name is used for 2015-12-02 00:37:55 +01:00
crypto Fix typo 2015-11-20 17:17:58 +00:00
events Only add the user_id if the sender is present 2015-12-01 11:14:48 +00:00
federation Host /unstable and /r0 versions of r0 APIs 2015-12-01 17:34:32 +00:00
handlers Having consulted The Erikle, this should go at the end of on_receive_pdu, otherwise it will be triggered whenever we backfill too. 2015-12-10 17:18:46 +00:00
http Track the time spent in the database per request. 2015-12-07 17:56:11 +00:00
metrics Check that /proc/self/fd exists before listing it 2015-09-07 16:45:55 +01:00
push Store nothing instead of ['dont_notify'] for events with no notification required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result. 2015-12-10 18:40:28 +00:00
rest Allow filter JSON object in the filter query parameter in /sync 2015-12-09 12:56:50 +00:00
static/client Updates to fallback CAS login to do new token login 2015-11-06 09:57:17 +00:00
storage Save event actions to the db 2015-12-10 17:51:15 +00:00
streams s/private_user_data/account_data/ 2015-11-18 15:31:04 +00:00
util Track the time spent in the database per request. 2015-12-07 17:56:11 +00:00
__init__.py Bump changes and version 2015-11-20 16:35:01 +00:00
notifier.py Return non-room events from guest /events calls 2015-11-12 16:45:28 +00:00
python_dependencies.py Add nacl.bindings to the list of modules checked. Re-arrange import order to check packages after the packages they depend on 2015-09-01 16:51:10 +01:00
server.py Actually host r0 and unstable prefixes 2015-12-08 15:26:52 +00:00
state.py Update some comments 2015-11-13 10:31:15 +00:00
types.py s/private_user_data/account_data/ 2015-11-18 15:31:04 +00:00