MatrixSynapse/synapse
Erik Johnston cde840a82c Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor
Conflicts:
	setup.py
2014-12-11 17:48:48 +00:00
..
api Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor 2014-12-11 17:48:48 +00:00
app Get uploads working with new media repo 2014-12-02 19:51:47 +00:00
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 Try and figure out how and why signatures are being changed. 2014-12-10 11:37:47 +00:00
events Fix prev_content 2014-12-11 15:16:55 +00:00
federation Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor 2014-12-10 13:18:40 +00:00
handlers Fix federation test 2014-12-11 17:01:27 +00:00
http 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
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 Actually fix bug when uploading state with empty state_key 2014-12-10 14:49:52 +00:00
storage Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor 2014-12-11 17:48:48 +00:00
streams Allow GET /room/:room_id/messages without 'limit' parameter to default to 10 2014-12-02 18:01:16 +00:00
util Add PEP8 newlines 2014-12-09 11:01:44 +00:00
__init__.py Bump changes and version 2014-12-03 18:01:47 +00:00
notifier.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
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 Change DomainSpecificString so that it doesn't use a HomeServer object 2014-12-02 10:42:28 +00:00