Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved error handling for session store | Christian Pointner | 2015-12-29 | 3 | -46/+54 |
| | |||||
* | added basic websockethandler control interface | Christian Pointner | 2015-12-29 | 3 | -1/+70 |
| | |||||
* | set read/write timeout for web interface | Christian Pointner | 2015-12-28 | 1 | -1/+3 |
| | |||||
* | minor documenation improvement | Christian Pointner | 2015-12-28 | 1 | -4/+4 |
| | |||||
* | refactoring of session, seperate public from private interface | Christian Pointner | 2015-12-28 | 1 | -53/+56 |
| | |||||
* | refactoring of session-store, seperate public from private interface | Christian Pointner | 2015-12-28 | 1 | -47/+50 |
| | |||||
* | refactoring of rddb, seperate public from private interface | Christian Pointner | 2015-12-28 | 1 | -106/+109 |
| | |||||
* | moved ImporteContext stuff to core.go | Christian Pointner | 2015-12-28 | 2 | -138/+136 |
| | |||||
* | small refactoring | Christian Pointner | 2015-12-26 | 2 | -65/+80 |
| | |||||
* | session store now checks password | Christian Pointner | 2015-12-26 | 3 | -25/+43 |
| | |||||
* | 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 | 3 | -471/+182 |
| | |||||
* | improved IAC handling which treats telnet commands as OOB messages | Christian Pointner | 2015-12-23 | 2 | -40/+101 |
| | |||||
* | session now has a timeout | Christian Pointner | 2015-12-23 | 2 | -32/+52 |
| | |||||
* | rddb channels are now buffered | Christian Pointner | 2015-12-22 | 1 | -5/+5 |
| | |||||
* | sessions now call remove when done | Christian Pointner | 2015-12-22 | 2 | -24/+37 |
| | |||||
* | session is now safe to be used even if it is about to be removed | Christian Pointner | 2015-12-22 | 1 | -31/+61 |
| | |||||
* | improved session testing | Christian Pointner | 2015-12-22 | 1 | -4/+13 |
| | |||||
* | added TODO | Christian Pointner | 2015-12-22 | 1 | -0/+1 |
| | |||||
* | session based callbacks work now | Christian Pointner | 2015-12-22 | 5 | -22/+110 |
| | |||||
* | basic session handling works now | Christian Pointner | 2015-12-21 | 7 | -48/+69 |
| | |||||
* | improved error handling and reporting, canceling running requests when ↵ | Christian Pointner | 2015-12-21 | 3 | -7/+23 |
| | | | | telnet client leaves | ||||
* | canceling using works now | Christian Pointner | 2015-12-21 | 3 | -12/+64 |
| | |||||
* | 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 | 2 | -65/+62 |
| | |||||
* | the telnet interface now handles IAC aka telnet commands | Christian Pointner | 2015-12-21 | 1 | -21/+129 |
| | |||||
* | added a cancel channel to fetcher/importer (untestedgit show) | Christian Pointner | 2015-12-21 | 2 | -0/+10 |
| | |||||
* | minor cleanup for session testing | Christian Pointner | 2015-12-21 | 2 | -51/+53 |
| | |||||
* | session store and session kind of work now | Christian Pointner | 2015-12-20 | 5 | -184/+355 |
| | | | | still a lot to be done and a lot of testing is needed! | ||||
* | improved type safety | Christian Pointner | 2015-12-20 | 8 | -66/+95 |
| | |||||
* | 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 | 2 | -26/+37 |
| | |||||
* | fetcher now checks for permissions | Christian Pointner | 2015-12-19 | 3 | -25/+93 |
| | | | | improved error handling for fetcher | ||||
* | tested music pool import, cleaned up help output for telnet interface | Christian Pointner | 2015-12-19 | 3 | -27/+37 |
| | |||||
* | improved show based imports | Christian Pointner | 2015-12-19 | 2 | -13/+29 |
| | |||||
* | telnets default is 23 not 21 so use 4023 as the default... | Christian Pointner | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -67/+72 |
| | |||||
* | added check for existence of requested session | Christian Pointner | 2015-12-18 | 1 | -3/+15 |
| | |||||
* | added basic version of a session store | Christian Pointner | 2015-12-18 | 2 | -24/+333 |
| | |||||
* | local:// sanitzes path now | Christian Pointner | 2015-12-17 | 3 | -11/+13 |
| | |||||
* | improved error handling and overall resilience to different situations | Christian Pointner | 2015-12-15 | 6 | -23/+123 |
| | |||||
* | switched to mymysql go driver and added escape for log table name | Christian Pointner | 2015-12-14 | 1 | -6/+17 |
| |