Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add build target for i386 static | Christian Pointner | 2016-05-12 | 1 | -0/+7 |
| | |||||
* | added handover command to server | Christian Pointner | 2016-04-21 | 1 | -0/+8 |
| | |||||
* | make reconcile simpler - needs testing... | Christian Pointner | 2016-04-21 | 2 | -69/+50 |
| | |||||
* | selecting server should work now - needs testing! | Christian Pointner | 2016-04-20 | 2 | -13/+35 |
| | |||||
* | sending fade commands @ selectServer works now | Christian Pointner | 2016-04-20 | 1 | -1/+9 |
| | |||||
* | replaced snooze timer with generic settling timer | Christian Pointner | 2016-04-19 | 4 | -26/+54 |
| | |||||
* | don't exit from awakening without changing mood | Christian Pointner | 2016-04-19 | 1 | -1/+2 |
| | |||||
* | mood awaeking is done but needs testing | Christian Pointner | 2016-04-19 | 1 | -6/+63 |
| | |||||
* | create marshaller/unmarshaller for text,json,toml for all special types | Christian Pointner | 2016-04-19 | 3 | -16/+232 |
| | |||||
* | implemented a snooze timeout to move out of awakening mood | Christian Pointner | 2016-04-19 | 1 | -11/+33 |
| | |||||
* | rename switch ports to switch inputs @ config | Christian Pointner | 2016-04-19 | 2 | -16/+16 |
| | |||||
* | enforce uniqueness in confi switch port assignment | Christian Pointner | 2016-04-19 | 3 | -14/+29 |
| | |||||
* | fixed testcasee after switch command refactoring | Christian Pointner | 2016-04-19 | 2 | -40/+97 |
| | |||||
* | seperate changed times for switch parts | Christian Pointner | 2016-04-18 | 4 | -30/+48 |
| | |||||
* | improved audio switch port config | Christian Pointner | 2016-04-18 | 3 | -6/+11 |
| | |||||
* | added startup timer | Christian Pointner | 2016-04-18 | 1 | -1/+8 |
| | |||||
* | fetch state from switch and server if they are stale/missing | Christian Pointner | 2016-04-18 | 3 | -12/+45 |
| | |||||
* | only send switch status update if parsing was a succes | Christian Pointner | 2016-04-18 | 1 | -0/+1 |
| | |||||
* | parsing single GPI update, fixes from go vet | Christian Pointner | 2016-04-18 | 1 | -13/+30 |
| | |||||
* | cleanup help text | Christian Pointner | 2016-04-03 | 1 | -5/+5 |
| | |||||
* | telnet: print switch help | Christian Pointner | 2016-04-03 | 2 | -2/+35 |
| | |||||
* | telnet: print brief summary for received state changes | Christian Pointner | 2016-04-03 | 1 | -7/+21 |
| | |||||
* | run telnet client as go-routine... | Christian Pointner | 2016-04-03 | 1 | -3/+5 |
| | |||||
* | parsing switch updates works now | Christian Pointner | 2016-04-03 | 3 | -24/+167 |
| | |||||
* | telnet interface now renders switch state | Christian Pointner | 2016-04-03 | 2 | -11/+32 |
| | |||||
* | switch command parser is now case insensitive | Christian Pointner | 2016-04-03 | 1 | -6/+6 |
| | |||||
* | improved range checks for switch command parameter | Christian Pointner | 2016-04-03 | 2 | -17/+74 |
| | |||||
* | shallow implementation of server command | Christian Pointner | 2016-04-03 | 2 | -10/+29 |
| | |||||
* | remove bloat | Christian Pointner | 2016-04-03 | 1 | -20/+4 |
| | |||||
* | send updates after update/reconcile | Christian Pointner | 2016-04-03 | 1 | -7/+8 |
| | |||||
* | telnet state command almost done | Christian Pointner | 2016-04-02 | 3 | -7/+43 |
| | |||||
* | refactoring of server, switch states | Christian Pointner | 2016-04-02 | 6 | -71/+155 |
| | |||||
* | some cleanups | Christian Pointner | 2016-04-01 | 3 | -5/+6 |
| | |||||
* | implemented audio commands | Christian Pointner | 2016-04-01 | 1 | -6/+109 |
| | |||||
* | implemented oc and relay commands | Christian Pointner | 2016-04-01 | 2 | -1/+54 |
| | |||||
* | fixed command type mapping | Christian Pointner | 2016-03-31 | 3 | -20/+27 |
| | |||||
* | switch status commands work now | Christian Pointner | 2016-03-31 | 4 | -19/+75 |
| | |||||
* | add test cases for switch commands | Christian Pointner | 2016-03-31 | 2 | -0/+161 |
| | |||||
* | added generator for switch commands | Christian Pointner | 2016-03-30 | 4 | -5/+182 |
| | |||||
* | switched to different pubsub package | Christian Pointner | 2016-03-30 | 3 | -39/+61 |
| | |||||
* | add support for listening to status messages | Christian Pointner | 2016-03-30 | 4 | -10/+78 |
| | |||||
* | basic telnet commands | Christian Pointner | 2016-03-29 | 2 | -9/+123 |
| | |||||
* | added telnet control interface | Christian Pointner | 2016-03-29 | 5 | -11/+91 |
| | |||||
* | added audio port cofiguration to config parser | Christian Pointner | 2016-03-27 | 3 | -0/+9 |
| | |||||
* | use Trim() not TrimLeft(TrimRight()) | Christian Pointner | 2016-03-27 | 1 | -1/+1 |
| | |||||
* | receiving of updates from switch as well from servers works now | Christian Pointner | 2016-03-27 | 2 | -6/+27 |
| | |||||
* | added SwitchCTRL | Christian Pointner | 2016-03-27 | 2 | -0/+55 |
| | |||||
* | pass switch updates through to server | Christian Pointner | 2016-03-27 | 1 | -0/+4 |
| | |||||
* | added channel to request server status updates | Christian Pointner | 2016-03-27 | 1 | -11/+22 |
| | |||||
* | add log message when server comes back from the dead | Christian Pointner | 2016-03-27 | 1 | -0/+1 |
| |