aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib/tcpmulticonnection.py
AgeCommit message (Collapse)Author
2016-09-15voctocore: pep8ifyFlorian Zeitz
* Indent by 4 spaces * Reformat some argument lists * Two newlines before free functions * One newline before methods * Spaces around infix operators
2016-02-01cleanup shebang linesMaZderMind
2016-01-06print incoming connection adress nicer and also fd-numberMaZderMind
2015-09-02fix command server when dealing with very short lived connections, likeMaZderMind
2015-08-31make protocol work, some gui stuffMarkus Otto
2015-08-15add protocol features and minor fixesMarkus Otto
2015-05-22Cannot relyably determin the closed connections' addresst. so don't try to.MaZderMind
2015-05-15Use existing addr object where availableMaZderMind
2015-05-15Move Class-Level variables to the InstancesMaZderMind
I should really learn python…
2015-05-14Extract TCP Connection handling into separate classesMaZderMind