summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-21Fix use of socket.getpeername() after socket has been closedJoel Rosdahl1-2/+2
Also remember the port from the call in the constructor and use the stored host and port when writing the disconnect message.
2011-08-21Don't require python2.3 in the "#! line"Joel Rosdahl1-1/+1
Use "/usr/bin/env python". If the default python is not 2.3 (or newer), the user must pass the program as an argument to a sufficiently new python.
2011-08-21Initial importJoel Rosdahl1-0/+703