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 57877b01d7 Replace list comprehension 9 years ago
..
api Add missing space because linter 9 years ago
app Only print the pidfile path on startup if requested by a commandline flag 9 years ago
appservice Make the appservice use 'users_in_room' rather than get_room_members since it is cached 10 years ago
config Fix the --generate-keys option. Make it do the same thing as --generate-config does when the config file exists, but without printing a warning 9 years ago
crypto Merge pull request #194 from matrix-org/erikj/bulk_verify_sigs 10 years ago
events Rename key and values for m.room.history_visibility. Support 'invited' value 10 years ago
federation Move all the caches into their own package, synapse.util.caches 9 years ago
handlers Fix _filter_events_for_client 9 years ago
http PEP8 9 years ago
metrics Don't time getDelayedCalls 9 years ago
push Oops: underride rule had an identifier with override in it. 10 years ago
rest Don't try & check the username if we don't have one (which we won't if it's been saved in the auth layer) 9 years ago
storage Replace list comprehension 9 years ago
streams Wire together receipts and the notifer/federation 10 years ago
util Docstring 9 years ago
__init__.py Bump changelog and version to v0.9.3 10 years ago
notifier.py Improve naming 9 years ago
python_dependencies.py Depend on Twisted>=15.1 rather than pining to a particular version 9 years ago
server.py Correctly handle x_forwaded listener option 10 years ago
state.py Move all the caches into their own package, synapse.util.caches 9 years ago
types.py Minor docs cleanup 9 years ago