about summary refs log tree commit diff
path: root/contrib/MacOSX/ngIRCd.xcodeproj
AgeCommit message (Collapse)Author
2010-07-12Add new pam.{c|h} module to Xcode projectAlexander Barton
Adjust Xcode project and Mac OS X static config.h header to use PAM.
2010-06-29New "module" proc.c/proc.h for generic process handlingAlexander Barton
The new "module" proc.c is used for functions dealing with child processes. At the moment, it is only used by the asynchronous resolver. All the functions already implemented habe been migrated from the resolver code base, and the rest of the ngIRCd source code has been adepted to the new namespace and calling conventions. The goal is to develop "generic" process handling functions that can be used for other purposes as well, e.g. running processes on client connects etc.
2009-12-27Xcode: fix "-Wuninitialized is not supported without -O"Alexander Barton
Fix Apple Xcode warning "cc1: warning: -Wuninitialized is not supported without -O" when using the "Debug" build target: Detection of uninitialized automatic variable requires data flow analsys that is only enabled during optimized compilation.
2009-09-30Xcode: added new op.{c|h} to project fileAlexander Barton
2009-09-14Xcode: add "debug" configuration to projectAlexander Barton
2009-09-11Xcode: use gcc 4.0 for Mac OS X 10.4 compatibilityAlexander Barton
2009-01-06Add new and missing files to Mac OS X Xcode projectAlexander Barton
2008-08-11Clean up Mac OS X Xcode environment.Alexander Barton
- Remove obsolete contrib/MacOSX/cvs-version.h - Change SDK to 10.4
2008-04-13Enable more compiler warnings when using Xcode.Alexander Barton
2008-04-12GIT should ignore user preferences files inside Xcode projects.Alexander Barton
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.
2008-04-12Updated Xcode project file.Alexander Barton
2008-04-09Include Mac OS X Xcode project in distribution archives. (Part 2)Alexander Barton
I forgot to include the new Makefile.am in contrib/MacOSX/ngIRCd.xcodeproj/ ...
2008-02-26Added new test files to Xcode project.Alexander Barton
2007-11-21Introduce option to configure the maximum nick name lenth in ngircd.confAlexander Barton
- New configuration option "MaxNickLength" to specify the allowed maximum length of user nick names. Note: must be unique in an IRC network! - Enhanced the IRC+ protocol to support an enhanced "server handshake" and enable server to recognice numeric 005 (ISUPPORT) and 376 (ENDOFMOTD). See doc/Protocol.txt for details.
2007-11-19Remove some bogus files from project ...Alexander Barton
2007-11-19Update Mac OS X Xcode project file for Xcode 3.Alexander Barton
Allow building of ngIRCd using Xcode 3 without running ./configure.
2007-10-14Xcode project: include manual page template files, not generated pages.Alexander Barton
2007-10-14Updated Mac OS X project file for Xcode.Alexander Barton
2005-09-03Updated build configurations.Alexander Barton
2005-09-03Updated XCode project files to XCode version 2.1.Alexander Barton