summary refs log tree commit diff
path: root/synapse/storage/databases/main/client_ips.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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