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
/
routing
Age
Commit message (
Expand
)
Author
2020-03-09
Improve logging when sending events (#883)
Kegsay
2020-03-06
bugfix: Fix a race condition when creating guest accounts (#882)
Kegsay
2020-03-06
Try to recursively find auth events (to a point) if they are missing (#881)
Neil Alexander
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-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Implement missing device management features (#835)
S7evinK
2020-02-11
Pass cfg by reference around the codebase (#819)
Behouba Manassé
2020-02-05
Implement room version capabilities in CS API (#866)
Neil Alexander
2020-01-30
Handle kind=guest query parameter on /register (#860)
Prateek Sachan
2020-01-29
Implement GET endpoints for account_data in clientapi (#861)
Neil Alexander
2020-01-20
Identifier key login
Neil Alexander
2020-01-10
Federation fixes (#845)
Neil Alexander
2019-11-27
Fix login using identifier key
Serra Allgood
2019-10-02
Add missing servers field in /directory/room/:alias response (#732)
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-16
Fix data race in clientapi/routing/register.go (#787)
Alex Chen
2019-08-16
Replace event content types with ones in gomatrixserverlib (#785)
Alex Chen
2019-08-15
Add auth fallback endpoint (#405)
Parminder Singh
2019-08-09
Implement client single event retrieval (#693)
Alex Chen
2019-08-07
Fix permission and 404 response for alias deletion - #654 (#706)
Alex Chen
2019-08-07
Implement profile retrieval over federation (#726)
Alex Chen
2019-08-06
Fix transaction IDs in transaction cache have global scope (#772)
Alex Chen
2019-08-06
Replace membership and visibility values with constants (#774)
Alex Chen
2019-08-02
Implements room tagging. (#694)
Sumukha Pk
2019-07-24
Implement room creation content (#754)
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-07-18
Remove unnecessary http method checks (#747)
Andrew Morgan
2019-07-17
Prevent duplicate entries in the completed registration flows (#741)
Andrew Morgan
2019-07-12
Lots of small typo fixes (#737)
Andrew Morgan
2019-07-12
Fix #661 appservice can't set aliases in its own namespace (#731)
Alex Chen
2019-07-12
Fix response to /rooms/{roomId}/join v2 (#734)
Andrew Morgan
2019-07-09
Add back missing returns for httputil.LogThenError calls (#730)
Alex Chen
2019-07-09
Fix http responses in validateRecaptcha (#431)
Anant Prakash
2019-07-03
Encode URLs properly (#728)
Andrew Morgan
2019-06-19
Fix pipeline, emoji and syntax (#713)
Andrew Morgan
2019-05-21
use go module for dependencies (#594)
ruben
[prev]