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
2019-05-21
use go module for dependencies (#594)
ruben
2019-03-27
Add #dendrite-dev to the README (#699)
Andrew Morgan
2019-03-21
Ensure appservices have their devices checked (#554)
Travis Ralston
2019-03-04
Fix build conflict between docker environment and host - #596 (#598)
Alex Chen
2019-03-04
Improved clarity for setup in INSTALL.md (#691)
Sumukha Pk
2019-01-31
Bump to go version 1.10 (#690)
Andrew Morgan
2019-01-31
Remove riot.im from the list of trusted ID servers in the default config (#688)
Aaron Raimist
2019-01-28
Add matrix chatroom badge to readme (#689)
Andrew Morgan
2019-01-28
Fix PR templates and use matrix.to instead of riot.im/develop (#687)
Aaron Raimist
2019-01-25
Add PR template (#686)
Andrew Morgan
2019-01-17
"v1" replaced with "r0" in pathPrefixR0 in mediaapi's routing (#681)
MANASSE
2019-01-15
POST /join/{roomId}: Allow joining even when not invited #663 (#680)
Alex Chen
2019-01-14
Fix POST /get_missing_events/{roomId} #622 (#678)
Alex Chen
2019-01-10
Fix default timeout for /sync (#615) (#679)
Reto
2018-12-18
Fix the sync api returning an empty sync response when reaching timeout, rega...
Brendan Abolivier
2018-11-12
Bump dependencies (#592)
Brendan Abolivier
2018-11-08
Fill the prev_batch property in responses from /sync (#589)
Brendan Abolivier
2018-11-07
Fix the ordering of events in a response to /sync (#588)
Brendan Abolivier
2018-11-07
Implement the /backfill federation endpoint (#585)
Brendan Abolivier
2018-11-06
make docker work on current codebase (#584)
Matthew Hodgson
2018-11-06
Fix interactive registration failing (#583)
Brendan Abolivier
2018-09-04
Add Go 1.11 to .travis.yml (#580)
Zero King
2018-09-01
Fix typo (#579)
Zero King
2018-08-22
Propagate error with wrong ?ts= param back to client (#576)
krombel
2018-08-20
Make use of /users/{userID} in relevant APIs (#522)
Andrew Morgan
2018-08-20
Include appservice namespace in username available check (#504)
Andrew Morgan
2018-08-20
return same device as sent from client if it exists in db (#414)
mohit kumar singh
2018-08-10
[Federation] Send typing events (#572)
Anant Prakash
2018-08-10
AppServices: Implement /users/{userID} (#521)
Andrew Morgan
2018-08-08
Implement GET /rooms/{roomAlias} (#494)
Andrew Morgan
2018-08-07
Federation: Improve /query/directory endpoint (#525)
Andrew Morgan
2018-08-06
Fix up timestamp messaging (#570)
Anant Prakash
2018-08-06
Cleanup code in federationapi/routing (#571)
Anant Prakash
2018-08-04
Add whoami endpoint support (#434)
Anant Prakash
2018-08-03
Add detail to room alias name error message (#565)
Andrew Morgan
2018-08-02
Implement Typing server (#567)
Anant Prakash
2018-07-31
Add TypingCache to maintain a list of users typing (#559)
Anant Prakash
2018-07-31
removed outdated "flag" comments on clientapi membership storage (#566)
Derek
2018-07-26
Refactor string slice helper to common/test (#562)
Anant Prakash
2018-07-25
Correct user/devices path (#557)
Anant Prakash
2018-07-24
Support PUTing typing status in clientapi (#550)
Anant Prakash
2018-07-23
Handle AS with auth header (#548)
krombel
2018-07-17
Generate SenderLocalpart AS user (#505)
Andrew Morgan
2018-07-17
Support inhibit_login registration option (#532)
Andrew Morgan
2018-07-17
implement AS timestamp massaging (#542)
Andrew Morgan
2018-07-17
Allow appservices to register without a login type (#529)
Andrew Morgan
2018-07-17
Check userID against AS namespace instead of localpart (#533)
Andrew Morgan
2018-07-17
Have TravisCI run with go 1.10 as well (#527)
Andrew Morgan
2018-07-17
Internal API for Appservices (#541)
Andrew Morgan
2018-07-17
Add AS support to common.MakeAuthAPI (#427)
Anant Prakash
[next]