MatrixSynapse/synapse
Daniel Wagner-Hall fc27ca9006 Merge pull request #369 from matrix-org/daniel/guestnonevents
Return non-room events from guest /events calls
2015-11-12 17:28:48 +00:00
..
api Allow guest users to join and message rooms 2015-11-10 16:57:13 +00:00
app Run the background updates when starting synapse. 2015-11-10 15:50:58 +00:00
appservice Cap the time to retry txns to appservices to 8.5 minutes 2015-10-21 10:10:55 +01:00
config Fix race creating directories 2015-11-12 11:58:48 +00:00
crypto Fix bug where we sometimes didn't fetch all the keys requested for a 2015-09-17 10:21:32 +01:00
events Update the other place check_joined_room is called 2015-10-30 11:15:37 +00:00
federation Fix missing profile data in federation joins 2015-11-12 16:19:55 +00:00
handlers Fix missing profile data in federation joins 2015-11-12 16:19:55 +00:00
http Retry dead servers a lot less often 2015-11-02 16:56:30 +00:00
metrics Check that /proc/self/fd exists before listing it 2015-09-07 16:45:55 +01:00
push Use raw string for regex here, otherwise \b is the backspace character. Fixes displayname matching. 2015-10-08 11:22:15 +01:00
rest Merge pull request #360 from matrix-org/daniel/guestroominitialsync 2015-11-12 15:19:55 +00:00
static/client Use correct service url 2015-10-26 18:12:09 +00:00
storage Trailing whitespace 2015-11-12 15:36:43 +00:00
streams Inform the client of new room tags using v1 /events 2015-10-29 15:21:09 +00:00
util Run the background updates when starting synapse. 2015-11-10 15:50:58 +00:00
__init__.py Bump changelog and version number 2015-11-05 17:20:28 +00:00
notifier.py Return non-room events from guest /events calls 2015-11-12 16:45:28 +00:00
python_dependencies.py Add nacl.bindings to the list of modules checked. Re-arrange import order to check packages after the packages they depend on 2015-09-01 16:51:10 +01:00
server.py Remove the LockManager class because it wasn't being used 2015-11-04 14:08:15 +00:00
state.py Fix an issue with ignoring power_level changes on divergent graphs 2015-11-12 15:24:59 +00:00
types.py Merge branch 'develop' into markjh/room_tags 2015-11-02 10:57:00 +00:00