summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* watch dir control interface works nowChristian Pointner2016-01-051-23/+51
|
* added initial watch-dir control interfaceChristian Pointner2016-01-052-14/+221
|
* disabled trusted web interfaceChristian Pointner2016-01-051-1/+1
|
* updated copyright headerChristian Pointner2016-01-0513-13/+13
|
* streamlined the usage of rhimport.NewContextChristian Pointner2016-01-054-8/+10
|
* removed Import prefix of some typesChristian Pointner2016-01-058-78/+78
|
* replaces FetchResult by ImportResultChristian Pointner2016-01-055-28/+22
|
* minor refactoringChristian Pointner2016-01-052-4/+5
|
* make debug log runtime configurableChristian Pointner2016-01-032-6/+13
|
* small change in telgo APIChristian Pointner2015-12-311-17/+17
|
* small change in telgo APIChristian Pointner2015-12-311-1/+1
|
* all command line arguments can now be set using environment variablesChristian Pointner2015-12-312-14/+40
|
* fix complaints from vetChristian Pointner2015-12-311-3/+1
|
* improved coding styleChristian Pointner2015-12-315-53/+52
|
* improved coding styleChristian Pointner2015-12-317-153/+156
|
* improved sanity check for local filesChristian Pointner2015-12-301-1/+17
|
* small improvement of socket handler testChristian Pointner2015-12-301-5/+5
|
* web socket handler is now completedChristian Pointner2015-12-303-119/+27
|
* session store list works now (needs auth check)Christian Pointner2015-12-301-9/+30
|
* improved response handling at websocket interfaceChristian Pointner2015-12-302-25/+129
|
* session store and web socket interface now support to set a reference idChristian Pointner2015-12-302-34/+47
|
* some cleanupChristian Pointner2015-12-302-21/+21
|
* 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
|
* improved session id generation with less depsChristian Pointner2015-12-291-10/+21
|
* implemented basic structure for web socket interfaceChristian Pointner2015-12-292-9/+76
|
* improved error handling for session storeChristian Pointner2015-12-293-46/+54
|
* added basic websockethandler control interfaceChristian Pointner2015-12-293-1/+70
|
* set read/write timeout for web interfaceChristian Pointner2015-12-281-1/+3
|
* minor documenation improvementChristian Pointner2015-12-281-4/+4
|
* refactoring of session, seperate public from private interfaceChristian Pointner2015-12-281-53/+56
|
* refactoring of session-store, seperate public from private interfaceChristian Pointner2015-12-281-47/+50
|
* refactoring of rddb, seperate public from private interfaceChristian Pointner2015-12-281-106/+109
|
* moved ImporteContext stuff to core.goChristian Pointner2015-12-282-138/+136
|
* small refactoringChristian Pointner2015-12-262-65/+80
|
* session store now checks passwordChristian Pointner2015-12-263-25/+43
|
* renaming all telnet related functionsChristian Pointner2015-12-251-24/+24
|
* telnet control interface now uses spreadspace/telgoChristian Pointner2015-12-253-471/+182
|
* 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
|