Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions common/bsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: bsd.c,v 1.13 2005/12/27 02:23:48 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define BSD_C
Expand Down
4 changes: 0 additions & 4 deletions common/dbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: dbuf.c,v 1.12 2004/10/01 20:22:12 chopin Exp $";
#endif

/*
** For documentation of the *global* functions implemented here,
** see the header file (dbuf.h).
Expand Down
4 changes: 0 additions & 4 deletions common/irc_sprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*
*/

#ifndef lint
static const volatile char rcsid[] = "$Id: irc_sprintf.c,v 1.5 2004/10/01 20:22:12 chopin Exp $";
#endif

#define IRC_SPRINTF_C
#include "irc_sprintf_ext.h"
#undef IRC_SPRINTF_C
Expand Down
1 change: 0 additions & 1 deletion common/irc_sprintf_body.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id: irc_sprintf_body.c,v 1.2 2003/07/18 16:24:25 chopin Exp $ */
{
#ifndef IRC_SPRINTF_V
va_list ap;
Expand Down
1 change: 0 additions & 1 deletion common/irc_sprintf_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

/* This file contains external definitions for global variables and functions
defined in common/irc_sprintf.c.
$Id: irc_sprintf_ext.h,v 1.5 2003/07/18 16:24:25 chopin Exp $
*/

/* External definitions for global functions.
Expand Down
4 changes: 0 additions & 4 deletions common/match.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: match.c,v 1.16 2005/02/04 18:40:06 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define MATCH_C
Expand Down
4 changes: 0 additions & 4 deletions common/packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: packet.c,v 1.13 2004/10/01 20:22:12 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define PACKET_C
Expand Down
4 changes: 0 additions & 4 deletions common/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: parse.c,v 1.97 2010/08/12 16:29:30 bif Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define PARSE_C
Expand Down
4 changes: 0 additions & 4 deletions common/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: send.c,v 1.108 2008/06/08 17:17:10 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define SEND_C
Expand Down
1 change: 0 additions & 1 deletion common/struct_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: struct_def.h,v 1.152 2011/01/20 14:26:56 bif Exp $
*/

typedef struct ConfItem aConfItem;
Expand Down
4 changes: 0 additions & 4 deletions common/support.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: support.c,v 1.46 2009/03/15 01:25:32 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define SUPPORT_C
Expand Down
5 changes: 1 addition & 4 deletions contrib/ircdwatch/ircdwatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
*
*/

static const volatile char rcsid[] = "@(#)$Id: ircdwatch.c,v 1.10 2004/10/02 01:20:43 chopin Exp $";

#include <stdio.h>
#include <stdlib.h> /* atol() */
#include <unistd.h> /* fork() exec() */
Expand Down Expand Up @@ -476,8 +474,7 @@ Usage:\n\
--kill, stop both ircdwatch and ircd\n\
--rest, stop ircdwatch but let ircd alone\n\
--help, display this text\n\
\n\
%s\n", rcsid);
\n");
}

int
Expand Down
1 change: 0 additions & 1 deletion contrib/mkpasswd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Makefile for the mkpasswd
# CVS $Id: Makefile,v 1.2 2001/10/20 17:57:23 q Exp $

CC=gcc
CFLAGS = -O2 -Wall
Expand Down
2 changes: 0 additions & 2 deletions contrib/mkpasswd/mkpasswd.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
**
** /dev/random for salt generation added by
** Aaron Sethman <androsyn@ratbox.org>
**
** $Id: mkpasswd.c,v 1.7 2005/01/03 22:16:59 q Exp $
*/
#include <stdio.h>
#include <string.h>
Expand Down
4 changes: 0 additions & 4 deletions contrib/mod_passwd/mod_passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: mod_passwd.c,v 1.3 2004/10/01 20:22:13 chopin Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#include "a_externs.h"
Expand Down
1 change: 0 additions & 1 deletion doc/INSTALL.info
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Installing IRC - The Internet Relay Chat Program
************************************************

SGML version by Christophe Kalt, updated by Piotr Kucharski
$Id: INSTALL.info,v 1.87 2010/08/11 17:36:56 bif Exp $

This document describes how to install, and configure IRC 2.11

Expand Down
1 change: 0 additions & 1 deletion doc/INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Installing IRC - The Internet Relay Chat Program
SGML version by Christophe Kalt, updated by Piotr Kucharski
$Id: INSTALL.txt,v 1.87 2010/08/11 17:36:56 bif Exp $

This document describes how to install, and configure IRC 2.11

Expand Down
2 changes: 0 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#* along with this program; if not, write to the Free Software
#* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#*
#* $Id: Makefile,v 1.3 1997/08/08 14:44:13 kalt Exp $
#*
#*/

MANDIR=/usr/local/man
Expand Down
2 changes: 0 additions & 2 deletions doc/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# @(#)$Id: README,v 1.9 2004/12/21 01:14:08 chopin Exp $

This directory contains the documentation related to this package.


Expand Down
2 changes: 0 additions & 2 deletions doc/m4macros
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# @(#)$Id: m4macros,v 1.3 2002/05/19 22:45:47 jv Exp $

The following macros are included in "ircd.m4" for use with the m4 text
preprocessor. "ircd.m4" is parsed before the IRC server conf file so they
are all available for use with that.
Expand Down
4 changes: 0 additions & 4 deletions iauth/a_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: a_conf.c,v 1.39 2004/11/13 16:46:18 chopin Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define A_CONF_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/a_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: a_io.c,v 1.31 2005/01/03 17:33:55 q Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define A_IO_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/a_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: a_log.c,v 1.11 2004/10/01 20:22:13 chopin Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define A_LOG_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/iauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: iauth.c,v 1.18 2005/01/03 22:16:59 q Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define IAUTH_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/mod_dnsbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: mod_dnsbl.c,v 1.1 2024/10/1 15:35:00 patrick Exp $";
#endif

// clang-format off
// "os.h" must be included before "a_defines.h"
#include "os.h"
Expand Down
4 changes: 0 additions & 4 deletions iauth/mod_lhex.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id mod_lhex.c,v 1.12 1999/02/06 21:43:52 kalt Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define MOD_LHEX_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/mod_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: mod_pipe.c,v 1.8 2006/08/08 08:42:15 chopin Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define MOD_PIPE_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/mod_rfc931.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: mod_rfc931.c,v 1.20 2004/10/01 20:22:13 chopin Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define MOD_RFC931_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/mod_socks.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: mod_socks.c,v 1.43 2004/10/03 17:13:42 chopin Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define MOD_SOCKS_C
Expand Down
4 changes: 0 additions & 4 deletions iauth/mod_webproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: mod_webproxy.c,v 1.4 2005/01/27 19:17:44 chopin Exp $";
#endif

#include "os.h"
#include "a_defines.h"
#define MOD_PROXY_C
Expand Down
2 changes: 0 additions & 2 deletions ircd/buildm4
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# $Id: buildm4,v 1.12 2002/05/19 22:46:42 jv Exp $
#

#
# If only this was a perl script...*sigh*
Expand Down
4 changes: 0 additions & 4 deletions ircd/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
* Moved is_full() from list.c
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: channel.c,v 1.279 2010/08/12 16:23:14 bif Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define CHANNEL_C
Expand Down
4 changes: 0 additions & 4 deletions ircd/chkconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: chkconf.c,v 1.52 2009/04/29 22:05:08 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define CHKCONF_C
Expand Down
4 changes: 0 additions & 4 deletions ircd/class.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: class.c,v 1.28 2008/06/22 16:09:07 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define CLASS_C
Expand Down
2 changes: 0 additions & 2 deletions ircd/config_read.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* "@(#)$Id: config_read.c,v 1.33 2005/05/13 17:39:12 chopin Exp $"; */

/* used in config_error() */
#define CF_NONE 0
#define CF_WARN 1
Expand Down
2 changes: 0 additions & 2 deletions ircd/fileio.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
* 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.c,v 1.1 2005/02/15 19:16:09 chopin Exp $
*/
#include "fileio.h"
#define s_assert(x)
Expand Down
2 changes: 0 additions & 2 deletions ircd/fileio.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
* 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.1 2005/02/15 19:16:09 chopin Exp $
*/

#ifndef INCLUDED_fileio_h
Expand Down
3 changes: 0 additions & 3 deletions ircd/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: hash.c,v 1.57 2008/06/15 00:57:37 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
Expand Down
4 changes: 0 additions & 4 deletions ircd/ircd.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: ircd.c,v 1.165 2010/08/11 17:39:00 bif Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define IRCD_C
Expand Down
4 changes: 0 additions & 4 deletions ircd/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef lint
static const volatile char rcsid[] = "@(#)$Id: list.c,v 1.47 2009/03/15 01:11:19 chopin Exp $";
#endif

#include "os.h"
#include "s_defines.h"
#define LIST_C
Expand Down
Loading
Loading