Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Ping client if it has been quiet for a while and disconnect it if it
doesn't pong.
|
|
|
|
|
|
Broke a big if/elif/.../elfi/else chunk into functions.
|
|
Use explicit tagging-method.
|
|
Added COPYING, README and Makefile files and clarified help text for some
switches.
|
|
The text "QUIT :foo bar" was interpreted as command "QUIT" and arguments
[":foo"]. Fixed.
The real quit message (if given, otherwise the nickname as dictated by the
RFC) is now sent to other clients. Previously, "Client quit" was always
sent.
|
|
|
|
Also remember the port from the call in the constructor and use the
stored host and port when writing the disconnect message.
|
|
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.
|
|
|