0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00
synapse/synapse
Matthew Hodgson 04192ee05b typo
2015-07-08 17:49:15 +01:00
..
api Log more when we have processed the request 2015-06-15 17:11:44 +01:00
app Merge pull request #187 from matrix-org/erikj/sanitize_logging 2015-06-19 11:35:59 +01:00
appservice Make the appservice use 'users_in_room' rather than get_room_members since it is cached 2015-05-22 11:01:28 +01:00
config typo 2015-07-08 17:49:15 +01:00
crypto Handle the case when things return empty but non none things 2015-05-19 14:42:46 +01:00
events Don't copy twice 2015-05-29 15:02:55 +01:00
federation Log more when we have processed the request 2015-06-15 17:11:44 +01:00
handlers Merge pull request #189 from matrix-org/erikj/room_init_sync 2015-06-19 11:36:06 +01:00
http Fix log context when sending requests 2015-06-19 11:46:49 +01:00
metrics Appease pep8 2015-04-01 19:17:38 +01:00
push Catch any exceptions in the pusher loop. Use a lower timeout for pushers so we can see if they're actually still running. 2015-06-05 11:40:22 +01:00
rest Remove access_token from synapse.rest.client.v1.transactions {get,store}_response logging 2015-06-16 10:09:43 +01:00
storage Add a dummy.sql into delta/20 as pip isn't packinging the pushers.py 2015-06-13 12:21:58 +01:00
streams Make get_current_token accept a direction parameter, which tells whether the source whether we want a token for going 'forwards' or 'backwards' 2015-05-12 10:28:10 +01:00
util Merge pull request #192 from matrix-org/erikj/fix_log_context 2015-06-19 16:21:40 +01:00
__init__.py Bump changelog and version to v0.9.3 2015-07-01 15:12:32 +01:00
notifier.py Fix typo 2015-06-19 16:22:53 +01:00
python_dependencies.py Bump syutil version 2015-05-29 13:08:43 +01:00
server.py Correctly handle x_forwaded listener option 2015-06-12 17:13:23 +01:00
state.py Merge pull request #180 from matrix-org/erikj/prev_state_context 2015-06-03 17:20:56 +01:00
types.py Make sure the notifier stream token goes forward when it is updated. Sort the pending events by the correct room_stream_id 2015-05-18 13:17:36 +01:00