Commit Graph

1033 Commits (8f5c23d0cddc371f4eadd5e7780cb3bd6d7a7732)

Author SHA1 Message Date
Schnuffle dc5db01ff2 Replaced all occurences of e.message with str(e) 6 years ago
Richard van der Hoff 4a15a3e4d5
Include eventid in log lines when processing incoming federation transactions (#3959) 6 years ago
Richard van der Hoff ae6ad4cf41
docstrings and unittests for storage.state (#3958) 6 years ago
Oleg Girko 7d3f639844 Fix compatibility issue with older Twisted in tests. 6 years ago
Erik Johnston 8601c24287 Fix some instances of ExpiringCache not expiring cache items 6 years ago
Amber Brown 1f3f5fcf52
Fix client IPs being broken on Python 3 (#3908) 6 years ago
Amber Brown aeca5a5ed5
Add a regression test for logging on failed connections (#3912) 6 years ago
Richard van der Hoff 31c15dcb80
Refactor matrixfederationclient to fix logging (#3906) 6 years ago
Erik Johnston f6e82dcddb Tests 6 years ago
Amber Brown bfa0b759e0
Attempt to figure out what's going on with timeouts (#3857) 6 years ago
Neil Johnson 8decd6233d improve naming 6 years ago
Neil Johnson 0ddf486724 expose number of real reserved users 6 years ago
Amber Brown 52ec6e9dfa
Port tests/ to Python 3 (#3808) 6 years ago
Neil Johnson 84a750e0c3 ensure guests never enter mau list 6 years ago
Neil Johnson 61b05727fa guest users should not be part of mau total 6 years ago
Richard van der Hoff c127c8d042 Fix origin handling for pushed transactions 6 years ago
Amber Brown 77055dba92
Fix tests on postgresql (#3740) 6 years ago
Neil Johnson 0b01281e77 move threepid checker to config, add missing yields 6 years ago
Neil Johnson ea068d6f3c fix bug where preserved threepid user comes to sign up and server is mau blocked 6 years ago
Amber Brown 14e4d4f4bf
Port storage/ to Python 3 (#3725) 6 years ago
Richard van der Hoff 414fa36f3e Fix up tests 6 years ago
Erik Johnston 05077e06fa Change admin_uri to admin_contact in config and errors 6 years ago
Erik Johnston 01a5a8b9e3 Fix checking if service notice room is already tagged 6 years ago
Erik Johnston f2cbbda956 Unit tests 6 years ago
Erik Johnston cd77270a66 Implement trail users 6 years ago
Erik Johnston 7e6e588e60 Fix bug where we resent "limit exceeded" server notices 6 years ago
Erik Johnston c5842dff1a Actually run the tests 6 years ago
Erik Johnston 9643a6f7f2 Update notice format 6 years ago
Matthew Hodgson bb81e78ec6
Split the state_group_cache in two (#3726) 6 years ago
Neil Johnson e07970165f rename error code 6 years ago
Neil Johnson ba1fbf7d5b special case server_notices_mxid 6 years ago
Amber Brown c334ca67bb
Integrate presence from hotfixes (#3694) 6 years ago
Neil Johnson d49b77404b clean up, no functional changes 6 years ago
Erik Johnston ca87ad1def Split ProfileHandler into master and worker 6 years ago
Neil Johnson bcfeb44afe call reap on start up and fix under reaping bug 6 years ago
Neil Johnson 13ad9930c8 add new error type ResourceLimit 6 years ago
Neil Johnson 3c1080b6e4 refactor for readability, and reuse caching for setting tags 6 years ago
Neil Johnson a675f9c556 check for room state before deciding on action 6 years ago
Matthew Hodgson 2f78f432c4 speed up /members and add at= and membership params (#3568) 6 years ago
Amber Brown a87af25fbb Fix the tests 6 years ago
Neil Johnson 75c663c7b9 update error codes 6 years ago
Neil Johnson b8429c7c81 update error codes for resource limiting 6 years ago
Neil Johnson ab035bdeac replace admin_email with admin_uri for greater flexibility 6 years ago
Neil Johnson 7277216d01 fix setup_test_homeserver to be postgres compatible 6 years ago
Neil Johnson 1522ed9c07 in case max_mau is less than I think 6 years ago
Neil Johnson 06b331ff40 fix off by 1 errors 6 years ago
Neil Johnson 8f9a7eb58d support admin_email config and pass through into blocking errors, return AuthError in all cases 6 years ago
Neil Johnson ed4bc3d2fc fix off by 1s on mau 6 years ago
Amber Brown bdfbd934d6
Implement a new test baseclass to cut down on boilerplate (#3684) 6 years ago
Neil Johnson f4b49152e2 support admin_email config and pass through into blocking errors, return AuthError in all cases 6 years ago