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
/
syncapi.go
Age
Commit message (
Expand
)
Author
2023-12-12
Introduce a new stream for the appservice consumer (#3277)
Till
2023-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-03-22
Update Go, use go tool covdata for coverage files?
Till Faelligen
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
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-05-17
bugfix: fix race condition when updating presence via /sync (#2470)
kegsay
2022-05-09
Begin adding syncapi component tests (#2442)
kegsay
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
2022-05-06
Move LL cache (#2429)
Till
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-22
Reuse the existing lazyload cache on /context and /messages (#2367)
Till
2022-04-19
Implement lazy loading on `/sync` (#2346)
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-21
Wait for safe shutdown of NATS Server (#2289)
Neil Alexander
2022-03-16
Stream tweaks, use same codepath for sync vs async input room events, wait fo...
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-04
Remove sarama/saramajetstream dependencies (#2138)
S7evinK
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-01-26
Graceful shutdowns (#1734)
Neil Alexander
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-20
Update last seen on sync requests (#1593)
Neil Alexander
2020-11-09
Implement read receipts (#1528)
S7evinK
2020-10-15
Start Kafka connections for each component that needs them (#1527)
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-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-08-10
Prefix-defined Kafka topics (#1254)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay
2020-06-16
Make syncapi use userapi (#1136)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-09
Factor out how monolith routes get added (#1107)
Kegsay
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
[next]