Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming all telnet related functions | Christian Pointner | 2015-12-25 | 1 | -24/+24 |
| | |||||
* | telnet control interface now uses spreadspace/telgo | Christian Pointner | 2015-12-25 | 1 | -470/+180 |
| | |||||
* | improved IAC handling which treats telnet commands as OOB messages | Christian Pointner | 2015-12-23 | 1 | -39/+100 |
| | |||||
* | session based callbacks work now | Christian Pointner | 2015-12-22 | 1 | -1/+2 |
| | |||||
* | basic session handling works now | Christian Pointner | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | improved error handling and reporting, canceling running requests when ↵ | Christian Pointner | 2015-12-21 | 1 | -5/+10 |
| | | | | telnet client leaves | ||||
* | canceling using works now | Christian Pointner | 2015-12-21 | 1 | -8/+16 |
| | |||||
* | reading telnet command is now seperate goroutinge in order to read Ctrl-C ↵ | Christian Pointner | 2015-12-21 | 1 | -31/+51 |
| | | | | while command is running | ||||
* | improved sanity checks for importcontext and telnet interface | Christian Pointner | 2015-12-21 | 1 | -65/+45 |
| | |||||
* | the telnet interface now handles IAC aka telnet commands | Christian Pointner | 2015-12-21 | 1 | -21/+129 |
| | |||||
* | improved type safety | Christian Pointner | 2015-12-20 | 1 | -4/+4 |
| | |||||
* | telnet is no longer a trusted control interface | Christian Pointner | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | minor refactoring | Christian Pointner | 2015-12-19 | 1 | -5/+4 |
| | |||||
* | progress for telnet interface works now | Christian Pointner | 2015-12-19 | 1 | -21/+37 |
| | |||||
* | fetcher now checks for permissions | Christian Pointner | 2015-12-19 | 1 | -11/+30 |
| | | | | improved error handling for fetcher | ||||
* | tested music pool import, cleaned up help output for telnet interface | Christian Pointner | 2015-12-19 | 1 | -24/+29 |
| | |||||
* | improved show based imports | Christian Pointner | 2015-12-19 | 1 | -11/+20 |
| | |||||
* | first working version of run at telnet client (needs further testing) | Christian Pointner | 2015-12-18 | 1 | -3/+26 |
| | |||||
* | implemened set command for telnet control interface | Christian Pointner | 2015-12-18 | 1 | -4/+75 |
| | |||||
* | telnet client help command | Christian Pointner | 2015-12-18 | 1 | -3/+68 |
| | |||||
* | show command is now implemented for telnet client | Christian Pointner | 2015-12-18 | 1 | -12/+34 |
| | |||||
* | some simple telnet commands are implemented now | Christian Pointner | 2015-12-18 | 1 | -7/+64 |
| | |||||
* | telnet client quit command is implemented | Christian Pointner | 2015-12-18 | 1 | -4/+61 |
| | |||||
* | added client handler for telnet control interface | Christian Pointner | 2015-12-18 | 1 | -0/+23 |
| | |||||
* | added telnet control interface | Christian Pointner | 2015-12-18 | 1 | -0/+33 |