summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimportd/main.go
Commit message (Expand)AuthorAgeFilesLines
* improved makefileChristian Pointner2016-01-071-159/+0
* added initial watch-dir control interfaceChristian Pointner2016-01-051-14/+30
* updated copyright headerChristian Pointner2016-01-051-1/+1
* make debug log runtime configurableChristian Pointner2016-01-031-3/+8
* all command line arguments can now be set using environment variablesChristian Pointner2015-12-311-9/+35
* improved coding styleChristian Pointner2015-12-311-9/+9
* web socket handler is now completedChristian Pointner2015-12-301-97/+1
* export session store to control interfacesChristian Pointner2015-12-291-98/+103
* implemented basic structure for web socket interfaceChristian Pointner2015-12-291-1/+1
* improved error handling for session storeChristian Pointner2015-12-291-23/+23
* improved IAC handling which treats telnet commands as OOB messagesChristian Pointner2015-12-231-1/+1
* session now has a timeoutChristian Pointner2015-12-231-17/+16
* improved session testingChristian Pointner2015-12-221-4/+13
* session based callbacks work nowChristian Pointner2015-12-221-3/+54
* basic session handling works nowChristian Pointner2015-12-211-17/+14
* minor cleanup for session testingChristian Pointner2015-12-211-48/+49
* session store and session kind of work nowChristian Pointner2015-12-201-12/+45
* improved type safetyChristian Pointner2015-12-201-2/+2
* telnets default is 23 not 21 so use 4023 as the default...Christian Pointner2015-12-191-1/+1
* added telnet control interfaceChristian Pointner2015-12-181-66/+38
* added basic version of a session storeChristian Pointner2015-12-181-24/+68
* local:// sanitzes path nowChristian Pointner2015-12-171-1/+2
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-151-2/+3
* minor code refactoringChristian Pointner2015-12-111-0/+95