Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed bug where some context values where not initialiized properly | Christian Pointner | 2015-12-14 | 4 | -7/+39 |
| | |||||
* | added more sophisticated import options - still needs testing | Christian Pointner | 2015-12-14 | 3 | -79/+144 |
| | |||||
* | minor refactoring at RdDb | Christian Pointner | 2015-12-14 | 1 | -45/+38 |
| | |||||
* | fetch Music Pool import-params | Christian Pointner | 2015-12-14 | 2 | -5/+56 |
| | |||||
* | implemented DB version check | Christian Pointner | 2015-12-13 | 1 | -3/+17 |
| | |||||
* | fetching show info works now | Christian Pointner | 2015-12-13 | 3 | -26/+52 |
| | |||||
* | improved HTTP status code | Christian Pointner | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | music pool group check works now | Christian Pointner | 2015-12-13 | 2 | -20/+74 |
| | |||||
* | importer can now fetch group of cart | Christian Pointner | 2015-12-13 | 2 | -12/+79 |
| | |||||
* | GroupName should now be only supplied for music pools | Christian Pointner | 2015-12-13 | 3 | -11/+34 |
| | | | | added context SanityCheck before fetching files | ||||
* | some thoughts | Christian Pointner | 2015-12-12 | 2 | -0/+15 |
| | |||||
* | importer now knows which information is needed for what operation | Christian Pointner | 2015-12-12 | 3 | -23/+54 |
| | | | | uint vs int for some values | ||||
* | imporved result reporting | Christian Pointner | 2015-12-12 | 1 | -20/+54 |
| | |||||
* | add_cart and add_cut now correctly parse the response | Christian Pointner | 2015-12-12 | 1 | -13/+33 |
| | |||||
* | added xml parse for response of rdxport | Christian Pointner | 2015-12-12 | 2 | -18/+150 |
| | |||||
* | ImportFile now passes through result from RDXport | Christian Pointner | 2015-12-12 | 2 | -16/+39 |
| | |||||
* | parsing RDWebResult works now | Christian Pointner | 2015-12-11 | 1 | -16/+36 |
| | |||||
* | curl based importer | Christian Pointner | 2015-12-11 | 2 | -55/+92 |
| | |||||
* | added RemovCart and AddCut commands | Christian Pointner | 2015-12-11 | 1 | -0/+42 |
| | |||||
* | minor code refactoring | Christian Pointner | 2015-12-11 | 4 | -40/+15 |
| | |||||
* | added add_cart function | Christian Pointner | 2015-12-10 | 2 | -19/+53 |
| | |||||
* | added support for progress callbacks | Christian Pointner | 2015-12-10 | 3 | -22/+42 |
| | |||||
* | importer deletes source file and dir if requested | Christian Pointner | 2015-12-10 | 2 | -2/+32 |
| | |||||
* | first version of curl base fetcher works now | Christian Pointner | 2015-12-09 | 2 | -9/+67 |
| | |||||
* | automatic protocol detection for curl based fetcher | Christian Pointner | 2015-12-08 | 1 | -6/+59 |
| | |||||
* | fetcher parses SourceUri and selects right fetcher function | Christian Pointner | 2015-12-08 | 1 | -3/+35 |
| | |||||
* | import_file should be done | Christian Pointner | 2015-12-08 | 2 | -60/+80 |
| | |||||
* | renamed RDDB to RdDb and added code to fetch show infos based on ID | Christian Pointner | 2015-12-08 | 5 | -31/+92 |
| | |||||
* | moved DB into seperate module | Christian Pointner | 2015-12-08 | 7 | -118/+164 |
| | |||||
* | major refactoring of base structure | Christian Pointner | 2015-12-08 | 5 | -31/+82 |
| | |||||
* | rename web-addr argument | Christian Pointner | 2015-12-05 | 1 | -2/+2 |
| | |||||
* | further improved simple web interface | Christian Pointner | 2015-12-04 | 3 | -34/+122 |
| | |||||
* | fetching of user passwords works now | Christian Pointner | 2015-12-04 | 1 | -17/+53 |
| | |||||
* | reading rd.conf file works now | Christian Pointner | 2015-12-04 | 1 | -5/+34 |
| | |||||
* | introduced conf | Christian Pointner | 2015-12-04 | 6 | -30/+204 |
| |