[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2004-04-22 17:37:41
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2004-04-22 17:37:28 UTC Modified files: ircd/m_burst.c ircd/m_clearmode.c ircd/m_close.c ircd/m_connect.c ircd/m_cprivmsg.c ircd/m_create.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_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_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 Log message: Author: zoltan <zo...@ir...> Log message: 2004-04-23 Toni Garcia <zo...@ir...> 1.0.alpha9 * Limpieza de cabeceras (Licencia GPLv2) en los m_*.c ---------------------- diff included ---------------------- Index: ircd-ircdev/ircd/m_burst.c diff -u ircd-ircdev/ircd/m_burst.c:1.2 ircd-ircdev/ircd/m_burst.c:1.3 --- ircd-ircdev/ircd/m_burst.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_burst.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,14 @@ /* - * IRC - Internet Relay Chat, ircd/m_burst.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_burst.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1995-1997 Carlo Wood <ca...@ru...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +17,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_burst.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_burst.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_clearmode.c diff -u ircd-ircdev/ircd/m_clearmode.c:1.2 ircd-ircdev/ircd/m_clearmode.c:1.3 --- ircd-ircdev/ircd/m_clearmode.c:1.2 Sat Nov 1 07:26:46 2003 +++ ircd-ircdev/ircd/m_clearmode.c Thu Apr 22 10:37:18 2004 @@ -1,16 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_tmpl.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center - * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_clearmode.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_clearmode.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_clearmode.c,v 1.2 2003/11/01 15:26:46 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_close.c diff -u ircd-ircdev/ircd/m_close.c:1.1.1.1 ircd-ircdev/ircd/m_close.c:1.2 --- ircd-ircdev/ircd/m_close.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_close.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_close.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_close.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1992 Darren Reed * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_close.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_close.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_connect.c diff -u ircd-ircdev/ircd/m_connect.c:1.2 ircd-ircdev/ircd/m_connect.c:1.3 --- ircd-ircdev/ircd/m_connect.c:1.2 Sat Nov 1 16:47:33 2003 +++ ircd-ircdev/ircd/m_connect.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_connect.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_connect.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_connect.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_connect.c,v 1.2 2003/11/02 00:47:33 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_cprivmsg.c diff -u ircd-ircdev/ircd/m_cprivmsg.c:1.1.1.1 ircd-ircdev/ircd/m_cprivmsg.c:1.2 --- ircd-ircdev/ircd/m_cprivmsg.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_cprivmsg.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_cprivmsg.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_cprivmsg.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_cprivmsg.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_cprivmsg.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_create.c diff -u ircd-ircdev/ircd/m_create.c:1.1.1.1 ircd-ircdev/ircd/m_create.c:1.2 --- ircd-ircdev/ircd/m_create.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_create.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_create.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_create.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_create.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_create.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_defaults.c diff -u ircd-ircdev/ircd/m_defaults.c:1.1.1.1 ircd-ircdev/ircd/m_defaults.c:1.2 --- ircd-ircdev/ircd/m_defaults.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_defaults.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_proto.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_defaults.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,22 +16,11 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_defaults.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_defaults.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ -#include "config.h" - -#include "client.h" -#include "ircd.h" -#include "ircd_reply.h" -#include "numeric.h" -#include "numnicks.h" -#include "send.h" -#include "supported.h" -#include "version.h" - -#include <assert.h> /* * m_functions execute protocol messages on this server: @@ -91,6 +78,19 @@ * note: it is guaranteed that parv[0]..parv[parc-1] are all * non-NULL pointers. */ +#include "config.h" + +#include "client.h" +#include "ircd.h" +#include "ircd_reply.h" +#include "numeric.h" +#include "numnicks.h" +#include "send.h" +#include "supported.h" +#include "version.h" + +#include <assert.h> + int m_not_oper(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) { Index: ircd-ircdev/ircd/m_destruct.c diff -u ircd-ircdev/ircd/m_destruct.c:1.2 ircd-ircdev/ircd/m_destruct.c:1.3 --- ircd-ircdev/ircd/m_destruct.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_destruct.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_destruct.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_destruct.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_destruct.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_destruct.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_desynch.c diff -u ircd-ircdev/ircd/m_desynch.c:1.1.1.1 ircd-ircdev/ircd/m_desynch.c:1.2 --- ircd-ircdev/ircd/m_desynch.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_desynch.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_desynch.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_desynch.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_desynch.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_desynch.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_die.c diff -u ircd-ircdev/ircd/m_die.c:1.1.1.1 ircd-ircdev/ircd/m_die.c:1.2 --- ircd-ircdev/ircd/m_die.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_die.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_die.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_die.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_die.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_die.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_endburst.c diff -u ircd-ircdev/ircd/m_endburst.c:1.1.1.1 ircd-ircdev/ircd/m_endburst.c:1.2 --- ircd-ircdev/ircd/m_endburst.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_endburst.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_end_of_burst.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_endburst.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_endburst.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_endburst.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_error.c diff -u ircd-ircdev/ircd/m_error.c:1.1.1.1 ircd-ircdev/ircd/m_error.c:1.2 --- ircd-ircdev/ircd/m_error.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_error.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_error.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_error.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_error.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_error.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* @@ -98,7 +97,7 @@ /* * mr_error - unregistered client message handler - * +v * * parv[0] = sender prefix * parv[parc-1] = text */ Index: ircd-ircdev/ircd/m_get.c diff -u ircd-ircdev/ircd/m_get.c:1.1.1.1 ircd-ircdev/ircd/m_get.c:1.2 --- ircd-ircdev/ircd/m_get.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_get.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_get.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_get.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_get.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_get.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_gline.c diff -u ircd-ircdev/ircd/m_gline.c:1.1.1.1 ircd-ircdev/ircd/m_gline.c:1.2 --- ircd-ircdev/ircd/m_gline.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_gline.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,15 @@ /* - * IRC - Internet Relay Chat, ircd/m_gline.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_gline.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +18,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_gline.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_gline.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_help.c diff -u ircd-ircdev/ircd/m_help.c:1.1.1.1 ircd-ircdev/ircd/m_help.c:1.2 --- ircd-ircdev/ircd/m_help.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_help.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_help.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_help.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_help.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_help.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_info.c diff -u ircd-ircdev/ircd/m_info.c:1.1.1.1 ircd-ircdev/ircd/m_info.c:1.2 --- ircd-ircdev/ircd/m_info.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_info.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_info.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_info.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_info.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_info.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_invite.c diff -u ircd-ircdev/ircd/m_invite.c:1.1.1.1 ircd-ircdev/ircd/m_invite.c:1.2 --- ircd-ircdev/ircd/m_invite.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_invite.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_invite.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_invite.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_invite.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_invite.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_ison.c diff -u ircd-ircdev/ircd/m_ison.c:1.1.1.1 ircd-ircdev/ircd/m_ison.c:1.2 --- ircd-ircdev/ircd/m_ison.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_ison.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_ison.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_ison.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1991 Darren Reed * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_ison.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_ison.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_join.c diff -u ircd-ircdev/ircd/m_join.c:1.3 ircd-ircdev/ircd/m_join.c:1.4 --- ircd-ircdev/ircd/m_join.c:1.3 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_join.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_join.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_join.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_join.c,v 1.4 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_join.c,v 1.3 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_jupe.c diff -u ircd-ircdev/ircd/m_jupe.c:1.1.1.1 ircd-ircdev/ircd/m_jupe.c:1.2 --- ircd-ircdev/ircd/m_jupe.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_jupe.c Thu Apr 22 10:37:18 2004 @@ -1,16 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_jupe.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center - * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_jupe.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_jupe.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_jupe.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_kick.c diff -u ircd-ircdev/ircd/m_kick.c:1.2 ircd-ircdev/ircd/m_kick.c:1.3 --- ircd-ircdev/ircd/m_kick.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_kick.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_kick.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_kick.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_kick.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_kick.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_kill.c diff -u ircd-ircdev/ircd/m_kill.c:1.1.1.1 ircd-ircdev/ircd/m_kill.c:1.2 --- ircd-ircdev/ircd/m_kill.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_kill.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_kill.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_kill.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_kill.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_kill.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_links.c diff -u ircd-ircdev/ircd/m_links.c:1.2 ircd-ircdev/ircd/m_links.c:1.3 --- ircd-ircdev/ircd/m_links.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_links.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_links.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_links.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_links.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_links.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_list.c diff -u ircd-ircdev/ircd/m_list.c:1.1.1.1 ircd-ircdev/ircd/m_list.c:1.2 --- ircd-ircdev/ircd/m_list.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_list.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_list.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_list.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,9 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: m_list.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ + * $Id: m_list.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ + * */ /* Index: ircd-ircdev/ircd/m_lusers.c diff -u ircd-ircdev/ircd/m_lusers.c:1.1.1.1 ircd-ircdev/ircd/m_lusers.c:1.2 --- ircd-ircdev/ircd/m_lusers.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_lusers.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_lusers.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_lusers.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,9 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: m_lusers.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ + * $Id: m_lusers.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_map.c diff -u ircd-ircdev/ircd/m_map.c:1.2 ircd-ircdev/ircd/m_map.c:1.3 --- ircd-ircdev/ircd/m_map.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_map.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_map.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_map.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_map.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_map.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_mode.c diff -u ircd-ircdev/ircd/m_mode.c:1.2 ircd-ircdev/ircd/m_mode.c:1.3 --- ircd-ircdev/ircd/m_mode.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_mode.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_mode.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_mode.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_mode.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_mode.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_motd.c diff -u ircd-ircdev/ircd/m_motd.c:1.1.1.1 ircd-ircdev/ircd/m_motd.c:1.2 --- ircd-ircdev/ircd/m_motd.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_motd.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_motd.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_motd.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_motd.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_motd.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_names.c diff -u ircd-ircdev/ircd/m_names.c:1.2 ircd-ircdev/ircd/m_names.c:1.3 --- ircd-ircdev/ircd/m_names.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_names.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_names.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_names.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_names.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_names.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_nick.c diff -u ircd-ircdev/ircd/m_nick.c:1.2 ircd-ircdev/ircd/m_nick.c:1.3 --- ircd-ircdev/ircd/m_nick.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_nick.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_nick.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_nick.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_nick.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_nick.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_notice.c diff -u ircd-ircdev/ircd/m_notice.c:1.1.1.1 ircd-ircdev/ircd/m_notice.c:1.2 --- ircd-ircdev/ircd/m_notice.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_notice.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_notice.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_notice.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_notice.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_notice.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_oper.c diff -u ircd-ircdev/ircd/m_oper.c:1.2 ircd-ircdev/ircd/m_oper.c:1.3 --- ircd-ircdev/ircd/m_oper.c:1.2 Sat Nov 1 16:47:33 2003 +++ ircd-ircdev/ircd/m_oper.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_oper.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_oper.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,9 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: m_oper.c,v 1.2 2003/11/02 00:47:33 zolty Exp $ + * $Id: m_oper.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_opmode.c diff -u ircd-ircdev/ircd/m_opmode.c:1.2 ircd-ircdev/ircd/m_opmode.c:1.3 --- ircd-ircdev/ircd/m_opmode.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_opmode.c Thu Apr 22 10:37:18 2004 @@ -1,16 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_tmpl.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center - * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_opmode.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 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 * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_opmode.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_opmode.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* @@ -184,4 +182,3 @@ return 0; } - Index: ircd-ircdev/ircd/m_part.c diff -u ircd-ircdev/ircd/m_part.c:1.2 ircd-ircdev/ircd/m_part.c:1.3 --- ircd-ircdev/ircd/m_part.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_part.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_part.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_part.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_part.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_part.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_pass.c diff -u ircd-ircdev/ircd/m_pass.c:1.1.1.1 ircd-ircdev/ircd/m_pass.c:1.2 --- ircd-ircdev/ircd/m_pass.c:1.1.1.1 Mon Sep 8 03:34:29 2003 +++ ircd-ircdev/ircd/m_pass.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_pass.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_pass.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_pass.c,v 1.2 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_pass.c,v 1.1.1.1 2003/09/08 10:34:29 zolty Exp $ */ /* Index: ircd-ircdev/ircd/m_ping.c diff -u ircd-ircdev/ircd/m_ping.c:1.2 ircd-ircdev/ircd/m_ping.c:1.3 --- ircd-ircdev/ircd/m_ping.c:1.2 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/ircd/m_ping.c Thu Apr 22 10:37:18 2004 @@ -1,15 +1,13 @@ /* - * IRC - Internet Relay Chat, ircd/m_ping.c - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, ircd/m_ping.c * - * See file AUTHORS in IRC package for additional names of - * the programmers. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 Jarkko Oikarinen * * 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 - * the Free Software Foundation; either version 1, or (at your option) - * any later version. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,9 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: m_ping.c,v 1.3 2004/04/22 17:37:18 zolty Exp $ * - * $Id: m_ping.c,v 1.2 2003/11/11 21:36:21 zolty Exp $ */ /* @@ -48,7 +47,7 @@ * <Gte-> I tried /quote ping 12345 uworld.blah.net locally, and uworld * +recieved -> ":Gte- PING N :Uworld.blah.net" * <Gte-> oh no, sorry, I did ping N :) - * > right, it's broken +v * > right, it's broken * <Gte-> good thing it doesn't have a fit replying to it * > hmm * *** plano.tx.us.undernet.org: PONG received from plano.tx.us.undernet.org Index: ircd-ircdev/ircd/m_pong.c diff -u ircd-... [truncated message content] |