Commit Graph

761 Commits (084afbb6a06f2661bed503bf49b0291ce999c6c1)

Author SHA1 Message Date
Daniel Wagner-Hall 6a9f1209df Error if macaroon key is missing from config 9 years ago
Daniel Wagner-Hall 5054806ec1 Rename config field to reflect yaml name 9 years ago
Erik Johnston f8aae79a72 Simplify get_rooms 9 years ago
Mark Haines f2d5ff5bf2 Fix the mock homserver used in the tests 9 years ago
Erik Johnston 4fce59f274 Add tests 9 years ago
Erik Johnston 35981c8b71 Fix test 9 years ago
Erik Johnston 4e7948b47a Allow paginating backwards from stream token 9 years ago
Richard van der Hoff 5cba88ea7c Make it possible to paginate forwards from stream tokens 9 years ago
Erik Johnston 0487c9441f Fix tests 9 years ago
Erik Johnston 9959d9ece8 Remove redundated BaseHomeServer 9 years ago
Erik Johnston 8c6012a4af Fix tests 9 years ago
David Baker d552861346 Revert all the bits changing keys of eeverything that used LRUCaches to tuples 9 years ago
David Baker 10f76dc5da Make LRU cache not default to treecache & add options to use it 9 years ago
David Baker 31a051b677 Test treecache directly 9 years ago
Erik Johnston 8f9c74e9f1 Fix tests 9 years ago
David Baker 4efcaa43c8 Add tests for treecache directly and test del_multi at the LruCache level too. 9 years ago
David Baker f1f8122120 Change LRUCache to be tree-based so we can delete subtrees. 9 years ago
Erik Johnston 191070123d Cache dns lookups, and use the cache if we fail to lookup servers later 9 years ago
Erik Johnston 2c176e02ae Make unit tests work 9 years ago
Daniel Wagner-Hall ac5a4477ad Require unbanning before other membership changes 9 years ago
Daniel Wagner-Hall 2680043bc6 Require ID and as_token be unique for ASs 9 years ago
Mark Haines c0a279e808 Delete the table objects from TransactionStore 9 years ago
Daniel Wagner-Hall 2110e35fd6 Introduce a Requester object 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
David Baker 0e48f7f245 fix tests 9 years ago
Daniel Wagner-Hall cfd07aafff Allow guests to upgrade their accounts 9 years ago
David Baker 92a1e74b20 fix tests 9 years ago
Mark Haines 7fa71e3267 Add a unit test for the snapshot cache 9 years ago
David Baker d79e90f078 Add mocks to make tests work again 9 years ago
Oleg Girko 4013216fcc Fix mock import in tests. 9 years ago
Daniel Wagner-Hall 14d7acfad4 Host /unstable and /r0 versions of r0 APIs 9 years ago
Mark Haines 7b593af7e1 rename the method in the tests as well 9 years ago
Erik Johnston bd3de8f39a Update tests 9 years ago
Daniel Wagner-Hall 468a2ed4ec Return non-room events from guest /events calls 9 years ago
Richard van der Hoff 78f6010207 Fix an issue with ignoring power_level changes on divergent graphs 9 years ago
Daniel Wagner-Hall cf437900e0 Return world_readable and guest_can_join in /publicRooms 9 years ago
Mark Haines 36c58b18a3 Test for background updates 9 years ago
Richard van der Hoff 9107ed23b7 Add a couple of unit tests for room/<x>/messages 9 years ago
Daniel Wagner-Hall ca2f90742d Open up /events to anonymous users for room events only 9 years ago
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id= 9 years ago
Mark Haines c452dabc3d Remove the LockManager class because it wasn't being used 9 years ago
Daniel Wagner-Hall 771ca56c88 Remove more unused parameters 9 years ago
Mark Haines fb46937413 Support clients supplying older tokens, fix short poll test 9 years ago
Richard van der Hoff f69a5c9134 Fix a 500 error resulting from empty room_ids 9 years ago
Erik Johnston 45cd2b0233 Refactor api.filtering to have a Filter API 9 years ago
Daniel Wagner-Hall 137fafce4e Allow rejecting invites 9 years ago
Paul "LeoNerd" Evans 9ed784098a Invoke EventBuilder directly instead of going via the EventBuilderFactory 9 years ago
Paul "LeoNerd" Evans 531e3aa75e Capture __init__.py 9 years ago
Paul "LeoNerd" Evans a8795c9644 Use assertIn() instead of assertTrue on the 'in' operator 9 years ago
Paul "LeoNerd" Evans 07b58a431f Another signing test vector using an 'm.room.message' with content, so that the implementation will have to redact it 9 years ago