synapse/synapse
2014-12-12 15:05:37 +00:00
..
api Validate message, topic and name event contents 2014-12-12 11:01:09 +00:00
app
config Limit the size of images that are thumbnailed serverside. Limit the size of file that a server will download from a remote server 2014-12-11 14:19:32 +00:00
crypto
events Validate message, topic and name event contents 2014-12-12 11:01:09 +00:00
federation
handlers Validate message, topic and name event contents 2014-12-12 11:01:09 +00:00
http Consistently url decode and decode as utf 8 the URL parts 2014-12-12 15:05:37 +00:00
media Allow only one download for a given image at a time, so that we don't end up downloading the same image twice if two clients request a remote image at the same time 2014-12-11 16:48:11 +00:00
rest Consistently url decode and decode as utf 8 the URL parts 2014-12-12 15:05:37 +00:00
storage Store json as UTF-8 and not bytes 2014-12-12 14:53:37 +00:00
streams
util
__init__.py
notifier.py
server.py Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor 2014-12-11 17:48:48 +00:00
state.py Fix public room joining by making sure replaces_state never points to itself. 2014-12-11 15:56:06 +00:00
types.py