[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2004-02-22 16:26:57
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2004-02-22 16:13:31 UTC Modified files: include/IPcheck.h include/channel.h include/class.h include/client.h include/crule.h include/dbuf.h include/destruct_event.h include/fileio.h include/gline.h include/handlers.h include/hash.h include/iauth.h include/ircd.h include/ircd_alloc.h include/ircd_chattr.h include/ircd_defs.h include/ircd_events.h include/ircd_features.h include/ircd_handler.h include/ircd_log.h include/ircd_osdep.h include/ircd_relay.h include/ircd_reply.h include/ircd_signal.h include/ircd_snprintf.h include/ircd_string.h include/ircd_tea.h include/ircd_xopen.h include/jupe.h include/list.h include/listener.h include/match.h include/motd.h include/msg.h include/msgq.h include/numeric.h include/numnicks.h include/opercmds.h include/packet.h include/parse.h include/patchlevel.h include/querycmds.h include/random.h include/res.h include/s_auth.h include/s_bsd.h include/s_conf.h include/s_debug.h include/s_misc.h include/s_numeric.h include/s_serv.h include/s_stats.h include/s_user.h include/send.h include/struct.h include/support.h include/supported.h include/sys.h include/uping.h include/userload.h include/version.h include/watch.h include/whocmds.h include/whowas.h Log message: Author: zoltan <zo...@ir...> Log message: 2004-02-22 Toni Garcia <zo...@ir...> 1.0.alpha8 * Sincronizacion con u2.10.11.07. * Limpieza de cabeceras (Licencia GPLv2) ---------------------- diff included ---------------------- Index: ircd-ircdev/include/IPcheck.h diff -u ircd-ircdev/include/IPcheck.h:1.1.1.1 ircd-ircdev/include/IPcheck.h:1.2 --- ircd-ircdev/include/IPcheck.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/IPcheck.h Sun Feb 22 08:13:20 2004 @@ -1,7 +1,25 @@ /* - * IPcheck.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/IPcheck.h + * + * Copyright (C) 2002-2004 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 + * it under the terms of the GNU General Public License as published by + * 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: IPcheck.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: IPcheck.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ipcheck_h #define INCLUDED_ipcheck_h Index: ircd-ircdev/include/channel.h diff -u ircd-ircdev/include/channel.h:1.3 ircd-ircdev/include/channel.h:1.4 --- ircd-ircdev/include/channel.h:1.3 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/include/channel.h Sun Feb 22 08:13:20 2004 @@ -1,12 +1,14 @@ /* - * IRC - Internet Relay Chat, ircd/channel.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/channel.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1996-1997 Carlo Wood * Copyright (C) 1990 Jarkko Oikarinen - * Copyright (C) 1996 - 1997 Carlo Wood * * 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 2, 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 @@ -15,12 +17,14 @@ * * 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: channel.h,v 1.4 2004/02/22 16:13:20 zolty Exp $ * - * $Id: channel.h,v 1.3 2003/11/11 21:36:21 zolty Exp $ */ #ifndef INCLUDED_channel_h #define INCLUDED_channel_h + #ifndef INCLUDED_ircd_defs_h #include "ircd_defs.h" /* NICKLEN */ #endif Index: ircd-ircdev/include/class.h diff -u ircd-ircdev/include/class.h:1.2 ircd-ircdev/include/class.h:1.3 --- ircd-ircdev/include/class.h:1.2 Sat Nov 1 07:26:45 2003 +++ ircd-ircdev/include/class.h Sun Feb 22 08:13:20 2004 @@ -1,12 +1,14 @@ /* - * IRC - Internet Relay Chat, include/class.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/class.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1996-1997 Carlo Wood * Copyright (C) 1990 Darren Reed - * Copyright (C) 1996 - 1997 Carlo Wood * * 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 2, 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 @@ -15,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: class.h,v 1.3 2004/02/22 16:13:20 zolty Exp $ * - * $Id: class.h,v 1.2 2003/11/01 15:26:45 zolty Exp $ */ #ifndef INCLUDED_class_h #define INCLUDED_class_h Index: ircd-ircdev/include/client.h diff -u ircd-ircdev/include/client.h:1.3 ircd-ircdev/include/client.h:1.4 --- ircd-ircdev/include/client.h:1.3 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/include/client.h Sun Feb 22 08:13:20 2004 @@ -1,12 +1,13 @@ /* - * IRC - Internet Relay Chat, include/client.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/client.h + * + * 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 2, 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 @@ -15,13 +16,14 @@ * * 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: client.h,v 1.4 2004/02/22 16:13:20 zolty Exp $ * - * $Id: client.h,v 1.3 2003/11/11 21:36:21 zolty Exp $ */ #ifndef INCLUDED_client_h #define INCLUDED_client_h + #ifndef INCLUDED_ircd_defs_h #include "ircd_defs.h" #endif @@ -550,4 +552,3 @@ extern int client_report_privs(struct Client* to, struct Client* client); #endif /* INCLUDED_client_h */ - Index: ircd-ircdev/include/crule.h diff -u ircd-ircdev/include/crule.h:1.1.1.1 ircd-ircdev/include/crule.h:1.2 --- ircd-ircdev/include/crule.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/crule.h Sun Feb 22 08:13:20 2004 @@ -1,7 +1,25 @@ /* - * crule.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/crule.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: crule.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: crule.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_crule_h #define INCLUDED_crule_h Index: ircd-ircdev/include/dbuf.h diff -u ircd-ircdev/include/dbuf.h:1.1.1.1 ircd-ircdev/include/dbuf.h:1.2 --- ircd-ircdev/include/dbuf.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/dbuf.h Sun Feb 22 08:13:20 2004 @@ -1,11 +1,13 @@ /* - * IRC - Internet Relay Chat, include/dbuf.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/dbuf.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1990 Markku Savela * * 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 2, 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 @@ -14,12 +16,14 @@ * * 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: dbuf.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: dbuf.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_dbuf_h #define INCLUDED_dbuf_h + #ifndef INCLUDED_sys_types_h #include <sys/types.h> /* size_t */ #define INCLUDED_sys_types_h @@ -60,5 +64,4 @@ extern unsigned int dbuf_getmsg(struct DBuf *dyn, char *buf, unsigned int length); extern void dbuf_count_memory(size_t *allocated, size_t *used); - #endif /* INCLUDED_dbuf_h */ Index: ircd-ircdev/include/destruct_event.h diff -u ircd-ircdev/include/destruct_event.h:1.1 ircd-ircdev/include/destruct_event.h:1.2 --- ircd-ircdev/include/destruct_event.h:1.1 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/include/destruct_event.h Sun Feb 22 08:13:20 2004 @@ -1,13 +1,13 @@ -#ifndef INCLUDED_destruct_event_h -#define INCLUDED_destruct_event_h /* - * IRC - Internet Relay Chat, include/destruct_event.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/destruct_event.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2002 Carlo Wood <ca...@al...> * * 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 2, 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 @@ -16,10 +16,13 @@ * * 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: destruct_event.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: destruct_event.h,v 1.1 2003/11/11 21:36:21 zolty Exp $ */ +#ifndef INCLUDED_destruct_event_h +#define INCLUDED_destruct_event_h #ifndef INCLUDED_config_h #include "config.h" Index: ircd-ircdev/include/fileio.h diff -u ircd-ircdev/include/fileio.h:1.1.1.1 ircd-ircdev/include/fileio.h:1.2 --- ircd-ircdev/include/fileio.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/fileio.h Sun Feb 22 08:13:20 2004 @@ -1,7 +1,26 @@ /* - * fileio.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/fileio.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1998 Thomas Helvey <to...@in...> + * 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: fileio.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: fileio.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_fileio_h #define INCLUDED_fileio_h Index: ircd-ircdev/include/gline.h diff -u ircd-ircdev/include/gline.h:1.1.1.1 ircd-ircdev/include/gline.h:1.2 --- ircd-ircdev/include/gline.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/gline.h Sun Feb 22 08:13:20 2004 @@ -1,15 +1,15 @@ -#ifndef INCLUDED_gline_h -#define INCLUDED_gline_h /* - * IRC - Internet Relay Chat, include/gline.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center - * Copyright (C) 1996 -1997 Carlo Wood + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/gline.h + * + * 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 2, 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,10 +18,14 @@ * * 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: gline.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: gline.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ +#ifndef INCLUDED_gline_h +#define INCLUDED_gline_h + #ifndef INCLUDED_sys_types_h #include <sys/types.h> #define INCLUDED_sys_types_h Index: ircd-ircdev/include/handlers.h diff -u ircd-ircdev/include/handlers.h:1.3 ircd-ircdev/include/handlers.h:1.4 --- ircd-ircdev/include/handlers.h:1.3 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/include/handlers.h Sun Feb 22 08:13:20 2004 @@ -1,12 +1,13 @@ /* - * IRC - Internet Relay Chat, include/handlers.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/handlers.h + * + * 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 2, 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 @@ -15,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: handlers.h,v 1.4 2004/02/22 16:13:20 zolty Exp $ * - * $Id: handlers.h,v 1.3 2003/11/11 21:36:21 zolty Exp $ */ #ifndef INCLUDED_handlers_h #define INCLUDED_handlers_h Index: ircd-ircdev/include/hash.h diff -u ircd-ircdev/include/hash.h:1.2 ircd-ircdev/include/hash.h:1.3 --- ircd-ircdev/include/hash.h:1.2 Tue Oct 7 11:52:17 2003 +++ ircd-ircdev/include/hash.h Sun Feb 22 08:13:20 2004 @@ -1,11 +1,14 @@ /* - * IRC - Internet Relay Chat, include/hash.h - * Copyright (C) 1998 by Andrea "Nemesi" Cocito + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/hash.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1998 Andrea Cocito + * 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 @@ -14,11 +17,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: hash.h,v 1.3 2004/02/22 16:13:20 zolty Exp $ * - * $Id: hash.h,v 1.2 2003/10/07 18:52:17 zolty Exp $ */ - #ifndef INCLUDED_hash_h #define INCLUDED_hash_h Index: ircd-ircdev/include/iauth.h diff -u ircd-ircdev/include/iauth.h:1.1.1.1 ircd-ircdev/include/iauth.h:1.2 --- ircd-ircdev/include/iauth.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/iauth.h Sun Feb 22 08:13:20 2004 @@ -1,22 +1,25 @@ -/* - Internet Relay Chat, include/iauth.h - * Copyright (C) 2001 Perry Lorier <Is...@co...> +/* + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/iauth.h * - * 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. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 2001 Perry Lorier <is...@co...> * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * 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 2 of the License, or + * (at your option) any later version. * - * 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. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: iauth.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ + * $Id: iauth.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ +* */ #ifndef INCLUDED_iauth_h #define INCLUDED_iauth_h @@ -31,6 +34,4 @@ extern struct Iauth* IauthPollList; /* GLOBAL - iauth list */ - #endif /* INCLUDED_iauth_h */ - Index: ircd-ircdev/include/ircd.h diff -u ircd-ircdev/include/ircd.h:1.1.1.1 ircd-ircdev/include/ircd.h:1.2 --- ircd-ircdev/include/ircd.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd.h Sun Feb 22 08:13:20 2004 @@ -1,10 +1,29 @@ /* - * ircd.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd.h + * + * 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: ircd.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: ircd.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_h #define INCLUDED_ircd_h + #ifndef INCLUDED_struct_h #include "struct.h" /* struct Client */ #endif @@ -63,4 +82,3 @@ extern int running; #endif /* INCLUDED_ircd_h */ - Index: ircd-ircdev/include/ircd_alloc.h diff -u ircd-ircdev/include/ircd_alloc.h:1.1.1.1 ircd-ircdev/include/ircd_alloc.h:1.2 --- ircd-ircdev/include/ircd_alloc.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_alloc.h Sun Feb 22 08:13:20 2004 @@ -1,12 +1,13 @@ /* - * IRC - Internet Relay Chat, include/ircd_alloc.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_alloc.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1999 Thomas Helvey <to...@in...> * - * * 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 2, 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 @@ -15,11 +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 * - * Commentary by Bleep (Thomas Helvey) + * $Id: ircd_alloc.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: ircd_alloc.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_alloc_h #define INCLUDED_ircd_alloc_h @@ -69,4 +69,3 @@ #endif /* defined(MDEBUG) */ #endif /* INCLUDED_ircd_alloc_h */ - Index: ircd-ircdev/include/ircd_chattr.h diff -u ircd-ircdev/include/ircd_chattr.h:1.1.1.1 ircd-ircdev/include/ircd_chattr.h:1.2 --- ircd-ircdev/include/ircd_chattr.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_chattr.h Sun Feb 22 08:13:20 2004 @@ -1,11 +1,13 @@ /* - * IRC - Internet Relay Chat, include/ircd_chattr.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_chattr.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 1998 Andrea Cocito * * 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 @@ -14,22 +16,14 @@ * * 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: ircd_chattr.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ + * $Id: ircd_chattr.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * */ -/* - * All the code in common.h/common.c is taken from the NTL - * (Nemesi's Tools Library), adapted for ircu's character set - * and thereafter released under GNU GPL, from there comes the - * NTL_ prefix of all macro and object names. - * Removed isXdigit() to leave space to other char sets in the - * bitmap, should give the same results as isxdigit() on any - * implementation and isn't used in IRC anyway. - */ #ifndef INCLUDED_ircd_chattr_h #define INCLUDED_ircd_chattr_h + #ifndef INCLUDED_limits_h #include <limits.h> #define INCLUDED_limits_h @@ -40,6 +34,16 @@ #endif /* + * All the code in common.h/common.c is taken from the NTL + * (Nemesi's Tools Library), adapted for ircu's character set + * and thereafter released under GNU GPL, from there comes the + * NTL_ prefix of all macro and object names. + * Removed isXdigit() to leave space to other char sets in the + * bitmap, should give the same results as isxdigit() on any + * implementation and isn't used in IRC anyway. + */ + +/* * Character attribute macros */ #define NTL_ALNUM 0x0001 /* (NTL_ALPHA | NTL_DIGIT) */ Index: ircd-ircdev/include/ircd_defs.h diff -u ircd-ircdev/include/ircd_defs.h:1.1.1.1 ircd-ircdev/include/ircd_defs.h:1.2 --- ircd-ircdev/include/ircd_defs.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_defs.h Sun Feb 22 08:13:20 2004 @@ -1,12 +1,14 @@ /* - * IRC - Internet Relay Chat, include/ircd_defs.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_defs.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1999 Thomas Helvey <to...@in...> + * 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 2, 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 @@ -15,14 +17,14 @@ * * 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 * - * Commentary by Bleep (Thomas Helvey) + * $Id: ircd_defs.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: ircd_defs.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_defs_h #define INCLUDED_ircd_defs_h + /* * Definitions used everywhere in the server * NOTE: Changing any of these definitions is equivalent to a protocol @@ -38,7 +40,7 @@ * it. Thanks for helping debug guys. */ #ifndef NICKLEN -#define NICKLEN 9 +#define NICKLEN 15 #endif /* * USERLEN is the maximum length allowed of a user name including an optional Index: ircd-ircdev/include/ircd_events.h diff -u ircd-ircdev/include/ircd_events.h:1.1.1.1 ircd-ircdev/include/ircd_events.h:1.2 --- ircd-ircdev/include/ircd_events.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_events.h Sun Feb 22 08:13:20 2004 @@ -1,13 +1,13 @@ -#ifndef INCLUDED_ircd_events_h -#define INCLUDED_ircd_events_h /* - * IRC - Internet Relay Chat, include/ircd_events.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_events.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2001 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 2, 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 @@ -16,10 +16,13 @@ * * 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: ircd_events.h,v 1.2 2004/02/22 16:13:20 zolty Exp $ * - * $Id: ircd_events.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ +#ifndef INCLUDED_ircd_events_h +#define INCLUDED_ircd_events_h #ifndef INCLUDED_config_h #include "config.h" Index: ircd-ircdev/include/ircd_features.h diff -u ircd-ircdev/include/ircd_features.h:1.4 ircd-ircdev/include/ircd_features.h:1.5 --- ircd-ircdev/include/ircd_features.h:1.4 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/include/ircd_features.h Sun Feb 22 08:13:20 2004 @@ -1,13 +1,13 @@ -#ifndef INCLUDED_features_h -#define INCLUDED_features_h /* - * IRC - Internet Relay Chat, include/features.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_features.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 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 2, 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 @@ -16,10 +16,13 @@ * * 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: ircd_features.h,v 1.5 2004/02/22 16:13:20 zolty Exp $ * - * $Id: ircd_features.h,v 1.4 2003/11/11 21:36:21 zolty Exp $ */ +#ifndef INCLUDED_features_h +#define INCLUDED_features_h struct Client; struct StatDesc; @@ -57,6 +60,7 @@ /* features that probably should not be touched */ FEAT_KILLCHASETIMELIMIT, FEAT_MAXCHANNELSPERUSER, + FEAT_NICKLEN, FEAT_AVBANLEN, FEAT_MAXBANS, FEAT_MAXSILES, @@ -72,6 +76,9 @@ FEAT_GLINEMAXUSERCOUNT, FEAT_SOCKSENDBUF, FEAT_SOCKRECVBUF, + FEAT_IPCHECK_CLONE_LIMIT, + FEAT_IPCHECK_CLONE_PERIOD, + FEAT_IPCHECK_CLONE_DELAY, /* Some misc. default paths */ FEAT_MPATH, @@ -83,6 +90,9 @@ FEAT_TOS_SERVER, FEAT_TOS_CLIENT, FEAT_POLLS_PER_LOOP, + FEAT_IRCD_RES_RETRIES, + FEAT_IRCD_RES_TIMEOUT, + FEAT_AUTH_TIMEOUT, /* features that affect all operators */ FEAT_CRYPT_OPER_PASSWORD, Index: ircd-ircdev/include/ircd_handler.h diff -u ircd-ircdev/include/ircd_handler.h:1.1.1.1 ircd-ircdev/include/ircd_handler.h:1.2 --- ircd-ircdev/include/ircd_handler.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_handler.h Sun Feb 22 08:13:21 2004 @@ -1,12 +1,13 @@ /* - * IRC - Internet Relay Chat, include/ircd_handler.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_handler.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 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 2, 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 @@ -15,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: ircd_handler.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_handler.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_handler_h #define INCLUDED_ircd_handler_h @@ -48,4 +50,3 @@ #endif /* INCLUDED_ircd_handler_h */ - Index: ircd-ircdev/include/ircd_log.h diff -u ircd-ircdev/include/ircd_log.h:1.1.1.1 ircd-ircdev/include/ircd_log.h:1.2 --- ircd-ircdev/include/ircd_log.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_log.h Sun Feb 22 08:13:21 2004 @@ -1,22 +1,25 @@ -/* - Internet Relay Chat, include/ircd_log.h - * Copyright (C) 1999 Thomas Helvey +/* + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_log.h * - * 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. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1999 Thomas Helvey * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * 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 2 of the License, or + * (at your option) any later version. * - * 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. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: ircd_log.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_log.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_log_h #define INCLUDED_ircd_log_h Index: ircd-ircdev/include/ircd_osdep.h diff -u ircd-ircdev/include/ircd_osdep.h:1.1.1.1 ircd-ircdev/include/ircd_osdep.h:1.2 --- ircd-ircdev/include/ircd_osdep.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_osdep.h Sun Feb 22 08:13:21 2004 @@ -1,7 +1,26 @@ /* - * ircd_osdep.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_osdep.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1999 Thomas Helvey <to...@in...> + * 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: ircd_osdep.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_osdep.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_osdep_h #define INCLUDED_ircd_osdep_h @@ -46,4 +65,3 @@ extern int os_set_tos(int fd,int tos); #endif /* INCLUDED_ircd_osdep_h */ - Index: ircd-ircdev/include/ircd_relay.h diff -u ircd-ircdev/include/ircd_relay.h:1.1.1.1 ircd-ircdev/include/ircd_relay.h:1.2 --- ircd-ircdev/include/ircd_relay.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_relay.h Sun Feb 22 08:13:21 2004 @@ -1,17 +1,13 @@ -#ifndef INCLUDED_IRCD_RELAY_H -#define INCLUDED_IRCD_RELAY_H /* - * IRC - Internet Relay Chat, include/ircd_relay.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_relay.h * - * 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 @@ -20,10 +16,13 @@ * * 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: ircd_relay.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_relay.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ +#ifndef INCLUDED_ircd_relay_h +#define INCLUDED_ircd_relay_h struct Client; @@ -43,4 +42,4 @@ extern void server_relay_private_message(struct Client* sptr, const char* name, const char* text); extern void server_relay_private_notice(struct Client* sptr, const char* name, const char* text); -#endif /* INCLUDED_IRCD_RELAY_H */ +#endif /* INCLUDED_ircd_relay_h */ Index: ircd-ircdev/include/ircd_reply.h diff -u ircd-ircdev/include/ircd_reply.h:1.1.1.1 ircd-ircdev/include/ircd_reply.h:1.2 --- ircd-ircdev/include/ircd_reply.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_reply.h Sun Feb 22 08:13:21 2004 @@ -1,12 +1,13 @@ /* - * IRC - Internet Relay Chat, include/ircd_reply.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_handler.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 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 2, 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 @@ -15,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: ircd_reply.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_reply.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_reply_h #define INCLUDED_ircd_reply_h @@ -32,4 +34,3 @@ #define SND_EXPLICIT 0x40000000 /* first arg is a pattern to use */ #endif /* INCLUDED_ircd_reply_h */ - Index: ircd-ircdev/include/ircd_signal.h diff -u ircd-ircdev/include/ircd_signal.h:1.1.1.1 ircd-ircdev/include/ircd_signal.h:1.2 --- ircd-ircdev/include/ircd_signal.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_signal.h Sun Feb 22 08:13:21 2004 @@ -1,7 +1,25 @@ /* - * ircd_signal.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_signal.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: ircd_signal.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_signal.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_signal_h #define INCLUDED_ircd_signal_h Index: ircd-ircdev/include/ircd_snprintf.h diff -u ircd-ircdev/include/ircd_snprintf.h:1.1.1.1 ircd-ircdev/include/ircd_snprintf.h:1.2 --- ircd-ircdev/include/ircd_snprintf.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_snprintf.h Sun Feb 22 08:13:21 2004 @@ -1,13 +1,13 @@ -#ifndef INCLUDED_ircd_snprintf_h -#define INCLUDED_ircd_snprintf_h /* - * IRC - Internet Relay Chat, include/ircd_snprintf.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_snprintf.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 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 2, 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 @@ -16,10 +16,14 @@ * * 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: ircd_snprintf.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_snprintf.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ +#ifndef INCLUDED_ircd_snprintf_h +#define INCLUDED_ircd_snprintf_h + #ifndef INCLUDED_sys_types_h #include <sys/types.h> #define INCLUDED_sys_types_h Index: ircd-ircdev/include/ircd_string.h diff -u ircd-ircdev/include/ircd_string.h:1.1.1.1 ircd-ircdev/include/ircd_string.h:1.2 --- ircd-ircdev/include/ircd_string.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_string.h Sun Feb 22 08:13:21 2004 @@ -1,10 +1,29 @@ /* - * ircd_string.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_string.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1999 Thomas Helvey + * + * 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: ircd_string.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_string.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_string_h #define INCLUDED_ircd_string_h + #ifndef INCLUDED_ircd_chattr_h #include "ircd_chattr.h" #endif @@ -101,4 +120,3 @@ extern int strnChattr(const char *s, const size_t n); #endif /* INCLUDED_ircd_string_h */ - Index: ircd-ircdev/include/ircd_tea.h diff -u ircd-ircdev/include/ircd_tea.h:1.1 ircd-ircdev/include/ircd_tea.h:1.2 --- ircd-ircdev/include/ircd_tea.h:1.1 Tue Nov 11 13:36:21 2003 +++ ircd-ircdev/include/ircd_tea.h Sun Feb 22 08:13:21 2004 @@ -1,24 +1,24 @@ /* - * IRC - Internet Relay Chat, ircd/ircd_tea.h - * - * See file AUTHORS in IRC package for additional names of - * the programmers. - * + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_tea.h + * + * Copyright (C) 2002-2004 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 - * 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * 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: ircd_tea.h,v 1.1 2003/11/11 21:36:21 zolty Exp $ + * $Id: ircd_tea.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ + * */ #ifndef INCLUDED_ircd_tea_h #define INCLUDED_ircd_tea_h Index: ircd-ircdev/include/ircd_xopen.h diff -u ircd-ircdev/include/ircd_xopen.h:1.1.1.1 ircd-ircdev/include/ircd_xopen.h:1.2 --- ircd-ircdev/include/ircd_xopen.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/ircd_xopen.h Sun Feb 22 08:13:21 2004 @@ -1,7 +1,25 @@ /* - * ircd_xopen.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/ircd_xopen.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1990-1991 Armin Gruner + * + * 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: ircd_xopen.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: ircd_xopen.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_ircd_xopen_h #define INCLUDED_ircd_xopen_h @@ -9,4 +27,3 @@ extern const char* ircd_crypt(const char* key, const char* salt); #endif /* INCLUDED_ircd_xopen_h */ - Index: ircd-ircdev/include/jupe.h diff -u ircd-ircdev/include/jupe.h:1.1.1.1 ircd-ircdev/include/jupe.h:1.2 --- ircd-ircdev/include/jupe.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/jupe.h Sun Feb 22 08:13:21 2004 @@ -1,15 +1,13 @@ -#ifndef INCLUDED_jupe_h -#define INCLUDED_jupe_h /* - * IRC - Internet Relay Chat, include/jupe.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/jupe.h + * + * 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 2, 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,10 +16,14 @@ * * 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: jupe.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: jupe.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ +#ifndef INCLUDED_jupe_h +#define INCLUDED_jupe_h + #ifndef INCLUDED_sys_types_h #include <sys/types.h> #define INCLUDED_sys_types_h Index: ircd-ircdev/include/list.h diff -u ircd-ircdev/include/list.h:1.2 ircd-ircdev/include/list.h:1.3 --- ircd-ircdev/include/list.h:1.2 Tue Oct 7 11:52:17 2003 +++ ircd-ircdev/include/list.h Sun Feb 22 08:13:21 2004 @@ -1,10 +1,29 @@ /* - * list.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/list.h + * + * 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: list.h,v 1.3 2004/02/22 16:13:21 zolty Exp $ * - * $Id: list.h,v 1.2 2003/10/07 18:52:17 zolty Exp $ */ #ifndef INCLUDED_list_h #define INCLUDED_list_h + #ifndef INCLUDED_sys_types_h #include <sys/types.h> /* time_t, size_t */ #define INCLUDED_sys_types_h Index: ircd-ircdev/include/listener.h diff -u ircd-ircdev/include/listener.h:1.1.1.1 ircd-ircdev/include/listener.h:1.2 --- ircd-ircdev/include/listener.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/listener.h Sun Feb 22 08:13:21 2004 @@ -1,25 +1,29 @@ -/* - Internet Relay Chat, include/listener.h - * Copyright (C) 1999 Thomas Helvey <to...@in...> +/* + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/listener.h * - * 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. + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> + * Copyright (C) 1999 Thomas Helvey <to...@in...> * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * 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 2 of the License, or + * (at your option) any later version. * - * 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. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: listener.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: listener.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_listener_h #define INCLUDED_listener_h + #ifndef INCLUDED_ircd_defs_h #include "ircd_defs.h" /* HOSTLEN */ #endif @@ -68,4 +72,3 @@ extern void release_listener(struct Listener* listener); #endif /* INCLUDED_listener_h */ - Index: ircd-ircdev/include/match.h diff -u ircd-ircdev/include/match.h:1.1.1.1 ircd-ircdev/include/match.h:1.2 --- ircd-ircdev/include/match.h:1.1.1.1 Mon Sep 8 03:34:27 2003 +++ ircd-ircdev/include/match.h Sun Feb 22 08:13:21 2004 @@ -1,10 +1,29 @@ /* - * match.h + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/match.h + * + * 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 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: match.h,v 1.2 2004/02/22 16:13:21 zolty Exp $ * - * $Id: match.h,v 1.1.1.1 2003/09/08 10:34:27 zolty Exp $ */ #ifndef INCLUDED_match_h #define INCLUDED_match_h + #ifndef INCLUDED_sys_types_h #include <sys/types.h> /* XXX - broken BSD system headers */ #define INCLUDED_sys_types_h Index: ircd-ircdev/include/motd.h diff -u ircd-ircdev/include/motd.h:1.2 ircd-ircdev/include/motd.h:1.3 --- ircd-ircdev/include/motd.h:1.2 Sat Nov 1 07:26:45 2003 +++ ircd-ircdev/include/motd.h Sun Feb 22 08:13:21 2004 @@ -1,15 +1,14 @@ -#ifndef INCLUDED_motd_h -#define INCLUDED_motd_h /* - * IRC - Internet Relay Chat, include/motd.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/motd.h + * + * Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> * Copyright (C) 2000 Kevin L. Mitchell <kl...@mi...> + * 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 2, 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,10 +17,14 @@ * * 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: motd.h,v 1.3 2004/02/22 16:13:21 zolty Exp $ * - * $Id: motd.h,v 1.2 2003/11/01 15:26:45 zolty Exp $ */ +#ifndef INCLUDED_motd_h +#define INCLUDED_motd_h + #ifndef INCLUDED_time_h #include <time.h> /* struct tm */ #define INCLUDED_time_h Index: ircd-ircdev/include/msg.h diff -u ircd-ircdev/include/msg.h:1.2 ircd-ircdev/include/msg.h:1.3 --- ircd-ircdev/include/msg.h:1.2 Tue Oct 7 11:52:18 2003 +++ ircd-ircdev/include/msg.h Sun Feb 22 08:13:21 2004 @@ -1,12 +1,13 @@ /* - * IRC - Internet Relay Chat, include/msg.h - * Copyright (C) 1990 Jarkko Oikarinen and - * University of Oulu, Computing Center + * IRC-Dev IRCD - An advanced and innovative IRC Daemon, include/msg.h + * + * 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 @@ -15,12 +16,14 @@ * * 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-13... [truncated message content] |