aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-03-10Update .gitignoreNeil Alexander
2019-05-21use go module for dependencies (#594)ruben
2019-03-04Fix build conflict between docker environment and host - #596 (#598)Alex Chen
Signed-off-by: Alex Chen <minecnly@gmail.com>
2018-01-02Set up a development environment with docker (#387)mujx
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
2017-12-19Make travis builds a bit faster (#382)Richard van der Hoff
* travis: clone depth=1 * cache kafka download
2017-09-19Make media repo use error rather than jsonErrorResponse (#235)Erik Johnston
* Make media repo use error rather than jsonErrorResponse * Update comments * gb vendor github.com/pkg/errors * Fixup error formats
2017-06-28Ignore hidden files and kafka directoriesMark Haines
2017-02-03A kafkaesque room event consumer for the roomserver. (#1)Mark Haines
* A kafkaesque room event consumer for the roomserver. Implement the main input loop for the roomserver. It will receive events from a kafkaesque event source and track where it is in the stream. It currently does nothing with the events it consumes.