index
:
miniircd
master
fork of https://github.com/jrosdahl/miniircd, modified for my needs
daniel@danieljon.es
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-13
Update CHANGES
Joel Rosdahl
1
-0
/
+4
2017-07-13
Added IPv6 support
l-n-s
1
-3
/
+15
2017-05-25
Prepare for v1.2.1
Joel Rosdahl
2
-2
/
+2
2017-05-25
Fix Python 3 crash after disconnecting an unresponsive client
Joel Rosdahl
2
-1
/
+5
2017-05-22
Prepare for v1.2
Joel Rosdahl
3
-3
/
+5
2017-05-22
Update CHANGES
Joel Rosdahl
2
-2
/
+5
2017-05-22
Simplify
Joel Rosdahl
1
-2
/
+2
2017-05-22
Python 3 support
Julien MONNIER
2
-10
/
+31
2017-05-22
Simplify
Joel Rosdahl
1
-1
/
+1
2017-05-22
Add tests for /NAMES
Braxton Plaxco
2
-67
/
+112
2017-05-22
Add basic names support
Braxton Plaxco
2
-0
/
+80
2017-05-06
Fix wallops command when given no arguments
Joel Rosdahl
3
-2
/
+5
2017-02-27
Update contributors
Joel Rosdahl
1
-0
/
+1
2017-02-25
Update CHANGES
Joel Rosdahl
1
-0
/
+1
2017-02-25
Fix test cases after c2656493
Joel Rosdahl
1
-1
/
+1
2017-02-25
Remove unnecessary colon from RPL_MYINFO
Matt Baxter
1
-1
/
+1
2017-02-25
Update contributors
Joel Rosdahl
1
-0
/
+1
2017-02-25
Update LICENSE to match the official text document.
Joel Rosdahl
1
-20
/
+19
2017-02-25
Create LICENCE
Michael Rene Wilcox
1
-0
/
+340
2016-10-23
Add Makefile test target
Joel Rosdahl
1
-2
/
+5
2016-10-23
Mark Makefile targets as phony
Joel Rosdahl
1
-0
/
+4
2016-10-23
Start correctly on Windows
Joel Rosdahl
2
-0
/
+4
2016-09-20
Clean up
Joel Rosdahl
1
-5
/
+5
2016-09-20
Update CHANGES
Joel Rosdahl
1
-0
/
+1
2016-09-20
PEP8 + test.py
Filipe Pina
2
-4
/
+62
2016-09-20
server_name was not being considered for 512 max length
Filipe Pina
1
-2
/
+4
2016-09-20
split name listing message into multiple 353 messages maxed out at length 512
Filipe Pina
1
-5
/
+10
2016-09-18
Revert "Proper python3 support."
Joel Rosdahl
1
-5
/
+5
2016-09-14
Remove Python 3 compatibility statement since we're not there yet
Joel Rosdahl
2
-3
/
+2
2016-09-14
Proper python3 support.
LemonBoy
1
-5
/
+5
2016-09-11
Make it possible to use Python 3
Joel Rosdahl
3
-2
/
+4
2016-07-19
Update CHANGES
Joel Rosdahl
1
-0
/
+9
2016-07-19
Rename --log-dir to --channel-log-dir
Joel Rosdahl
1
-9
/
+9
2016-07-19
Update README with latest changes
Joel Rosdahl
1
-3
/
+3
2016-07-19
Various cleanups of variable names, option order, etc.
Joel Rosdahl
1
-30
/
+26
2016-07-19
Rename --statedir to --state-dir for consistency
Joel Rosdahl
2
-7
/
+7
2016-07-19
Catch Exception instead of BaseException
Joel Rosdahl
1
-1
/
+1
2016-07-19
Rename --pidfile to --pid-file for consistency
Joel Rosdahl
1
-6
/
+6
2016-07-19
Rename --logdir to --log-dir for consistency
Joel Rosdahl
1
-6
/
+6
2016-07-19
Append new option --password-file
Jan Fuchs
1
-0
/
+9
2016-07-19
Avoid crashing due to "Connection reset by peer" on SSL connection error
Jan Fuchs
1
-1
/
+1
2016-07-19
Code style fixup and simplified method make_pidfile()
Jan Fuchs
1
-35
/
+24
2016-07-19
Append new options:
Jan Fuchs
1
-1
/
+85
2016-03-08
Move constant after module-level imports
Joel Rosdahl
1
-2
/
+2
2016-03-08
Import ssl module before entering chroot jail
Joel Rosdahl
2
-4
/
+7
2015-08-16
Handle quickly disconnecting client without crashing
Joel Rosdahl
2
-3
/
+10
2015-08-04
Find certificate specified with relative path when using --daemon
Joel Rosdahl
2
-0
/
+9
2015-05-22
Prepare for v1.1
Joel Rosdahl
2
-1
/
+5
2015-05-22
Allow dash in nicknames
Joel Rosdahl
1
-1
/
+1
2015-02-09
Prepare for v1.0
Joel Rosdahl
2
-2
/
+2
[next]