summaryrefslogtreecommitdiff
path: root/miniircd
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Python 3 supportkalenz1-9/+8
2014-07-31Made Python code PEP8 cleanJoel Rosdahl1-5/+6
2014-07-31Minor cleanupJoel Rosdahl1-3/+5
2014-07-31Use split to parse user/group IDRezrov Frotz1-8/+5
2014-07-31Allow mixed case in user/group namesRezrov Frotz1-1/+2
2014-07-31Removed needless setres[gu]id to allow --setuid to work with Python 2.7.Martin Maney1-2/+2
2014-07-16Code style fixupJoel Rosdahl1-3/+4
2014-07-16Added --listen option to set address to bind toMartin Maney1-2/+12
2014-06-23Made miniircd pyflakes clean againJoel Rosdahl1-6/+3
2014-06-23Only import pwd and grp modules when needed since Windows doesn't have themJoel Rosdahl1-2/+2
2014-06-23Minor cleanupsJoel Rosdahl1-14/+20
2014-06-23Added warning if running as root, added make jail, updated README.Rezrov Frotz1-0/+3
2014-06-23fixed setids/setuid bugRezrov Frotz1-4/+4
2014-06-23Added options for chroot and setting the server uid/gid.Rezrov Frotz1-1/+36
2013-10-14Avoid crashing due to TypeError on SSL connection errorJoel Rosdahl1-5/+8
2013-10-14Add basic SSL support via --ssl-pem-fileLeandro Lucarella1-2/+24
2013-02-20Reordering luser to keep alphabetical orderAlex Wright1-4/+4
2013-02-20Moving luser output to it's own method.Alex Wright1-4/+6
2013-02-20Adding /luser support.Alex Wright1-0/+5
2013-02-10Fix race condition when tearing down test caseJoel Rosdahl1-1/+1
2012-07-01Prepare for version 0.4Joel Rosdahl1-1/+1
2012-07-01Fix crash when the write queue for a disconnected client is non-emptyJoel Rosdahl1-2/+3
2012-07-01ISON supportMatt Behrens1-0/+11
2011-12-04Optionally store persistent state (currently channel topic and key)Joel Rosdahl1-40/+83
2011-12-04Sort nick/channel lists before sending replyJoel Rosdahl1-2/+3
2011-12-04Minor fixes of reply messagesJoel Rosdahl1-5/+8
2011-11-23Add and use a create_directory functionJoel Rosdahl1-2/+7
2011-11-23Refactor code into Server.add_channel functionJoel Rosdahl1-3/+6
2011-11-23Allow specified key for keyless channelsJoel Rosdahl1-1/+3
2011-11-23Flush after writing info/debug messagesJoel Rosdahl1-0/+2
2011-11-21Add support for WALLOPSJoel Rosdahl1-0/+9
2011-11-17Add support for channel keysJoel Rosdahl1-38/+79
2011-11-16Send 422 message after registration when no MOTD is availableJoel Rosdahl1-0/+2
2011-09-22Refactor 403 reply into a methodJoel Rosdahl1-6/+6
2011-08-25Prepare for version 0.3Joel Rosdahl1-4/+4
2011-08-25Minor tweaks to welcome messagesJoel Rosdahl1-2/+2
2011-08-21Let message_channel always include the prefixJoel Rosdahl1-31/+11
2011-08-21Remove unused variablesJoel Rosdahl1-4/+1
2011-08-21Add optional logging of channelsJoel Rosdahl1-8/+36
2011-08-21Pass options instance to ServerJoel Rosdahl1-8/+8
2011-08-21Refactor 461 reply into a methodJoel Rosdahl1-10/+10
2011-08-21Remove unused stuffJoel Rosdahl1-22/+0
2011-08-21Tidy up the code a bitJoel Rosdahl1-239/+98
2011-08-21Minor cleanupJoel Rosdahl1-20/+7
2011-08-21Minor tweaksJoel Rosdahl1-12/+21
2011-08-21Use raw strings for regexpsJoel Rosdahl1-3/+3
2011-08-21Use optparse instead of getoptJoel Rosdahl1-46/+42
2011-08-21PEP8-ified namesJoel Rosdahl1-122/+122
2011-08-21Simplified propertiesJoel Rosdahl1-139/+79
2011-08-21Use set() instead of obsolete sets.Set()Joel Rosdahl1-5/+4