MatrixSynapse/synapse
Patrick Cloke 201c48c8de
Remove a Python 2-ism and improve type hints. (#11699)
On Python 2, indexing a byte-string gives back a byte-string,
while on Python 3 it gives back the ASCII equivalent as an int.
2022-01-06 18:08:48 +00:00
..
_scripts
api
app
appservice
config Fix link from generated configuration file to documentation (#11678) 2022-01-05 12:16:52 +00:00
crypto
events
federation Strip unauthorized fields from `unsigned` object in events received over federation (#11530) 2022-01-06 09:09:30 -08:00
groups
handlers Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` error to be returned, not `M_UNKNOWN` (#11672) 2022-01-06 13:16:42 +00:00
http Fix SimpleHttpClient not sending Accept header in `get_json` (#11677) 2022-01-05 11:59:29 +00:00
logging
metrics
module_api
push Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 2022-01-05 11:41:49 +00:00
replication
res
rest Fix get federation status of destination if no error occured (#11593) 2022-01-05 14:46:50 -05:00
server_notices
spam_checker_api
state
static
storage Fix get federation status of destination if no error occured (#11593) 2022-01-05 14:46:50 -05:00
streams
util Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 2022-01-05 11:41:49 +00:00
__init__.py
event_auth.py
notifier.py
py.typed
python_dependencies.py Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 2022-01-05 11:41:49 +00:00
server.py
types.py Remove a Python 2-ism and improve type hints. (#11699) 2022-01-06 18:08:48 +00:00
visibility.py