summary refs log tree commit diff
path: root/.github (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-27add a tonne of docstring; make upload_room_keys properly assert versionMatthew Hodgson2-9/+113
2017-12-27add a tonne of docstring; make upload_room_keys properly assert versionMatthew Hodgson1-20/+31
2017-12-24more docstring for the e2e_room_keys restMatthew Hodgson2-2/+51
2017-12-24add storage docstring; remove unused set_e2e_room_keysMatthew Hodgson1-36/+83
2017-12-24fix factoring out of _should_replace_room_keyMatthew Hodgson1-3/+4
2017-12-24actually spell example rightMatthew Hodgson1-4/+4
2017-12-18Implement listen_tcp method in remaining workersSilke10-192/+155
2017-12-18Remove logger argument and do not catch replication listenerSilke2-24/+18
2017-12-18rename room_key_version table correctly, and fix opt argsMatthew Hodgson2-16/+16
2017-12-18blindly incorporate PR review - needs testing & fixingMatthew Hodgson5-79/+99
2017-12-17Add methods for listening on multiple addressesSilke Hofstra2-51/+90
2017-12-17Allow binds to both :: and 0.0.0.0Silke Hofstra2-42/+61
2017-12-17Adapt the default config to bind on IPv6.Willem Mulder1-8/+9
2017-12-07Copy dict in update_membership tooErik Johnston1-0/+4
2017-12-06make /room_keys/version workMatthew Hodgson4-15/+38
2017-12-06implement /room_keys/version too (untested)Matthew Hodgson5-6/+163
2017-12-05document the APIMatthew Hodgson1-0/+133
2017-12-05make it work and fix pep8Matthew Hodgson7-82/+134
2017-12-05interim WIP checkin; doesn't build yetMatthew Hodgson3-19/+84
2017-12-05fix StoreError syntaxMatthew Hodgson1-1/+1
2017-12-05Fix error when deleting devicesRichard van der Hoff1-1/+1
2017-12-05support custom login types for validating usersRichard van der Hoff1-24/+57
2017-12-05Factor out a validate_user_via_ui_auth methodRichard van der Hoff3-74/+102
2017-12-05