aboutsummaryrefslogtreecommitdiff
path: root/userapi/consumers
AgeCommit message (Expand)Author
2023-10-31Some tweaks for the device list updater (#3251)Till
2023-10-24Implement MSC3987, fix setting Element Android notifications (#3242)Till
2023-09-28Fix m.direct only being partially upgraded (#3209)Till
2023-09-26Fix invitations not sending push notifications (#3207)Till
2023-09-15Move pseudoID ClientEvent hotswapping to a common location (#3199)devonh
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-08-02Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)Sam Wedgwood
2023-07-13Optimise getting local members and membership counts (#3150)Till
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
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-09Move json errors over to gmsl (#3080)devonh
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-28Use PDU in more places (#3072)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-21Implement new RoomVersionImpl API (#3062)kegsay
2023-04-20refactor: funnel event creation through room versions (#3060)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2022-12-23Pushrule tweaks, make `pattern` non-optional on `EventMatchCondition` (#2918)Till
2022-11-30Calculate correct room member count for push rule evaluation (#2894)Till
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-11-07Handle `m.room.tombstone` events in the UserAPI (#2864)Till
2022-11-02Add message stats to reporting (#2748)Till
2022-10-21Allow `m.read.private` to clear notifications (#2811)Neil Alexander
2022-10-18Namespace user API tables (#2806)Neil Alexander
2022-10-05Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)Till
2022-09-27Refactor notifications (#2688)Till
2022-09-09Update getting pushrules, add tests, tweak pushrules (#2705)Till
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-30Set the notification count when sending push notifications (#2683)Till
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-06Reduce the number of allocations made by `localRoomMembers` when consuming st...Neil Alexander
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-03Clean old notifications regularly (#2244)Neil Alexander
2022-03-03Only store notifications for users with pushers, de-parallelise `TestSessionC...Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan