summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimportd/ctrlTelnet.go
Commit message (Expand)AuthorAgeFilesLines
* improved makefileChristian Pointner2016-01-071-292/+0
* updated copyright headerChristian Pointner2016-01-051-1/+1
* streamlined the usage of rhimport.NewContextChristian Pointner2016-01-051-1/+1
* removed Import prefix of some typesChristian Pointner2016-01-051-6/+6
* small change in telgo APIChristian Pointner2015-12-311-17/+17
* small change in telgo APIChristian Pointner2015-12-311-1/+1
* improved coding styleChristian Pointner2015-12-311-30/+30
* export session store to control interfacesChristian Pointner2015-12-291-1/+1
* renaming all telnet related functionsChristian Pointner2015-12-251-24/+24
* telnet control interface now uses spreadspace/telgoChristian Pointner2015-12-251-470/+180
* improved IAC handling which treats telnet commands as OOB messagesChristian Pointner2015-12-231-39/+100
* session based callbacks work nowChristian Pointner2015-12-221-1/+2
* basic session handling works nowChristian Pointner2015-12-211-1/+1
* improved error handling and reporting, canceling running requests when telnet...Christian Pointner2015-12-211-5/+10
* canceling using works nowChristian Pointner2015-12-211-8/+16
* reading telnet command is now seperate goroutinge in order to read Ctrl-C whi...Christian Pointner2015-12-211-31/+51
* improved sanity checks for importcontext and telnet interfaceChristian Pointner2015-12-211-65/+45
* the telnet interface now handles IAC aka telnet commandsChristian Pointner2015-12-211-21/+129
* improved type safetyChristian Pointner2015-12-201-4/+4
* telnet is no longer a trusted control interfaceChristian Pointner2015-12-191-1/+1
* minor refactoringChristian Pointner2015-12-191-5/+4
* progress for telnet interface works nowChristian Pointner2015-12-191-21/+37
* fetcher now checks for permissionsChristian Pointner2015-12-191-11/+30
* tested music pool import, cleaned up help output for telnet interfaceChristian Pointner2015-12-191-24/+29
* improved show based importsChristian Pointner2015-12-191-11/+20
* first working version of run at telnet client (needs further testing)Christian Pointner2015-12-181-3/+26
* implemened set command for telnet control interfaceChristian Pointner2015-12-181-4/+75
* telnet client help commandChristian Pointner2015-12-181-3/+68
* show command is now implemented for telnet clientChristian Pointner2015-12-181-12/+34
* some simple telnet commands are implemented nowChristian Pointner2015-12-181-7/+64
* telnet client quit command is implementedChristian Pointner2015-12-181-4/+61
* added client handler for telnet control interfaceChristian Pointner2015-12-181-0/+23
* added telnet control interfaceChristian Pointner2015-12-181-0/+33