Removal of ancient SVN ID's part one

This commit is contained in:
JD Horelick 2010-06-10 21:22:44 -04:00
parent 9f1913e7b8
commit 133755685e
171 changed files with 0 additions and 225 deletions

View File

@ -6,7 +6,6 @@
* do so under the terms of the GNU General Public License under which
* this library is distributed.
*
* $Id: rsdb_snprintf.c 26094 2008-09-19 15:33:46Z androsyn $
*/
#include "stdinc.h"
#include "rsdb.h"

View File

@ -28,7 +28,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: rsdb_sqlite3.c 26182 2008-11-11 02:52:41Z androsyn $
*/
#include "stdinc.h"
#include "rsdb.h"

View File

@ -41,7 +41,6 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
@ -70,7 +69,6 @@
**
** This file defines various limits of what SQLite can process.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -436,7 +434,6 @@ SQLITE_PRIVATE void sqlite3Coverage(int);
** the version number) and changes its name to "sqlite3.h" as
** part of the build process.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
@ -6044,7 +6041,6 @@ extern "C"
** This is the header file for the generic hash-table implemenation
** used in SQLite.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef _SQLITE_HASH_H_
#define _SQLITE_HASH_H_
@ -6566,7 +6562,6 @@ typedef struct WhereLevel WhereLevel;
** subsystem. See comments in the source code for a detailed description
** of what each interface routine does.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef _BTREE_H_
#define _BTREE_H_
@ -6778,7 +6773,6 @@ SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert(BtreeMutexArray *, Btree *);
** or VDBE. The VDBE implements an abstract machine that runs a
** simple program to access and modify the underlying database.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef _SQLITE_VDBE_H_
#define _SQLITE_VDBE_H_
@ -7164,7 +7158,6 @@ SQLITE_PRIVATE void sqlite3VdbeComment(Vdbe *, const char *, ...);
** subsystem. The page cache subsystem reads and writes a file a page
** at a time and provides a journal for rollback.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef _PAGER_H_
@ -7587,7 +7580,6 @@ SQLITE_PRIVATE sqlite3_vfs *sqlite3OsDefaultVfs(void);
** Source files should #include the sqliteInt.h file and let that file
** include this one indirectly.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -9505,7 +9497,6 @@ SQLITE_PRIVATE void (*sqlite3IoTrace) (const char *, ...);
** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
** All other code has file scope.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
**
** SQLite processes all times and dates as Julian Day numbers. The
** dates and times are stored as the number of days since noon
@ -11276,7 +11267,6 @@ sqlite3FaultStep(int id)
** This file contains the C functions that implement a memory
** allocation subsystem for use by SQLite.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -11551,7 +11541,6 @@ sqlite3_realloc(void *pPrior, int nBytes)
** This file contains the C functions that implement a memory
** allocation subsystem for use by SQLite.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -12121,7 +12110,6 @@ sqlite3MemdebugMallocCount()
** This version of the memory allocation subsystem is used if
** and only if SQLITE_MEMORY_SIZE is defined.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -12891,7 +12879,6 @@ sqlite3MemdebugDump(const char *zFilename)
** This version of the memory allocation subsystem is used if
** and only if SQLITE_POW2_MEMORY_SIZE is defined.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -13485,7 +13472,6 @@ sqlite3MemdebugDump(const char *zFilename)
** implementation is suitable for testing.
** debugging purposes
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifdef SQLITE_MUTEX_NOOP_DEBUG
@ -13624,7 +13610,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
*************************************************************************
** This file contains the C functions that implement mutexes for OS/2
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -13915,7 +13900,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
*************************************************************************
** This file contains the C functions that implement mutexes for pthreads
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -14257,7 +14241,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
*************************************************************************
** This file contains the C functions that implement mutexes for win32
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -14509,7 +14492,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
** Memory allocation functions used throughout sqlite.
**
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -15956,7 +15938,6 @@ sqlite3DebugPrintf(const char *zFormat, ...)
** Random numbers are used by some of the database backends in order
** to generate random integer keys for tables or random filenames.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -16094,7 +16075,6 @@ sqlite3PrngResetState(void)
** This file contains routines used to translate between UTF-8,
** UTF-16, UTF-16BE, and UTF-16LE.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
**
** Notes on UTF-8:
**
@ -17148,7 +17128,6 @@ sqlite3UtfSelfTest()
** This file contains functions for allocating memory, comparing
** strings, and stuff like that.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -18294,7 +18273,6 @@ sqlite3SafetyCheckSickOrOk(sqlite3 * db)
** This is the implementation of generic hash-tables
** used in SQLite.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/* Turn bulk memory into a hash table object by initializing the
@ -25483,7 +25461,6 @@ sqlite3OsDefaultVfs(void)
** start of a transaction, and is thus usually less than a few thousand,
** but can be as large as 2 billion for a really big database.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#define BITVEC_SZ 512
@ -25854,7 +25831,6 @@ sqlite3BitvecBuiltinTest(int sz, int *aOp)
** file simultaneously, or one process from reading the database while
** another is writing.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef SQLITE_OMIT_DISKIO
@ -31890,7 +31866,6 @@ sqlite3PagerRefdump(Pager * pPager)
**
*************************************************************************
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
**
** This file contains code used to implement mutexes on Btree objects.
** This code really belongs in btree.c. But btree.c is getting too
@ -31910,7 +31885,6 @@ sqlite3PagerRefdump(Pager * pPager)
** May you share freely, never taking more than you give.
**
*************************************************************************
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
**
** This file implements a external (disk-based) database using BTrees.
** For a detailed discussion of BTrees, refer to
@ -32913,7 +32887,6 @@ sqlite3BtreeMutexArrayLeave(BtreeMutexArray * pArray)
** May you share freely, never taking more than you give.
**
*************************************************************************
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
**
** This file implements a external (disk-based) database using BTrees.
** See the header comment on "btreeInt.h" for additional information.
@ -42590,7 +42563,6 @@ sqlite3ValueBytes(sqlite3_value * pVal, u8 enc)
** to version 2.8.7, all this code was combined into the vdbe.c source file.
** But that file was getting too big so this subroutines were split out.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -47006,7 +46978,6 @@ sqlite3_db_handle(sqlite3_stmt * pStmt)
** in this file for details. If in doubt, do not deviate from existing
** commenting and indentation practices when changing or adding code.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -52637,7 +52608,6 @@ sqlite3VdbeExec(Vdbe * p /* The VDBE */
**
** This file contains code used to implement incremental BLOB I/O.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -53021,7 +52991,6 @@ sqlite3_blob_bytes(sqlite3_blob * pBlob)
**
*************************************************************************
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifdef SQLITE_ENABLE_ATOMIC_WRITE
@ -53309,7 +53278,6 @@ sqlite3JournalSize(sqlite3_vfs * pVfs)
** This file contains routines used for analyzing expressions and
** for generating VDBE code that evaluates expressions in SQLite.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -57403,7 +57371,6 @@ sqlite3ReleaseTempRange(Parse * pParse, int iReg, int nReg)
** This file contains C code routines that used to generate VDBE code
** that implements the ALTER TABLE command.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -58098,7 +58065,6 @@ sqlite3AlterBeginAddColumn(Parse * pParse, SrcList * pSrc)
*************************************************************************
** This file contains code associated with the ANALYZE command.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef SQLITE_OMIT_ANALYZE
@ -58575,7 +58541,6 @@ sqlite3AnalysisLoad(sqlite3 * db, int iDb)
*************************************************************************
** This file contains code used to implement the ATTACH and DETACH commands.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef SQLITE_OMIT_ATTACH
@ -59183,7 +59148,6 @@ sqlite3FixTriggerStep(DbFixer * pFix, /* Context of the fixation */
** systems that do not need this facility may omit it by recompiling
** the library with -DSQLITE_OMIT_AUTHORIZATION=1
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -59454,7 +59418,6 @@ sqlite3AuthContextPop(AuthContext * pContext)
** COMMIT
** ROLLBACK
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -63492,7 +63455,6 @@ sqlite3IndexKeyinfo(Parse * pParse, Index * pIdx)
** This file contains functions used to access the internal hash tables
** of user defined functions and collation sequences.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -63911,7 +63873,6 @@ sqlite3SchemaGet(sqlite3 * db, Btree * pBt)
** This file contains C code routines that are called by the parser
** in order to generate code for DELETE FROM statements.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -64522,7 +64483,6 @@ sqlite3GenerateIndexKey(Parse * pParse, /* Parsing context */
** sqliteRegisterBuildinFunctions() found at the bottom of the file.
** All other code has file scope.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -66210,7 +66170,6 @@ sqlite3IsLikeFunction(sqlite3 * db, Expr * pExpr, int *pIsNocase, char *aWc)
** This file contains C code routines that are called by the parser
** to handle INSERT statements in SQLite.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -68135,7 +68094,6 @@ xferOptimization(Parse * pParse, /* Parser context */
** other files are for internal use by SQLite and should not be
** accessed by users of the library.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -68330,7 +68288,6 @@ sqlite3_exec(sqlite3 * db, /* The database on which the SQL executes */
** as extensions by SQLite should #include this file instead of
** sqlite3.h.
**
** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef _SQLITE3EXT_H_
#define _SQLITE3EXT_H_
@ -69281,7 +69238,6 @@ sqlite3AutoLoadExtensions(sqlite3 * db)
*************************************************************************
** This file contains code used to implement the PRAGMA command.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/* Ignore this whole file if pragmas are disabled
@ -70825,7 +70781,6 @@ sqlite3Pragma(Parse * pParse, Token * pId1, /* First part of [database.]id field
** interface, and routines that contribute to loading the database schema
** from disk.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -71754,7 +71709,6 @@ sqlite3_prepare16_v2(sqlite3 * db, /* Database handle. */
** This file contains C code routines that are called by the parser
** to handle SELECT statements in SQLite.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
@ -77304,7 +77258,6 @@ sqlite3CodeRowTrigger(Parse * pParse, /* Parse context */
** This file contains C code routines that are called by the parser
** to handle UPDATE statements.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef SQLITE_OMIT_VIRTUALTABLE
@ -78081,7 +78034,6 @@ updateVirtualTable(Parse * pParse, /* The parsing context */
** Most of the code in this file may be omitted by defining the
** SQLITE_OMIT_VACUUM macro.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#if !defined(SQLITE_OMIT_VACUUM) && !defined(SQLITE_OMIT_ATTACH)
@ -78381,7 +78333,6 @@ sqlite3RunVacuum(char **pzErrMsg, sqlite3 * db)
*************************************************************************
** This file contains code used to help implement virtual tables.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef SQLITE_OMIT_VIRTUALTABLE
@ -79337,7 +79288,6 @@ sqlite3VtabMakeWritable(Parse * pParse, Table * pTab)
** so is applicable. Because this module is responsible for selecting
** indices, you might also think of this module as the "query optimizer".
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -86717,7 +86667,6 @@ sqlite3Parser(void *yyp, /* The parser */
** individual tokens and sends those tokens one-by-one over to the
** parser for analysis.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
/*
@ -87486,7 +87435,6 @@ sqlite3RunParser(Parse * pParse, const char *zSql, char **pzErrMsg)
** separating it out, the code will be automatically omitted from
** static links that do not use it.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifndef SQLITE_OMIT_COMPLETE
@ -87830,7 +87778,6 @@ sqlite3_complete16(const void *zSql)
** other files are for internal use by SQLite and should not be
** accessed by users of the library.
**
** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
*/
#ifdef SQLITE_ENABLE_FTS3
/************** Include fts3.h in the middle of main.c ***********************/

View File

@ -5,7 +5,6 @@
* problems. It will return ERR_NEEDREGGEDNICK on failure.
* -- nenolod
*
* $Id: createauthonly.c 833 2006-02-15 00:27:59Z jilles $
*/
#include "stdinc.h"

View File

@ -5,7 +5,6 @@
* return ERR_NEEDREGGEDNICK on failure.
* -- nenolod
*
* $Id: createoperonly.c 3476 2007-05-24 04:28:36Z nenolod $
*/
#include "stdinc.h"

View File

@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: example_module.c 3161 2007-01-25 07:23:01Z nenolod $
*/
/* List of ircd includes from ../include/ */

View File

@ -2,7 +2,6 @@
* Account extban type: bans all users with any/matching account
* -- jilles
*
* $Id: extb_account.c 1299 2006-05-11 15:43:03Z jilles $
*/
#include "stdinc.h"

View File

@ -3,7 +3,6 @@
* specified channel.
* -- nenolod/jilles
*
* $Id: extb_canjoin.c 1841 2006-08-22 17:30:03Z jilles $
*/
#include "stdinc.h"

View File

@ -2,7 +2,6 @@
* Channel extban type: matches users who are in a certain public channel
* -- jilles
*
* $Id: extb_channel.c 1723 2006-07-06 15:23:58Z jilles $
*/
#include "stdinc.h"

View File

@ -3,7 +3,6 @@
* Requested by Lockwood.
* - nenolod
*
* $Id: extb_realname.c 1339 2006-05-17 00:45:40Z nenolod $
*/
#include "stdinc.h"

View File

@ -2,7 +2,6 @@
* Oper extban type: matches opers
* -- jilles
*
* $Id: extb_oper.c 1299 2006-05-11 15:43:03Z jilles $
*/
#include "stdinc.h"

View File

@ -2,7 +2,6 @@
* Realname extban type: bans all users with matching gecos
* -- jilles
*
* $Id: extb_realname.c 1299 2006-05-11 15:43:03Z jilles $
*/
#include "stdinc.h"

View File

@ -2,7 +2,6 @@
* Server name extban type: bans all users using a certain server
* -- jilles
*
* $Id: extb_server.c 1299 2006-05-11 15:43:03Z jilles $
*/
#include "stdinc.h"

View File

@ -4,7 +4,6 @@
* Copyright (C) 2006 charybdis development team
* All rights reserved
*
* $Id: hurt.c 3161 2007-01-25 07:23:01Z nenolod $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -1,4 +1,3 @@
/* $Id: ip_cloaking.c 3526 2007-07-06 07:56:14Z nenolod $ */
#include "stdinc.h"
#include "modules.h"

View File

@ -2,7 +2,6 @@
* Copyright (C) infinity-infinity God <God@Heaven>
*
* Bob was here
* $Id: m_42.c 3161 2007-01-25 07:23:01Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_wallops.c 20702 2005-08-31 20:59:02Z leeh $
*/
#include "stdinc.h"

View File

@ -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: m_findforwards.c 986 2006-03-08 00:10:46Z jilles $
*/
#include "stdinc.h"
#include "channel.h"

View File

@ -26,7 +26,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_force.c 3297 2007-03-28 14:49:48Z jilles $
*/
#include "stdinc.h"

View File

@ -28,7 +28,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_identify.c 2729 2006-11-09 23:52:06Z jilles $
*/
#include "stdinc.h"

View File

@ -6,7 +6,6 @@
*
* You can use this code in any way as long as these names remain.
*
* $Id: m_mkpasswd.c 3161 2007-01-25 07:23:01Z nenolod $
*/
/* List of ircd includes from ../include/ */

View File

@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: m_ojoin.c 3554 2007-08-10 22:31:14Z jilles $
*/
#include "stdinc.h"

View File

@ -20,7 +20,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_okick.c 3554 2007-08-10 22:31:14Z jilles $
*/
#include "stdinc.h"

View File

@ -23,7 +23,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_olist.c 6 2005-09-10 01:02:21Z nenolod $
*/
#include "stdinc.h"

View File

@ -22,7 +22,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_omode.c 3121 2007-01-02 13:23:04Z jilles $
*/
#include "stdinc.h"

View File

@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: m_opme.c 3554 2007-08-10 22:31:14Z jilles $
*/
#include "stdinc.h"
#include "channel.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_webirc.c 3458 2007-05-18 19:51:22Z jilles $
*/
/* Usage:
* auth {

View File

@ -3,7 +3,6 @@
* hidden_oper privilege).
* -- jilles
*
* $Id: no_oper_invis.c 3219 2007-02-24 19:34:28Z jilles $
*/
#include "stdinc.h"

View File

@ -5,7 +5,6 @@
* of all clients.
* -- jilles
*
* $Id: sno_farconnect.c 1869 2006-08-27 14:24:25Z jilles $
*/
#include "stdinc.h"

View File

@ -6,7 +6,6 @@
* Yes, this is a hack, but it is simple and avoids sending
* more data across servers -- jilles
*
* $Id: sno_globalkline.c 613 2006-01-29 03:03:02Z nenolod $
*/
#include "stdinc.h"

View File

@ -1,7 +1,6 @@
/*
* Remote oper up notices.
*
* $Id: sno_globaloper.c 639 2006-01-29 21:42:06Z jilles $
*/
#include "stdinc.h"

View File

@ -5,7 +5,6 @@
* If #define OPERONLY is removed, then any user can use this snomask
* (you need to put ~servnotice in oper_only_umodes for this to work).
*
* $Id: sno_whois.c 3498 2007-05-30 10:22:25Z jilles $
*/
#include "stdinc.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: spy_admin_notice.c 498 2006-01-15 16:40:33Z jilles $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: spy_info_notice.c 498 2006-01-15 16:40:33Z jilles $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: spy_links_notice.c 498 2006-01-15 16:40:33Z jilles $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: spy_motd_notice.c 498 2006-01-15 16:40:33Z jilles $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: spy_stats_notice.c 498 2006-01-15 16:40:33Z jilles $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: spy_stats_p_notice.c 498 2006-01-15 16:40:33Z jilles $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: spy_trace_notice.c 498 2006-01-15 16:40:33Z jilles $
*/
#include "stdinc.h"
#include "modules.h"

View File

@ -1,4 +1,3 @@
/* $Id: arc4random.c 26092 2008-09-19 15:13:52Z androsyn $ */
/* $$$: arc4random.c 2005/02/08 robert */
/* $NetBSD: arc4random.c,v 1.5.2.1 2004/03/26 22:52:50 jmc Exp $ */
/* $OpenBSD: arc4random.c,v 1.6 2001/06/05 05:05:38 pvalchev Exp $ */

View File

@ -28,7 +28,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: balloc.c 26100 2008-09-20 01:27:19Z androsyn $
*/
/*

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: commio.c 26254 2008-12-10 04:04:38Z androsyn $
*/
#include <libratbox_config.h>
#include <ratbox_lib.h>

View File

@ -22,7 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: devpoll.c 26254 2008-12-10 04:04:38Z androsyn $
*/
#include <libratbox_config.h>
#include <ratbox_lib.h>

View File

@ -23,7 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: epoll.c 26294 2008-12-13 03:01:19Z androsyn $
*/
#define _GNU_SOURCE 1

View File

@ -39,7 +39,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: event.c 26272 2008-12-10 05:55:10Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: gnutls.c 26296 2008-12-13 03:36:00Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: helper.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#include <libratbox_config.h>
#include <ratbox_lib.h>

View File

@ -22,7 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: kqueue.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: linebuf.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: commio.c 24808 2008-01-02 08:17:05Z androsyn $
*/

View File

@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: commio.c 24808 2008-01-02 08:17:05Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -4,7 +4,6 @@
* This was then yanked out of the ratbox/devel/src tree and stuffed into
* libratbox and had function names changed, but otherwise not really altered.
*
* $Id: patricia.c 24244 2007-08-22 19:04:55Z androsyn $
* Dave Plonka <plonka@doit.wisc.edu>
*
* This product includes software developed by the University of Michigan,

View File

@ -22,7 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: poll.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#include <libratbox_config.h>
#include <ratbox_lib.h>

View File

@ -23,7 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: ports.c 26286 2008-12-10 23:28:53Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: ratbox_lib.c 26282 2008-12-10 20:33:21Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: rb_memory.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#include <libratbox_config.h>
#include <ratbox_lib.h>

View File

@ -22,7 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: select.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#define FD_SETSIZE 65535
#include <libratbox_config.h>

View File

@ -23,7 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: sigio.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#ifndef _GNU_SOURCE

View File

@ -4,7 +4,6 @@
* The original headers are below..
* Note that this implementation does not process floating point numbers so
* you will likely need to fall back to using sprintf yourself to do those...
* $Id: snprintf.c 26092 2008-09-19 15:13:52Z androsyn $
*/
/*

View File

@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: tools.c 26170 2008-10-26 20:59:07Z androsyn $
*
* Here is the original header:
*

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: unix.c 26180 2008-11-11 00:00:12Z androsyn $
*/
#include <libratbox_config.h>
#include <ratbox_lib.h>

View File

@ -23,7 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
* $Id: win32.c 26092 2008-09-19 15:13:52Z androsyn $
*/
#include <libratbox_config.h>

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_die.c 3295 2007-03-28 14:45:46Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_error.c 494 2006-01-15 16:08:28Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_join.c 3494 2007-05-27 13:07:27Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_kick.c 3317 2007-03-28 23:17:06Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_kill.c 3408 2007-04-14 20:58:56Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_message.c 3173 2007-01-31 23:57:18Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_mode.c 1006 2006-03-09 15:32:14Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_nick.c 3518 2007-06-22 21:59:09Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_part.c 98 2005-09-11 03:37:47Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_quit.c 1333 2006-05-14 13:47:33Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_server.c 3291 2007-03-28 14:30:10Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_squit.c 3161 2007-01-25 07:23:01Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_accept.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_admin.c 3368 2007-04-03 10:11:06Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_away.c 3370 2007-04-03 10:15:39Z nenolod $
*/
#include "stdinc.h"

View File

@ -27,7 +27,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_cap.c 676 2006-02-03 20:05:09Z gxti $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_capab.c 1295 2006-05-08 13:05:25Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_challenge.c 3161 2007-01-25 07:23:01Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_close.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -30,7 +30,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_cmessage.c 1543 2006-06-01 18:18:28Z jilles $
*/
#include "stdinc.h"
#include "client.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_connect.c 3161 2007-01-25 07:23:01Z nenolod $
*/
#include "stdinc.h"

View File

@ -26,7 +26,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_encap.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -29,7 +29,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_etrace.c 3161 2007-01-25 07:23:01Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_help.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_info.c 3396 2007-04-05 00:38:52Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_invite.c 3438 2007-05-06 14:46:45Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_ison.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -20,7 +20,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_knock.c 3570 2007-09-09 19:19:23Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_links.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -30,7 +30,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_list.c 3372 2007-04-03 10:18:07Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_locops.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_lusers.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_map.c 3368 2007-04-03 10:11:06Z nenolod $
*/
#include "stdinc.h"

View File

@ -27,7 +27,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_monitor.c 312 2005-11-07 10:47:33Z jilles $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_motd.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_names.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

View File

@ -21,7 +21,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: m_oper.c 1483 2006-05-27 18:58:12Z jilles $
*/
#include "stdinc.h"

View File

@ -26,7 +26,6 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: m_operspy.c 254 2005-09-21 23:35:12Z nenolod $
*/
#include "stdinc.h"

Some files were not shown because too many files have changed in this diff Show More