summary refs log tree commit diff
path: root/synapse/storage/databases/main/client_ips.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2022-04-121-32/+34
|\
| * Optimise `_update_client_ips_batch_txn` to batch together database operations...reivilibre2022-04-081-32/+34
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2022-04-071-36/+65
|\|
| * Move `update_client_ip` background job from the main process to the backgroun...reivilibre2022-04-011-36/+65
* | Merge branch 'release-v1.50' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-051-4/+18
|\|
| * Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-4/+18
* | Merge branch 'release-v1.46' of github.com:matrix-org/synapse into matrix-org...Sean Quah2021-10-261-76/+182
|\|
| * Fix module API's `get_user_ip_and_agents` function when run on workers (#11112)Sean Quah2021-10-251-39/+85
| * Add type hints to `synapse.storage.databases.main.client_ips` (#10972)Sean Quah2021-10-121-40/+100
| * Fix inconsistent behavior of `get_last_client_by_ip` (#10970)Sean Quah2021-10-121-4/+9
* | Merge branch 'release-v1.45' of github.com:matrix-org/synapse into matrix-org...David Robertson2021-10-131-4/+9
|\ \
| * | Stop user directory from failing if it encounters users not in the `users` ta...David Robertson2021-10-131-4/+9
| |/
* | Merge branch 'release-v1.45' into matrix-org-hotfixesBrendan Abolivier2021-10-121-1/+1
|\|
| * Merge tag 'v1.44.0rc3' into developBrendan Abolivier2021-10-041-2/+2
| |\
| * | Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-1/+1
* | | Merge branch 'release-v1.44' into matrix-org-hotfixesBrendan Abolivier2021-10-041-2/+2
|\ \ \ | | |/ | |/|
| * | Fix error in `get_user_ip_and_agents` when fetching from the database (#10968)Sean Quah2021-10-011-2/+2
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2021-09-281-7/+20
|\|
| * Extend ModuleApi with the methods we'll need to reject spam based on …IP - ...David Teller2021-09-221-7/+20
* | Merge branch 'release-v1.43' of github.com:matrix-org/synapse into matrix-org...Andrew Morgan2021-09-141-1/+1
|\|
| * Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2021-05-251-1/+1
|\|
| * Remove `keylen` from `LruCache`. (#9993)Richard van der Hoff2021-05-241-1/+1
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2021-04-191-1/+0
|\|
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2021-04-131-1/+0
|\|
| * remove unused param on `make_tuple_comparison_clause`Richard van der Hoff2021-04-081-1/+0
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2021-02-171-5/+7
|\|
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+7
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2021-01-141-42/+53
|\|
| * Register the /devices endpoint on workers. (#9092)Patrick Cloke2021-01-131-11/+30
| * Fix error handling during insertion of client IPs (#9051)Erik Johnston2021-01-081-31/+23
* | Merge remote-tracking branch 'origin/release-v1.25.0' into matrix-org-hotfixesRichard van der Hoff2021-01-051-2/+5
|\|
| * Add type hints to admin and room list handlers. (#8973)Patrick Cloke2020-12-291-2/+5
* | Merge remote-tracking branch 'origin/release-v1.21.3' into matrix-org-hotfixesErik Johnston2020-10-221-4/+4
|\|
| * Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff2020-10-191-4/+4
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-10-161-2/+2
|\|
| * move DeferredCache into its own moduleRichard van der Hoff2020-10-141-1/+1
| * Rename Cache->DeferredCacheRichard van der Hoff2020-10-141-2/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2020-10-131-52/+57
|\|
| * Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-52/+57
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2020-10-011-2/+2
|\|
| * Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-09-031-2/+2
|\|
| * Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-2/+2
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-08-131-1/+1
|/
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-30/+24
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-3/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+580