Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-01 | Fix crash when the write queue for a disconnected client is non-empty | Joel Rosdahl | 2 | -2/+4 | |
Reported by Jim Leonard. | |||||
2012-07-01 | ISON support | Matt Behrens | 2 | -1/+21 | |
- ISON support, allows miniircd to be used with e.g. Pidgin's buddy list and tell when people sign on or off - add ISON to test suite - little patch to test.py so that it doesn't break if socket.getfqdn() returns something other than localhost | |||||
2011-12-04 | Add test suite | Joel Rosdahl | 3 | -0/+346 | |
2011-12-04 | Optionally store persistent state (currently channel topic and key) | Joel Rosdahl | 1 | -40/+83 | |
2011-12-04 | Sort nick/channel lists before sending reply | Joel Rosdahl | 1 | -2/+3 | |
2011-12-04 | Add .gitignore | Joel Rosdahl | 1 | -0/+1 | |
2011-12-04 | Minor fixes of reply messages | Joel Rosdahl | 1 | -5/+8 | |
2011-11-23 | Add and use a create_directory function | Joel Rosdahl | 1 | -2/+7 | |
2011-11-23 | Refactor code into Server.add_channel function | Joel Rosdahl | 1 | -3/+6 | |
2011-11-23 | Allow specified key for keyless channels | Joel Rosdahl | 1 | -1/+3 | |
2011-11-23 | Flush after writing info/debug messages | Joel Rosdahl | 1 | -0/+2 | |
2011-11-21 | Add support for WALLOPS | Joel Rosdahl | 2 | -0/+10 | |
2011-11-17 | Update README.md with news | Joel Rosdahl | 1 | -1/+1 | |
2011-11-17 | Add support for channel keys | Joel Rosdahl | 2 | -38/+84 | |
2011-11-16 | Send 422 message after registration when no MOTD is available | Joel Rosdahl | 1 | -0/+2 | |
Apparently, some clients wait for either 422 or 376 to consider the registration procedure complete. | |||||
2011-09-22 | Refactor 403 reply into a method | Joel Rosdahl | 1 | -6/+6 | |
2011-08-27 | Fix version sed-ing | Joel Rosdahl | 1 | -1/+1 | |
2011-08-25 | Prepare for version 0.3 | Joel Rosdahl | 2 | -4/+12 | |
2011-08-25 | Minor tweaks to welcome messages | Joel Rosdahl | 1 | -2/+2 | |
2011-08-24 | Simplify sed expression | Joel Rosdahl | 1 | -1/+1 | |
2011-08-24 | Convert README to markdown | Joel Rosdahl | 3 | -54/+51 | |
2011-08-21 | Let message_channel always include the prefix | Joel Rosdahl | 1 | -31/+11 | |
2011-08-21 | Remove unused variables | Joel Rosdahl | 1 | -4/+1 | |
2011-08-21 | Add optional logging of channels | Joel Rosdahl | 1 | -8/+36 | |
2011-08-21 | Pass options instance to Server | Joel Rosdahl | 1 | -8/+8 | |
2011-08-21 | Refactor 461 reply into a method | Joel Rosdahl | 1 | -10/+10 | |
2011-08-21 | Remove unused stuff | Joel Rosdahl | 1 | -22/+0 | |
2011-08-21 | Tidy up the code a bit | Joel Rosdahl | 1 | -239/+98 | |
2011-08-21 | Minor cleanup | Joel Rosdahl | 1 | -20/+7 | |
2011-08-21 | Minor tweaks | Joel Rosdahl | 1 | -12/+21 | |
2011-08-21 | Use raw strings for regexps | Joel Rosdahl | 1 | -3/+3 | |
2011-08-21 | Use optparse instead of getopt | Joel Rosdahl | 2 | -47/+42 | |
2011-08-21 | PEP8-ified names | Joel Rosdahl | 1 | -122/+122 | |
2011-08-21 | Simplified properties | Joel Rosdahl | 1 | -139/+79 | |
2011-08-21 | Use set() instead of obsolete sets.Set() | Joel Rosdahl | 1 | -5/+4 | |
2011-08-21 | Understand but ignore AWAY commands | Joel Rosdahl | 1 | -0/+4 | |
2011-08-21 | Send a 251 message upon registration since Pidgin apparently relies on it | Joel Rosdahl | 1 | -0/+8 | |
2011-08-21 | Add --debug flag | Joel Rosdahl | 1 | -3/+19 | |
2011-08-21 | Correct version number | Joel Rosdahl | 1 | -2/+2 | |
2011-08-21 | Preparations before version 0.2 | Joel Rosdahl | 2 | -4/+14 | |
2011-08-21 | Add MOTD and WHOIS commands | Joel Rosdahl | 1 | -2/+84 | |
Added commandline switch --motd, which takes as the MOTD filename as a parameter. The MOTD, if specified, is sent to the client after registration. Also added MOTD command. | |||||
2011-08-21 | Add Emacs mode hint | Joel Rosdahl | 1 | -0/+1 | |
2011-08-21 | Add web site to README | Joel Rosdahl | 1 | -2/+6 | |
2011-08-21 | Don't send PING in the registration phase, just disconnect | Joel Rosdahl | 1 | -2/+7 | |
2011-08-21 | Add some explicit returns after call to Client.disconnect | Joel Rosdahl | 1 | -1/+4 | |
2011-08-21 | Preparations before version 0.1.1 | Joel Rosdahl | 1 | -0/+5 | |
2011-08-21 | Remove unnecessary use of sets.Set in Client.messageChannel | Joel Rosdahl | 2 | -7/+3 | |
2011-08-21 | Remove debug code | Joel Rosdahl | 2 | -14/+0 | |
2011-08-21 | Update README | Joel Rosdahl | 2 | -5/+5 | |
2011-08-21 | Wrap most long lines to fit within 80 columns | Joel Rosdahl | 2 | -231/+246 | |