Commit Graph

209 Commits (1505055334ecff6516c0b388efe4c5759e59fad0)

Author SHA1 Message Date
Erik Johnston 027542e2e5 Fix bugs when joining a remote room that has dodgy event graphs. This should also fix the number of times a HS will trigger a GET /event/ 10 years ago
Erik Johnston 822b15ea43 Fix tests. 10 years ago
Erik Johnston 64fc859dac Fix bugs in invite/join dances. 10 years ago
Erik Johnston a46e5ef621 SYN-163: Add an order by rowid to selects. 10 years ago
Erik Johnston 493055731e Fix tests from prev commit 10 years ago
Paul "LeoNerd" Evans 03dc63f6c8 Initialise UserPresenceCache instances to always contain a 'presence' key 10 years ago
Mark Haines c5eabe3143 replace user_id with sender 10 years ago
Paul "LeoNerd" Evans 33d328d967 Include room members' presence in room initialSync 10 years ago
Paul "LeoNerd" Evans 17f977a9de Include 'messages' snapshot in room initialSync 10 years ago
Mark Haines cb4b6c844a Merge PDUs and Events into one object 10 years ago
Mark Haines de1ec90133 Validate signatures on incoming events 10 years ago
Mark Haines 8d8a133c89 SYN-103: Remove "origin" and "destination" keys from edus 10 years ago
Erik Johnston 6fea478d2e Fix bugs with invites/joins across federatiom. 10 years ago
Erik Johnston 37900a92db Only allow people in a room to look up room state. 10 years ago
Erik Johnston 3db2c0d43e Rename annotate_state_groups to annotate_event_with_state 10 years ago
Erik Johnston 02ebb9f0c3 Fix state tests 10 years ago
Erik Johnston ed8b7d400c Fix validation tests 10 years ago
Erik Johnston 339c11dd86 Fix rest.test_rooms 10 years ago
Paul "LeoNerd" Evans c23afed39a Include room membership in room initialSync 10 years ago
Paul "LeoNerd" Evans 1fd8139138 Put room state in room initialSync output - I guess this is right; I really can't find any other tests similar... 10 years ago
Paul "LeoNerd" Evans 269f80bf8e Have room initialSync return the room's room_id 10 years ago
Paul "LeoNerd" Evans 50c8e3fcda Initial (empty) test that room initialSync at least returns 200 OK 10 years ago
Erik Johnston ec824927c1 Fix rest.test_events. Convert to use SQLiteMemoryDbPool 10 years ago
Erik Johnston 4ebdb19682 Fix SQLBaseStoreTestCase 10 years ago
Erik Johnston 3cd9c02f71 Fix stream test. 10 years ago
Erik Johnston e2cebe26e8 Fix room_member storage test 10 years ago
Erik Johnston c174d19d1e Fix redaction storage test 10 years ago
Erik Johnston b01159f234 Fix room handler test 10 years ago
Erik Johnston 3791b75000 Fix a couple more storage tests 10 years ago
Erik Johnston 2fcce3b3c5 Remove stale tests 10 years ago
Erik Johnston da80ebcc6b Fix redaction storage test 10 years ago
Erik Johnston 1616df2f61 Fix typing tests 10 years ago
Erik Johnston c670ce416b Fix room tests 10 years ago
Erik Johnston f48fce8bd3 Fix profile tests 10 years ago
Erik Johnston 24e2da4557 Fix presencelike test 10 years ago
Erik Johnston 416ab4ebf0 Don't execute empty tests. Formatting. 10 years ago
Erik Johnston 34c4614682 Fix presence test 10 years ago
Erik Johnston 9e429239ab Fix Federation test 10 years ago
Erik Johnston 4a5e95511e PEP8 10 years ago
Erik Johnston dfb3d21a6d Fix room handler tests 10 years ago
Erik Johnston b0554682ed Fix federation handler tests. I've removed the invite/join dance ones as they are completely out of date. 10 years ago
Erik Johnston 7f4c7fe4e8 PEP8 10 years ago
Erik Johnston dd3711bdbd Fix tests.handlers.test_directory 10 years ago
Erik Johnston b15e8d5bbc event <-> pdu mappings are now trivial and will soon be scrapped 10 years ago
Erik Johnston 24305ba5bf Fix up federation tests 10 years ago
Mark Haines b29517bd01 Add a request-id to each log line 10 years ago
Paul "LeoNerd" Evans b1ee6fd7ed Fix an off-by-one bug in presence event stream pagination; this might be responsible for any number of bug reports 10 years ago
Mark Haines 82c5820767 keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 10 years ago
Mark Haines f5cf7ac25b SPEC-7: Rename 'ts' to 'origin_server_ts' 10 years ago
Mark Haines bb04447c44 Include hashes of previous pdus when referencing them 10 years ago