summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimportd
Commit message (Collapse)AuthorAgeFilesLines
* web socket handler is now completedChristian Pointner2015-12-302-104/+8
|
* session store list works now (needs auth check)Christian Pointner2015-12-301-9/+30
|
* improved response handling at websocket interfaceChristian Pointner2015-12-301-25/+72
|
* session store and web socket interface now support to set a reference idChristian Pointner2015-12-301-22/+24
|
* some cleanupChristian Pointner2015-12-301-17/+17
|
* reconnecting session works nowChristian Pointner2015-12-301-2/+24
|
* implemented cancel commandChristian Pointner2015-12-301-0/+6
|
* improved session handling at websocket interfaceChristian Pointner2015-12-301-11/+27
|
* websocket handler new/run works now (needs testing!)Christian Pointner2015-12-292-30/+104
|
* moved websocket session handling to same goroutineChristian Pointner2015-12-291-21/+28
|
* export session store to control interfacesChristian Pointner2015-12-295-109/+118
|
* implemented basic structure for web socket interfaceChristian Pointner2015-12-292-9/+76
|
* improved error handling for session storeChristian Pointner2015-12-291-23/+23
|
* added basic websockethandler control interfaceChristian Pointner2015-12-293-1/+70
|
* set read/write timeout for web interfaceChristian Pointner2015-12-281-1/+3
|
* 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-232-40/+101
|
* session now has a timeoutChristian Pointner2015-12-231-17/+16
|
* improved session testingChristian Pointner2015-12-221-4/+13
|
* session based callbacks work nowChristian Pointner2015-12-222-4/+56
|
* basic session handling works nowChristian Pointner2015-12-213-18/+16
|
* improved error handling and reporting, canceling running requests when ↵Christian Pointner2015-12-211-5/+10
| | | | telnet client leaves
* canceling using works nowChristian Pointner2015-12-211-8/+16
|
* reading telnet command is now seperate goroutinge in order to read Ctrl-C ↵Christian Pointner2015-12-211-31/+51
| | | | while command is running
* 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
|
* minor cleanup for session testingChristian Pointner2015-12-211-48/+49
|
* session store and session kind of work nowChristian Pointner2015-12-201-12/+45
| | | | still a lot to be done and a lot of testing is needed!
* improved type safetyChristian Pointner2015-12-204-12/+12
|
* 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-192-26/+37
|
* fetcher now checks for permissionsChristian Pointner2015-12-192-16/+39
| | | | improved error handling for fetcher
* 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
|
* telnets default is 23 not 21 so use 4023 as the default...Christian Pointner2015-12-191-1/+1
|
* 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-183-67/+72
|
* added basic version of a session storeChristian Pointner2015-12-181-24/+68
|
* local:// sanitzes path nowChristian Pointner2015-12-171-1/+2
|
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-153-3/+7
|
* fixed bug where some context values where not initialiized properlyChristian Pointner2015-12-141-2/+20
|
* added more sophisticated import options - still needs testingChristian Pointner2015-12-141-2/+15
|