| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-07 | Xcode: update project file to Xcode 3.2 or newer | Alexander Barton | |
| Xcode requires Mac OS X 10.6 or newer; Xcode 4 supports this project format as well, so effectively you can use Mac OS X 10.6.x or 10.7.x for building ngIRCd with the Apple Xcode IDE. | |||
| 2011-08-02 | Xcode: exclude more Xcode 4 specific directories in ".gitignore" | Alexander Barton | |
| 2011-08-02 | Xcode: update and add missing files to project | Alexander Barton | |
| 2011-03-27 | Xcode: don't list sample-ngircd.conf, use sample-ngircd.conf.tmpl | Alexander Barton | |
| 2011-01-09 | Remove support for ZeroConf/Bonjour/Rendezvous service registration | Alexander Barton | |
| 2010-12-29 | Xcode: correctly sort files | Alexander Barton | |
| 2010-10-26 | Xcode: update project file, use 10.5.x SDK | Alexander Barton | |
| This is required for universal 32 bit and 64 bit builds: now code for ppc, i386, and x86_64 is generated (which requires 10.5 or newer). | |||
| 2010-10-09 | Xcode: only build current architecture in "Debug" target | Alexander Barton | |
| 2010-09-22 | Add sighandlers.{c|h} to Xcode project | Alexander Barton | |
| And update static Mac OS X config.h used by the Xcode project. | |||
| 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 | |