Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-21 | Remove late call to socket.peername() | Joel Rosdahl | 1 | -1/+0 | |
2011-08-21 | Fix use of socket.getpeername() after socket has been closed | Joel Rosdahl | 1 | -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-21 | Don't require python2.3 in the "#! line" | Joel Rosdahl | 1 | -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-21 | Initial import | Joel Rosdahl | 1 | -0/+703 | |