about summary refs log tree commit diff
path: root/contrib
AgeCommit message (Collapse)Author
2008-05-13Update master development branchAlexander Barton
- use "dev" instead of "HEAD" as "version number", - update ChangeLog and NEWS to reflect the 0.12.0 release.
2008-04-20Synchronized branch-0-12-x (ngIRCd 0.12.0-pre1) with master.Alexander Barton
(cherry picked from commit 4ea29329674ff8ec6d772991a57c146b5d78d2ad)
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
2008-01-07Updated Debian changelog [from 0.10.x; 0.11.x]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
2006-12-26Only "fiddle" with /etc/ngircd in "configure" stage.Alexander Barton
2006-12-26Added LSB compliant header.Alexander Barton
2006-10-01Updated files from ngIRCd 0.10.0.Alexander Barton
2006-08-02Updated debian changelog.Alexander Barton
2006-07-23Added ngindent.Alexander Barton
2005-09-03Updated build configurations.Alexander Barton
2005-09-03Updated XCode project files to XCode version 2.1.Alexander Barton
2005-08-12Added start script for FreeBSD.Alexander Barton
2005-07-26Updated Debian changelog from branch-0-9-x.Alexander Barton
2005-07-26Run "basename" on our script name when it is a symlink as well. [from 0-9-x]Alexander Barton
2005-06-01Fixed handling of symbolic links as used in /etc/rc.X directories.Alexander Barton
2005-04-09Fixed wrong location of "Doxyfile" ... argl.Alexander Barton
2005-04-09New build style "deployment", cleaned up options for build styleAlexander Barton
"development" (enabled "ZeroLink") and fixed path of "ngircd.spec".
2005-02-14Enable Pidfile /var/run/ircd/ngircd.pidAlexander Barton
2005-02-07Added an empty /etc/ngircd/ngircd.motd to the packages. And ngircd.confAlexander Barton
becomes modified to enable the PID file (/var/run/ircd/ngircd.cond) and to change the user and group to "irc".
2005-02-07Set owner and group of /var/run/ircd to "irc:irc".Alexander Barton
2005-02-07Updated debian changelog file from branch-0-8-x ...Alexander Barton
2004-09-06Fxied name of "default file" for ngircd-full package. And do the test ifAlexander Barton
the binary is executable after reading this file.
2004-08-10Removed empty "buildRules" variable (suggested by XCode 1.5 :-).Alexander Barton
2004-07-15Added missing commas to debian control file, fixes bug #56.Alexander Barton
Thanks to Kevin Otte (nivex@nivex.net) for the patch.
2004-05-11"make maintainer-clean" removes Makefile.in now.Alexander Barton
2004-05-11"make clean" works better now.Alexander Barton
2004-05-11New Debian version.Alexander Barton
2004-04-28Overview of "contributed" files.Alexander Barton
2004-04-28Added "README" and "systrace.policy" files.Alexander Barton
2004-04-28systrace policy for OpenBSD/NetBSD, thanks to Benjamin Pineau <ben@zouh.org>Alexander Barton
2004-04-25New debian version including updates from CVS HEAD.Alexander Barton
2004-04-09New debian package.Alexander Barton
2004-04-09Updated XCode project for Mac OS X.Alexander Barton
2004-04-05New debian package ;-)Alexander Barton
2004-02-29Updated XCode project, added missing Makefile template for MacOXD directory.Alexander Barton
2004-02-29Added XCode project files (for Mac OS X) to "contrib" directory.Alexander Barton