Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-09 | Keep pep8 happy | Joel Rosdahl | 1 | -3/+3 | |
2015-02-09 | Update CHANGES | Joel Rosdahl | 1 | -7/+8 | |
2015-02-09 | Python 2.5 not supported anymore due to exception "as" syntax | kalenz | 1 | -2/+1 | |
2015-02-09 | Python 3 support | kalenz | 2 | -11/+10 | |
2014-08-23 | update: Updated authors and contributors listing | Marek Ć uppa | 1 | -6/+6 | |
* Updated listing of authors and contributors to make sure their names are distinctively different from each other. | |||||
2014-07-31 | Made Python code PEP8 clean | Joel Rosdahl | 3 | -7/+12 | |
2014-07-31 | Minor cleanup | Joel Rosdahl | 1 | -3/+5 | |
2014-07-31 | Use split to parse user/group ID | Rezrov Frotz | 1 | -8/+5 | |
2014-07-31 | Allow mixed case in user/group names | Rezrov Frotz | 1 | -1/+2 | |
2014-07-31 | Removed needless setres[gu]id to allow --setuid to work with Python 2.7. | Martin Maney | 2 | -4/+4 | |
Please refer to the OS syscall documentation: when used by root, set[gu]id does exactly the same thing that the more verbose setres[gu]id was thought necessary for. It wasn't. | |||||
2014-07-16 | Add note that Python 2.7 is required for --setuid | Joel Rosdahl | 1 | -2/+2 | |
2014-07-16 | Update CHANGES and README | Joel Rosdahl | 2 | -3/+5 | |
2014-07-16 | Code style fixup | Joel Rosdahl | 1 | -3/+4 | |
2014-07-16 | Added --listen option to set address to bind to | Martin Maney | 1 | -2/+12 | |
2014-06-23 | Made miniircd pyflakes clean again | Joel Rosdahl | 1 | -6/+3 | |
2014-06-23 | Only import pwd and grp modules when needed since Windows doesn't have them | Joel Rosdahl | 1 | -2/+2 | |
2014-06-23 | Minor cleanups | Joel Rosdahl | 3 | -58/+59 | |
2014-06-23 | Updated README. | Rezrov Frotz | 1 | -3/+0 | |
2014-06-23 | Added warning if running as root, added make jail, updated README. | Rezrov Frotz | 3 | -24/+25 | |
2014-06-23 | fixed setids/setuid bug | Rezrov Frotz | 1 | -4/+4 | |
2014-06-23 | Added options for chroot and setting the server uid/gid. | Rezrov Frotz | 3 | -2/+106 | |
2013-10-14 | Add contributors to README.md | Joel Rosdahl | 1 | -2/+9 | |
2013-10-14 | Avoid crashing due to TypeError on SSL connection error | Joel Rosdahl | 1 | -5/+8 | |
2013-10-14 | Add basic SSL support via --ssl-pem-file | Leandro Lucarella | 3 | -3/+28 | |
2013-02-20 | Update CHANGES | Joel Rosdahl | 1 | -0/+4 | |
2013-02-20 | Reordering luser to keep alphabetical order | Alex Wright | 1 | -4/+4 | |
2013-02-20 | Adding test case for the lusers command. | Alex Wright | 1 | -0/+5 | |
2013-02-20 | Moving luser output to it's own method. | Alex Wright | 1 | -4/+6 | |
2013-02-20 | Adding /luser support. | Alex Wright | 1 | -0/+5 | |
2013-02-10 | Fix race condition when tearing down test case | Joel Rosdahl | 2 | -1/+2 | |
2012-07-01 | Prepare for version 0.4 | Joel Rosdahl | 2 | -3/+4 | |
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 | |