MatrixSynapse/synapse
Erik Johnston 95e2d2d36d When returning lists of servers from alias lookups, put the current server first in the list 2015-02-04 15:02:23 +00:00
..
api Keep around the old (buggy) version of the prune_event function so that we can use it to check signatures for events on old servers 2015-02-03 14:58:30 +00:00
app Merge branch 'develop' into pushers 2015-01-28 12:51:05 +00:00
config Allow ':memory:' as the database path for sqlite3 2015-01-19 15:26:19 +00:00
crypto Fix bug in timeout handling in keyclient 2015-01-30 11:08:01 +00:00
events Rearrange persist_event so that do all the queries that need to be done before returning early if we have already persisted that event. 2015-02-04 10:16:51 +00:00
federation Retry make_join 2015-02-04 13:55:10 +00:00
handlers When returning lists of servers from alias lookups, put the current server first in the list 2015-02-04 15:02:23 +00:00
http Merge branch 'develop' of github.com:matrix-org/synapse into rejections 2015-01-30 11:10:37 +00:00
push Ignore empty strings for display names & room names in notifications 2015-01-31 12:48:06 +00:00
rest Spit out server default rules too. 2015-01-30 15:54:51 +00:00
storage Brief comment on why we do some things on every call to persist_event and not others 2015-02-04 10:40:59 +00:00
streams Update copyright notices 2015-01-06 13:21:39 +00:00
util Optimize FrozenEvent creation 2015-01-06 18:51:03 +00:00
__init__.py Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse into develop 2015-01-13 10:01:22 +00:00
notifier.py Fix Formatting 2015-01-27 20:19:36 +00:00
python_dependencies.py Fix bad merge fo python_dependencies.py 2015-01-30 11:14:33 +00:00
server.py Merge changes from develop 2015-01-29 14:55:27 +00:00
state.py Fix state resolution to remember join_rules is a type of auth event. 2015-02-04 10:36:28 +00:00
types.py Rename ClientID to ClientInfo since it is a pair of IDs rather than a single identifier 2015-01-28 17:16:12 +00:00