diff -uNr ircservices-5.0.56/Changes ircservices-5.0.57/Changes --- ircservices-5.0.56/Changes 2005-11-20 08:18:57 +0900 +++ ircservices-5.0.57/Changes 2006-01-20 12:52:01 +0900 @@ -1,5 +1,15 @@ Version 5.0 ----------- +2006/01/20 .57 Fixed conversion of Anope 1.7 OperServ databases. Reported + by Matt Smith +2006/01/20 ChanServ SET SECUREOPS now prevents unprivileged users from + gaining channel protect (+a) status as well. Reported + by A.S. +2006/01/20 Fixed a bug in the Cygnus database converter causing + autokills with invalid expiration data to expire + immediately rather than remain with no expiration time. +2006/01/07 Fixed a cosmetic bug in ChanServ LIST causing the no-expire + flag "!" to not be shown for suspended channels. 2005/11/20 .56 Fixed a bug in StatServ that could cause a crash if StatServ was unloaded with a rehash while Services was running. diff -uNr ircservices-5.0.56/Makefile ircservices-5.0.57/Makefile --- ircservices-5.0.56/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for Services. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/README ircservices-5.0.57/README --- ircservices-5.0.56/README 2005-01-07 03:32:07 +0900 +++ ircservices-5.0.57/README 2006-01-09 01:45:47 +0900 @@ -1,7 +1,7 @@ IRC Services -- a system of IRC services for IRC networks --------------------------------------------------------- -IRC Services is copyright (c) 1996-2005 Andrew Church. There is absolutely +IRC Services is copyright (c) 1996-2006 Andrew Church. There is absolutely NO WARRANTY provided with this program; if it blows up in your face, you get to clean up the mess. Services is provided under the terms of the GNU General Public License, version 2, and may be freely redistributed, with diff -uNr ircservices-5.0.56/actions.c ircservices-5.0.57/actions.c --- ircservices-5.0.56/actions.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/actions.c 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Various routines to perform simple actions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/channels.c ircservices-5.0.57/channels.c --- ircservices-5.0.56/channels.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/channels.c 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Channel-handling routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/channels.h ircservices-5.0.57/channels.h --- ircservices-5.0.56/channels.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/channels.h 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Online channel data structure. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/commands.c ircservices-5.0.57/commands.c --- ircservices-5.0.56/commands.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/commands.c 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Routines for looking up commands in a *Serv command list. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/commands.h ircservices-5.0.57/commands.h --- ircservices-5.0.56/commands.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/commands.h 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Declarations for command data. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/compat.c ircservices-5.0.57/compat.c --- ircservices-5.0.56/compat.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/compat.c 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Compatibility routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/conffile.c ircservices-5.0.57/conffile.c --- ircservices-5.0.56/conffile.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/conffile.c 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Configuration file handling. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/conffile.h ircservices-5.0.57/conffile.h --- ircservices-5.0.56/conffile.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/conffile.h 2006-01-20 12:56:34 +0900 @@ -1,7 +1,7 @@ /* Structures, constants, and external declarations for configuration file * handling. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/configure ircservices-5.0.57/configure --- ircservices-5.0.56/configure 2005-09-26 19:45:52 +0900 +++ ircservices-5.0.57/configure 2006-01-09 01:44:35 +0900 @@ -2,7 +2,7 @@ # # Configuration script for Services. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/data/Makefile ircservices-5.0.57/data/Makefile --- ircservices-5.0.56/data/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/data/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for data directory. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/defs.h ircservices-5.0.57/defs.h --- ircservices-5.0.56/defs.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/defs.h 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Basic constants, macros and prototypes. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/docs/5.html ircservices-5.0.57/docs/5.html --- ircservices-5.0.56/docs/5.html 2005-09-22 01:20:36 +0900 +++ ircservices-5.0.57/docs/5.html 2006-01-20 12:43:48 +0900 @@ -237,7 +237,7 @@ sirv SirvNET Services [www.sirv.net] - All versions + 2.9.0 and earlier trircd-4.26 trircd IRC Services 4.26 @@ -304,6 +304,8 @@

Anope

    +
  • For version 1.7.11 and later, databases must be stored using the +standard ("FFF") format; MySQL databases are not supported.
  • Services does not store the following information; it will be lost when the databases are converted:
      diff -uNr ircservices-5.0.56/encrypt.c ircservices-5.0.57/encrypt.c --- ircservices-5.0.56/encrypt.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/encrypt.c 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/encrypt.h ircservices-5.0.57/encrypt.h --- ircservices-5.0.56/encrypt.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/encrypt.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/extern.h ircservices-5.0.57/extern.h --- ircservices-5.0.56/extern.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/extern.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/hash.h ircservices-5.0.57/hash.h --- ircservices-5.0.56/hash.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/hash.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Declarations for hash tables. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/ignore.c ircservices-5.0.57/ignore.c --- ircservices-5.0.56/ignore.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/ignore.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Ignore handling. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/ignore.h ircservices-5.0.57/ignore.h --- ircservices-5.0.56/ignore.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/ignore.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Structures and declarations for ignore code. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/init.c ircservices-5.0.57/init.c --- ircservices-5.0.56/init.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/init.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Initalization and related routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/de.l ircservices-5.0.57/lang/de.l --- ircservices-5.0.56/lang/de.l 2005-08-13 14:10:47 +0900 +++ ircservices-5.0.57/lang/de.l 2006-01-09 01:44:40 +0900 @@ -1,6 +1,6 @@ # Emacs: -*- mode: fundamental; coding: binary; -*- -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/en_us.l ircservices-5.0.57/lang/en_us.l --- ircservices-5.0.56/lang/en_us.l 2005-08-13 18:22:44 +0900 +++ ircservices-5.0.57/lang/en_us.l 2006-01-09 01:48:12 +0900 @@ -2,7 +2,7 @@ # United States English language file. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for @@ -5088,4 +5088,4 @@ # version of the master (English) language file was used to create a # translated file. -# CVS: $Revision: 2.222.2.8 $ +# CVS: $Revision: 2.222.2.9 $ diff -uNr ircservices-5.0.56/lang/es.l ircservices-5.0.57/lang/es.l --- ircservices-5.0.56/lang/es.l 2005-08-13 14:11:09 +0900 +++ ircservices-5.0.57/lang/es.l 2006-01-09 01:44:41 +0900 @@ -2,7 +2,7 @@ # Spanish language file. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/fr.l ircservices-5.0.57/lang/fr.l --- ircservices-5.0.56/lang/fr.l 2005-08-13 14:11:32 +0900 +++ ircservices-5.0.57/lang/fr.l 2006-01-09 01:44:41 +0900 @@ -2,7 +2,7 @@ # French language file. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/hu.l ircservices-5.0.57/lang/hu.l --- ircservices-5.0.56/lang/hu.l 2005-01-07 02:12:37 +0900 +++ ircservices-5.0.57/lang/hu.l 2006-01-09 01:44:41 +0900 @@ -1,6 +1,6 @@ # Emacs: -*- mode: fundamental; coding: binary; -*- -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/it.l ircservices-5.0.57/lang/it.l --- ircservices-5.0.56/lang/it.l 2005-01-07 02:12:37 +0900 +++ ircservices-5.0.57/lang/it.l 2006-01-09 01:44:41 +0900 @@ -2,7 +2,7 @@ # Italian language file. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/ja_euc.l ircservices-5.0.57/lang/ja_euc.l --- ircservices-5.0.56/lang/ja_euc.l 2005-08-13 14:13:24 +0900 +++ ircservices-5.0.57/lang/ja_euc.l 2006-01-09 01:44:41 +0900 @@ -2,7 +2,7 @@ # Japanese language file (EUC encoding) / 日本語のメッセージファイル # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/ja_sjis.l ircservices-5.0.57/lang/ja_sjis.l --- ircservices-5.0.56/lang/ja_sjis.l 2005-08-13 18:18:58 +0900 +++ ircservices-5.0.57/lang/ja_sjis.l 2006-01-09 01:44:42 +0900 @@ -2,7 +2,7 @@ # Japanese language file (SJIS encoding) / {bZ[Wt@C # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/langcomp.c ircservices-5.0.57/lang/langcomp.c --- ircservices-5.0.56/lang/langcomp.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/lang/langcomp.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Compiler for language definition files. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/nl.l ircservices-5.0.57/lang/nl.l --- ircservices-5.0.56/lang/nl.l 2005-01-07 02:12:38 +0900 +++ ircservices-5.0.57/lang/nl.l 2006-01-09 01:44:43 +0900 @@ -2,7 +2,7 @@ # Dutch language file. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/pt.l ircservices-5.0.57/lang/pt.l --- ircservices-5.0.56/lang/pt.l 2005-01-07 02:12:38 +0900 +++ ircservices-5.0.57/lang/pt.l 2006-01-09 01:44:43 +0900 @@ -2,7 +2,7 @@ # Arquivo do idioma Portugues (do Brasil). # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/lang/ru.l ircservices-5.0.57/lang/ru.l --- ircservices-5.0.56/lang/ru.l 2005-03-31 04:30:32 +0900 +++ ircservices-5.0.57/lang/ru.l 2006-01-09 01:44:43 +0900 @@ -2,7 +2,7 @@ # Russian language file. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for @@ -35,7 +35,7 @@ # # Finally, remember to put a tab at the beginning of every line of text # (including empty lines). This has to be a tab, not spaces. -# +# # Translated by Alexander Zverev, tty(at)inbox(dot)ru # @@ -154,13 +154,13 @@ # Separator used between units of time; in English, a comma followed by a # space (the ", " in "3 hours, 10 minutes"). STR_TIMESEP - , + , # This is used in ChanServ/NickServ INFO displays, and is a comma followed # by a space (", " -- trailing space is significant), or the equivalent in # the language's character set. COMMA_SPACE - , + , # Various error messages. @@ -941,7 +941,7 @@ CHAN_REGISTER_NOT_LOCAL 鮪袱譛逶 袱轢譖 辣 跪笂 癪鴾 艢鞳竏髓韆韲矗逶. CHAN_REGISTER_INVALID_NAME - 茸 跪聽鱚 艢鞳竏髓韆韲矗鴾 鴈譛褌 鱚 袱轢譖, 褌鴈顋 轢蓁珱鴆 #. + 茸 跪聽鱚 艢鞳竏髓韆韲矗鴾 鴈譛褌 鱚 袱轢譖, 褌鴈顋 轢蓁珱鴆 #. CHAN_MUST_REGISTER_NICK 茸 粮諞逶 髀辮矗 艢鞳竏髓韆韲矗鴾 退 辷. 沃痳韆鱚 /msg %s HELP 粳 闔謫纃 蓁鉋赭蓙 闔 鞳竏髓鞐蓙 辷褌. CHAN_MAY_NOT_BE_REGISTERED @@ -1541,7 +1541,7 @@ MEMO_HAVE_NEW_MEMO 茸 蓐繞鱚 鈔逑 邇碵 艢闊驫. MEMO_HAVE_NEW_MEMOS - 茸 蓐繞鱚 邇碼 艢闊骼. + 茸 蓐繞鱚 %d 邇碼 艢闊骼. MEMO_TYPE_READ_LAST 沃痳韆鱚 /msg %s READ LAST 粳 關鋏鱚辷. MEMO_TYPE_READ_NUM @@ -2050,6 +2050,8 @@ %s 髀蔡鉅 闔謗! OPER_SLINE_EXISTS %s 黽 %s 髀蔡裙. +OPER_SLINE_MASK_TOO_GENERAL + 尤驫 %s 驪蔕褌 釶. OPER_SLINE_ADDED %s 粮痼硅纃 %s 髀蔡鉅. OPER_SLINE_REMOVED @@ -2423,7 +2425,7 @@ NICK_HELP %S 闔艪鉉纈 退 "鞳竏髓韆韲矗鴾" 辷 艢蔔璢 繝 銜 蔡闔譛芬矗辷 - 裙-謌瘤, 褓鉤 退. %S 齒鞐硅纈 闔髏繖髓碆 褌赭辟 粳 + 裙-謌瘤, 褓鉤 退. %S 齒鞐硅纈 闔髏繖髓碆 褌赭辟 粳 鞳竏髓鞐蓙 辷袱 鞐芫蔟逶 轢髓韲繩. 帝 闔謫纃 髀蔡袱 褌赭辟 轢痳韆鱚 /msg %S HELP COMMANDS; 粳 蔡闔譛芬矗辷 褌赭辟 轢痳韆鱚 /msg %S 褌赭辟, 粳 瘤諷 闔粽釶邇 蓁鉋赭蓙 逑肭鉗 褌赭辟 @@ -2434,7 +2436,7 @@ 蒟 痼茆 粮髓齒纃 譫瘤踈 闔譛芬矗鱚譫. NICK_HELP_WARNING - 嘯繖鉤諷辷: 釣迯 驟鞨蔡 關繖轢芻瑾纃 粳 鴈竡, 鴈癪 闔譛芬矗鱚謌 IRC + 嘯繖鉤諷辷: 釣迯 驟鞨蔡 關繖轢芻瑾纃 粳 鴈竡, 鴈癪 闔譛芬矗鱚謌 IRC 跪站 碆髀鉉芬矗鴾 跋釿蓐 黻釶逶跏 碆芟鈕邇髓跏. 零 妖 關繖轢芻瑾纃 粳 釶諷笳纃 "碆韲碌鰲" 辷褌, "褂痳韵裄銜鱶辜" (艢矗鰰 瘤譛釿 褌謌繿鰲 辷褌) 蓚 粽黹蔘 芫鈞鞳粱 粤蜻鰲蓍. @@ -2486,7 +2488,7 @@ 羅 艢癪矗蜥 閠韲譛, 褌鴈顋 茸 鼕琅纈 關 鞳竏髓鞐蓙; 鉈 退 闔轢粮瘉鴆, 褌邃 癈粤鱚 跂鴾 轢髓韲蜉 辷袱. (韆跂琿蒹: 閠韲謌 黷髓礦鱚譛逶 鞳竏髓頌! - MYPASSWORD, MyPassword, mypassword - 鴈 仞罵枦 閠韲謌!) + MYPASSWORD, MyPassword, mypassword - 鴈 仞罵枦 閠韲謌!) NICK_HELP_REGISTER_EMAIL 茸 跪聽鱚 齣鰰邇礦鴾 E-mail 珞鞳 關 鞳竏髓鞐蓙 辷袱; 繝 鰰裝 @@ -2508,7 +2510,7 @@ 韆逍蓖 碼瘤鞐 閠韲: 瑁鉉 辣 粮諞纃 諷竓 黹珞矗鴾 - 轢關蓐辮 退 蓐. - 費闔譛芬矗辷 退繝 辷袱 粳 閠韲 辣關蒹跌繻, %S 辣 粮闢髓蓿 鴈竡. + 費闔譛芬矗辷 退繝 辷袱 粳 閠韲 辣關蒹跌繻, %S 辣 粮闢髓蓿 鴈竡. 呀裝, 褌韲鳧蒹 閠韲謌 鋏纃 諷竓 闔籬蒡珱鴆 關鉐鴿 閻鞳瘤韲, 闔鴈踈 粳蓁 閠韲 粮諞轢 癪鴾 瘤譛 5 驤赳鉉鈞. @@ -2547,7 +2549,7 @@ 剋釶璢 %S, 鴈 茸 粤蜻鰲蓿繼邇 硅纈繿 硅珞繼繻 辷袱. 耶釿蒹 褌赭辟 鴃縺龠 葢纃鱶蒻瑶蓙, 痳 鴈竡 茸 辣 骭鈕纈 蔘 蔡闔譛芬矗鴾. 瑁鉉 粮諞纃 癪鴾 - 闔謐鉐鴾 葢纃鱶纃 鴈踈, 褌鴈顋 茸 鼕瑯矗謌, 褌邃 + 闔謐鉐鴾 葢纃鱶纃 鴈踈, 褌鴈顋 茸 鼕瑯矗謌, 褌邃 蔡闔譛芬矗謌 褌赭辟 REGISTER. NICK_HELP_DROP @@ -2583,7 +2585,7 @@ 癈粤 艢袱逞萵瑩 辣艢礦驤跪; 繿謌 茸 闔譛苴纈繿 鴈譛褌 鈔辷 鱚 聽 辷褌 蒟 驍艢迯, 鞳竏髓鞐 碌纒 鉐鰰譛逶 跪聽 艢褌逞蓿. - 恍釶 闔譛芬矗鴾 鴈 褌赭辟鉗, 茸 粮諞逶 葢纃鱶蔬蒡鈞瑩 退 辷 + 恍釶 闔譛芬矗鴾 鴈 褌赭辟鉗, 茸 粮諞逶 葢纃鱶蔬蒡鈞瑩 退 辷 (褌赭辟 IDENTIFY) 關繖鉐鰰礦鴾 閠韲譛 辷袱, 褌鴈顋 茸 銜蓿 驍艢鴾. NICK_HELP_LINK @@ -2597,7 +2599,7 @@ 費闔譛苴蜥 褌赭辟 UNLINK 粳 驍茆矗辷 辷褌. - 恍釶 闔譛芬矗鴾 鴈 褌赭辟鉗, 茸 粮諞逶 葢纃鱶蔬蒡鈞瑩 退 辷 + 恍釶 闔譛芬矗鴾 鴈 褌赭辟鉗, 茸 粮諞逶 葢纃鱶蔬蒡鈞瑩 退 辷 (褌赭辟 IDENTIFY) 辷, 褌鴈顋 茸 銜蓿 關萵艢鴾 退繻 辣 粮諞纃 蔡闔譛芬矗鴾. NICK_HELP_OLD_UNLINK @@ -2665,7 +2667,7 @@ INFO 囁鰰邇礦鴾 鱚襃, 褌鴈顋 癈粤 闔袱茆矗鴾 關 褌赭辟 INFO KILL 題譫纃 蓚 碼裨蓿 鱶 艢蓿 SECURE 題譫蓿 蓚 碼裨蓿 鞳肆 銛鞐逶 辷袱 - PRIVATE 鞳粮鞐辷鴾 退 辷 銜 闔硅纃 + PRIVATE 鞳粮鞐辷鴾 退 辷 銜 闔硅纃 /msg %S LIST HIDE 刳顋鴾 瑜鴾 蓁鉋赭蓙 退 TIMEZONE 囁鰰邇礦鴾 碚繻纃逑 芬逑, 褌鴈鞐 癈粤 蔡闔譛芬矗鴾 關 闔袱艱 籥. @@ -2799,7 +2801,7 @@ 菩邃 退 繿鴾 辣驫鉉褌 辷褌, 驍艢迯 碎繿鱚, 鰰 褌赭辟 闔艪鉉纈 退 碼瘰瑩 鈔蓁, 褌鴈顋 癈粤 闔袱茆矗鴾 髀蔡袱 粮髓齒 袱轢謗. - 淘謌 闔艷 茸 鞐苞繖蓁蓿 鴈 辷, 鴈邃 譫瘤 粽黹鉗 髓琿纈 蓐 珥鴈赭鱶繿褂. + 淘謌 闔艷 茸 鞐苞繖蓁蓿 鴈 辷, 鴈邃 譫瘤 粽黹鉗 髓琿纈 蓐 珥鴈赭鱶繿褂. NICK_HELP_UNSET 刪迺琲驤: UNSET {URL | EMAIL | INFO} @@ -2932,7 +2934,7 @@ AJOIN LIST 泌跂纈 蓚 闔袱茆矗纈 髀蔡鉅 珥鴈艢鈔鈞 粳 退繝 辷袱. - 汳 髀蔡鉅 袱轢謗, 轢 褌鴈顋 茸 銜蓿 艢鈔蓿 珥鴈赭鱶繿褂, + 汳 髀蔡鉅 袱轢謗, 轢 褌鴈顋 茸 銜蓿 艢鈔蓿 珥鴈赭鱶繿褂, 關萵鈔蓿 粤蜻鰲蒹 碌褂 鞐, 褌邃 茸 葢纃鱶蔬蒡黼鱚髴 轢 %S. 茸 跪聽鱚 粮痼硅鴾 鴈譛褌 鱚 蓐纃 袱轢謗, 褌鴈顋 轢蓁珱鴆 "#" (謗袱譛逶 袱轢譖 辣 跪笂 癪鴾 粮痼硅纃). @@ -2994,9 +2996,9 @@ 帝 關繖銜碚璞纃 驪齬珸邇竡 黻琺纃 辷褌 鴈 褌赭辟鉗, 鉈 粮諞轢 癪鴾 鼕瑯琿 籵琅糴: 閻鞨 鞐 蔡闔譛苴 褌赭辟 DROPEMAIL, 闔鴈 褌赭辟鉗 DROPEMAIL-CONFIRM 鱚 聽 珀謗邇. - 菩赭辟 DROPEMAIL-CONFIRM 粮諞轢 癪鴾 珀謗邇 碼闔謐纃 鱚 聽 + 菩赭辟 DROPEMAIL-CONFIRM 粮諞轢 癪鴾 珀謗邇 %s 碼闔謐纃 鱚 聽 闔譛芬矗鱚諷, 褌鴈顋 蔡闔譛芬矗 褌赭辟 DROPEMAIL. - 淘謌 籥邇 瘤諷 4 褌赭辟 4 DROPEMAIL, 鴈 瘤諷 髓瑁 褌赭辟 癈糂 + 淘謌 籥邇 瘤諷 4 褌赭辟 DROPEMAIL, 鴈 瘤諷 髓瑁 褌赭辟 癈糂 銜瘰銹纃 辣 癈糂 鈿鞳粤鴾 闔 褌赭辟 DROPEMAIL-CONFIRM. 呷譛褌 粳 絶跏辷髓鞐鴈韲 刔鞨蔡鈞. @@ -3012,7 +3014,7 @@ NICK_OPER_HELP_SET_NOEXPIRE 刪迺琲驤: SET [辷] NOEXPIRE {ON | OFF} - 囁鰰轢硅萵璢 鉐釶 鞳肆 粳 鼕瑯琿邇竡 辷袱 - 辷褌邃 辣 艢袱逞萵瑩. + 囁鰰轢硅萵璢 鉐釶 鞳肆 粳 鼕瑯琿邇竡 辷袱 - 辷褌邃 辣 艢袱逞萵瑩. 闔謗聽辷 ON 辷 關繖銛鞐纈 銜 艢袱逞萵琿. 淘謌 辷 辣 鼕瑯琿, 鴈 辣-艢袱逞萵琿蒹 癈粤 齣鰰邇硅纃 轢 退 辷. @@ -3247,17 +3249,17 @@ # Real help messages start here CHAN_HELP %S 闔艪鉉纈 退 鞳竏髓韆韲矗鴾 齒鞐硅鴾 鞐芫蔟逶跏 - 瑜閻褞瑕 袱轢謗. %S 跪聽 關繖銜碚瑩蓿 "艢矗" 袱轢諤 - 芫銖踵諷迯蒻瑕 釿鞐辷纃蒹 褓黹 謌, 褌鴈顋 闔艪鉉纃 + 瑜閻褞瑕 袱轢謗. %S 跪聽 關繖銜碚瑩蓿 "艢矗" 袱轢諤 + 芫銖踵諷迯蒻瑕 釿鞐辷纃蒹 褓黹 謌, 褌鴈顋 闔艪鉉纃 蓐纈 髓瑩齣 鈿辮瑩鉋 轢 袱轢諷. 帝 闔謫纃 髀蔡袱 褌赭辟 - 轢痳韆鱚 /msg %S HELP COMMANDS; 粳 蔡闔譛芬矗辷 褌赭辟 - 轢痳韆鱚 /msg %S 褌赭辟, 粳 瘤諷 闔粽釶邇 蓁鉋赭蓙 + 轢痳韆鱚 /msg %S HELP COMMANDS; 粳 蔡闔譛芬矗辷 褌赭辟 + 轢痳韆鱚 /msg %S 褌赭辟, 粳 瘤諷 闔粽釶邇 蓁鉋赭蓙 逑肭鉗 褌赭辟 轢痳韆鱚: /msg %S HELP 褌赭辟. CHAN_HELP_EXPIRES 緋繪鱚 矜葢, 鴈 鞳竏髓鞐 譫瘤竡 袱轢諤, 褌鴈顋 辣 蔡闔譛芬矗鞫 - 鱚纃蒹 %s (.. 闔譛芬矗鱚謌 蒟 髀蔡袱 粮髓齒 袱轢諤 辣 - 艢鈔蓚 轢 袱轢 鱚纃蒹 鴈竡 閻韆鈔 碚繻纃) 癈粤 + 鱚纃蒹 %s (.. 闔譛芬矗鱚謌 蒟 髀蔡袱 粮髓齒 袱轢諤 辣 + 艢鈔蓚 轢 袱轢 鱚纃蒹 鴈竡 閻韆鈔 碚繻纃) 癈粤 珥鴈赭鱶繿褂 銜跂辣轢. CHAN_HELP_COMMANDS @@ -3397,7 +3399,7 @@ 囁鰰邇礦鴾 轢驪繖辷袱 袱轢諤. 淘謌 辷 硅珞繼 蔡鱚纈 蓚 癈粤 黻琺纃, 闔袱 袱轢 體繿鰲黼, 轢驪繖辷 髓琿纈 邇碼 硅珞繼繻 袱轢諤. 吶 辣 跂辣, 繿謌 - 轢驪繖辷 黽 艢鞳竏髓韆韲矗 驪蔕褌 跋釿 袱轢謗 (%d), + 轢驪繖辷 黽 艢鞳竏髓韆韲矗 驪蔕褌 跋釿 袱轢謗 (%d), 袱轢 癈粤 黻琺纃, 鰰裝, 袱 繿謌 癪 轢驪繖辷 辣 癪 鼕瑯琿. 来 轢驪繖辷袱 袱轢諤 粮諞纃 癪鴾 艢鞳竏髓韆韲矗迯. @@ -3514,7 +3516,7 @@ 題譫璢 蓚 碼裨璢 鈿蓙 痳芬閠骰鉐鱶 %S 粳 袱轢諤. 菩邃 SECURE 礪譫纃, 鴈譛褌 闔譛芬矗鱚謌 - 艢鞳竏髓韆韲矗迯跏 關鉞粤迺蔗蔬蒡鈞珥蓐蔡 轢 %s 辷袱跏 + 艢鞳竏髓韆韲矗迯跏 關鉞粤迺蔗蔬蒡鈞珥蓐蔡 轢 %s 辷袱跏 跪笂 闔謫蓿 關珥 轢 袱轢諷 骼銜矼鴆鰲蓙 骼 髀蔡袱跏 粮髓齒. 淘謌 鰰裝 齣鰰邇硅纃 鈿 RESTRICTED, 鴈 艢蜥 轢 袱轢 跪笂 鴈譛褌 關鉞粤迺蔗蔬蒡鈞琿逶 轢 %s 闔譛芬矗鱚謌. @@ -3743,7 +3745,7 @@ 褌赭辟, 茸 跪聽鱚 鈿鞳粤謌鴾 齔鈞纃 粮髓齒, 鴃縺黼踵 粳 瘤譛蓁髓矗 鼾襁蓍 %S'. (菩赭辟 SET FOUNDER SET PASSWORD, 鰰裝 袱 鴦 褌赭辟, 跪聽 蔡闔譛芬矗鴾 鴈譛褌 - 硅珞繼纐 袱轢諤.) + 硅珞繼纐 袱轢諤.) CHAN_HELP_LEVELS_XOP 瀧蓐琿蒹: 汳 褌赭辟 鴈譛褌 粳 鈿鴉 闔譛芬矗鱚諷! @@ -3758,9 +3760,9 @@ LEVELS SET 齣鰰轢硅萵璢 齔鈞纃 粮髓齒 粳 鼾襁蓙 蓚 竦齒陋 鼾襁蓍. LEVELS DISABLE (蓚 DIS) 銜裨璢 鼾襁蕈 蓚 艢關纖璢 粮髓齒 - 鼾襁蓙 碌繻, 褓鉤 硅珞繼 袱轢諤. LEVELS LIST 闔袱聽 鱚褥蒹 + 鼾襁蓙 碌繻, 褓鉤 硅珞繼 袱轢諤. LEVELS LIST 闔袱聽 鱚褥蒹 齔鈞辷 粮髓齒 粳 袱聹鉗 鼾襁蓙 蓚 竦齒陋 鼾襁蓍. - LEVELS RESET 驕韲驤 碌 轢髓韲蜉 齔鈞辣 粮髓齒 轢 + LEVELS RESET 驕韲驤 碌 轢髓韲蜉 齔鈞辣 粮髓齒 轢 轢髓韲蜉 闔 鼬鉉琿蕈 (骭. HELP ACCESS LEVELS). 恍釶 闔骭銜鞳鴾 髀蔡鉅 鼾襁蓍, 轢 褌鴈顋 跪肭 鈿鞳粤鴾 齔鈞辷 粮髓齒, @@ -3895,7 +3897,7 @@ 刪迺琲驤: KICK 袱轢 辷 [關蔟蓁] 楳髓珥纈 %S 碼褂逑鴾 鼕瑯琿邇竡 闔譛芬矗鱚 鼕瑯琿邇竡 袱轢諤. - 淘謌 辣 鼕瑯琿 關蔟蓁, 鴈 骼釶纃蒹 癈粤 碌鰰硅纃 辷 鴈竡, + 淘謌 辣 鼕瑯琿 關蔟蓁, 鴈 骼釶纃蒹 癈粤 碌鰰硅纃 辷 鴈竡, 褞 蔡闔譛芬矗 褌赭辟, 關銜萵邇 驪齬璢 蔡闔譛苴纈 鼕瑯琿逑 關蔟蓁. 鼬鉉琿蕈 粮髓齒轢 闔譛芬矗鱚 齔鈞辣 粮髓齒 轢 袱轢諷 鞐硴 %s 蓚 碼. @@ -4194,7 +4196,7 @@ 刪迺琲驤: INFO [袱轢] 鉅瑯矗纈 蓁鉋赭蕈 褌謌繿鰲 骼釶纃蓍 粳 退, 驫鉉褌 - 蒟 辷 辣關鋏蓿琿, 驫鉉褌 碌繝 骼釶纃蓍 茸 跪聽鱚 關蓁鴾 + 蒟 辷 辣關鋏蓿琿, 驫鉉褌 碌繝 骼釶纃蓍 茸 跪聽鱚 關蓁鴾 袱褌 驪齬璢 茸 癈粤鱚 蓁鉋跏韲矗逶 關蔘鈔 邇碼. 閠鞐跂鴃鉤 闔袱聽 鴦 聽 蓁鉋赭蕈 粳 鼕瑯琿邇竡 袱轢諤. @@ -4406,7 +4408,7 @@ OPER_HELP_MODE 刪迺琲驤: MODE 袱轢 鞳肆踵 - 鈑碆纈 麗辮瑩鉋瑕 刔鞨蔡鈞 蒟跂鴾 鞳肆踵 轢 譫瘤 袱轢諷. + 鈑碆纈 麗辮瑩鉋瑕 刔鞨蔡鈞 蒟跂鴾 鞳肆踵 轢 譫瘤 袱轢諷. 瑁瑕纈顋 籥迯鉗 褌赭辟 鰰褂 聽, 袱 關 蔡闔譛芬矗辷 褌赭辟 /MODE. @@ -4456,7 +4458,7 @@ 鼕瑯琿邇 關蔟蓁鉗 (褌鴈鞐 釶艢鱚譛邇 粮諞轢 癪鴾 鼕瑯琿). AKILL DEL 黻琺纈 鼕瑯琿逑 赭驫 蒟 髀蔡袱 AKILL'鈞. AKILL LIST 闔袱茆矗纈 鱚褥蓍 髀蔡鉅 AKILL'鈞; 繿謌 鼕瑯瑩 赭驫, - 癈糂 闔袱艢逶 鴈譛褌 骼硼珞珱蒹 辣 芻瑾纃. + 癈糂 闔袱艢逶 鴈譛褌 骼硼珞珱蒹 辣 芻瑾纃. AKILL VIEW 闔袱聽 瘤諷 闔粽釶逑 蓁鉋赭蕈, 繻 AKILL LIST, 鰰裝 闔袱聽 鴈竡, 褞 粮痼礦 AKILL, 碚繻 齣鰰邇硅纃 AKILL', 褌邃 鉈 蔡鱚袱纈, 逑 褌辣邇 聽 赭驫 礦籥 user@host 關蔟蓁 AKILL'. @@ -4468,7 +4470,7 @@ 麗蓆轢譛邇, 碚繻_鉅鉈琿 跪聽 癪鴾 籥邇 褌赭辟鉗 AKILL ADD. 宅繻_鉅鉈琿 髓珥蓿 閻鞳 user@host 赭驫鉗 硅纈 繼 蔡謗 閻鞳 驤赳鉉瑕 d(粱繪), h(瑜鈞) 蓚 m(跏逑). 廷闢驫璢鴆 褌赱蓁蒡鈞瑩 鱶 芻瑾纃 (轢關蓐辮 1h30m). - 淘謌 繖蓁蔬 蒟跂鞳辷 辣 鼕瑯琿, 闔 鼬鉉琿蕈 鉈 癈粤 齣鰰邇硅纃 "粱" + 淘謌 繖蓁蔬 蒟跂鞳辷 辣 鼕瑯琿, 闔 鼬鉉琿蕈 鉈 癈粤 齣鰰邇硅纃 "粱" (鰰褂 釶鞐芬 +30 癈粤 鈑轢瑩 30 粱繪). 恍釶 粮痼礦鴾 矼逶 AKILL, 蔡闔譛苴蜥 碚繻 蔡鱚纃 鞐硴 +0. 淘謌 粮痼硅繻 赭驫 闔譛芬矗鱚 轢蓁璢鴆 +, 碚繻 蔡鱚纃 粮諞邇 癪鴾 鼕瑯琿, 籥聽 繿謌 鉈 鞐硴 碚繻纃 闔 鼬鉉琿蕈. @@ -4487,7 +4489,7 @@ 刪迺琲驤: AKILLCHAN [KILL] [+碚繻_鉅鉈琿] 袱轢 關蔟蓁 廷痼礦鴾 autokills 粳 碌纒 闔譛芬矗鱚諷 褓鉤 IRC 麗辮瑩鉋鈞 轢 鼕瑯琿邇 袱轢諷, - , 繿謌 鼕瑯琿 閠鞐跂鴃 KILL, 銜裨蓿 蔘 銜 驟鱶. + , 繿謌 鼕瑯琿 閠鞐跂鴃 KILL, 銜裨蓿 蔘 銜 驟鱶. 韆蓁 骼鞐纈 粳 袱聹鉗 艢闊驤, 跪聽 癪鴾 闔袱艢轢 kill 骼釶纃蓙 艢礦驤跪髓 銜 轢髓韲繩 刔鞨蔡鈞. 宅繻_鉅鉈琿 艢籥纈 鰰褌 聽 鉋赭鱚, 袱 褌赭辟 AKILL ADD; @@ -4535,7 +4537,7 @@ 鼕瑯琿邇 關蔟蓁鉗 (褌鴈鞐 釶艢鱚譛邇 粮諞轢 癪鴾 鼕瑯琿). SGLINE DEL 黻琺纈 鼕瑯琿逑 赭驫 蒟 髀蔡袱 SGLINE'鈞. SGLINE LIST 闔袱茆矗纈 鱚褥蓍 髀蔡鉅 SGLINE'鈞; 繿謌 鼕瑯瑩 赭驫, - 癈糂 闔袱艢逶 鴈譛褌 骼硼珞珱蒹 辣 芻瑾纃. + 癈糂 闔袱艢逶 鴈譛褌 骼硼珞珱蒹 辣 芻瑾纃. SGLINE VIEW 闔袱聽 瘤諷 闔粽釶逑 蓁鉋赭蕈, 繻 SGLINE LIST, 鰰裝 闔袱聽 鴈竡, 褞 粮痼礦 SGLINE, 碚繻 齣鰰邇硅纃 SGLINE', 褌邃 闔驪繖辷 鞐 琲鱶礦韲矗諤髴, 逑 褌辣邇 聽 騾踈 赭驫 關蔟蓁. 淘謌 鼕瑯琿 閠鞐跂鴃 NOEXPIRE, 鴈 癈糂 闔袱艢逶 @@ -4548,7 +4550,7 @@ 麗蓆轢譛邇, 碚繻_鉅鉈琿 跪聽 癪鴾 籥邇 褌赭辟鉗 SGLINE ADD. 宅繻_鉅鉈琿 髓珥蓿 閻鞳 user@host 赭驫鉗 硅纈 繼 蔡謗 閻鞳 驤赳鉉瑕 d(粱繪), h(瑜鈞) 蓚 m(跏逑). 廷闢驫璢鴆 褌赱蓁蒡鈞瑩 鱶 芻瑾纃 (轢關蓐辮 1h30m). - 淘謌 繖蓁蔬 蒟跂鞳辷 辣 鼕瑯琿, 闔 鼬鉉琿蕈 鉈 癈粤 齣鰰邇硅纃 "粱" + 淘謌 繖蓁蔬 蒟跂鞳辷 辣 鼕瑯琿, 闔 鼬鉉琿蕈 鉈 癈粤 齣鰰邇硅纃 "粱" (鰰褂 釶鞐芬 +30 癈粤 鈑轢瑩 30 粱繪). 恍釶 粮痼礦鴾 矼逶 SGLINE, 蔡闔譛苴蜥 碚繻 鉅鉈琿 鞐硴 +0. 淘謌 粮痼硅繻 赭驫 闔譛芬矗鱚 轢蓁璢鴆 +, 辣 鼕瑯琿 碚繻 蔡鱚纃 碚繻_鉅鉈琿, 赭驫 粮諞轢 癪鴾 籵鉗逶 袱碼袱, @@ -4599,9 +4601,9 @@ SZLINE VIEW [赭驫] [NOEXPIRE] SZLINE COUNT - 鈑碆纈 麗辮瑩鉋瑕 刔鞨蔡鈞 齒鞐硅鴾 髀蔡褌 SZLINE'鈞. 淘謌 - 闔譛芬矗鱚譛, 繪 IP 珞鞳 骼硼珞璢 SZLINE 赭驫鉗, 闔陋鰰纈 - 闔粨譫蓿, 刔鞨蔡 關蓐纃 辣踈 KILL , 繿謌 闔粐辮肆矗纈 + 鈑碆纈 麗辮瑩鉋瑕 刔鞨蔡鈞 齒鞐硅鴾 髀蔡褌 SZLINE'鈞. 淘謌 + 闔譛芬矗鱚譛, 繪 IP 珞鞳 骼硼珞璢 SZLINE 赭驫鉗, 闔陋鰰纈 + 闔粨譫蓿, 刔鞨蔡 關蓐纃 辣踈 KILL , 繿謌 闔粐辮肆矗纈 驟鞨辮瑕, 鼕琅齟 碌繻 驟鞨辮瑕 齣鰰邇礦鴾 痼 (Z-line) 轢 骼硼珥龠 赭驫. 鈔褌赭辟 ADD, DEL, LIST, VIEW, COUNT 跪笂 癪鴾 蔡闔譛芬矗逶 @@ -4637,7 +4639,7 @@ 麗蓆轢譛邇, 碚繻_鉅鉈琿 跪聽 癪鴾 籥邇 褌赭辟鉗 EXCEPTION ADD. 宅繻_鉅鉈琿 髓珥蓿 閻鞳 赭驫鉗 鉐鰰 硅纈 繼 蔡謗 閻鞳 d(粱繪), h(瑜鈞) 蓚 m(跏逑). 廷闢驫璢鴆 褌赱蓁蒡鈞瑩 鱶 芻瑾纃 (轢關蓐辮 1h30m). - 淘謌 繖蓁蔬 蒟跂鞳辷 辣 鼕瑯琿, 闔 鼬鉉琿蕈 鉈 癈粤 齣鰰邇硅纃 "粱" + 淘謌 繖蓁蔬 蒟跂鞳辷 辣 鼕瑯琿, 闔 鼬鉉琿蕈 鉈 癈粤 齣鰰邇硅纃 "粱" (鰰褂 釶鞐芬 +30 癈粤 鈑轢瑩 30 粱繪). 恍釶 粮痼礦鴾 矼逶 AKILL, 蔡闔譛苴蜥 碚繻 蔡鱚纃 鞐硴 +0. 淘謌 粮痼硅繻 赭驫 鉐鰰 轢蓁璢鴆 +, 碚繻 蔡鱚纃 粮諞邇 癪鴾 鼕瑯琿, 籥聽 繿謌 鉈 鞐硴 碚繻纃 闔 鼬鉉琿蕈. @@ -4670,7 +4672,7 @@ SESSION LIST 闔袱茆矗纈 髀蔡鉅 鉐鴈, 褌鴈顋 褌謌繿鰲 骼繖蓁纃蓍 辣 跂逵, 繻 鼕瑯琿逶 闔韲. 鉋釿 粮諞纃 癪鴾 蔡謗 瘤譛 繻 1, 粳 關繖銜碚璞纃 闔謫纃 髀蔡褌 瘤譛蓐 褌謌繿鰲鉤 鈔蓁鋏逶 骼繖蓁纃蓍. - + SESSION VIEW 闔袱茆矗纈 粤鰰譛逑 蓁鉋赭蕈 釶 鼕瑯琿邇 鉐鱚, 礪譫 鱚褥繞 褌謌繿鰲 驟髑蓍 謌跏. 寰髓 辣 跪聽 蓐纈 竦齒闔碼 驤赳鉉鈞. @@ -4747,8 +4749,8 @@ 跪聽 癪鴾 黻琺纃, 蔡闔譛苴 髓琿籥頏逑 褌赭辟 SQUIT. 淘謌 鼕瑯琿 關蔟蓁, 鉈 癈粤 闔袱艢轢 蓁鉋赭蓙, 碼籥矗繻鉗 闔粨譫璢跪踈 驟鞨辮; 蓁鉤 驪齬璢, 鰰 - 蓁鉋赭蓆迯 髓韲袱 癈粤 骼粤鞴瑩 鱚襃 "Jupitered by <辷>", - 鴈 繿鴾 闔袱聽 繼鈞繩, 褌鴈顋 粭齒逑 籥迯 驟鞨辮. + 蓁鉋赭蓆迯 髓韲袱 癈粤 骼粤鞴瑩 鱚襃 "Jupitered by <辷>", + 鴈 繿鴾 闔袱聽 繼鈞繩, 褌鴈顋 粭齒逑 籥迯 驟鞨辮. 淘謌 驟鞨辮 鼕瑯琿逶 蓐纃繻 黽 體繿鰲黼 驟鱶, 鉈 癈粤 銜裨纃 珥鴈赭鱶繿褂. diff -uNr ircservices-5.0.56/lang/tr.l ircservices-5.0.57/lang/tr.l --- ircservices-5.0.56/lang/tr.l 2005-01-22 09:50:08 +0900 +++ ircservices-5.0.57/lang/tr.l 2006-01-09 01:44:43 +0900 @@ -2,7 +2,7 @@ # Turkish language file. # -# IRC Services is copyright (c) 1996-2004 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/language.c ircservices-5.0.57/language.c --- ircservices-5.0.56/language.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/language.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Multi-language support. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/language.h ircservices-5.0.57/language.h --- ircservices-5.0.56/language.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/language.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Include file for multi-language support. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/list-array.h ircservices-5.0.57/list-array.h --- ircservices-5.0.56/list-array.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/list-array.h 2006-01-20 12:56:35 +0900 @@ -1,7 +1,7 @@ /* Macros to handle insertion, deletion, iteration, and searching for * linked lists and arrays. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/log.c ircservices-5.0.57/log.c --- ircservices-5.0.56/log.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/log.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Logging routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/memory.c ircservices-5.0.57/memory.c --- ircservices-5.0.56/memory.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/memory.c 2006-01-20 12:56:35 +0900 @@ -1,7 +1,7 @@ /* Memory management routines. * Leak checking based on code by Kelmar (2001/1/13) * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/messages.c ircservices-5.0.57/messages.c --- ircservices-5.0.56/messages.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/messages.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Definitions of IRC message functions and list of messages. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/messages.h ircservices-5.0.57/messages.h --- ircservices-5.0.56/messages.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/messages.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Declarations of IRC message structures, variables, and functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/misc.c ircservices-5.0.57/misc.c --- ircservices-5.0.56/misc.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/misc.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Miscellaneous routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modes.c ircservices-5.0.57/modes.c --- ircservices-5.0.56/modes.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/modes.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Routines for handling mode flags and strings. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modes.h ircservices-5.0.57/modes.h --- ircservices-5.0.56/modes.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/modes.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Mode flag definitions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/Makefile ircservices-5.0.57/modules/Makefile --- ircservices-5.0.56/modules/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Master makefile for modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/Makerules ircservices-5.0.57/modules/Makerules --- ircservices-5.0.56/modules/Makerules 2005-02-21 18:03:09 +0900 +++ ircservices-5.0.57/modules/Makerules 2006-01-09 01:44:32 +0900 @@ -1,6 +1,6 @@ # Makefile rules for modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/Makefile ircservices-5.0.57/modules/chanserv/Makefile --- ircservices-5.0.56/modules/chanserv/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/chanserv/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for ChanServ modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/access-levels.c ircservices-5.0.57/modules/chanserv/access-levels.c --- ircservices-5.0.56/modules/chanserv/access-levels.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/access-levels.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Access list and level modification handling for ChanServ. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/access-xop.c ircservices-5.0.57/modules/chanserv/access-xop.c --- ircservices-5.0.56/modules/chanserv/access-xop.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/access-xop.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* SOP/AOP/VOP handling for ChanServ. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/access.c ircservices-5.0.57/modules/chanserv/access.c --- ircservices-5.0.56/modules/chanserv/access.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/access.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Base routines for ChanServ access level handling. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for @@ -40,7 +40,7 @@ /* Internal use; not settable by users. These two levels change based * on the SECUREOPS and RESTRICTED settings. */ { CA_AUTODEOP, -1, "", -1, - CL_CLEAR_MODE|CL_LESSEQUAL, { cumode: {"oh",0} } }, + CL_CLEAR_MODE|CL_LESSEQUAL, { cumode: {"oha",0} } }, { CA_NOJOIN, -100, "", -1, CL_OTHER|CL_LESSEQUAL }, diff -uNr ircservices-5.0.56/modules/chanserv/access.h ircservices-5.0.57/modules/chanserv/access.h --- ircservices-5.0.56/modules/chanserv/access.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/access.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Include file for ChanServ access level data. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/autokick.c ircservices-5.0.57/modules/chanserv/autokick.c --- ircservices-5.0.56/modules/chanserv/autokick.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/autokick.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Autokick list handling. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/chanserv.h ircservices-5.0.57/modules/chanserv/chanserv.h --- ircservices-5.0.56/modules/chanserv/chanserv.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/chanserv.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* ChanServ-related structures. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/check.c ircservices-5.0.57/modules/chanserv/check.c --- ircservices-5.0.56/modules/chanserv/check.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/check.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Routines to check validity of JOINs and mode changes. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/cs-local.h ircservices-5.0.57/modules/chanserv/cs-local.h --- ircservices-5.0.56/modules/chanserv/cs-local.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/cs-local.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Include file for data local to the ChanServ module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/main.c ircservices-5.0.57/modules/chanserv/main.c --- ircservices-5.0.56/modules/chanserv/main.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/main.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Main ChanServ module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for @@ -1048,7 +1048,7 @@ if (ci->flags & CI_NOEXPIRE) noexpire_char = '!'; if (ci->suspendinfo) - noexpire_char = '*'; + suspended_char = '*'; } /* This can only be true for SADMINS - normal users diff -uNr ircservices-5.0.56/modules/chanserv/sendpass.c ircservices-5.0.57/modules/chanserv/sendpass.c --- ircservices-5.0.56/modules/chanserv/sendpass.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/sendpass.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* ChanServ SENDPASS module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/set.c ircservices-5.0.57/modules/chanserv/set.c --- ircservices-5.0.56/modules/chanserv/set.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/set.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* SET command handling. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/chanserv/util.c ircservices-5.0.57/modules/chanserv/util.c --- ircservices-5.0.56/modules/chanserv/util.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/chanserv/util.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* ChanServ internal utility routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/database/Makefile ircservices-5.0.57/modules/database/Makefile --- ircservices-5.0.56/modules/database/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/database/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for database modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/database/extsyms.c ircservices-5.0.57/modules/database/extsyms.c --- ircservices-5.0.56/modules/database/extsyms.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/database/extsyms.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Interface to external module (*Serv) symbols for database modules. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/database/extsyms.h ircservices-5.0.57/modules/database/extsyms.h --- ircservices-5.0.56/modules/database/extsyms.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/database/extsyms.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Header for extsyms.c. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/database/fileutil.c ircservices-5.0.57/modules/database/fileutil.c --- ircservices-5.0.56/modules/database/fileutil.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/database/fileutil.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Database file handling routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/database/fileutil.h ircservices-5.0.57/modules/database/fileutil.h --- ircservices-5.0.56/modules/database/fileutil.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/database/fileutil.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Database file descriptor structure and file handling routine prototypes. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/database/standard.c ircservices-5.0.57/modules/database/standard.c --- ircservices-5.0.56/modules/database/standard.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/database/standard.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Routines to load/save Services databases in standard format. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/database/version4.c ircservices-5.0.57/modules/database/version4.c --- ircservices-5.0.56/modules/database/version4.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/database/version4.c 2006-01-20 12:56:36 +0900 @@ -1,7 +1,7 @@ /* Routines to load/save Services databases in the (hopefully one day * obsolete) format used by version 4.x. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/encryption/Makefile ircservices-5.0.57/modules/encryption/Makefile --- ircservices-5.0.56/modules/encryption/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/encryption/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for encryption modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/encryption/md5.c ircservices-5.0.57/modules/encryption/md5.c --- ircservices-5.0.56/modules/encryption/md5.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/encryption/md5.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Module for encryption using MD5. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/Makefile ircservices-5.0.57/modules/httpd/Makefile --- ircservices-5.0.56/modules/httpd/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/httpd/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for httpd modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/auth-ip.c ircservices-5.0.57/modules/httpd/auth-ip.c --- ircservices-5.0.56/modules/httpd/auth-ip.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/auth-ip.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* IP address authorization module for HTTP server. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/auth-password.c ircservices-5.0.57/modules/httpd/auth-password.c --- ircservices-5.0.56/modules/httpd/auth-password.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/auth-password.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Password authorization module for HTTP server. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/dbaccess.c ircservices-5.0.57/modules/httpd/dbaccess.c --- ircservices-5.0.56/modules/httpd/dbaccess.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/dbaccess.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Database access module for HTTP server. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/debug.c ircservices-5.0.57/modules/httpd/debug.c --- ircservices-5.0.56/modules/httpd/debug.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/debug.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Debug page module for HTTP server. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/http.h ircservices-5.0.57/modules/httpd/http.h --- ircservices-5.0.56/modules/httpd/http.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/http.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* HTTP-related definitions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/main.c ircservices-5.0.57/modules/httpd/main.c --- ircservices-5.0.56/modules/httpd/main.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/main.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Main HTTP server module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/redirect.c ircservices-5.0.57/modules/httpd/redirect.c --- ircservices-5.0.56/modules/httpd/redirect.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/redirect.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Nick/channel URL redirect module for HTTP server. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/top-page.c ircservices-5.0.57/modules/httpd/top-page.c --- ircservices-5.0.56/modules/httpd/top-page.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/top-page.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Top-page (http://services.example.net/) handler. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/httpd/util.c ircservices-5.0.57/modules/httpd/util.c --- ircservices-5.0.56/modules/httpd/util.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/httpd/util.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* HTTP server common utility routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/mail/Makefile ircservices-5.0.57/modules/mail/Makefile --- ircservices-5.0.56/modules/mail/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/mail/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for protocol modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/mail/mail-local.h ircservices-5.0.57/modules/mail/mail-local.h --- ircservices-5.0.56/modules/mail/mail-local.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/mail/mail-local.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Internal mail system declarations. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/mail/mail.h ircservices-5.0.57/modules/mail/mail.h --- ircservices-5.0.56/modules/mail/mail.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/mail/mail.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Declarations for public mail routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/mail/main.c ircservices-5.0.57/modules/mail/main.c --- ircservices-5.0.56/modules/mail/main.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/mail/main.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Core mail-sending module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/mail/sendmail.c ircservices-5.0.57/modules/mail/sendmail.c --- ircservices-5.0.56/modules/mail/sendmail.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/mail/sendmail.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Module to send mail using a "sendmail" program. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/mail/smtp.c ircservices-5.0.57/modules/mail/smtp.c --- ircservices-5.0.56/modules/mail/smtp.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/mail/smtp.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Module to send mail using the SMTP protocol. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/memoserv/Makefile ircservices-5.0.57/modules/memoserv/Makefile --- ircservices-5.0.56/modules/memoserv/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/memoserv/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for MemoServ modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/memoserv/forward.c ircservices-5.0.57/modules/memoserv/forward.c --- ircservices-5.0.56/modules/memoserv/forward.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/memoserv/forward.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* MemoServ forwarding module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/memoserv/ignore.c ircservices-5.0.57/modules/memoserv/ignore.c --- ircservices-5.0.56/modules/memoserv/ignore.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/memoserv/ignore.c 2006-01-20 12:56:36 +0900 @@ -1,7 +1,7 @@ /* MemoServ IGNORE module. * Written by Yusuf Iskenderoglu * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/memoserv/main.c ircservices-5.0.57/modules/memoserv/main.c --- ircservices-5.0.56/modules/memoserv/main.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/memoserv/main.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* MemoServ functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/memoserv/memoserv.h ircservices-5.0.57/modules/memoserv/memoserv.h --- ircservices-5.0.56/modules/memoserv/memoserv.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/memoserv/memoserv.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* MemoServ-related structures. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/misc/Makefile ircservices-5.0.57/modules/misc/Makefile --- ircservices-5.0.56/modules/misc/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/misc/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for HelpServ modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/misc/devnull.c ircservices-5.0.57/modules/misc/devnull.c --- ircservices-5.0.56/modules/misc/devnull.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/misc/devnull.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* DevNull module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/misc/helpserv.c ircservices-5.0.57/modules/misc/helpserv.c --- ircservices-5.0.56/modules/misc/helpserv.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/misc/helpserv.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* HelpServ functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/misc/xml-export.c ircservices-5.0.57/modules/misc/xml-export.c --- ircservices-5.0.56/modules/misc/xml-export.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/misc/xml-export.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Routines to export Services databases in XML format. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/misc/xml-import.c ircservices-5.0.57/modules/misc/xml-import.c --- ircservices-5.0.56/modules/misc/xml-import.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/misc/xml-import.c 2006-01-20 12:56:36 +0900 @@ -1,7 +1,7 @@ /* Routines to import Services databases from an XML file. Note that empty * tags (of the form "") are not supported. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/misc/xml.h ircservices-5.0.57/modules/misc/xml.h --- ircservices-5.0.56/modules/misc/xml.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/misc/xml.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Header for XML import/export modules. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/Makefile ircservices-5.0.57/modules/nickserv/Makefile --- ircservices-5.0.56/modules/nickserv/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/nickserv/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for NickServ modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/access.c ircservices-5.0.57/modules/nickserv/access.c --- ircservices-5.0.56/modules/nickserv/access.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/nickserv/access.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Nickname access list module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/autojoin.c ircservices-5.0.57/modules/nickserv/autojoin.c --- ircservices-5.0.56/modules/nickserv/autojoin.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/nickserv/autojoin.c 2006-01-20 12:56:36 +0900 @@ -2,7 +2,7 @@ * Written by Yusuf Iskenderoglu * Idea taken from PTlink Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/collide.c ircservices-5.0.57/modules/nickserv/collide.c --- ircservices-5.0.56/modules/nickserv/collide.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/nickserv/collide.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Routines related to nickname colliding. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/link.c ircservices-5.0.57/modules/nickserv/link.c --- ircservices-5.0.56/modules/nickserv/link.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/nickserv/link.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Nickname linking module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/mail-auth.c ircservices-5.0.57/modules/nickserv/mail-auth.c --- ircservices-5.0.56/modules/nickserv/mail-auth.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/nickserv/mail-auth.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Nickname mail address authentication module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/main.c ircservices-5.0.57/modules/nickserv/main.c --- ircservices-5.0.56/modules/nickserv/main.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/nickserv/main.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Main NickServ module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/nickserv.h ircservices-5.0.57/modules/nickserv/nickserv.h --- ircservices-5.0.56/modules/nickserv/nickserv.h 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/modules/nickserv/nickserv.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* NickServ-related structures. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/ns-local.h ircservices-5.0.57/modules/nickserv/ns-local.h --- ircservices-5.0.56/modules/nickserv/ns-local.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/nickserv/ns-local.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Include file for data local to the NickServ module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/oldlink.c ircservices-5.0.57/modules/nickserv/oldlink.c --- ircservices-5.0.56/modules/nickserv/oldlink.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/nickserv/oldlink.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Nickname linking module (4.x compatibility version). * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/sendpass.c ircservices-5.0.57/modules/nickserv/sendpass.c --- ircservices-5.0.56/modules/nickserv/sendpass.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/nickserv/sendpass.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* NickServ SENDPASS module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/set.c ircservices-5.0.57/modules/nickserv/set.c --- ircservices-5.0.56/modules/nickserv/set.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/nickserv/set.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Routines to handle the NickServ SET command. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/nickserv/util.c ircservices-5.0.57/modules/nickserv/util.c --- ircservices-5.0.56/modules/nickserv/util.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/nickserv/util.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* NickServ utility routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/Makefile ircservices-5.0.57/modules/operserv/Makefile --- ircservices-5.0.56/modules/operserv/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/operserv/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for OperServ modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/akill.c ircservices-5.0.57/modules/operserv/akill.c --- ircservices-5.0.56/modules/operserv/akill.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/akill.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Autokill list module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/akill.h ircservices-5.0.57/modules/operserv/akill.h --- ircservices-5.0.56/modules/operserv/akill.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/akill.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Header for autokill stuff. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/main.c ircservices-5.0.57/modules/operserv/main.c --- ircservices-5.0.56/modules/operserv/main.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/main.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Main OperServ module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/maskdata.c ircservices-5.0.57/modules/operserv/maskdata.c --- ircservices-5.0.56/modules/operserv/maskdata.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/maskdata.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Miscellaneous MaskData-related functionality. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/maskdata.h ircservices-5.0.57/modules/operserv/maskdata.h --- ircservices-5.0.56/modules/operserv/maskdata.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/maskdata.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Header for common mask data structure. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/news.c ircservices-5.0.57/modules/operserv/news.c --- ircservices-5.0.56/modules/operserv/news.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/news.c 2006-01-20 12:56:36 +0900 @@ -1,7 +1,7 @@ /* News module. * Based on code by Andrew Kempe (TheShadow) * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/news.h ircservices-5.0.57/modules/operserv/news.h --- ircservices-5.0.56/modules/operserv/news.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/news.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* News data structures and constants. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/operserv.h ircservices-5.0.57/modules/operserv/operserv.h --- ircservices-5.0.56/modules/operserv/operserv.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/operserv.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Include file for OperServ. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/sessions.c ircservices-5.0.57/modules/operserv/sessions.c --- ircservices-5.0.56/modules/operserv/sessions.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/sessions.c 2006-01-20 12:56:36 +0900 @@ -2,7 +2,7 @@ * Based on code copyright (c) 1999-2000 Andrew Kempe (TheShadow) * E-mail: * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/sessions.h ircservices-5.0.57/modules/operserv/sessions.h --- ircservices-5.0.56/modules/operserv/sessions.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/sessions.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Session exception interface. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/sline.c ircservices-5.0.57/modules/operserv/sline.c --- ircservices-5.0.56/modules/operserv/sline.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/sline.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* S-line module. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/operserv/sline.h ircservices-5.0.57/modules/operserv/sline.h --- ircservices-5.0.56/modules/operserv/sline.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/operserv/sline.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* S-line data structure and interface. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/Makefile ircservices-5.0.57/modules/protocol/Makefile --- ircservices-5.0.56/modules/protocol/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/protocol/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for protocol modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/bahamut.c ircservices-5.0.57/modules/protocol/bahamut.c --- ircservices-5.0.56/modules/protocol/bahamut.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/bahamut.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Bahamut protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/banexcept.c ircservices-5.0.57/modules/protocol/banexcept.c --- ircservices-5.0.56/modules/protocol/banexcept.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/banexcept.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Ban exception related functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/banexcept.h ircservices-5.0.57/modules/protocol/banexcept.h --- ircservices-5.0.56/modules/protocol/banexcept.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/banexcept.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* banexcept.c header file. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/chanprot.c ircservices-5.0.57/modules/protocol/chanprot.c --- ircservices-5.0.56/modules/protocol/chanprot.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/chanprot.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Channel protect/founder (+a/+q) related functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/chanprot.h ircservices-5.0.57/modules/protocol/chanprot.h --- ircservices-5.0.56/modules/protocol/chanprot.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/chanprot.h 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* chanprot.c header file. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/dalnet.c ircservices-5.0.57/modules/protocol/dalnet.c --- ircservices-5.0.56/modules/protocol/dalnet.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/dalnet.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* DALnet (4.4.13-) protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/dreamforge.c ircservices-5.0.57/modules/protocol/dreamforge.c --- ircservices-5.0.56/modules/protocol/dreamforge.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/dreamforge.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Dreamforge protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/halfop.c ircservices-5.0.57/modules/protocol/halfop.c --- ircservices-5.0.56/modules/protocol/halfop.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/halfop.c 2006-01-20 12:56:36 +0900 @@ -1,6 +1,6 @@ /* Halfop (+h) related functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/halfop.h ircservices-5.0.57/modules/protocol/halfop.h --- ircservices-5.0.56/modules/protocol/halfop.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/halfop.h 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* halfop.c header file. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/hybrid.c ircservices-5.0.57/modules/protocol/hybrid.c --- ircservices-5.0.56/modules/protocol/hybrid.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/hybrid.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Hybrid 7 protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/invitemask.c ircservices-5.0.57/modules/protocol/invitemask.c --- ircservices-5.0.56/modules/protocol/invitemask.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/invitemask.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Invite mask (+I) related functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/invitemask.h ircservices-5.0.57/modules/protocol/invitemask.h --- ircservices-5.0.56/modules/protocol/invitemask.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/invitemask.h 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* invitemask.c header file. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/monkey.c ircservices-5.0.57/modules/protocol/monkey.c --- ircservices-5.0.56/modules/protocol/monkey.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/monkey.c 2006-01-20 12:56:37 +0900 @@ -4,7 +4,7 @@ * It is maintained by Chris Plant * E-mail: * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/ptlink.c ircservices-5.0.57/modules/protocol/ptlink.c --- ircservices-5.0.56/modules/protocol/ptlink.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/ptlink.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* PTlink protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/rfc1459.c ircservices-5.0.57/modules/protocol/rfc1459.c --- ircservices-5.0.56/modules/protocol/rfc1459.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/rfc1459.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* RFC1459 protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/sjoin.c ircservices-5.0.57/modules/protocol/sjoin.c --- ircservices-5.0.56/modules/protocol/sjoin.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/sjoin.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* SJOIN-related functions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/sjoin.h ircservices-5.0.57/modules/protocol/sjoin.h --- ircservices-5.0.56/modules/protocol/sjoin.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/sjoin.h 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* sjoin.c header file. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/svsnick.c ircservices-5.0.57/modules/protocol/svsnick.c --- ircservices-5.0.56/modules/protocol/svsnick.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/svsnick.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Code for servers supporting the ircd.dal SVSNICK command. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/svsnick.h ircservices-5.0.57/modules/protocol/svsnick.h --- ircservices-5.0.56/modules/protocol/svsnick.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/svsnick.h 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* SVSNICK support external declarations. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/token.c ircservices-5.0.57/modules/protocol/token.c --- ircservices-5.0.56/modules/protocol/token.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/token.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Routines for processing message tokens. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/token.h ircservices-5.0.57/modules/protocol/token.h --- ircservices-5.0.56/modules/protocol/token.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/token.h 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Declarations for token handling. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/trircd.c ircservices-5.0.57/modules/protocol/trircd.c --- ircservices-5.0.56/modules/protocol/trircd.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/trircd.c 2006-01-20 12:56:37 +0900 @@ -1,7 +1,7 @@ /* trircd protocol module for IRC Services. * Provided by Yusuf Iskenderoglu * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/ts8.c ircservices-5.0.57/modules/protocol/ts8.c --- ircservices-5.0.56/modules/protocol/ts8.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/ts8.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* RFC1459+TS8 protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/undernet-p9.c ircservices-5.0.57/modules/protocol/undernet-p9.c --- ircservices-5.0.56/modules/protocol/undernet-p9.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/undernet-p9.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Undernet 2.9.x (P9) protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/protocol/unreal.c ircservices-5.0.57/modules/protocol/unreal.c --- ircservices-5.0.56/modules/protocol/unreal.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/protocol/unreal.c 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Unreal protocol module for IRC Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/statserv/Makefile ircservices-5.0.57/modules/statserv/Makefile --- ircservices-5.0.56/modules/statserv/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/modules/statserv/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for StatServ modules. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/statserv/main.c ircservices-5.0.57/modules/statserv/main.c --- ircservices-5.0.56/modules/statserv/main.c 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/statserv/main.c 2006-01-20 12:56:37 +0900 @@ -2,7 +2,7 @@ * Based on code (c) Andrew Kempe (TheShadow) * E-mail: * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules/statserv/statserv.h ircservices-5.0.57/modules/statserv/statserv.h --- ircservices-5.0.56/modules/statserv/statserv.h 2005-11-20 08:26:58 +0900 +++ ircservices-5.0.57/modules/statserv/statserv.h 2006-01-20 12:56:37 +0900 @@ -1,6 +1,6 @@ /* Statistical information. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules.c ircservices-5.0.57/modules.c --- ircservices-5.0.56/modules.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/modules.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Module support. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/modules.h ircservices-5.0.57/modules.h --- ircservices-5.0.56/modules.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/modules.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Module support include file (interface definition). * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/process.c ircservices-5.0.57/process.c --- ircservices-5.0.56/process.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/process.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Main processing code for Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/send.c ircservices-5.0.57/send.c --- ircservices-5.0.56/send.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/send.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Routines for sending stuff to the network. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/servers.c ircservices-5.0.57/servers.c --- ircservices-5.0.56/servers.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/servers.c 2006-01-20 12:56:35 +0900 @@ -2,7 +2,7 @@ * by Andrew Kempe (TheShadow) * E-mail: * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/servers.h ircservices-5.0.57/servers.h --- ircservices-5.0.56/servers.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/servers.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Online server data. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/services.h ircservices-5.0.57/services.h --- ircservices-5.0.56/services.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/services.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Main header for Services. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/signals.c ircservices-5.0.57/signals.c --- ircservices-5.0.56/signals.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/signals.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Signal handling routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/sockets.c ircservices-5.0.57/sockets.c --- ircservices-5.0.56/sockets.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/sockets.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Socket routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/sockets.h ircservices-5.0.57/sockets.h --- ircservices-5.0.56/sockets.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/sockets.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Definitions/declarations for socket utility routines. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/suspinfo.c ircservices-5.0.57/suspinfo.c --- ircservices-5.0.56/suspinfo.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/suspinfo.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Routines to allocate and free SuspendInfo structures. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/timeout.c ircservices-5.0.57/timeout.c --- ircservices-5.0.56/timeout.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/timeout.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Routines for time-delayed actions. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/timeout.h ircservices-5.0.57/timeout.h --- ircservices-5.0.56/timeout.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/timeout.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Time-delay routine include stuff. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/Makefile ircservices-5.0.57/tools/Makefile --- ircservices-5.0.56/tools/Makefile 2005-11-20 08:26:55 +0900 +++ ircservices-5.0.57/tools/Makefile 2006-01-20 12:56:34 +0900 @@ -1,6 +1,6 @@ # Makefile for Services tools directory. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-cygnus.c ircservices-5.0.57/tools/convert-cygnus.c --- ircservices-5.0.56/tools/convert-cygnus.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/tools/convert-cygnus.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Conversion routines for Cygnus 0.2.0. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for @@ -66,7 +66,7 @@ if (str && *str) { \ fprintf(stderr, "%s:%d: " errfmt " is not a valid number;" \ " setting to zero\n", fname, line , ##__VA_ARGS__); \ - var = time(NULL); \ + var = 0; \ } else { \ var = time_l; \ } \ diff -uNr ircservices-5.0.56/tools/convert-db.c ircservices-5.0.57/tools/convert-db.c --- ircservices-5.0.56/tools/convert-db.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/tools/convert-db.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Convert other programs' databases to XML. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-db.h ircservices-5.0.57/tools/convert-db.h --- ircservices-5.0.56/tools/convert-db.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/tools/convert-db.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* External declarations for convert-db. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-epona.c ircservices-5.0.57/tools/convert-epona.c --- ircservices-5.0.56/tools/convert-epona.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/tools/convert-epona.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Conversion routines for Epona/Anope databases (version 1.3.0 and later). * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for @@ -540,7 +540,8 @@ /* proxy (open-relay) host cache */ for (i = 0; i < 1024; i++) { int8 c; - SAFE(read_int8(&c, f)); + if (read_int8(&c, f) < 0) /* 1.7 doesn't save this data */ + break; while (c) { SAFE(read_string(&s, f)); /* host */ SAFE(read_int16(&tmp16, f)); /* status */ diff -uNr ircservices-5.0.56/tools/convert-hybserv.c ircservices-5.0.57/tools/convert-hybserv.c --- ircservices-5.0.56/tools/convert-hybserv.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/tools/convert-hybserv.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Conversion routines for HybServ. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-magick.c ircservices-5.0.57/tools/convert-magick.c --- ircservices-5.0.56/tools/convert-magick.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/tools/convert-magick.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Conversion routines for Magick 1.4b2 and Wrecked 1.2 databases. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-ptlink.c ircservices-5.0.57/tools/convert-ptlink.c --- ircservices-5.0.56/tools/convert-ptlink.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/tools/convert-ptlink.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Conversion routines for PTlink >= 2.13.x databases. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-sirv.c ircservices-5.0.57/tools/convert-sirv.c --- ircservices-5.0.56/tools/convert-sirv.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/tools/convert-sirv.c 2006-01-20 12:56:35 +0900 @@ -1,7 +1,7 @@ /* Conversion routines for SirvNET databases (any version), Auspice * databases (versions 2.5-2.7), and Bolivia databases (version 1.2.0). * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-trircd.c ircservices-5.0.57/tools/convert-trircd.c --- ircservices-5.0.56/tools/convert-trircd.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/tools/convert-trircd.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Conversion routines for trircd Services program (version 4.26). * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/convert-ver8.c ircservices-5.0.57/tools/convert-ver8.c --- ircservices-5.0.56/tools/convert-ver8.c 2005-11-20 08:26:57 +0900 +++ ircservices-5.0.57/tools/convert-ver8.c 2006-01-20 12:56:35 +0900 @@ -1,7 +1,7 @@ /* Conversion routines for datafile version 8 based databases (Daylight and * IRCS 1.2). * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/tools/ircservices-chk.in ircservices-5.0.57/tools/ircservices-chk.in --- ircservices-5.0.56/tools/ircservices-chk.in 2005-01-07 02:12:49 +0900 +++ ircservices-5.0.57/tools/ircservices-chk.in 2006-01-09 01:44:58 +0900 @@ -6,7 +6,7 @@ # ircservices-options: options to pass to ircservices executable # If you change PIDFile in ircservices.conf, also change PIDFILE below. # -# IRC Services is copyright (c) 1996-2005 Andrew Church. +# IRC Services is copyright (c) 1996-2006 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/users.c ircservices-5.0.57/users.c --- ircservices-5.0.56/users.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/users.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Routines to maintain a list of online users. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/users.h ircservices-5.0.57/users.h --- ircservices-5.0.56/users.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/users.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* Online user data structure. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/version.h ircservices-5.0.57/version.h --- ircservices-5.0.56/version.h 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/version.h 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* External declarations for version.c. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for diff -uNr ircservices-5.0.56/version.sh ircservices-5.0.57/version.sh --- ircservices-5.0.56/version.sh 2005-11-20 08:20:30 +0900 +++ ircservices-5.0.57/version.sh 2006-01-20 12:52:05 +0900 @@ -6,7 +6,7 @@ # $PROGRAM is the string returned as the first part of a /VERSION reply, # and must not contain spaces. It is not used anywhere else. PROGRAM=ircservices -VERSION=5.0.56 +VERSION=5.0.57 # Increment Services build number if [ -f version.c ] ; then @@ -27,7 +27,7 @@ cat >version.c < * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for @@ -51,7 +51,7 @@ const char *info_text[] = { - "IRC Services developed by and copyright (c) 1996-2005", + "IRC Services developed by and copyright (c) 1996-2006", "Andrew Church .", "Parts written by Andrew Kempe and others.", "IRC Services may be freely redistributed under the GNU", diff -uNr ircservices-5.0.56/vsnprintf.c ircservices-5.0.57/vsnprintf.c --- ircservices-5.0.56/vsnprintf.c 2005-11-20 08:26:56 +0900 +++ ircservices-5.0.57/vsnprintf.c 2006-01-20 12:56:35 +0900 @@ -1,6 +1,6 @@ /* An implementation of vsnprintf() for systems that don't have it. * - * IRC Services is copyright (c) 1996-2005 Andrew Church. + * IRC Services is copyright (c) 1996-2006 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for