forked-synapse/synapse/handlers
Richard van der Hoff b71ca2b014 Allow guest users access to messages in rooms they have joined
There should be no difference between guest users and non-guest users in terms
of access to messages. Define the semantics of the is_peeking argument to
filter_events_for_clients (slightly) better; interpret it appropriately, and
set it correctly from /sync.
2016-02-19 11:41:02 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Allow guest users access to messages in rooms they have joined 2016-02-19 11:41:02 +00:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py copyrights 2016-01-07 04:26:29 +00:00
appservice.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Allow guests to upgrade their accounts 2016-01-05 18:01:18 +00:00
directory.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
events.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
federation.py Atomically persit push actions when we persist the event 2016-02-09 16:19:15 +00:00
identity.py Add missing param to the log line 2016-01-29 15:01:26 +00:00
message.py Allow paginating backwards from stream token 2016-01-28 11:52:34 +00:00
presence.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
profile.py Revert "Merge two of the room join codepaths" 2016-02-12 16:17:24 +00:00
receipts.py copyrights 2016-01-07 04:26:29 +00:00
register.py Enforce user_id exclusivity for AS registrations 2016-02-11 17:37:38 +00:00
room.py Simplify room creation code 2016-02-15 18:18:39 +00:00
search.py copyrights 2016-01-07 04:26:29 +00:00
sync.py Allow guest users access to messages in rooms they have joined 2016-02-19 11:41:02 +00:00
typing.py Measure some /sync related things 2016-02-09 11:31:42 +00:00