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 4bbfbf898e Correctly pass in auth_events 10 years ago
..
api Typo 10 years ago
app Add config option to turn off freezing events. Use new encode_json api and ujson.loads 10 years ago
appservice Make the appservice use 'users_in_room' rather than get_room_members since it is cached 10 years ago
config Merge pull request #170 from matrix-org/markjh/SYT-8-recaptcha 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 Remove redundant for loop 10 years ago
handlers Correctly pass in auth_events 10 years ago
http Remove log line 10 years ago
metrics Appease pep8 10 years ago
push Take a dict of the rule, not the rule list 10 years ago
rest Add config option to turn off freezing events. Use new encode_json api and ujson.loads 10 years ago
storage Don't explode if we don't have the event 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 Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 10 years ago
state.py Split a storage function in two so that we don't have to do extra work. 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