You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse
Erik Johnston b5209c5744 Create SynapseRequest that overrides __repr__ to not print access_token 10 years ago
..
api Typo 10 years ago
app Create SynapseRequest that overrides __repr__ to not print access_token 10 years ago
appservice Make the appservice use 'users_in_room' rather than get_room_members since it is cached 10 years ago
config Remove redundant newline 10 years ago
crypto Handle the case when things return empty but non none things 10 years ago
events Don't copy twice 10 years ago
federation Merge pull request #176 from matrix-org/erikj/backfill_auth 10 years ago
handlers Merge pull request #176 from matrix-org/erikj/backfill_auth 10 years ago
http Create SynapseRequest that overrides __repr__ to not print access_token 10 years ago
metrics Appease pep8 10 years ago
push Catch any exceptions in the pusher loop. Use a lower timeout for pushers so we can see if they're actually still running. 10 years ago
rest Merge pull request #175 from matrix-org/erikj/thumbnail_thread 10 years ago
storage Bump schema version 10 years ago
streams Make get_current_token accept a direction parameter, which tells whether the source whether we want a token for going 'forwards' or 'backwards' 10 years ago
util Unused import 10 years ago
__init__.py Bump version 10 years ago
notifier.py Iterate over the user_streams not the user_ids 10 years ago
python_dependencies.py Bump syutil version 10 years ago
server.py Correctly handle x_forwaded listener option 10 years ago
state.py Merge pull request #180 from matrix-org/erikj/prev_state_context 10 years ago
types.py Make sure the notifier stream token goes forward when it is updated. Sort the pending events by the correct room_stream_id 10 years ago