..
__init__.py
Move RoomCreationHandler out of synapse.handlers.Handlers
2018-05-17 09:08:42 +01:00
_base.py
Move RoomMemberHandler out of Handlers
2018-03-01 14:36:50 +00:00
account_data.py
copyrights
2016-01-07 04:26:29 +00:00
admin.py
admin,storage: added more administrator functionalities
2017-02-02 14:02:26 +01:00
appservice.py
Merge pull request #3143 from matrix-org/rav/remove_redundant_preserve_fn
2018-04-30 10:23:59 +01:00
auth.py
use bcrypt.checkpw
2018-03-05 18:02:59 +01:00
deactivate_account.py
Catch failure to part user from room
2018-05-10 12:23:53 +01:00
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
Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background
2018-04-27 14:31:23 +01:00
events.py
Use state handler instead of get_users_in_room/get_joined_hosts
2016-08-26 14:54:30 +01:00
federation.py
Merge pull request #3153 from NotAFile/py3-httplib
2018-04-30 01:26:42 +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
Fix returned token is no longer a tuple
2018-05-09 15:43:00 +01:00
message.py
Merge branch 'release-v0.28.1' into develop
2018-05-01 18:16:57 +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
Infrastructure for a server notices room
2018-05-17 17:58:25 +01:00
room_list.py
Move more xrange to six
2018-04-28 13:57:00 +02:00
room_member_worker.py
s/join/joined/ in notify_user_membership_change
2018-03-14 14:17:43 +00:00
room_member.py
Infrastructure for a server notices room
2018-05-17 17:58:25 +01:00
room.py
Infrastructure for a server notices room
2018-05-17 17:58:25 +01:00
search.py
replace 'except:' with 'except Exception:'
2017-10-23 15:52:32 +01:00
set_password.py
Do bcrypt hashing in a background thread
2018-01-10 18:01:28 +00:00
sync.py
Add comment to sync as to why code path is split
2018-05-09 15:56:07 +01:00
typing.py
Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background
2018-04-27 14:31:23 +01:00
user_directory.py
speed up the rate of initial spam for users
2017-12-04 18:05:28 +00:00