summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* telnet control interface now uses spreadspace/telgoChristian Pointner2015-12-254-471/+183
|
* improved IAC handling which treats telnet commands as OOB messagesChristian Pointner2015-12-232-40/+101
|
* session now has a timeoutChristian Pointner2015-12-232-32/+52
|
* rddb channels are now bufferedChristian Pointner2015-12-221-5/+5
|
* sessions now call remove when doneChristian Pointner2015-12-222-24/+37
|
* session is now safe to be used even if it is about to be removedChristian Pointner2015-12-221-31/+61
|
* improved session testingChristian Pointner2015-12-221-4/+13
|
* added TODOChristian Pointner2015-12-221-0/+1
|
* session based callbacks work nowChristian Pointner2015-12-225-22/+110
|
* basic session handling works nowChristian Pointner2015-12-217-48/+69
|
* improved error handling and reporting, canceling running requests when ↵Christian Pointner2015-12-213-7/+23
| | | | telnet client leaves
* canceling using works nowChristian Pointner2015-12-213-12/+64
|
* 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-212-65/+62
|
* the telnet interface now handles IAC aka telnet commandsChristian Pointner2015-12-211-21/+129
|
* added a cancel channel to fetcher/importer (untestedgit show)Christian Pointner2015-12-212-0/+10
|
* minor cleanup for session testingChristian Pointner2015-12-212-51/+53
|
* session store and session kind of work nowChristian Pointner2015-12-205-184/+355
| | | | still a lot to be done and a lot of testing is needed!
* improved type safetyChristian Pointner2015-12-208-66/+95
|
* 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-193-25/+93
| | | | improved error handling for fetcher
* tested music pool import, cleaned up help output for telnet interfaceChristian Pointner2015-12-193-27/+37
|
* improved show based importsChristian Pointner2015-12-192-13/+29
|
* 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-184-69/+74
|
* added check for existence of requested sessionChristian Pointner2015-12-181-3/+15
|
* added basic version of a session storeChristian Pointner2015-12-183-24/+334
|
* local:// sanitzes path nowChristian Pointner2015-12-173-11/+13
|
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-1512-23/+158
|
* switched to mymysql go driver and added escape for log table nameChristian Pointner2015-12-142-7/+18
|
* fixed bug where some context values where not initialiized properlyChristian Pointner2015-12-1410-12/+50
|
* added more sophisticated import options - still needs testingChristian Pointner2015-12-148-84/+144
|
* minor refactoring at RdDbChristian Pointner2015-12-141-45/+38
|
* fetch Music Pool import-paramsChristian Pointner2015-12-142-5/+56
|
* implemented DB version checkChristian Pointner2015-12-131-3/+17
|
* fetching show info works nowChristian Pointner2015-12-133-26/+52
|
* improved HTTP status codeChristian Pointner2015-12-131-1/+1
|
* music pool group check works nowChristian Pointner2015-12-132-20/+74
|
* importer can now fetch group of cartChristian Pointner2015-12-132-12/+79
|
* GroupName should now be only supplied for music poolsChristian Pointner2015-12-138-16/+34
| | | | added context SanityCheck before fetching files
* some thoughtsChristian Pointner2015-12-122-0/+15
|