0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 22:48:20 +02:00
synapse/synapse
2014-09-01 15:51:44 +01:00
..
api change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. 2014-08-31 14:51:37 +01:00
app Fix homeserver config parsing 2014-09-01 15:51:15 +01:00
config Fix homeserver config parsing 2014-09-01 15:51:15 +01:00
crypto Add config tree to synapse. Add support for reading config from a file 2014-08-31 16:06:39 +01:00
federation Fix a couple of bugs in presence handler related to pushing updatesto the correct user. Fix presence tests. 2014-08-29 12:08:33 +01:00
handlers Rename API-visible 'mtime' presence field to 'last_active'; slightly different semantics 2014-09-01 15:39:50 +01:00
http missed a s#/matrix#/_matrix/g 2014-08-31 14:54:58 +01:00
rest Rename 'state' presence key to the much more obvious 'presence'; maintain a legacy 'state' copy for now 2014-09-01 14:45:41 +01:00
storage Fix homeserver config parsing 2014-09-01 15:51:15 +01:00
streams Renamed get_current_token_part to get_current_key 2014-08-29 19:15:23 +01:00
util Merge branch 'develop' of github.com:matrix-org/synapse into presence_logging 2014-08-28 16:52:46 +01:00
__init__.py Bump versions to 0.0.1 2014-08-22 12:06:50 +01:00
notifier.py Have EventSource's get_new_events_for_user() API work only on keys within that source, not overall eventstream tokens 2014-08-29 19:13:55 +01:00
server.py Fix pyflakes warnings 2014-08-28 13:51:50 +01:00
state.py Start updating state handling to use snapshots 2014-08-27 15:11:51 +01:00
types.py Rename 'events_key' to 'room_key' so it matches the name of the event source 2014-08-29 19:00:55 +01:00