diff --git a/README.LogServ.html b/README.LogServ.html index f9c0381..54a57d7 100644 --- a/README.LogServ.html +++ b/README.LogServ.html @@ -1,6 +1,6 @@ - ModuleName 3.0 Manual

ModuleName 3.0 Manual


1. Prerequisites and Installation.
1.1. Compiling and Installation
2. Basic Configuration
2.1. Blah Blah
2.2. Blah Blah
3. Detailed Configuration
3.1. NICK Setting
3.2. ALTNICK Setting
3.3. USER Setting
3.4. HOST Setting
3.5. REALNAME Setting
3.6. EXCLUSIONS Setting
3.7. BLAH Blah Setting
4. Operational Commands
4.1. HELP Command
4.2. VERSION Command
4.3. ABOUT Command
4.4. CREDITS Command
4.5. LEVELS Command
4.6. SET Command
4.7. EXCLUDE Command
4.8. BLAHBLAH Command
5. Optional Chapter
5.1. Optional Sub Heading
5.1.1. Minor heading

Welcome to the ModuleName Manual. This document will aid you in setting up and running ModuleName on your IRC network.

<add module introduction>

ModuleName is Copyright, 2005 by Justin Hammond.

1. Prerequisites and Installation.

ModuleName is designed to run on Top of NeoStats. The Following requirements at the time of writing are required for NeoStats:

  • A Linux or BSD based Server or Shell.

  • A IRCd supported by NeoStats. See the NeoStats website.

  • Some basic Unix administration Skill

  • Of Course, a IRC network to connect it all together.

Please refer to the NeoStats website for more information on the requirements

ModuleName itself requires the following:

  • NeoStats 3.0 or Higher correctly installed and Running

  • The time to read this entire document.

1.1. Compiling and Installation

As long as you have successfully setup NeoStats, and installed it correctly, Compiling ModuleName is very simple and straight forward. First you must extract the files from the download package. This is as simple as:

bash$ tar -xzf ModuleName-<ver>.tar.gz

This should then create a directory called ModuleName-<version> where <version> is the Version of ModuleName. Then Proceed to Change into the ModuleName directory, and run Configure as follows:

bash$./configure [--enable-debug | --with-neostats=<dir>]

--enable-debug is only useful for diagnostics purposes when used in conjunction with debugging tools. There should be no need to use this option on a day to day basis

--with-neostats=<dir> should be used if your neostats directory is not in a standard location (~/NeoStats/). Replace <dir> with the full path to your NeoStats installation directory (NOT SOURCE DIRECTORY)

Configuring ModuleName will look something like the following screen:

Fishs-Mac:~/Documents/Dev/ModuleName justin$ ./configure       
+   ModuleName 3.0 Manual

ModuleName 3.0 Manual


Welcome to the ModuleName Manual. This document will aid you in setting up and running ModuleName on your IRC network.

<add module introduction>

ModuleName is Copyright, 2006 by Justin Hammond.

1. Prerequisites and Installation.

ModuleName is designed to run on Top of NeoStats. The Following requirements at the time of writing are required for NeoStats:

  • A Linux or BSD based Server or Shell.

  • A IRCd supported by NeoStats. See the NeoStats website.

  • Some basic Unix administration Skill

  • Of Course, a IRC network to connect it all together.

Please refer to the NeoStats website for more information on the requirements

ModuleName itself requires the following:

  • NeoStats 3.0 or Higher correctly installed and Running

  • The time to read this entire document.

1.1. Compiling and Installation

As long as you have successfully setup NeoStats, and installed it correctly, Compiling ModuleName is very simple and straight forward. First you must extract the files from the download package. This is as simple as:

bash$ tar -xzf ModuleName-<ver>.tar.gz

This should then create a directory called ModuleName-<version> where <version> is the Version of ModuleName. Then Proceed to Change into the ModuleName directory, and run Configure as follows:

bash$./configure [--enable-debug | --with-neostats=<dir>]

--enable-debug is only useful for diagnostics purposes when used in conjunction with debugging tools. There should be no need to use this option on a day to day basis

--with-neostats=<dir> should be used if your neostats directory is not in a standard location (~/NeoStats/). Replace <dir> with the full path to your NeoStats installation directory (NOT SOURCE DIRECTORY)

Configuring ModuleName will look something like the following screen:

Fishs-Mac:~/Documents/Dev/ModuleName justin$ ./configure       
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
@@ -46,4 +46,4 @@ Installing README.ModuleName.html:                                    [OK] 

Deleting an Entry

To delete a entry, you should first lookup the Position of the entry that you wish to delete. The format of the command is as follows:

/msg ModuleName exclude del <pattern>

Where:

<pattern> is the pattern of the entry you wish to delete in the list

The output of the command is as follows:

[13:22]  ModuleName Fish used EXCLUDE
-[13:22]  -ModuleName- *.blah.com delete from exclusion list

4.8. BLAHBLAH Command

That command forces ModuleName to check the Dat File version at http://secure.irc-chat.net/ and download the latest version if required.

Warning

Repeated use of this command in a short period of time will result in your account at secure.irc-chat.net being suspended for abuse. Use with CARE

The format of the command is as follows:

/msg ModuleName update

5. Optional Chapter

use this to write any optional information etc etc etc

5.1. Optional Sub Heading

Subheading

5.1.1. Minor heading

minor heading

\ No newline at end of file +[13:22] -ModuleName- *.blah.com delete from exclusion list

4.8. BLAHBLAH Command

That command forces ModuleName to check the Dat File version at http://secure.irc-chat.net/ and download the latest version if required.

Warning

Repeated use of this command in a short period of time will result in your account at secure.irc-chat.net being suspended for abuse. Use with CARE

The format of the command is as follows:

/msg ModuleName update

5. Optional Chapter

use this to write any optional information etc etc etc

5.1. Optional Sub Heading

Subheading

5.1.1. Minor heading

minor heading

diff --git a/README.LogServ.xml b/README.LogServ.xml index af0db48..b50e768 100644 --- a/README.LogServ.xml +++ b/README.LogServ.xml @@ -9,7 +9,7 @@ <add module introduction> - ModuleName is Copyright, 2005 by Justin Hammond. + ModuleName is Copyright, 2006 by Justin Hammond. Prerequisites and Installation. @@ -626,4 +626,4 @@ Installing README.ModuleName.html: [OK] - \ No newline at end of file + diff --git a/help.c b/help.c index 24aed1c..61e78c2 100644 --- a/help.c +++ b/help.c @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logdefault.c b/logdefault.c index 7e9dae5..ebf7ae4 100755 --- a/logdefault.c +++ b/logdefault.c @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logdefault.h b/logdefault.h index 2e6ba7f..d062d16 100755 --- a/logdefault.h +++ b/logdefault.h @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logeggdrop.c b/logeggdrop.c index eec0ca5..76213dd 100755 --- a/logeggdrop.c +++ b/logeggdrop.c @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logeggdrop.h b/logeggdrop.h index e745db3..4e3949d 100755 --- a/logeggdrop.h +++ b/logeggdrop.h @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logmirc.c b/logmirc.c index fffdd8d..2fb1033 100755 --- a/logmirc.c +++ b/logmirc.c @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logmirc.h b/logmirc.h index 18c39be..7fd7bdc 100755 --- a/logmirc.h +++ b/logmirc.h @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logprocessing.c b/logprocessing.c index 282316f..b11a307 100755 --- a/logprocessing.c +++ b/logprocessing.c @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logserv.c b/logserv.c index 90e324d..f22dd27 100755 --- a/logserv.c +++ b/logserv.c @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify @@ -50,7 +50,7 @@ static int ls_event_cmode( const CmdParams *cmdparams ); /** Copyright info */ static const char *ls_copyright[] = { - "Copyright (c) 1999-2005, NeoStats", + "Copyright (c) 1999-2006, NeoStats", "http://www.neostats.net/", NULL }; diff --git a/logserv.h b/logserv.h index 26cec54..2cda9fa 100644 --- a/logserv.h +++ b/logserv.h @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logxchat.c b/logxchat.c index 1bda42c..5a8b93e 100755 --- a/logxchat.c +++ b/logxchat.c @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify diff --git a/logxchat.h b/logxchat.h index 0b30a05..f6b0a13 100755 --- a/logxchat.h +++ b/logxchat.h @@ -1,5 +1,5 @@ /* NeoStats - IRC Statistical Services -** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington +** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington ** http://www.neostats.net/ ** ** This program is free software; you can redistribute it and/or modify