]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
Corrected typo. Moved credits to CREDITS.
authorandy <redacted>
Tue, 31 Dec 2002 08:17:40 +0000 (08:17 +0000)
committerandy <redacted>
Tue, 31 Dec 2002 08:17:40 +0000 (08:17 +0000)
CREDITS [new file with mode: 0644]
README

diff --git a/CREDITS b/CREDITS
new file mode 100644 (file)
index 0000000..17de671
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,78 @@
+
+BOPM 3.0:
+
+  Erik Fears <strtok@blitzed.org>
+         - Main layout/functionality
+         - libopm library, and bopm interface
+         - IRC parsing
+         - config file parsing  
+  Andy Smith <grifferz@blitzed.org>
+         - Operator command interface
+         - dnsbl_report 
+         - Handles all the DNSBL fun!
+         - Automake/Autoconf madness
+
+  David Leadbeater <dg@blitzed.org>
+         - Asynchronous DNS (firedns)
+         - HTTP POST!
+
+  The Hybrid Team
+         - IRC match code
+         - Whitespace/String parsing in config-parser.y
+
+
+
+BOPM 1.x - 2.x:
+
+   Erik Fears <strtok@blitzed.org>
+         - Main Developer.
+
+   Andy Smith <grifferz@blitzed.org>
+         - Oper commands interface
+         - Interface to DNSbl
+         - Makefile trickery
+         - Debugging
+         - Evil bopchecker hack
+         - Autoconfiscation (kekeke) & Automake
+         - Solaris port (with thanks to Nathan Nieblas for resources)
+         - Poking people with sticks until they did things
+   David Leadbeater <dg@blitzed.org> 
+         - Developed perl script (see proxy-tools in Blitzed CVS repository) to
+           test BOPM's support for scanning many clients at once
+
+   Sotiris Tsimbonis <stsimb@irc.gr>
+         - Added -c command line argument
+         - Idea to make bopm set umode -h on oper
+         - Mutliple DNSBL_TO idea
+
+   Rob Levin <levin@openprojects.net>
+         - PASSWORD config option
+         - TYPE_LIST initial implementation
+         - EXCLUDE config option
+
+   Ben AKA locksmith <mmcgarve@insight.rr.com> (irc.lockchat.net)
+         - Debugging assistance
+
+   John Payne <jpayne@blitzed.org>
+         - Ideas for more robust HTTP handling
+
+   Jakub Jankowski <shasta@blitzed.org>
+         - Some code tidying patches
+
+   The Hybrid Team
+         - String matching (match.[ch])
+
+   Emre ERTUGAY <collide@tr.net>
+         - TR-IRCD testing help
+
+   Alex Wu <wu@wunix.org>
+         - IRCu testing
+
+   Harald Skoglund <harald@hekta.stud.iet.hist.no>
+         - Option to configure directory for logfile, config, etc.
+
+   Yusuf Iskenderoglu <uhc0@stud.uni-karlsruhe.de>
+         - IPv6 support.
+         - Many other great ideas.
diff --git a/README b/README
index d964997574444a37a421d966c4c6583fbfc655aa..e2449d6c43024ea8c4e6e817fbcd5757e11cae49 100644 (file)
--- a/README
+++ b/README
@@ -78,7 +78,7 @@ botnick stats                     -- Output scan stats, uptime and client connec
 Rehashing BOPM 
 --------------------------------
 
-A /kill to bopm will cause the process to restart, rehashing the configuraiton file
+A /kill to bopm will cause the process to restart, rehashing the configuration file
 and ending all queued scans.
 
 
@@ -147,80 +147,4 @@ o IRCu
 Credits
 -------
 
-BOPM 3.0:
-
-  Erik Fears <strtok@blitzed.org>
-         - Main layout/functionality
-         - libopm library, and bopm interface
-         - IRC parsing
-         - config file parsing  
-  Andy Smith <grifferz@blitzed.org>
-         - Operator command interface
-         - dnsbl_report 
-         - Handles all the DNSBL fun!
-         - Automake/Autoconf madness
-
-  David Leadbeater <dg@blitzed.org>
-         - Asynchronous DNS (firedns)
-         - HTTP POST!
-
-  The Hybrid Team
-         - IRC match code
-         - Whitespace/String parsing in config-parser.y
-
-
-
-BOPM 1.x - 2.x:
-
-   Erik Fears <strtok@blitzed.org>
-         - Main Developer.
-
-   Andy Smith <grifferz@blitzed.org>
-         - Oper commands interface
-         - Interface to DNSbl
-         - Makefile trickery
-         - Debugging
-         - Evil bopchecker hack
-         - Autoconfiscation (kekeke) & Automake
-         - Solaris port (with thanks to Nathan Nieblas for resources)
-         - Poking people with sticks until they did things
-   David Leadbeater <dg@blitzed.org> 
-         - Developed perl script (see proxy-tools in Blitzed CVS repository) to
-           test BOPM's support for scanning many clients at once
-
-   Sotiris Tsimbonis <stsimb@irc.gr>
-         - Added -c command line argument
-         - Idea to make bopm set umode -h on oper
-         - Mutliple DNSBL_TO idea
-
-   Rob Levin <levin@openprojects.net>
-         - PASSWORD config option
-         - TYPE_LIST initial implementation
-         - EXCLUDE config option
-
-   Ben AKA locksmith <mmcgarve@insight.rr.com> (irc.lockchat.net)
-         - Debugging assistance
-
-   John Payne <jpayne@blitzed.org>
-         - Ideas for more robust HTTP handling
-
-   Jakub Jankowski <shasta@blitzed.org>
-         - Some code tidying patches
-
-   The Hybrid Team
-         - String matching (match.[ch])
-
-   Emre ERTUGAY <collide@tr.net>
-         - TR-IRCD testing help
-
-   Alex Wu <wu@wunix.org>
-         - IRCu testing
-
-   Harald Skoglund <harald@hekta.stud.iet.hist.no>
-         - Option to configure directory for logfile, config, etc.
-
-   Yusuf Iskenderoglu <uhc0@stud.uni-karlsruhe.de>
-         - IPv6 support.
-         - Many other great ideas.
+Please see the CREDITS file.