summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* basic session handling works nowChristian Pointner2015-12-217-48/+69
* improved error handling and reporting, canceling running requests when telnet...Christian Pointner2015-12-213-7/+23
* canceling using works nowChristian Pointner2015-12-213-12/+64
* reading telnet command is now seperate goroutinge in order to read Ctrl-C whi...Christian Pointner2015-12-211-31/+51
* 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