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
/
keychange.go
Age
Commit message (
Expand
)
Author
2024-11-14
Fix linting
Till Faelligen
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2023-02-20
Merge keyserver & userapi (#2972)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-10-05
Optimise `QuerySharedUsers` so that we can only work on local users (#2766)
Neil Alexander
2022-09-30
Transactional isolation for `/sync` (#2745)
Neil Alexander
2022-08-31
Allow batching in `JetStreamConsumer` (#2686)
Neil Alexander
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-02-04
Remove sarama/saramajetstream dependencies (#2138)
S7evinK
2022-01-21
Remodel how device list change IDs are created (#2098)
kegsay
2022-01-20
BREAKING: Remove Partitioned Stream Positions (#2096)
kegsay
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-11-16
Guard in all key consumers
Neil Alexander
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-08-17
Cross-signing fixes, notifications via sync, federation (#1974)
Neil Alexander
2021-03-24
Add Sentry support (#1803)
Kegsay
2021-01-26
Graceful shutdowns (#1734)
Neil Alexander
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander
2020-12-18
Ensure we wake for our own device list updates (#1661)
Neil Alexander
2020-12-15
De-map device list positions in streaming tokens (#1642)
Neil Alexander
2020-12-10
Refactor sync tokens (#1628)
Neil Alexander
2020-10-08
Remove notifs about key changes in syncapi (#1496)
Kegsay
2020-09-07
Remove current state server (#1405)
Kegsay
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-09-01
Report which component failed to consume (#1375)
Neil Alexander
2020-08-25
Don't overwrite global err before return (#1293)
oliverpool
2020-08-03
Generate stream IDs for locally uploaded device keys (#1236)
Kegsay
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay
2020-07-28
Add QueryKeyChanges (#1228)
Kegsay
2020-07-27
Add logic for determining when device lists have changed due to membership ch...
Kegsay
2020-07-23
keyserver: produce key change events (#1218)
Kegsay