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
Age
Commit message (
Expand
)
Author
2020-02-05
Implement room version capabilities in CS API (#866)
Neil Alexander
2020-02-05
Room version abstractions (#865)
Neil Alexander
2020-02-01
Blacklist 'displayname updates affect room member events' (#859)
Andrew Morgan
2020-01-30
Update sytest-whitelist
Neil Alexander
2020-01-30
Handle kind=guest query parameter on /register (#860)
Prateek Sachan
2020-01-30
Add empty push rules into account data on account creation (#862)
Neil Alexander
2020-01-29
Implement GET endpoints for account_data in clientapi (#861)
Neil Alexander
2020-01-25
More sync fixes (#854)
Neil Alexander
2020-01-25
Store our own keys in the keydb (#853)
Neil Alexander
2020-01-24
Wire up publicroomsapi for roomserver events (#851)
Neil Alexander
2020-01-24
Some fixes for #847 (#850)
Neil Alexander
2020-01-23
CS API: Support for /messages, fixes for /sync (#847)
Neil Alexander
2020-01-22
Add more passing tests to the testfile, add test blacklist file (#848)
Andrew Morgan
2020-01-22
Add a Sytest blacklist file (#849)
Andrew Morgan
2020-01-20
Identifier key login
Neil Alexander
2020-01-10
Federation fixes (#845)
Neil Alexander
2020-01-09
Fix #842 - again...
Neil Alexander
2020-01-09
Fix #842
Neil Alexander
2020-01-09
Fall back to postgres when database connection string parsing fails (#842)
Neil Alexander
2020-01-09
Resync testfile with current sytest pass/fail (#832)
Andrew Morgan
2020-01-09
make cmd directory path absolute in build.sh (#830)
Andrew Morgan
2020-01-03
Implement storage interfaces (#841)
Neil Alexander
2020-01-02
Amend syncapi SQL queries to return missing columns (#840)
Neil Alexander
2019-12-25
replaced gometalinter description with golangci-lint (#837)
Arshpreet
2019-12-25
Move files back if linting fails (#810)
Andrew Morgan
2019-12-20
Use gomatrixserverlib.Transaction instead of local type (#590) (#811)
S7evinK
2019-12-20
Fix copy & paste error (#812)
S7evinK
2019-12-20
docker: Passthrough parameters to dendrite-monolith-server
Neil Alexander
2019-12-20
AS should use the v1 endpoint, rather than r0 (#827)
Will Hunt
2019-12-20
Refuse /send_join without m.room.create (#824)
Abhishek Kumar
2019-12-20
Fix /send_join and /send_leave (#821)
Brendan Abolivier
2019-12-20
Return server names (#833)
Neil Alexander
2019-12-18
Merge branch 'anoa/fix_lint_ci'
Andrew Morgan
2019-12-18
URL decode args
Andrew Morgan
2019-12-18
Refactor InstrumentHandlerCounter definition
Andrew Morgan
2019-12-17
re-add temporarily missing deps?
Andrew Morgan
2019-12-17
goimports
Andrew Morgan
2019-12-17
Replace deprecated prometheus.InstrumentHandler and unsafe time.Ticker
Andrew Morgan
2019-11-27
Fix login using identifier key
Serra Allgood
2019-10-08
Pin golangci-lint version to non-broken one (#809)
Andrew Morgan
2019-10-07
selectAccountDataByType shouldn't error when no rows (#804)
Alex Chen
2019-10-04
Add AppService to test config and bind addrs (#800)
Andrew Morgan
2019-10-02
patch dendrite microservices with bind config (#795)
aditsachde
2019-10-02
Clean up CircleCI leftovers (#801)
Alex Chen
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-09-26
Remove CircleCI (#793)
Andrew Morgan
2019-09-26
Add 'Can paginate public room list' to testfile (#797)
Andrew Morgan
2019-08-24
Set up queryAPI in federationsender (#791)
Alex Chen
2019-08-24
Associate transactions with session IDs instead of device IDs (#789)
Alex Chen
[next]