aboutsummaryrefslogtreecommitdiff
path: root/syncapi/consumers
AgeCommit message (Expand)Author
2023-12-12Introduce a new stream for the appservice consumer (#3277)Till
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-31Handle event_format federation in /sync responses (#3192)devonh
2023-07-14Discard "illegal base64 data at input byte 0" errors in the SyncAPITill Faelligen
2023-07-06Populate syncapi state event prev_sender with userID (#3142)devonh
2023-07-06Fix prev event lookup in syncapi (#3141)devonh
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-28Fix syncAPI redactions (#3118)Till
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-06-07Use SenderID Type (#3105)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2022-12-08Fix newly joined users presence (#2854)Till
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-10-21Fix `invite -> leave -> join` dance when accepting invites (#2817)Till
2022-10-13Event relations (#2790)Neil Alexander
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-09-30Fix broken `/sync` due to transaction errorNeil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-27Promote reindexing log levelNeil Alexander
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Refactor notifications (#2688)Till
2022-09-20Mark device list as stale, if we don't have the requesting device (#2728)Till
2022-09-13Send-to-device consumer/producer tweaks (#2713)Till
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-05Don't panic if we fail to upsert account dataTill Faelligen
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-18History visibility database changes (#2533)Till
2022-07-07Fix issue `uint64 values with high bit are not supported` in presence (#2562)Till
2022-07-05Hopefully fix read receipts timestamps (#2557)Neil Alexander
2022-06-30Silence presence logs (#2547)Till
2022-05-17bugfix: fix race condition when updating presence via /sync (#2470)kegsay
2022-05-09Don't store invites in sync API that aren't relevant to local users (#2439)Neil Alexander
2022-05-09Federation consumer `adds_state_event_ids` tweak (#2441)Neil Alexander
2022-05-09Don't try to re-fetch the event if it is listed in `adds_state_event_ids` (#2...Neil Alexander
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-04-27Don't create fictitious presence entries (#2381)Neil Alexander
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-06Add presence module V2 (#2312)Till
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-07Don't send `adds_state_events` in roomserver output events anymore (#2258)Neil Alexander
2022-03-03Handle `ErrNoRows` when sending read updatesNeil Alexander