summaryrefslogtreecommitdiff
path: root/src/rhctl/switch_control.go
Commit message (Expand)AuthorAgeFilesLines
* added log output for server selection commandChristian Pointner2016-11-171-0/+1
* added channel command to fix switch-switchback delay due to settling timeoutsChristian Pointner2016-11-171-3/+24
* don't switch to mood nervous if just channel is wrongChristian Pointner2016-09-291-4/+1
* some more marshallerChristian Pointner2016-09-241-0/+5
* remove errornous marshaller for moodChristian Pointner2016-09-241-10/+0
* added marshaller for moodChristian Pointner2016-09-241-0/+15
* fix message levelChristian Pointner2016-09-241-1/+1
* log message when stale states are updatedChristian Pointner2016-09-241-0/+1
* make settling times configurableChristian Pointner2016-09-241-8/+27
* changed vs. updatedChristian Pointner2016-09-241-6/+6
* cleanup some hardcoded values (still not done), added ticker to update states...Christian Pointner2016-09-241-10/+37
* fixed bug introduced by latest changeChristian Pointner2016-09-231-1/+1
* improve log output for switch over requests while settlingChristian Pointner2016-09-231-1/+4
* 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