fallenhitokiri / leeroyci

Leeroy is a self hosted, continuous integration and build service
http://screamingatmyscreen.com/tag/leeroy/
MIT License
85 stars 3 forks source link

Basic websocket support #19

Closed fallenhitokiri closed 8 years ago

fallenhitokiri commented 8 years ago

Add websocket support and introduce access keys.

Websockets do not filter any messages, they push all events to connected clients. It's the job of the client to only display information relevant to the user.

Access keys are attached to a user - a user can have one access key right now.