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
/
vendor
Age
Commit message (
Expand
)
Author
2017-04-20
Make it possible to point Riot at Dendrite (#74)
Kegsay
2017-04-13
Calculate the complete /sync response (#69)
Kegsay
2017-03-27
Add yaml dependency
Kegan Dougal
2017-03-17
Use gomatrixserverlib.StateKeyTuple and helper functions for auth (#44)
Kegsay
2017-03-17
gb vendor update github.com/matrix-org/gomatrixserverlib
Mark Haines
2017-03-10
Update gomatrixserverlib and use AuthEventProvider (#35)
Kegsay
2017-03-10
Create the initial set of state events for room creation (#32)
Kegsay
2017-03-09
Include the requested current state alongside the latest events in the query ...
Mark Haines
2017-03-09
Update gomatrixserverlib dep and add basic /createRoom validation (#31)
Kegsay
2017-03-08
Use Unique from github.com/matrix-org/util (#28)
Mark Haines
2017-03-06
Add a query API to the roomserver for getting the latest events in a room. (#23)
Mark Haines
2017-02-24
Update to use util.JSONResponse (#18)
Kegsay
2017-02-22
gb vendor fetch github.com/gorilla/context
Mark Haines
2017-02-21
Update util dep
Kegan Dougal
2017-02-20
Add dugong to support writing to disk/rotations
Kegan Dougal
2017-02-20
Use gorilla/mux to route HTTP requests (#11)
Kegsay
2017-02-17
Add gorilla/mux
Kegan Dougal
2017-02-06
gb vendor fetch github.com/matrix-org/gomatrixserverlib/
Mark Haines
2017-02-03
Update matrix-org/util
Kegan Dougal
2017-02-03
Add logrus, prometheus client and matrix-org/util
Kegan Dougal
2017-02-02
Add kafka and postgres clients to vendor directory
Mark Haines