summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update power level default for public rooms (#16907)Shay2024-03-191-1/+1
* Improve event validation (#16908)Shay2024-03-193-1/+26
* Pass module API to OIDC mapping provider (#16974)Mathieu Velten2024-03-191-3/+14
* Clarify docs for some room state functions (#16950)Richard van der Hoff2024-03-191-3/+5
* `/sync`: Fix edge-case in calculating the "device_lists" response (#16949)Richard van der Hoff2024-03-141-2/+9
* Split up `SyncHandler.compute_state_delta` (#16929)Richard van der Hoff2024-03-141-145/+236
* Improve lock performance when a lot of locks are waiting (#16840)Mathieu Velten2024-03-141-6/+9
* Bump ruff from 0.1.14 to 0.3.2 (#16994)dependabot[bot]2024-03-131-7/+0
* Bump mypy from 1.5.1 to 1.8.0 (#16901)dependabot[bot]2024-03-1310-30/+19
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-1365-453/+349
* Prevent locking up while processing batched_auth_events (#16968)Gerrit Gogel2024-03-121-9/+34
* deactivated flag refactored to filter deactivated users. (#16874)Alexander Fechler2024-03-113-5/+27
* Stabilize support for Retry-After header (MSC4014) (#16947)Patrick Cloke2024-03-082-12/+2
* Fix joining remote rooms when a `on_new_event` callback is registered (#16973)Quentin Gliech2024-03-062-16/+16
* Revert "Improve DB performance of calculating badge counts for push. (#16756)...Andrew Morgan2024-03-052-147/+114
* Don't lock up when joining large rooms (#16903)Erik Johnston2024-02-201-9/+17
* bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927)kegsay2024-02-201-3/+18
* Add metric for emails sent (#16881)Remi Rampin2024-02-141-0/+23
* Don't invalidate the entire event cache when we purge history (#16905)Erik Johnston2024-02-133-7/+68
* Add a config to not send out device list updates for specific users (#16909)Erik Johnston2024-02-132-2/+19
* Merge remote-tracking branch 'origin/release-v1.101' into developErik Johnston2024-02-091-2/+2
|\
| * Increase batching when fetching auth chains (#16893)Erik Johnston2024-02-091-2/+2
* | Only do one concurrent fetch per server in keyring (#16894)Erik Johnston2024-02-091-4/+5
|/
* Accept unprefixed form of MSC3981 recurse parameter (#16842)David Baker2024-02-061-1/+1
* Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885)dependabot[bot]2024-02-062-5/+3
* Run `ANALYZE` after fiddling with stats (#16849)Erik Johnston2024-01-242-0/+18
* Speed up e2e device keys queries for bot accounts (#16841)Erik Johnston2024-01-231-11/+18
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-23461-0/+560
* Preparatory work for tweaking performance of auth chain lookups (#16833)Erik Johnston2024-01-234-27/+162
* Allow room creation but not publishing to continue if room publication rules ...Shay2024-01-221-4/+2
* Handle wildcard type filters properly (#14984)Mo Balaa2024-01-221-6/+17
* feat: add msc4028 to versions api (#16787)Hanadi2024-01-161-0/+2
* Optimize query for fetching to-device messages in `/sync` (#16805)Erik Johnston2024-01-111-77/+72
* Improve DB performance of calculating badge counts for push. (#16756)Erik Johnston2024-01-112-114/+147
* Correctly handle OIDC config with no `client_secret` set (#16806)Erik Johnston2024-01-101-1/+14
* Faster load recents for sync (#16783)Erik Johnston2024-01-102-7/+24
* Pull less state out if we fail to backfill (#16788)Erik Johnston2024-01-101-9/+12
* Reduce amount of state pulled out when querying federation hierachy (#16785)Erik Johnston2024-01-103-3/+81
* Split up deleting devices into batches (#16766)Erik Johnston2024-01-101-2/+6
* Faster partial join to room with complex auth graph (#7)Erik Johnston2024-01-101-49/+30
* Filter out rooms from the room directory being served to other homeservers wh...reivilibre2024-01-082-52/+132
* Port `EventInternalMetadata` class to Rust (#16782)Erik Johnston2024-01-085-119/+119
* Fix linting (#16780)Erik Johnston2024-01-051-1/+11
* Simplify internal metadata class. (#16762)Erik Johnston2024-01-055-46/+23
* Add recursion_depth to /relations if recursing (#16775)David Baker2024-01-041-0/+4
* Search non ASCII display names using Admin API (#16767)Adam Jędrzejewski2024-01-041-1/+1
* Fix email verification redirection (#16761)FadhlanR2024-01-022-2/+2
* Enable user without password (#16770)Dirk Klimpel2024-01-021-9/+0
* Move the rust stubs inline for better IDE integration (#16757)Erik Johnston2023-12-213-0/+100
* Update book locationErik Johnston2023-12-1313-17/+17
* Fix linksErik Johnston2023-12-131-1/+1
* Log the new license during start.Patrick Cloke2023-12-131-0/+4
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-13802-5348/+13682
|\
| * Update license headersPatrick Cloke2023-11-21816-5348/+13948
* | Revert changes to READMEErik Johnston2023-12-131-12/+0
* | Merge remote-tracking branch 'origin/clokep/morg-readme' into developErik Johnston2023-12-131-0/+12
|\ \
| * | Update text clokep/morg-readmeErik Johnston2023-12-121-3/+9
| * | Update the README pointing to the Element fork.Patrick Cloke2023-12-121-0/+6
* | | Sentry Alert configuration based on production and development environment (#...Zeeshan Rafiq2023-12-122-0/+2
* | | Add avatar and topic settings for server notice room (#16679)Mathieu Velten2023-12-122-11/+114
* | | Add config to change the delay before sending a notification email (#16696)Mathieu Velten2023-12-122-9/+11
* | | Write signing keys with file mode 0640 (#16740)elara-leitstellentechnik2023-12-082-5/+16
* | | Expose OIDC discovery information under the CSAPI (#16726)David Robertson2023-12-062-0/+65
|/ /
* | Revert postgres logical replication deltaas v1.98.0rc1David Robertson2023-12-05116-128/+0
* | Fix upgrading a room without `events` field in power levels (#16725)David Robertson2023-12-051-1/+1
* | Set response values to zero if None for /_synapse/admin/v1/federation/destina...Will Hunt2023-12-051-2/+2
* | Fix postgres schema after dropping old tables (#16730)David Robertson2023-12-055-5/+0
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-12-04121-0/+133
* | Server notices: add an autojoin setting for the notices room (#16699)Mathieu Velten2023-12-042-1/+16
* | Implement MSC4069: Inhibit profile propagation (#16636)Travis Ralston2023-12-044-5/+42
* | ModuleAPI SSO auth callbacks (#15207)Andrew Yasinishyn2023-12-015-0/+41
* | Drop unused tables & unneeded access token ID for events. (#16522)Patrick Cloke2023-12-013-8/+28
* | Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)Patrick Cloke2023-11-291-0/+3
* | Request & follow redirects for /media/v3/download (#16701)Patrick Cloke2023-11-294-33/+152
* | Reduce DB load when forget on leave setting is disabled (#16668)Erik Johnston2023-11-291-3/+8
* | Speed up pruning of `user_ips` table (#16667)Erik Johnston2023-11-291-10/+7
* | Ignore `encryption_enabled_by_default_for_room_type` for notices room (#16677)Mathieu Velten2023-11-282-1/+10
* | Remove old full schema dumps. (#16697)Patrick Cloke2023-11-2820-2962/+0
* | Correctly read to-device stream pos on SQLite (#16682)David Robertson2023-11-242-13/+20
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16...David Robertson2023-11-234-38/+74
* | Enable refreshable tokens on the admin registration endpoint (#16642)Charles Wright2023-11-221-1/+9
* | Admin API for server notice: consistently bypass rate limits (#16670)Mathieu Velten2023-11-221-0/+2
* | Filter out auth chain queries that don't exist (#16552)Jason Little2023-11-221-0/+5
|/
* Speed up how quickly we launch new tasks (#16660)Erik Johnston2023-11-171-1/+1
* Speed up purge room by adding index (#16657)Erik Johnston2023-11-172-0/+25
* Also discard 'caches' and 'backfill' stream POSITIONS (#16655)Erik Johnston2023-11-171-0/+16
* Merge branch 'master' into developPatrick Cloke2023-11-171-2/+2
|\
| * Fix "'int' object is not iterable" error in set_device_id_for_pushers backgro...Patrick Cloke2023-11-021-2/+2
* | Reduce task concurrency (#16656)Erik Johnston2023-11-172-2/+2
* | Revert "Fix test not detecting tables with missing primary keys and missing r...Erik Johnston2023-11-162-110/+0
* | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli...Erik Johnston2023-11-162-118/+0
* | Speed up deleting device messages (#16643)Erik Johnston2023-11-163-29/+87
* | Speed up persisting large number of outliers (#16649)Erik Johnston2023-11-162-11/+58
* | Fix sending out of order `POSITION` over replication (#16639)Erik Johnston2023-11-163-21/+36
* | More efficiently handle no-op POSITION (#16640)Erik Johnston2023-11-162-0/+52
* | Fix test not detecting tables with missing primary keys and missing replica i...reivilibre2023-11-162-0/+110
* | Add an Admin API to temporarily grant the ability to update an existing cross...David Robertson2023-11-156-12/+165
* | Asynchronous Uploads (#15503)Sumner Evans2023-11-1511-58/+530
* | Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-1519-32/+42
* | Remove whole table locks on push rule add/delete (#16051)Nick Mills-Barrett2023-11-131-16/+27
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-11-132-0/+118
* | Use attempt_to_set_autocommit everywhere. (#16615)Patrick Cloke2023-11-093-12/+18
* | Fix a long-standing bug where Synapse would not unbind third-party identifier...reivilibre2023-11-091-11/+8
* | Use _invalidate_cache_and_stream_bulk in more places. (#16616)Patrick Cloke2023-11-096-46/+70
* | Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-0925-253/+261
* | Return attrs for more media repo APIs. (#16611)Patrick Cloke2023-11-096-91/+128
* | Bulk-invalidate e2e cached queries after claiming keys (#16613)David Robertson2023-11-094-28/+131
* | Avoid updating the same rows multiple times with simple_update_many_txn. (#16...Patrick Cloke2023-11-071-4/+1
* | Avoid executing no-op queries. (#16583)Patrick Cloke2023-11-075-19/+33
* | More tests for the simple_* methods. (#16596)Patrick Cloke2023-11-071-9/+4
* | Collect information for PushRuleEvaluator in parallel. (#16590)Patrick Cloke2023-11-063-34/+86
* | Support reactor timing metric on more reactors. (#16532)Patrick Cloke2023-11-061-27/+103
* | Simplify event persistence code (#16584)Patrick Cloke2023-11-032-312/+324
* | Use simple_select_many_txn in event persistance code. (#16585)Patrick Cloke2023-11-021-5/+11
* | Bump twisted from 23.8.0 to 23.10.0 (#16588)dependabot[bot]2023-11-011-1/+1
* | Do not call getfullargspec on every call. (#16589)Patrick Cloke2023-10-311-2/+5
* | Remove remaining usage of cursor_to_dict. (#16564)Patrick Cloke2023-10-3114-136/+283
* | Fix import ordering issue introduced in 7a3a55ac98847d7adb0e200378abe07ef8d0c...Patrick Cloke2023-10-311-1/+1
|/
* Merge pull request from GHSA-mp92-3jfm-3575Patrick Cloke2023-10-313-1/+16
* Claim local one-time-keys in bulk (#16565)David Robertson2023-10-302-114/+149
* Add fast path for replication events stream fetch (#16580)Erik Johnston2023-10-301-0/+6
* Claim fallback keys in bulk (#16570)David Robertson2023-10-303-0/+84
* Fix HTTP repl response to use minimum token (#16578)Erik Johnston2023-10-301-1/+1
* Portdb: don't copy a table that gets rebuilt (#16563)David Robertson2023-10-271-1/+1
* Ensure local invited & knocking users leave before purge. (#16559)Patrick Cloke2023-10-272-3/+20
* Reduce amount of caches POSITIONS we send (#16561)Erik Johnston2023-10-271-0/+10
* Reduce spurious replication catchup (#16555)Erik Johnston2023-10-271-5/+9
* Fix cross-worker ratelimiting (#16558)Erik Johnston2023-10-271-16/+57
* Reduce replication traffic due to reflected cache stream POSITION (#16557)Erik Johnston2023-10-271-1/+18
* Add new module API for adding custom fields to events `unsigned` section (#16...Erik Johnston2023-10-2714-42/+99
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-2621-123/+182
* Add a new module API to update user presence state. (#16544)Patrick Cloke2023-10-268-42/+94
* Convert simple_select_list and simple_select_list_txn to return lists of tupl...Patrick Cloke2023-10-2621-269/+346
* Allow multiple workers to write to receipts stream. (#16432)Erik Johnston2023-10-2512-85/+347
* Fix http/s proxy authentication with long username/passwords (#16504)Richard Brežák2023-10-241-1/+1
* Remove duplicate call to wake a remote destination when using federation send...Jason Little2023-10-242-13/+0
* Fix type hint errors from Twisted trunk (#16526)Patrick Cloke2023-10-231-5/+11
* Fix bug where a new writer advances their token too quickly (#16473)Erik Johnston2023-10-236-62/+170
* Fix bug that could cause a `/sync` to tightloop with sqlite after restart (#1...Erik Johnston2023-10-231-1/+4
* Force TLS certificate verification in registration script. (#16530)Denis Kasak2023-10-231-2/+2
* Remove the last reference to event_txn_id. (#16521)Patrick Cloke2023-10-232-7/+4
* Mark sync as limited if there is a gap in the timeline (#16485)Erik Johnston2023-10-194-33/+165
* Avoid sending massive replication updates when purging a room. (#16510)Patrick Cloke2023-10-182-1/+52
* Improve performance of delete device messages query (#16492)Mathieu Velten2023-10-182-7/+10
* Convert DeviceLastConnectionInfo to attrs. (#16507)Patrick Cloke2023-10-172-36/+33
* Fix a bug where servers could be marked as up when they were failing (#16506)Patrick Cloke2023-10-171-13/+17
* Convert state delta processing from a dict to attrs. (#16469)Patrick Cloke2023-10-166-108/+109
* Remove useless async job to delete device messages on sync (#16491)Mathieu Velten2023-10-162-24/+3
* Clean up logging on event persister endpoints (#16488)Richard van der Hoff2023-10-142-6/+13
* Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (...Patrick Cloke2023-10-123-28/+8
* Convert user_get_threepids response to attrs. (#16468)Patrick Cloke2023-10-117-14/+26
* Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444)Patrick Cloke2023-10-1121-416/+601
* Handle content types with parameters. (#16440)Patrick Cloke2023-10-111-1/+3
* Inline simple_search_list/simple_search_list_txn. (#16434)Patrick Cloke2023-10-103-73/+48
* Add DB indices to speed up purging rooms (#16457)David Robertson2023-10-103-0/+34
* Disable statement timeout whilst purging rooms (#16455)reivilibre2023-10-091-0/+5
* Bump ruff from 0.0.290 to 0.0.292 (#16449)dependabot[bot]2023-10-095-8/+0
* Fix possible AttributeError when account-api is called over unix socket (#16404)Christoph2023-10-091-1/+1
* Apply join rate limiter outside the lineariser (#16441)David Robertson2023-10-061-20/+23
* Convert simple_select_list_paginate_txn to return tuples. (#16433)Patrick Cloke2023-10-066-39/+66
* Return ThumbnailInfo in more places (#16438)Patrick Cloke2023-10-064-62/+71
* Drop unused tables & unneeded access token ID for events. (#16268)Patrick Cloke2023-10-063-8/+28
* Stop sending incorrect knock_state_events. (#16403)Patrick Cloke2023-10-064-22/+6
* Fix comments related to replication. (#16428)Patrick Cloke2023-10-062-3/+1
* Register media servlets via regex. (#16419)Patrick Cloke2023-10-069-118/+103
* Remove unused method. (#16435)Patrick Cloke2023-10-051-20/+0
* Remove manys calls to cursor_to_dict (#16431)Patrick Cloke2023-10-0514-227/+318
* Add __slots__ to replication commands. (#16429)Patrick Cloke2023-10-051-1/+26
* Factor out `MultiWriter` token from `RoomStreamToken` (#16427)Erik Johnston2023-10-057-57/+110
* Some refactors around receipts stream (#16426)Erik Johnston2023-10-0413-69/+87
* mypy plugin to check `@cached` return types (#14911)David Robertson2023-10-026-21/+72
* Remove Python version from `/_synapse/admin/v1/server_version` (#16380)MomentQYC2023-10-021-5/+1
* Downgrade repl stream time out error to warning (#16401)Erik Johnston2023-09-291-1/+1
* Support rendering some media downloads as inline (#15988)Will Hunt2023-09-291-2/+40
* Improve state types. (#16395)Patrick Cloke2023-09-281-3/+2
* Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-266-72/+87
* Implement MSC4028: push all encrypted events. (#16361)Patrick Cloke2023-09-262-0/+5
* Reduce calls to `send_presence_to_destinations` (#16385)Erik Johnston2023-09-261-15/+18
* Improve comments in StateGroupBackgroundUpdateStore. (#16383)Patrick Cloke2023-09-251-2/+16
* Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14 (#16381)dependabot[bot]2023-09-252-29/+5
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-2512-15/+105
* Add missing license header. (#16359)Patrick Cloke2023-09-211-0/+13
* Convert more cached return values to immutable types (#16356)Patrick Cloke2023-09-209-20/+32
* Return immutable objects for cachedList decorators (#16350)Patrick Cloke2023-09-1923-100/+133
* Bump ruff from 0.0.286 to 0.0.290 (#16342)dependabot[bot]2023-09-182-13/+2
* Filter locked users in the admin API (#16328)Hanadi2023-09-183-2/+12
* Make cached account data/tags/admin types immutable (#16325)Patrick Cloke2023-09-188-50/+54
* Return an immutable value from get_latest_event_ids_in_room. (#16326)Patrick Cloke2023-09-185-15/+14
* Additional validation of receipts (#16327)Patrick Cloke2023-09-183-4/+26
* Set email charset as utf-8 rather than utf8 (#16329)José Joaquín Atria2023-09-181-2/+2
* Add automatic purge after all users forget a room (#15488)Mathieu Velten2023-09-158-427/+368
* Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299)Jason Little2023-09-152-14/+12
* Only use literal strings for process names (#16315)Erik Johnston2023-09-153-14/+10
* Some minor performance fixes for task schedular (#16313)Erik Johnston2023-09-144-34/+94
* Speed up deleting to-device messages task (#16318)Erik Johnston2023-09-141-13/+14
* Refactor `get_user_by_id` (#16316)Erik Johnston2023-09-1411-96/+74
* Remove a reference cycle in background process (#16314)Erik Johnston2023-09-131-1/+20
* Fix using dehydrated devices (MSC2697) & refresh tokens (#16288)Hanadi2023-09-132-3/+24
* Use StrCollection in additional places. (#16301)Patrick Cloke2023-09-1315-67/+58
* Don't schedule an async task on every sync (#16312)Erik Johnston2023-09-131-11/+26
* Fix deleting device inbox when using background worker (#16311)Erik Johnston2023-09-131-31/+31
* Improve logging of replication (#16309)Erik Johnston2023-09-132-2/+7
* Bump mypy from 1.4.1 to 1.5.1. (#16300)Patrick Cloke2023-09-121-8/+2
* Stop purging tables which are slated for removal. (#16273)Patrick Cloke2023-09-122-5/+5
* Refactor storing of server keys (#16261)Erik Johnston2023-09-122-175/+79
* Add the List-Unsubscribe header for notification emails. (#16274)Patrick Cloke2023-09-113-6/+54
* Filter out down hosts when retrying fetching device lists (#16298)Erik Johnston2023-09-111-1/+14
* Improve type hints for attrs classes (#16276)David Robertson2023-09-086-39/+36
* Update ruff config (#16283)Patrick Cloke2023-09-084-8/+1
* Log values at DEBUG level with execute_values (#16281)David Robertson2023-09-081-2/+3
* Fix bug with new task scheduler using lots of CPU. (#16278)Erik Johnston2023-09-081-21/+22
* Avoid temporary storage of sensitive information. (#16272)Patrick Cloke2023-09-081-2/+2
* Reduce CPU overhead of change password endpoint (#16264)Erik Johnston2023-09-081-58/+54
* Recheck if remote device is cached before requesting it (#16252)Erik Johnston2023-09-073-17/+34
* Add `/notifications` endpoint to workers (#16265)Erik Johnston2023-09-073-37/+39
* Send the opentracing span information to appservices (#16227)Marcel2023-09-061-8/+24
* Handle "registration_enabled" parameter for CAS (#16262)Aurélien Grimpard2023-09-062-0/+5
* Merge remote-tracking branch 'origin/release-v1.92' into developPatrick Cloke2023-09-068-202/+10
|\
| * Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92Patrick Cloke2023-09-067-199/+6
| |\
| | * Revert MSC3861 introspection cache, admin impersonation and account lock (#16...Quentin Gliech2023-09-067-199/+6
| | * Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)Erik Johnston2023-09-011-0/+1
| * | Fix incorrect docstring for Ratelimiter. (#16255)Patrick Cloke2023-09-051-3/+4
* | | Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration opti...reivilibre2023-09-061-3/+4
* | | Allow modules to delete rooms. (#15997)reivilibre2023-09-064-6/+40
* | | Delete device messages asynchronously and in staged batches (#16240)Mathieu Velten2023-09-0611-37/+106
* | | Fix appservices being unable to handle to_device messages for multiple users ...Will Hunt2023-09-051-1/+1
* | | Add MSC4040 `matrix-fed` service lookups (#16137)Travis Ralston2023-09-051-5/+24
* | | Fix bug where we kept re-requesting a remote server's key repeatedly. (#16257)Erik Johnston2023-09-051-6/+11
* | | Time out busy presence status & test multi-device busy (#16174)Patrick Cloke2023-09-051-1/+18
* | | Track presence state per-device and combine to a user state. (#16066)Patrick Cloke2023-09-052-51/+271
* | | Bump twisted from 22.10.0 to 23.8.0 (#16235)dependabot[bot]2023-09-053-9/+5
|/ /
* | Don't wake up destination transaction queue if they're not due for retry. (#1...Erik Johnston2023-09-0411-67/+161
* | Add last_seen_ts to the admin users API (#16218)Mathieu Velten2023-09-046-2/+16
* | Don't reset retry timers on "valid" error codes (#16221)Erik Johnston2023-09-043-3/+27
* | Cache device resync requests over replication (#16241)David Robertson2023-09-041-1/+1
* | Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)Erik Johnston2023-09-011-0/+1
* | Log the details of background update failures (#16212)David Robertson2023-09-011-2/+2
* | Gracefully handle failing to thumbnail images (#16211)Erik Johnston2023-08-302-1/+9
* | Fix rare bug that broke looping calls (#16210)Erik Johnston2023-08-301-14/+22
* | Stop writing to the event_txn_id table (#16175)Patrick Cloke2023-08-304-84/+21
* | Describe which rate limiter was hit in logs (#16135)David Robertson2023-08-3014-92/+150
* | Track currently syncing users by device for presence (#16172)Patrick Cloke2023-08-293-63/+128
* | Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-294-14/+32
* | Bump ruff from 0.0.277 to 0.0.286 (#16198)dependabot[bot]2023-08-2917-33/+47
* | Support IPv6-only SMTP servers (#16155)Evilham2023-08-291-17/+11
* | Fix inaccurate error message while trying to ban or unban a user with the sam...Chen Zhang2023-08-291-1/+7
* | Pass the device ID around in the presence handler (#16171)Patrick Cloke2023-08-289-19/+63
* | Combine logic about not overriding BUSY presence. (#16170)Patrick Cloke2023-08-282-97/+68
* | Task scheduler: add replication notify for new task to launch ASAP (#16184)Mathieu Velten2023-08-283-49/+73
* | Prepare unit tests for Python 3.12 (#16099)V024602023-08-251-0/+1