Module: ngircd.git Branch: master Commit: 6d11fb149707194e986b0d64af3d44f21e158fcc URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=6d11f...
Author: Alexander Barton alex@barton.de Date: Sun Jan 9 16:11:12 2011 +0100
Update copyright notices for 2010 :)
And update the NEWS and ChangeLog file as well.
---
AUTHORS | 5 ++--- ChangeLog | 18 +++++++++++++++--- INSTALL | 5 ++--- NEWS | 14 +++++++++++--- README | 5 ++--- src/ngircd/ngircd.c | 4 ++-- 6 files changed, 34 insertions(+), 17 deletions(-)
diff --git a/AUTHORS b/AUTHORS index e0e1d07..03a19dd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,9 +1,8 @@
ngIRCd - Next Generation IRC Server + http://ngircd.barton.de/
- (c)2001-2009 Alexander Barton, - alex@barton.de, http://www.barton.de/ - + (c)2001-2011 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License.
diff --git a/ChangeLog b/ChangeLog index 93206ef..03090b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,27 @@
ngIRCd - Next Generation IRC Server + http://ngircd.barton.de/
- (c)2001-2010 Alexander Barton, - alex@barton.de, http://www.barton.de/ - + (c)2001-2011 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License.
-- ChangeLog --
+ngIRCd + + - Make [No]ZeroConf configuration option work with Howl. + - Deprecate NoXX-Options in ngircd.conf: 'NoDNS=no' => 'DNS=yes', + 'NoIdent=no' => 'Ident=yes', 'NoPAM=no' => 'PAM=yes', and + 'NoZeroConf=no' => 'ZeroConf=yes' (and vice-versa). + The defaults are adjusted accordingly and the old variables are still + accepted, so there is no functional change. + - Fix confusing "adding to invite list" debug messages. + - Don't throttle services and servers beeing registered. + - Xcode: correctly sort files + - Don't assert() when serching a client for an invalid server token. + ngIRCd Release 17.1 (2010-12-19)
- --configtest: remember if MOTD is configured by file or phrase diff --git a/INSTALL b/INSTALL index f7e51a1..ce43e35 100644 --- a/INSTALL +++ b/INSTALL @@ -1,9 +1,8 @@
ngIRCd - Next Generation IRC Server + http://ngircd.barton.de/
- (c)2001-2010 Alexander Barton, - alex@barton.de, http://www.barton.de/ - + (c)2001-2011 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License.
diff --git a/NEWS b/NEWS index 9524e8b..0d6ef8a 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,23 @@
ngIRCd - Next Generation IRC Server + http://ngircd.barton.de/
- (c)2001-2010 Alexander Barton, - alex@barton.de, http://www.barton.de/ - + (c)2001-2011 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License.
-- NEWS --
+ngIRCd + + - Deprecate NoXX-Options in ngircd.conf: 'NoDNS=no' => 'DNS=yes', + 'NoIdent=no' => 'Ident=yes', 'NoPAM=no' => 'PAM=yes', and + 'NoZeroConf=no' => 'ZeroConf=yes' (and vice-versa). + The defaults are adjusted accordingly and the old variables are still + accepted, so there is no functional change. + - Don't throttle services and servers beeing registered. + ngIRCd Release 17.1 (2010-12-19)
- Don't log critical (or worse) messages to stderr diff --git a/README b/README index 1feedfe..3c39cad 100644 --- a/README +++ b/README @@ -1,9 +1,8 @@
ngIRCd - Next Generation IRC Server + http://ngircd.barton.de/
- (c)2001-2007 Alexander Barton, - alex@barton.de, http://www.barton.de/ - + (c)2001-2011 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License.
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 6dfd206..63fc64b 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2010 Alexander Barton (alex@barton.de). + * Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -432,7 +432,7 @@ static void Show_Version( void ) { puts( NGIRCd_Version ); - puts( "Copyright (c)2001-2010 Alexander Barton (alex@barton.de) and Contributors." ); + puts( "Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors." ); puts( "Homepage: http://ngircd.barton.de/\n" ); puts( "This is free software; see the source for copying conditions. There is NO" ); puts( "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." );