anonymousland-synapse/synapse
Jonathan de Jong e12077a78a
Allow bytecode again (#9502)
In #75, bytecode was disabled (from a bit of FUD back in `python<2.4` days, according to dev chat), I think it's safe enough to enable it again.

Added in `__pycache__/` and `.pyc`/`.pyd` to `.gitignore`, to extra-insure compiled files don't get committed.

`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
2021-02-26 18:30:54 +00:00
..
_scripts
api Ratelimit cross-user key sharing requests. (#8957) 2021-02-19 13:20:34 -05:00
app Allow bytecode again (#9502) 2021-02-26 18:30:54 +00:00
appservice Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
config Clean up ShardedWorkerHandlingConfig (#9466) 2021-02-24 13:23:18 +00:00
crypto Cache config options in SSL verification (#9255) 2021-01-28 17:38:59 +00:00
events Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
federation Ratelimit cross-user key sharing requests. (#8957) 2021-02-19 13:20:34 -05:00
groups Add type hints to groups code. (#9393) 2021-02-17 08:41:47 -05:00
handlers Ensure pushers are deleted for deactivated accounts (#9285) 2021-02-25 13:56:55 +00:00
http Add support for no_proxy and case insensitive env variables (#9372) 2021-02-26 17:37:57 +00:00
logging Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
metrics Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
module_api Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
push Test that we require validated email for email pushers (#9496) 2021-02-25 15:35:14 +00:00
replication Fix deleting pushers when using sharded pushers. (#9465) 2021-02-22 21:14:42 +00:00
res/templates Support not providing an IdP icon when choosing a username. (#9440) 2021-02-19 07:48:46 -05:00
rest Add support for no_proxy and case insensitive env variables (#9372) 2021-02-26 17:37:57 +00:00
server_notices Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
spam_checker_api
state Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
static
storage Ensure pushers are deleted for deactivated accounts (#9285) 2021-02-25 13:56:55 +00:00
streams
util Fix #8518 (sync requests being cached wrongly on timeout) (#9358) 2021-02-24 13:57:00 +00:00
__init__.py 1.28.0 2021-02-25 10:22:07 +00:00
event_auth.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
notifier.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
python_dependencies.py Add a comment about systemd-python. (#9464) 2021-02-23 13:42:36 +00:00
secrets.py
server.py Add support for no_proxy and case insensitive env variables (#9372) 2021-02-26 17:37:57 +00:00
types.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
visibility.py Merge pull request #9150 from Yoric/develop-context 2021-02-08 15:53:44 +01:00