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
/
clientapi
Age
Commit message (
Expand
)
Author
2020-11-09
Implement read receipts (#1528)
S7evinK
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-10-19
Send state after event, not current
Devon Johnson
2020-10-19
KindOld (#1531)
Neil Alexander
2020-10-16
Take write lock for rate limit map (#1532)
Neil Alexander
2020-10-15
Start Kafka connections for each component that needs them (#1527)
Neil Alexander
2020-10-14
Send cumulative state when creating room (#1519)
Neil Alexander
2020-10-09
Extend device_devices table (#1471)
S7evinK
2020-10-09
reject invalid UTF-8 (#1472)
Pestdoktor
2020-10-09
Implement fully read markers (#1475)
Loïck Bonniot
2020-10-07
Return 200 on join before time out (#1493)
Neil Alexander
2020-10-02
Implement account deactivation (#1455)
Loïck Bonniot
2020-10-02
Add 'completed' field in Interactive Auth API (#1469)
Loïck Bonniot
2020-09-29
Finish implementing the capabilities endpoint (#1449)
bn4t
2020-09-27
unbreak CORS on /capabilities.
Matthew Hodgson
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-07
Remove current state server (#1405)
Kegsay
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-04
Remove QueryRoomsForUser from current state server (#1398)
Kegsay
2020-09-04
Password changes (#1397)
Neil Alexander
2020-09-04
Remove QueryCurrentState from current-state-server (#1395)
Kegsay
2020-09-04
Remove QueryKnownUsers from current state server (#1393)
Kegsay
2020-09-03
FIFO ordering of input events (#1386)
Neil Alexander
2020-09-03
Rate limiting (#1385)
Neil Alexander
2020-09-02
Add Queryer and Inputer and factor out more RSAPI stuff (#1382)
Kegsay
2020-09-02
Fix #1381 (#1384)
Neil Alexander
2020-09-01
Public room client API changes (#1368)
Rohit Mohan
2020-08-27
Remove device DB from clientapi (#1352)
Kegsay
2020-08-26
Allow join to accept server_name in query parameters (#1346)
Neil Alexander
2020-08-25
[readability] use event.StateKeyEquals where relevant and minor for-loop refa...
oliverpool
2020-08-25
Enforce history visibility etc for /rooms/{roomID}/state (#1340)
Neil Alexander
2020-08-25
Update /versions (#1338)
Neil Alexander
2020-08-25
Add spec compliant path for redaction (#1334)
Kegsay
2020-08-20
#903: Client API: mutex on (user_id, room_id) (#1286)
anandv96
2020-08-17
Make PerformJoin responsible for sending invite to RS input (#1277)
Neil Alexander
2020-08-17
Synchronous invites (#1273)
Neil Alexander
2020-08-13
API setup refactoring (#1266)
Neil Alexander
2020-08-10
Prefix-defined Kafka topics (#1254)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-31
Fix edge cases around device lists (#1234)
Kegsay
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-07-28
User directory (#1225)
Neil Alexander
2020-07-28
Modify /state/{eventType}/{stateKey} to return the event at the time the user...
Kegsay
2020-07-27
Return HTTP errors when trying to kick invalid users (#1221)
Kegsay
2020-07-21
Implement claiming one-time keys locally (#1210)
Kegsay
2020-07-15
Implement /keys/query locally (#1204)
Kegsay
2020-07-15
Fix panic when uploading keys (#1203)
Kegsay
2020-07-15
Implement key uploads (#1202)
Kegsay
2020-07-13
Add boilerplate for key server APIs (#1196)
Kegsay
2020-07-10
Add User-Interactive Authentication (#1193)
Kegsay
[next]