0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-25 05:58:21 +02:00
synapse/synapse
2014-09-02 10:02:14 +01:00
..
api Add all the necessary checks to make banning work. 2014-09-01 18:24:56 +01:00
app Add unsecure listener port to homeserver 2014-09-01 22:38:52 +01:00
config Add unsecure listener port to homeserver 2014-09-01 22:38:52 +01:00
crypto enable ECDHE ciphers 2014-09-01 22:29:44 +01:00
federation Add all the necessary checks to make banning work. 2014-09-01 18:24:56 +01:00
handlers Add support for setting room name and topic when creating rooms 2014-09-02 10:02:14 +01:00
http given everything's apparently gone https:// by default for c-s, change this hardcoding... 2014-09-01 23:28:43 +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 Merge branch 'develop' of github.com:matrix-org/synapse into room_config 2014-09-01 19:57:28 +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