[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-01-10 12:24:23
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-01-10 12:23:15 UTC Modified files: ircd/IPcheck.c ircd/channel.c ircd/class.c ircd/client.c ircd/crule.c ircd/dbuf.c ircd/ddb.c ircd/destruct_event.c ircd/engine_devpoll.c ircd/engine_epoll.c ircd/engine_kqueue.c ircd/engine_poll.c ircd/engine_select.c ircd/fileio.c ircd/gline.c ircd/hash.c ircd/ircd.c ircd/ircd_alloc.c ircd/ircd_auth.c ircd/ircd_crypt.c ircd/ircd_crypt_native.c ircd/ircd_crypt_plain.c ircd/ircd_crypt_smd5.c ircd/ircd_events.c ircd/ircd_features.c ircd/ircd_log.c ircd/ircd_md5.c ircd/ircd_relay.c ircd/ircd_reply.c ircd/ircd_res.c ircd/ircd_reslib.c ircd/ircd_signal.c ircd/ircd_snprintf.c ircd/ircd_string.c ircd/ircd_tea.c ircd/jupe.c ircd/list.c ircd/listener.c ircd/m_account.c ircd/m_admin.c ircd/m_asll.c ircd/m_away.c ircd/m_burst.c ircd/m_cap.c ircd/m_clearmode.c ircd/m_close.c ircd/m_connect.c ircd/m_cprivmsg.c ircd/m_create.c ircd/m_db.c ircd/m_dbq.c ircd/m_defaults.c ircd/m_destruct.c ircd/m_desynch.c ircd/m_die.c ircd/m_endburst.c ircd/m_error.c ircd/m_get.c ircd/m_gline.c ircd/m_help.c ircd/m_info.c ircd/m_invite.c ircd/m_ison.c ircd/m_join.c ircd/m_jupe.c ircd/m_kick.c ircd/m_kill.c ircd/m_links.c ircd/m_list.c ircd/m_lusers.c ircd/m_map.c ircd/m_mode.c ircd/m_motd.c ircd/m_names.c ircd/m_nick.c ircd/m_notice.c ircd/m_oper.c ircd/m_opmode.c ircd/m_part.c ircd/m_pass.c ircd/m_ping.c ircd/m_pong.c ircd/m_privmsg.c ircd/m_privs.c ircd/m_proto.c ircd/m_pseudo.c ircd/m_quit.c ircd/m_rehash.c ircd/m_reset.c ircd/m_restart.c ircd/m_rping.c ircd/m_rpong.c ircd/m_server.c ircd/m_set.c ircd/m_settime.c ircd/m_silence.c ircd/m_squit.c ircd/m_stats.c ircd/m_time.c ircd/m_tmpl.c ircd/m_topic.c ircd/m_trace.c ircd/m_uping.c ircd/m_user.c ircd/m_userhost.c ircd/m_userip.c ircd/m_users.c ircd/m_version.c ircd/m_wallchops.c ircd/m_wallops.c ircd/m_wallusers.c ircd/m_wallvoices.c ircd/m_watch.c ircd/m_who.c ircd/m_whois.c ircd/m_whowas.c ircd/match.c ircd/memdebug.c ircd/motd.c ircd/msgq.c ircd/numnicks.c ircd/opercmds.c ircd/os_generic.c ircd/packet.c ircd/parse.c ircd/querycmds.c ircd/random.c ircd/s_auth.c ircd/s_bsd.c ircd/s_conf.c ircd/s_debug.c ircd/s_err.c ircd/s_misc.c ircd/s_numeric.c ircd/s_serv.c ircd/s_stats.c ircd/s_user.c ircd/send.c ircd/table_gen.c ircd/umkpasswd.c ircd/uping.c ircd/userload.c ircd/watch.c ircd/whocmds.c ircd/whowas.c Log message: Actualizacion anio 2005 en los copyrights. ---------------------- diff included ---------------------- Index: ircd-ircdev/ircd/IPcheck.c diff -u ircd-ircdev/ircd/IPcheck.c:1.7 ircd-ircdev/ircd/IPcheck.c:1.8 --- ircd-ircdev/ircd/IPcheck.c:1.7 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/IPcheck.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/IPcheck.c * - * 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 Code to count users connected from particular IP addresses. - * @version $Id: IPcheck.c,v 1.7 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: IPcheck.c,v 1.8 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/channel.c diff -u ircd-ircdev/ircd/channel.c:1.10 ircd-ircdev/ircd/channel.c:1.11 --- ircd-ircdev/ircd/channel.c:1.10 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/channel.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/channel.c * - * 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 Channel management and maintanance - * @version $Id: channel.c,v 1.10 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: channel.c,v 1.11 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/class.c diff -u ircd-ircdev/ircd/class.c:1.5 ircd-ircdev/ircd/class.c:1.6 --- ircd-ircdev/ircd/class.c:1.5 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/class.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/class.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1993 Darren Reed * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Implementation of connection class handling functions. - * @version $Id: class.c,v 1.5 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: class.c,v 1.6 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/client.c diff -u ircd-ircdev/ircd/client.c:1.6 ircd-ircdev/ircd/client.c:1.7 --- ircd-ircdev/ircd/client.c:1.6 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/client.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/client.c * - * 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 * @brief Implementation of functions for handling local clients. - * @version $Id: client.c,v 1.6 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: client.c,v 1.7 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/crule.c diff -u ircd-ircdev/ircd/crule.c:1.3 ircd-ircdev/ircd/crule.c:1.4 --- ircd-ircdev/ircd/crule.c:1.3 Wed Nov 24 08:06:14 2004 +++ ircd-ircdev/ircd/crule.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/crule.c * - * 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 @@ -21,7 +21,7 @@ /** * @file * @brief Connection rule parser and checker - * @version $Id: crule.c,v 1.3 2004/11/24 16:06:14 zolty Exp $ + * @version $Id: crule.c,v 1.4 2005/01/10 12:22:58 zolty Exp $ * * by Tony Vencill (Tonto on IRC) <ve...@bg...> * Index: ircd-ircdev/ircd/dbuf.c diff -u ircd-ircdev/ircd/dbuf.c:1.4 ircd-ircdev/ircd/dbuf.c:1.5 --- ircd-ircdev/ircd/dbuf.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/dbuf.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/dbuf.c * - * 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 Implementation of functions dealing with data buffers. - * @version $Id: dbuf.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: dbuf.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ddb.c diff -u ircd-ircdev/ircd/ddb.c:1.2 ircd-ircdev/ircd/ddb.c:1.3 --- ircd-ircdev/ircd/ddb.c:1.2 Tue Nov 16 09:58:47 2004 +++ ircd-ircdev/ircd/ddb.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ddb.c * - * 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.c,v 1.2 2004/11/16 17:58:47 zolty Exp $ + * $Id: ddb.c,v 1.3 2005/01/10 12:22:58 zolty Exp $ * */ #include "config.h" Index: ircd-ircdev/ircd/destruct_event.c diff -u ircd-ircdev/ircd/destruct_event.c:1.4 ircd-ircdev/ircd/destruct_event.c:1.5 --- ircd-ircdev/ircd/destruct_event.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/destruct_event.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/destruct_event.c * - * 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 Implementation of timed channel destruction events. - * @version $Id: destruct_event.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: destruct_event.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/engine_devpoll.c diff -u ircd-ircdev/ircd/engine_devpoll.c:1.4 ircd-ircdev/ircd/engine_devpoll.c:1.5 --- ircd-ircdev/ircd/engine_devpoll.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/engine_devpoll.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/engine_devpoll.c * - * 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 Solaris /dev/poll event engine. - * @version $Id: engine_devpoll.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: engine_devpoll.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/engine_epoll.c diff -u ircd-ircdev/ircd/engine_epoll.c:1.6 ircd-ircdev/ircd/engine_epoll.c:1.7 --- ircd-ircdev/ircd/engine_epoll.c:1.6 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/engine_epoll.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/engine_epoll.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2003 Michael Poole <md...@tr...> * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ */ /** @file * @brief Linux epoll_*() event engine. - * @version $Id: engine_epoll.c,v 1.6 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: engine_epoll.c,v 1.7 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/engine_kqueue.c diff -u ircd-ircdev/ircd/engine_kqueue.c:1.4 ircd-ircdev/ircd/engine_kqueue.c:1.5 --- ircd-ircdev/ircd/engine_kqueue.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/engine_kqueue.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/engine_kqueue.c * - * 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 FreeBSD kqueue()/kevent() event engine. - * @version $Id: engine_kqueue.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: engine_kqueue.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/engine_poll.c diff -u ircd-ircdev/ircd/engine_poll.c:1.4 ircd-ircdev/ircd/engine_poll.c:1.5 --- ircd-ircdev/ircd/engine_poll.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/engine_poll.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/engine_poll.c * - * 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 POSIX poll() event engine. - * @version $Id: engine_poll.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: engine_poll.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/engine_select.c diff -u ircd-ircdev/ircd/engine_select.c:1.4 ircd-ircdev/ircd/engine_select.c:1.5 --- ircd-ircdev/ircd/engine_select.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/engine_select.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/engine_select.c * - * 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 BSD sockets select() event engine. - * @version $Id: engine_select.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: engine_select.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/fileio.c diff -u ircd-ircdev/ircd/fileio.c:1.4 ircd-ircdev/ircd/fileio.c:1.5 --- ircd-ircdev/ircd/fileio.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/fileio.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/fileio.c * - * 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 * @brief ANSI FILE* clone API implementation. - * @version $Id: fileio.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: fileio.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/gline.c diff -u ircd-ircdev/ircd/gline.c:1.10 ircd-ircdev/ircd/gline.c:1.11 --- ircd-ircdev/ircd/gline.c:1.10 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/gline.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/gline.c * - * 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 Implementation of Gline manipulation functions. - * @version $Id: gline.c,v 1.10 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: gline.c,v 1.11 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/hash.c diff -u ircd-ircdev/ircd/hash.c:1.5 ircd-ircdev/ircd/hash.c:1.6 --- ircd-ircdev/ircd/hash.c:1.5 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/hash.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/hash.c * - * 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. - * @version $Id: hash.c,v 1.5 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: hash.c,v 1.6 2005/01/10 12:22:58 zolty Exp $ * * This file used to use some very complicated hash function. Now it * uses CRC-32, but effectively remaps each input byte according to a Index: ircd-ircdev/ircd/ircd.c diff -u ircd-ircdev/ircd/ircd.c:1.10 ircd-ircdev/ircd/ircd.c:1.11 --- ircd-ircdev/ircd/ircd.c:1.10 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/ircd.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd.c * - * 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 Entry point and other initialization functions for the daemon. - * @version $Id: ircd.c,v 1.10 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: ircd.c,v 1.11 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_alloc.c diff -u ircd-ircdev/ircd/ircd_alloc.c:1.4 ircd-ircdev/ircd/ircd_alloc.c:1.5 --- ircd-ircdev/ircd/ircd_alloc.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_alloc.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_alloc.c * - * 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.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_alloc.c,v 1.5 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_auth.c diff -u ircd-ircdev/ircd/ircd_auth.c:1.3 ircd-ircdev/ircd/ircd_auth.c:1.4 --- ircd-ircdev/ircd/ircd_auth.c:1.3 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/ircd_auth.c Mon Jan 10 04:22:58 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_iauth.c * - * 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 IAuth client implementation for an IRC server. - * @version $Id: ircd_auth.c,v 1.3 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: ircd_auth.c,v 1.4 2005/01/10 12:22:58 zolty Exp $ */ #include "config.h" #include "client.h" Index: ircd-ircdev/ircd/ircd_crypt.c diff -u ircd-ircdev/ircd/ircd_crypt.c:1.2 ircd-ircdev/ircd/ircd_crypt.c:1.3 --- ircd-ircdev/ircd/ircd_crypt.c:1.2 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_crypt.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_crypt.c * - * 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 @@ -22,7 +22,7 @@ /** * @file * @brief Core password encryption routines. - * @version $Id: ircd_crypt.c,v 1.2 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_crypt.c,v 1.3 2005/01/10 12:22:59 zolty Exp $ * * This is a new look crypto API for ircu, it can handle different * password formats by the grace of magic tokens at the begining of the Index: ircd-ircdev/ircd/ircd_crypt_native.c diff -u ircd-ircdev/ircd/ircd_crypt_native.c:1.2 ircd-ircdev/ircd/ircd_crypt_native.c:1.3 --- ircd-ircdev/ircd/ircd_crypt_native.c:1.2 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_crypt_native.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_crypt_native.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990-1991 Armin Gruner * * This program is free software; you can redistribute it and/or modify @@ -22,7 +22,7 @@ /** * @file * @brief Native crypt() function routines - * @version $Id: ircd_crypt_native.c,v 1.2 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_crypt_native.c,v 1.3 2005/01/10 12:22:59 zolty Exp $ * * Routines for handling passwords encrypted with the system's native crypt() * function (typicaly a DES encryption routine, but can be anything nowdays). Index: ircd-ircdev/ircd/ircd_crypt_plain.c diff -u ircd-ircdev/ircd/ircd_crypt_plain.c:1.2 ircd-ircdev/ircd/ircd_crypt_plain.c:1.3 --- ircd-ircdev/ircd/ircd_crypt_plain.c:1.2 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_crypt_plain.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_crypt_plain.c * - * 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 @@ -22,7 +22,7 @@ /** * @file * @brief Routines for PLAIN passwords. - * @version $Id: ircd_crypt_plain.c,v 1.2 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_crypt_plain.c,v 1.3 2005/01/10 12:22:59 zolty Exp $ * * PLAIN text encryption. Oxymoron and a half that. */ Index: ircd-ircdev/ircd/ircd_crypt_smd5.c diff -u ircd-ircdev/ircd/ircd_crypt_smd5.c:1.2 ircd-ircdev/ircd/ircd_crypt_smd5.c:1.3 --- ircd-ircdev/ircd/ircd_crypt_smd5.c:1.2 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_crypt_smd5.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_crypt_smd5.c * - * 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 @@ -22,7 +22,7 @@ /** * @file * @brief Routines for Salted MD5 passwords - * @version $Id: ircd_crypt_smd5.c,v 1.2 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_crypt_smd5.c,v 1.3 2005/01/10 12:22:59 zolty Exp $ * * ircd_crypt_smd5 is largely taken from md5_crypt.c from the Linux PAM * source code. it's been modified to fit in with ircu and some of the Index: ircd-ircdev/ircd/ircd_events.c diff -u ircd-ircdev/ircd/ircd_events.c:1.5 ircd-ircdev/ircd/ircd_events.c:1.6 --- ircd-ircdev/ircd/ircd_events.c:1.5 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_events.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_events.c * - * 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 Implementation of event loop mid-layer. - * @version $Id: ircd_events.c,v 1.5 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_events.c,v 1.6 2005/01/10 12:22:59 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_features.c diff -u ircd-ircdev/ircd/ircd_features.c:1.9 ircd-ircdev/ircd/ircd_features.c:1.10 --- ircd-ircdev/ircd/ircd_features.c:1.9 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_features.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_features.c * - * 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 Implementation of configurable feature support. - * @version $Id: ircd_features.c,v 1.9 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_features.c,v 1.10 2005/01/10 12:22:59 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_log.c diff -u ircd-ircdev/ircd/ircd_log.c:1.5 ircd-ircdev/ircd/ircd_log.c:1.6 --- ircd-ircdev/ircd/ircd_log.c:1.5 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_log.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_log.c * - * 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) 1999 Thomas Helvey <to...@in...> * @@ -22,7 +22,7 @@ */ /** @file * @brief IRC logging implementation. - * @version $Id: ircd_log.c,v 1.5 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_log.c,v 1.6 2005/01/10 12:22:59 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_md5.c diff -u ircd-ircdev/ircd/ircd_md5.c:1.1 ircd-ircdev/ircd/ircd_md5.c:1.2 --- ircd-ircdev/ircd/ircd_md5.c:1.1 Wed Nov 24 08:05:01 2004 +++ ircd-ircdev/ircd/ircd_md5.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_md5.c * - * 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 @@ -39,7 +39,7 @@ */ /** @file * @brief MD5 implementation for ircu. - * @version $Id: ircd_md5.c,v 1.1 2004/11/24 16:05:01 zolty Exp $ + * @version $Id: ircd_md5.c,v 1.2 2005/01/10 12:22:59 zolty Exp $ */ #include <string.h> Index: ircd-ircdev/ircd/ircd_relay.c diff -u ircd-ircdev/ircd/ircd_relay.c:1.7 ircd-ircdev/ircd/ircd_relay.c:1.8 --- ircd-ircdev/ircd/ircd_relay.c:1.7 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_relay.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_relay.c * - * 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 Helper functions to relay various types of messages. - * @version $Id: ircd_relay.c,v 1.7 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_relay.c,v 1.8 2005/01/10 12:22:59 zolty Exp $ * * There are four basic types of messages, each with four subtypes. * Index: ircd-ircdev/ircd/ircd_reply.c diff -u ircd-ircdev/ircd/ircd_reply.c:1.4 ircd-ircdev/ircd/ircd_reply.c:1.5 --- ircd-ircdev/ircd/ircd_reply.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_reply.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_reply.c * - * 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 Implementation of functions to send common replies to users. - * @version $Id: ircd_reply.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_reply.c,v 1.5 2005/01/10 12:22:59 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_res.c diff -u ircd-ircdev/ircd/ircd_res.c:1.3 ircd-ircdev/ircd/ircd_res.c:1.4 --- ircd-ircdev/ircd/ircd_res.c:1.3 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/ircd_res.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_res.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2003 cryogen and Dianora * Copyright (C) 1999 Thomas Helvey * Copyright (C) 1992 Darren Reed @@ -41,7 +41,7 @@ */ /** @file * @brief IRC resolver functions. - * @version $Id: ircd_res.c,v 1.3 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: ircd_res.c,v 1.4 2005/01/10 12:22:59 zolty Exp $ */ #include "client.h" #include "ircd_alloc.h" Index: ircd-ircdev/ircd/ircd_reslib.c diff -u ircd-ircdev/ircd/ircd_reslib.c:1.1 ircd-ircdev/ircd/ircd_reslib.c:1.2 --- ircd-ircdev/ircd/ircd_reslib.c:1.1 Wed Nov 24 08:05:01 2004 +++ ircd-ircdev/ircd/ircd_reslib.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_reslib.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1996-1999 by Internet Software Consortium * Copyright (C) 1993 by Digital Equipment Corporation * Copyright (C) 1985-1993 The Regents of the University of California @@ -122,7 +122,7 @@ /** @file * @brief DNS resolver library functions. - * @version $Id: ircd_reslib.c,v 1.1 2004/11/24 16:05:01 zolty Exp $ + * @version $Id: ircd_reslib.c,v 1.2 2005/01/10 12:22:59 zolty Exp $ */ /** Array of nameserver addresses. */ Index: ircd-ircdev/ircd/ircd_signal.c diff -u ircd-ircdev/ircd/ircd_signal.c:1.4 ircd-ircdev/ircd/ircd_signal.c:1.5 --- ircd-ircdev/ircd/ircd_signal.c:1.4 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_signal.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_signal.c * - * 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 Signal handlers for ircu. - * @version $Id: ircd_signal.c,v 1.4 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_signal.c,v 1.5 2005/01/10 12:22:59 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_snprintf.c diff -u ircd-ircdev/ircd/ircd_snprintf.c:1.5 ircd-ircdev/ircd/ircd_snprintf.c:1.6 --- ircd-ircdev/ircd/ircd_snprintf.c:1.5 Tue Dec 28 03:15:45 2004 +++ ircd-ircdev/ircd/ircd_snprintf.c Mon Jan 10 04:22:59 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_snprintf.c * - * 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 implementation. - * @version $Id: ircd_snprintf.c,v 1.5 2004/12/28 11:15:45 zolty Exp $ + * @version $Id: ircd_snprintf.c,v 1.6 2005/01/10 12:22:59 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_string.c diff -u ircd-ircdev/ircd/ircd_string.c:1.6 ircd-ircdev/ircd/ircd_string.c:1.7 --- ircd-ircdev/ircd/ircd_string.c:1.6 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/ircd_string.c Mon Jan 10 04:23:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_string.c * - * 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 Implementation of string operations. - * @version $Id: ircd_string.c,v 1.6 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: ircd_string.c,v 1.7 2005/01/10 12:23:00 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/ircd_tea.c diff -u ircd-ircdev/ircd/ircd_tea.c:1.2 ircd-ircdev/ircd/ircd_tea.c:1.3 --- ircd-ircdev/ircd/ircd_tea.c:1.2 Sun Feb 22 08:11:42 2004 +++ ircd-ircdev/ircd/ircd_tea.c Mon Jan 10 04:23:00 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/ircd_tea.c * - * 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: ircd_tea.c,v 1.2 2004/02/22 16:11:42 zolty Exp $ + * $Id: ircd_tea.c,v 1.3 2005/01/10 12:23:00 zolty Exp $ * */ #include "config.h" Index: ircd-ircdev/ircd/jupe.c diff -u ircd-ircdev/ircd/jupe.c:1.5 ircd-ircdev/ircd/jupe.c:1.6 --- ircd-ircdev/ircd/jupe.c:1.5 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/jupe.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/jupe.c * - * 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 Implementation of juped server handling functions. - * @version $Id: jupe.c,v 1.5 2004/12/28 11:15:46 zolty Exp $ + * @version $Id: jupe.c,v 1.6 2005/01/10 12:23:01 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/list.c diff -u ircd-ircdev/ircd/list.c:1.5 ircd-ircdev/ircd/list.c:1.6 --- ircd-ircdev/ircd/list.c:1.5 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/list.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/list.c * - * 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 Singly and doubly linked list manipulation implementation. - * @version $Id: list.c,v 1.5 2004/12/28 11:15:46 zolty Exp $ + * @version $Id: list.c,v 1.6 2005/01/10 12:23:01 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/listener.c diff -u ircd-ircdev/ircd/listener.c:1.7 ircd-ircdev/ircd/listener.c:1.8 --- ircd-ircdev/ircd/listener.c:1.7 Wed Jan 5 03:58:35 2005 +++ ircd-ircdev/ircd/listener.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/listener.c * - * 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 Implementation for handling listening sockets. - * @version $Id: listener.c,v 1.7 2005/01/05 11:58:35 zolty Exp $ + * @version $Id: listener.c,v 1.8 2005/01/10 12:23:01 zolty Exp $ */ #include "config.h" Index: ircd-ircdev/ircd/m_account.c diff -u ircd-ircdev/ircd/m_account.c:1.6 ircd-ircdev/ircd/m_account.c:1.7 --- ircd-ircdev/ircd/m_account.c:1.6 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_account.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_account.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 Kevin L. Mitchell <kl...@mi...> * * 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: m_account.c,v 1.6 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_account.c,v 1.7 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_admin.c diff -u ircd-ircdev/ircd/m_admin.c:1.4 ircd-ircdev/ircd/m_admin.c:1.5 --- ircd-ircdev/ircd/m_admin.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_admin.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_admin.c * - * 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: m_admin.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_admin.c,v 1.5 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_asll.c diff -u ircd-ircdev/ircd/m_asll.c:1.3 ircd-ircdev/ircd/m_asll.c:1.4 --- ircd-ircdev/ircd/m_asll.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_asll.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_asll.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 Alex Badea <va...@p1...> * * 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: m_asll.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_asll.c,v 1.4 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_away.c diff -u ircd-ircdev/ircd/m_away.c:1.5 ircd-ircdev/ircd/m_away.c:1.6 --- ircd-ircdev/ircd/m_away.c:1.5 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_away.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_away.c * - * 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: m_away.c,v 1.5 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_away.c,v 1.6 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_burst.c diff -u ircd-ircdev/ircd/m_burst.c:1.6 ircd-ircdev/ircd/m_burst.c:1.7 --- ircd-ircdev/ircd/m_burst.c:1.6 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_burst.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_burst.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1995-1997 Carlo Wood <ca...@ru...> * Copyright (C) 1990 Jarkko Oikarinen * @@ -19,7 +19,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: m_burst.c,v 1.6 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_burst.c,v 1.7 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_cap.c diff -u ircd-ircdev/ircd/m_cap.c:1.1 ircd-ircdev/ircd/m_cap.c:1.2 --- ircd-ircdev/ircd/m_cap.c:1.1 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_cap.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_cap.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 @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * - * $Id: m_cap.c,v 1.1 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_cap.c,v 1.2 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_clearmode.c diff -u ircd-ircdev/ircd/m_clearmode.c:1.6 ircd-ircdev/ircd/m_clearmode.c:1.7 --- ircd-ircdev/ircd/m_clearmode.c:1.6 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_clearmode.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_clearmode.c * - * 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 @@ -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: m_clearmode.c,v 1.6 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_clearmode.c,v 1.7 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_close.c diff -u ircd-ircdev/ircd/m_close.c:1.3 ircd-ircdev/ircd/m_close.c:1.4 --- ircd-ircdev/ircd/m_close.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_close.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_close.c * - * 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 @@ -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: m_close.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_close.c,v 1.4 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_connect.c diff -u ircd-ircdev/ircd/m_connect.c:1.5 ircd-ircdev/ircd/m_connect.c:1.6 --- ircd-ircdev/ircd/m_connect.c:1.5 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_connect.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_connect.c * - * 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: m_connect.c,v 1.5 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_connect.c,v 1.6 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_cprivmsg.c diff -u ircd-ircdev/ircd/m_cprivmsg.c:1.3 ircd-ircdev/ircd/m_cprivmsg.c:1.4 --- ircd-ircdev/ircd/m_cprivmsg.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_cprivmsg.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_cprivmsg.c * - * 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: m_cprivmsg.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_cprivmsg.c,v 1.4 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_create.c diff -u ircd-ircdev/ircd/m_create.c:1.4 ircd-ircdev/ircd/m_create.c:1.5 --- ircd-ircdev/ircd/m_create.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_create.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_create.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1995-1997 Carlo Wood <ca...@ru...> * * 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: m_create.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_create.c,v 1.5 2005/01/10 12:23:01 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_db.c diff -u ircd-ircdev/ircd/m_db.c:1.1 ircd-ircdev/ircd/m_db.c:1.2 --- ircd-ircdev/ircd/m_db.c:1.1 Tue Nov 16 09:58:47 2004 +++ ircd-ircdev/ircd/m_db.c Mon Jan 10 04:23:01 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_db.c * - * 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: m_db.c,v 1.1 2004/11/16 17:58:47 zolty Exp $ + * $Id: m_db.c,v 1.2 2005/01/10 12:23:01 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_dbq.c diff -u ircd-ircdev/ircd/m_dbq.c:1.1 ircd-ircdev/ircd/m_dbq.c:1.2 --- ircd-ircdev/ircd/m_dbq.c:1.1 Tue Nov 16 09:58:47 2004 +++ ircd-ircdev/ircd/m_dbq.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_dbq.c * - * 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: m_dbq.c,v 1.1 2004/11/16 17:58:47 zolty Exp $ + * $Id: m_dbq.c,v 1.2 2005/01/10 12:23:02 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_defaults.c diff -u ircd-ircdev/ircd/m_defaults.c:1.3 ircd-ircdev/ircd/m_defaults.c:1.4 --- ircd-ircdev/ircd/m_defaults.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_defaults.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_defaults.c * - * 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 @@ -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: m_defaults.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_defaults.c,v 1.4 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_destruct.c diff -u ircd-ircdev/ircd/m_destruct.c:1.4 ircd-ircdev/ircd/m_destruct.c:1.5 --- ircd-ircdev/ircd/m_destruct.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_destruct.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_destruct.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1995-1997 Carlo Wood <ca...@ru...> * * 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: m_destruct.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_destruct.c,v 1.5 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_desynch.c diff -u ircd-ircdev/ircd/m_desynch.c:1.3 ircd-ircdev/ircd/m_desynch.c:1.4 --- ircd-ircdev/ircd/m_desynch.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_desynch.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_desynch.c * - * 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 <ca...@ru...> * * 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: m_desynch.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_desynch.c,v 1.4 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_die.c diff -u ircd-ircdev/ircd/m_die.c:1.3 ircd-ircdev/ircd/m_die.c:1.4 --- ircd-ircdev/ircd/m_die.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_die.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_die.c * - * 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: m_die.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_die.c,v 1.4 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_endburst.c diff -u ircd-ircdev/ircd/m_endburst.c:1.4 ircd-ircdev/ircd/m_endburst.c:1.5 --- ircd-ircdev/ircd/m_endburst.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_endburst.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_endburst.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1996 Carlo Wood <ca...@ru...> * * 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: m_endburst.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_endburst.c,v 1.5 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_error.c diff -u ircd-ircdev/ircd/m_error.c:1.4 ircd-ircdev/ircd/m_error.c:1.5 --- ircd-ircdev/ircd/m_error.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_error.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_error.c * - * 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: m_error.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_error.c,v 1.5 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_get.c diff -u ircd-ircdev/ircd/m_get.c:1.3 ircd-ircdev/ircd/m_get.c:1.4 --- ircd-ircdev/ircd/m_get.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_get.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_get.c * - * 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 @@ -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: m_get.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_get.c,v 1.4 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_gline.c diff -u ircd-ircdev/ircd/m_gline.c:1.4 ircd-ircdev/ircd/m_gline.c:1.5 --- ircd-ircdev/ircd/m_gline.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_gline.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_gline.c * - * 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 @@ -20,7 +20,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: m_gline.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_gline.c,v 1.5 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_help.c diff -u ircd-ircdev/ircd/m_help.c:1.3 ircd-ircdev/ircd/m_help.c:1.4 --- ircd-ircdev/ircd/m_help.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_help.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_help.c * - * 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: m_help.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_help.c,v 1.4 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_info.c diff -u ircd-ircdev/ircd/m_info.c:1.4 ircd-ircdev/ircd/m_info.c:1.5 --- ircd-ircdev/ircd/m_info.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_info.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_info.c * - * 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: m_info.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_info.c,v 1.5 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_invite.c diff -u ircd-ircdev/ircd/m_invite.c:1.6 ircd-ircdev/ircd/m_invite.c:1.7 --- ircd-ircdev/ircd/m_invite.c:1.6 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_invite.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_invite.c * - * 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: m_invite.c,v 1.6 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_invite.c,v 1.7 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_ison.c diff -u ircd-ircdev/ircd/m_ison.c:1.3 ircd-ircdev/ircd/m_ison.c:1.4 --- ircd-ircdev/ircd/m_ison.c:1.3 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_ison.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_ison.c * - * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2002-2005 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1991 Darren Reed * * 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: m_ison.c,v 1.3 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_ison.c,v 1.4 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_join.c diff -u ircd-ircdev/ircd/m_join.c:1.8 ircd-ircdev/ircd/m_join.c:1.9 --- ircd-ircdev/ircd/m_join.c:1.8 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_join.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_join.c * - * 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: m_join.c,v 1.8 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_join.c,v 1.9 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_jupe.c diff -u ircd-ircdev/ircd/m_jupe.c:1.4 ircd-ircdev/ircd/m_jupe.c:1.5 --- ircd-ircdev/ircd/m_jupe.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_jupe.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_jupe.c * - * 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 @@ -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: m_jupe.c,v 1.4 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_jupe.c,v 1.5 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_kick.c diff -u ircd-ircdev/ircd/m_kick.c:1.6 ircd-ircdev/ircd/m_kick.c:1.7 --- ircd-ircdev/ircd/m_kick.c:1.6 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_kick.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_kick.c * - * 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: m_kick.c,v 1.6 2004/12/28 11:15:46 zolty Exp $ + * $Id: m_kick.c,v 1.7 2005/01/10 12:23:02 zolty Exp $ * */ Index: ircd-ircdev/ircd/m_kill.c diff -u ircd-ircdev/ircd/m_kill.c:1.4 ircd-ircdev/ircd/m_kill.c:1.5 --- ircd-ircdev/ircd/m_kill.c:1.4 Tue Dec 28 03:15:46 2004 +++ ircd-ircdev/ircd/m_kill.c Mon Jan 10 04:23:02 2005 @@ -1,7 +1,7 @@ /* * IRC-Dev IRCD - An a... [truncated message content] |