summary refs log tree commit diff
path: root/jenkins-unittests.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-11When using synctl with workers, don't start the main synapse automaticallyErik Johnston2-8/+33
2018-01-10Do bcrypt hashing in a background threadErik Johnston3-10/+18
2018-01-10fix order of operations derp and also use `.get` to default to {}Michael Telatynski1-2/+3
2018-01-10Fix publicised groups API (singular) over federationMichael Telatynski1-4/+4
2018-01-09Update http request metrics before calling servletRichard van der Hoff1-11/+19
2018-01-09Remove dead TODOErik Johnston1-2/+0
2018-01-09Remove dead code related to default thumbnailsErik Johnston2-76/+3
2018-01-09enable twisted delayedcall debugging in UTsRichard van der Hoff1-1/+5
2018-01-09Remove dead codeRichard van der Hoff1-3/+0
2018-01-09Disable user_directory updates for UTsRichard van der Hoff1-0/+4
2018-01-09Fix broken config UTsRichard van der Hoff2-3/+18
2018-01-09Make indentation of generated log config consistentRichard van der Hoff1-17/+17
2018-01-07Fix templating error with unban permission messageTravis Ralston1-1/+1
2018-01-05Remove 'verbosity'/'log_file' from generated cfgRichard van der Hoff1-8/+4
2018-01-05Bump version and changelog release-v0.26.0Erik Johnston2-1/+7
2017-12-30Check missing fields in event_from_pdu_jsonRichard van der Hoff1-0/+7
2017-12-30Factor out `event_from_pdu_json`Richard van der Hoff3-37/+44
2017-12-30federation_server: clean up importsRichard van der Hoff1-14/+11
2017-12-30federation_client: clean up importsRichard van der Hoff1-13/+10
2017-12-20Better logging when login can't find a 3pidRichard van der Hoff1-4/+10
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-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-16mention federation tester more prominently in the readmeVincent Breitmoser1-0/+5
2017-12-13Fix rc version number v0.26.0-rc1Erik Johnston1-2/+2
2017-12-13Bump changelog and versionErik Johnston2-1/+38
2017-12-07Copy dict in update_membership tooErik Johnston1-0/+4
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