summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated changelog for release0.1rel-0.1Christian Pointner2016-01-052-8/+8
* fixed package depsChristian Pointner2016-01-051-1/+1
* added initial packagingChristian Pointner2016-01-0511-0/+130
* 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-0515-15/+15
* 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-302-8/+42
* small improvement of socket handler testChristian Pointner2015-12-302-21/+36
* web socket handler is now completedChristian Pointner2015-12-304-131/+60
* session store list works now (needs auth check)Christian Pointner2015-12-302-11/+45
* 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-303-34/+48
* some cleanupChristian Pointner2015-12-302-21/+21
* reconnecting session works nowChristian Pointner2015-12-302-13/+49
* improved socket.htmlChristian Pointner2015-12-301-3/+18
* implemented cancel commandChristian Pointner2015-12-302-6/+21
* improved session handling at websocket interfaceChristian Pointner2015-12-302-12/+28
* websocket handler new/run works now (needs testing!)Christian Pointner2015-12-293-37/+122
* 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-292-11/+21
* implemented basic structure for web socket interfaceChristian Pointner2015-12-293-14/+77
* improved error handling for session storeChristian Pointner2015-12-293-46/+54
* added basic websockethandler control interfaceChristian Pointner2015-12-296-2/+9521
* 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-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