.. |
__init__.py
|
Add room context api
|
2015-10-28 13:45:56 +00:00 |
_base.py
|
Allow guest users to join and message rooms
|
2015-11-10 16:57:13 +00:00 |
admin.py
|
Remove completely unused concepts from codebase
|
2015-08-25 16:23:06 +01:00 |
appservice.py
|
Fix bug where synapse was sending AS user queries incorrectly.
|
2015-06-17 17:26:03 +01:00 |
auth.py
|
Allow guests to register and call /events?room_id=
|
2015-11-04 17:29:07 +00:00 |
directory.py
|
Disallow whitespace in aliases here too
|
2015-05-14 13:21:55 +01:00 |
events.py
|
Open up /events to anonymous users for room events only
|
2015-11-05 14:32:26 +00:00 |
federation.py
|
Allow guest users to join and message rooms
|
2015-11-10 16:57:13 +00:00 |
identity.py
|
Add endpoint that proxies ID server request token and errors if the given email is in use on this Home Server.
|
2015-08-04 14:37:09 +01:00 |
message.py
|
Tweak guest access permissions
|
2015-11-12 15:02:00 +00:00 |
presence.py
|
Allow guest users to join and message rooms
|
2015-11-10 16:57:13 +00:00 |
private_user_data.py
|
Open up /events to anonymous users for room events only
|
2015-11-05 14:32:26 +00:00 |
profile.py
|
Treat setting your display name to the empty string as removing it (SYN-186).
|
2015-05-14 14:19:59 +01:00 |
receipts.py
|
Open up /events to anonymous users for room events only
|
2015-11-05 14:32:26 +00:00 |
register.py
|
Allow guests to register and call /events?room_id=
|
2015-11-04 17:29:07 +00:00 |
room.py
|
Allow guests to access room context API
|
2015-11-11 17:49:44 +00:00 |
search.py
|
Be explicit about what we're doing
|
2015-11-05 17:26:19 +00:00 |
sync.py
|
Don't fiddle with results returned by event sources
|
2015-11-09 18:09:46 +00:00 |
typing.py
|
Open up /events to anonymous users for room events only
|
2015-11-05 14:32:26 +00:00 |