summary refs log tree commit diff
path: root/docs/workers.md (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-14Update documentation on retention policies limits (#8529)Brendan Abolivier2-12/+23
2020-10-14Add basic tests for sync/pagination with vector clock tokens. (#8488)Erik Johnston3-1/+249
2020-10-14Fix not sending events over federation when using sharded event persisters (#...Erik Johnston10-21/+51
2020-10-14Make sure a retention policy is a state event (#8527)Brendan Abolivier3-0/+8
2020-10-14Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517)Aaron Raimist2-1/+4
2020-10-13Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke11-221/+196
2020-10-13Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston13-32/+481
2020-10-131.21.1 v1.21.1 release-v1.21.1Andrew Morgan3-3/+13
2020-10-12Multi arch docker support: add arm/v7 and arm64 to our docker images (#7921)Christopher May-Townsend2-8/+53
2020-10-12Explicitly install test dependencies when building deb packages (#8523)Andrew Morgan2-1/+7
2020-10-12Reverse proxies are not the only thing to change;be explicit w/ new endpoint v1.21.0 release-v1.21.0Andrew Morgan1-6/+7
2020-10-12Add deprecation warning for admin api under client api prefixesAndrew Morgan1-0/+8
2020-10-12Make event persisters periodically announce position over replication. (#8499)Erik Johnston9-34/+128
2020-10-121.21.0Andrew Morgan3-1/+13
2020-10-11Docker: support passing additional commandline args to synapse (#8390)Samuel Philipp3-18/+44
2020-10-09Clean-up some broken/unused code in the test framework (#8514)Patrick Cloke3-70/+55
2020-10-09Fix threadsafety in ThreadedMemoryReactorClock (#8497)Richard van der Hoff2-4/+33
2020-10-09Increase default max_upload_size from 10M to 50M (#8502)Mateusz PrzybyƂowicz5-5/+6
2020-10-09Add type hints to response cache. (#8507)Patrick Cloke9-34/+48
2020-10-09Allow modules to create and send events into rooms (#8479)Andrew Morgan5-8/+157
2020-10-09Only send RDATA for instance local events. (#8496)Erik Johnston6-25/+54
2020-10-09Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke8-282/+276
2020-10-09Remove the deprecated Handlers object (#8494)Patrick Cloke40-157/+116
2020-10-09Add type hints to some handlers (#8505)Patrick Cloke10-22/+60
2020-10-08Invalidate the cache when an olm fallback key is uploaded (#8501)Hubert Chathi3-0/+25
2020-10-08Update change log v1.21.0rc3Erik Johnston1-1/+1
2020-10-081.21.0rc3Erik Johnston4-3/+16
2020-10-08Add useful shields to readme (#8493)Mateusz PrzybyƂowicz2-7/+24
2020-10-08Clarify error message when plugin config parsers raise an error (#8492)Richard van der Hoff2-1/+2
2020-10-07Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston7-5/+109
2020-10-07Move additional tasks to the background worker (#8458)Patrick Cloke8-197/+195
2020-10-07Include the configured log level in phone home stats. (#8477)Patrick Cloke2-0/+8
2020-10-07Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston7-8/+112
2020-10-07Use vector clocks for room stream tokens. (#8439)Erik Johnston4-42/+380
2020-10-07Add typing information to the device handler. (#8407)Patrick Cloke4-38/+59
2020-10-07Fix returning incorrect prev_batch token in incremental sync (#8486)Erik Johnston2-1/+7
2020-10-07Add Ubuntu 20.10 (Groovy Gorilla) to build scripts. (#8475)Patrick Cloke2-0/+2
2020-10-07unblacklist some tests (#8474)Richard van der Hoff3-34/+1
2020-10-07Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi9-21/+454
2020-10-07Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff10-58/+51
2020-10-07