| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-12 | Add new pam.{c|h} module to Xcode project | Alexander Barton | |
| Adjust Xcode project and Mac OS X static config.h header to use PAM. | |||
| 2010-06-29 | New "module" proc.c/proc.h for generic process handling | Alexander 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-27 | Xcode: 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-30 | Xcode: added new op.{c|h} to project file | Alexander Barton | |
| 2009-09-14 | Xcode: add "debug" configuration to project | Alexander Barton | |
| 2009-09-11 | Xcode: use gcc 4.0 for Mac OS X 10.4 compatibility | Alexander Barton | |
| 2009-01-06 | Add new and missing files to Mac OS X Xcode project | Alexander Barton | |
| 2008-08-11 | Clean up Mac OS X Xcode environment. | Alexander Barton | |
| - Remove obsolete contrib/MacOSX/cvs-version.h - Change SDK to 10.4 | |||
| 2008-04-13 | Enable more compiler warnings when using Xcode. | Alexander Barton | |
| 2008-04-12 | GIT 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-12 | Updated Xcode project file. | Alexander Barton | |
| 2008-04-09 | Include 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-26 | Added new test files to Xcode project. | Alexander Barton | |
| 2007-11-21 | Introduce option to configure the maximum nick name lenth in ngircd.conf | Alexander 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-19 | Remove some bogus files from project ... | Alexander Barton | |
| 2007-11-19 | Update Mac OS X Xcode project file for Xcode 3. | Alexander Barton | |
| Allow building of ngIRCd using Xcode 3 without running ./configure. | |||
| 2007-10-14 | Xcode project: include manual page template files, not generated pages. | Alexander Barton | |
| 2007-10-14 | Updated Mac OS X project file for Xcode. | Alexander Barton | |
| 2005-09-03 | Updated build configurations. | Alexander Barton | |
| 2005-09-03 | Updated XCode project files to XCode version 2.1. | Alexander Barton | |