summaryrefslogtreecommitdiff
path: root/miniircd
AgeCommit message (Expand)AuthorFilesLines
2018-02-01allowed logging only in #funHEADmasterdaniel-Jones1-0/+2
2017-12-06fixed whois reply when user not in a channeldaniel-Jones1-1/+1
2017-12-04added server ip to iplistdaniel-Jones1-2/+2
2017-12-03removed kick test function, added ip restriction to /wallopsdaniel-Jones1-20/+11
2017-12-03basic /kill implemented, testing with /kick. more tests, really.daniel-Jones1-0/+27
2017-12-03fixed host leak in /whodaniel-Jones1-9/+1
2017-11-26small server response change, mainly testing stuff outdaniel-Jones1-3/+3
2017-11-02Reorder conditions for readabilityJoel Rosdahl1-2/+2
2017-11-02Fix pep8 warningJoel Rosdahl1-2/+2
2017-11-02Clean up if statementsJoel Rosdahl1-4/+4
2017-11-02Require os.name == "posix" to attempt using os.getuid/getgidJordan Tucker1-1/+1
2017-11-02Handle chroot/setuid options correctly when os.name != "posix"Jordan Tucker1-3/+3
2017-08-04Ignore non-UTF8 characters in input in Python 3 modeJoel Rosdahl1-1/+1
2017-07-13Added IPv6 supportl-n-s1-3/+15
2017-05-25Prepare for v1.2.1Joel Rosdahl1-1/+1
2017-05-25Fix Python 3 crash after disconnecting an unresponsive clientJoel Rosdahl1-1/+1
2017-05-22Prepare for v1.2Joel Rosdahl1-1/+1
2017-05-22SimplifyJoel Rosdahl1-2/+2
2017-05-22Python 3 supportJulien MONNIER1-9/+30
2017-05-22SimplifyJoel Rosdahl1-1/+1
2017-05-22Add tests for /NAMESBraxton Plaxco1-66/+57
2017-05-22Add basic names supportBraxton Plaxco1-0/+23
2017-05-06Fix wallops command when given no argumentsJoel Rosdahl1-2/+3
2017-02-25Remove unnecessary colon from RPL_MYINFOMatt Baxter1-1/+1
2016-10-23Start correctly on WindowsJoel Rosdahl1-0/+3
2016-09-20Clean upJoel Rosdahl1-5/+5
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