anonymousland-synapse/synapse
Matthew Hodgson dafef5a688 Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off.
Add url_preview_ip_range_blacklist to let admins specify internal IP ranges that must not be spidered.
Add url_preview_url_blacklist to let admins specify URL patterns that must not be spidered.
Implement a custom SpiderEndpoint and associated support classes to implement url_preview_ip_range_blacklist
Add commentary and generally address PR feedback
2016-04-08 18:37:15 +01:00
..
api
app Don't require config to create database 2016-04-06 14:15:45 +01:00
appservice
config Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
crypto
events Add sensible __eq__ operators inside the tests. 2016-04-07 16:41:37 +01:00
federation
handlers Merge pull request #700 from matrix-org/erikj/deduplicate_joins 2016-04-07 16:35:40 +01:00
http Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
metrics
push Use google style doc strings. 2016-04-01 16:12:07 +01:00
replication Add tests for get_latest_event_ids_in_room and get_current_state 2016-04-07 13:17:56 +01:00
rest Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
static/client
storage Merge branch 'develop' into matthew/preview_urls 2016-04-07 17:26:44 +01:00
streams
util Rename things 2016-04-07 16:07:16 +01:00
__init__.py
notifier.py Use google style doc strings. 2016-04-01 16:12:07 +01:00
python_dependencies.py Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
server.py
state.py Merge pull request #689 from matrix-org/erikj/member 2016-04-04 11:56:40 +01:00
types.py