summary refs log tree commit diff
path: root/tests/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix background updates failing to add unique indexes on receipts (#14453)Sean Quah2022-11-161-0/+209
* Drop support for Postgres 10 in full text search code. (#14397)Patrick Cloke2022-11-091-52/+17
* Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-4/+12
* Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-251-0/+213
* Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (...Andrew Morgan2022-10-181-12/+0
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-171-33/+85
* Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-151-0/+64
* Accept threaded receipts for events related to the root event. (#14174)Patrick Cloke2022-10-141-0/+111
* Use threaded receipts when fetching events for push. (#13878)Patrick Cloke2022-10-041-18/+39
* Recursively fetch the thread for receipts & notifications. (#13824)Patrick Cloke2022-10-041-0/+100
* Mark events as read using threaded read receipts from MSC3771. (#13877)Patrick Cloke2022-10-041-1/+188
* Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-041-2/+167
* Update mypy and mypy-zope, attempt 3 (#13993)David Robertson2022-09-301-1/+6
* Revert "Update mypy and mypy-zope (#13925)"David Robertson2022-09-301-6/+0
* Update mypy and mypy-zope (#13925)David Robertson2022-09-301-0/+6
* Fix overflows in /messages backfill calculation (#13936)David Robertson2022-09-301-12/+49
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-1/+101
* Clarify that a method returns only unthreaded receipts. (#13937)Patrick Cloke2022-09-291-36/+38
* Limit and filter the number of backfill points to get from the database (#13879)Eric Eastwood2022-09-281-22/+58
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-281-2/+6
* Fix `have_seen_event` cache not being invalidated (#13863)Eric Eastwood2022-09-271-48/+104
* Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893)Patrick Cloke2022-09-261-16/+72
* Only try to backfill event if we haven't tried before recently (#13635)Eric Eastwood2022-09-231-4/+477
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-232-8/+29
* Require SQLite >= 3.27.0 (#13760)David Robertson2022-09-091-1/+0
* Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-081-7/+26
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-072-2/+2
* Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke2022-09-011-22/+20
* Remove support for unstable private read receipts (#13653)Å imon Brandner2022-09-011-22/+12
* Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-301-2/+2
* Add forgotten status to Room Details API (#13503)Dirk Klimpel2022-08-171-0/+70
* Strengthen tests about deleted old push actions. (#13471)Patrick Cloke2022-08-091-0/+15
* Support stable identifiers for MSC2285: private read receipts. (#13273)Å imon Brandner2022-08-051-17/+38
* Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-261-1/+6
* Remove old empty/redundant slaved stores. (#13349)Nick Mills-Barrett2022-07-211-0/+261
* Make DictionaryCache have better expiry properties (#13292)Erik Johnston2022-07-211-5/+5
* Use a real room in the notification rotation tests. (#13260)Patrick Cloke2022-07-151-116/+79
* Async get event cache prep (#13242)Nick Mills-Barrett2022-07-152-5/+5
* Don't pull out state in `compute_event_context` for unconflicted state (#13267)Erik Johnston2022-07-141-55/+0
* Fix notification count after a highlighted message (#13223)Erik Johnston2022-07-081-0/+7
* Remove obsolete RoomEventsStoreTestCase (#13200)Petr Vaněk2022-07-071-69/+0
* Merge tag 'v1.62.0rc3' into developAndrew Morgan2022-07-041-5/+5
|\
| * Fix stuck notification counts on small servers (#13168)Erik Johnston2022-07-041-5/+5
* | Merge remote-tracking branch 'origin/release-v1.62' into developPatrick Cloke2022-06-301-7/+5
|\|
| * Fix unread counts on large servers (#13140)Erik Johnston2022-06-301-7/+5
* | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Å imon Brandner2022-06-291-0/+69
* | Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-291-0/+2
|/
* Fix serialization errors when rotating notifications (#13118)Erik Johnston2022-06-281-5/+30
* Add type hints to event push actions tests. (#13099)Patrick Cloke2022-06-171-11/+17
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-151-3/+21
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-063-13/+21
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-1/+58
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
* Rename storage classes (#12913)Erik Johnston2022-05-317-22/+31
* LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832)Sumner Evans2022-05-301-0/+54
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-2/+5
* Add storage and module API methods to get monthly active users and their apps...Matt C2022-05-271-0/+83
* Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-261-15/+28
* Add some type hints to tests files (#12833)Dirk Klimpel2022-05-232-2/+2
* Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff2022-05-171-21/+6
* Track in memory events using weakrefs (#10533)Erik Johnston2022-05-171-0/+25
* Refactor `EventContext` (#12689)Erik Johnston2022-05-101-1/+1
* Stop writing to `event_reference_hashes` (#12679)Richard van der Hoff2022-05-101-9/+0
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-061-5/+5
* Add a consistency check on events read from the database (#12620)Richard van der Hoff2022-05-031-22/+37
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-5/+4
* Mark remote device list updates as already handled (#12557)Erik Johnston2022-04-261-1/+1
* Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529)Sean Quah2022-04-251-2/+119
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-212-0/+130
* Only send out device list updates for our own users (#12465)Erik Johnston2022-04-141-3/+3
* Process device list updates asynchronously (#12365)Erik Johnston2022-04-121-20/+27
* Optimise `_update_client_ips_batch_txn` to batch together database operations...reivilibre2022-04-081-16/+57
* Generate historic pagination token for `/messages` when no `?from` token prov...Eric Eastwood2022-04-061-1/+3
* Add type hints to some tests files (#12371)Dirk Klimpel2022-04-053-36/+50
* Track device list updates per room. (#12321)Erik Johnston2022-04-041-4/+10
* Add type hints for `tests/unittest.py`. (#12347)Richard van der Hoff2022-04-012-4/+5
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-013-51/+27
* Default to `private` room visibility rather than `public` when a client does ...reivilibre2022-04-011-1/+3
* Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209)Nick Mills-Barrett2022-04-011-69/+2
* Move single-use methods out of `TestCase` (#12348)Richard van der Hoff2022-04-011-0/+16
* Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-301-4/+13
* Start application service stream token tracking from 1 (#12193)Andrew Morgan2022-03-301-2/+2
* Refuse to start if DB has an unsafe locale (#12262)Shay2022-03-231-0/+46
* Add type hints to tests files. (#12256)Dirk Klimpel2022-03-212-60/+68
* Handle cancellation in `DatabasePool.runInteraction()` (#12199)Sean Quah2022-03-161-0/+58
* Use the ignored_users table to test event visibility & sync. (#12225)Patrick Cloke2022-03-151-0/+17
* Add tests for database transaction callbacks (#12198)Sean Quah2022-03-151-1/+103
* Add config settings for background update parameters (#11980)Shay2022-03-111-16/+237
* Support stable identifiers for MSC3440: Threading (#12151)Patrick Cloke2022-03-101-11/+9
* Remove dead code in `tests/storage/test_database.py` (#12197)Sean Quah2022-03-091-16/+0
* Fix a bug in background updates wherein background updates are never run usin...Shay2022-03-071-2/+2
* Back out in-flight state caching changes. (#12126)reivilibre2022-03-021-454/+0
* Order in-flight state group queries in biggest-first order (#11610)reivilibre2022-03-011-1/+103
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-2811-69/+69
* Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-241-4/+4
* Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-241-2/+115
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-2334-52/+52
* Cap the number of in-flight requests for state from a single group (#11608)reivilibre2022-02-221-0/+69
* Add more tests for in-flight state query duplication. (#12033)reivilibre2022-02-221-21/+171
* Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870)reivilibre2022-02-181-0/+133
* Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016)reivilibre2022-02-181-0/+109
* Fix incorrect `get_rooms_for_user` for remote user (#11999)Erik Johnston2022-02-151-0/+107
* Implement MSC3706: partial state in `/send_join` response (#11967)Richard van der Hoff2022-02-121-4/+4
* Expose the registered device ID from the `register_appservice_user` test help...reivilibre2022-02-021-1/+3
* Send to-device messages to application services (#11215)Andrew Morgan2022-02-011-9/+17
* Merge tag 'v1.51.0rc2' into developAndrew Morgan2022-01-241-6/+24
|\
| * Fix logic for dropping old events in fed queue (#11806)Andrew Morgan2022-01-241-6/+24
* | Add `state_key` and `rejection_reason` to `events` (#11792)Richard van der Hoff2022-01-211-1/+4
|/
* Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-141-1/+159
|\
| * Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ...reivilibre2022-01-131-1/+111
| * Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ...reivilibre2022-01-121-1/+49
* | Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-10/+16
|/
* Fix a type annotation in `test_account_data.py` and remove it from the Mypy e...reivilibre2021-12-291-2/+2
* Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_home...reivilibre2021-12-212-2/+3
* Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-211-5/+7
* Use mock from standard library (#11588)V024602021-12-201-9/+8
* Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-141-1/+3
* Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-141-1/+1
* Revert accidental commits to develop.Olivier Wilkinson (reivilibre)2021-12-032-3/+2
* Move `tests.utils.setup_test_homeserver` to `tests.server`Olivier Wilkinson (reivilibre)2021-12-032-2/+3
* Clean up tests.storage.test_appservice (#11492)reivilibre2021-12-021-177/+168
* Clean up `tests.storage.test_main` to remove use of legacy code. (#11493)reivilibre2021-12-021-17/+10
* Add type annotations to `tests.storage.test_appservice`. (#11488)reivilibre2021-12-021-48/+92
* Add a license header and comment. (#11479)Patrick Cloke2021-12-011-0/+15
* Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-293-16/+97
* Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-261-1/+138
* Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-251-2/+2
* Lower minumum batch size to 1 for background updates (#11422)Brendan Abolivier2021-11-241-4/+4
* Fix incorrect return value in tests. (#11359)Patrick Cloke2021-11-161-1/+1
* Merge tag 'v1.47.0rc3' into developDavid Robertson2021-11-161-1/+51
|\
| * Run _upgrade_existing_database on workers if at current schema_version (#11346)Andrew Morgan2021-11-151-1/+51
* | Database storage profile passes mypy (#11342)David Robertson2021-11-151-3/+6
* | Change display names/avatar URLs to None if they contain null bytes before st...Shay2021-11-121-0/+48
* | Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-091-0/+207
|/
* Fix rolling back when using workers (#11255)Erik Johnston2021-11-051-0/+69
* Delete messages for hidden devices from `device_inbox` (#11199)Dirk Klimpel2021-11-021-0/+74
* Test that `ClientIpStore` combines database and in-memory data correctly (#11...Sean Quah2021-11-011-0/+206
* Delete messages from `device_inbox` table when deleting device (#10969)Dirk Klimpel2021-10-271-0/+90
* Correctly exclude users when making a room public or private (#11075)David Robertson2021-10-151-44/+33
* Stop user directory from failing if it encounters users not in the `users` ta...David Robertson2021-10-133-3/+570
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-062-2/+2
* Don't drop user dir deltas when server leaves room (#10982)David Robertson2021-10-066-60/+10
* Fix potential leak of per-room profiles when the user dir is rebuilt. (#10981)David Robertson2021-10-051-16/+78
* Merge tag 'v1.44.0rc3' into developBrendan Abolivier2021-10-041-0/+34
|\
| * Fix error in `get_user_ip_and_agents` when fetching from the database (#10968)Sean Quah2021-10-011-0/+34
* | Consistently exclude from user_directory (#10960)David Robertson2021-10-041-2/+144
* | Refactor user directory tests (#10935)David Robertson2021-09-301-4/+188
* | Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-7/+7
|/
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+0
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-232-10/+6
* Treat "\u0000" as "\u0020" for the purposes of message search (message indexi...Hillery Shay2021-09-221-0/+74
* Make StateFilter frozen so we can hash it (#10816)reivilibre2021-09-141-17/+29
* Skip handling of push actions for outlier events (#10780)Erik Johnston2021-09-081-0/+1
* Populate `rooms.creator` field for easy lookup (#10697)Eric Eastwood2021-09-011-0/+98
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-177-7/+7
* Improve event caching code (#10119)Erik Johnston2021-08-041-0/+50
* Fix codestyle CI from #10440 (#10511)reivilibre2021-08-021-1/+1
* Prune inbound federation queues if they get too long (#10390)Erik Johnston2021-08-021-0/+57
* Allow setting transaction limit for db connections (#10440)Toni Spets2021-08-021-0/+36
* Update the MSC3083 support to verify if joins are from an authorized server. ...Patrick Cloke2021-07-261-3/+3
* Fix dropping locks on shut down (#10433)Erik Johnston2021-07-201-0/+13
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-132-6/+4
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-134-13/+5
* Add a distributed lock (#10269)Erik Johnston2021-06-291-0/+100
* Add endpoints for backfilling history (MSC2716) (#9247)Eric Eastwood2021-06-221-2/+11
* update black to 21.6b0 (#10197)Marcus2021-06-171-1/+1
* add a cache to have_seen_event (#9953)Richard van der Hoff2021-06-013-0/+122
* Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-211-2/+6
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-071-3/+1
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-271-1/+2
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-1429-29/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-097-11/+7
* Remove old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9401)Dirk Klimpel2021-04-091-2/+2
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-082-8/+16
* Merge remote-tracking branch 'origin/develop' into rav/drop_py35Richard van der Hoff2021-04-0810-499/+264
|\
| * Convert storage test cases to HomeserverTestCase. (#9736)Patrick Cloke2021-04-0610-499/+264
* | remove unused param on `make_tuple_comparison_clause`Richard van der Hoff2021-04-081-2/+1
* | Drop support for sqlite<3.22 as wellRichard van der Hoff2021-04-081-11/+1
|/
* Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-291-14/+8
* Use the chain cover index in get_auth_chain_ids. (#9576)Patrick Cloke2021-03-101-3/+73
* Add a basic test for purging rooms. (#9541)Patrick Cloke2021-03-081-26/+45
* Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-171-0/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-1612-47/+89
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-6/+106
* Make chain cover index bg update go faster (#9124)Erik Johnston2021-01-151-31/+186
* Add background update for add chain cover index (#9029)Erik Johnston2021-01-141-0/+114
* Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-121-0/+26
* Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-112-24/+697
* Improve the performance of calculating ignored users in large rooms (#9024)Patrick Cloke2021-01-071-0/+120
* Try and drop stale extremities. (#8929)Erik Johnston2020-12-181-0/+334
* Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier2020-12-171-0/+23
* Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-0/+7
* Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-0/+26
* Pass room_id to get_auth_chain_difference (#8879)Erik Johnston2020-12-041-8/+10
* Remove redundant mockingRichard van der Hoff2020-12-022-16/+3
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-024-4/+4
* Correctly handle unpersisted events when calculating auth chain difference. (...Erik Johnston2020-12-021-0/+5
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-1/+1
* Merge pull request #8761 from matrix-org/rav/test_request_renderingRichard van der Hoff2020-11-171-2/+1
|\
| * Remove redundant calls to `render()`Richard van der Hoff2020-11-161-2/+1
* | Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-30/+0
|/
* fixup testRichard van der Hoff2020-11-161-0/+1
* Add a `custom_headers` param to `make_request` (#8760)Richard van der Hoff2020-11-161-6/+7
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-6/+4
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-1/+1
* Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-0/+56
* Don't instansiate Requester directly (#8614)Erik Johnston2020-10-223-7/+7
* Combine the two sets of tests for CacheDescriptorRichard van der Hoff2020-10-211-228/+0
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-4/+4
* Merge pull request #8548 from matrix-org/rav/deferred_cacheRichard van der Hoff2020-10-151-72/+1
|\
| * Combine the two sets of DeferredCache testsRichard van der Hoff2020-10-141-72/+0
| * move DeferredCache into its own moduleRichard van der Hoff2020-10-141-1/+2
| * Rename Cache->DeferredCacheRichard van der Hoff2020-10-141-5/+5
* | Simplify `_locally_reject_invite`Richard van der Hoff2020-10-131-2/+2
|/
* Make event persisters periodically announce position over replication. (#8499)Erik Johnston2020-10-121-9/+16
* Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston2020-10-071-0/+1
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-5/+9
* Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-3/+6
* Rewrite BucketCollectorRichard van der Hoff2020-09-301-8/+11
* Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-291-6/+4
* Don't table scan events on worker startup (#8419)Erik Johnston2020-09-291-0/+18
* Filter out appservices from mau count (#8404)Will Hunt2020-09-291-1/+16
* Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-3/+19
* Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-241-8/+111
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-25/+41
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-182-2/+2
* Fix `MultiWriterIdGenerator.current_position`. (#8257)Erik Johnston2020-09-081-0/+50
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-082-13/+5
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-9/+9
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-2/+6
* Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8...Erik Johnston2020-09-011-0/+105
* Rename `get_e2e_device_keys` to better reflect its purpose (#8205)Richard van der Hoff2020-08-291-3/+5
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-277-68/+143
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-3/+2
* Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-271-2/+4
* Fix missing _add_persisted_position (#8179)Erik Johnston2020-08-271-3/+49
* Convert additional database methods to async (select list, search, insert_man...Patrick Cloke2020-08-272-5/+6
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-273-12/+24
* Reduce run-times of tests by advancing the reactor less (#7757)Andrew Morgan2020-08-272-4/+4
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-265-25/+56
* Add functions to `MultiWriterIdGen` used by events stream (#8164)Erik Johnston2020-08-251-0/+36
* Don't fail /submit_token requests on incorrect session ID if request_token_in...Brendan Abolivier2020-08-241-0/+31
* Switch the JSON byte producer from a pull to a push producer. (#8116)Patrick Cloke2020-08-191-1/+2
* Separate `get_current_token` into two. (#8113)Erik Johnston2020-08-191-8/+8
* Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-181-1/+2
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-175-27/+41
* Convert stream database to async/await. (#8074)Patrick Cloke2020-08-171-33/+16
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-143-4/+4
* Convert devices database to async/await. (#8069)Patrick Cloke2020-08-122-22/+38