0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-30 08:28:19 +02:00
synapse/synapse
2015-08-20 16:09:27 +01:00
..
api Add m.room.avatar to default power levels. Change default required power levels of such events to 50 2015-08-20 14:35:40 +01:00
app Only print the pidfile path on startup if requested by a commandline flag 2015-08-07 16:36:42 +01:00
appservice Make the appservice use 'users_in_room' rather than get_room_members since it is cached 2015-05-22 11:01:28 +01:00
config Fix flake8 warning 2015-08-13 17:34:22 +01:00
crypto Merge pull request #194 from matrix-org/erikj/bulk_verify_sigs 2015-07-10 13:46:53 +01:00
events Rename key and values for m.room.history_visibility. Support 'invited' value 2015-07-06 13:05:52 +01:00
federation Merge pull request #208 from matrix-org/markjh/end-to-end-key-federation 2015-08-18 09:12:54 +01:00
handlers Merge pull request #235 from matrix-org/erikj/room_avatars 2015-08-20 16:07:49 +01:00
http PEP8 2015-08-13 11:47:38 +01:00
metrics Also check for presence of 'threadCallQueue' in reactor 2015-08-18 11:51:08 +01:00
push Store the 'last_token' in the db, even if we processed no events 2015-08-19 10:08:31 +01:00
rest Remove spurious extra arg to set_password 2015-08-20 15:35:54 +01:00
storage Merge pull request #211 from matrix-org/email_in_use 2015-08-20 10:04:04 +01:00
streams Wire together receipts and the notifer/federation 2015-07-07 15:25:30 +01:00
util Don't assume @cachedList function returns keys for everything 2015-08-18 11:11:33 +01:00
__init__.py Bump version and changelog 2015-08-20 14:12:01 +01:00
notifier.py Improve naming 2015-07-20 06:32:12 -07:00
python_dependencies.py Depend on Twisted>=15.1 rather than pining to a particular version 2015-08-12 17:25:13 +01:00
server.py Correctly handle x_forwaded listener option 2015-06-12 17:13:23 +01:00
state.py Move all the caches into their own package, synapse.util.caches 2015-08-11 18:00:59 +01:00
types.py Minor docs cleanup 2015-08-11 16:35:28 +01:00