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
/
auth
Age
Commit message (
Expand
)
Author
2020-03-19
Implement /joined_rooms (#911)
Prateek Sachan
2020-03-18
Log errors from rows.Close (#920)
Prateek Sachan
2020-03-06
bugfix: Fix a race condition when creating guest accounts (#882)
Kegsay
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay
2020-03-02
Remove httputil.LogThenError so that the line numbers are reported properly -...
Neil Alexander
2020-02-28
Fix bug in devices endpoint (#877)
Neil Alexander
2020-02-20
sqlite: fixes from sytest (#872)
Kegsay
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Always defer *sql.Rows.Close and consult with Err (#844)
Kiril Vladimiroff
2020-02-11
Implement missing device management features (#835)
S7evinK
2020-01-30
Add empty push rules into account data on account creation (#862)
Neil Alexander
2019-10-07
selectAccountDataByType shouldn't error when no rows (#804)
Alex Chen
2019-09-30
selectAccountDataByType return ClientEvent pointer instead of slice of Client...
Behouba Manassé
2019-08-24
Associate transactions with session IDs instead of device IDs (#789)
Alex Chen
2019-08-07
Implement profile retrieval over federation (#726)
Alex Chen
2019-08-06
Replace membership and visibility values with constants (#774)
Alex Chen
2019-07-25
Store & retrieve filters as structs rather than []byte (#436)
Thibaut CHARLES
2019-07-22
Correctly create new device when device_id is passed to /login (#753)
Andrew Morgan
2019-06-19
Fix pipeline, emoji and syntax (#713)
Andrew Morgan
2019-05-21
use go module for dependencies (#594)
ruben
[prev]