about summary refs log tree commit diff
path: root/contrib
AgeCommit message (Collapse)Author
2011-04-30contrib/platformtest.sh: fix gcc version detectionAlexander Barton
Now the version of GNU C is detected correctly on SuSE Linux, too ...
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-12-19ngIRCd release 17.1 rel-17.1Alexander Barton
2010-11-07ngIRCd release 17 rel-17Alexander Barton
2010-11-07contrib/platformtest.sh: make command name quoting consistentAlexander Barton
2010-11-07contrib/ngircd-redhat.init: updated email address of Naoya NakazawaAlexander Barton
2010-10-27ngIRCd Release 17~rc3 rel-17-rc3Alexander Barton
2010-10-27Debian: Install default /etc/pam.d/ngircd allowing all loginsAlexander Barton
This is required for backwards compatibility when installing the -full or -full-dbg package variant: PAM is enabled now but no configuration present, so all login attempts would be denied ... Creating /etc/pam.d/ngircd including "auth required pam_permit.so" restores the old behaviour of allowing all connections.
2010-10-26Debian: update standards to 3.9.1; add libpam0g-dev dependencyAlexander Barton
2010-10-26Make contrib/platformtest.sh more portableAlexander 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-25ngIRCd release 17~rc2 rel-17-rc2Alexander Barton
2010-10-25Updated contrib/platformtest.sh (new version scheme)Alexander Barton
- handle version numbers generated by "git describe" - detect gcc compiler version correctly when "-std=xxx" is used
2010-10-11ngIRCd release 17~rc1 rel-17-rc1Alexander Barton
2010-10-09Xcode: only build current architecture in "Debug" targetAlexander Barton
2010-10-03Debian packages: build "-full" and "-full-dbg" with support for PAMAlexander 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-06-25ngircd.init: require $network $remote_fs when stopping ngircdAlexander Barton
2010-05-02ngIRCd release 16 rel-16Alexander Barton
2010-04-25ngIRCd release 16~rc2 rel-16-rc2Alexander Barton
2010-04-02Updated some more copyright notices, it's 2010 already :-)Alexander Barton
2010-03-25ngIRCd release 16~rc1 rel-16-rc1Alexander 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-11-15platformtest.sh: Only show latest commitAlexander Barton
Only show latest GIT commuit ID as version number, even when the last commit has been a merge.
2009-11-07Added missing contrib/platformtest.sh to distribution rel-15Alexander Barton
2009-11-07ngIRCd release 15Alexander Barton
2009-10-15ngIRCd release 15~rc1 rel-15-rc1Alexander Barton
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-08-29Fix LSB header of Debian init scriptAlexander Barton
2009-08-04New script contrib/platformtest.shAlexander Barton
This script analyzes the build process of ngIRCd and generates output suitable for inclusion in doc/Platforms.txt.
2009-05-05Updated Debian "changelog" file for ngIRCd 14.1 rel-14-1Alexander Barton
2009-05-05ngIRCd release 14.1Alexander Barton
2009-05-05Added start/stop script for Red Hat based distributionsAlexander Barton
Script contributed by Naoya Nakazawa <naoya@sanow.net>.
2009-05-05Renamed contrib/ngircd.sh to contrib/ngircd-bsd.shAlexander Barton
2009-05-04Fixed "Conflicts:" line in debian/control: missing commaAlexander Barton
2009-04-29Debian: build ngircd-full-dbg packageAlexander Barton
In addition to the "ngircd" and "ngircd-full" packages a new package named "ngircd-full-dbg" is build: this package contains all the features of the "full" package but includes debug code and both the --debug and --sniffer options and the resulting binaries are _not_ stripped.
2009-04-29debian/rules: whitespace fixesAlexander Barton
2009-04-20ngIRCd release 14 rel-14Alexander 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.