Commit Briefs

a8e0eb62e9 Alexander Barton

Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! (tags/rel-0-12-0-pre1)


4ea2932967 Alexander Barton

ngIRCd 0.12.0-pre1


92a9092208 Alexander Barton

Updated NEWS and ChangeLog for upcoming 0.12.0-pre1 release.


a0efcdccfa Alexander Barton

Updated copyright notice to read "2001-2008".


012aeca32b Alexander Barton

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.



8df445316a Florian Westphal

Channel_Mode: Remove duplicate code.

Incidentially, this doesn't even change the generated code...


11af32466f Florian Westphal

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


5538115537 Florian Westphal

Channel_Mode: Re-indent switch.

No functional changes were made.



796dcf6a62 Florian Westphal

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


6b0c094809 Florian Westphal

Channel_Mode: Unify Del_Invite and Del_Ban handler


b36fc3b095 Florian Westphal

Constify Lists_MakeMask argument and return type.


2dd51a98e4 Florian Westphal

Channel_Mode: Unify Add_Invite and Add_Ban handler


761ae2b1a4 Alexander Barton

Enable more compiler warnings when using Xcode.


87cae1465b Alexander Barton

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.


b7135ea76a Alexander Barton

Updated Xcode project file.


248f8e0b70 Alexander Barton

Convert CVS commands to their git equivalents.

Also mention that patches should be sent to the mailing list.



7c82cc236b Alexander Barton

Include Mac OS X Xcode project in distribution archives. (Part 2)

I forgot to include the new Makefile.am in contrib/MacOSX/ngIRCd.xcodeproj/ ...


307f8abd74 Alexander Barton

Include Mac OS X Xcode project in distribution archives.

Oops, it has not been included since ... ages??


bc63064d5c Alexander Barton

Moved .cvsignore files to .gitignore

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


be844d74d3 Florian Westphal

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?


637d739285 Florian Westphal

io.c: kill select FD_SETSIZE sanity check in io_library_init.

We already have way too many.