| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-11 | Remove unmaintained contrib/MacOSX/ folder | Alexander Barton | |
| This includes removing the Xcode project. The sample launchd(8) configuration properties list file was moved to "contrib/de.barton.ngircd.plist" and kept. | |||
| 2019-11-10 | Log received signals (using strsignal(3), when available) | Alexander Barton | |
| 2013-12-27 | OS X has a working getaddrinfo() implementation | Alexander Barton | |
| 2013-03-27 | Xcode: fix detection of host OS, vendor, and CPU | Alexander Barton | |
| 2013-01-01 | Use "${docdir}/Commands.txt" as help text file | Alexander Barton | |
| 2012-11-02 | Xcode: correctly #define PACKAGE and PACKAGE_NAME | Alexander Barton | |
| 2012-10-06 | Merge branch 'bug109-CHARCONV' | Alexander Barton | |
| This closes bug #109. * bug109-CHARCONV: Debian: require "telnet" or "telnet-ssl" for building Debian ngircd-full[-dbg]: enable CHARCONV Add "CHARCONV" to "feature string" when enabled Implement new IRC+ "CHARCONV" command Added new configure option "--with-iconv" Conflicts: src/ngircd/messages.h | |||
| 2012-10-06 | Define HAVE_SETSID for Mac OS X Xcode builds | Alexander Barton | |
| 2012-09-17 | Implement new IRC+ "CHARCONV" command | Alexander Barton | |
| See bug 109 and doc/Protocol.txt for details and documentation. | |||
| 2011-12-24 | define HAVE_GAI_STRERROR for Mac OS X Xcode builds | Alexander Barton | |
| On Mac OS X 10.7 Lion, this fixes In file included from .../contrib/MacOSX/../../src/ngircd/client.c:28: /Developer/SDKs/MacOSX10.7.sdk/usr/include/netdb.h:272:13: error: expected identifier or '(' | |||
| 2011-08-07 | Xcode: Mac OS X config.h: support 10.5 as well as 10.6/10.7 SDK | Alexander Barton | |
| 2011-01-09 | Remove support for ZeroConf/Bonjour/Rendezvous service registration | Alexander Barton | |
| 2010-10-26 | Xcode 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-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. | |||
| 2009-12-31 | Really test for netinet/ip.h and set HAVE_NETINET_IP_H | Alexander Barton | |
| 2009-04-10 | Xcode: #define include __DATE__ in VERSION | Alexander 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-06 | Xcode: build ngIRCd with IPv6 support on Mac OS X | Alexander Barton | |
| 2009-01-06 | Xcode: 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-06 | Xcode: define TARGET_VENDOR and TARGET_OS | Alexander Barton | |
| 2008-04-13 | Enable more compiler warnings when using Xcode. | 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. | |||