about summary refs log tree commit diff
path: root/contrib/MacOSX
AgeCommit message (Collapse)Author
2011-08-07Xcode: update project file to Xcode 3.2 or newerAlexander 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-07Xcode: Mac OS X config.h: support 10.5 as well as 10.6/10.7 SDKAlexander Barton
2011-08-02Xcode: exclude more Xcode 4 specific directories in ".gitignore"Alexander Barton
2011-08-02Xcode: update and add missing files to projectAlexander Barton
2011-04-16Mac OS X: install on root volume only, and set correct permissionsAlexander Barton
Update Mac OS X Installer.app description bundle, so that the ngIRCd package can only be installed on the root volume ("/"); and make sure that all installed files and directories have correct ownership and permissions.
2011-04-14Mac OS X: update installer texts and add logo.Alexander Barton
2011-03-27Xcode: don't list sample-ngircd.conf, use sample-ngircd.conf.tmplAlexander Barton
2011-01-09Remove support for ZeroConf/Bonjour/Rendezvous service registrationAlexander Barton
2010-12-29Xcode: correctly sort filesAlexander Barton
2010-10-26Mac OS X package ("make osxpkg"): generate PAM configurationAlexander Barton
2010-10-26Xcode builds ("make xcode"): disable pam_fail_delay()Alexander Barton
disable pam_fail_delay() only is available starting with Mac OS X 10.6; but we use the 10.5 SDK for campatibility, so don't use this function at all when building using Xcode.
2010-10-26Xcode: update project file, use 10.5.x SDKAlexander 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-09Xcode: only build current architecture in "Debug" targetAlexander Barton
2010-09-22Add sighandlers.{c|h} to Xcode projectAlexander Barton
And update static Mac OS X config.h used by the Xcode project.
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.
2010-04-02Updated some more copyright notices, it's 2010 already :-)Alexander Barton
2009-12-31Really test for netinet/ip.h and set HAVE_NETINET_IP_HAlexander Barton
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-04-10Xcode: #define include __DATE__ in VERSIONAlexander Barton
Change VERSION to include the __DATE__ when compiling from within Xcode. When building using "make xcode" or "make osxpkg" VERSION already is defined to the "real" version number set in configure.in.
2009-01-06Mac OS X: update texts for Mac OS X Installer.appAlexander Barton
2009-01-06Xcode: build ngIRCd with IPv6 support on Mac OS XAlexander Barton
2009-01-06Xcode: get release number dynamically; new make target "xcode-clean".Alexander Barton
- make target "xcode" now detects the release number stored in the configure.in file and passes it to Xcode. - new make target "xcode-clean" which removes all files generated by "make xcode" and removes the Xcode build directory.
2009-01-06Xcode: define TARGET_VENDOR and TARGET_OSAlexander Barton
2009-01-06Add new and missing files to Mac OS X Xcode projectAlexander Barton
2008-11-13Added some missing files of GIT tree to distribution archivesAlexander Barton
The following bits and bytes were not included in distribution archives: - contrib: ngindent, ngircd.sh - contrib/Debian: ngircd.postinst - contrib/MacOSX: preinstall.sh, postinstall.sh - doc/src: Doxyfile, header.inc.html, footer.inc.html, ngircd-doc.css - src/portab: splint.h
2008-08-12New make target: "osxpkg" to create an Mac OS X installer package.Alexander Barton
This patch adds a new make target, "osxpkg", to the main Makefile which gereates a Apple Mac OS X installer package of ngIRCd. The packagemaker(1) project bundle is stored in contrib/MacOSX/ngIRCd.pmdoc.
2008-08-11Clean up Mac OS X Xcode environment.Alexander Barton
- Remove obsolete contrib/MacOSX/cvs-version.h - Change SDK to 10.4
2008-08-06Remove de.barton.ngircd.plist on "make clean", its a generated file.Alexander Barton
2008-07-31Install /Library/LaunchDaemons/de.barton.ngircd.plist into $(DESTDIR)Alexander Barton
2008-05-28GIT: ignore de.barton.ngircd.plist, it is a generated file.Alexander Barton
2008-05-26Mac OS X LaunchDaemon script: log messages to /Library/Logs/ngIRCd.logAlexander Barton
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-04-09Include Mac OS X Xcode project in distribution archives.Alexander Barton
Oops, it has not been included since ... ages??
2008-04-09Moved .cvsignore files to .gitignoreAlexander Barton
Since we are using GIT starting from now, I converted all the .cvsignore files to .gitignore files.
2008-02-26LaunchDaemon plist for Mac OS X/Darwin launchd.Alexander Barton
2008-02-26Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.Alexander Barton
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
2006-12-28Added .cvsignore files to hide generated files from CVS.Alexander Barton