synapse/synapse
Richard van der Hoff 43ecfe0b10 Synapse 0.33.1 (2018-08-02)
===========================
 
 SECURITY FIXES
 --------------
 
 - Fix a potential issue where servers could request events for rooms they have not joined. (`#3641 <https://github.com/matrix-org/synapse/issues/3641>`_)
 - Fix a potential issue where users could see events in private rooms before they joined. (`#3642 <https://github.com/matrix-org/synapse/issues/3642>`_)
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABAgAGBQJbYxcCAAoJEIofk9V1tejVg8YIAJU1xoZ2zSnordJczpvVZbzx
 Rsstk/wvE2dSGJL22gfSLzQNCbQvF4aOul1LAGJfbEQWc46BcNpyuWUxjTd3FaF7
 SfbWdkDh1w3ROSuiPA8j4CnH6EwP0w2itIBhFG7JpVEXjRgCyc1iMUl/oQESv82g
 UQyr6t/G68mE8xHm0eqvNfCjVAMSZDAnOzYZa7vfZJBqlZiGHB6Z1nsvsS3nZqQd
 BQQi/pQTXxsIL2egSvuycykiZtEZcm+QDRFi6hIatv5LRFOsQUqKVTB/D7XOoSbP
 RPOzcaSjv4mZ9a4NBzFMVVzzTRbr2EnipPd2ePrnJoOnl2eNRO4Won8zl4h+OQc=
 =U/ir
 -----END PGP SIGNATURE-----

Merge tag 'v0.33.1'

Synapse 0.33.1 (2018-08-02)
===========================

SECURITY FIXES
--------------

- Fix a potential issue where servers could request events for rooms they have not joined. (`#3641 <https://github.com/matrix-org/synapse/issues/3641>`_)
- Fix a potential issue where users could see events in private rooms before they joined. (`#3642 <https://github.com/matrix-org/synapse/issues/3642>`_)
2018-08-02 15:40:44 +01:00
..
api Make auth & transactions more testable (#3499) 2018-07-14 07:34:49 +10:00
app run isort 2018-07-09 16:09:20 +10:00
appservice run isort 2018-07-09 16:09:20 +10:00
config Merge pull request #3377 from Valodim/note-affinity 2018-07-19 14:35:06 +01:00
crypto run isort 2018-07-09 16:09:20 +10:00
events run isort 2018-07-09 16:09:20 +10:00
federation Validation for events/rooms in fed requests 2018-08-02 13:48:40 +01:00
groups another typo 2018-07-10 12:28:42 +01:00
handlers Check room visibility for /event/ requests 2018-08-02 15:03:27 +01:00
http Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
metrics run isort 2018-07-09 16:09:20 +10:00
module_api Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
push run isort 2018-07-09 16:09:20 +10:00
replication Use stream cache in get_linearized_receipts_for_room 2018-07-10 17:22:42 +01:00
rest Check room visibility for /event/ requests 2018-08-02 15:03:27 +01:00
server_notices run isort 2018-07-09 16:09:20 +10:00
static/client Updates to fallback CAS login to do new token login 2015-11-06 09:57:17 +00:00
storage Avoid extra db lookups 2018-08-02 13:55:51 +01:00
streams Fix develop because I broke it :( (#3535) 2018-07-14 09:51:00 +10:00
util Use efficient .intersection 2018-07-17 11:07:04 +01:00
__init__.py Prepare 0.33.1 2018-08-02 15:31:04 +01:00
event_auth.py run isort 2018-07-09 16:09:20 +10:00
notifier.py run isort 2018-07-09 16:09:20 +10:00
python_dependencies.py Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
server.py run isort 2018-07-09 16:09:20 +10:00
server.pyi Send users a server notice about consent 2018-05-22 11:54:51 +01:00
state.py run isort 2018-07-09 16:09:20 +10:00
types.py run isort 2018-07-09 16:09:20 +10:00
visibility.py add a comment 2018-07-17 14:53:34 +01:00