about summary refs log tree commit diff
path: root/contrib/Debian
AgeCommit message (Collapse)Author
2013-02-15ngIRCd Release 20.2Alexander Barton
(cherry picked from commit c45d9dd1f08fddb95fa01d62c69848cd753a3161)
2013-01-23contrib/Debian/rules: Do no compress Commands.txtDNS
This is required, because ngIRCd can't use a compressed file as help text ... (cherry picked from commit 6d09b4f366f656f6d2732ea96a653e086380e458)
2013-01-02ngIRCd Release 20.1 rel-20.1Alexander Barton
2012-12-17ngIRCd Release 20 rel-20Alexander Barton
2012-12-02ngIRCd 20~rc2 rel-20-rc2Alexander Barton
2012-11-11ngIRCd 20~rc1 rel-20-rc1Alexander Barton
2012-10-06Debian: require "telnet" or "telnet-ssl" for buildingAlexander Barton
2012-10-06Debian ngircd-full[-dbg]: enable CHARCONVAlexander Barton
2012-09-04Update project descriptionAlexander Barton
2012-06-19ngIRCd release 19.2 rel-19.2Alexander Barton
2012-06-13ngIRCd release 19.2~rc1 rel-19.2-rc1Alexander Barton
2012-03-19ngIRCd Release 19.1 rel-19.1Alexander Barton
2012-02-29ngIRCd release 19 rel-19Alexander Barton
2012-02-12ngIRCd release 19~rc1 rel-19-rc1Alexander Barton
2011-12-30contrib/Debian/control: Update and complete "Build-Depends"Alexander Barton
2011-12-30Update our Debian package descriptions with "official" onesAlexander Barton
See Debian Bug #648241 for details.
2011-07-10ngIRCd release 18 rel-18Alexander Barton
2011-06-29ngIRCd release 18~rc2 rel-18-rc2Alexander Barton
2011-06-27ngIRCd release 18~rc1 rel-18-rc1Alexander Barton
2010-12-19ngIRCd release 17.1 rel-17.1Alexander Barton
2010-11-07ngIRCd release 17 rel-17Alexander 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-25ngIRCd release 17~rc2 rel-17-rc2Alexander Barton
2010-10-11ngIRCd release 17~rc1 rel-17-rc1Alexander Barton
2010-10-03Debian packages: build "-full" and "-full-dbg" with support for PAMAlexander Barton
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-03-25ngIRCd release 16~rc1 rel-16-rc1Alexander Barton
2009-11-07ngIRCd release 15Alexander Barton
2009-10-15ngIRCd release 15~rc1 rel-15-rc1Alexander Barton
2009-08-29Fix LSB header of Debian init scriptAlexander Barton
2009-05-05Updated Debian "changelog" file for ngIRCd 14.1 rel-14-1Alexander 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-03-30Fix up last Debian changelog entryAlexander Barton
2009-03-29ngIRCd release 14~rc1 rel-14-rc1Alexander Barton
2009-03-29Updated Debian/Linux init scriptAlexander Barton
- PidFile, ServerUID and ServerGID are read from actual server configuration - Exit code and behaviour is more LSB compliant - New "status" and "test" sub-functions
2008-12-25ngIRCd release 13 rel-13Alexander Barton
2008-11-21ngIRCd release 13~rc1 rel-13-rc1Alexander Barton
2008-11-21Debian package ("make deb"): fix some lintian(1) warningsAlexander 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-10-03Debian: build ngircd-full with support for GNU TLS and IPv6.Alexander Barton
2008-10-03Debian: make sure that /var/run/ircd is owned by user "irc".Alexander Barton
2008-10-03GIT: Ignore Debian-related generated files.Alexander Barton
Added files that become generated while building Debian GNU/Linux packages of ngIRCd to the .gitignore lists.
2008-05-28ngircd.init: use LSB logging functions, if available.Alexander Barton