Commits


Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now!


ngIRCd 0.12.0-pre1


Updated NEWS and ChangeLog for upcoming 0.12.0-pre1 release.


Updated copyright notice to read "2001-2008".


Added make target "testsuite" This make target runs the testsuite located in src/testsuite without running alle the other tests that "make check" would run.


Fixed "xcode" make target (used to build ngIRCd with Mac OS X Xcode)


Channel_Mode: Remove duplicate code. Incidentially, this doesn't even change the generated code...


Channel_Mode: change order of if (set) and if (client) check.


Channel_Mode: Re-indent switch. No functional changes were made.


Channel_Mode: check return type of Invite/Ban Add/Del function


Channel_Mode: unify 'b' and 'I' switch/case handling.


Channel_Mode: Unify Del_Invite and Del_Ban handler


Constify Lists_MakeMask argument and return type.


Channel_Mode: Unify Add_Invite and Add_Ban handler


Enable more compiler warnings when using Xcode.


GIT should ignore user preferences files inside Xcode projects. Added filter for GIT to ignore Xcode user preferences files (*.mode1v3 and *.pbxuser) which are automatically generated inside the project bundle when opened in Xcode.


Updated Xcode project file.


Convert CVS commands to their git equivalents. Also mention that patches should be sent to the mailing list.


Added "portabtest" binary to .gitignore file in src/portabtest/.


Include Mac OS X Xcode project in distribution archives. (Part 2) I forgot to include the new Makefile.am in contrib/MacOSX/ngIRCd.xcodeproj/ ...


Include Mac OS X Xcode project in distribution archives. Oops, it has not been included since ... ages??


Moved .cvsignore files to .gitignore Since we are using GIT starting from now, I converted all the .cvsignore files to .gitignore files.


Fix client.c sparse warnings. client.c:72:6: warning: symbol 'Max_Users' was not declared. Should it be static? client.c:72:21: warning: symbol 'My_Max_Users' was not declared. Should it be static?


io.c: kill select FD_SETSIZE sanity check in io_library_init. We already have way too many.


io.c: fix select FD_SETSIZE check when using epoll as io backend