0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/synapse
2021-05-28 17:03:14 +01:00
..
_scripts Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
api Support enabling opentracing by user (#9978) 2021-05-14 10:51:08 +01:00
app Don't hammer the database for destination retry timings every ~5mins (#10036) 2021-05-21 17:57:08 +01:00
appservice Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
config Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
crypto Add Keyring.verify_events_for_server and reduce memory usage (#10018) 2021-05-20 16:25:11 +01:00
events Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
federation Allow response of /send_join to be larger. (#10093) 2021-05-28 16:28:01 +01:00
groups Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
handlers Limit the number of events sent over replication when persisting events. (#10082) 2021-05-28 16:29:09 +01:00
http Log method and path when dropping request due to size limit (#10091) 2021-05-28 16:29:09 +01:00
logging Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
metrics Export jemalloc stats to prometheus when used (#9882) 2021-05-06 15:54:07 +01:00
module_api Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
push Split multiplart email sending into a dedicated handler (#9977) 2021-05-17 12:33:38 +02:00
replication Remove keylen from LruCache. (#9993) 2021-05-24 14:02:01 +01:00
res/templates Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 2021-04-19 19:16:34 +01:00
rest Remove tls_fingerprints option (#9280) 2021-05-24 17:43:30 +01:00
server_notices Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
spam_checker_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
static Add initial support for a "pick your IdP" page (#9017) 2021-01-05 11:25:28 +00:00
storage Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
streams Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
util Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
__init__.py 1.35.0rc2 2021-05-27 14:46:24 +01:00
event_auth.py Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
notifier.py Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
python_dependencies.py Use ijson to parse the response to /send_join, reducing memory usage. (#9958) 2021-05-20 16:11:48 +01:00
server.py Split multiplart email sending into a dedicated handler (#9977) 2021-05-17 12:33:38 +02:00
types.py Make DomainSpecificString an attrs class (#9875) 2021-04-23 15:46:29 +01:00
visibility.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00