| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #62 from matrix-org/state-chache | Erik Johnston | 2015-02-11 | 1 | -1/+6 |
|\ |
|
| * | Fix tests | Erik Johnston | 2015-02-09 | 1 | -1/+6 |
* | | Add a cache for get_event | Mark Haines | 2015-02-11 | 2 | -2/+4 |
* | | Add a lru cache class | Mark Haines | 2015-02-11 | 1 | -0/+56 |
* | | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 25 | -360/+140 |
|/ |
|
* | Try to ensure we don't persist an event we have already persisted. In persist... | Erik Johnston | 2015-02-03 | 1 | -1/+4 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into rejections | Erik Johnston | 2015-01-30 | 3 | -3/+614 |
|\ |
|
| * | Merge pull request #37 from matrix-org/client_v2_filter | Erik Johnston | 2015-01-30 | 3 | -3/+614 |
| |\ |
|
| | * | Create a separate filter object to do the actual filtering, so that we can | Mark Haines | 2015-01-29 | 1 | -51/+57 |
| | * | Merge in auth changes from develop | Mark Haines | 2015-01-29 | 1 | -0/+1 |
| | * | Merge changes from develop | Mark Haines | 2015-01-29 | 5 | -4/+20 |
| | |\ |
|
| | * | | Add filter_room_state unit tests. | Kegan Dougal | 2015-01-29 | 1 | -0/+56 |
| | * | | Add basic filtering public API unit tests. Use defers in the right places. | Kegan Dougal | 2015-01-29 | 1 | -1/+53 |
| | * | | Add more unit tests for the filter algorithm. | Kegan Dougal | 2015-01-29 | 1 | -5/+259 |
| | * | | Implement filter algorithm. Add basic event type unit tests to assert it works. | Kegan Dougal | 2015-01-29 | 1 | -1/+44 |
| | * | | Add filter JSON sanity checks. | Kegan Dougal | 2015-01-28 | 1 | -4/+20 |
| | * | | Initial stab at real SQL storage implementation of user filter definitions | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -1/+18 |
| | * | | More unit-testing of REST errors | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -1/+35 |
| | * | | Move storage of user filters into real datastore layer; now have to mock it o... | Paul "LeoNerd" Evans | 2015-01-27 | 2 | -3/+27 |
| | * | | Have the Filtering API return Deferreds, so we can do the Datastore implement... | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -2/+3 |
| | * | | Initial trivial unittest of Filtering object | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+67 |
| | * | | Use new V2AlphaRestTestCase | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -38/+2 |
| | * | | Merge branch 'develop' into client_v2_filter | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+45 |
| | |\ \ |
|
| | * | | | Minor changes to v2_alpha filter REST test to allow the setUp method to be sh... | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -5/+7 |
| | * | | | Initial trivial REST test of v2_alpha filter API | Paul "LeoNerd" Evans | 2015-01-26 | 1 | -0/+74 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into new_state_resolu... | Erik Johnston | 2015-01-30 | 26 | -418/+415 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections | Erik Johnston | 2015-01-30 | 6 | -4/+80 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge pull request #36 from matrix-org/device_id_from_access_token | Mark Haines | 2015-01-28 | 5 | -4/+20 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 2015-01-28 | 4 | -2/+18 |
| | * | | | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 2 | -2/+2 |
| | | |/
| | |/| |
|
| * / | | Initial cut of a shared base class for REST unit tests | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+45 |
| |/ / |
|
| * | | Create (empty) v2_alpha REST tests directory | Paul "LeoNerd" Evans | 2015-01-26 | 1 | -0/+15 |
* | | | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 1 | -0/+2 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections | Erik Johnston | 2015-01-23 | 24 | -416/+337 |
|\| |
| |/
|/| |
|
| * | Replace hs.parse_roomalias with RoomAlias.from_string | Mark Haines | 2015-01-23 | 4 | -13/+8 |
| * | Replace hs.parse_roomid with RoomID.from_string | Mark Haines | 2015-01-23 | 5 | -11/+12 |
| * | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 16 | -70/+74 |
| * | Merge pull request #31 from matrix-org/client_api_resource | Mark Haines | 2015-01-23 | 2 | -4/+9 |
| |\ |
|
| | * | Merge rest servlets into the client json resource object | Mark Haines | 2015-01-23 | 2 | -4/+9 |
| * | | Rename MockedDatastoreTestCase to MockedDatastorePresenceTestCase since it is... | Paul "LeoNerd" Evans | 2015-01-22 | 1 | -3/+3 |
| * | | Much merging of test case setUp() methods to make them much more | Paul "LeoNerd" Evans | 2015-01-22 | 1 | -273/+193 |
| |/ |
|
| * | Move client rest tests back under rest | Mark Haines | 2015-01-22 | 9 | -5/+19 |
| * | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 3 | -16/+16 |
| * | Move client v1 api rest servlets into a "client/v1" directory | Mark Haines | 2015-01-22 | 8 | -21/+35 |
| * | Fix manifest. Ignore contrib and docs directories when checking manifest agai... | Mark Haines | 2015-01-22 | 1 | -5/+0 |
| * | Abstract out the room ID from presence tests, so it's stored in self | Paul "LeoNerd" Evans | 2015-01-21 | 1 | -8/+10 |
| * | Use common base class for two Presence unit-tests, avoiding boilerplate copyp... | Paul "LeoNerd" Evans | 2015-01-21 | 1 | -54/+25 |
* | | Implement new state resolution algorithm | Erik Johnston | 2015-01-21 | 1 | -71/+357 |
|/ |
|
* | Finish renaming "context" to "room_id" in federation codebase | Mark Haines | 2015-01-16 | 1 | -2/+2 |
* | Have MockClock detect attempts to cancel expired timers, to prevent a repeat ... | Paul "LeoNerd" Evans | 2015-01-13 | 1 | -4/+16 |
* | Remove unused functions | Mark Haines | 2015-01-13 | 1 | -11/+0 |
* | Check that setting typing notification still works after explicit timeout at ... | Paul "LeoNerd" Evans | 2015-01-12 | 1 | -1/+50 |
* | Don't make @unittest.DEBUG print the huge amount of verbosity generated by th... | Paul "LeoNerd" Evans | 2015-01-12 | 1 | -0/+2 |
* | Check that setting typing notification still works after explicit timeout - S... | Paul "LeoNerd" Evans | 2015-01-12 | 1 | -0/+26 |
* | Update tests | Kegan Dougal | 2015-01-07 | 1 | -1/+1 |
* | Mock ratelimiter to make tests pass. | Kegan Dougal | 2014-12-19 | 2 | -4/+16 |
* | Supply auth_chain along with current state in '/state/', fetch auth events fr... | Mark Haines | 2014-12-18 | 1 | -0/+2 |
* | Replace distributor deferred list, with a simple for loop until I understand ... | Mark Haines | 2014-12-18 | 1 | -8/+19 |
* | Construct the EventContext in the state handler rather than constructing one ... | Mark Haines | 2014-12-16 | 3 | -36/+34 |
* | Remove annotate_event_with_state as nothing was using it. Update state tests ... | Mark Haines | 2014-12-16 | 1 | -69/+39 |
* | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 9 | -284/+35 |
* | Rename MessageHandler.handle_event. Add a few comments. | Erik Johnston | 2014-12-15 | 1 | -2/+3 |
* | Get current member state from current_state snapshot. Fix leave test. | Erik Johnston | 2014-12-15 | 1 | -1/+12 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-15 | 4 | -26/+287 |
|\ |
|
| * | Send list of typing user IDs as 'user_ids' list within 'content', so that m.t... | Paul "LeoNerd" Evans | 2014-12-12 | 2 | -6/+18 |
| * | Add a 'user_left_room' distributor signal analogous to 'user_joined_room' | Paul "LeoNerd" Evans | 2014-12-11 | 1 | -3/+41 |
| * | Actually auth-check to ensure people can only send typing notifications for r... | Paul "LeoNerd" Evans | 2014-12-11 | 1 | -0/+10 |
| * | Move typing-notification REST tests into their own .py file | Paul "LeoNerd" Evans | 2014-12-11 | 2 | -83/+113 |
| * | Actually unit-test the event stream around REST typing tests | Paul "LeoNerd" Evans | 2014-12-11 | 1 | -0/+14 |
| * | Initial hack at unit tests of room typing REST API | Paul "LeoNerd" Evans | 2014-12-11 | 1 | -3/+68 |
| * | Hook up the event stream to typing notifications | Paul "LeoNerd" Evans | 2014-12-10 | 1 | -0/+60 |
| * | Store serial numbers per room for typing event stream purposes | Paul "LeoNerd" Evans | 2014-12-10 | 1 | -30/+16 |
| * | First hack at implementing timeouts in typing notification handler | Paul "LeoNerd" Evans | 2014-12-10 | 1 | -3/+33 |
* | | Fix tests and remove debug logging | Erik Johnston | 2014-12-12 | 1 | -2/+7 |
* | | Fix membership handler test | Erik Johnston | 2014-12-12 | 1 | -82/+97 |
* | | Fix test. | Erik Johnston | 2014-12-12 | 1 | -1/+1 |
* | | Fix stream test. Make sure we add join to auth_events for invitiations | Erik Johnston | 2014-12-12 | 1 | -4/+0 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-11 | 2 | -0/+99 |
|\| |
|
| * | Implement .cancel_call_later() in MockClock | Paul "LeoNerd" Evans | 2014-12-10 | 2 | -2/+23 |
| * | Implement .call_later() in MockClock | Paul "LeoNerd" Evans | 2014-12-10 | 2 | -0/+48 |
| * | Trivial test of MockClock() | Paul "LeoNerd" Evans | 2014-12-10 | 1 | -0/+30 |
* | | Fix replication tests | Erik Johnston | 2014-12-11 | 1 | -12/+6 |
* | | Fix federation test | Erik Johnston | 2014-12-11 | 1 | -18/+24 |
* | | Fix room creation test | Erik Johnston | 2014-12-11 | 1 | -34/+34 |
* | | Fix prev_content | Erik Johnston | 2014-12-11 | 1 | -3/+2 |
* | | Fix redaction tests | Erik Johnston | 2014-12-11 | 1 | -6/+8 |
* | | Fix redactions. Fix 'age' key | Erik Johnston | 2014-12-11 | 1 | -3/+3 |
* | | Fix some tests | Erik Johnston | 2014-12-10 | 5 | -130/+120 |
|/ |
|
* | Add newline back in | Erik Johnston | 2014-12-10 | 1 | -0/+1 |
* | Remove whitespace | Erik Johnston | 2014-12-10 | 1 | -1/+1 |
* | fix UTs by telling all the mock stores about the new methods for tracking ret... | Matthew Hodgson | 2014-12-09 | 4 | -3/+23 |
* | Fix bugs when joining a remote room that has dodgy event graphs. This should ... | Erik Johnston | 2014-11-27 | 1 | -1/+5 |
* | Fix tests. | Erik Johnston | 2014-11-26 | 1 | -1/+1 |
* | Fix bugs in invite/join dances. | Erik Johnston | 2014-11-25 | 2 | -7/+21 |
* | SYN-163: Add an order by rowid to selects. | Erik Johnston | 2014-11-24 | 1 | -4/+8 |
* | Fix tests from prev commit | Erik Johnston | 2014-11-19 | 1 | -1/+0 |
* | Initialise UserPresenceCache instances to always contain a 'presence' key | Paul "LeoNerd" Evans | 2014-11-19 | 1 | -2/+8 |
* | replace user_id with sender | Mark Haines | 2014-11-19 | 2 | -1/+5 |
* | Include room members' presence in room initialSync | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -0/+14 |
* | Include 'messages' snapshot in room initialSync | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -0/+4 |
* | Merge branch 'develop' into room-initial-sync | Paul "LeoNerd" Evans | 2014-11-17 | 21 | -1203/+748 |
|\ |
|
| * | Merge PDUs and Events into one object | Mark Haines | 2014-11-14 | 2 | -6/+7 |
| * | Validate signatures on incoming events | Mark Haines | 2014-11-14 | 1 | -1/+3 |
| * | Merge branch 'develop' into request_logging | Mark Haines | 2014-11-14 | 20 | -1166/+687 |
| |\ |
|
| | * | SYN-103: Remove "origin" and "destination" keys from edus | Mark Haines | 2014-11-13 | 3 | -9/+0 |
| | * | Fix bugs with invites/joins across federatiom. | Erik Johnston | 2014-11-12 | 1 | -13/+9 |
| | * | Only allow people in a room to look up room state. | Erik Johnston | 2014-11-11 | 1 | -8/+8 |
| | * | Rename annotate_state_groups to annotate_event_with_state | Erik Johnston | 2014-11-11 | 3 | -13/+13 |
| | * | Fix state tests | Erik Johnston | 2014-11-11 | 1 | -517/+176 |
| | * | Fix validation tests | Erik Johnston | 2014-11-11 | 1 | -12/+43 |
| | * | Fix rest.test_rooms | Erik Johnston | 2014-11-11 | 1 | -90/+113 |
| | * | Fix rest.test_events. Convert to use SQLiteMemoryDbPool | Erik Johnston | 2014-11-10 | 1 | -10/+5 |
| | * | Fix SQLBaseStoreTestCase | Erik Johnston | 2014-11-10 | 1 | -1/+1 |
| | * | Fix stream test. | Erik Johnston | 2014-11-10 | 1 | -5/+12 |
| | * | Fix room_member storage test | Erik Johnston | 2014-11-10 | 1 | -0/+2 |
| | * | Fix redaction storage test | Erik Johnston | 2014-11-10 | 1 | -0/+4 |
| | * | Fix room handler test | Erik Johnston | 2014-11-10 | 1 | -15/+40 |
| | * | Fix a couple more storage tests | Erik Johnston | 2014-11-05 | 2 | -16/+32 |
| | * | Remove stale tests | Erik Johnston | 2014-11-05 | 1 | -2/+2 |
| | * | Fix redaction storage test | Erik Johnston | 2014-11-05 | 1 | -0/+12 |
| | * | Fix typing tests | Erik Johnston | 2014-11-05 | 1 | -0/+1 |
| | * | Fix room tests | Erik Johnston | 2014-11-05 | 1 | -6/+0 |
| | * | Fix profile tests | Erik Johnston | 2014-11-05 | 1 | -1/+5 |
| | * | Fix presencelike test | Erik Johnston | 2014-11-05 | 1 | -1/+5 |
| | * | Don't execute empty tests. Formatting. | Erik Johnston | 2014-11-05 | 1 | -17/+28 |
| | * | Fix presence test | Erik Johnston | 2014-11-05 | 1 | -0/+1 |
| | * | Fix Federation test | Erik Johnston | 2014-11-05 | 1 | -1/+1 |
| | * | PEP8 | Erik Johnston | 2014-11-04 | 1 | -4/+4 |
| | * | Fix room handler tests | Erik Johnston | 2014-11-04 | 1 | -127/+19 |
| | * | Fix federation handler tests. I've removed the invite/join dance ones as they... | Erik Johnston | 2014-11-04 | 1 | -57/+27 |
| | * | PEP8 | Erik Johnston | 2014-11-04 | 1 | -1/+3 |
| | * | Fix tests.handlers.test_directory | Erik Johnston | 2014-11-04 | 1 | -2/+5 |
| | * | event <-> pdu mappings are now trivial and will soon be scrapped | Erik Johnston | 2014-11-04 | 1 | -167/+0 |
| | * | Fix up federation tests | Erik Johnston | 2014-11-04 | 1 | -114/+124 |
| | * | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-30 | 1 | -0/+16 |
| | |\ |
|
| | * \ | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-17 | 6 | -13/+13 |
| | |\ \ |
|
| | * | | | Include hashes of previous pdus when referencing them | Mark Haines | 2014-10-16 | 2 | -3/+3 |
| | * | | | Sign outgoing PDUs. | Mark Haines | 2014-10-16 | 5 | -15/+48 |
| | * | | | persist hashes and origin signatures for PDUs | Mark Haines | 2014-10-15 | 1 | -1/+3 |
| * | | | | Merge branch 'develop' into request_logging | Mark Haines | 2014-10-30 | 1 | -0/+16 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Add a request-id to each log line | Mark Haines | 2014-10-30 | 1 | -0/+43 |
| | |_|/
| |/| | |
|
* | | | | Include room membership in room initialSync | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -0/+1 |
* | | | | Put room state in room initialSync output - I guess this is right; I really c... | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -0/+35 |
* | | | | Have room initialSync return the room's room_id | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -0/+2 |
* | | | | Initial (empty) test that room initialSync at least returns 200 OK | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -0/+53 |
| |/ /
|/| | |
|
* | | | Fix an off-by-one bug in presence event stream pagination; this might be resp... | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -0/+16 |
|/ / |
|
* | | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... | Mark Haines | 2014-10-17 | 1 | -2/+2 |
* | | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 6 | -15/+15 |
|/ |
|
* | SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr... | Mark Haines | 2014-10-14 | 3 | -0/+3 |
* | Raise a SynapseError if the authorisation header is missing or malformed | Mark Haines | 2014-10-13 | 1 | -0/+4 |
* | Verify signatures for server2server requests | Mark Haines | 2014-10-13 | 2 | -0/+4 |
* | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 2014-10-13 | 3 | -17/+17 |
* | Merge branch develop into server2server_signing | Mark Haines | 2014-10-13 | 2 | -5/+5 |
|\ |
|
| * | Fixed test. | Kegan Dougal | 2014-10-09 | 1 | -1/+0 |
| * | Still broken. | Kegan Dougal | 2014-10-09 | 1 | -1/+2 |
| * | Break a test. | Kegan Dougal | 2014-10-09 | 1 | -1/+1 |
| * | Fix unit test. | Kegan Dougal | 2014-10-08 | 1 | -1/+1 |
| * | Break unit test. | Kegan Dougal | 2014-10-08 | 1 | -1/+1 |
| * | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ... | Mark Haines | 2014-10-02 | 2 | -5/+5 |
| * | Split PlainHttpClient into separate clients for talking to Identity servers a... | Mark Haines | 2014-10-02 | 1 | -2/+2 |
* | | Merge branch 'develop' into server2server_signing | Mark Haines | 2014-09-30 | 8 | -19/+344 |
|\| |
|
| * | SYN-2: Allow server admins to delete room aliases | Erik Johnston | 2014-09-30 | 1 | -4/+21 |
| * | Unbreak tests after changing storage API | Erik Johnston | 2014-09-29 | 4 | -12/+53 |
| * | Track the IP users connect with. Add an admin column to users table. | Erik Johnston | 2014-09-26 | 3 | -3/+10 |
| * | Merge branch 'deletions' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-25 | 2 | -1/+263 |
| |\ |
|
| | * | Rename redaction test case to something helpful | Erik Johnston | 2014-09-25 | 1 | -1/+1 |
| | * | More tests. | Erik Johnston | 2014-09-25 | 1 | -1/+82 |
| | * | Add test for redactions | Erik Johnston | 2014-09-25 | 1 | -0/+181 |
| | * | Fix test. | Erik Johnston | 2014-09-24 | 1 | -1/+1 |
| * | | Fix test where we changed arguments used to call the notifier | Erik Johnston | 2014-09-25 | 1 | -1/+1 |
| |/ |
|
* | | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 3 | -3/+8 |
* | | Sign federation transactions | Mark Haines | 2014-09-24 | 7 | -9/+65 |
|/ |
|
* | Test that prev_content get's added if there is a prev_state key (in the event... | Erik Johnston | 2014-09-19 | 1 | -17/+70 |
* | SYN-47: Fix bug where we still returned events for rooms we had left. | Erik Johnston | 2014-09-19 | 1 | -0/+173 |
* | Merge branch 'test-sqlite-memory' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-18 | 12 | -183/+900 |
|\ |
|
| * | Merge branch 'develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-17 | 5 | -13/+39 |
| |\ |
|
| * | | Remark on remaining storage modules that still need unit tests | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -0/+5 |
| * | | Neaten more of the storage layer tests with assertObjectHasAttributes; more s... | Paul "LeoNerd" Evans | 2014-09-17 | 3 | -20/+22 |
| * | | Unit tests for (some) room events via the RoomStore | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -0/+85 |
| * | | Use new assertObjectHasAttributes() in tests/storage/test_room.py | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -3/+6 |
| * | | Added a useful unit test primitive for asserting object attributes | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -0/+11 |
| * | | More RoomStore tests | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -4/+40 |
| * | | Initial pass at a RoomStore test | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -0/+53 |
| * | | Also unittest RoomMemberStore's joined_hosts_for_room() | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -0/+48 |
| * | | Use new 'tests.unittest' in new storage level tests | Paul "LeoNerd" Evans | 2014-09-15 | 5 | -5/+5 |
| * | | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-15 | 21 | -61/+101 |
| |\ \ |
|
| * \ \ | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -45/+140 |
| |\ \ \ |
|
| * | | | | Initial hack at some RoomMemberStore unit tests | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -0/+109 |
| * | | | | Unit-test for RegistrationStore using SQLiteMemoryDbPool | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -0/+69 |
| * | | | | Perform PresenceInvitesTestCase against real SQLiteMemoryDbPool | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -78/+98 |
| * | | | | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer cons... | Paul "LeoNerd" Evans | 2014-09-11 | 6 | -18/+24 |
| * | | | | Start of converting PresenceHandler unit tests to use SQLiteMemoryDbPool - ju... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -46/+27 |
| * | | | | Unit-test DirectoryHandler against (real) SQLite memory store, not mocked sto... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -15/+12 |
| * | | | | Added unit tests of DirectoryStore | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -0/+66 |
| * | | | | Test ProfileHandler against the real datastore layer using SQLite :memory: | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -25/+25 |
| * | | | | Added unit tests for PresenceDataStore too | Paul "LeoNerd" Evans | 2014-09-10 | 2 | -2/+166 |
| * | | | | Remember to kill now-dead import in test_profile.py | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -1/+0 |
| * | | | | Move SQLiteMemoryDbPool implementation into tests.utils | Paul "LeoNerd" Evans | 2014-09-10 | 2 | -27/+15 |
| * | | | | It's considered polite to actually wait for DB prepare before running tests | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -1/+4 |
| * | | | | Also test avatar_url profile field | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -0/+14 |
| * | | | | Tiny trivial PoC unit-test using SQLite in :memory: mode | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -0/+78 |
* | | | | | SYN-40: When a user updates their displayname or avatar update all their join... | Erik Johnston | 2014-09-17 | 2 | -0/+32 |
| |_|_|/
|/| | | |
|
* | | | | Correctly handle receiving 'missing' Pdus from federation, rather than just d... | Erik Johnston | 2014-09-15 | 1 | -1/+3 |
* | | | | Fix unit tests after adding extra argument on put_json | Erik Johnston | 2014-09-15 | 3 | -10/+28 |
* | | | | Be consistent when associating keys with login types for registration/login. | Kegan Dougal | 2014-09-15 | 1 | -1/+1 |
* | | | | Fix unit tests. | Kegan Dougal | 2014-09-15 | 1 | -2/+8 |
| |_|/
|/| | |
|
* | | | Define a CLOS-like 'around' modifier as a decorator, to neaten up the 'orig_*... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -10/+23 |
* | | | Add some docstrings | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -0/+6 |
* | | | Additionally look first for a 'loglevel' attribute on the running test method... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -3/+7 |
* | | | Define a (class) decorator for easily setting a DEBUG logging level on a Test... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -0/+5 |
* | | | Allow a TestCase to set a 'loglevel' attribute, which overrides the logging l... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -1/+22 |
* | | | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 21 | -61/+52 |
| |/
|/| |
|
* | | Make the state resolution use actual power levels rather than taking them fro... | Erik Johnston | 2014-09-12 | 1 | -45/+140 |
|/ |
|
* | Handle the case where we don't have a common ancestor | Erik Johnston | 2014-09-08 | 1 | -0/+24 |
* | Fix bug in state handling where we incorrectly identified a missing pdu. Upda... | Erik Johnston | 2014-09-08 | 1 | -15/+218 |
* | Fix state unit test | Erik Johnston | 2014-09-06 | 1 | -0/+1 |
* | Unit tests do not need captchas. | Kegan Dougal | 2014-09-05 | 1 | -0/+1 |
* | Fix test to assert that we don't do auth | Erik Johnston | 2014-09-03 | 1 | -1/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 25 | -25/+25 |
* | Fix up directory server to not require uploading room hosts. Update the room ... | Erik Johnston | 2014-09-03 | 1 | -0/+5 |
* | Kill the state | Paul "LeoNerd" Evans | 2014-09-03 | 3 | -63/+54 |
* | Make retrying requests on DNS failures configurable, and turn off retrying on... | Kegan Dougal | 2014-09-03 | 1 | -1/+5 |
* | Implement presence state visibilty limiting when polling eventsource for stream | Paul "LeoNerd" Evans | 2014-09-03 | 2 | -6/+90 |
* | Don't eat federation transmit errors during unit tests; fix remote presence E... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+16 |
* | Rename the 'do_users_share_a_room' to something slightly less verb-sounding | Paul "LeoNerd" Evans | 2014-09-03 | 2 | -4/+4 |
* | Allow optional non-suppression of exceptions through the Distributor | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -3/+21 |
* | Fix tests to support ratelimiting | Mark Haines | 2014-09-03 | 3 | -2/+64 |
* | Test ratelimiter | Mark Haines | 2014-09-02 | 2 | -0/+39 |
* | Fix room permissions test | Erik Johnston | 2014-09-02 | 1 | -0/+3 |
* | Ensure that event source unit tests could cope with get_new_events_for_user()... | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -14/+20 |
* | Reënable presence visibility permission checking now it's not used on redund... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -2/+0 |
* | Fix the tests to include new db calls | Erik Johnston | 2014-09-01 | 2 | -6/+20 |
* | Have MemoryDataStore's get_rooms_for_user_where_membership_is() return room m... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -2/+3 |
* | Perform room unit tests with 'local' users actually in the right domain ;) | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -6/+6 |
* | Rename API-visible 'mtime' presence field to 'last_active'; slightly differen... | Paul "LeoNerd" Evans | 2014-09-01 | 3 | -18/+33 |
* | Rename 'state' presence key to the much more obvious 'presence'; maintain a l... | Paul "LeoNerd" Evans | 2014-09-01 | 3 | -57/+102 |
* | change the world: make the default matrix API URL prefix /_matrix rather than... | Matthew Hodgson | 2014-08-31 | 7 | -28/+28 |
* | Bugfixes on presence pushes on user joining: | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -57/+71 |
* | Bugfix for rest presence test - datastore needs to implement profile methods | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -0/+10 |
* | Define a new event stream data source for typing notifications (currently null) | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -3/+5 |
* | Move the *EventSource classes into the handlers they relate to, so it's easie... | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -2/+2 |
* | Fix a couple of bugs in presence handler related to pushing updatesto the cor... | Erik Johnston | 2014-08-29 | 3 | -72/+157 |
* | Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotes | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -6/+33 |
* | Ability to assert a DeferredMockCallable has received no calls | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -0/+15 |
* | Re-enable presence, un-skip presence tests | Paul "LeoNerd" Evans | 2014-08-28 | 3 | -11/+0 |
* | Remove get_state_for_room function from federation handler | Mark Haines | 2014-08-28 | 2 | -2/+18 |
* | Fix up the various presence-related tests so that if they're not skipped, the... | Paul "LeoNerd" Evans | 2014-08-27 | 3 | -12/+26 |
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 2 | -5/+3 |
|\ |
|
| * | Fix tests. | Erik Johnston | 2014-08-27 | 2 | -4/+3 |
* | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 5 | -99/+292 |
|\| |
|