aboutsummaryrefslogtreecommitdiff
path: root/syncapi/consumers/roomserver.go
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-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
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-09-30Fix broken `/sync` due to transaction errorNeil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Refactor notifications (#2688)Till
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-18History visibility database changes (#2533)Till
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-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-03Implement Push Notifications (#1842)Dan
2022-02-16Don't panic on retiring an invite that we haven't seen yet (#2189)Neil Alexander
2022-02-02Use pull consumers (#2140)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-07NATS JetStream tweaks (#2086)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-07-22Don't set prev state when it is the same as the event it replaces (#1936)Neil Alexander
2021-03-24Add Sentry support (#1803)Kegsay
2021-01-26Graceful shutdowns (#1734)Neil Alexander
2021-01-18Log event ID on consumer errors (fixes #1714)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-21fix imports (#1665)6543
2020-12-18More sane next batch handling, typing notification tweaks, give invites their...Neil Alexander
2020-12-10Refactor sync tokens (#1628)Neil Alexander
2020-12-03Peeking updates (#1607)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander