53 次代码提交 (4b965c862dc66c0da5d3240add70e9b5f0aa720b)

作者 SHA1 备注 提交日期
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3 年前
  Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 3 年前
  Will Hunt b37aa1643b Tie together matches_user_in_member_list and get_users_in_room caches (#8676) 3 年前
  Will Hunt 70269fbd18
Tie together matches_user_in_member_list and get_users_in_room caches (#8676) 3 年前
  Erik Johnston f21e24ffc2
Add ability for access tokens to belong to one user but grant access to another user. (#8616) 3 年前
  Will Hunt c276bd9969
Send some ephemeral events to appservices (#8437) 3 年前
  Patrick Cloke c619253db8
Stop sub-classing object (#8249) 3 年前
  Patrick Cloke 5c03134d0f
Convert additional database code to async/await. (#8195) 3 年前
  Patrick Cloke 4cce8ef74e
Convert appservice to async. (#7973) 3 年前
  Dagfinn Ilmari Mannsåker a3f11567d9
Replace all remaining six usage with native Python 3 equivalents (#7704) 3 年前
  Andrew Morgan 34a43f0084 Fix a couple of small typos 4 年前
  Will Hunt 42e707c663 rstrip slashes from url on appservice (#6306) 4 年前
  Amber Brown 4806651744
Replace returnValue with return (#5736) 4 年前
  Amber Brown 32e7c9e7f2
Run Black. (#5482) 4 年前
  Amber Brown 49af402019 run isort 5 年前
  Matthew Hodgson f4f1cda928 add ip_range_whitelist parameter to limit where ASes can connect from 5 年前
  Michael Telatynski 592c162516
also redact __str__ of ApplicationService used for logging 6 年前
  Adrian Tschira e54c202b81 Replace some type checks with six type checks 6 年前
  Luke Barnard 7fb0e98b03 Extract group_id from the dict for multiple use 6 年前
  Luke Barnard d8391f0541 Remove unused GROUP_ID_REGEX 6 年前
  Luke Barnard 4e8374856d Document get_groups_for_user 6 年前
  Luke Barnard 270f9cd23a Flake8 6 年前
  Luke Barnard 9d83d52027 Use a generator instead of a list 6 年前
  Luke Barnard b1edf26051 Check group_id belongs to this domain 6 年前
  Luke Barnard 97bd18af4e Add automagical AS Publicised Group(s) 6 年前
  Erik Johnston 760625acba Make get_if_app_services_interested_in_user faster 7 年前
  Erik Johnston 69efd77749 Add comment 7 年前
  Erik Johnston 51b156d48a Cache whether an AS is interested based on members 7 年前
  Erik Johnston 30f5ffdca2 Remove param and cast at call site 7 年前
  Erik Johnston 650f0e69f2 Compile the regex's used in ASes 7 年前
  Erik Johnston f32fb65552 Add new API appservice specific public room list 7 年前
  Luke Barnard 5b54d51d1e Allow Configurable Rate Limiting Per AS 7 年前
  Paul "LeoNerd" Evans 9899824b85 Initial hack at the 3PN protocols metadata lookup API 7 年前
  Paul "LeoNerd" Evans 434bbf2cb5 Filter 3PU lookups by only ASes that declare knowledge of that protocol 7 年前
  Erik Johnston 320dfe523c Make notify_interested_services faster 7 年前
  Matthew Hodgson 6c28ac260c copyrights 8 年前
  Mark Haines f43544eecc Make the appservice use 'users_in_room' rather than get_room_members since it is cached 9 年前
  Kegan Dougal 813e54bd5b Fix more AS sender ID thinkos. 9 年前
  Kegan Dougal 09cbff174a Fix thinko whereby events *for the AS specifically* were not passed on. 9 年前
  Kegan Dougal b59aa74556 Fix tests and missing returns on deferreds. 9 年前
  Kegan Dougal 4a6afa6abf Assign the AS ID from the database; replace old placeholder txn id. 9 年前
  Kegan Dougal 0354659f9d Finish synapse.appservice.scheduler implementation. 9 年前
  Kegan Dougal f260cb72cd Flesh out more stub functions. 9 年前
  Kegan Dougal 40c9896705 Add functions to return whether an AS has exclusively claimed a matching namespace. 9 年前
  Kegan Dougal 16b90764ad Convert expected format for AS regex to include exclusivity. 9 年前
  Kegan Dougal c7783d6fee Notify ASes for events sent by other users in a room which an AS user is a part of. 9 年前
  Kegan Dougal ac3183caaa Register a user account for the AS when the AS registers. Add 'sender' column to AS table. 9 年前
  Kegan Dougal c71456117d Fix user query checks. HS>AS pushing now works. 9 年前
  Kegan Dougal 51d63ac329 Glue AS work to general event notifications. Add more exception handling when poking ASes. 9 年前
  Kegan Dougal 27091f146a Add hs_token column and generate a different token f.e application service. 9 年前