Commit Graph

2544 Commits (ab3c897ce123506bfff8a6a67e0530ca90ae2f15)
 

Author SHA1 Message Date
Kegan Dougal ab3c897ce1 Remove unused imports. 10 years ago
Kegan Dougal 5a7dd05818 Modify auth.get_user_by_req for authing appservices directly. 10 years ago
Kegan Dougal ac3183caaa Register a user account for the AS when the AS registers. Add 'sender' column to AS table. 10 years ago
Kegan Dougal 73a680b2a8 Add errcodes for appservice registrations. 10 years ago
Kegan Dougal 0995810273 Pyflakes: unused variable. 10 years ago
Kegan Dougal c3ae8def75 Grant ASes the ability to delete aliases in their own namespace. 10 years ago
Kegan Dougal e426df8e10 Grant ASes the ability to create alias in their own namespace. 10 years ago
Kegan Dougal 0227618d3c Add m.login.application_service registration procedure. 10 years ago
Kegan Dougal 11e6b3d18b Dependency inject ApplicationServiceApi when creating ApplicationServicesHandler. 10 years ago
Kegan Dougal a3c6010718 Add delta sql file. 10 years ago
Kegan Dougal cab4c73088 Prevent user IDs in AS namespaces being created/deleted by humans. 10 years ago
Kegan Dougal e9484d6a95 Prevent aliases in AS namespaces being created/deleted by users. Check with ASes when queried for room aliases via federation. 10 years ago
Kegan Dougal c20281ee33 Merge branch 'develop' into application-services 10 years ago
David Baker a93fa42bce priority class now dealt with in namespaced rule_id 10 years ago
Kegan Dougal fc8bcc809d Merge branch 'develop' into application-services 10 years ago
Kegan Dougal 5b99b471b2 Fix unit tests. 10 years ago
David Baker aaf50bf6f3 Give server default rules the 'default' attribute and fix various brokenness. 10 years ago
Kegan Dougal c163357f38 Add CS extension for masquerading as users within the namespaces specified by the AS. 10 years ago
David Baker 2df41aa138 Server default rules now of all kinds rather than all being at lowest prio. 10 years ago
David Baker f90782a658 namespace rule IDs to be unique within their scope and rule type. 10 years ago
Kegan Dougal 951690e54d Merge branch 'develop' into application-services 10 years ago
Kegan Dougal c71456117d Fix user query checks. HS>AS pushing now works. 10 years ago
Erik Johnston 4996398858 Merge branch 'federation_client_retries' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston f08bd95880 Merge pull request #47 from matrix-org/signature_failures 10 years ago
Erik Johnston 8f5b858a1b Merge branch 'develop' of github.com:matrix-org/synapse into federation_client_retries 10 years ago
Erik Johnston e9c85a4d5a Connection errors in twisted aren't RuntimeErrors 10 years ago
Erik Johnston e1515c3e91 Pass through list of room hosts from room alias query to federation so that it can retry against different room hosts 10 years ago
Kegan Dougal 0613666d9c Serialize events before sending to ASes 10 years ago
Kegan Dougal 131e036402 Fix unit tests. 10 years ago
Kegan Dougal 51d63ac329 Glue AS work to general event notifications. Add more exception handling when poking ASes. 10 years ago
Erik Johnston 26a041541b SYN-202: Log as WARN the 404 'Presence information not visible' errors instead of as ERROR since they were spamming the logs 10 years ago
Kegan Dougal bc658907f0 Add unit test for appservice_handler.query_room_alias_exists 10 years ago
Kegan Dougal b932600653 Add unknown room alias check. Call it from directory_handler.get_association 10 years ago
Kegan Dougal f0c730252f Add unknown user ID check. Use store.get_aliases_for_room(room_id) when searching for services by alias. 10 years ago
Erik Johnston 6a7e168009 Print out the auth events on failure 10 years ago
Kegan Dougal 27091f146a Add hs_token column and generate a different token f.e application service. 10 years ago
Kegan Dougal a1a4960baf Impl push_bulk function 10 years ago
Erik Johnston f292ad4b2b Add script to check and auth chain and current state of a room 10 years ago
Kegan Dougal 543e84fe70 Add SimpleHttpClient.put_json with the same semantics as get_json. 10 years ago
Erik Johnston 6de799422d Mention new pydenticon dep. 10 years ago
Erik Johnston 8046df6efa Merge branch 'develop' of github.com:matrix-org/synapse into federation_client_retries 10 years ago
Kegan Dougal 6d3e4f4d0a Update user/alias query APIs to use new format of SimpleHttpClient.get_json 10 years ago
Kegan Dougal 96d4bf9012 Modify API for SimpleHttpClient.get_json and update usages. 10 years ago
Kegan Dougal aa8cce58bf Add query_user/alias APIs. 10 years ago
Erik Johnston d45e2302ed Merge branch 'signature_failures' of github.com:matrix-org/synapse into federation_client_retries 10 years ago
Erik Johnston ae46f10fc5 Apply sanity to the transport client interface. Convert 'make_join' and 'send_join' to accept iterables of destinations 10 years ago
David Baker 2e77ba637a More s/instance_handle/profile_tag/ 10 years ago
Kegan Dougal ce8bc642ae Merge branch 'develop' into application-services 10 years ago
Kegan Dougal 89f2e8fbdf Fix bug in store defer. Add more unit tests. 10 years ago
Erik Johnston 95e2d2d36d When returning lists of servers from alias lookups, put the current server first in the list 10 years ago