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
Age
Commit message (
Expand
)
Author
2020-09-01
Put redactions/filters in the writer goroutine (#1378)
Kegsay
2020-09-01
Fix duplicate writers (#1376)
Neil Alexander
2020-09-01
Report which component failed to consume (#1375)
Neil Alexander
2020-09-01
Storage tweaks (#1373)
Neil Alexander
2020-09-01
Remove unused SyncStreamPosition
Neil Alexander
2020-08-28
Add some error wrapping to sync API, use background context for sync (#1363)
Neil Alexander
2020-08-25
[readability] use event.StateKeyEquals where relevant and minor for-loop refa...
oliverpool
2020-08-25
Fix 'Invited user can reject invite over federation several times' (#1341)
Kegsay
2020-08-25
Don't overwrite global err before return (#1293)
oliverpool
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-21
Select distinct on room memberships in sync API (#1292)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-13
API setup refactoring (#1266)
Neil Alexander
2020-08-12
Bugfixes for 'If remote user leaves room we no longer receive device updates'...
Kegsay
2020-08-11
Support for server ACLs (#1261)
Neil Alexander
2020-08-10
Prefix-defined Kafka topics (#1254)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-08-10
bugfix: when a user's key changes, don't notify everyone on the server (#1253)
Kegsay
2020-08-07
Finish inbound E2E device lists (#1243)
Kegsay
2020-08-05
Process inbound device list updates from federation (#1240)
Kegsay
2020-08-04
Send device list updates to servers (outbound only) (#1237)
Kegsay
2020-08-03
Generate stream IDs for locally uploaded device keys (#1236)
Kegsay
2020-08-03
Produce OTK counts in /sync response (#1235)
Kegsay
2020-07-31
Fix edge cases around device lists (#1234)
Kegsay
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay
2020-07-29
Add support for logs in StreamingToken (#1229)
Kegsay
2020-07-28
Add QueryKeyChanges (#1228)
Kegsay
2020-07-28
User directory (#1225)
Neil Alexander
2020-07-27
Don't use more than 999 variables in SQLite querys. (#1224)
Henrik Sölver
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
2020-07-21
Use TransactionWriter in other component SQLite (#1209)
Neil Alexander
2020-07-20
Deduplicate FS database, EDU persistence table (#1207)
Neil Alexander
2020-07-08
Finish implementing redactions (#1189)
Kegsay
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-26
Finish implementing retiring invites (#1166)
Kegsay
2020-06-19
Bind build support, further Yggdrasil demo updates (#1152)
Neil Alexander
2020-06-18
Refactor account data (#1150)
Neil Alexander
2020-06-17
Hacks for supporting Riot iOS (#1148)
Neil Alexander
2020-06-16
Make syncapi use userapi (#1136)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-12
Add trace logging to RoomserverInternalAPI (#1120)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-09
Factor out how monolith routes get added (#1107)
Kegsay
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
2020-06-04
Convert everything but serverkeyapi to inthttp (#1096)
Kegsay
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
Kegsay
[next]