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