summaryrefslogtreecommitdiff
path: root/src/rhctl/switch_control.go
Commit message (Expand)AuthorAgeFilesLines
* return true when reconcile is called for already active serverChristian Pointner2016-09-231-5/+9
* fixed server selectionChristian Pointner2016-09-231-14/+13
* try requested server...Christian Pointner2016-09-231-13/+41
* implemented server command channel for handoverChristian Pointner2016-09-231-9/+24
* nicer log on startupChristian Pointner2016-09-221-1/+1
* make reconcile simpler - needs testing...Christian Pointner2016-04-211-66/+39
* selecting server should work now - needs testing!Christian Pointner2016-04-201-13/+27
* sending fade commands @ selectServer works nowChristian Pointner2016-04-201-1/+9
* replaced snooze timer with generic settling timerChristian Pointner2016-04-191-20/+41
* don't exit from awakening without changing moodChristian Pointner2016-04-191-1/+2
* mood awaeking is done but needs testingChristian Pointner2016-04-191-6/+63
* implemented a snooze timeout to move out of awakening moodChristian Pointner2016-04-191-11/+33
* enforce uniqueness in confi switch port assignmentChristian Pointner2016-04-191-1/+0
* seperate changed times for switch partsChristian Pointner2016-04-181-8/+21
* added startup timerChristian Pointner2016-04-181-1/+8
* fetch state from switch and server if they are stale/missingChristian Pointner2016-04-181-1/+17
* parsing switch updates works nowChristian Pointner2016-04-031-3/+3
* shallow implementation of server commandChristian Pointner2016-04-031-7/+14
* remove bloatChristian Pointner2016-04-031-20/+4
* send updates after update/reconcileChristian Pointner2016-04-031-7/+8
* telnet state command almost doneChristian Pointner2016-04-021-0/+1
* refactoring of server, switch statesChristian Pointner2016-04-021-11/+79
* fixed command type mappingChristian Pointner2016-03-311-2/+2
* switch status commands work nowChristian Pointner2016-03-311-3/+16
* switched to different pubsub packageChristian Pointner2016-03-301-5/+5
* add support for listening to status messagesChristian Pointner2016-03-301-5/+8
* basic telnet commandsChristian Pointner2016-03-291-3/+44
* receiving of updates from switch as well from servers works nowChristian Pointner2016-03-271-6/+25
* added SwitchCTRLChristian Pointner2016-03-271-0/+46