[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-01-10 12:22:29
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-01-10 12:22:11 UTC Modified files: include/IPcheck.h include/capab.h include/channel.h include/class.h include/client.h include/crule.h include/dbuf.h include/ddb.h include/destruct_event.h include/fileio.h include/gline.h include/handlers.h include/hash.h include/ircd.h include/ircd_alloc.h include/ircd_auth.h include/ircd_chattr.h include/ircd_crypt.h include/ircd_crypt_native.h include/ircd_crypt_plain.h include/ircd_crypt_smd5.h include/ircd_defs.h include/ircd_events.h include/ircd_features.h include/ircd_handler.h include/ircd_log.h include/ircd_md5.h include/ircd_osdep.h include/ircd_relay.h include/ircd_reply.h include/ircd_reslib.h include/ircd_signal.h include/ircd_snprintf.h include/ircd_string.h include/ircd_tea.h include/jupe.h include/list.h include/listener.h include/match.h include/memdebug.h include/motd.h include/msg.h include/msgq.h include/numeric.h include/numnicks.h include/opercmds.h include/packet.h include/parse.h include/patchlevel.h include/querycmds.h include/random.h include/res.h include/s_auth.h include/s_bsd.h include/s_conf.h include/s_debug.h include/s_misc.h include/s_numeric.h include/s_serv.h include/s_stats.h include/s_user.h include/send.h include/struct.h include/supported.h include/sys.h include/umkpasswd.h include/uping.h include/userload.h include/version.h include/watch.h include/whocmds.h include/whowas.h Log message: Actualizacion anio 2005 en los copyrights. ---------------------- diff included ---------------------- Index: ircd-ircdev/include/IPcheck.h diff -u ircd-ircdev/include/IPcheck.h:1.3 ircd-ircdev/include/IPcheck.h:1.4 --- ircd-ircdev/include/IPcheck.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/IPcheck.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/IPcheck.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1998 Carlo Wood <Ru...@un...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface to count users connected from particular IP addresses. - * @version $Id: IPcheck.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: IPcheck.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ipcheck_h #define INCLUDED_ipcheck_h Index: ircd-ircdev/include/capab.h diff -u ircd-ircdev/include/capab.h:1.1 ircd-ircdev/include/capab.h:1.2 --- ircd-ircdev/include/capab.h:1.1 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/capab.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/capab.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2004 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface and public definitions for capabilities extension - * @version $Id: capab.h,v 1.1 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: capab.h,v 1.2 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_capab_h #define INCLUDED_capab_h Index: ircd-ircdev/include/channel.h diff -u ircd-ircdev/include/channel.h:1.7 ircd-ircdev/include/channel.h:1.8 --- ircd-ircdev/include/channel.h:1.7 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/channel.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/channel.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1996-1997 Carlo Wood * Copyright (C) 1990 Jarkko Oikarinen * @@ -22,7 +22,7 @@ */ /** @file * @brief Channel management and maintenance. - * @version $Id: channel.h,v 1.7 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: channel.h,v 1.8 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_channel_h #define INCLUDED_channel_h Index: ircd-ircdev/include/class.h diff -u ircd-ircdev/include/class.h:1.5 ircd-ircdev/include/class.h:1.6 --- ircd-ircdev/include/class.h:1.5 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/class.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/class.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1996-1997 Carlo Wood * Copyright (C) 1990 Darren Reed * @@ -22,7 +22,7 @@ */ /** @file * @brief Declarations and interfaces for handling connection classes. - * @version $Id: class.h,v 1.5 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: class.h,v 1.6 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_class_h #define INCLUDED_class_h Index: ircd-ircdev/include/client.h diff -u ircd-ircdev/include/client.h:1.8 ircd-ircdev/include/client.h:1.9 --- ircd-ircdev/include/client.h:1.8 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/client.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/client.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Structures and functions for handling local clients. - * @version $Id: client.h,v 1.8 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: client.h,v 1.9 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_client_h #define INCLUDED_client_h Index: ircd-ircdev/include/crule.h diff -u ircd-ircdev/include/crule.h:1.3 ircd-ircdev/include/crule.h:1.4 --- ircd-ircdev/include/crule.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/crule.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/crule.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Darren Reed * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file crule.h * @brief Interfaces and declarations for connection rule checking. - * @version $Id: crule.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: crule.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_crule_h #define INCLUDED_crule_h Index: ircd-ircdev/include/dbuf.h diff -u ircd-ircdev/include/dbuf.h:1.3 ircd-ircdev/include/dbuf.h:1.4 --- ircd-ircdev/include/dbuf.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/dbuf.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/dbuf.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Markku Savela * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interfaces and declarations for dealing with data buffers. - * @version $Id: dbuf.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: dbuf.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_dbuf_h #define INCLUDED_dbuf_h Index: ircd-ircdev/include/ddb.h diff -u ircd-ircdev/include/ddb.h:1.1 ircd-ircdev/include/ddb.h:1.2 --- ircd-ircdev/include/ddb.h:1.1 Tue Nov 16 09:58:47 2004 +++ ircd-ircdev/include/ddb.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ddb.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2004 Toni Garcia (zoltan) <zo...@ir...> * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: ddb.h,v 1.1 2004/11/16 17:58:47 zolty Exp $ + * $Id: ddb.h,v 1.2 2005/01/10 12:21:59 zolty Exp $ * */ #ifndef INCLUDED_ddb_h Index: ircd-ircdev/include/destruct_event.h diff -u ircd-ircdev/include/destruct_event.h:1.3 ircd-ircdev/include/destruct_event.h:1.4 --- ircd-ircdev/include/destruct_event.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/destruct_event.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/destruct_event.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 Carlo Wood <ca...@al...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Functions for handling timed channel destruction events. - * @version $Id: destruct_event.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: destruct_event.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_destruct_event_h #define INCLUDED_destruct_event_h Index: ircd-ircdev/include/fileio.h diff -u ircd-ircdev/include/fileio.h:1.3 ircd-ircdev/include/fileio.h:1.4 --- ircd-ircdev/include/fileio.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/fileio.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/fileio.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1998 Thomas Helvey <to...@in...> * Copyright (C) 1990 Jarkko Oikarinen * @@ -22,7 +22,7 @@ */ /** @file fileio.h * @brief ANSI FILE* clone API declarations. - * @version $Id: fileio.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: fileio.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_fileio_h #define INCLUDED_fileio_h Index: ircd-ircdev/include/gline.h diff -u ircd-ircdev/include/gline.h:1.4 ircd-ircdev/include/gline.h:1.5 --- ircd-ircdev/include/gline.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/gline.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/gline.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * Copyright (C) 1996-1997 Carlo Wood * Copyright (C) 1990 Jarkko Oikarinen @@ -23,7 +23,7 @@ */ /** @file * @brief Structures and APIs for G-line manipulation. - * @version $Id: gline.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: gline.h,v 1.5 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_gline_h #define INCLUDED_gline_h Index: ircd-ircdev/include/handlers.h diff -u ircd-ircdev/include/handlers.h:1.9 ircd-ircdev/include/handlers.h:1.10 --- ircd-ircdev/include/handlers.h:1.9 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/handlers.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/handlers.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Declarations for all protocol message handler functions. - * @version $Id: handlers.h,v 1.9 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: handlers.h,v 1.10 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_handlers_h #define INCLUDED_handlers_h Index: ircd-ircdev/include/hash.h diff -u ircd-ircdev/include/hash.h:1.4 ircd-ircdev/include/hash.h:1.5 --- ircd-ircdev/include/hash.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/hash.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/hash.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1998 Andrea Cocito * Copyright (C) 1991 Darren Reed * @@ -22,7 +22,7 @@ */ /** @file * @brief Hash table management APIs. - * @version $Id: hash.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: hash.h,v 1.5 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_hash_h #define INCLUDED_hash_h Index: ircd-ircdev/include/ircd.h diff -u ircd-ircdev/include/ircd.h:1.3 ircd-ircdev/include/ircd.h:1.4 --- ircd-ircdev/include/ircd.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file ircd.h * @brief Global data for the daemon. - * @version $Id: ircd.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_h #define INCLUDED_ircd_h Index: ircd-ircdev/include/ircd_alloc.h diff -u ircd-ircdev/include/ircd_alloc.h:1.3 ircd-ircdev/include/ircd_alloc.h:1.4 --- ircd-ircdev/include/ircd_alloc.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_alloc.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_alloc.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey <to...@in...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief IRC daemon memory allocation functions. - * @version $Id: ircd_alloc.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_alloc.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_alloc_h #define INCLUDED_ircd_alloc_h Index: ircd-ircdev/include/ircd_auth.h diff -u ircd-ircdev/include/ircd_auth.h:1.1 ircd-ircdev/include/ircd_auth.h:1.2 --- ircd-ircdev/include/ircd_auth.h:1.1 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_auth.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_auth.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2004 Michael Poole <md...@tr...> * Copyright (C) 2001 Perry Lorier <is...@co...> * @@ -22,7 +22,7 @@ */ /** @file * @brief Interface to IAuth client implementation. - * @version $Id: ircd_auth.h,v 1.1 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_auth.h,v 1.2 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_auth_h #define INCLUDED_ircd_auth_h Index: ircd-ircdev/include/ircd_chattr.h diff -u ircd-ircdev/include/ircd_chattr.h:1.3 ircd-ircdev/include/ircd_chattr.h:1.4 --- ircd-ircdev/include/ircd_chattr.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_chattr.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_chattr.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1998 Andrea Cocito * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Character attribute definitions and arrays. - * @version $Id: ircd_chattr.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_chattr.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ * * This character set code is adapted from Nemesi's Tools Library, * which gives us the prefix NTL_ on these macros. Index: ircd-ircdev/include/ircd_crypt.h diff -u ircd-ircdev/include/ircd_crypt.h:1.1 ircd-ircdev/include/ircd_crypt.h:1.2 --- ircd-ircdev/include/ircd_crypt.h:1.1 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_crypt.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_crypt.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 hikari * * This program is free software; you can redistribute it and/or modify @@ -20,7 +20,7 @@ */ /** @file * @brief Core password encryption and hashing APIs. - * @version $Id: ircd_crypt.h,v 1.1 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_crypt.h,v 1.2 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_crypt_h #define INCLUDED_ircd_crypt_h Index: ircd-ircdev/include/ircd_crypt_native.h diff -u ircd-ircdev/include/ircd_crypt_native.h:1.1 ircd-ircdev/include/ircd_crypt_native.h:1.2 --- ircd-ircdev/include/ircd_crypt_native.h:1.1 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_crypt_native.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_crypt_native.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 hikari * Copyright (C) 1990-1991 Armin Gruner * @@ -22,7 +22,7 @@ */ /** @file * @brief Native crypt() function declarations. - * @version $Id: ircd_crypt_native.h,v 1.1 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_crypt_native.h,v 1.2 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_crypt_native_h #define INCLUDED_ircd_crypt_native_h Index: ircd-ircdev/include/ircd_crypt_plain.h diff -u ircd-ircdev/include/ircd_crypt_plain.h:1.1 ircd-ircdev/include/ircd_crypt_plain.h:1.2 --- ircd-ircdev/include/ircd_crypt_plain.h:1.1 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_crypt_plain.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_crypt_plain.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 hikari * * This program is free software; you can redistribute it and/or modify @@ -20,7 +20,7 @@ */ /** @file * @brief Declarations for plaintext password "crypting". - * @version $Id: ircd_crypt_plain.h,v 1.1 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_crypt_plain.h,v 1.2 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_crypt_plain_h #define INCLUDED_ircd_crypt_plain_h Index: ircd-ircdev/include/ircd_crypt_smd5.h diff -u ircd-ircdev/include/ircd_crypt_smd5.h:1.1 ircd-ircdev/include/ircd_crypt_smd5.h:1.2 --- ircd-ircdev/include/ircd_crypt_smd5.h:1.1 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_crypt_smd5.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_crypt_smd5.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 hikari * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Declarations for salted MD5 password crypting. - * @version $Id: ircd_crypt_smd5.h,v 1.1 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_crypt_smd5.h,v 1.2 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_crypt_smd5_h #define INCLUDED_ircd_crypt_smd5_h Index: ircd-ircdev/include/ircd_defs.h diff -u ircd-ircdev/include/ircd_defs.h:1.4 ircd-ircdev/include/ircd_defs.h:1.5 --- ircd-ircdev/include/ircd_defs.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_defs.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_defs.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey <to...@in...> * Copyright (C) 1990 Jarkko Oikarinen * @@ -26,7 +26,7 @@ * NOTE: Changing any of these definitions (except for the * target-related ones at the bottom) is equivalent to a protocol * revision. Every server on a given network must use the same values. - * @version $Id: ircd_defs.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_defs.h,v 1.5 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_defs_h #define INCLUDED_ircd_defs_h Index: ircd-ircdev/include/ircd_events.h diff -u ircd-ircdev/include/ircd_events.h:1.3 ircd-ircdev/include/ircd_events.h:1.4 --- ircd-ircdev/include/ircd_events.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_events.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_events.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2001 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface and public definitions for event loop. - * @version $Id: ircd_events.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_events.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_events_h #define INCLUDED_ircd_events_h Index: ircd-ircdev/include/ircd_features.h diff -u ircd-ircdev/include/ircd_features.h:1.8 ircd-ircdev/include/ircd_features.h:1.9 --- ircd-ircdev/include/ircd_features.h:1.8 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_features.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_features.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Public interfaces and declarations for dealing with configurable features. - * @version $Id: ircd_features.h,v 1.8 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_features.h,v 1.9 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_features_h #define INCLUDED_features_h Index: ircd-ircdev/include/ircd_handler.h diff -u ircd-ircdev/include/ircd_handler.h:1.3 ircd-ircdev/include/ircd_handler.h:1.4 --- ircd-ircdev/include/ircd_handler.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_handler.h Mon Jan 10 04:21:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_handler.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Message handler types and definitions. - * @version $Id: ircd_handler.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_handler.h,v 1.4 2005/01/10 12:21:59 zolty Exp $ */ #ifndef INCLUDED_ircd_handler_h #define INCLUDED_ircd_handler_h Index: ircd-ircdev/include/ircd_log.h diff -u ircd-ircdev/include/ircd_log.h:1.4 ircd-ircdev/include/ircd_log.h:1.5 --- ircd-ircdev/include/ircd_log.h:1.4 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/ircd_log.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_log.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief IRC logging interface. - * @version $Id: ircd_log.h,v 1.4 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: ircd_log.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_log_h #define INCLUDED_ircd_log_h Index: ircd-ircdev/include/ircd_md5.h diff -u ircd-ircdev/include/ircd_md5.h:1.1 ircd-ircdev/include/ircd_md5.h:1.2 --- ircd-ircdev/include/ircd_md5.h:1.1 Wed Nov 24 08:10:01 2004 +++ ircd-ircdev/include/ircd_md5.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_md5.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 hikari * * This program is free software; you can redistribute it and/or modify @@ -34,7 +34,7 @@ */ /** @file * @brief MD5 implementation for ircu. - * @version $Id: ircd_md5.h,v 1.1 2004/11/24 16:10:01 zolty Exp $ + * @version $Id: ircd_md5.h,v 1.2 2005/01/10 12:22:00 zolty Exp $ */ #ifndef ircd_md5_h #define ircd_md5_h Index: ircd-ircdev/include/ircd_osdep.h diff -u ircd-ircdev/include/ircd_osdep.h:1.3 ircd-ircdev/include/ircd_osdep.h:1.4 --- ircd-ircdev/include/ircd_osdep.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_osdep.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_osdep.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey <to...@in...> * Copyright (C) 1990 Jarkko Oikarinen * @@ -22,7 +22,7 @@ */ /** @file ircd_osdep.h * @brief Public definitions and APIs for OS-dependent operations. - * @version $Id: ircd_osdep.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_osdep.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_osdep_h #define INCLUDED_ircd_osdep_h Index: ircd-ircdev/include/ircd_relay.h diff -u ircd-ircdev/include/ircd_relay.h:1.3 ircd-ircdev/include/ircd_relay.h:1.4 --- ircd-ircdev/include/ircd_relay.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_relay.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_relay.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface to functions for relaying messages. - * @version $Id: ircd_relay.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_relay.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_relay_h #define INCLUDED_ircd_relay_h Index: ircd-ircdev/include/ircd_reply.h diff -u ircd-ircdev/include/ircd_reply.h:1.3 ircd-ircdev/include/ircd_reply.h:1.4 --- ircd-ircdev/include/ircd_reply.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_reply.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_handler.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interfaces for sending common replies to users. - * @version $Id: ircd_reply.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_reply.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_reply_h #define INCLUDED_ircd_reply_h Index: ircd-ircdev/include/ircd_reslib.h diff -u ircd-ircdev/include/ircd_reslib.h:1.1 ircd-ircdev/include/ircd_reslib.h:1.2 --- ircd-ircdev/include/ircd_reslib.h:1.1 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_reslib.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_reslib.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1992 Darren Reed * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface from ircd resolver to its support functions. - * @version $Id: ircd_reslib.h,v 1.1 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_reslib.h,v 1.2 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircdreslib_h #define INCLUDED_ircdreslib_h Index: ircd-ircdev/include/ircd_signal.h diff -u ircd-ircdev/include/ircd_signal.h:1.3 ircd-ircdev/include/ircd_signal.h:1.4 --- ircd-ircdev/include/ircd_signal.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_signal.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_signal.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file ircd_signal.h * @brief Interface to signal handler subsystem. - * @version $Id: ircd_signal.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_signal.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_signal_h #define INCLUDED_ircd_signal_h Index: ircd-ircdev/include/ircd_snprintf.h diff -u ircd-ircdev/include/ircd_snprintf.h:1.3 ircd-ircdev/include/ircd_snprintf.h:1.4 --- ircd-ircdev/include/ircd_snprintf.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_snprintf.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_snprintf.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief IRC-specific printf() clone interface. - * @version $Id: ircd_snprintf.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_snprintf.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_snprintf_h #define INCLUDED_ircd_snprintf_h Index: ircd-ircdev/include/ircd_string.h diff -u ircd-ircdev/include/ircd_string.h:1.4 ircd-ircdev/include/ircd_string.h:1.5 --- ircd-ircdev/include/ircd_string.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_string.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_string.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file ircd_string.h * @brief Public declarations and APIs for string operations. - * @version $Id: ircd_string.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_string.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_string_h #define INCLUDED_ircd_string_h Index: ircd-ircdev/include/ircd_tea.h diff -u ircd-ircdev/include/ircd_tea.h:1.3 ircd-ircdev/include/ircd_tea.h:1.4 --- ircd-ircdev/include/ircd_tea.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/ircd_tea.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_tea.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ */ /** @file * @brief TEA implementation for ircu. - * @version $Id: ircd_tea.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: ircd_tea.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_ircd_tea_h #define INCLUDED_ircd_tea_h Index: ircd-ircdev/include/jupe.h diff -u ircd-ircdev/include/jupe.h:1.3 ircd-ircdev/include/jupe.h:1.4 --- ircd-ircdev/include/jupe.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/jupe.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/jupe.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface and declarations for juped server handling. - * @version $Id: jupe.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: jupe.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_jupe_h #define INCLUDED_jupe_h Index: ircd-ircdev/include/list.h diff -u ircd-ircdev/include/list.h:1.4 ircd-ircdev/include/list.h:1.5 --- ircd-ircdev/include/list.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/list.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/list.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file list.h * @brief Singly and doubly linked list manipulation interface. - * @version $Id: list.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: list.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_list_h #define INCLUDED_list_h Index: ircd-ircdev/include/listener.h diff -u ircd-ircdev/include/listener.h:1.3 ircd-ircdev/include/listener.h:1.4 --- ircd-ircdev/include/listener.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/listener.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/listener.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey <to...@in...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface and declarations for handling listening sockets. - * @version $Id: listener.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: listener.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_listener_h #define INCLUDED_listener_h Index: ircd-ircdev/include/match.h diff -u ircd-ircdev/include/match.h:1.3 ircd-ircdev/include/match.h:1.4 --- ircd-ircdev/include/match.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/match.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/match.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file match.h * @brief Interface for matching strings to IRC masks. - * @version $Id: match.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: match.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_match_h #define INCLUDED_match_h Index: ircd-ircdev/include/memdebug.h diff -u ircd-ircdev/include/memdebug.h:1.1 ircd-ircdev/include/memdebug.h:1.2 --- ircd-ircdev/include/memdebug.h:1.1 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/memdebug.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/memdebug.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey <to...@in...> * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: memdebug.h,v 1.1 2004/11/24 16:00:43 zolty Exp $ + * $Id: memdebug.h,v 1.2 2005/01/10 12:22:00 zolty Exp $ */ /* This file should only ever be included from ircd_alloc.h */ Index: ircd-ircdev/include/motd.h diff -u ircd-ircdev/include/motd.h:1.4 ircd-ircdev/include/motd.h:1.5 --- ircd-ircdev/include/motd.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/motd.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/motd.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * Copyright (C) 1990 Jarkko Oikarinen * @@ -22,7 +22,7 @@ */ /** @file * @brief Message-of-the-day manipulation interface and declarations. - * @version $Id: motd.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: motd.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_motd_h #define INCLUDED_motd_h Index: ircd-ircdev/include/msg.h diff -u ircd-ircdev/include/msg.h:1.8 ircd-ircdev/include/msg.h:1.9 --- ircd-ircdev/include/msg.h:1.8 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/msg.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/msg.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Command and token declarations and structures. - * @version $Id: msg.h,v 1.8 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: msg.h,v 1.9 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_msg_h #define INCLUDED_msg_h Index: ircd-ircdev/include/msgq.h diff -u ircd-ircdev/include/msgq.h:1.4 ircd-ircdev/include/msgq.h:1.5 --- ircd-ircdev/include/msgq.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/msgq.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/msgq.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Outbound message queue interface and declarations. - * @version $Id: msgq.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: msgq.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_msgq_h #define INCLUDED_msgq_h Index: ircd-ircdev/include/numeric.h diff -u ircd-ircdev/include/numeric.h:1.8 ircd-ircdev/include/numeric.h:1.9 --- ircd-ircdev/include/numeric.h:1.8 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/numeric.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/numeric.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Declarations of numeric replies and supporting functions. - * @version $Id: numeric.h,v 1.8 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: numeric.h,v 1.9 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_numeric_h #define INCLUDED_numeric_h Index: ircd-ircdev/include/numnicks.h diff -u ircd-ircdev/include/numnicks.h:1.4 ircd-ircdev/include/numnicks.h:1.5 --- ircd-ircdev/include/numnicks.h:1.4 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/numnicks.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/numnicks.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1996-1997 Carlo Wood * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface for numeric nickname functions. - * @version $Id: numnicks.h,v 1.4 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: numnicks.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_numnicks_h #define INCLUDED_numnicks_h Index: ircd-ircdev/include/opercmds.h diff -u ircd-ircdev/include/opercmds.h:1.3 ircd-ircdev/include/opercmds.h:1.4 --- ircd-ircdev/include/opercmds.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/opercmds.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/opercmds.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file opercmds.h * @brief Declarations of AsLL ping helper commands. - * @version $Id: opercmds.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: opercmds.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_opercmds_h #define INCLUDED_opercmds_h Index: ircd-ircdev/include/packet.h diff -u ircd-ircdev/include/packet.h:1.3 ircd-ircdev/include/packet.h:1.4 --- ircd-ircdev/include/packet.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/packet.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/packet.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file packet.h * @brief Declarations for packet handling functions. - * @version $Id: packet.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: packet.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_packet_h #define INCLUDED_packet_h Index: ircd-ircdev/include/parse.h diff -u ircd-ircdev/include/parse.h:1.4 ircd-ircdev/include/parse.h:1.5 --- ircd-ircdev/include/parse.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/parse.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/parse.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file parse.h * @brief Declarations for parsing input from users and other servers. - * @version $Id: parse.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: parse.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_parse_h #define INCLUDED_parse_h Index: ircd-ircdev/include/patchlevel.h diff -u ircd-ircdev/include/patchlevel.h:1.16 ircd-ircdev/include/patchlevel.h:1.17 --- ircd-ircdev/include/patchlevel.h:1.16 Wed Jan 5 03:58:34 2005 +++ ircd-ircdev/include/patchlevel.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/patchlevel.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: patchlevel.h,v 1.16 2005/01/05 11:58:34 zolty Exp $ + * $Id: patchlevel.h,v 1.17 2005/01/10 12:22:00 zolty Exp $ * */ #define PATCHLEVEL ".alpha15" Index: ircd-ircdev/include/querycmds.h diff -u ircd-ircdev/include/querycmds.h:1.4 ircd-ircdev/include/querycmds.h:1.5 --- ircd-ircdev/include/querycmds.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/querycmds.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/querycmds.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface and declarations for client counting functions. - * @version $Id: querycmds.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: querycmds.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_querycmds_h #define INCLUDED_querycmds_h Index: ircd-ircdev/include/random.h diff -u ircd-ircdev/include/random.h:1.3 ircd-ircdev/include/random.h:1.4 --- ircd-ircdev/include/random.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/random.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/random.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file random.h * @brief 32-bit pseudo-random number generator interface. - * @version $Id: random.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: random.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_random_h #define INCLUDED_random_h Index: ircd-ircdev/include/res.h diff -u ircd-ircdev/include/res.h:1.6 ircd-ircdev/include/res.h:1.7 --- ircd-ircdev/include/res.h:1.6 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/include/res.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/res.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey <to...@in...> * Copyright (C) 1992 Darren Reed * @@ -22,7 +22,7 @@ */ /** @file * @brief IRC resolver API. - * @version $Id: res.h,v 1.6 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: res.h,v 1.7 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_res_h Index: ircd-ircdev/include/s_auth.h diff -u ircd-ircdev/include/s_auth.h:1.3 ircd-ircdev/include/s_auth.h:1.4 --- ircd-ircdev/include/s_auth.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_auth.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_auth.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1992 Darren Reed * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Interface for DNS and ident lookups. - * @version $Id: s_auth.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_auth.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_auth_h #define INCLUDED_s_auth_h Index: ircd-ircdev/include/s_bsd.h diff -u ircd-ircdev/include/s_bsd.h:1.5 ircd-ircdev/include/s_bsd.h:1.6 --- ircd-ircdev/include/s_bsd.h:1.5 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/include/s_bsd.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_bsd.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file s_bsd.h * @brief Wrapper functions to avoid direct use of BSD APIs. - * @version $Id: s_bsd.h,v 1.5 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: s_bsd.h,v 1.6 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_bsd_h #define INCLUDED_s_bsd_h Index: ircd-ircdev/include/s_conf.h diff -u ircd-ircdev/include/s_conf.h:1.7 ircd-ircdev/include/s_conf.h:1.8 --- ircd-ircdev/include/s_conf.h:1.7 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_conf.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_conf.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file s_conf.h * @brief ircd configuration file API. - * @version $Id: s_conf.h,v 1.7 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_conf.h,v 1.8 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_conf_h #define INCLUDED_s_conf_h Index: ircd-ircdev/include/s_debug.h diff -u ircd-ircdev/include/s_debug.h:1.3 ircd-ircdev/include/s_debug.h:1.4 --- ircd-ircdev/include/s_debug.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_debug.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_debug.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /* @file s_debug.h * @brief Debug APIs for the ircd. - * @version $Id: s_debug.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_debug.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_debug_h #define INCLUDED_s_debug_h Index: ircd-ircdev/include/s_misc.h diff -u ircd-ircdev/include/s_misc.h:1.3 ircd-ircdev/include/s_misc.h:1.4 --- ircd-ircdev/include/s_misc.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_misc.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_misc.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file s_misc.h * @brief Miscellaneous support functions and declarations. - * @version $Id: s_misc.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_misc.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_misc_h #define INCLUDED_s_misc_h Index: ircd-ircdev/include/s_numeric.h diff -u ircd-ircdev/include/s_numeric.h:1.3 ircd-ircdev/include/s_numeric.h:1.4 --- ircd-ircdev/include/s_numeric.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_numeric.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_numeric.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file s_numeric.h * @brief Send a numeric message to a client. - * @version $Id: s_numeric.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_numeric.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_numeric_h #define INCLUDED_s_numeric_h Index: ircd-ircdev/include/s_serv.h diff -u ircd-ircdev/include/s_serv.h:1.4 ircd-ircdev/include/s_serv.h:1.5 --- ircd-ircdev/include/s_serv.h:1.4 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_serv.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_serv.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file s_serv.h * @brief Miscellaneous server support functions. - * @version $Id: s_serv.h,v 1.4 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_serv.h,v 1.5 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_serv_h #define INCLUDED_s_serv_h Index: ircd-ircdev/include/s_stats.h diff -u ircd-ircdev/include/s_stats.h:1.3 ircd-ircdev/include/s_stats.h:1.4 --- ircd-ircdev/include/s_stats.h:1.3 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_stats.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_stats.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Joseph Bongaarts * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Report configuration lines and other statistics from this server. - * @version $Id: s_stats.h,v 1.3 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_stats.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_stats_h #define INCLUDED_s_stats_h Index: ircd-ircdev/include/s_user.h diff -u ircd-ircdev/include/s_user.h:1.5 ircd-ircdev/include/s_user.h:1.6 --- ircd-ircdev/include/s_user.h:1.5 Wed Nov 24 08:00:43 2004 +++ ircd-ircdev/include/s_user.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/s_user.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file s_user.h * @brief Miscellaneous user-related helper functions. - * @version $Id: s_user.h,v 1.5 2004/11/24 16:00:43 zolty Exp $ + * @version $Id: s_user.h,v 1.6 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_s_user_h #define INCLUDED_s_user_h Index: ircd-ircdev/include/send.h diff -u ircd-ircdev/include/send.h:1.5 ircd-ircdev/include/send.h:1.6 --- ircd-ircdev/include/send.h:1.5 Tue Dec 28 03:15:44 2004 +++ ircd-ircdev/include/send.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/send.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file send.h * @brief Send messages to certain targets. - * @version $Id: send.h,v 1.5 2004/12/28 11:15:44 zolty Exp $ + * @version $Id: send.h,v 1.6 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_send_h #define INCLUDED_send_h Index: ircd-ircdev/include/struct.h diff -u ircd-ircdev/include/struct.h:1.6 ircd-ircdev/include/struct.h:1.7 --- ircd-ircdev/include/struct.h:1.6 Wed Nov 24 08:00:44 2004 +++ ircd-ircdev/include/struct.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/struct.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1996-1997 Carlo Wood * Copyright (C) 1990 Jarkko Oikarinen * @@ -22,7 +22,7 @@ */ /** @file * @brief Structure definitions for users and servers. - * @version $Id: struct.h,v 1.6 2004/11/24 16:00:44 zolty Exp $ + * @version $Id: struct.h,v 1.7 2005/01/10 12:22:00 zolty Exp $ */ #ifndef INCLUDED_struct_h #define INCLUDED_struct_h Index: ircd-ircdev/include/supported.h diff -u ircd-ircdev/include/supported.h:1.6 ircd-ircdev/include/supported.h:1.7 --- ircd-ircdev/include/supported.h:1.6 Wed Nov 24 08:00:44 2004 +++ ircd-ircdev/include/supported.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/supported.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Perry Lorier * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: supported.h,v 1.6 2004/11/24 16:00:44 zolty Exp $ + * $Id: supported.h,v 1.7 2005/01/10 12:22:00 zolty Exp $ * */ #ifndef INCLUDED_supported_h Index: ircd-ircdev/include/sys.h diff -u ircd-ircdev/include/sys.h:1.3 ircd-ircdev/include/sys.h:1.4 --- ircd-ircdev/include/sys.h:1.3 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/include/sys.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/sys.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Jarkko Oikarinen * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: sys.h,v 1.3 2005/01/05 11:58:35 zolty Exp $ + * $Id: sys.h,v 1.4 2005/01/10 12:22:00 zolty Exp $ * */ #ifndef INCLUDED_sys_h Index: ircd-ircdev/include/umkpasswd.h diff -u ircd-ircdev/include/umkpasswd.h:1.1 ircd-ircdev/include/umkpasswd.h:1.2 --- ircd-ircdev/include/umkpasswd.h:1.1 Wed Nov 24 08:00:44 2004 +++ ircd-ircdev/include/umkpasswd.h Mon Jan 10 04:22:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/umkpasswd.h * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 hikari * * This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - *... [truncated message content] |