.. |
__init__.py
|
|
|
_base.py
|
|
|
account_data.py
|
|
|
admin.py
|
|
|
appservice.py
|
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/processed_event_lag
|
2018-04-12 11:36:07 +01:00 |
auth.py
|
use bcrypt.checkpw
|
2018-03-05 18:02:59 +01:00 |
deactivate_account.py
|
|
|
device.py
|
replace old style error catching with 'as' keyword
|
2018-03-15 16:11:17 +01:00 |
devicemessage.py
|
Split out edu/query registration to a separate class
|
2018-03-13 10:24:27 +00:00 |
directory.py
|
s/replication_client/federation_client/
|
2018-03-13 13:26:52 +00:00 |
e2e_keys.py
|
Add missing consumeErrors
|
2018-04-27 11:16:28 +01:00 |
events.py
|
|
|
federation.py
|
Merge pull request #3118 from matrix-org/rav/reject_prev_events
|
2018-04-23 17:51:38 +01:00 |
groups_local.py
|
Implement group join API
|
2018-04-06 15:43:27 +01:00 |
identity.py
|
Use simplejson throughout
|
2018-03-29 22:45:52 +01:00 |
initial_sync.py
|
|
|
message.py
|
Improve exception handling for background processes
|
2018-04-27 11:07:40 +01:00 |
presence.py
|
Improve exception handling for background processes
|
2018-04-27 11:07:40 +01:00 |
profile.py
|
Only update remote profile cache on master
|
2018-03-13 17:38:21 +00:00 |
read_marker.py
|
Improve caching for read_marker API
|
2018-03-01 17:08:17 +00:00 |
receipts.py
|
Improve exception handling for background processes
|
2018-04-27 11:07:40 +01:00 |
register.py
|
Merge branch 'develop' of into allow_auto_join_rooms
|
2018-03-28 14:45:28 +02:00 |
room_list.py
|
Refactor ResponseCache usage
|
2018-04-12 13:02:15 +01:00 |
room_member_worker.py
|
s/join/joined/ in notify_user_membership_change
|
2018-03-14 14:17:43 +00:00 |
room_member.py
|
Avoid creating events with huge numbers of prev_events
|
2018-04-16 18:41:37 +01:00 |
room.py
|
Remove ability for AS users to call /events and /sync
|
2018-03-05 15:44:46 +00:00 |
search.py
|
|
|
set_password.py
|
|
|
sync.py
|
Merge pull request #3107 from NotAFile/py3-bool-nonzero
|
2018-04-20 15:43:39 +01:00 |
typing.py
|
Improve exception handling for background processes
|
2018-04-27 11:07:40 +01:00 |
user_directory.py
|
|
|