summaryrefslogtreecommitdiff
path: root/miniircd
AgeCommit message (Expand)AuthorFilesLines
2016-09-20PEP8 + test.pyFilipe Pina1-4/+8
2016-09-20server_name was not being considered for 512 max lengthFilipe Pina1-2/+4
2016-09-20split name listing message into multiple 353 messages maxed out at length 512Filipe Pina1-5/+10
2016-09-18Revert "Proper python3 support."Joel Rosdahl1-5/+5
2016-09-14Proper python3 support.LemonBoy1-5/+5
2016-09-11Make it possible to use Python 3Joel Rosdahl1-1/+1
2016-07-19Rename --log-dir to --channel-log-dirJoel Rosdahl1-9/+9
2016-07-19Various cleanups of variable names, option order, etc.Joel Rosdahl1-30/+26
2016-07-19Rename --statedir to --state-dir for consistencyJoel Rosdahl1-6/+6
2016-07-19Catch Exception instead of BaseExceptionJoel Rosdahl1-1/+1
2016-07-19Rename --pidfile to --pid-file for consistencyJoel Rosdahl1-6/+6
2016-07-19Rename --logdir to --log-dir for consistencyJoel Rosdahl1-6/+6
2016-07-19Append new option --password-fileJan Fuchs1-0/+9
2016-07-19Avoid crashing due to "Connection reset by peer" on SSL connection errorJan Fuchs1-1/+1
2016-07-19Code style fixup and simplified method make_pidfile()Jan Fuchs1-35/+24
2016-07-19Append new options:Jan Fuchs1-1/+85
2016-03-08Move constant after module-level importsJoel Rosdahl1-2/+2
2016-03-08Import ssl module before entering chroot jailJoel Rosdahl1-4/+6
2015-08-16Handle quickly disconnecting client without crashingJoel Rosdahl1-3/+9
2015-08-04Find certificate specified with relative path when using --daemonJoel Rosdahl1-0/+5
2015-05-22Prepare for v1.1Joel Rosdahl1-1/+1
2015-05-22Allow dash in nicknamesJoel Rosdahl1-1/+1
2015-02-09Prepare for v1.0Joel Rosdahl1-1/+1
2015-02-09Keep pep8 happyJoel Rosdahl1-3/+3
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