From c5016d76014c2ce494a327016629543ed868b2c7 Mon Sep 17 00:00:00 2001 From: Geo Date: Sat, 10 Sep 2016 23:00:24 -0400 Subject: [PATCH 1/8] Eggdrop v1.8.0 Release Candidate 1 --- ChangeLog | 16329 +++++++++++++------------------------------------- aclocal.m4 | 2 +- configure | 2 +- src/patch.h | 6 +- 4 files changed, 4048 insertions(+), 12291 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75c40bb43..0ef224714 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12383 +1,4140 @@ -2010-07-12 10:18 thommey +- - - - - - - - - - - - - - - +Commit 1a2ac64 (2016-09-10 19:22:42 -0400) by Geo +Rename basic.eggdrop.conf to eggdrop-basic.conf + +basic.eggdrop.conf +eggdrop-basic.conf + +- - - - - - - - - - - - - - - +Commit 1d86245 (2016-09-10 16:42:56 -0400) by Geo +Generate documents + +doc/BOTNET +doc/IPV6 +doc/settings/core.settings + +- - - - - - - - - - - - - - - +Commit 9f2c0e2 (2016-09-09 23:18:49 -0400) by Geo +Update THANKS file + +THANKS + +- - - - - - - - - - - - - - - +Commit 3786a5c (2016-09-09 08:45:51 -0400) by Geo +Add pid setting to basic.conf + +basic.eggdrop.conf + +- - - - - - - - - - - - - - - +Commit a9a2d13 (2016-08-30 22:58:25 -0400) by Geo +Add 'basic' config file option to Eggdrop. Fixes #164 +Move loadmodules to top, mod a few other settings + +Comment trim + +Basic conf improvements + +Rename basic config file + +Add +x to basic.eggdrop.conf + +Update intro text + +Fix inline comments + +basic.eggdrop.conf +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit f20b8fe (2016-09-08 21:25:48 -0400) by Geo +Remove incorrect docs update artifact + +doc/IPv6 + +- - - - - - - - - - - - - - - +Commit f69a389 (2016-09-07 18:58:54 -0500) by andy5995 +Fix incorrect .chaddr help documentation. Merges #238 +Found by: andy5995 / Patch by: andy5995 + +doc/sphinx_source/mainDocs/botnet.rst +language/core.danish.lang +language/core.english.lang +language/core.finnish.lang +language/core.french.lang +language/core.german.lang + +- - - - - - - - - - - - - - - +Commit 618ecbf (2016-08-28 11:57:31 -0500) by andy5995 +Fix format string warnings. Fixes #195, Merges #232. +When eggdrop is built with -Wformat -Werror=format-security + +src/main.c +src/misc.c +src/mod/server.mod/server.c +src/mod/transfer.mod/transfer.c + +- - - - - - - - - - - - - - - +Commit c805e6a (2016-08-30 10:48:46 -0400) by Geo +Update HTML docs to match eggheads color scheme + +doc/html/.buildinfo +doc/html/_sources/coreDocs/channels.txt +doc/html/_sources/coreDocs/core.txt +doc/html/_static/agogo.css +doc/html/_static/eggdrop.css +doc/html/appendices/first-script.html +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msgs.html +doc/html/coreDocs/assoc.html +doc/html/coreDocs/blowfish.html +doc/html/coreDocs/channels.html +doc/html/coreDocs/compress.html +doc/html/coreDocs/console.html +doc/html/coreDocs/core.html +doc/html/coreDocs/ctcp.html +doc/html/coreDocs/dns.html +doc/html/coreDocs/filesys.html +doc/html/coreDocs/index.html +doc/html/coreDocs/irc.html +doc/html/coreDocs/modules.html +doc/html/coreDocs/notes.html +doc/html/coreDocs/seen.html +doc/html/coreDocs/server.html +doc/html/coreDocs/share.html +doc/html/coreDocs/transfer.html +doc/html/coreDocs/uptime.html +doc/html/coreDocs/woobie.html +doc/html/index.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/ipv6.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/tls.html +doc/html/mainDocs/users.html +doc/html/objects.inv +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/_static/eggdrop.css +doc/sphinx_source/conf.py + +- - - - - - - - - - - - - - - +Commit c5b5244 (2016-08-24 21:12:17 -0400) by Geo +Raise default max-log to 20, update config docs (#230) +Raise default max-log to 20, update config docs + This change increases the default to 20. The code checks if max-logs was +decreased from the previous value, and aborts. The src/misc.c hard-coded +default is purposefully mismatched to the config file default setting, as +the misc.c value is first read at load prior to being modified by the +config setting. If the user were to set a value of less than the default +misc.c value, eggdrop detects this as a 'decrease' in value and would not +start. Thus, 5 is used as the hard-code default. +doc/html/coreDocs/core.html +doc/html/index.html +doc/html/search.html +doc/html/searchindex.js +doc/settings/core.settings +doc/sphinx_source/coreDocs/channels.rst +doc/sphinx_source/coreDocs/core.rst +eggdrop.conf +src/misc.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 6203bdd (2016-08-12 22:11:31 -0400) by Geo +update AUTHORS + +AUTHORS + +- - - - - - - - - - - - - - - +Commit 9f802d5 (2016-08-11 20:51:40 -0400) by Geo +Update doc Makefile for new HTML files + +doc/Makefile.in + +- - - - - - - - - - - - - - - +Commit a73a319 (2016-08-10 00:38:45 -0400) by Geo +Fixup bash git push script + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit d758eb7 (2016-08-09 22:53:26 -0400) by Geo +Generate fresh docs as part of release + +misc/generateDocs +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 78a9a96 (2016-08-09 21:26:13 -0400) by Geo +Remove whitespace + +doc/Versions + +- - - - - - - - - - - - - - - +Commit a5a915e (2016-08-07 02:00:52 -0400) by Geo +Update THANKS file + +THANKS + +- - - - - - - - - - - - - - - +Commit 9957f00 (2016-08-04 17:46:23 -0400) by Geo +Commit, Tag, Push final release version + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 6fb5418 (2016-08-04 16:05:20 -0400) by Geo +Update genChangelog to respect .mailmap + +misc/genChangelog + +- - - - - - - - - - - - - - - +Commit 9679f7b (2016-07-31 11:54:10 -0400) by Geo +Update : counting method + +src/net.c + +- - - - - - - - - - - - - - - +Commit bdf72d9 (2016-07-25 23:14:06 -0400) by Geo +Typo fix + +doc/MODULES +doc/html/_sources/coreDocs/modules.txt +doc/html/coreDocs/modules.html +doc/html/objects.inv +doc/html/searchindex.js +doc/sphinx_source/coreDocs/modules.rst + +- - - - - - - - - - - - - - - +Commit 5254a4a (2016-07-25 23:08:52 -0400) by Geo +Update text files + +doc/FIRST-SCRIPT +doc/IPv6 +doc/MODULES +doc/TLS +doc/html/_sources/coreDocs/compress.txt +doc/html/_sources/coreDocs/modules.txt +doc/html/coreDocs/compress.html +doc/html/coreDocs/modules.html +doc/html/objects.inv +doc/html/searchindex.js +doc/settings/mod.compress +doc/settings/mod.irc +doc/sphinx_source/coreDocs/compress.rst +doc/sphinx_source/coreDocs/modules.rst +misc/generateDocs + +- - - - - - - - - - - - - - - +Commit c9d8607 (2016-07-25 22:49:15 -0400) by Geo +Convert new documentation to HTML, sexify the rest + +doc/html/COMPILE-GUIDE.html +doc/html/_sources/appendices/first-script.txt +doc/html/_sources/appendices/index.txt +doc/html/_sources/coreDocs/assoc.txt +doc/html/_sources/coreDocs/blowfish.txt +doc/html/_sources/coreDocs/channels.txt +doc/html/_sources/coreDocs/compress.txt +doc/html/_sources/coreDocs/console.txt +doc/html/_sources/coreDocs/ctcp.txt +doc/html/_sources/coreDocs/dns.txt +doc/html/_sources/coreDocs/filesys.txt +doc/html/_sources/coreDocs/index.txt +doc/html/_sources/coreDocs/irc.txt +doc/html/_sources/coreDocs/modules.txt +doc/html/_sources/coreDocs/notes.txt +doc/html/_sources/coreDocs/seen.txt +doc/html/_sources/coreDocs/server.txt +doc/html/_sources/coreDocs/share.txt +doc/html/_sources/coreDocs/transfer.txt +doc/html/_sources/coreDocs/uptime.txt +doc/html/_sources/coreDocs/woobie.txt +doc/html/_sources/index.txt +doc/html/_sources/mainDocs/TLS.txt +doc/html/_sources/mainDocs/index.txt +doc/html/_sources/mainDocs/ipv6.txt +doc/html/_sources/mainDocs/tls.txt +doc/html/appendices/first-script.html +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msgs.html +doc/html/coreDocs/assoc.html +doc/html/coreDocs/blowfish.html +doc/html/coreDocs/channels.html +doc/html/coreDocs/compress.html +doc/html/coreDocs/console.html +doc/html/coreDocs/core.html +doc/html/coreDocs/ctcp.html +doc/html/coreDocs/dns.html +doc/html/coreDocs/filesys.html +doc/html/coreDocs/index.html +doc/html/coreDocs/irc.html +doc/html/coreDocs/modules.html +doc/html/coreDocs/notes.html +doc/html/coreDocs/seen.html +doc/html/coreDocs/server.html +doc/html/coreDocs/share.html +doc/html/coreDocs/transfer.html +doc/html/coreDocs/uptime.html +doc/html/coreDocs/woobie.html +doc/html/index.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/TLS.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/ipv6.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/tls.html +doc/html/mainDocs/users.html +doc/html/objects.inv +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/COMPILE-GUIDE.rst +doc/sphinx_source/appendices/first-script.rst +doc/sphinx_source/appendices/index.rst +doc/sphinx_source/coreDocs/assoc.rst +doc/sphinx_source/coreDocs/blowfish.rst +doc/sphinx_source/coreDocs/channels.rst +doc/sphinx_source/coreDocs/compress.rst +doc/sphinx_source/coreDocs/console.rst +doc/sphinx_source/coreDocs/ctcp.rst +doc/sphinx_source/coreDocs/dns.rst +doc/sphinx_source/coreDocs/filesys.rst +doc/sphinx_source/coreDocs/index.rst +doc/sphinx_source/coreDocs/irc.rst +doc/sphinx_source/coreDocs/modules.rst +doc/sphinx_source/coreDocs/notes.rst +doc/sphinx_source/coreDocs/seen.rst +doc/sphinx_source/coreDocs/server.rst +doc/sphinx_source/coreDocs/share.rst +doc/sphinx_source/coreDocs/transfer.rst +doc/sphinx_source/coreDocs/uptime.rst +doc/sphinx_source/coreDocs/woobie.rst +doc/sphinx_source/index.rst +doc/sphinx_source/mainDocs/index.rst +doc/sphinx_source/mainDocs/ipv6.rst +doc/sphinx_source/mainDocs/tls.rst +misc/generateDocs + +- - - - - - - - - - - - - - - +Commit e2a04d4 (2016-07-21 19:15:45 -0400) by Geo +...aaaaand the html docs, too + +doc/html/_sources/coreDocs/assoc.txt +doc/html/_sources/coreDocs/blowfish.txt +doc/html/_sources/coreDocs/channels.txt +doc/html/_sources/coreDocs/compress.txt +doc/html/_sources/coreDocs/console.txt +doc/html/_sources/coreDocs/core.txt +doc/html/_sources/coreDocs/ctcp.txt +doc/html/_sources/coreDocs/dns.txt +doc/html/_sources/coreDocs/filesys.txt +doc/html/_sources/coreDocs/index.txt +doc/html/_sources/coreDocs/irc.txt +doc/html/_sources/coreDocs/notes.txt +doc/html/_sources/coreDocs/seen.txt +doc/html/_sources/coreDocs/server.txt +doc/html/_sources/coreDocs/share.txt +doc/html/_sources/coreDocs/transfer.txt +doc/html/_sources/coreDocs/uptime.txt +doc/html/_sources/coreDocs/woobie.txt +doc/html/coreDocs/assoc.html +doc/html/coreDocs/blowfish.html +doc/html/coreDocs/channels.html +doc/html/coreDocs/compress.html +doc/html/coreDocs/console.html +doc/html/coreDocs/core.html +doc/html/coreDocs/ctcp.html +doc/html/coreDocs/dns.html +doc/html/coreDocs/filesys.html +doc/html/coreDocs/index.html +doc/html/coreDocs/irc.html +doc/html/coreDocs/notes.html +doc/html/coreDocs/seen.html +doc/html/coreDocs/server.html +doc/html/coreDocs/share.html +doc/html/coreDocs/transfer.html +doc/html/coreDocs/uptime.html +doc/html/coreDocs/woobie.html + +- - - - - - - - - - - - - - - +Commit f97e9f9 (2016-07-21 19:10:21 -0400) by Geo +Fix generateDocs path error, re-gen tcl-commands.doc + +doc/html/index.html +doc/html/search.html +doc/html/searchindex.js +doc/tcl-commands.doc +misc/generateDocs + +- - - - - - - - - - - - - - - +Commit 9fbfcbd (2016-07-21 18:52:13 -0400) by Geo +Add pandoc/sphinx check in generateDocs + +misc/generateDocs + +- - - - - - - - - - - - - - - +Commit 271fe23 (2016-07-21 18:50:59 -0400) by Geo +Rename coreDocs from git-ignored filename core + +doc/sphinx_source/coreDocs/assoc.rst +doc/sphinx_source/coreDocs/blowfish.rst +doc/sphinx_source/coreDocs/channels.rst +doc/sphinx_source/coreDocs/compress.rst +doc/sphinx_source/coreDocs/console.rst +doc/sphinx_source/coreDocs/core.rst +doc/sphinx_source/coreDocs/ctcp.rst +doc/sphinx_source/coreDocs/dns.rst +doc/sphinx_source/coreDocs/filesys.rst +doc/sphinx_source/coreDocs/index.rst +doc/sphinx_source/coreDocs/irc.rst +doc/sphinx_source/coreDocs/notes.rst +doc/sphinx_source/coreDocs/seen.rst +doc/sphinx_source/coreDocs/server.rst +doc/sphinx_source/coreDocs/share.rst +doc/sphinx_source/coreDocs/transfer.rst +doc/sphinx_source/coreDocs/uptime.rst +doc/sphinx_source/coreDocs/woobie.rst + +- - - - - - - - - - - - - - - +Commit 05379db (2016-07-20 23:53:07 -0400) by Geo +Formatting - Update binds procname spacing + +doc/html/COMPILE-GUIDE.html +doc/html/_sources/mainDocs/tcl-commands.txt +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msgs.html +doc/html/index.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/users.html +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/mainDocs/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit 826bbbc (2016-07-17 15:39:31 -0400) by Geo +Formatting - tcl-commands.doc + +doc/sphinx_source/mainDocs/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit 6300a24 (2016-07-17 00:08:47 -0400) by Geo +Update BOTNET formatting, add assoc docs + +doc/BOTNET +doc/html/_sources/mainDocs/botnet.txt +doc/html/index.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/index.html +doc/html/search.html +doc/html/searchindex.js +doc/settings/mod.assoc +doc/sphinx_source/mainDocs/botnet.rst + +- - - - - - - - - - - - - - - +Commit 07c2075 (2016-07-16 23:59:38 -0400) by Geo +Update plaintext docs from rst files + +doc/ABOUT +doc/BANS +doc/BOTNET +doc/FAQ +doc/KNOWN-PROBLEMS +doc/PARTYLINE +doc/PATCH-HOWTO +doc/TEXT-SUBSTITUTIONS +doc/TRICKS +doc/USERS +doc/WEIRD-MESSAGES +doc/settings/core.settings +doc/settings/mod.blowfish +doc/settings/mod.channels +doc/settings/mod.compress +doc/settings/mod.console +doc/settings/mod.ctcp +doc/settings/mod.dns +doc/settings/mod.filesys +doc/settings/mod.irc +doc/settings/mod.notes +doc/settings/mod.seen +doc/settings/mod.server +doc/settings/mod.share +doc/settings/mod.transfer +doc/settings/mod.uptime +doc/settings/mod.woobie +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 41b0279 (2016-07-16 23:50:27 -0400) by Geo +Create generateDocs to gen HTML and plaintext docs + +misc/generateDocs + +- - - - - - - - - - - - - - - +Commit d87581d (2016-07-16 22:13:44 -0400) by Geo +Formatting- Add emphasis to tcl-commands.rst heading +Formatting- also, fix PUBM spacing + +doc/html/.buildinfo +doc/html/COMPILE-GUIDE.html +doc/html/_sources/mainDocs/tcl-commands.txt +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msgs.html +doc/html/index.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/users.html +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/mainDocs/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit 96a7981 (2016-07-16 17:04:35 -0400) by Geo +Use :-checking instead of inet_pton to determine AF_INET/6 If the OS +doesn't have IPv6 capabilities, the presence of inet_pton() is not +reliable, so we simply check for 2 or more :s in the provided IP/hostname. + +src/net.c + +- - - - - - - - - - - - - - - +Commit 928b284 (2016-07-16 01:18:16 -0400) by Geo +Check/reject IPv6 addresses w/o IPv6 support + +src/net.c + +- - - - - - - - - - - - - - - +Commit 26994c5 (2016-07-16 01:38:01 -0400) by Geo +Fix IPv6 pref_af #ifdef bug If compiled without IPv6 support, pref_af is +improperly attempted for use. This adds the appropriate IPv6 ifdef to +exclude it from the conditional if IPv6 is not compiled. + +src/net.c + +- - - - - - - - - - - - - - - +Commit c601450 (2016-07-11 12:34:06 -0400) by Geo +Docs font/bullets update + +doc/html/.buildinfo +doc/html/COMPILE-GUIDE.html +doc/html/_static/agogo.css +doc/html/_static/basic.css +doc/html/_static/bgtop.png +doc/html/_static/comment-bright.png +doc/html/_static/comment-close.png +doc/html/_static/comment.png +doc/html/_static/down-pressed.png +doc/html/_static/down.png +doc/html/_static/eggdrop.css +doc/html/_static/file.png +doc/html/_static/minus.png +doc/html/_static/plus.png +doc/html/_static/pygments.css +doc/html/_static/up-pressed.png +doc/html/_static/up.png +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msgs.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/users.html +doc/html/searchindex.js +doc/sphinx_source/_static/eggdrop.css +doc/sphinx_source/conf.py + +- - - - - - - - - - - - - - - +Commit f20e6de (2016-07-11 01:45:27 -0400) by Geo +Remove un-needed sphinx build-byproducts + +doc/html/_static/basic.css +doc/html/_static/bgtop.png +doc/html/_static/comment-bright.png +doc/html/_static/comment-close.png +doc/html/_static/comment.png +doc/html/_static/contents.png +doc/html/_static/default.css +doc/html/_static/dialog-note.png +doc/html/_static/dialog-seealso.png +doc/html/_static/dialog-todo.png +doc/html/_static/dialog-topic.png +doc/html/_static/dialog-warning.png +doc/html/_static/down-pressed.png +doc/html/_static/down.png +doc/html/_static/epub.css +doc/html/_static/file.png +doc/html/_static/footerbg.png +doc/html/_static/headerbg.png +doc/html/_static/ie6.css +doc/html/_static/middlebg.png +doc/html/_static/minus.png +doc/html/_static/navigation.png +doc/html/_static/plus.png +doc/html/_static/pygments.css +doc/html/_static/pyramid.css +doc/html/_static/sphinxdoc.css +doc/html/_static/traditional.css +doc/html/_static/up-pressed.png +doc/html/_static/up.png +doc/sphinx_source/doctrees/ABOUT.doctree +doc/sphinx_source/doctrees/BANS.doctree +doc/sphinx_source/doctrees/BOTNET.doctree +doc/sphinx_source/doctrees/COMPILE-GUIDE.doctree +doc/sphinx_source/doctrees/INSTALL.doctree +doc/sphinx_source/doctrees/KNOWN-PROBLEMS.doctree +doc/sphinx_source/doctrees/README.doctree +doc/sphinx_source/doctrees/TEXT-SUBSTITUTIONS.doctree +doc/sphinx_source/doctrees/TRICKS.doctree +doc/sphinx_source/doctrees/WEIRD-MESSAGES.doctree +doc/sphinx_source/doctrees/environment.pickle +doc/sphinx_source/doctrees/index.doctree +doc/sphinx_source/doctrees/tcl-commands.doctree + +- - - - - - - - - - - - - - - +Commit 3b25bfd (2016-07-11 00:37:43 -0400) by Geo +Organize under TOC; add remaining topics + +doc/html/ABOUT.html +doc/html/BANS.html +doc/html/BOTNET.html +doc/html/COMPILE-GUIDE.html +doc/html/INSTALL.html +doc/html/KNOWN-PROBLEMS.html +doc/html/README.html +doc/html/TEXT-SUBSTITUTIONS.html +doc/html/TRICKS.html +doc/html/WEIRD-MESSAGES.html +doc/html/_sources/appendices/index.txt +doc/html/_sources/appendices/known-probs.txt +doc/html/_sources/appendices/text-sub.txt +doc/html/_sources/appendices/tricks.txt +doc/html/_sources/appendices/weird-msg.txt +doc/html/_sources/appendices/weird-msgs.txt +doc/html/_sources/index.txt +doc/html/_sources/installAndSetup/INSTALL.txt +doc/html/_sources/installAndSetup/README.txt +doc/html/_sources/installAndSetup/faq.txt +doc/html/_sources/installAndSetup/index.txt +doc/html/_sources/installAndSetup/install.txt +doc/html/_sources/installAndSetup/readme.txt +doc/html/_sources/mainDocs/about.txt +doc/html/_sources/mainDocs/bans.txt +doc/html/_sources/mainDocs/botnet.txt +doc/html/_sources/mainDocs/features.txt +doc/html/_sources/mainDocs/index.txt +doc/html/_sources/mainDocs/partyline.txt +doc/html/_sources/mainDocs/patch.txt +doc/html/_sources/mainDocs/tcl-commands.txt +doc/html/_sources/mainDocs/users.txt +doc/html/_sources/toc_installAndSetup.txt +doc/html/_static/eggdrop.css +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msg.html +doc/html/appendices/weird-msgs.html +doc/html/index.html +doc/html/installAndSetup/INSTALL.html +doc/html/installAndSetup/README.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/users.html +doc/html/search.html +doc/html/searchindex.js +doc/html/tcl-commands.html +doc/html/toc_installAndSetup.html +doc/sphinx_source/ABOUT.rst +doc/sphinx_source/BANS.rst +doc/sphinx_source/BOTNET.rst +doc/sphinx_source/INSTALL.rst +doc/sphinx_source/KNOWN-PROBLEMS.rst +doc/sphinx_source/README.rst +doc/sphinx_source/TEXT-SUBSTITUTIONS.rst +doc/sphinx_source/TRICKS.rst +doc/sphinx_source/WEIRD-MESSAGES.rst +doc/sphinx_source/_static/eggdrop.css +doc/sphinx_source/_themes/eggdrop/eggdrop.css +doc/sphinx_source/appendices/index.rst +doc/sphinx_source/appendices/known-probs.rst +doc/sphinx_source/appendices/text-sub.rst +doc/sphinx_source/appendices/tricks.rst +doc/sphinx_source/appendices/weird-msgs.rst +doc/sphinx_source/index.rst +doc/sphinx_source/installAndSetup/faq.rst +doc/sphinx_source/installAndSetup/index.rst +doc/sphinx_source/installAndSetup/install.rst +doc/sphinx_source/installAndSetup/readme.rst +doc/sphinx_source/mainDocs/about.rst +doc/sphinx_source/mainDocs/bans.rst +doc/sphinx_source/mainDocs/botnet.rst +doc/sphinx_source/mainDocs/features.rst +doc/sphinx_source/mainDocs/index.rst +doc/sphinx_source/mainDocs/partyline.rst +doc/sphinx_source/mainDocs/patch.rst +doc/sphinx_source/mainDocs/tcl-commands.rst +doc/sphinx_source/mainDocs/users.rst +doc/sphinx_source/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit 318d0ad (2016-07-10 16:27:38 -0400) by Geo +Update css elements + +doc/html/_static/eggdrop.css +doc/html/searchindex.js +doc/sphinx_source/_static/eggdrop.css + +- - - - - - - - - - - - - - - +Commit 9fdbd7f (2016-07-10 15:15:52 -0400) by Geo +Create custom eggdrop CSS colorscheme + +doc/html/.buildinfo +doc/html/ABOUT.html +doc/html/BANS.html +doc/html/BOTNET.html +doc/html/COMPILE-GUIDE.html +doc/html/INSTALL.html +doc/html/KNOWN-PROBLEMS.html +doc/html/README.html +doc/html/TEXT-SUBSTITUTIONS.html +doc/html/TRICKS.html +doc/html/WEIRD-MESSAGES.html +doc/html/_sources/tcl-commands.txt +doc/html/_static/agogo.css +doc/html/_static/eggdrop.css +doc/html/index.html +doc/html/search.html +doc/html/searchindex.js +doc/html/tcl-commands.html +doc/sphinx_source/_static/eggdrop.css +doc/sphinx_source/_themes/agogo/layout.html +doc/sphinx_source/_themes/agogo/static/agogo.css_t +doc/sphinx_source/_themes/agogo/static/bgfooter.png +doc/sphinx_source/_themes/agogo/static/bgtop.png +doc/sphinx_source/_themes/agogo/theme.conf +doc/sphinx_source/_themes/eggdrop/eggdrop.css +doc/sphinx_source/_themes/eggdrop/layout.html +doc/sphinx_source/_themes/eggdrop/theme.conf +doc/sphinx_source/conf.py +doc/sphinx_source/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit d260563 (2016-07-09 13:35:41 +0200) by thommey +Restore changelog entries. They are merged. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 870326b (2016-07-09 13:27:45 +0200) by thommey +Reverting changelog entries of not fully merged pull requests. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 879f753 (2016-07-09 01:08:00 -0400) by Geo +Add 1.6.21 to doc/Versions, update AUTHORS + +AUTHORS +doc/Versions + +- - - - - - - - - - - - - - - +Commit 120d3ac (2016-07-08 23:30:59 -0400) by Geo +Update tcl.m4 (#216) +Current as of 21 Jun 2016 - +http://core.tcl.tk/tclconfig/artifact/9af027a75ea60be0 +tcl.m4 + +- - - - - - - - - - - - - - - +Commit 6159ba5 (2016-07-08 23:29:55 -0400) by Geo +Fix SSL verify logic (#221) + +src/eggdrop.h +src/tls.c + +- - - - - - - - - - - - - - - +Commit cffe3c1 (2016-07-08 23:29:33 -0400) by Geo +Fix DNS Certificate Matching (#222) + +- - - - - - - - - - - - - - - +Commit 9bee92c (2016-07-08 23:28:36 -0400) by Geo +Log failed logins due to invalid handles to LOG_MISC instead of LOG_BOTS. +(#223) +Fixes #184 +src/dcc.c + +- - - - - - - - - - - - - - - +Commit 5f48f12 (2016-07-08 23:27:00 -0400) by Geo +Fix SSL DNS name matching for telnet (#224) + +src/dcc.c + +- - - - - - - - - - - - - - - +Commit 53536b1 (2016-07-08 23:23:42 -0400) by Geo +Ipv6 chat select (#220) +* Add CTCP chat src IPv6 settings/selection logic + +* Explain network settings in eggdrop.conf + +* IPv6 CTCP IP selection logic docs update + +* Add CTCP CHAT4/CHAT6 functionality + +* Added SCHAT4/6 command support + +* Update IPV6 docs to include SCHAT4/6 + +* Touchups + +* Fix missing ifdef + +doc/IPV6 +eggdrop.conf +src/mod/ctcp.mod/ctcp.c +src/mod/module.h +src/modules.c +src/net.c +src/proto.h + +- - - - - - - - - - - - - - - +Commit 11c2da4 (2016-07-08 22:23:58 -0400) by Geo +MOAR rest formatting + +doc/html/_sources/tcl-commands.txt +doc/html/searchindex.js +doc/html/tcl-commands.html +doc/sphinx_source/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit bd2f192 (2016-07-08 20:02:39 -0400) by Geo +Update source formatting + +doc/html/.buildinfo +doc/html/ABOUT.html +doc/html/BANS.html +doc/html/BOTNET.html +doc/html/COMPILE-GUIDE.html +doc/html/INSTALL.html +doc/html/KNOWN-PROBLEMS.html +doc/html/README.html +doc/html/TEXT-SUBSTITUTIONS.html +doc/html/TRICKS.html +doc/html/WEIRD-MESSAGES.html +doc/html/_sources/README.txt +doc/html/_sources/tcl-commands.txt +doc/html/_static/agogo.css +doc/html/index.html +doc/html/search.html +doc/html/searchindex.js +doc/html/tcl-commands.html +doc/sphinx_source/_static/eggman.png.gif +doc/sphinx_source/conf.py +doc/sphinx_source/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit 63754d6 (2016-07-08 00:14:39 -0400) by Geo +Refine ChangeLog format + +doc/Changes1.8 +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 06eb36c (2016-07-07 19:02:33 -0400) by Geo +Update ChangeLog format + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 3645b10 (2016-07-07 18:28:50 -0400) by Geo +Update releaseprep to use git for ChangeLog + +misc/newversion +misc/releaseprep +src/patch.h + +- - - - - - - - - - - - - - - +Commit d4130c8 (2016-07-04 14:55:59 -0400) by Geo +Reset channel info on server disconnect + +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/modvals.h +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 13312a6 (2016-07-03 17:54:11 -0400) by Geo +Update github download link to .tar.gz + +doc/sphinx_source/README.rst + +- - - - - - - - - - - - - - - +Commit 176c6ca (2016-07-03 17:45:40 -0400) by Geo +HTML docs template update + +doc/html/.buildinfo +doc/html/ABOUT.html +doc/html/BANS.html +doc/html/BOTNET.html +doc/html/COMPILE-GUIDE.html +doc/html/INSTALL.html +doc/html/KNOWN-PROBLEMS.html +doc/html/README.html +doc/html/TEXT-SUBSTITUTIONS.html +doc/html/TRICKS.html +doc/html/WEIRD-MESSAGES.html +doc/html/_sources/index.txt +doc/html/_static/agogo.css +doc/html/_static/basic.css +doc/html/_static/bgfooter.png +doc/html/_static/bgtop.png +doc/html/_static/contents.png +doc/html/_static/dialog-note.png +doc/html/_static/dialog-seealso.png +doc/html/_static/dialog-todo.png +doc/html/_static/dialog-topic.png +doc/html/_static/dialog-warning.png +doc/html/_static/eggman.png.gif +doc/html/_static/epub.css +doc/html/_static/footerbg.png +doc/html/_static/headerbg.png +doc/html/_static/ie6.css +doc/html/_static/middlebg.png +doc/html/_static/navigation.png +doc/html/_static/pyramid.css +doc/html/_static/sphinxdoc.css +doc/html/_static/traditional.css +doc/html/_static/transparent.gif +doc/html/genindex.html +doc/html/index.html +doc/html/search.html +doc/html/searchindex.js +doc/html/tcl-commands.html +doc/sphinx_source/conf.py +doc/sphinx_source/index.rst + +- - - - - - - - - - - - - - - +Commit 328cfcc (2016-07-02 23:31:10 -0400) by Geo +Add new Sphinx-based HTML documentation build system Built in reStructure +language, go to sphinx_source and type 'make html' to build docs. TODO: +Script method to convert html docs to text, then update the base text docs + +doc/html/.buildinfo +doc/html/ABOUT.html +doc/html/BANS.html +doc/html/BOTNET.html +doc/html/COMPILE-GUIDE.html +doc/html/INSTALL.html +doc/html/KNOWN-PROBLEMS.html +doc/html/README.html +doc/html/TEXT-SUBSTITUTIONS.html +doc/html/TRICKS.html +doc/html/WEIRD-MESSAGES.html +doc/html/_sources/ABOUT.txt +doc/html/_sources/BANS.txt +doc/html/_sources/BOTNET.txt +doc/html/_sources/COMPILE-GUIDE.txt +doc/html/_sources/INSTALL.txt +doc/html/_sources/KNOWN-PROBLEMS.txt +doc/html/_sources/README.txt +doc/html/_sources/TEXT-SUBSTITUTIONS.txt +doc/html/_sources/TRICKS.txt +doc/html/_sources/WEIRD-MESSAGES.txt +doc/html/_sources/index.txt +doc/html/_sources/tcl-commands.txt +doc/html/_static/ajax-loader.gif +doc/html/_static/basic.css +doc/html/_static/comment-bright.png +doc/html/_static/comment-close.png +doc/html/_static/comment.png +doc/html/_static/default.css +doc/html/_static/doctools.js +doc/html/_static/down-pressed.png +doc/html/_static/down.png +doc/html/_static/file.png +doc/html/_static/jquery.js +doc/html/_static/minus.png +doc/html/_static/plus.png +doc/html/_static/pygments.css +doc/html/_static/searchtools.js +doc/html/_static/sidebar.js +doc/html/_static/underscore.js +doc/html/_static/up-pressed.png +doc/html/_static/up.png +doc/html/_static/websupport.js +doc/html/genindex.html +doc/html/index.html +doc/html/objects.inv +doc/html/search.html +doc/html/searchindex.js +doc/html/tcl-commands.html +doc/sphinx_source/ABOUT.rst +doc/sphinx_source/BANS.rst +doc/sphinx_source/BOTNET.rst +doc/sphinx_source/COMPILE-GUIDE.rst +doc/sphinx_source/INSTALL.rst +doc/sphinx_source/KNOWN-PROBLEMS.rst +doc/sphinx_source/Makefile +doc/sphinx_source/README.rst +doc/sphinx_source/TEXT-SUBSTITUTIONS.rst +doc/sphinx_source/TRICKS.rst +doc/sphinx_source/WEIRD-MESSAGES.rst +doc/sphinx_source/conf.py +doc/sphinx_source/doctrees/ABOUT.doctree +doc/sphinx_source/doctrees/BANS.doctree +doc/sphinx_source/doctrees/BOTNET.doctree +doc/sphinx_source/doctrees/COMPILE-GUIDE.doctree +doc/sphinx_source/doctrees/INSTALL.doctree +doc/sphinx_source/doctrees/KNOWN-PROBLEMS.doctree +doc/sphinx_source/doctrees/README.doctree +doc/sphinx_source/doctrees/TEXT-SUBSTITUTIONS.doctree +doc/sphinx_source/doctrees/TRICKS.doctree +doc/sphinx_source/doctrees/WEIRD-MESSAGES.doctree +doc/sphinx_source/doctrees/environment.pickle +doc/sphinx_source/doctrees/index.doctree +doc/sphinx_source/doctrees/tcl-commands.doctree +doc/sphinx_source/index.rst +doc/sphinx_source/tcl-commands.rst + +- - - - - - - - - - - - - - - +Commit 7e39d46 (2016-07-02 23:28:14 -0400) by Geo +Remove old HTML files + +doc/html/about.html +doc/html/app-problems.html +doc/html/app-textsub.html +doc/html/app-tricks.html +doc/html/app-weird.html +doc/html/bans.html +doc/html/botnet.html +doc/html/compiling.html +doc/html/egg-core.html +doc/html/faqs.html +doc/html/features.html +doc/html/index.html +doc/html/install.html +doc/html/mod-assoc.html +doc/html/mod-blowfish.html +doc/html/mod-channels.html +doc/html/mod-compress.html +doc/html/mod-console.html +doc/html/mod-ctcp.html +doc/html/mod-dns.html +doc/html/mod-filesys.html +doc/html/mod-irc.html +doc/html/mod-notes.html +doc/html/mod-seen.html +doc/html/mod-server.html +doc/html/mod-share.html +doc/html/mod-transfer.html +doc/html/mod-uptime.html +doc/html/mod-woobie.html +doc/html/news.html +doc/html/party.html +doc/html/patch-howto.html +doc/html/readme.html +doc/html/starting.html +doc/html/tcl-commands.html +doc/html/users.html + +- - - - - - - - - - - - - - - +Commit 4ff3fd0 (2016-05-02 19:28:55 -0400) by Geo +Grammar update +Patch by: Geo / Found by: maimizuno + +scripts/userinfo.tcl + +- - - - - - - - - - - - - - - +Commit 4ca0207 (2016-06-05 21:00:47 +0200) by Robby +Remove a trailing space in eggdrop.conf. + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 5fe4cc9 (2016-05-02 19:28:55 -0400) by Geo +Grammar update +Patch by: Geo / Found by: maimizuno +scripts/userinfo.tcl + +- - - - - - - - - - - - - - - +Commit 98bb0da (2016-04-18 17:55:35 +0200) by Geo +Fix SSL hostname verification for partyline connections. Closes #98. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit f7abbda (2016-04-18 17:54:06 +0200) by Robby +Move logging of failed bot logins to LOG_MISC. Closes #184. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 8572444 (2016-04-18 17:51:19 +0200) by Geo +Fix SSL verification flags not working. Closes #100. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 609ce38 (2016-04-18 17:50:15 +0200) by Geo +Improve CTCP CHAT IPv6 selection logic. Closes #159. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit a7fd15d (2016-04-17 23:08:17 +0200) by thommey +Set bounce-bans to default to 0, 18a4e634 was incomplete. + +doc/Changes1.8 +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 804944b (2016-04-08 18:25:35 +0200) by thommey +Add changelog entry for last commit. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit da6fffe (2016-03-30 15:54:16 +0200) by thommey +Reduce TLS error noise if neither key nor cert is set. + +doc/Changes1.8 +src/tls.c + +- - - - - - - - - - - - - - - +Commit d584c2f (2016-03-05 23:02:07 -0500) by Geo +Prevent msg commands from functioning without a password set + +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 663a59c (2016-02-27 06:44:37 +0100) by thommey +Clarify that wait-split is in seconds, not minutes. - * doc/Changes1.6, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: Add sanity check to check-stoned - event. Prevents eggdrop from disconnecting in case of drift - timers. +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc -2010-07-12 09:40 thommey +- - - - - - - - - - - - - - - +Commit 4bbf0ec (2016-02-27 06:43:15 +0100) by thommey +Remove issue template for github. - * doc/Changes1.6, src/main.c, src/net.c, src/proto.h, src/tcl.c, - src/tclhash.h: Unwind all nested [vwait] calls before performing - a restart. Prevents Tcl_Panic() when deleting active interpreter. +.github/ISSUE_TEMPLATE - Make sure traces are looked up in the global scope. +- - - - - - - - - - - - - - - +Commit 2f1ceaa (2016-02-26 22:39:59 -0500) by Geo +Update HTML docs - Give eggdrop events priority over Tcl events so they can't starve - it. +doc/html/tcl-commands.html -2010-07-10 08:54 pseudo +- - - - - - - - - - - - - - - +Commit 84e146a (2016-02-26 00:08:00 -0500) by Geo +Update HTML docs - * src/mod/channels.mod/: channels.c, channels.h, cmdschan.c, - tclchan.c: Channels weren't read from the chanfile. +doc/html/tcl-commands.html -2010-07-09 17:29 pseudo +- - - - - - - - - - - - - - - +Commit 057431e (2016-02-24 19:41:23 -0500) by Geo +Create ISSUE_TEMPLATE - * doc/Changes1.6, src/patch.h, src/mod/channels.mod/channels.c: - Fixed a problem with channels added in the config getting deleted - after the config is loaded. The chanfile is now saved before and - after rehash instead of being reloaded after. +.github/ISSUE_TEMPLATE -2010-07-09 11:21 pseudo +- - - - - - - - - - - - - - - +Commit 3e28ae4 (2016-02-24 19:32:18 -0500) by Geo +Create PULL_REQUEST_TEMPLATE - * doc/: Changes1.6, html/index.html: Added mod-transfer.html to - index.html +.github/PULL_REQUEST_TEMPLATE -2010-07-09 09:33 thommey +- - - - - - - - - - - - - - - +Commit 5257250 (2016-02-25 00:43:10 +0100) by thommey +Revert "Add TCL_EXTRA_CFLAGS from tclConfig.sh to the compiler (to get +-pthread)." +This reverts commit f0927b9c7f48f33537a4bcc316118963c6ee7a83. - * doc/Changes1.6, src/main.c, src/net.c, src/tcl.c: Make sure - tickle_WaitForEvent returns 1 when anything was done. This was - not done if Tcl socket handlers were called. It is required to - make Tcl_DoOneEvent() break out of its loop for vwait. Don't use - Tcl_SetServiceMode(), Tcl handles that. +Unfortunately, TCL_EXTRA_CFLAGS is '-g -O2 -fstack-protector +--param=ssp-buffer-size=4 -Wformat -Werror=format-security +-fno-unit-at-a-time -pipe -fvisibility=hidden -D_FORTIFY_SOURCE=2' on +Ubuntu, which we certainly don't want to drag into Eggdrop. -2010-07-08 13:23 pseudo +Makefile.in +aclocal.m4 +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure - * doc/Changes1.6, src/modules.c, src/patch.h, src/mod/module.h: - Added log_ts to the modules function table to keep modules - relying on the old LOG_TS #define working. +- - - - - - - - - - - - - - - +Commit f0927b9 (2016-02-25 00:32:49 +0100) by thommey +Add TCL_EXTRA_CFLAGS from tclConfig.sh to the compiler (to get -pthread). -2010-07-07 15:05 thommey +Makefile.in +aclocal.m4 +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure - * doc/Changes1.6, src/main.c: Restore socket_cleanup functionality, - was broken by the notifier patch. +- - - - - - - - - - - - - - - +Commit 46e26ac (2016-02-25 00:07:35 +0100) by thommey +Remove unnecessary Tcl_CreateInterp() prototype, it is in tcl.h. -2010-07-07 10:25 thommey +doc/Changes1.8 +src/tcl.c - * doc/Changes1.6, src/main.c, src/patch.h: Fixed detection of - eggdrop already running on startup. +- - - - - - - - - - - - - - - +Commit 8cd9c1b (2016-02-22 21:11:33 -0500) by Geo +Fix missing ifdef -2010-07-05 06:07 pseudo +src/mod/ctcp.mod/ctcp.c - * eggdrop.conf, doc/Changes1.6, doc/MODULES, - doc/html/mod-seen.html, doc/settings/mod.seen, src/userrec.c: - Changed the URL of gseen.mod in docs. Fixed a minor problem with - special dcc handles like (telnet), (dns), etc. +- - - - - - - - - - - - - - - +Commit 10b5f58 (2016-02-22 20:55:42 -0500) by Geo +Touchups -2010-07-02 15:56 pseudo +doc/IPV6 +src/mod/ctcp.mod/ctcp.c - * doc/Changes1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - scripts/compat.tcl, src/patch.h, src/tcldcc.c: Added a -raw - argument to tcl_putdcc(). Modified putdccraw in compat.tcl to use - putdcc -raw +- - - - - - - - - - - - - - - +Commit 3fbec09 (2016-02-22 20:50:38 -0500) by Geo +Update IPV6 docs to include SCHAT4/6 -2010-07-02 09:41 pseudo +doc/IPV6 - * THANKS, doc/Changes1.6: Added few contributors to the THANKS file +- - - - - - - - - - - - - - - +Commit c57bd5d (2016-02-22 20:41:10 -0500) by Geo +Added SCHAT4/6 command support -2010-07-01 13:02 thommey +src/mod/ctcp.mod/ctcp.c - * AUTHORS, doc/Changes1.6: Added CVE references to the Changes - file, added simple to AUTHORS +- - - - - - - - - - - - - - - +Commit 8abba25 (2016-02-22 19:32:22 -0500) by Geo +Add CTCP CHAT4/CHAT6 functionality -2010-07-01 12:09 thommey +doc/IPV6 +src/mod/ctcp.mod/ctcp.c +src/mod/module.h +src/modules.c +src/net.c +src/proto.h - * AUTHORS, THANKS: More anticipation of the (usually automatically - generated) THANKS and AUTHORS file +- - - - - - - - - - - - - - - +Commit 89c6dda (2016-02-22 15:27:16 -0500) by Geo +IPv6 CTCP IP selection logic docs update -2010-07-01 12:05 thommey +doc/IPV6 - * THANKS: Fixed some stuff in the THANKS file. I know this should - be autogenerated, but manual fixing is better than no fixing. +- - - - - - - - - - - - - - - +Commit 24444dd (2016-02-22 00:29:19 -0500) by Geo +Explain network settings in eggdrop.conf -2010-07-01 10:10 thommey +eggdrop.conf - * configure, doc/Changes1.6, src/cmds.c, src/match.c, - src/tclmisc.c, src/tcluser.c, src/userrec.c, - src/mod/channels.mod/cmdschan.c, src/mod/compress.mod/configure, - src/mod/dns.mod/configure, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c, src/mod/irc.mod/tclirc.c, - src/mod/uptime.mod/uptime.c: Ran misc/killwhitespace and - misc/runautotools +- - - - - - - - - - - - - - - +Commit 5bf60a6 (2016-02-15 15:36:12 -0500) by Geo +grammarz -2010-06-30 15:12 thommey +doc/TLS - * doc/Changes1.6, src/net.c, src/patch.h: Prevent uninitialized - memory access that became visible due to the notifier overwrite. - Use memmove when strcpy targets overlap. +- - - - - - - - - - - - - - - +Commit 4cb9fa6 (2016-02-14 22:26:10 -0500) by Geo +Update botnet TLS documentation -2010-06-29 09:52 thommey +doc/TLS +doc/tcl-commands.doc +help/cmds1.help - * aclocal.m4, config.h.in, configure, configure.ac, eggdrop.conf, - doc/Changes1.6, doc/html/egg-core.html, help/core.help, - help/set/cmds1.help, src/bg.c, src/botnet.c, src/chanprog.c, - src/dcc.c, src/dccutil.c, src/eggdrop.h, src/main.c, src/main.h, - src/misc.c, src/modules.c, src/net.c, src/patch.h, src/proto.h, - src/tcl.c, src/tcldcc.c, src/tclegg.h, src/tclhash.c, - src/tclhash.h, src/mod/module.h, src/mod/dns.mod/coredns.c, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c: - Overwrite the Tcl notifier with our own version of it if - possible. Integrate Tcl events and sockets into our own - eventloop and socketlist. Don't fork() before initializing Tcl - anymore with overwritten notifier. Replace max-dcc with a - dynamically enlarging array, limited by the new setting - max-socks. Add two configure checks against the Tcl library to - check if the notifier can be replaced. +- - - - - - - - - - - - - - - +Commit a367dae (2016-02-15 00:42:19 -0500) by Geo +Add ERROR prefix to errors -2010-06-28 15:13 thommey +src/tls.c - * doc/Changes1.6, scripts/compat.tcl, src/patch.h: Modified - compat.tcl version of time to allow accessing Tcl's time command - if any arguments are passed to it. +- - - - - - - - - - - - - - - +Commit e045deb (2016-02-15 00:22:46 -0500) by Geo +Fix SSL error logging -2010-06-26 14:26 pseudo +src/tls.c - * doc/Changes1.6, src/main.c, src/patch.h: Removed root uid check - when compiled on Cygwin, as it was reported to cause problems for - some cygwin installations, while it doesn't provide any - protection, as administrator accounts appear as non-zero uids - anyway. +- - - - - - - - - - - - - - - +Commit 1a145a1 (2016-02-15 03:37:25 +0100) by Robby +Remove duplicate entries from doc/Changes1.8 -2010-06-17 14:44 simple +doc/Changes1.8 - * THANKS: Added 'simple' and 'rfc' to the THANKS file +- - - - - - - - - - - - - - - +Commit da89238 (2016-02-11 21:10:23 +0100) by thommey +Clarify that the owner setting are handles. -2010-03-24 07:14 pseudo +eggdrop.conf - * eggdrop.conf, doc/Changes1.6, doc/settings/mod.channels, - src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/help/chaninfo.help: Channels added in the - config are no longer static. Added access to the static flag via - new channel setting, available to permanent owners only. Removed - the example channel adds from eggdrop.conf. +- - - - - - - - - - - - - - - +Commit eb3885a (2016-02-11 03:13:06 +0100) by thommey +Normalize IPv6 score to same as IPv4 score: 32. -2010-03-23 09:25 pseudo +src/match.c - * eggdrop.conf, doc/Changes1.6, src/patch.h, - src/mod/channels.mod/cmdschan.c: Changed some eggdrop.conf - settings. .set and .tcl are no longer unbound by default. Made - .+chan check if the user is permitted to set the need-* settings. +- - - - - - - - - - - - - - - +Commit 88837c2 (2016-02-09 23:56:44 -0500) by Geo +Add CTCP chat src IPv6 settings/selection logic -2010-03-21 14:41 pseudo +src/net.c - * doc/Changes1.6, src/patch.h, src/tclhash.c: Fixed a crash when - restarting, related to bind log. +- - - - - - - - - - - - - - - +Commit 480d0d7 (2016-02-06 00:09:49 -0500) by Geo +Fail if SSL server attempted with no SSL support -2010-03-18 09:19 pseudo +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/server.c - * doc/Changes1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/match.c, src/patch.h, src/tclmisc.c: Modified cron_match() to - match Sunday as both 0 and 7. Fixed some spelling errors. +- - - - - - - - - - - - - - - +Commit 73938bc (2016-02-05 22:31:21 -0500) by Geo +Update chansettype -2010-03-14 12:34 pseudo +doc/tcl-commands.doc - * doc/Changes1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h, src/tclmisc.c: Added new Tcl command 'matchstr' as a - simplified alternative to Tcl's string match. +- - - - - - - - - - - - - - - +Commit b59bf20 (2016-02-04 22:45:54 -0500) by Geo +Documentation update -2010-03-14 12:30 pseudo +doc/tcl-commands.doc - * doc/Changes1.6, src/patch.h, src/mod/uptime.mod/uptime.c: Added - Brian Greenberg's patch to randomize the uptime update interval. +- - - - - - - - - - - - - - - +Commit 9ec109a (2016-02-05 02:36:43 +0100) by thommey +Fix THANKS file indention. -2010-03-14 12:21 pseudo +THANKS - * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, - doc/Changes1.6, src/eggdrop.h, src/patch.h: Added a configure - option to set the handlen Added a configure option to enable dns - debugging and made it default for make debug. Removed obsolete - check for broken sscanf from configure. +- - - - - - - - - - - - - - - +Commit 82db0bb (2016-02-05 02:28:25 +0100) by thommey +Fix utf-8 encoding of THANKS file. -2010-03-13 16:49 pseudo +THANKS - * doc/: Changes1.6, html/mod-transfer.html: Added missing - mod-transfer.html. Thanks to mike.ds +- - - - - - - - - - - - - - - +Commit 61d5017 (2016-02-05 02:13:38 +0100) by Robby +Update my email address. -2010-03-08 14:52 pseudo +THANKS - * doc/Changes1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/misc.c, src/patch.h, src/tclhash.c, src/tclhash.h, - src/tclmisc.c: Added a new bind LOG triggered when text is sent - to the logs. +- - - - - - - - - - - - - - - +Commit f14fac0 (2016-01-30 21:29:51 -0500) by Geo +Because spelling. -2010-03-08 10:01 thommey +doc/tcl-commands.doc - * doc/Changes1.6, src/cmds.c: Fixed a bug in checking user - priviledges for .chaddr on sharebots. +- - - - - - - - - - - - - - - +Commit 7224cb8 (2016-01-30 21:27:03 -0500) by Geo +Update PUBM documentation -2010-03-08 05:18 pseudo +doc/tcl-commands.doc - * doc/Changes1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/main.c, src/match.c, src/patch.h, src/proto.h, src/tclegg.h, - src/tclhash.c, src/tclhash.h: Added a new bind CRON as a - crontab-like alternative to bind TIME. +- - - - - - - - - - - - - - - +Commit 1ac3404 (2016-01-30 22:23:24 +0100) by thommey +Add the Tcl function rfcequal. -2010-02-20 12:33 pseudo +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/tclmisc.c - * doc/Changes1.6, src/main.c, src/patch.h: Removed some - CYGWIN_HACKS that aren't needed anymore. +- - - - - - - - - - - - - - - +Commit 7648f02 (2016-01-29 21:43:38 +0100) by thommey +Fix bug in 0abc1c3b. -2010-02-18 07:11 pseudo +src/mod/irc.mod/irc.c - * doc/Changes1.6, src/patch.h, src/mod/dns.mod/coredns.c: Fixed - dns.mod SIGBUS crashes on 64-bit Sparc. Fixes Bugzilla Bug # 454 - "Eggdrop crashes on sun sparc running debian etch" +- - - - - - - - - - - - - - - +Commit dc74cec (2016-01-27 16:55:10 -0500) by Geo +thommey knows best -2010-02-18 07:03 pseudo +src/net.c - * doc/Changes1.6, src/chanprog.c, src/cmds.c, src/patch.h, - src/mod/channels.mod/cmdschan.c: Got rid of some compile warnings - related to passing possibly signed chars to tolower(). +- - - - - - - - - - - - - - - +Commit 92a1259 (2016-01-27 16:44:34 -0500) by Geo +Last change! -2010-02-18 03:52 pseudo +src/net.c - * config.h.in, configure, configure.ac, doc/Changes1.6, - src/botcmd.c, src/cmds.c, src/cmdt.h, src/eggdrop.h, src/flags.h, - src/main.h, src/modules.c, src/modules.h, src/patch.h, - src/tclegg.h, src/tclhash.c, src/tclhash.h, src/mod/module.h, - src/mod/assoc.mod/assoc.c, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/filesys.mod/files.c, src/mod/filesys.mod/filesys.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/msgcmds.c, - src/mod/notes.mod/cmdsnote.c, src/mod/notes.mod/notes.c, - src/mod/server.mod/cmdsserv.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/share.c, src/mod/wire.mod/wire.c: Changed the - definition of the 'Function' type to avoid data loss with - functions returning 64-bit types. 64-bit builds will no longer - crash due to pointers being truncated to 32 bits. Created new - function pointer type 'IntFunc' for use only with functions - returning int. +- - - - - - - - - - - - - - - +Commit 0abc1c3 (2016-01-27 20:17:18 +0100) by thommey +Revert compression of +b, +e, +I to +beI when asking for MODEs. +Unfortunately, MODE #chan +beI doesn't work on all IRCds. Fixes #73. - Fixes Bugzilla Bug # 485 "64-bit eggdrop builds crash on some - systems" +doc/Changes1.8 +src/mod/irc.mod/irc.c -2010-02-09 08:51 thommey +- - - - - - - - - - - - - - - +Commit 6528e34 (2016-01-27 20:07:59 +0100) by thommey +Reintroduce scoring system for hostmask matching. Removed by 532d9fe. Fixes +#89. - * doc/Changes1.6, src/patch.h, src/mod/notes.mod/notes.c, - src/mod/notes.mod/language/notes.danish.lang, - src/mod/notes.mod/language/notes.english.lang, - src/mod/notes.mod/language/notes.finnish.lang, - src/mod/notes.mod/language/notes.french.lang, - src/mod/notes.mod/language/notes.german.lang: Fixed a minor - notes.mod formatting bug when displaying dcc usage. +src/match.c -2010-02-07 11:21 pseudo +- - - - - - - - - - - - - - - +Commit 8e8aec3 (2016-01-27 18:50:49 +0100) by thommey +Change deprecation message. - * doc/Changes1.6, src/modules.c, src/patch.h, src/tcluser.c, - src/userent.c, src/users.c, src/users.h, src/mod/module.h, - src/mod/channels.mod/tclchan.c, src/mod/server.mod/server.c, - src/mod/share.mod/share.c: Renamed - list_delete/list_append/list_contains functions to egg_list_* due - to request to avoid conflicts with MySQL headers. +src/net.c -2010-02-06 03:20 pseudo +- - - - - - - - - - - - - - - +Commit 98603fd (2016-01-27 17:54:51 +0100) by thommey +Document that you can trigger arbitrary events by Tcl scripts. - * doc/Changes1.6, src/mod/channels.mod/channels.c, - src/mod/console.mod/console.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/server.mod/server.c: Updated - module versions and dependencies for the console, channels, irc - and server modules. +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc -2010-02-04 07:56 simple +- - - - - - - - - - - - - - - +Commit 07292c6 (2016-01-27 17:51:41 +0100) by thommey +Make sure to always set evnt and log temporary variables in the global +scope. - * src/eggdrop.h: Fixed a small spelling mistake, and some caps - consistency. +doc/Changes1.8 +src/tclhash.c -2010-02-03 02:58 pseudo +- - - - - - - - - - - - - - - +Commit 897c0cf (2016-01-27 00:30:46 -0500) by Geo +Update message - * doc/Changes1.6, src/match.c, src/patch.h: Don't assume cidr - notation for hostmasks with slashes, unless the string portion - after the slash consists only of digits. +src/net.c -2010-01-26 03:39 pseudo +- - - - - - - - - - - - - - - +Commit a40de62 (2016-01-27 02:34:36 +0100) by thommey +Fix relative DEST= paths for make install. - * eggdrop.conf, doc/Changes1.6, src/eggdrop.h: Fixed the STRIP_ALL - flag used with strip_mirc_codes() to actually work. +Makefile.in -2010-01-25 21:12 tothwolf +- - - - - - - - - - - - - - - +Commit 27c4179 (2016-01-27 02:08:20 +0100) by thommey +Fix relative DEST= paths for make install. - * aclocal.m4, config.h.in, configure, configure.ac, - doc/COMPILE-GUIDE, doc/Changes1.6, doc/html/compiling.html, - src/bg.c, src/chanprog.c, src/main.c, src/patch.h, src/tcl.c, - src/tclegg.h: Added runtime check using Tcl_GetCurrentThread() to - autodetect a threaded Tcl library when compiled and linked - against Tcl 8.1 and later. +Makefile.in +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 9518b42 (2016-01-26 21:25:36 +0100) by thommey +Add deprecation warning code and transition for my-ip/my-hostname to +vhost4/vhost6/listen-addr. + +src/net.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 01a18f7 (2016-01-26 19:56:47 +0100) by thommey +Update changes file. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 2eaae9b (2016-01-24 00:07:07 -0500) by Geo +alias PASSWORD to PASS in msg cmds + +doc/Changes1.8 +src/mod/irc.mod/msgcmds.c + +- - - - - - - - - - - - - - - +Commit 4aaf93b (2015-10-24 00:35:25 -0400) by Geo +Allow botmasters to add shared bot hostmasks + +doc/Changes1.8 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 7e99f23 (2016-01-19 22:05:22 -0500) by Geo +Formatting fixup + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit d2b3969 (2015-10-22 23:40:15 -0400) by Geo +Add option to disable ident lookups + +doc/Changes1.8 +eggdrop.conf +src/dcc.c + +- - - - - - - - - - - - - - - +Commit df4b71d (2016-01-14 01:55:48 -0500) by Geo +Fix init_channel logic/memory leak + +doc/Changes1.8 +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit 9aa68a6 (2016-01-01 22:11:34 +0100) by thommey +Prevent the user from installing into the source directory. + +Makefile.in +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 78fbbb8 (2015-12-30 21:04:26 +0100) by thommey +Remove newline in getting commit number. + +configure +misc/getcommit +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 29e1a08 (2015-12-30 20:07:38 +0100) by thommey +Update copyright ahead of time. + +AUTHORS +CONTENTS +FEATURES +INSTALL +NEWS +README +THANKS +aclocal.m4 +config.h.in +configure +configure.ac +doc/ABOUT +doc/BANS +doc/BOTNET +doc/COMPILE-GUIDE +doc/CONTENTS +doc/FIRST-SCRIPT +doc/IPV6 +doc/KNOWN-PROBLEMS +doc/MODULES +doc/PARTYLINE +doc/PATCH-HOWTO +doc/TEXT-SUBSTITUTIONS +doc/TLS +doc/TRICKS +doc/USERS +doc/WEIRD-MESSAGES +doc/html/about.html +doc/html/app-problems.html +doc/html/app-textsub.html +doc/html/app-tricks.html +doc/html/app-weird.html +doc/html/bans.html +doc/html/botnet.html +doc/html/compiling.html +doc/html/egg-core.html +doc/html/faqs.html +doc/html/features.html +doc/html/index.html +doc/html/install.html +doc/html/mod-assoc.html +doc/html/mod-blowfish.html +doc/html/mod-channels.html +doc/html/mod-compress.html +doc/html/mod-console.html +doc/html/mod-ctcp.html +doc/html/mod-dns.html +doc/html/mod-filesys.html +doc/html/mod-irc.html +doc/html/mod-notes.html +doc/html/mod-seen.html +doc/html/mod-server.html +doc/html/mod-share.html +doc/html/mod-transfer.html +doc/html/mod-uptime.html +doc/html/mod-woobie.html +doc/html/news.html +doc/html/party.html +doc/html/patch-howto.html +doc/html/readme.html +doc/html/starting.html +doc/html/tcl-commands.html +doc/html/users.html +doc/man1/eggdrop.1 +doc/settings/CONTENTS +doc/settings/core.settings +doc/settings/mod.assoc +doc/settings/mod.blowfish +doc/settings/mod.channels +doc/settings/mod.compress +doc/settings/mod.console +doc/settings/mod.ctcp +doc/settings/mod.dns +doc/settings/mod.filesys +doc/settings/mod.irc +doc/settings/mod.notes +doc/settings/mod.seen +doc/settings/mod.server +doc/settings/mod.share +doc/settings/mod.transfer +doc/settings/mod.uptime +doc/settings/mod.woobie +doc/tcl-commands.doc +logs/CONTENTS +misc/addpatch +misc/getcommit +misc/killwhitespace +misc/makedepend +misc/modconfig +misc/newversion +misc/releaseprep +misc/runautotools +misc/updatecopyright +scripts/CONTENTS +scripts/action.fix.tcl +scripts/compat.tcl +scripts/ques5.tcl +src/bg.c +src/bg.h +src/botcmd.c +src/botmsg.c +src/botnet.c +src/chan.h +src/chanprog.c +src/cmds.c +src/cmdt.h +src/compat/compat.h +src/compat/gethostbyname2.c +src/compat/gethostbyname2.h +src/compat/in6.h +src/compat/inet_aton.c +src/compat/inet_aton.h +src/compat/inet_ntop.c +src/compat/inet_ntop.h +src/compat/inet_pton.c +src/compat/inet_pton.h +src/compat/memcpy.c +src/compat/memcpy.h +src/compat/memset.c +src/compat/memset.h +src/compat/snprintf.c +src/compat/snprintf.h +src/compat/strcasecmp.c +src/compat/strcasecmp.h +src/compat/strftime.c +src/compat/strftime.h +src/dcc.c +src/dccutil.c +src/dns.c +src/dns.h +src/eggdrop.h +src/flags.c +src/flags.h +src/lang.h +src/language.c +src/main.c +src/main.h +src/mem.c +src/misc.c +src/misc_file.c +src/misc_file.h +src/mod/assoc.mod/assoc.c +src/mod/assoc.mod/assoc.h +src/mod/blowfish.mod/bf_tab.h +src/mod/blowfish.mod/blowfish.c +src/mod/blowfish.mod/blowfish.h +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/mod/channels.mod/udefchan.c +src/mod/channels.mod/userchan.c +src/mod/compress.mod/compress.c +src/mod/compress.mod/compress.h +src/mod/compress.mod/configure +src/mod/compress.mod/configure.ac +src/mod/compress.mod/tclcompress.c +src/mod/console.mod/console.c +src/mod/console.mod/console.h +src/mod/ctcp.mod/ctcp.c +src/mod/ctcp.mod/ctcp.h +src/mod/dns.mod/configure +src/mod/dns.mod/configure.ac +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/mod/dns.mod/dns.h +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/dbcompat.h +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filedb3.h +src/mod/filesys.mod/filelist.c +src/mod/filesys.mod/filelist.h +src/mod/filesys.mod/files.c +src/mod/filesys.mod/files.h +src/mod/filesys.mod/filesys.c +src/mod/filesys.mod/filesys.h +src/mod/filesys.mod/tclfiles.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/mod/irc.mod/msgcmds.c +src/mod/irc.mod/tclirc.c +src/mod/module.h +src/mod/modvals.h +src/mod/notes.mod/cmdsnote.c +src/mod/notes.mod/notes.c +src/mod/notes.mod/notes.h +src/mod/seen.mod/seen.c +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/mod/server.mod/servmsg.c +src/mod/server.mod/tclserv.c +src/mod/share.mod/share.c +src/mod/share.mod/share.h +src/mod/share.mod/uf_features.c +src/mod/transfer.mod/tcltransfer.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/mod/transfer.mod/transferfstat.c +src/mod/transfer.mod/transferqueue.c +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h +src/mod/woobie.mod/woobie.c +src/modules.c +src/modules.h +src/net.c +src/patch.h +src/proto.h +src/rfc1459.c +src/stat.h +src/tandem.h +src/tcl.c +src/tcldcc.c +src/tclegg.h +src/tclhash.c +src/tclhash.h +src/tclmisc.c +src/tcluser.c +src/tls.c +src/userent.c +src/userrec.c +src/users.c +src/users.h +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit 12f9ae8 (2015-12-30 20:05:45 +0100) by thommey +Add script to update copyrights (at least most of them). + +misc/updatecopyright + +- - - - - - - - - - - - - - - +Commit 87adce4 (2015-12-30 18:47:53 +0100) by thommey +Kill whitespaces. + +src/chanprog.c +src/cmds.c +src/compat/gethostbyname2.c +src/dcc.c +src/dccutil.c +src/dns.c +src/main.c +src/mod/channels.mod/tclchan.c +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/mod/server.mod/servmsg.c +src/tcldcc.c +src/tclmisc.c +src/tls.c + +- - - - - - - - - - - - - - - +Commit a538dca (2015-12-30 18:45:06 +0100) by thommey +Ran autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 0de27ec (2015-12-30 18:17:27 +0100) by thommey +Replace CVS revision tags with git describe and patch as fallback. + +configure.ac +misc/getcommit +misc/runautotools +src/mod/compress.mod/configure.ac +src/mod/dns.mod/configure.ac + +- - - - - - - - - - - - - - - +Commit f9754a4 (2015-12-30 15:54:54 +0100) by thommey +Remove all CVS Id tags. + +AUTHORS +CONTENTS +ChangeLog +FEATURES +INSTALL +Makefile.in +NEWS +README +THANKS +aclocal.m4 +disabled_modules +doc/ABOUT +doc/BANS +doc/BOTNET +doc/COMPILE-GUIDE +doc/CONTENTS +doc/Changes0.6 +doc/Changes0.7 +doc/Changes0.9 +doc/Changes1.0 +doc/Changes1.1 +doc/Changes1.2 +doc/Changes1.3 +doc/Changes1.4 +doc/Changes1.5 +doc/Changes1.6 +doc/Changes1.8 +doc/FIRST-SCRIPT +doc/IPV6 +doc/KNOWN-PROBLEMS +doc/MODULES +doc/Makefile.in +doc/PARTYLINE +doc/PATCH-HOWTO +doc/TEXT-SUBSTITUTIONS +doc/TLS +doc/TRICKS +doc/USERS +doc/Versions +doc/WEIRD-MESSAGES +doc/html/about.html +doc/html/app-problems.html +doc/html/app-textsub.html +doc/html/app-tricks.html +doc/html/app-weird.html +doc/html/bans.html +doc/html/botnet.html +doc/html/compiling.html +doc/html/egg-core.html +doc/html/faqs.html +doc/html/features.html +doc/html/index.html +doc/html/install.html +doc/html/mod-assoc.html +doc/html/mod-blowfish.html +doc/html/mod-channels.html +doc/html/mod-compress.html +doc/html/mod-console.html +doc/html/mod-ctcp.html +doc/html/mod-dns.html +doc/html/mod-filesys.html +doc/html/mod-irc.html +doc/html/mod-notes.html +doc/html/mod-seen.html +doc/html/mod-server.html +doc/html/mod-share.html +doc/html/mod-transfer.html +doc/html/mod-uptime.html +doc/html/mod-woobie.html +doc/html/news.html +doc/html/party.html +doc/html/patch-howto.html +doc/html/readme.html +doc/html/starting.html +doc/html/tcl-commands.html +doc/html/users.html +doc/man1/eggdrop.1 +doc/settings/CONTENTS +doc/settings/core.settings +doc/settings/mod.assoc +doc/settings/mod.blowfish +doc/settings/mod.channels +doc/settings/mod.compress +doc/settings/mod.console +doc/settings/mod.ctcp +doc/settings/mod.dns +doc/settings/mod.filesys +doc/settings/mod.irc +doc/settings/mod.notes +doc/settings/mod.seen +doc/settings/mod.server +doc/settings/mod.share +doc/settings/mod.transfer +doc/settings/mod.uptime +doc/settings/mod.woobie +doc/tcl-commands.doc +eggdrop.conf +language/core.danish.lang +language/core.english.lang +language/core.finnish.lang +language/core.french.lang +language/core.german.lang +logs/CONTENTS +misc/addpatch +misc/install-sh +misc/killwhitespace +misc/makedepend +misc/mkinstalldirs +misc/modconfig +misc/newversion +misc/releaseprep +misc/runautotools +scripts/CONTENTS +scripts/Makefile.in +scripts/action.fix.tcl +scripts/alltools.tcl +scripts/autobotchk +scripts/botchk +scripts/cmd_resolve.tcl +scripts/compat.tcl +scripts/dccwhois.tcl +scripts/getops.tcl +scripts/klined.tcl +scripts/notes2.tcl +scripts/ques5.tcl +scripts/quotepass.tcl +scripts/userinfo.tcl +scripts/weed +src/Makefile.in +src/bg.c +src/bg.h +src/botcmd.c +src/botmsg.c +src/botnet.c +src/chan.h +src/chanprog.c +src/cmds.c +src/cmdt.h +src/compat/Makefile.in +src/compat/compat.h +src/compat/gethostbyname2.c +src/compat/gethostbyname2.h +src/compat/in6.h +src/compat/inet_aton.c +src/compat/inet_aton.h +src/compat/inet_ntop.c +src/compat/inet_ntop.h +src/compat/inet_pton.c +src/compat/inet_pton.h +src/compat/memcpy.c +src/compat/memcpy.h +src/compat/memset.c +src/compat/memset.h +src/compat/snprintf.c +src/compat/snprintf.h +src/compat/strcasecmp.c +src/compat/strcasecmp.h +src/compat/strftime.c +src/compat/strftime.h +src/dcc.c +src/dccutil.c +src/dns.c +src/dns.h +src/eggdrop.h +src/flags.c +src/flags.h +src/lang.h +src/language.c +src/main.c +src/main.h +src/match.c +src/md5/Makefile.in +src/mem.c +src/misc.c +src/misc_file.c +src/misc_file.h +src/mod/Makefile.in +src/mod/assoc.mod/Makefile +src/mod/assoc.mod/assoc.c +src/mod/assoc.mod/assoc.h +src/mod/assoc.mod/language/assoc.danish.lang +src/mod/assoc.mod/language/assoc.english.lang +src/mod/assoc.mod/language/assoc.finnish.lang +src/mod/assoc.mod/language/assoc.french.lang +src/mod/assoc.mod/language/assoc.german.lang +src/mod/assoc.mod/modinfo +src/mod/blowfish.mod/Makefile +src/mod/blowfish.mod/bf_tab.h +src/mod/blowfish.mod/blowfish.c +src/mod/blowfish.mod/blowfish.h +src/mod/blowfish.mod/modinfo +src/mod/channels.mod/Makefile +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/modinfo +src/mod/channels.mod/tclchan.c +src/mod/channels.mod/udefchan.c +src/mod/channels.mod/userchan.c +src/mod/compress.mod/Makefile.in +src/mod/compress.mod/compress.c +src/mod/compress.mod/compress.h +src/mod/compress.mod/configure.ac +src/mod/compress.mod/modinfo +src/mod/compress.mod/tclcompress.c +src/mod/console.mod/Makefile +src/mod/console.mod/console.c +src/mod/console.mod/console.h +src/mod/console.mod/language/console.danish.lang +src/mod/console.mod/language/console.english.lang +src/mod/console.mod/language/console.finnish.lang +src/mod/console.mod/language/console.french.lang +src/mod/console.mod/language/console.german.lang +src/mod/console.mod/modinfo +src/mod/ctcp.mod/Makefile +src/mod/ctcp.mod/ctcp.c +src/mod/ctcp.mod/ctcp.h +src/mod/ctcp.mod/modinfo +src/mod/dns.mod/Makefile.in +src/mod/dns.mod/configure.ac +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/mod/dns.mod/dns.h +src/mod/dns.mod/modinfo +src/mod/eggmod.m4 +src/mod/filesys.mod/Makefile +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/dbcompat.h +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filedb3.h +src/mod/filesys.mod/filelist.c +src/mod/filesys.mod/filelist.h +src/mod/filesys.mod/files.c +src/mod/filesys.mod/files.h +src/mod/filesys.mod/filesys.c +src/mod/filesys.mod/filesys.h +src/mod/filesys.mod/language/filesys.danish.lang +src/mod/filesys.mod/language/filesys.english.lang +src/mod/filesys.mod/language/filesys.finnish.lang +src/mod/filesys.mod/language/filesys.french.lang +src/mod/filesys.mod/language/filesys.german.lang +src/mod/filesys.mod/modinfo +src/mod/filesys.mod/tclfiles.c +src/mod/irc.mod/Makefile +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/mod/irc.mod/modinfo +src/mod/irc.mod/msgcmds.c +src/mod/irc.mod/tclirc.c +src/mod/module.h +src/mod/modvals.h +src/mod/notes.mod/Makefile +src/mod/notes.mod/cmdsnote.c +src/mod/notes.mod/language/notes.danish.lang +src/mod/notes.mod/language/notes.english.lang +src/mod/notes.mod/language/notes.finnish.lang +src/mod/notes.mod/language/notes.french.lang +src/mod/notes.mod/language/notes.german.lang +src/mod/notes.mod/modinfo +src/mod/notes.mod/notes.c +src/mod/notes.mod/notes.h +src/mod/seen.mod/Makefile +src/mod/seen.mod/modinfo +src/mod/seen.mod/seen.c +src/mod/server.mod/Makefile +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/modinfo +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/mod/server.mod/servmsg.c +src/mod/server.mod/tclserv.c +src/mod/share.mod/Makefile +src/mod/share.mod/modinfo +src/mod/share.mod/share.c +src/mod/share.mod/share.h +src/mod/share.mod/uf_features.c +src/mod/transfer.mod/Makefile +src/mod/transfer.mod/language/transfer.danish.lang +src/mod/transfer.mod/language/transfer.english.lang +src/mod/transfer.mod/language/transfer.finnish.lang +src/mod/transfer.mod/language/transfer.french.lang +src/mod/transfer.mod/language/transfer.german.lang +src/mod/transfer.mod/modinfo +src/mod/transfer.mod/tcltransfer.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/mod/transfer.mod/transferfstat.c +src/mod/transfer.mod/transferqueue.c +src/mod/uptime.mod/Makefile +src/mod/uptime.mod/modinfo +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h +src/mod/woobie.mod/Makefile +src/mod/woobie.mod/modinfo +src/mod/woobie.mod/woobie.c +src/modules.c +src/modules.h +src/net.c +src/patch.h +src/proto.h +src/rfc1459.c +src/stat.h +src/tandem.h +src/tcl.c +src/tcldcc.c +src/tclegg.h +src/tclhash.c +src/tclhash.h +src/tclmisc.c +src/tcluser.c +src/tls.c +src/userent.c +src/userrec.c +src/users.c +src/users.h +ssl.conf +text/CONTENTS + +- - - - - - - - - - - - - - - +Commit 0751f3f (2015-12-29 03:28:56 +0100) by thommey +Update patchname. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 24da99c (2015-12-29 03:03:29 +0100) by thommey +Clear unused variable. + +src/dns.c + +- - - - - - - - - - - - - - - +Commit c690592 (2015-12-29 03:01:59 +0100) by thommey +Run autotools. + +config.h.in +configure + +- - - - - - - - - - - - - - - +Commit ac7a950 (2015-12-29 03:01:31 +0100) by thommey +Remove superfluous definition of Tcl version, it is already in tcl.h. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 1295758 (2015-12-29 02:59:14 +0100) by thommey +Clarify minimum required Tcl version. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 886c0ea (2015-12-29 02:57:15 +0100) by thommey +Run autotools, update changelog. + +config.h.in +configure +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit d557bb2 (2015-12-29 02:56:22 +0100) by thommey +Fix spelling error compatability. + +src/Makefile.in + +- - - - - - - - - - - - - - - +Commit d7d94e9 (2015-12-29 02:44:57 +0100) by thommey +Set Tcl version from configure. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 99212d0 (2015-12-29 02:41:44 +0100) by thommey +Adjust HAVE_TCL_* settings to assume Tcl >= 8.3. + +src/main.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit db30392 (2015-12-29 02:29:18 +0100) by thommey +Remove XREQs. + +src/Makefile.in +src/net.c + +- - - - - - - - - - - - - - - +Commit 7570148 (2015-12-29 01:48:58 +0100) by thommey +Remove unused variables. Fix memset to zero. + +src/dns.c +src/md5/md5c.c +src/net.c + +- - - - - - - - - - - - - - - +Commit 8fba6a5 (2015-12-29 01:38:46 +0100) by thommey +Remove another inline specifier. + +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit 4106f73 (2015-12-28 19:24:57 +0100) by thommey +Clean up the inline business. - Replaced EGG_TCL_ENABLE_THREADS and EGG_TCL_CHECK_THREADS - autoconf macros with EGG_TCL_CHECK_GETCURRENTTHREAD. +doc/Changes1.8 +src/dns.c +src/match.c +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/compress.mod/compress.c +src/mod/dns.mod/coredns.c +src/mod/filesys.mod/filelist.h +src/mod/transfer.mod/transfer.c +src/proto.h +src/userrec.c -2010-01-25 14:11 pseudo +- - - - - - - - - - - - - - - +Commit bf47f57 (2015-12-28 19:07:30 +0100) by thommey +Fix --with-tcllib compilation typo. - * doc/Changes1.6, src/dcc.c, src/patch.h, src/userrec.c: Fixed a - fixfrom() bug, breaking userhost matching. Fixed a bug in telnet - autodetection, which prevented cvs bots from linking reliably - with bots running older versions. +aclocal.m4 +configure -2010-01-23 12:34 tothwolf +- - - - - - - - - - - - - - - +Commit 6694623 (2015-12-28 19:01:45 +0100) by thommey +Fix compilation with tcl.m4 again. - * config.h.in: * Regenerated config.h.in with autoheader - -2010-01-15 13:51 pseudo - - * eggdrop.conf, doc/Changes1.6, doc/html/egg-core.html, - doc/settings/core.settings, help/core.help, help/set/cmds1.help, - src/eggdrop.h, src/main.c, src/misc.c, src/patch.h, src/tcl.c, - src/mod/channels.mod/channels.c: Replaced the LOG_TS definition - with a config variable "timestamp-format", defaulting to - "[%H:%M:%S]". - - Added support for silent backups and logfile switching with - higher quiet-save values. - - Patch by: pseudo - -2010-01-10 16:28 pseudo - - * eggdrop.conf, doc/Changes1.6, doc/html/egg-core.html, - doc/html/mod-server.html, doc/settings/core.settings, - doc/settings/mod.server, help/set/cmds1.help, src/patch.h, - src/userrec.c, src/mod/server.mod/help/set/server.help: Moved - strict-host documentation to the core section, where it belongs - and added a warning to discourage it's usage in the future. - - Rewrote fixfrom() to not modify it's string argument. Fixes - Bugzilla Bug # 423 "Enforcement of Non-matching Bans" Found by: - BarkerJr / Patch by: pseudo - -2010-01-07 07:48 pseudo - - * eggdrop.conf, doc/Changes1.6, doc/tcl-commands.doc, - doc/html/egg-core.html, doc/html/tcl-commands.html, - doc/settings/core.settings, help/set/cmds1.help, src/match.c, - src/modules.c, src/patch.h, src/proto.h, src/tcl.c, - src/tclmisc.c, src/userent.c, src/userrec.c, src/users.c, - src/mod/module.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/userchan.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/mode.c: Added CIDR support to eggdrop. This - includes accepting and matching b/e/I masks and user hosts in - cidr notation. - - Moved rfc_toupper from wild_match() to the new addr_match(). - - Added two new Tcl commands - matchaddr and matchcidr to provide - interface to the new internal host matching. - - Patch by: pseudo - -2010-01-04 12:38 pseudo - - * doc/Changes1.6, src/tcl.c: Changed GetInt / GetIntFromObj's - Tcl_Interp argument to NULL in tcl_resultint() to avoid an - unneeded error message being stored in the interp result. - - Patch by: pseudo - -2010-01-04 07:15 pseudo - - * README, doc/Changes1.6, src/botcmd.c, src/cmds.c, src/dcc.c, - src/eggdrop.h, src/tcldcc.c, src/tcluser.c, - src/mod/irc.mod/cmdsirc.c, src/patch.h: Modified various checks - to allow non-latin characters in handles. Added missing checks to - tcl_adduser() and tcl_chhand(). - - Added telnet autodetection to src/dcc.c. Made changes to stop - interpreting telnet codes from bots. Reworked telnet handlers to - properly understand and escape character 0xff in data. Fixes - Bugzilla Bug # 419 "droped chars when sharing" - - Patch by: pseudo - -2010-01-03 08:48 pseudo - - * README, doc/Changes1.6, doc/tcl-commands.doc, - doc/html/readme.html, doc/html/tcl-commands.html: Various minor - docfixes. - - Patch by: pseudo - -2010-01-03 07:27 pseudo - - * AUTHORS, CONTENTS, FEATURES, INSTALL, NEWS, README, THANKS, - aclocal.m4, config.h.in, configure, configure.ac, doc/ABOUT, - doc/BANS, doc/BOTNET, doc/COMPILE-GUIDE, doc/CONTENTS, - doc/Changes1.6, doc/FIRST-SCRIPT, doc/KNOWN-PROBLEMS, - doc/MODULES, doc/PARTYLINE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/USERS, - doc/WEIRD-MESSAGES, doc/tcl-commands.doc, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-textsub.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-wire.html, - doc/html/mod-woobie.html, doc/html/news.html, - doc/html/party.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/html/starting.html, - doc/html/tcl-commands.html, doc/html/users.html, - doc/man1/eggdrop.1, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, logs/CONTENTS, - misc/addpatch, misc/killwhitespace, misc/makedepend, - misc/modconfig, misc/newversion, misc/releaseprep, - misc/runautotools, scripts/CONTENTS, scripts/action.fix.tcl, - scripts/alltools.tcl, scripts/compat.tcl, scripts/ques5.tcl, - src/bg.c, src/bg.h, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chan.h, src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, - src/dccutil.c, src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, - src/flags.h, src/lang.h, src/language.c, src/main.c, src/main.h, - src/mem.c, src/misc.c, src/misc_file.c, src/misc_file.h, - src/modules.c, src/modules.h, src/net.c, src/patch.h, - src/proto.h, src/rfc1459.c, src/stat.h, src/tandem.h, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c, - src/users.c, src/users.h, src/compat/compat.h, - src/compat/inet_aton.c, src/compat/inet_aton.h, - src/compat/memcpy.c, src/compat/memcpy.h, src/compat/memset.c, - src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/compress.mod/compress.h, src/mod/compress.mod/configure, - src/mod/compress.mod/configure.ac, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/configure, src/mod/dns.mod/configure.ac, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/uptime.mod/uptime.c, src/mod/uptime.mod/uptime.h, - src/mod/wire.mod/wire.c, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/woobie.c, text/CONTENTS, text/banner: Updated - copyright dates - - Patch by: pseudo - -2009-12-24 04:31 pseudo - - * doc/Changes1.6, src/language.c, src/patch.h: Fixed a potential - crash in read_lang() with lines > 512 characters in language - files. Added support for lines of unlimited size. - - Patch by: pseudo - -2009-12-16 11:56 tothwolf - - * README: * Fixed another link for geteggdrop.com - -2009-12-16 11:55 tothwolf - - * doc/: COMPILE-GUIDE, html/compiling.html, html/readme.html: * - Fixed links for geteggdrop.com - -2009-11-26 03:32 pseudo - - * doc/Changes1.6, help/cmds1.help, src/cmds.c, src/modules.c, - src/patch.h, src/proto.h, src/tcluser.c, src/userrec.c, - src/users.c, src/mod/module.h, src/mod/console.mod/console.c: - Moved console flags validation from cmd_console() to a separate - function check_conflags(). - - Added calls to check_dcc_attrs() / check_dcc_chanattrs in - tcl_chattr() to make the behaviour consistent between all chattr - functions. - - Added calls to check_conflags() in - check_dcc_attrs/check_dcc_chanattrs() and chon_console() in order - to ensure users will not retain privileged console flags if their - access gets downgraded. Fixes Bugzilla Bug # 133 ".chattr / - .console bug" Found by: DarkReap1 / Patch by: pseudo - -2009-11-23 03:42 pseudo - - * eggdrop.conf, doc/Changes1.6, doc/html/mod-channels.html, - doc/settings/mod.channels, src/patch.h, - src/mod/channels.mod/channels.c, - src/mod/channels.mod/help/set/channels.help: Introduced new - config variable allow-ps to allow chanmode optionally enforce - both +ps at the same time. Fixes Bugzilla Bug # 414 "channel - modes +s and +p on ts5 network" - - Found by: Ofloo / Patch by: pseudo - -2009-11-21 17:12 pseudo - - * doc/Changes1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/chan.h, src/misc.c, src/modules.c, src/patch.h, - src/mod/channels.mod/channels.h, src/mod/channels.mod/tclchan.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/irc.mod/help/msg/irc.help, - src/mod/server.mod/tclserv.c: Modified reset_chan_info() to - support independent reset of various information through flags. - Updated tcl_resetchan() to make use of this. - - Removed redundant TOPIC requests and optimized the channel - join/reset code to ask for b/e/I modes in one message. - - Added safety checks after some mode bind triggers to avoid - accessing freed memory and not up-to-date flag records. - - Added two new Tcl commands: resetchanidle and resetchanjoin. +Makefile.in +aclocal.m4 +config.h.in +configure +configure.ac +doc/Changes1.8 +src/Makefile.in - Modified the channel reset logic to perform live updates on the - member list without deleting and readding members. Channel mode - changes with the bot as a target now trigger mode binds without - initial blind delays during channel join/reset. Fixes Bugzilla - Bug # 385 "MODE - bug, when bot just joined the chan" Found by: - gernot@rockstarvienna.com / Patch by: pseudo +- - - - - - - - - - - - - - - +Commit ed910ff (2015-12-14 00:11:02 +0100) by thommey +Fix basename for Tcl library when compiling without --with-tcllib. -2009-11-15 07:10 pseudo +aclocal.m4 +configure - * doc/Changes1.6, src/cmds.c, src/flags.c, src/patch.h, - src/tcluser.c: Modified build_flags() to not repeat global bot - flags when both bot and chan flags are requested. - - Fixed tcl_botattr() and tcl_chattr() to return only bot-specific - or user-specific flags respectively. Fixes Bugzilla Bug # 484 - "botattr tcl command returns bot channel flags incorrectly" - - Found by: Pixelz / Patch by: pseudo - -2009-10-31 09:18 thommey - - * doc/Changes1.6, src/match.c, src/patch.h: updated patch.h, - changed _wild_match_per behaviour - -2009-10-31 08:43 thommey - - * doc/Changes1.6, src/match.c, src/proto.h, src/tclegg.h, - src/tclhash.c, src/mod/module.h, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h: Make mode binds case-sensitive for the - mode change. Fixes Bug # 476. - -2009-10-30 10:02 thommey - - * doc/Changes1.6, src/chan.h, src/patch.h, src/mod/irc.mod/irc.c: - Only whine once about the opless state of a channel. Fixes Bug # - 483 - -2009-10-25 09:19 pseudo - - * README, eggdrop.conf, doc/ABOUT, doc/COMPILE-GUIDE, - doc/Changes1.6, doc/TRICKS, doc/tcl-commands.doc, - doc/html/about.html, doc/html/app-tricks.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/readme.html, doc/html/tcl-commands.html, - doc/man1/eggdrop.1, doc/settings/core.settings, - help/set/cmds1.help, language/core.english.lang, - src/mod/transfer.mod/language/transfer.english.lang: Fixed some - spelling errors in the documentation. - - Improved the description of the getchanjoin Tcl command in the - docs. - - Patch by: pseudo - -2009-10-25 04:57 pseudo - - * doc/Changes1.6, src/cmds.c, src/patch.h: Modified cmd_mns_host() - to allow masters use -host even if they are +d/+k. Fixes - Bugzilla Bug # 446 "channel flag +d/+k prevents using of .-host - even if using against others" - - Found by: De Kus / Patch by: pseudo - -2009-10-12 08:10 thommey - - * doc/Changes1.6, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chanprog.c, src/cmds.c, src/dcc.c, src/dns.c, src/main.c, - src/misc.c, src/patch.h, src/proto.h, src/tcl.c, src/tcldcc.c, - src/tclegg.h, src/tclhash.c, src/users.c, - src/mod/server.mod/server.c: Replace deprecated Tcl result access - method. Fixes Bug # 472. - -2009-10-09 16:24 pseudo - - * doc/Changes1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - scripts/compat.tcl, src/patch.h, src/tcldcc.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c: Added - a new bind "OUT" to server.mod. Triggered when a message is sent - to the server. - - Modified tcl_putnow() to support sending multiple lines at once. - - Changed tcl_putdccraw() to always return an error. It's - deprecated in favor of putdcc / putnow. - - Added a putdccraw replacement to scripts/compat.tcl - - Patch by: pseudo - -2009-10-09 05:16 pseudo - - * doc/Changes1.6, src/tclmisc.c: Added stricter argument checking - to tcl_logfile(). Fixes Bugzilla Bug # 432 "Logfile Tcl Command - Lacks Validation" - - Replaced a sequence of unsafe calls to strcat() with a - snprintf(). - - Found by: TothWolf / Patch by: pseudo - -2009-10-02 05:16 pseudo - - * doc/Changes1.6, src/patch.h, src/mod/irc.mod/msgcmds.c: Made - eggdrop log the channel name for /MSG GO commands. Fixes - Bugzilla Bug # 452 "Failed GO Messages Should Include Channel - Name" - - Found by: BarkerJr / Patch by: pseudo - -2009-10-02 03:47 pseudo - - * doc/Changes1.6: Added bugreporter names for recent patches to - doc/Changes1.6. - - Patch by: pseudo - -2009-10-01 15:33 pseudo - - * doc/Changes1.6, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: Fixed bugs in the tcl_eggserver() - and next_server() logic. Fixes Bugzilla entry #468 ".jump fails - if the server list is empty, even when a server name is - supplied." - - Found by: Dan / Patch by: pseudo - -2009-10-01 09:52 pseudo - - * eggdrop.conf, doc/Changes1.6, doc/tcl-commands.doc, - doc/html/mod-server.html, doc/html/tcl-commands.html, - doc/settings/mod.server, src/patch.h, - src/mod/server.mod/server.c, src/mod/server.mod/tclserv.c, - src/mod/server.mod/help/server.help, - src/mod/server.mod/help/set/server.help: Added a msg-rate config - variable, to replace the current #define msgrate in server.mod. - - Added new command [putnow] for bypassing the queueing system to - be used instead of [putdccraw]. Equivalent to [putserv noqueue] - in eggdrop 1.9. - - Patch by: pseudo - -2009-10-01 09:24 pseudo - - * doc/Changes1.6, src/patch.h, src/mod/notes.mod/notes.c: Fixed a - reversed pointer check in join_notes(). Fixes Bugzilla Bug # - 455: "Possible segment violation in join_notes" - - Patch by: pseudo - -2009-10-01 09:02 pseudo - - * doc/Changes1.6, src/patch.h, src/mod/irc.mod/chan.c: Made eggdrop - request ban/invite exception lists when (half)opped, if getting - them on join fails. Fixes Bugzilla Bug # 465 "channel exempts - not loaded properly on EFNET" - - Patch by: pseudo - -2009-10-01 08:56 pseudo - - * doc/Changes1.6, src/patch.h, src/tclmisc.c: Replaced a mistaken - typecast with the proper one and eliminates the last remaining - compile warning. Fixes Bugzilla Bug # 450 "some warning during - compile" - - Patch by: pseudo - -2009-10-01 08:50 pseudo - - * doc/Changes1.6, scripts/CONTENTS, src/patch.h: Added - dccwhois.tcl, quotepass.tcl and quotepong.tcl to scripts/CONTENTS - Fixes Bugzilla Bug # 480 "scripts/CONTENTS missing data" - - Patch by: pseudo - -2009-10-01 08:38 pseudo - - * doc/Changes1.6, src/patch.h, src/mod/irc.mod/help/msg/irc.help: - Updated msg/irc.help to include /MSG commands available to - halfops. Fixes Bugzilla Bug # 475 "halfop and dehalfop missing - from message help display" - - Patch by: pseudo - -2009-09-22 14:30 thommey - - * doc/Changes1.6, src/patch.h, src/mod/irc.mod/msgcmds.c: - The KEY msg command now logs on success. Fixes Bugzilla # 482 - - Found by: Rickard Utgren / Patch by: Freeder - -2009-09-21 18:09 thommey - - * doc/Changes1.6, src/patch.h, src/tcldcc.c: Removed blank at the - end of wrong args tcl error for restart/rehash - -2009-05-16 08:16 tothwolf - - * doc/Changes1.6, src/botcmd.c, src/chanprog.c, src/dns.c, - src/net.c, src/patch.h, src/tcl.c, src/tclmisc.c, src/userent.c, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/userchan.c, - src/mod/compress.mod/compress.c, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/notes.c, - src/mod/server.mod/server.c: Fixed a number of compiler warnings - due to recent versions of GCC. Fixes Bugzilla Bug # 450 "some - warning during compile" - - Patch by: pseudo - -2009-05-16 07:16 tothwolf - - * doc/Changes1.6, src/patch.h, src/users.c: Fixed potential buffer - overflow in readuserfile() that can occur on a leaf bot when a - hub attempts to share ban/invite/exempt masks for a large number - of channels that the leaf does not monitor. Fixes Bugzilla Bug # - 471 "Buffer overflow in src/users.c" - - Found by: FireEgl / Patch by: pseudo - -2009-05-16 05:25 tothwolf - - * eggdrop.conf, doc/Changes1.6, doc/tcl-commands.doc, - doc/html/mod-channels.html, doc/html/tcl-commands.html, - doc/settings/mod.channels, - src/mod/channels.mod/help/chaninfo.help: Updated masktype - selection documentation for tcl_maskhost and ban-type. - - Patch by: pseudo - -2009-05-07 16:01 tothwolf - - * eggdrop.conf, doc/Changes1.6, doc/tcl-commands.doc, - doc/html/mod-channels.html, doc/html/tcl-commands.html, - doc/settings/mod.channels, src/chan.h, src/misc.c, src/modules.c, - src/patch.h, src/proto.h, src/mod/module.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/help/chaninfo.help, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/tclirc.c: Added masktype - selection to tcl_maskhost and ban-type configuration setting to - set default banmask type for each channel. - - Patch by: pseudo - -2009-05-06 20:35 tothwolf - - * AUTHORS, THANKS: Updated dates - -2009-05-06 19:18 tothwolf - - * AUTHORS, CONTENTS, NEWS, README, THANKS, doc/AUTHORS, - doc/CONTENTS, doc/Changes1.6, doc/Makefile.in, doc/PATCH-HOWTO, - doc/html/authors.html, doc/html/index.html, doc/html/news.html, - doc/html/patch-howto.html, doc/man1/eggdrop.1, misc/newversion: - Added AUTHORS file that documents the developers, major - contributors, and groups who've developed and maintained Eggdrop. - - Added THANKS file that contains a full list of Eggdrop - contributors. - - Updated files to reference doc/Changes1.6 instead of - doc/UPDATES1.6. - -2009-05-06 19:07 tothwolf - - * doc/: Changes0.9, Changes1.0, Changes1.1, Changes1.2, Changes1.3, - Changes1.4, Changes1.5, Changes1.6, Versions: * Corrected and - unified even more duplicate contributor names in the doc/Changes - files. - - * Added some missing contributor names and patch information. - - * Further expanded 1.1.x information in doc/Versions. - -2009-05-06 13:17 tothwolf - - * doc/Changes1.6, src/patch.h, src/mod/server.mod/servmsg.c: * - Fixed another bug in the CTCP parsing code introduced by the - servmsg.c buffer overflow patch in 1.6.19. - - Patch by: thommey - -2009-05-06 12:11 tothwolf - - * scripts/Makefile.in: Added dccwhois.tcl to install target - -2009-01-21 21:12 tothwolf - - * eggdrop.conf, doc/Changes1.6, scripts/dccwhois.tcl: - Added scripts/dccwhois.tcl Tcl script. This script enhances the - built-in dcc '.whois' command to allow all users to '.whois' - their own handle. - -2009-01-21 20:14 tothwolf - - * doc/Changes1.6, src/cmds.c: - Reverted "Allow any user to .whois their own handle." 1.6.16 - changes. These changes broke '.whois' behavior in that previously - a global op or channel op had full access to '.whois'. After the - changes only a global op or channel master could use '.whois' on - other handles. The hard coded access flag checks also made it - impossible to rebind the '.whois' command with different access - flags. - -2008-11-29 08:39 tothwolf - - * doc/: Changes0.6, Changes0.7, Changes0.9, Changes1.0, Changes1.1, - Changes1.2, Changes1.3, Changes1.4, Changes1.5, Changes1.6, - Versions: - Removed 'Maintainer:' hacks from the doc/Changes files. Switched - to using '# Released by:' and '# Patch by:' for processing now. - - Further expanded 1.0, 1.1alpha, and 1.1.x information. - -2008-11-18 19:47 tothwolf - - * doc/: Changes0.6, Changes0.7, Changes0.9, Changes1.0, Changes1.1, - Changes1.6, Versions: - Fixed even more typos and other errors in the doc/Changes files. - - Greatly expanded the 1.1alpha sections in Changes1.1 and - Versions. - - The 1.1alpha+lincoln and 1.1alpha+grant entries were reversed and - mislabeled in Changes1.1. - -2008-11-16 00:33 tothwolf - - * doc/: Changes0.6, Changes0.7, Changes0.9, Changes1.0, Changes1.1, - Changes1.2, Changes1.3, Changes1.4, Changes1.5, Changes1.6, - Versions: - Fixed tons of typos and formatting problems in the doc/Changes - files. - - Corrected and unified tons of duplicate contributor names; Robey - used lowercase names in earlier versions and Beldin tended to use - camel case. - - These changes will allow for semi-automated processing of the - doc/Changes files to build a much more complete contributors - list. - -2008-11-01 21:19 tothwolf - - * doc/Changes1.6, language/core.danish.lang, - language/core.english.lang, language/core.finnish.lang, - language/core.french.lang, language/core.german.lang, src/lang.h, - src/mod/channels.mod/channels.c, src/mod/server.mod/servmsg.c: - Refactored channels_report() and simplified the channel status - information for the .status command. - -2008-11-01 17:23 tothwolf - - * doc/Changes1.6, src/mod/server.mod/servmsg.c: - Added support for irc numeric 465 ERR_YOUREBANNEDCREEP so a - server ban reason (for a Kline, Gline, etc) can be seen and - logged. - - Found by: Tothwolf / Patch by: bryand, Tothwolf - -2008-11-01 16:02 tothwolf - - * doc/Changes1.6, src/mod/transfer.mod/transfer.c: - Added missing fclose() to tout_dcc_send() Fixes the socket leak - in the transfer module. - - Found by: C4thY (and others) / Patch by: bryand - -2008-11-01 14:41 tothwolf - - * doc/Changes1.6, help/cmds1.help, language/core.english.lang, - src/chan.h, src/tclegg.h, src/tclhash.c, src/tcluser.c, - src/mod/channels.mod/tclchan.c: - Added support to BADARGS macro to accept -1 for unlimited - arguments. - - Modified tcl_getuser(), tcl_setuser(), and tcl_channel() to use - -1 for BADARGS instead of 999. - - Changed FLGS to FLAGS in tell_binds() for .binds command output. - -2008-10-31 18:40 tothwolf - - * doc/Changes1.6, src/users.c: - Modified tell_user() to use YYYY-MM-DD ISO 8601 date format. This - corrects the LAST date shown for the .whois and .match commands. - Fixes Bugzilla Bug # 470 "Dates in Whois/Match Don't Show Years" - - Found by: BarkerJr / Patch by: Tothwolf - -2008-10-31 17:55 tothwolf - - * doc/Changes1.6, help/cmds2.help: - Added .vbottree command help section to cmds2.help. Fixes - Bugzilla Bug # 464 ".help vbottree not working" - - Found by: wanderer / Patch by: Tothwolf - -2008-10-31 16:07 tothwolf - - * doc/Changes1.6, src/cmds.c, src/tcldcc.c, src/users.c: - Fixed global variable names used with Tcl_SetVar() / - Tcl_VarEval() -- Made assoc module use $_chan instead of $chan - Made tell_user() use $_user instead of $user - -2008-10-31 12:10 tothwolf - - * doc/: Changes1.6, Versions: - - Make it clear that SA25276 was fixed. - -2008-07-11 17:29 tothwolf - - * doc/Changes1.6, src/mod/irc.mod/tclirc.c: - Moved the variable declaration for tcl_maskhost() to the top of - the function where it should be. FireEgl's tcl_maskhost patch - prevented tcl_maskhost() from compiling with many non-GCC and - older GCC compilers. Found by: simple / Patch by: Tothwolf - -2008-07-11 06:48 tothwolf - - * src/tclmisc.c: Let's see if this works a little better... - -2008-07-10 04:56 tothwolf - - * aclocal.m4, config.h.in, configure, configure.ac, doc/Changes1.6, - src/eggdrop.h, src/main.c, src/main.h, src/tclmisc.c, - src/mod/irc.mod/chan.c: - Removed Solaris RANDMAX autoconf hack. - - Added proper preprocessor checks for RANDOM_MAX and RAND_MAX. - - Added autoconf tests and preprocessor checks for rand() and - lrand48(). - - Simplified randint macro to make it faster. - - Added argument sanity checking for tcl_rand() / Tcl [rand] - command. - - Added min:max value sanity checking in irc.mod set_delay(). This - should match the aop-delay behavior documented in eggdrop.conf - now. - -2008-07-10 04:06 tothwolf - - * aclocal.m4, configure, configure.ac, doc/Changes1.6, - src/eggdrop.h, src/main.c, src/proto.h, src/mod/module.h, - src/mod/channels.mod/cmdschan.c: - More minor autoconf changes. - - Context and ContextNote should use 'do {} while (0)' instead of - '{}'. - - Put Context init code into an #ifdef DEBUG_CONTEXT block. - -2008-07-10 03:22 tothwolf - - * eggdrop.conf, doc/Changes1.2, doc/Changes1.3, doc/Changes1.6, - doc/Versions: - Updated doc/Versions and added more milestone information. - - Misc doc updates and fixes. - -2008-07-08 02:18 tothwolf - - * doc/Makefile.in: - Fixed a few minor Makefile things - -2008-07-04 20:32 tothwolf - - * doc/Changes1.6: I knew I missed something... - -2008-07-04 20:15 tothwolf - - * doc/UPDATES1.6: UPDATES1.6 -> Changes1.6 - -2008-07-04 20:14 tothwolf - - * doc/: Changes0.6, Changes0.7, Changes0.9, Changes1.0, Changes1.1, - Changes1.2, Changes1.3, Changes1.4, Changes1.5, Changes1.6, - Versions: - Added doc/Changes* files created from all the various UPDATES* - files that were available. Change history after 0.7d (April 11, - 1994) to 0.9 (July 23, 1994) seems to have been lost but it may - eventually be located. - - Added doc/Versions file that contains a list of Eggdrop versions, - release dates, and other important notes in reverse chronological - order. - -2008-07-03 21:25 tothwolf - - * configure, doc/UPDATES1.6: UPDATES1.6 didn't commit the first - time for some reason. - -2008-07-03 21:17 tothwolf - - * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, - src/eggdrop.h, src/main.c: - Require autoconf 2.60 now. - - Added AC_PRESERVE_HELP_ORDER macro to configure.ac - - Added new autoconf macros to aclocal.m4 and configure.ac: - EGG_DEBUG_ENABLE EGG_DEBUG_DEFAULTS EGG_DEBUG_OPTIONS - EGG_DEBUG_CFLAGS EGG_ENABLE_DEBUG_CONTEXT - - Added new configure options: --enable-debug --enable-debug-mem - --enable-debug-assert --enable-debug-context - - Replaced ENABLE_STRIP define with DEBUG - - DEBUG_CONTEXT is now defined in config.h instead of eggdrop.h - - Refactored DEBUG and DEBUG_CONTEXT conditional code in main.c. - - Don't default set unlimited core file size for non-debug builds. - -2008-07-03 20:41 tothwolf - - * aclocal.m4, config.h.in, configure, configure.ac, doc/UPDATES1.6, - src/main.h, src/compat/snprintf.c: - Added EGG_APPEND_VAR and EGG_CHECK_ICC autoconf macros to - aclocal.m4. - - Replaced autoconf 'var="$var "' with EGG_APPEND_VAR - macro. - - Replaced no_pipe and no_wall variable hacks with a proper test - for the Intel C Compiler (icc). - - Put '-pipe' in CFLAGS not CC. - - Added GPL header to AH_TOP macro in configure.ac for config.h.in. - - Removed unused std_args.h header check and HAVE_STD_ARGS_H - conditionals. - -2008-07-03 19:52 tothwolf - - * Makefile.in, aclocal.m4, configure, configure.ac, doc/UPDATES1.6, - src/main.c: - Refactored root Makefile.in variables. - - Removed unnecessary '-g' flag from LD variables (-g is ignored). - - Renamed DEBCFLAGS to DEBCFLGS - - Moved -g3 compiler flag to DEBCFLGS variable. - - Removed double quoting "`command`" in autoconf macro tests. - - Changed autoconf macro 'test ! foo = bar' tests to 'test foo != - bar'. Both are portable but '!=' is now more common in autoconf - macros and is easier to read. - -2008-07-02 01:31 tothwolf - - * aclocal.m4, configure, configure.ac, doc/UPDATES1.6: - Fixed EGG_PROG_HEAD_1 autoconf macro cache checking. You can't - use AC_MSG_RESULT() within AC_CACHE_VAL(). - - Moved --enable-strip configure check from EGG_PROG_STRIP to it's - own macro: EGG_ENABLE_STRIP() - -2008-06-30 18:20 tothwolf - - * doc/UPDATES1.6, src/mod/channels.mod/tclchan.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/server.mod/servmsg.c: - Bot would send 'JOIN #chan ' to the server with trailing - whitespace when joining channels that didn't require a key. - - Found by: simple - Patch by: Tothwolf - -2008-06-30 13:12 tothwolf - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: Make the JOIN - in check_expired_chanstuff() use DP_SERVER instead of DP_MODE to - prevent the bot from sending multiple JOIN requests. - - Found by: simple - Patch by: thommey - -2008-06-30 12:45 tothwolf - - * doc/UPDATES1.6, src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c: - Refactored reset_chan_info() to make it a little easier on - maintainers. - - Removed a useless '\r' from the dprintf() TOPIC check in - reset_chan_info(). This was from the "Request topic on channel - reset" patch in 1.6.18, which re-added the TOPIC check that - someone needlessly removed in 1.6.7. - - got_halfop() was improperly checking !me_op() to see if it should - call recheck_channel(). Now it checks !me_halfop() in addition to - !me_op() - - Removed duplicate code in got_deop() for hidden +v / +h checking. - No need to duplicate the entire test, just add 'CHANHALFOP'. - -2008-06-30 10:41 tothwolf - - * doc/UPDATES1.6, src/mod/irc.mod/mode.c: set CHAN_PEND when - calling refresh_who_chan() to avoid possibly sending extra WHO - requests to the server if a WHO was already sent. Found by: - Tothwolf - Patch by: thommey - -2008-06-29 10:39 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c: added thommey's - whofix patch - -2008-06-23 16:50 tothwolf - - * doc/html/tcl-commands.html: - Add missing anchor for uncompressfile Patch by: skiidoo - -2008-06-22 10:17 tothwolf - - * doc/UPDATES1.6: Let's put these in the right order... - -2008-06-21 12:24 guppy - - * doc/UPDATES1.6: oops, skiidoo did those doc patches not thommey! - sorry skiidoo - -2008-06-20 21:50 guppy - - * doc/html/tcl-commands.html, src/patch.h: thommey added anchors to - the html version of tcl-commands.doc - -2008-06-20 21:49 guppy - - * doc/ABOUT, doc/UPDATES1.6, doc/html/about.html, - doc/html/authors.html, src/patch.h: some doc updates - -2008-06-18 04:12 tothwolf - - * doc/UPDATES1.6, scripts/autobotchk, scripts/weed: - Updated exec magic tricks in the autobotchk and weed scripts. - - Check for a working 'grep -E' before resorting to 'egrep'. - - Use "$0" ${1+"$@"} in place of "$0" "$@" to avoid problems with - broken sh implementations that expand "$@" into a single empty - argument when there are no other arguments. - -2008-06-18 03:42 tothwolf - - * aclocal.m4, configure: - Fixed broken EGG_TCL_CHECK_HEADER macro Tcl header 'not found' - message. - - Don't use "${var-x}" in place of "x$var". The use of "x$var" is - more portable and standard practice in autoconf macros. - - Added AC_CANONICAL_* macros to EGG_OS_VERSION in preparation to - move from our old 'uname -s' and 'uname -r' hacks to a canonical - triplet. - -2008-06-18 01:36 tothwolf - - * aclocal.m4, configure: Make custom configure warning messages' - prefix match AC_MSG_WARN. - -2008-06-18 00:03 tothwolf - - * aclocal.m4, config.h.in, configure, doc/UPDATES1.6: - Completely rewrote EGG_TCL_CHECK_THREADS autoconf macro to make - --enable-tcl-threads and --disable-tcl-threads threaded Tcl - library configure options more robust. - - Fixed --enable-tcl-threads configure option so it will enable - threaded Tcl library support even if we don't autodetect a - threaded Tcl library. - - Explicitly offer both --enable-tcl-threads and - --disable-tcl-threads configure options that can forcefully - enable or disable threaded Tcl library support. Previously either - worked but only showing --disable-tcl-threads in --help could be - confusing. - - Added code to print an explicit message to show if threaded Tcl - library support will be enabled or not. - - We no longer link against pthread library unless threaded Tcl - library support is enabled. - -2008-06-17 05:13 tothwolf - - * doc/UPDATES1.6, scripts/alltools.tcl: Added argument checking to - randstring proc in alltools.tcl to make it a little more robust. - -2008-06-17 04:49 tothwolf - - * doc/UPDATES1.6, misc/releaseprep: Modified releaseprep script to - run cvs2cl so we will (hopefully) have an up-to-date ChangeLog - file before each release. - -2008-06-17 04:15 tothwolf - - * doc/UPDATES1.6, misc/config.guess, misc/config.sub: Updated - config.guess and config.sub build system triplet detection - scripts to the latest versions from - http://git.savannah.gnu.org/gitweb/?p=config.git;a=tree;hb=HEAD - These were nearly 7 years old and way overdue for an update. - -2008-06-16 23:46 tothwolf - - * doc/UPDATES1.6: [no log message] - -2008-04-29 19:07 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: minor - raw logging fix - -2008-04-29 11:29 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/tclirc.c: - tcl_maskhost could crash the bot, fixed by FireEgl - -2008-04-28 17:54 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/server.mod/servmsg.c: Quakenet has - an auto-invite flag which in some cases could cause a bot to - flood off the server, hopefully this fixes that problem - -2008-04-19 08:57 guppy - - * configure, configure.ac, doc/COMPILE-GUIDE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/UPDATES1.6, - doc/html/app-textsub.html, doc/html/compiling.html, - doc/html/patch-howto.html, doc/html/tcl-commands.html, - misc/newversion, src/main.c, src/patch.h, - src/mod/compress.mod/configure, - src/mod/compress.mod/configure.ac, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.ac: and so starts 1.6.20 - -2008-02-18 16:25 guppy - - * configure, configure.ac, doc/UPDATES1.6, src/patch.h: updated the - recommended TCL version - -2008-02-16 15:40 guppy - - * CONTENTS, FEATURES, INSTALL, NEWS, README, aclocal.m4, configure, - configure.ac, doc/ABOUT, doc/AUTHORS, doc/BANS, doc/BOTNET, - doc/COMPILE-GUIDE, doc/CONTENTS, doc/FIRST-SCRIPT, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/PARTYLINE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/UPDATES1.6, doc/USERS, - doc/WEIRD-MESSAGES, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-textsub.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/authors.html, doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-wire.html, - doc/html/mod-woobie.html, doc/html/news.html, - doc/html/party.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/html/starting.html, - doc/html/tcl-commands.html, doc/html/users.html, - doc/man1/eggdrop.1, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, logs/CONTENTS, - misc/addpatch, misc/killwhitespace, misc/makedepend, - misc/modconfig, misc/newversion, misc/releaseprep, - misc/runautotools, scripts/CONTENTS, scripts/action.fix.tcl, - scripts/alltools.tcl, scripts/compat.tcl, scripts/ques5.tcl, - src/bg.c, src/bg.h, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chan.h, src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, - src/dccutil.c, src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, - src/flags.h, src/lang.h, src/language.c, src/main.c, src/main.h, - src/mem.c, src/misc.c, src/misc_file.c, src/misc_file.h, - src/modules.c, src/modules.h, src/net.c, src/patch.h, - src/proto.h, src/rfc1459.c, src/stat.h, src/tandem.h, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c, - src/users.c, src/users.h, src/compat/compat.h, - src/compat/inet_aton.c, src/compat/inet_aton.h, - src/compat/memcpy.c, src/compat/memcpy.h, src/compat/memset.c, - src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/compress.mod/compress.h, src/mod/compress.mod/configure, - src/mod/compress.mod/configure.ac, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/configure, src/mod/dns.mod/configure.ac, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/uptime.mod/uptime.c, src/mod/uptime.mod/uptime.h, - src/mod/wire.mod/wire.c, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/woobie.c, text/CONTENTS, text/banner: update - the Copyright dates - -2008-02-16 14:15 guppy - - * eggdrop.conf, doc/UPDATES1.6, src/patch.h: a couple small config - changes - -2008-02-16 00:00 guppy - - * eggdrop.conf, doc/UPDATES1.6, scripts/Makefile.in, - scripts/quotepong.tcl, src/patch.h: added the quotepong.tcl - -2008-02-10 20:28 guppy - - * eggdrop.conf, scripts/Makefile.in, scripts/quotepass.tcl: a - couple of small fixes to the quotepass.tcl script - -2008-02-10 19:43 guppy - - * scripts/quotepass.tcl: stdarg != sl, sl is not nearly as sexy - -2008-02-10 19:23 guppy - - * scripts/quotepass.tcl: and the script for the previous commit - -2008-02-10 19:22 guppy - - * eggdrop.conf, doc/UPDATES1.6: added a simple TCL for some silly - Undernet servers - -2008-02-04 20:36 guppy - - * doc/UPDATES1.6: a little too much text in the UPDATES1.6 - -2008-02-04 18:19 guppy - - * doc/UPDATES1.6, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: Add support for Quakenet's chanmode +T - -2008-02-04 18:14 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: - Applied the CTCP fix patch - -2007-11-19 01:24 wcc - - * src/patch.h: * patch.h to make Windrop CVS guys happy ;) - -2007-10-17 02:03 wcc - - * configure, src/mod/compress.mod/configure, - src/mod/dns.mod/configure: * Ran misc/runautotools. - -2007-10-17 02:02 wcc - - * configure.ac, doc/COMPILE-GUIDE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/html/app-textsub.html, - doc/html/compiling.html, doc/html/patch-howto.html, - doc/html/tcl-commands.html, src/main.c, - src/mod/compress.mod/configure.ac, src/mod/dns.mod/configure.ac: - * 1.6.18 -> 1.6.19. Aparently we never did this. Oops, my bad :/ - Thanks to kirben for noticing. - -2007-10-17 01:55 wcc - - * FEATURES, doc/UPDATES1.6, doc/html/features.html: - Fixed a - couple of typos in the FEATURES file. * Patch by: Tomas - Szaniszlo - -2007-10-17 01:52 wcc - - * doc/AUTHORS: * Added Kevin Lynn / wayhigh to doc/AUTHORS. - - Kevin Lynn wrote: - > Back when Robey was developing the original eggdrop, I was the - admin for - > all machines at connected.com (including hebron, goshen, etc.) - that gave - > Robey an account without limitations and helped do a fair - amount of - > alpha/beta testing for the early bot versions. - > - > I'd love to be included in the authors file as I feel I - certainly - > contributed back in the early days. - > - > Thank you, - > Kevin Lynn aka. wayhigh - > - -2007-10-17 01:42 wcc - - * doc/UPDATES1.6, src/mod/server.mod/servmsg.c: - Fixed two buffer - overflows in servmsg.c. * Found by: Bow Sineath - Patch by: Nico - Golde / Wcc - -2007-10-17 00:42 wcc - - * src/mod/server.mod/server.c: * Fixed a typo in server.c. Thanks - to Domino Mizuno. - -2007-04-20 22:38 wcc - - * CONTENTS, FEATURES, INSTALL, NEWS, README, aclocal.m4, configure, - configure.ac, doc/ABOUT, doc/AUTHORS, doc/BANS, doc/BOTNET, - doc/COMPILE-GUIDE, doc/CONTENTS, doc/FIRST-SCRIPT, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/PARTYLINE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/USERS, - doc/WEIRD-MESSAGES, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-textsub.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/authors.html, doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-wire.html, - doc/html/mod-woobie.html, doc/html/news.html, - doc/html/party.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/html/starting.html, - doc/html/tcl-commands.html, doc/html/users.html, - doc/man1/eggdrop.1, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, logs/CONTENTS, - misc/addpatch, misc/killwhitespace, misc/makedepend, - misc/modconfig, misc/newversion, misc/releaseprep, - misc/runautotools, scripts/CONTENTS, scripts/action.fix.tcl, - scripts/alltools.tcl, scripts/compat.tcl, scripts/ques5.tcl, - src/bg.c, src/bg.h, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chan.h, src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, - src/dccutil.c, src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, - src/flags.h, src/lang.h, src/language.c, src/main.c, src/main.h, - src/mem.c, src/misc.c, src/misc_file.c, src/misc_file.h, - src/modules.c, src/modules.h, src/net.c, src/patch.h, - src/proto.h, src/rfc1459.c, src/stat.h, src/tandem.h, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c, - src/users.c, src/users.h, src/compat/compat.h, - src/compat/inet_aton.c, src/compat/inet_aton.h, - src/compat/memcpy.c, src/compat/memcpy.h, src/compat/memset.c, - src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/compress.mod/compress.h, src/mod/compress.mod/configure, - src/mod/compress.mod/configure.ac, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/configure, src/mod/dns.mod/configure.ac, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/uptime.mod/uptime.c, src/mod/uptime.mod/uptime.h, - src/mod/wire.mod/wire.c, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/woobie.c, text/CONTENTS, text/banner: * 2007 - Copyright; 4 months late! - -2006-11-20 08:09 tothwolf - - * configure, configure.ac, src/tcldcc.c: * Updated recommended Tcl - version. * Fixed typo from long time_t changes. - -2006-11-20 05:38 tothwolf - - * aclocal.m4, config.h.in, doc/UPDATES1.6, src/Makefile.in, - src/dcc.c, src/patch.h, src/tcldcc.c, src/tcluser.c, - src/userent.c, src/userrec.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/userchan.c, src/mod/filesys.mod/filesys.c, - src/mod/seen.mod/seen.c: * Fixed compatibility problems with - certain time_t implementations. - -2006-08-21 11:40 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: - - Complete raw traffic wasn't getting logged in some cases; only - the raw command itself was. Fixed. * Patch by: mrBuG - -2006-07-09 16:14 wcc - - * doc/UPDATES1.6: * Update doc/UPDATES1.6 for release. - -2006-07-09 16:02 wcc - - * configure: * Ran misc/runautotools. Release ready in a few - minutes. - -2006-07-09 16:00 wcc - - * config.h.in, configure, configure.ac, misc/config.guess, - misc/config.sub, src/proto.h: * Revert to old config.guess / - config.sub. It was causing problems on a few OS's. I just want - to get 1.6.18 out, so I'll stick this back in as soon as it is. - -2006-05-28 19:56 wcc - - * doc/UPDATES1.6, misc/config.guess, misc/config.sub, src/patch.h, - src/mod/filesys.mod/filesys.c: * Use the latest config.guess / - config.sub. * Found by: SiD3WiNDR - Patch by: Wcc - -2006-05-21 14:31 wcc - - * configure: * Ran misc/runautotools. - -2006-05-21 14:31 wcc - - * configure.ac, doc/UPDATES1.6, src/patch.h: * Look for Tcl in - /lib64 and /usr/lib64. * Patch by: Kuja - -2006-04-14 16:18 wcc - - * doc/AUTHORS: * AUTHORS updates. - -2006-04-05 09:11 wcc - - * configure, src/mod/compress.mod/configure, - src/mod/dns.mod/configure: * Forgot to misc/runautotools after - copyright updates. - -2006-04-05 08:49 wcc - - * doc/UPDATES1.6: * Fixed incorrect patch author in UPDATES1.6. - -2006-04-03 11:42 guppy - - * doc/UPDATES1.6: updated the release date of RC1 - -2006-03-28 18:52 wcc - - * doc/AUTHORS: * Added lordares to AUTHORS. - -2006-03-28 18:47 wcc - - * doc/AUTHORS: * Fixed a typo in authors. Thanks reed. - -2006-03-28 04:02 wcc - - * doc/UPDATES1.6: * Release prep. - -2006-03-28 03:09 wcc - - * doc/AUTHORS: * Added Sven Trenkel to the AUTHORS file :) If - anyone else thinks they are missing, please let me know. - -2006-03-27 20:35 wcc - - * doc/settings/CONTENTS, doc/settings/core.settings, - doc/settings/mod.assoc, doc/settings/mod.blowfish, - doc/settings/mod.channels, doc/settings/mod.compress, - doc/settings/mod.console, doc/settings/mod.ctcp, - doc/settings/mod.dns, doc/settings/mod.filesys, - doc/settings/mod.irc, doc/settings/mod.notes, - doc/settings/mod.seen, doc/settings/mod.server, - doc/settings/mod.share, doc/settings/mod.transfer, - doc/settings/mod.uptime, doc/settings/mod.wire, - doc/settings/mod.woobie, logs/CONTENTS, misc/addpatch, - misc/killwhitespace, misc/makedepend, misc/modconfig, - misc/newversion, misc/releaseprep, misc/runautotools, - scripts/CONTENTS, scripts/action.fix.tcl, scripts/alltools.tcl, - scripts/compat.tcl, scripts/ques5.tcl, src/Makefile.in, src/bg.c, - src/bg.h, src/botcmd.c, src/botmsg.c, src/botnet.c, src/chan.h, - src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, - src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, src/flags.h, - src/lang.h, src/language.c, src/main.c, src/main.h, src/mem.c, - src/misc.c, src/misc_file.c, src/misc_file.h, src/modules.c, - src/modules.h, src/net.c, src/patch.h, src/proto.h, - src/rfc1459.c, src/stat.h, src/tandem.h, src/tcl.c, src/tcldcc.c, - src/tclegg.h, src/tclhash.c, src/tclhash.h, src/tclmisc.c, - src/tcluser.c, src/userent.c, src/userrec.c, src/users.c, - src/users.h, src/compat/compat.h, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/memcpy.c, src/compat/memcpy.h, - src/compat/memset.c, src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/compress.mod/compress.h, src/mod/compress.mod/configure, - src/mod/compress.mod/configure.ac, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/configure, src/mod/dns.mod/configure.ac, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/uptime.mod/uptime.c, src/mod/uptime.mod/uptime.h, - src/mod/wire.mod/wire.c, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/woobie.c, text/CONTENTS, text/banner: * - Copyright updates. - -2006-03-27 00:48 wcc - - * CONTENTS, COPYING, FEATURES, INSTALL, NEWS, README, aclocal.m4, - configure, configure.ac, doc/ABOUT, doc/AUTHORS, doc/BANS, - doc/BOTNET, doc/COMPILE-GUIDE, doc/CONTENTS, doc/FIRST-SCRIPT, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/PARTYLINE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/USERS, - doc/WEIRD-MESSAGES, doc/tcl-commands.doc, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-textsub.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/authors.html, doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-wire.html, - doc/html/mod-woobie.html, doc/html/news.html, - doc/html/party.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/html/starting.html, - doc/html/tcl-commands.html, doc/html/users.html, - doc/man1/eggdrop.1: * 2006 copyright updates (finally). - -2005-12-09 03:29 wcc - - * configure, src/compat/Makefile.in, src/md5/Makefile.in, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, - src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/filesys.mod/Makefile, - src/mod/irc.mod/Makefile, src/mod/notes.mod/Makefile, - src/mod/seen.mod/Makefile, src/mod/server.mod/Makefile, - src/mod/share.mod/Makefile, src/mod/transfer.mod/Makefile, - src/mod/uptime.mod/Makefile, src/mod/wire.mod/Makefile, - src/mod/woobie.mod/Makefile: * Ran misc/runautotools and - misc/makedepend. - -2005-12-09 03:24 wcc - - * aclocal.m4, configure.ac, src/patch.h: * Fixed a few spelling - errors in ./configure. Thanks to shortybsd@EFnet. - -2005-12-01 15:51 wcc - - * doc/UPDATES1.6, src/patch.h, src/compat/snprintf.c: * Fixed a - type conversion problem in snprintf.c causing Eggdrop to not - compile on OSF1. * Found by: Joker - Patch by: Wcc - -2005-11-28 11:23 wcc - - * src/: dcc.c, patch.h: * Small code-formatting fix... was bugging - me. - -2005-11-17 12:03 wcc - - * src/patch.h: * Ooops, accidentially committed some "cleanups" - changes I forgot I had made :). This was just fixing a few - minor little things that appear to have been accidentially - reverted when Toth's notes changes went in. - -2005-11-17 11:58 wcc - - * doc/UPDATES1.6, src/botmsg.c, src/flags.c, src/patch.h, - src/tcl.c, src/tclegg.h, src/tclhash.c, src/users.c, - src/mod/irc.mod/tclirc.c, src/mod/server.mod/server.c: * WTF is - Max OS? - -2005-11-16 23:21 tothwolf - - * src/tclhash.c: * Synchronized working tree tclhash.c with CVS. * - Removed redundant Tcl_SetVar() lastbind that was from a submitted - patch. - -2005-11-14 22:56 wcc - - * src/patch.h: * Grr; forgot patch.h. - -2005-11-14 22:52 wcc - - * configure, src/mod/compress.mod/configure, - src/mod/dns.mod/configure: * Looks like I forgot to run - misc/runautotools. EggCheck to the rescue again! - -2005-10-20 19:56 wcc - - * configure.ac, doc/UPDATES1.6, src/patch.h: - Detect NetBSD Tcl in - /usr/pkg/lib and /usr/pkg/include. * Found by: mish - Patch by: - Wcc - - Thanks mish :) - -2005-10-15 18:03 wcc - - * doc/html/egg-core.html, doc/html/mod-server.html, src/patch.h: * - No ' in HTML docs! :) - -2005-09-04 21:38 wcc - - * language/core.danish.lang, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/main.c, - src/patch.h: * Fixed the stagnant-module warning in main.c from - possibly not displaying if uptime or encryption are last in the - module list. * We had two variables named 'xx' in main(). Not a - good idea. I don't like single-letter variable names anyway... - makes things unclear. - -2005-09-04 12:53 wcc - - * doc/UPDATES1.6, src/botnet.c, src/patch.h: - Fixed possibility of - referencing a NULL pointer in rembot(). * Patch by: lordares - -2005-08-31 20:23 wcc - - * src/: patch.h, mod/server.mod/server.c: - A couple of cleanups in - ctcp_DCC_CHAT(). * Patch by: lordares - -2005-08-29 19:52 wcc - - * src/: patch.h, mod/irc.mod/cmdsirc.c: - No need to fill the - buffers at the end of the cmd_[de]voice() functions. * Patch by: - lordares - -2005-08-29 17:44 wcc - - * doc/UPDATES1.6, src/eggdrop.h, src/patch.h: - Added a missing - param cast for dcc_table.timeout. * Patch by: lordares - -2005-08-28 23:16 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c: - - Fixed a memleak / other nasty stuff when MODES_PER_LINE_MAX != 6. - * Patch by: lordares - -2005-08-28 22:48 wcc - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: - Fixed putlog() of an - uninitialized (and incorrect) variable in - dcc_telnet_hostresolved(). * Patch by: lordares - -2005-08-28 22:39 wcc - - * misc/killwhitespace, src/botcmd.c, src/tclhash.c, - src/compat/strftime.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, - src/mod/compress.mod/tclcompress.c, - src/mod/filesys.mod/filesys.c, src/mod/irc.mod/tclirc.c, - src/mod/server.mod/servmsg.c, src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c: * Added and ran - misc/killwhitespace. - -2005-08-28 21:51 wcc - - * eggdrop.conf, doc/html/egg-core.html, doc/settings/core.settings, - help/set/cmds1.help, src/patch.h: * More doc synching. - -2005-08-28 21:45 wcc - - * eggdrop.conf, doc/html/egg-core.html, doc/settings/core.settings, - help/set/cmds1.help, src/patch.h: * Backported a couple of doc - changes from 1.7. - -2005-08-20 15:27 wcc - - * doc/UPDATES1.6, src/main.c, src/patch.h, - src/mod/uptime.mod/uptime.c: * UPDATES entry for dns.mod Mac OS X - fix... it appears to fix the problem. Thanks to Netscrape @ - EFNet for testing this out. Apparently we still have some - problems with the latest OS X betas in channels.mod, but I'll - send a separate e-mail about that soon. * Use newsplit() instead - of splitc(.., ' ') in uptime.mod for consistency. This also - stops some valgrind bitching =P. - -2005-08-15 20:11 wcc - - * config.h.in, configure, src/patch.h: * Ran misc/runautotools. - -2005-08-15 20:09 wcc - - * aclocal.m4: * dns.mod should work on Mac OS X now. This will get - a changelog entry and stuff once it is a verified fix. - -2005-07-31 11:37 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/egg-core.html, - doc/settings/core.settings, help/set/cmds1.help, src/patch.h, - src/mod/server.mod/servmsg.c: - Corrected nat-ip setting - documentation. * Found by: BarkerJr - Patch by: Wcc - -2005-07-31 01:23 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: Rest - of patch... oops. - - - Don't allow realname to be blank or whitespace. * Found by: - Jesse M - Patch by: BarkerJr / Wcc - -2005-07-31 01:01 wcc - - * eggdrop.conf, src/patch.h, src/mod/channels.mod/tclchan.c, - src/mod/server.mod/servmsg.c: * Fixed previous commit so it won't - break scripts. Thanks to lordares. - -2005-07-31 00:32 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: - - Fixed an error in channel get. You can now, correctly, do a - channel get #channel stopnethack-mode. * Found by: Chris - Northwood - Patch by: Wcc - -2005-07-30 20:23 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: - The - pushmode command should work properly for bans now. * Patch by: - thommey - - TEST ME. - -2005-07-30 20:18 wcc - - * doc/UPDATES1.6, src/patch.h, src/tclhash.c: - Apparently we broke - lastbind. * Found by: bUrN - Patch by: thommey - -2005-07-23 16:13 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: - Request - topic on channel reset. * Found by: De Kus - Patch by: Darko - -2005-05-30 16:44 wcc - - * src/patch.h: * Forgot patch.h... - -2005-05-30 16:43 wcc - - * doc/UPDATES1.6, src/mod/share.mod/share.c: - Fixed a situation - where noshare could be set to 1 and never restored. * Fixed - by: lordares - - Someone please test this or at least look over it more carefully. - We don't want another "AHH ALL MY USERS LOST THEIR GLOBAL FLAGS" - sharing bug. - -2005-05-30 16:09 wcc - - * doc/UPDATES1.6, src/net.c, src/patch.h: - Fixed a socklist leak - in net.c. * Fixed by: lordares - -2005-04-15 21:01 wcc - - * doc/UPDATES1.6, src/dns.c, src/main.c, src/net.c, src/patch.h: - - Hopefully fixed dns lockups. * Found by: various - Patch by: - Sven Trenkel - -2005-02-08 10:30 tothwolf - - * README, doc/html/readme.html: * Who??? Robey, thats who! :P - -2005-02-08 10:13 tothwolf - - * doc/UPDATES1.6, src/botmsg.c, src/patch.h: - Fixed remote note - bug in add_note() that was introduced in 1.6.17. Fixes - Bugzilla Bug # 433 "Remote Notes Always Say User is Offline" * - Found by: alex323 - Patch by: Tothwolf - -2005-02-08 00:51 tothwolf - - * src/net.c: - Corrected missing part of the copyright for net.c. - -2005-02-07 19:09 tothwolf - - * src/patch.h: - Probably should run misc/addpatch... - -2005-02-07 19:08 tothwolf - - * doc/UPDATES1.6, src/cmds.c, src/cmdt.h, src/dccutil.c, - src/main.h, src/proto.h, src/tcl.c, src/tclegg.h, src/tclhash.c, - src/tclhash.h, src/mod/filesys.mod/filesys.c: - Completely - rewrote check_tcl_bind(). - Added inline check_bind_flags() for - flag checking for check_tcl_bind(). - Added inline - check_bind_match() for match checking for check_tcl_bind(). - - Rewrote trigger_bind() and made it inline for check_tcl_bind(). - - Fixed pointless calling of nmalloc() and nfree() for - ContextNote in trigger_bind() when DEBUG_CONTEXT isn't defined. - - Moved findidx() from tcl.c to dccutil.c. - Moved findanyidx() - from tclhash.c to dccutil.c. - Moved CHECKVALIDITY from - tclhash.h to tclegg.h. - Added CHECKVALIDITY checks to - builtin_dcc() and builtin_fil(). - Moved CMD_LEAVE from cmdt.h - to tclegg.h. - Changed NULL to CMD_LEAVE for partyline quit in - cmds.c. - Renamed BIND_EXEC_BRK to BIND_QUIT. - Fixed misc - typos. * Patch by: Tothwolf - -2005-02-07 18:14 tothwolf - - * src/net.c: - Corrected copyright header for net.c. (I thought - I did this years ago when I did all the others...) - -2005-02-04 08:15 tothwolf - - * eggdrop.conf, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/mod-server.html, doc/html/tcl-commands.html, - doc/settings/mod.server, src/patch.h, src/tclegg.h, - src/tclhash.c, src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/server.mod/server.c, - src/mod/server.mod/server.h, src/mod/server.mod/servmsg.c, - src/mod/server.mod/help/server.help, - src/mod/server.mod/help/set/server.help: - Added support to MSGM, - PUBM, NOTC, and WALL binds to support bound procs returning 1 - to prevent logging of the trigger message text. Fixes Bugzilla - Bug # 334 "msgm bind return values" - Added BIND_STACKRET bit - mask and support for stacked bind return values to - check_tcl_bind(). This allows check_tcl_bind() to check if any - stacked bound procs return 1 while allowing all matching stacked - binds to be processed. Previously if BIND_WANTRET was used to - check the return value of stacked binds, only the first match - would be triggered. - Modified irc.mod gotmsg() function to - trigger PUBM binds before triggering PUB binds. MSGM and MSG - binds already worked this way. - Modified irc.mod gotmsg() - function to allow a message to trigger both PUBM and PUB binds. - Previously if a message triggered a PUB bind, any PUBM binds - that might match the message text would not be triggered. - Fixes Bugzilla Bug # 351 "bind pub hogs pubm" - Added - exclusive-binds setting and code to gotmsg() functions to allow - MSGM and PUBM binds to be exclusive of MSG and PUB binds. - - Fixed logging for WALL bind. It had been broken since it was - originally implemented in eggdrop-hayes. Wallops messages were - always logged regardless of the return value of a bound proc. - Returning '1' from a bound proc now causes Eggdrop to not log - the Wallops message. * Patch by: Tothwolf - -2005-02-03 12:18 tothwolf - - * configure: * Odd... - -2005-02-03 12:13 tothwolf - - * configure: * Regenerated configure script. - -2005-02-03 12:07 tothwolf - - * configure.ac, doc/UPDATES1.6, src/patch.h: - Check for Tcl 8.5 - before older versions. * Patch by: Tothwolf - -2005-02-03 09:34 tothwolf - - * doc/UPDATES1.6, src/flags.c, src/misc.c, src/tclhash.c, - src/mod/irc.mod/chan.c, src/mod/server.mod/servmsg.c: - Use - flagrec_eq() instead of flagrec_ok() in help_subst() since - lower flags are automatically added now. * Patch by: Tothwolf - - - Check for bot's nick and user@host earlier in detect_flood() - and detect_chan_flood(). * Patch by: Tothwolf - -2005-02-02 10:53 tothwolf - - * eggdrop.conf: * Don't load compat.tcl by default in example - eggdrop.conf. - -2005-02-02 09:32 tothwolf - - * doc/: tcl-commands.doc, html/tcl-commands.html: * More - documentation corrections. - -2005-02-01 18:02 tothwolf - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h, src/tclegg.h, src/tclhash.c: - Allow wildcard - matching and stacking for note binds. (I thought this was - fixed 5 years ago...) * Patch by: Tothwolf - -2005-01-27 21:26 wcc - - * FEATURES, doc/man1/eggdrop.1, scripts/action.fix.tcl, - scripts/ques5.tcl, src/main.c, src/patch.h: * A couple more - Copyright updates. - -2005-01-25 12:08 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: - Use - CHANMETA to define valid channel prefixes in gotmsg(). * Found - by: zathras3 at hotmail.com - Patch by: Wcc - -2005-01-22 01:22 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c: - - Fix for problems created when loading long user-defined channel - setting names from the channel file. * Patch by: Stream - -2005-01-20 15:03 wcc - - * doc/UPDATES1.6, help/cmds2.help, src/patch.h: - Help file update - related to sharing. * Patch by: Shawn888, slennox - -2005-01-20 14:50 wcc - - * config.h.in, configure, src/patch.h: * Ran misc/runautotools. - -2005-01-20 14:45 wcc - - * aclocal.m4, doc/UPDATES1.6, src/main.h, src/patch.h: - Fix for - randint() on Solaris / SunOS. * Patch by: Mikael Hedberg - -2005-01-06 20:25 tothwolf - - * doc/: tcl-commands.doc, html/tcl-commands.html: * Corrections to - MODE binding documentation. - -2005-01-03 14:03 paladin - - * configure, src/mod/compress.mod/configure, - src/mod/dns.mod/configure: Run misc/runautotools because of - changes to aclocal.m4 and configure.ac files - -2005-01-03 14:01 paladin - - * CONTENTS, INSTALL, NEWS, README, aclocal.m4, configure, - configure.ac, doc/ABOUT, doc/AUTHORS, doc/BANS, doc/BOTNET, - doc/COMPILE-GUIDE, doc/CONTENTS, doc/FIRST-SCRIPT, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/PARTYLINE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/UPDATES1.6, doc/USERS, - doc/WEIRD-MESSAGES, doc/tcl-commands.doc, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-textsub.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/authors.html, doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-wire.html, - doc/html/mod-woobie.html, doc/html/news.html, - doc/html/party.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/html/starting.html, - doc/html/tcl-commands.html, doc/html/users.html, - doc/man1/eggdrop.1, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, logs/CONTENTS, - misc/addpatch, misc/makedepend, misc/modconfig, misc/newversion, - misc/releaseprep, misc/runautotools, scripts/CONTENTS, - scripts/alltools.tcl, scripts/compat.tcl, scripts/ques5.tcl, - src/bg.c, src/bg.h, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chan.h, src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, - src/dccutil.c, src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, - src/flags.h, src/lang.h, src/language.c, src/main.c, src/main.h, - src/mem.c, src/misc.c, src/misc_file.c, src/misc_file.h, - src/modules.c, src/modules.h, src/patch.h, src/proto.h, - src/rfc1459.c, src/stat.h, src/tandem.h, src/tcl.c, src/tcldcc.c, - src/tclegg.h, src/tclhash.c, src/tclhash.h, src/tclmisc.c, - src/tcluser.c, src/userent.c, src/userrec.c, src/users.c, - src/users.h, src/compat/compat.h, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/memcpy.c, src/compat/memcpy.h, - src/compat/memset.c, src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/compress.mod/compress.h, src/mod/compress.mod/configure, - src/mod/compress.mod/configure.ac, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/configure, src/mod/dns.mod/configure.ac, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/uptime.mod/uptime.c, src/mod/uptime.mod/uptime.h, - src/mod/wire.mod/wire.c, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/woobie.c, text/CONTENTS, text/banner: - - Updated Copyright Dates * Patch by: Paladin - -2004-12-10 22:23 wcc - - * src/: eggdrop.h, patch.h: * Fixed byg 418 (misleading comment). - Found by rush at winkey.oompah.org. - -2004-12-02 17:36 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c: - Fixed 3 - invalid reads in notes.c. * Patch by: rush at winkey.oompah.org - -2004-09-02 16:49 wcc - - * eggdrop.conf, doc/html/mod-server.html, doc/settings/mod.server, - misc/newversion, src/patch.h, src/proto.h, - src/mod/server.mod/server.c: I keep noticing little bugs while - working on 1.7, hehe. - - * Fixed a portability bug in server.c. memcpy() was being used - directly instead of via the compat function egg_memcpy(). * - Removed unused prototype for nonexistant function 'stristr()'. * - Doc updates related to strict-host. Should be easier for users to - understand it's purpose now. * Couple updates to misc/newversion - (sync 1.7). - -2004-08-28 00:50 wcc - - * doc/UPDATES1.6, misc/releaseprep, src/dccutil.c, src/net.c, - src/patch.h, src/proto.h, src/tcl.c, src/tclmisc.c, - src/tcluser.c: * A couple more unused variables and an unused - function removed. - -2004-08-28 00:43 wcc - - * Makefile.in, misc/addpatch, misc/makedepend, src/Makefile.in, - src/main.h, src/patch.h, src/compat/Makefile.in, - src/md5/Makefile.in, src/mod/Makefile.in, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, - src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/filesys.mod/Makefile, - src/mod/irc.mod/Makefile, src/mod/notes.mod/Makefile, - src/mod/seen.mod/Makefile, src/mod/server.mod/Makefile, - src/mod/share.mod/Makefile, src/mod/transfer.mod/Makefile, - src/mod/uptime.mod/Makefile, src/mod/wire.mod/Makefile, - src/mod/woobie.mod/Makefile: * 'make depend' works again. Use - 'misc/makedepend' to update Makefile dependencies (Backport - 1.7). * Small fix to misc/addpatch by TaKeDa (Backport 1.7). - -2004-08-25 00:57 wcc - - * src/: patch.h, proto.h: * Fixed a small little thing I noticed in - proto.h while working on 1.7. The gotdcc() function doesn't - exist anymore, and do_boot and detect_dcc_flood() are in - dccutil.c now. gotdcc.c hasn't existed for a while. - -2004-08-24 09:44 wcc - - * doc/UPDATES1.6, src/net.c, src/patch.h: - Currected a few of the - error messages in neterror(). * Found by: Steven Nikkel - Patch - by: Wcc - - Bug: 410 - -2004-08-23 22:45 wcc - - * configure: * Ran autoconf. - -2004-08-23 22:44 wcc - - * configure.ac, doc/UPDATES1.6, src/patch.h: - Corrected the order - of our search paths for Tcl. This should help stop version - mismatches between the headers and libraries. * Patch by: - CoderX2 - -2004-08-23 21:41 wcc - - * configure, misc/newversion, misc/runautotools, - src/mod/compress.mod/configure, src/mod/dns.mod/configure: * Ran - autoconf, and made a misc/runautotools to automate updating all - of the configure scripts. - -2004-08-23 20:37 wcc - - * configure.ac, doc/COMPILE-GUIDE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/app-textsub.html, doc/html/compiling.html, - doc/html/patch-howto.html, doc/html/tcl-commands.html, - misc/newversion, src/main.c, src/patch.h, - src/mod/compress.mod/configure.ac, src/mod/dns.mod/configure.ac: - * Start of 1.6.18. I added a little script to bump versions when - we do a new release. - -2004-08-22 16:33 wcc - - * doc/UPDATES1.6: * Ready to release 1.6.17. - -2004-08-21 16:43 wcc - - * eggdrop.conf, doc/html/mod-irc.html, doc/settings/mod.irc: * - Somehow the IRC module docs got out of sync with the config file. - -2004-08-20 18:18 wcc - - * configure: * Ran autoconf. - -2004-08-20 18:16 wcc - - * aclocal.m4, doc/COMPILE-GUIDE, doc/html/compiling.html, - doc/html/index.html: * Some doc fixes. - -2004-08-20 01:13 wcc - - * configure: * Ran autoconf. - -2004-08-20 01:10 wcc - - * aclocal.m4, misc/releaseprep: * More releaseprep updates. * - Added $no_pipe checking and fixed $no_wall checking for -Wall and - -pipe checks. The intel C compiler emulates gcc, thus $GCC is - set; however, -pipe has a different meaning in icc, and Eggdrop - will not compile. This allows compilation to continue by doing - no_pipe=1 no_wall=1 ./configure. - -2004-08-12 00:49 wcc - - * misc/releaseprep, src/patch.h, src/tcldcc.c: * Small change to - misc/releaseprep to remove another empty directory from the - final release. - -2004-08-08 22:39 wcc - - * README, doc/UPDATES1.6, doc/html/readme.html, - doc/html/starting.html, language/core.danish.lang, - language/core.english.lang, language/core.finnish.lang, - language/core.french.lang, language/core.german.lang, - src/patch.h: * More doc/cosmetic stuff. - -2004-08-08 21:19 wcc - - * configure, doc/ABOUT, doc/html/patch-howto.html, - doc/man1/eggdrop.1, logs/CONTENTS, scripts/CONTENTS, src/patch.h: - * Much needed updates to the man page (its been 4 years!). * - Misc doc stuff.. probably more coming. - -2004-08-08 12:16 wcc - - * INSTALL, aclocal.m4, doc/COMPILE-GUIDE, doc/COMPILING-FAQ, - doc/CONTENTS, doc/Makefile.in, src/patch.h: * Renamed - doc/COMPILING-FAQ to doc/COMPILE-GUIDE (it isn't just an FAQ - now). - -2004-08-04 13:57 wcc - - * src/: cmds.c, patch.h: * Cosmetic fix to a dprintf() cmd_pls_bot - (also reworked it so the entire body isn't inside an else - {}...). Found by BarkerJr. - -2004-08-02 14:24 wcc - - * misc/releaseprep, src/mod/eggmod.sh: * I thought I nuked this a - week ago.. - -2004-08-02 14:15 wcc - - * misc/releaseprep: * Ok, now... - -2004-08-02 14:09 wcc - - * misc/releaseprep: * Er. - -2004-08-02 14:08 wcc - - * misc/addpatch, misc/releaseprep, src/patch.h: * Small changes to - releaseprep to work correctly for RC releases. - -2004-08-02 13:03 wcc - - * doc/UPDATES1.6: * Getting ready for RC1. - -2004-08-02 12:50 wcc - - * NEWS, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/tcl-commands.html, src/tclmisc.c: - Added a "stripcodes" - Tcl command. See doc/tcl-commands.doc for more information. * - Patch by: BarkerJr - - (And some related doc updates...) - -2004-07-30 19:21 wcc - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: - Bot idx's should be - considered valid to tcl_valididx. * Found by: SteppenWolf - - Patch by: Wcc - -2004-07-25 16:16 wcc - - * configure: * Ran autoconf. - - (In case anyone is wondering.. no, I'm not "forgetting".. I run - it on it's own commit so that the "created from configure.ac - revision XX" revision number is correct.. that way we can make - sure it's always current.) - -2004-07-25 16:15 wcc - - * configure.ac, doc/UPDATES1.6, src/patch.h: * Always try to detect - shared Tcl libraries before static ones. - -2004-07-25 15:37 wcc - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: - We now correctly - differentiate the +l user flag from the +l bot flag. * Found by: - Joker - Patch by: Wcc, darko`` - -2004-07-25 14:39 wcc - - * src/: patch.h, mod/server.mod/servmsg.c: * Small fix to realname - code in got001().. see the comment for details. - -2004-07-25 05:18 wcc - - * configure, src/mod/compress.mod/configure, - src/mod/dns.mod/configure: * Ran autoconf. - -2004-07-25 05:17 wcc - - * Makefile.in, aclocal.m4, config.h.in, configure.ac, - doc/COMPILING-FAQ, doc/UPDATES1.6, doc/html/compiling.html, - src/Makefile.in, src/botmsg.c, src/chanprog.c, src/cmds.c, - src/eggdrop.h, src/main.h, src/modules.c, src/modules.h, - src/patch.h, src/tcl.c, src/users.c, src/mod/Makefile.in, - src/mod/eggmod.m4, src/mod/modvals.h, src/mod/assoc.mod/Makefile, - src/mod/blowfish.mod/Makefile, src/mod/channels.mod/Makefile, - src/mod/compress.mod/Makefile.in, src/mod/compress.mod/configure, - src/mod/compress.mod/configure.ac, src/mod/console.mod/Makefile, - src/mod/ctcp.mod/Makefile, src/mod/dns.mod/Makefile.in, - src/mod/dns.mod/configure, src/mod/dns.mod/configure.ac, - src/mod/filesys.mod/Makefile, src/mod/irc.mod/Makefile, - src/mod/notes.mod/Makefile, src/mod/seen.mod/Makefile, - src/mod/server.mod/Makefile, src/mod/share.mod/Makefile, - src/mod/transfer.mod/Makefile, src/mod/uptime.mod/Makefile, - src/mod/wire.mod/Makefile, src/mod/woobie.mod/Makefile: * We now - support module loading under Darwin (Mac OS X) and NeXT Step. - - * Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it - easier to allow users to override the system's Tcl version. - - * Cleaned up modules.c and the module configure stuff quite a - bit. - - * Check for -Wall as it's own test (backport 1.9). - - * No more eggmod.sh. - - * Small fix to a previous patch (removed an unused variable). - -2004-07-24 21:56 wcc - - * CONTENTS, FEATURES, INSTALL, README, eggdrop.conf, doc/ABOUT, - doc/AUTHORS, doc/BANS, doc/BOTNET, doc/BUG-REPORT, - doc/COMPILING-FAQ, doc/CONTENTS, doc/FIRST-SCRIPT, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/PARTYLINE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/UPDATES1.6, doc/USERS, - doc/WEIRD-MESSAGES, doc/tcl-commands.doc, doc/html/about.html, - doc/html/compiling.html, doc/html/faqs.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-filesys.html, - doc/html/mod-wire.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, src/patch.h, - src/mod/wire.mod/modinfo, src/mod/wire.mod/help/wire.help, - text/CONTENTS: * And just when you guys thought there wouldn't be - any more 5,000 line doc commits.. =P - -2004-07-18 11:54 wcc - - * doc/UPDATES1.6, src/patch.h, src/users.c: - Don't try to call - tcl_notes if the notes module isn't loaded. * Found by: Chris - Northwood - Patch by: lordares - -2004-07-05 15:42 wcc - - * doc/UPDATES1.6, src/net.c, src/patch.h, src/tcldcc.c: - Show a - more descriptive error message when a listen socket can't be - opened. * Found by: various - Patch by: Wcc - -2004-07-05 01:35 wcc - - * doc/UPDATES1.6, src/botmsg.c, src/patch.h: - Fixed a crash in - add_note() that only seems to show up on Max OS X, but probably - affects other platforms. * Found by: v8k8 - Patch by: Wcc, - lordares - -2004-07-04 23:14 wcc - - * doc/AUTHORS, doc/UPDATES1.6, doc/html/authors.html, src/cmds.c, - src/patch.h, src/tcl.c: - Fixed Tcl encoding issues with .tcl and - .set. * Found by: fabulous, Miguel Ventura - Patch by: CoderX2 - - * Added Darko to AUTHORS. - -2004-07-04 22:37 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/egg-core.html, - doc/settings/core.settings, language/core.finnish.lang, - src/patch.h, src/mod/assoc.mod/language/assoc.finnish.lang, - src/mod/console.mod/language/console.finnish.lang, - src/mod/filesys.mod/language/filesys.finnish.lang, - src/mod/notes.mod/language/notes.finnish.lang, - src/mod/transfer.mod/language/transfer.finnish.lang, - src/mod/wire.mod/language/wire.finnish.lang, text/motd.finnish: - - Added a set of Finnish language files and a Finnish MOTD. * - Patch by: Mikko Vester - -2004-07-02 15:21 wcc - - * src/: main.c, patch.h: - get_user_by_handle() should not be - called with the handle argument being a string constant, as it - will cause a crash in rmspace(). * Patch by: darko`` - -2004-07-02 15:02 wcc - - * doc/UPDATES1.6, src/dcc.c, src/dns.c, src/patch.h, src/tcldcc.c, - src/tclmisc.c, src/userrec.c, src/users.c, - src/mod/channels.mod/userchan.c, src/mod/filesys.mod/filesys.c, - src/mod/notes.mod/notes.c, src/mod/server.mod/server.c, - src/mod/share.mod/share.c: - time_t isn't unsigned, and therefor - %lu should not be used as a conversion specifier. * Patch by: - lordares - -2004-07-02 14:48 wcc - - * config.h.in, configure, configure.ac, src/dcc.c, src/patch.h: * - Fixed a warning in dcc.c (also saves CPU time). Patch by - BarkerJr. - -2004-06-27 11:26 wcc - - * doc/UPDATES1.6, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c: - Added support - for Quakenet channel modes. * Patch by: thommey - -2004-06-20 23:57 wcc - - * doc/UPDATES1.6, src/net.c, src/patch.h: - Removed an invalid - killsock() in dcc.c * Patch by: lordares - -2004-06-19 20:28 wcc - - * src/: main.c, patch.h: * Small cleanup. - -2004-06-16 23:56 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c: - - Fixed extra spaces being written to chan file. * Patch by: - lordares - -2004-06-16 23:43 wcc - - * Makefile.in, doc/Makefile.in, misc/addpatch, scripts/Makefile.in, - src/patch.h, src/mod/Makefile.in: * Some more build-process - stuff. - -2004-06-16 00:55 wcc - - * config.h.in, configure, src/patch.h: * Ran autoconf && - autoheader. - -2004-06-16 00:53 wcc - - * aclocal.m4, configure.ac: * Grr. - -2004-06-16 00:47 wcc - - * aclocal.m4, configure.ac: * More autotools stuff. - -2004-06-15 21:45 stdarg - - * src/mod/share.mod/share.c: * Fix to check_delay - -2004-06-15 01:28 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/compress.mod/configure, - src/mod/dns.mod/configure: * Ran autoconf (/src/mod/dns.mod, - /src/mod/compress.mod). * UPDATES1.6 entry from past commit. - -2004-06-15 01:25 wcc - - * configure, src/patch.h, src/mod/compress.mod/configure.ac, - src/mod/compress.mod/configure.in, src/mod/dns.mod/configure.ac, - src/mod/dns.mod/configure.in: * Ran autoconf (/). * Modules: - configure.in -> configure.ac. - -2004-06-15 01:20 wcc - - * Makefile.in, config.h.in, configure, configure.ac, - misc/modconfig, src/patch.h, src/mod/eggautoconf, - src/mod/eggmod.m4, src/mod/compress.mod/.cvsignore, - src/mod/compress.mod/Makefile.in, - src/mod/compress.mod/compress.c, - src/mod/compress.mod/compress_config.h.in, - src/mod/compress.mod/configure, - src/mod/compress.mod/configure.in, src/mod/dns.mod/.cvsignore, - src/mod/dns.mod/configure, src/mod/dns.mod/configure.in, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filesys.c, - src/mod/seen.mod/seen.c, src/mod/wire.mod/wire.c: * Removed - 'eggautoconf' crao; moved to autoconf 2.59 for modules. This - should fix some of the module-configure/make config bugs. Couple - more commits coming in a sec. Test me (although already tested - pretty well). Needs to at least be tested on Cygwin, and I - don't have access to Cygwin ATM. - -2004-06-13 19:14 wcc - - * src/: bg.c, chanprog.c, eggdrop.h, main.c, main.h, mem.c, net.c, - patch.h, proto.h, tcl.c, tclhash.c, tclmisc.c, - compat/inet_aton.h, mod/assoc.mod/assoc.c, - mod/blowfish.mod/blowfish.c, mod/channels.mod/channels.c, - mod/compress.mod/compress.c, mod/console.mod/console.c, - mod/ctcp.mod/ctcp.c, mod/dns.mod/dns.h, - mod/filesys.mod/filedb3.h, mod/filesys.mod/files.c, - mod/filesys.mod/filesys.c, mod/irc.mod/irc.c, - mod/notes.mod/notes.c, mod/seen.mod/seen.c, - mod/server.mod/server.c, mod/uptime.mod/uptime.c, - mod/wire.mod/wire.c, mod/woobie.mod/woobie.c: * Misc. cleanups. - -2004-06-13 15:02 wcc - - * src/: chanprog.c, patch.h: * And revision 4! Tested this time, - should work.. but, if anyone else wants to look over rmspace() - and fixfrom() just to make sure, that'd probably be good. - Patch by Sup. - -2004-06-13 11:34 wcc - - * src/: patch.h, userrec.c: * Fix to fixfrom() from cleanups1.6. - -2004-06-12 15:00 wcc - - * doc/UPDATES1.6, src/flags.c, src/patch.h: - Op (+o) implies - halfop (+l) now. * Patch by: darko`` - -2004-06-12 13:54 wcc - - * src/: chanprog.c, patch.h: * Part two of Sup's rmspace() - optimization. - -2004-06-11 19:24 wcc - - * doc/UPDATES1.6, src/chanprog.c, src/eggdrop.h, src/patch.h, - src/userrec.c: - Cleaned up and optimized rmspace() and - fixfrom(). * Patch by: Sup - -2004-06-11 13:17 wcc - - * configure: * Run autoconf from last commit. - -2004-06-11 13:16 wcc - - * configure.ac, doc/UPDATES1.6, src/patch.h: * Updated recomended - Tcl version to 8.4.6. - -2004-06-11 12:40 wcc - - * doc/COMPILING-FAQ, doc/html/compiling.html, src/patch.h: * Added - the FreeBSD 'permission denied' problem to the COMPILE-FAQ. I - think we should rename that probably since it's not an FAQ. I - thought I renamed it to COMPILE-GUIDE in 1.6.16.... - -2004-06-11 11:55 wcc - - * doc/UPDATES1.6: [no log message] - -2004-06-11 11:46 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/botcmd.c, src/patch.h, src/tcldcc.c: - Fix behavior of the - BCST bind. BCST is now correctly triggered for dccbroadcasts, - as well as when a bot "says" something on a channel. See - doc/tcl-commands.doc for more information. * Found by: FireEgl - - Patch by: Wingman - -2004-06-11 00:06 wcc - - * src/: botnet.c, dccutil.c, patch.h: * Couple fixes from that last - patch. - -2004-06-10 23:53 wcc - - * doc/UPDATES1.6, src/botnet.c, src/chanprog.c, src/dccutil.c, - src/misc.c, src/net.c, src/patch.h, src/tcl.c, src/tclhash.c, - src/tclmisc.c, src/userrec.c, src/mod/assoc.mod/assoc.c, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/tclchan.c, - src/mod/dns.mod/coredns.c, src/mod/share.mod/share.c, - src/mod/transfer.mod/transferqueue.c, src/mod/wire.mod/wire.c: - - Remove some unneeded casts. * Patch by: darko`` - -2004-06-10 14:36 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/filesys.mod/filedb3.c: - - Fixed performance issues with mv/cp when a lot of files are in - the file area. * Found by: fabulous - Patch by: Wingman - -2004-06-10 14:03 wcc - - * doc/COMPILING-FAQ, doc/UPDATES1.6, doc/html/compiling.html, - src/patch.h: - Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, - not LB_LIBRARY_PATH. * Found by: NoPleX - Patch by: Wcc - -2004-06-09 11:43 wcc - - * doc/UPDATES1.6: * Hmm, how did that happen? Damn middle mouse - button. =P - -2004-06-09 11:34 wcc - - * doc/UPDATES1.6, src/dcc.c, src/patch.h, src/tcl.c: - Fix a - possible issue with ident code. * Found by: various - Patch by: - darko`` - -2004-06-05 18:03 stdarg - - * INSTALL: [no log message] - -2004-06-04 11:25 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h, src/mod/filesys.mod/tclfiles.c: -- Small updates - from tcl_mkdir patch... - -2004-06-04 10:41 wcc - - * configure, doc/UPDATES1.6, src/patch.h, - src/mod/filesys.mod/tclfiles.c: - Don't let .tcl mkdir create - duplicate filedb entries. * Found by: fabulous - Patch by: - Wingman - -2004-06-04 08:07 wcc - - * .cvsignore, aclocal.m4, config.h.in, configure, configure.ac, - doc/UPDATES1.6, src/eggdrop.h, src/patch.h: - Fixed a compile - error related to varargs when using old Tcl versions. * Found - by: Thomas Neumayer - Patch by: Wcc - - - Fixed a compile error on systems that don't have socklen_t. * - Found by: Brad Edwards - Patch by: Wcc - - -- .cvsignore stuff for autoscan. - -2004-06-03 08:10 wcc - - * aclocal.m4, configure, help/cmds1.help, help/cmds2.help, - src/eggdrop.h, src/patch.h, src/mod/irc.mod/cmdsirc.c: * Fixed - some indenting. * Make head -n 1, if existant, take precedence - over -1 to suppress warnings on newer versions of head. This - will not affect systems that do not support -n 1. * Help - stuff. - -2004-06-02 21:57 wcc - - * src/patch.h: Testing. - -2004-06-02 20:51 wcc - - * src/patch.h: * Seeing if CVS works right now. - -2004-06-02 00:58 wcc - - * configure, configure.ac, doc/COMPILING-FAQ, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/app-textsub.html, doc/html/compiling.html, - doc/html/tcl-commands.html, src/main.c, src/patch.h: * Start of - 1.6.17 :) - -2004-05-31 18:59 wcc - - * doc/UPDATES1.6, help/core.help: * Misc stuff before the release. - -2004-05-31 18:41 wcc - - * help/core.help: * Help file stuff. - -2004-05-27 00:29 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-compress.html, - doc/settings/mod.compress, help/core.help, src/misc.c, - src/patch.h, src/mod/compress.mod/help/set/compress.help, - src/mod/irc.mod/help/irc.help: * Part 4 of doc stuff.. more will - come tomorrow. - -2004-05-26 23:33 wcc - - * src/: net.c, patch.h, mod/wire.mod/wire.c: * Fixed a missing - alarm call (removed accidentally with IPv6). - -2004-05-26 23:23 wcc - - * eggdrop.conf, doc/MODULES, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, src/patch.h, - src/mod/compress.mod/help/compress.help, - src/mod/ctcp.mod/help/ctcp.help, src/mod/irc.mod/help/irc.help, - src/mod/server.mod/help/server.help, - src/mod/share.mod/help/share.help, src/mod/transfer.mod/modinfo, - src/mod/transfer.mod/help/transfer.help, - src/mod/transfer.mod/help/set/transfer.help, - src/mod/uptime.mod/modinfo, src/mod/uptime.mod/uptime.c, - src/mod/uptime.mod/help/uptime.help, src/mod/wire.mod/wire.c, - src/mod/wire.mod/help/wire.help: * Doc stuff part 3. - -2004-05-26 22:18 wcc - - * eggdrop.conf, doc/MODULES, doc/UPDATES1.6, - doc/html/mod-filesys.html, doc/settings/mod.filesys, - doc/settings/mod.notes, src/patch.h, - src/mod/ctcp.mod/help/ctcp.help, - src/mod/ctcp.mod/help/set/ctcp.help, - src/mod/filesys.mod/help/filesys.help, - src/mod/irc.mod/help/irc.help, src/mod/notes.mod/help/notes.help, - src/mod/seen.mod/help/seen.help, - src/mod/share.mod/help/share.help: * More help/docs. - -2004-05-26 19:30 wcc - - * doc/tcl-commands.doc, doc/html/mod-irc.html, - doc/html/tcl-commands.html, doc/settings/mod.irc, - help/cmds2.help, help/set/cmds1.help, scripts/help/userinfo.help, - src/patch.h, src/mod/assoc.mod/modinfo, - src/mod/assoc.mod/help/assoc.help, - src/mod/channels.mod/help/channels.help, - src/mod/console.mod/help/console.help, - src/mod/filesys.mod/help/filesys.help, src/mod/irc.mod/modinfo, - src/mod/irc.mod/help/irc.help, - src/mod/server.mod/help/server.help, src/mod/woobie.mod/modinfo: - * Some help and doc stuff... wanted to go ahead and do a commit, - but more is coming in a few minutes. - -2004-05-25 18:20 wcc - - * doc/UPDATES1.6, src/dccutil.c, src/main.c, src/main.h, - src/misc.c, src/patch.h, src/tclmisc.c, src/mod/irc.mod/chan.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/share.c: - Use high-order bits for random - numbers. - Cleaned up and optimized delay code in share.c. * - Patch by: Sup - -2004-05-24 13:14 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: * - Change Undernet nicklen to 12. - -2004-05-22 01:57 wcc - - * help/cmds1.help: * Fix flags not lining up in .console's help. - Found by BarkerJr. - -2004-05-20 16:39 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: * Fix - text sent to the server being terminated with "\x00\x0d\x0a" - instead of just "\x0d\x0a". Patch by Sven Trenkel. - -2004-05-20 15:44 wcc - - * doc/UPDATES1.6, src/patch.h, - src/mod/transfer.mod/language/transfer.danish.lang, - src/mod/transfer.mod/language/transfer.english.lang, - src/mod/transfer.mod/language/transfer.french.lang, - src/mod/transfer.mod/language/transfer.german.lang: * Small fix - to transfer.mod lang files. Patch by winkey. - -2004-04-30 01:51 tothwolf - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/mod/server.mod/tclserv.c: * Documentation fixes. * Cosmetic - fixes for tcl_clearqueue and tcl_queuesize. - -2004-04-12 21:57 wcc - - * README, doc/BUG-REPORT, doc/html/faqs.html, src/patch.h: * Fixed - some doc stuff. - -2004-04-10 01:49 stdarg - - * src/md5/md5c.c: - * Another try at hpux fix - -2004-04-09 22:53 wcc - - * aclocal.m4, configure, doc/UPDATES1.6, src/net.c, src/patch.h: * - More HP stuff. - -2004-04-09 21:52 stdarg - - * src/: net.c, tcl.c, tclmisc.c, md5/md5c.c: - * Fixed some compile warnings - -2004-04-09 14:16 wcc - - * misc/releaseprep: * Small fix to releaseprep... was making - ./configure -x. - -2004-04-09 12:38 wcc - - * misc/releaseprep: * Small fix. - -2004-04-09 12:31 wcc - - * Makefile.in, misc/releaseprep: * More releaseprep changes. - -2004-04-09 12:06 wcc - - * misc/releaseprep: * More releaseprep stuff. - -2004-04-09 12:00 wcc - - * doc/UPDATES1.6, src/patch.h, - src/mod/notes.mod/language/notes.danish.lang, - src/mod/notes.mod/language/notes.english.lang, - src/mod/notes.mod/language/notes.french.lang, - src/mod/notes.mod/language/notes.german.lang: * Missing \n in - some notes files. Found by dollar. - -2004-04-08 22:18 wcc - - * configure, configure.ac, doc/UPDATES1.6, src/patch.h: * Detect - Tcl 8.5. Patch by Juvenal. - -2004-04-08 20:33 wcc - - * misc/releaseprep: * Wrote a small release-prep script. - -2004-04-07 18:54 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: - - Fixed a crash in savechannels/loadchannels. Found by: Stu - Jones - Patch by: TaKeDa - -2004-04-07 07:00 wcc - - * doc/UPDATES1.6, src/misc.c, src/patch.h: * Fixed a crash in - putlog() that appears when timestamps are turned off. Patch by - darko``. - -2004-04-06 01:15 wcc - - * doc/UPDATES1.6, src/chanprog.c, src/patch.h: * Rewrote isowner(). - Patch by Sup. - -2004-04-06 00:56 wcc - - * doc/tcl-commands.doc, src/cmds.c, src/dcc.c, src/eggdrop.h, - src/language.c, src/main.c, src/match.c, src/misc.c, - src/modules.c, src/rfc1459.c, src/tcldcc.c, src/tclhash.c, - src/tclmisc.c, src/tcluser.c, src/mod/share.mod/share.c: * Some - trim-trailing-space/tab2space stuff. - -2004-04-06 00:50 wcc - - * doc/COMPILING-FAQ, doc/UPDATES1.6, doc/html/compiling.html, - src/patch.h: * Doc stuff. - -2004-04-05 17:35 wcc - - * eggdrop.conf, doc/BUG-REPORT, doc/COMPILING-FAQ, doc/UPDATES1.6, - doc/html/compiling.html, src/patch.h, src/tclhash.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c: * Better support - for non-standard "op" prefixes (UnrealIRCD, etc.). Patch by - Sven. * More doc updates/etc. - -2004-03-14 07:52 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/wire.mod/wire.c: * Terminate - wire_bot[] in wire.mod, fixing a crash. Patch by Bryan Dolan. - -2004-03-14 07:30 wcc - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: * Fixed a segfault in - dcc.c. Patch by daimonic. - -2004-02-25 17:08 stdarg - - * src/chanprog.c: - * rmspace workaround for constant arguments - -2004-02-14 14:11 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c: * Small - bugfix to notes.mod. Reported by Danil Boeije. - -2004-02-09 20:10 wcc - - * doc/UPDATES1.6, src/chanprog.c, src/match.c, - src/mod/server.mod/server.c: * Indenting and stuff... - -2004-02-09 19:58 wcc - - * .cvsignore: * .cvsignore fixes. - -2004-02-09 19:57 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: * Don't - always set SHARE_OFFERED status in check_expired_tbufs(). - Patch by: Luca De Roberto, Dania Stolfi, Giuseppe Caulo - -2004-02-06 16:36 stdarg - - * src/: dcc.c, mem.c, mod/notes.mod/notes.c: - * Fixed valgrind error in n_free (I think) * Fixed crash in - dcc_chat regarding the filt bind * Small change to notes mod to - fix seemingly cosmetic valgrind error, we'll see if it worked - -2004-02-03 20:40 stdarg - - * src/: chanprog.c, match.c, userrec.c, mod/server.mod/server.c: - * Fixed _wild_match() to not try to read before the beginning of - the mask * Changed correct_handle() to copy the handle onto - itself, in case it's called like correct_handle(u->handle) * - Changed rmspace to use memmove instead of strcpy; also made it - more efficient (only 1 call to strlen) * queue_server() wasn't - adding messages to the queue correctly... doh! - -2004-02-01 00:13 wcc - - * doc/UPDATES1.6, language/core.danish.lang, - language/core.english.lang, src/botnet.c, src/patch.h, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/notes.mod/language/notes.danish.lang, - src/mod/notes.mod/language/notes.english.lang, - src/mod/notes.mod/language/notes.french.lang, - src/mod/notes.mod/language/notes.german.lang: * Cosmetic fixes to - notes.mod. Found by: BarkerJr - Patch by: Wcc - -2004-01-20 12:39 wcc - - * doc/UPDATES1.6, src/patch.h, src/users.c: * Don't check the bot's - own user record when looking for a hub/althub to link to. Found - by poptix; patch by lordares. - -2004-01-17 21:57 wcc - - * aclocal.m4, configure: * Small fix from last commit. - -2004-01-17 21:50 wcc - - * aclocal.m4, configure, src/patch.h: * More build process stuff. - -2004-01-17 20:11 wcc - - * aclocal.m4, configure, configure.ac, doc/COMPILING-FAQ, - src/cmds.c, src/patch.h: * More build process/build process - documentation updates and portability stuff. - - * Changed trace (back?) to +t as it should be. This is a botnet - command and should be set to 'botnet master' instead of all - partyline users. - -2004-01-13 04:21 wcc - - * doc/COMPILING-FAQ, doc/html/compiling.html, src/main.c, - src/patch.h, src/compat/snprintf.c: * OSF/1 fixes. - -2004-01-13 04:04 wcc - - * aclocal.m4, src/net.c, src/patch.h: * More build process stuff. - -2004-01-12 19:30 wcc - - * .cvsignore, INSTALL, README, aclocal.m4, eggdrop.conf, - doc/tcl-commands.doc, doc/html/egg-core.html, - doc/html/install.html, doc/html/readme.html, - doc/html/tcl-commands.html, doc/settings/core.settings, - help/set/cmds1.help, src/net.c, src/patch.h: * Fixes from - select_argtypes. * Doc updates. * More small build-process - fixes. * More .cvsignore stuff. - -2004-01-12 01:49 wcc - - * aclocal.m4, config.h.in, configure, configure.ac, src/modules.c, - src/net.c, src/patch.h, src/compat/inet_aton.h: * Use - AC_FUNC_SELECT_ARGTYPES() macro to fix select() warnings on - several OS's. This is a better solution than the previous - "OS_HACKS" #ifdefs. - -2004-01-10 12:53 wcc - - * doc/.cvsignore, scripts/.cvsignore, src/.cvsignore, - src/compat/.cvsignore, src/md5/.cvsignore, src/mod/.cvsignore, - src/mod/compress.mod/.cvsignore, src/mod/dns.mod/.cvsignore: * - .cvsignores - -2004-01-10 02:41 wcc - - * language/core.danish.lang, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/patch.h, src/mod/irc.mod/chan.c, src/mod/irc.mod/mode.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h: * Fixes - from server_crlf. * Add space between Banned: and kick reason. - Found by reed. - -2004-01-09 06:23 wcc - - * src/mod/server.mod/server.c: * Oops. - -2004-01-09 06:07 wcc - - * src/: misc.c, modules.c, net.c, patch.h, proto.h, mod/module.h, - mod/server.mod/server.c: * Make sure we append \r\n to irc - messages. - -2004-01-09 03:48 tothwolf - - * src/mod/server.mod/server.c: [no log message] - -2004-01-09 02:23 wcc - - * eggdrop.conf, src/patch.h, src/mod/server.mod/server.c: * A few - server-queuing fixes.. this might fix bug 379; please test. - -2004-01-08 23:56 wcc - - * .cvsignore, CONTENTS, FEATURES, INSTALL, NEWS, README, configure, - configure.ac, doc/ABOUT, doc/AUTHORS, doc/BANS, doc/BOTNET, - doc/COMPILING-FAQ, doc/CONTENTS, doc/FIRST-SCRIPT, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/PARTYLINE, doc/PATCH-HOWTO, - doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/USERS, - doc/WEIRD-MESSAGES, doc/tcl-commands.doc, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-textsub.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/authors.html, doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-wire.html, - doc/html/mod-woobie.html, doc/html/news.html, - doc/html/party.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/html/starting.html, - doc/html/tcl-commands.html, doc/html/users.html, - doc/man1/eggdrop.1, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, misc/addpatch, - misc/modconfig, scripts/action.fix.tcl, scripts/alltools.tcl, - scripts/compat.tcl, scripts/ques5.tcl, src/bg.c, src/bg.h, - src/botcmd.c, src/botmsg.c, src/botnet.c, src/chan.h, - src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, - src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, src/flags.h, - src/lang.h, src/language.c, src/main.c, src/main.h, src/mem.c, - src/misc.c, src/misc_file.c, src/misc_file.h, src/modules.c, - src/modules.h, src/patch.h, src/proto.h, src/rfc1459.c, - src/stat.h, src/tandem.h, src/tcl.c, src/tcldcc.c, src/tclegg.h, - src/tclhash.c, src/tclhash.h, src/tclmisc.c, src/tcluser.c, - src/userent.c, src/userrec.c, src/users.c, src/users.h, - src/compat/compat.h, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/memcpy.c, src/compat/memcpy.h, - src/compat/memset.c, src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/eggautoconf, src/mod/module.h, - src/mod/modvals.h, src/mod/assoc.mod/assoc.c, - src/mod/assoc.mod/assoc.h, src/mod/blowfish.mod/bf_tab.h, - src/mod/blowfish.mod/blowfish.c, src/mod/blowfish.mod/blowfish.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/udefchan.c, src/mod/channels.mod/userchan.c, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/uptime.mod/uptime.c, src/mod/uptime.mod/uptime.h, - src/mod/wire.mod/wire.c, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/woobie.c, text/CONTENTS, text/banner: * Yay, - 2004 copyright. That sucked.. I need to write a script to do - that... *pops knuckles and stretches*. - -2004-01-08 20:01 wcc - - * CONTENTS, config.h.in, configure, configure.ac, configure.in, - src/patch.h: * configure.in -> configure.ac - -2004-01-08 19:52 wcc - - * aclocal.m4, configure: * Er.. - -2004-01-08 19:50 wcc - - * configure, configure.in, src/eggdrop.h, src/patch.h: * Fixes. - -2004-01-08 19:36 wcc - - * acconfig.h, aclocal.m4, config.h.in, configure, configure.in, - src/eggdrop.h, src/patch.h: * Fixes/updates for newer autoconf - versions. This should fix the permissions errors. * Removed - --disable-cc-optimization. - -2004-01-06 04:34 wcc - - * aclocal.m4, config.h.in, configure, configure.in, doc/UPDATES1.6, - src/eggdrop.h, src/patch.h, src/mod/compress.mod/compress.c, - src/mod/irc.mod/msgcmds.c: * Autoconf 2.59. * Mac OS X fixes. * - Fixes from previous msg_status() changes. - -2003-12-27 04:55 tothwolf - - * scripts/alltools.tcl: * Added matchbotattrany * Optimized - ordnumber * More minor changes - -2003-12-23 16:13 wcc - - * doc/UPDATES1.6, src/patch.h, src/userent.c, src/userrec.c: * - Truncate passwords at 30 chars instead of 15. Found by ting. - Patch by Paladin. - -2003-12-20 16:29 wcc - - * doc/UPDATES1.6, src/main.c, src/modules.c, - src/mod/blowfish.mod/modinfo, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in, src/mod/irc.mod/tclirc.c: * Fixed a - dns/bind configure issue with Cygwin. Patch by Kirben. * Fixed a - typo in tcl_getchanjoin. Found by army. Patch by thommey. * Some - main.c code formatting/indenting stuff. * Fixed a credit line in - UPDATES1.6. - -2003-12-15 00:18 tothwolf - - * aclocal.m4, configure: * Sanity check for EGG_PROG_HEAD_1 - autoconf macro. - -2003-12-14 00:44 wcc - - * doc/UPDATES1.6, src/mod/filesys.mod/files.c: * Indenting, - UPDATES1.6... - -2003-12-14 00:26 stdarg - - * src/mod/filesys.mod/files.c: - * leftover putlog - -2003-12-14 00:08 stdarg - - * src/: patch.h, mod/filesys.mod/files.c: * Check for multiple - sources in mv when moving onto a single dest file. I think. - -2003-12-14 00:04 wcc - - * doc/man1/eggdrop.1, src/patch.h: * man1 updates. - -2003-12-13 23:17 wcc - - * src/patch.h: * Grr. - -2003-12-13 22:31 wcc - - * src/cmds.c: * Ha. - -2003-12-13 22:24 wcc - - * doc/UPDATES1.6, src/cmds.c: * Allow any user to .whois their own - handle. Found by zeveroar at phreaker dot net (ZeveRoaRe - RoeLt). - -2003-12-13 16:06 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/chanprog.c, src/patch.h, src/mod/share.mod/share.c: * Added a - new EVNT type, "userfile-loaded", which is called after the bot's - userfile has been loaded. Patch by darko``. Found by wanderer. - -2003-12-13 13:18 wcc - - * src/: patch.h, mod/Makefile.in: * Small fix. - -2003-12-11 18:06 wcc - - * doc/UPDATES1.6, src/botcmd.c, src/chan.h, src/dcc.c, src/patch.h: - * Fixed a few places where chan->name was being used instead of - chan->dname. Found by wanderer. - -2003-12-11 17:37 wcc - - * doc/UPDATES1.6, src/patch.h, src/tcldcc.c: * hand2idx works for - bots now. Found by BarkerJr. - -2003-12-10 21:56 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c: * - .stick/.unstick now works for channel masks. Patch by - Sven Trenkel. - -2003-12-10 19:30 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/userchan.c: * - Properly escape IPv6 masks in write_exempts() and - write_invites(). Patch by TaKeDa. - -2003-12-10 19:23 wcc - - * CONTENTS, FEATURES, INSTALL, NEWS, README, doc/html/readme.html: - * Docs. - -2003-12-10 18:37 wcc - - * src/mod/channels.mod/userchan.c: * Works now; WEIRD. My tree must - have been desynched. - -2003-12-10 18:31 wcc - - * doc/FIRST-SCRIPT, doc/PATCH-HOWTO, - src/mod/channels.mod/userchan.c: * Doc updates. * Testing stick - stuff. - -2003-12-10 13:37 wcc - - * src/: patch.h, mod/channels.mod/userchan.c: * Small fix from - num_delmask. - -2003-12-10 13:04 wcc - - * Makefile.in, misc/modconfig, src/patch.h, src/mod/Makefile.in, - src/mod/assoc.mod/modinfo, src/mod/blowfish.mod/modinfo, - src/mod/channels.mod/modinfo, src/mod/compress.mod/modinfo, - src/mod/console.mod/modinfo, src/mod/ctcp.mod/modinfo, - src/mod/dns.mod/modinfo, src/mod/filesys.mod/modinfo, - src/mod/irc.mod/modinfo, src/mod/notes.mod/modinfo, - src/mod/seen.mod/modinfo, src/mod/server.mod/modinfo, - src/mod/share.mod/modinfo, src/mod/transfer.mod/modinfo, - src/mod/uptime.mod/modinfo, src/mod/wire.mod/modinfo, - src/mod/woobie.mod/modinfo: * More build updates. - -2003-12-09 23:21 tothwolf - - * aclocal.m4, configure, configure.in, doc/UPDATES1.6: * Fix for - nonworking 'head -1' in GNU Coreutils 5.0. - -2003-12-09 19:37 tothwolf - - * src/dcc.c: * Properly declare dcc_telnet_got_ident as static. - -2003-12-09 16:22 wcc - - * src/patch.h: * Forgot patch.h. - -2003-12-09 16:21 wcc - - * Makefile.in, doc/Makefile.in, doc/UPDATES1.6, misc/modconfig, - scripts/Makefile.in, src/Makefile.in, src/dcc.c, src/eggdrop.h, - src/misc.c, src/compat/inet_aton.c, src/compat/snprintf.c, - src/mod/Makefile.in, src/mod/eggmod.m4, - src/mod/compress.mod/configure, src/mod/dns.mod/configure: * - Cosmetic updates to the build process. * ctype.h is*() functions - are apparently unsafe unless recasted. * Found by Teemu Hjelt. - -2003-12-08 18:51 wcc - - * doc/Makefile.in, src/patch.h: * Small fix. - -2003-12-08 18:42 wcc - - * PATCH-HOWTO, doc/PATCH-HOWTO, doc/TRICKS: * Fixes from last - commit. - -2003-12-08 18:27 wcc - - * PATCH-HOWTO, doc/ABOUT, doc/AUTHORS, doc/BANS, doc/BOTNET, - doc/BUG-REPORT, doc/COMPILING-FAQ, doc/CONTENTS, - doc/FIRST-SCRIPT, doc/KNOWN-PROBLEMS, doc/MODULES, - doc/Makefile.in, doc/PARTYLINE, doc/TEXT-SUBSTITUTIONS, - doc/UPDATES.pre1.5, doc/UPDATES1.5, doc/UPDATES1.6, doc/USERS, - doc/WEIRD-MESSAGES, doc/compiling.FAQ, doc/first_script.txt, - doc/patch.howto, doc/tcl-commands.doc, - doc/text-substitutions.doc, doc/tricks, doc/html/app-tricks.html, - src/patch.h: * Quite a bit of doc updates. * Start using a new - UPDATES1.6 format which allows for longer found by/patched - by/descriptions. The pre-1.6.16 entries remain unmodified, and i - guess they should stay that way for historical purposes, - *shrug*. - -2003-12-07 15:49 wcc - - * doc/UPDATES1.6, src/misc.c, src/modules.c, src/patch.h, - src/proto.h, src/mod/module.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/userchan.c: * Bans, exempts, and invites - starting with numbers can now be removed, stuck, and unstuck. - Found by BarkerJr. - -2003-12-03 23:57 wcc - - * aclocal.m4, configure, src/patch.h, text/CONTENTS: * Fixed head - -1 problem. - -2003-12-01 18:37 wcc - - * doc/UPDATES1.6, src/dns.c, src/patch.h: * Fixed the very very - horrible handling of arguments by tcl_dnslookup(). Found by - wanderer. Patch by KuNgFo0 and Wcc. - -2003-12-01 18:10 wcc - - * aclocal.m4, configure, doc/UPDATES1.6, misc/config.guess, - src/patch.h: * Reverted head.diff. - -2003-11-30 21:19 wcc - - * aclocal.m4, configure, doc/UPDATES1.6, misc/config.guess, - src/patch.h: * Changed head -1 to head -n 1. Patch by guppy. - Found by ali3n. - -2003-11-30 21:02 wcc - - * doc/UPDATES1.6: * Effing editor. - -2003-11-30 20:54 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: * Fixed a - bug causing the bot to rejoin when kicked from inactive channels. - This can happen when bot-server connection lag exists or - queues become full. Patch by BarkerJr/Eule. - -2003-11-30 15:42 poptix - - * eggdrop.conf: - - Added a space. - -2003-11-30 15:39 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-share.html, - doc/settings/mod.share, src/patch.h, - src/mod/assoc.mod/help/assoc.help, - src/mod/channels.mod/help/channels.help, - src/mod/channels.mod/help/set/channels.help, - src/mod/share.mod/help/share.help, - src/mod/share.mod/help/set/share.help: * More help/doc updates. - -2003-11-27 01:09 wcc - - * src/: patch.h, mod/channels.mod/channels.c: * More cosmetics... - -2003-11-27 00:15 wcc - - * src/: patch.h, mod/irc.mod/irc.c, mod/irc.mod/msgcmds.c: * Fixes - from last commit. - -2003-11-26 23:48 wcc - - * src/mod/irc.mod/msgcmds.c: * Small fix from last commit. - -2003-11-26 23:45 wcc - - * src/: chanprog.c, patch.h, mod/irc.mod/irc.c, - mod/irc.mod/msgcmds.c: * Continued. - -2003-11-26 23:17 wcc - - * src/mod/irc.mod/msgcmds.c: * No point in exporting the var for - this really. - -2003-11-26 23:10 wcc - - * language/core.english.lang, src/chanprog.c, src/patch.h, - src/mod/irc.mod/msgcmds.c: * Msg commands cosmetic cleanups. * - More status cleanups. * Fixed a buffer overrun in msg_status(). - -2003-11-26 21:25 wcc - - * doc/UPDATES1.6, src/chanprog.c, src/modules.c, src/patch.h, - src/mod/irc.mod/irc.c: * Cosmetic fixes to .status. - -2003-11-26 21:20 wcc - - * language/core.danish.lang, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/botcmd.c, src/cmds.c, src/flags.c, src/lang.h, src/patch.h: * - Cosmetic fixes to .who. - -2003-11-26 20:44 wcc - - * README, doc/text-substitutions.doc, doc/html/app-textsub.html, - doc/html/faqs.html, help/cmds1.help, help/cmds2.help, - help/core.help, src/dcc.c, src/eggdrop.h, src/patch.h, - src/mod/irc.mod/help/msg/irc.help, - src/mod/notes.mod/help/msg/notes.help, - src/mod/notes.mod/help/set/notes.help, - src/mod/notes.mod/language/notes.english.lang, - src/mod/notes.mod/language/notes.german.lang, - src/mod/server.mod/modinfo: * Round 2. - -2003-11-26 19:07 wcc - - * doc/BOTNET, doc/BUG-REPORT, doc/tricks, doc/html/botnet.html, - help/cmds1.help, help/cmds2.help, language/core.danish.lang, - language/core.english.lang, language/core.french.lang, - src/patch.h, src/mod/channels.mod/help/channels.help, - src/mod/channels.mod/help/set/channels.help, - src/mod/share.mod/help/share.help, - src/mod/transfer.mod/help/set/transfer.help: * More doc and help - file cleanups. More coming. - -2003-11-26 10:01 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/filesys.mod/filedb3.c: * - Fixed a getdesc segfault when a file has no description. Patch by - dw. Found by R. Ramos. - -2003-11-23 10:10 wcc - - * doc/compiling.FAQ, doc/html/compiling.html, src/patch.h: * Small - typo fix. - -2003-11-01 17:26 wcc - - * NEWS, acconfig.h, aclocal.m4, config.h.in, configure, - configure.in, eggdrop.conf, doc/IPV6, doc/UPDATES1.6, - doc/html/egg-core.html, doc/html/ipv6.html, - doc/html/mod-server.html, doc/html/news.html, - doc/settings/core.settings, doc/settings/mod.server, - src/Makefile.in, src/botnet.c, src/cmds.c, src/dcc.c, - src/eggdrop.h, src/main.c, src/modules.c, src/net.c, src/patch.h, - src/proto.h, src/tcl.c, src/tcldcc.c, src/tclmisc.c, - src/compat/Makefile.in, src/compat/compat.h, - src/compat/inet_ntop.c, src/compat/inet_ntop.h, - src/md5/Makefile.in, src/mod/Makefile.in, src/mod/module.h, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, - src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/filesys.c, - src/mod/irc.mod/Makefile, src/mod/notes.mod/Makefile, - src/mod/seen.mod/Makefile, src/mod/server.mod/Makefile, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/Makefile, src/mod/share.mod/share.c, - src/mod/transfer.mod/Makefile, src/mod/transfer.mod/transfer.c, - src/mod/uptime.mod/Makefile, src/mod/wire.mod/Makefile, - src/mod/woobie.mod/Makefile: * Remove IPv6 for now. I know we've - discussed this on the lists and in #eggdrop/#eggdev on - Undernet, and I think we pretty much agreed (as far as - 'agreeing' goes on eggdev anyway ;p) to ditch this hacked - togeather code and get Ian's code tested and put that in an - upcoming release instead. IPv6 realllyyyyyyy screwed up .15. - I'm basically ready to release .16.. can anyone think of - anything else that needs to be done? Bugzilla is dead and i'm - not sure if eggdev's up or not, but changes appears to work. The - lists have been down alot lately. Anyway, e-mail me if I forgot - any little pieces, but I don't think I did. -- Wcc - -2003-11-01 14:04 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: * - BarkerJr: > This makes the errors display nicer. > > - illegal channel option: +testillegal channel option: - +test2illegal > channel option: +test3 > > vs. > > - illegal channel option: +test > illegal channel option: +test2 - > illegal channel option: +test3 > > Just added a little - "\n" - -2003-11-01 14:00 wcc - - * doc/UPDATES1.6, src/patch.h, - src/mod/channels.mod/help/channels.help: * .chanset accepts '*'; - reflect in the docs. Patch by Johoho. - -2003-10-03 18:53 wcc - - * doc/UPDATES1.6, src/patch.h, src/tcluser.c: * Fixed bug 365 - (missing call to check_this_user in tcl_setuser). Patch by - Eule. Bugzilla is dead, can't credit the finder till it's up. I'd - like to get .16 out soon; what else needs to be done? - -2003-08-20 20:02 tothwolf - - * doc/UPDATES1.6: [no log message] - -2003-08-20 00:56 wcc - - * doc/UPDATES1.6: * Forgot UPDATES. - -2003-08-19 22:52 wcc - - * src/: patch.h, mod/channels.mod/cmdschan.c, mod/irc.mod/chan.c, - mod/irc.mod/mode.c: * Patch by Sven Trenkel: * Fixed '.-ban - number #channel' bug (bug 348). * Found by R. Brooklyn. * - Small fixes to fakemode-kick code. - -2003-08-18 12:37 tothwolf - - * doc/UPDATES1.6: [no log message] - -2003-08-17 21:27 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-irc.html, - doc/html/mod-server.html, doc/settings/mod.irc, - doc/settings/mod.server, src/patch.h, src/mod/irc.mod/irc.c, - src/mod/server.mod/server.h, - src/mod/server.mod/help/set/server.help: * Made appropriate - changes to accommodate for EFnet's implementation of exempts - and invites. - -2003-08-16 17:22 wcc - - * doc/UPDATES1.6: * Missing UPDATES entries; grr :P. - -2003-08-16 15:26 wcc - - * help/cmds1.help, src/patch.h: * Updates to help for +host. Found - by MC_8. Patch by BarkerJr. This resolves bug 357. - -2003-08-16 15:20 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h: * Bind documentation updates. Found by |SmAsH|. - -2003-08-16 14:12 wcc - - * doc/UPDATES1.6, src/dcc.c, src/modules.c, src/patch.h, - src/proto.h, src/mod/module.h: * Exported strip_mirc_codes() and - check_ansi(). This closes bug 361. Found by BarkerJr. - -2003-08-16 10:41 stdarg - - * src/mod/server.mod/server.c: - * H_notc used wrong handler. Fixed by PaulE@Blueyonder.co.uk - -2003-08-06 12:17 stdarg - - * src/mod/transfer.mod/transfer.c: - * Check to make sure file we want to send exists; found by - fabulous at brasnet.org - -2003-07-30 20:50 tothwolf - - * src/mod/irc.mod/msgcmds.c: Removed unnecessary quiet_reject - checks in msg_ident() that have been present since 1.3.0+bel17. - -2003-06-30 22:36 wcc - - * src/: main.c, patch.h, mod/module.h: * Fix to MD5 function - exporting. Patch by Paladin. - -2003-06-10 13:05 wcc - - * config.h.in, configure, src/patch.h: * Autoconf 2.57 has problems - on FreeBSD; reverting to autoconf 2.54. - -2003-06-10 09:16 stdarg - - * acconfig.h, aclocal.m4, config.h.in, configure, src/main.c: - * Make room for the core file if we're not stripping the files * - When I do cvs diff config.h.in, there's one of those id tags in - it.. isn't that wrong? - -2003-06-09 22:27 stdarg - - * aclocal.m4, configure: - * Removed stripping, added --enable-strip option to configure. - Needs testing since I don't know much about autoconf! - -2003-06-08 19:49 wcc - - * doc/UPDATES1.6, src/mem.c, src/patch.h: * Small fix to - n_realloc(). Patch by Timothy Barbeisch. - -2003-05-13 23:27 stdarg - - * src/compat/inet_ntop.h: - * Another missing sys/types.h? - -2003-05-13 14:06 wcc - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: * - Tcl commands doc update by PPSlim. - -2003-05-12 17:57 wcc - - * misc/addpatch, src/patch.h, src/tclmisc.c: * Updates to addpatch - script. * Added a sanity check to previous patch. - -2003-05-11 17:53 wcc - - * doc/UPDATES1.6, src/patch.h, src/tclmisc.c: * Fixed output of - tcl_duration to not return extra spaces. Found by Wanderer. - -2003-05-07 19:51 stdarg - - * src/mod/irc.mod/cmdsirc.c: - * .topic command works for halfops too - -2003-05-07 18:20 stdarg - - * src/mod/irc.mod/cmdsirc.c: - * Fix .voice/.devoice logic - -2003-05-07 17:05 wcc - - * aclocal.m4, configure, src/patch.h: * More inet_ntop() fixes. - -2003-05-07 14:41 wcc - - * aclocal.m4, configure, src/patch.h: * More socklen_t fixes. - -2003-05-06 22:57 wcc - - * src/compat/inet_ntop.c: * Indenting. - -2003-05-06 22:46 wcc - - * configure: * Ran autoconf 2.54. - -2003-05-06 22:45 wcc - - * acconfig.h, aclocal.m4, config.h.in, configure.in, - doc/UPDATES1.6, src/eggdrop.h, src/modules.c, src/patch.h, - src/compat/inet_ntop.c, src/compat/inet_ntop.h: * Don't compile - inet_ntop compatability code unless USE_IPV6 is defined. * - typedef socklen_t to int if non-existant. - -2003-05-06 18:23 wcc - - * eggdrop.conf, doc/html/mod-server.html, doc/settings/mod.server, - src/patch.h: * IPv6 documentation updates. - -2003-05-04 18:49 wcc - - * doc/UPDATES1.6, src/misc.c, src/patch.h: * Fixed an uninitialized - variable in putlog(). Patch by TaKeDa. - -2003-05-04 18:22 wcc - - * doc/UPDATES1.6, doc/patch.howto, doc/tcl-commands.doc, - doc/text-substitutions.doc, doc/html/app-textsub.html, - doc/html/tcl-commands.html, src/main.c, src/patch.h: * Start of - 1.6.16. - -2003-05-04 16:04 wcc - - * doc/UPDATES1.6, doc/patch.howto, doc/tcl-commands.doc, - doc/text-substitutions.doc, doc/html/app-textsub.html, - doc/html/tcl-commands.html, language/core.english.lang, - src/main.c, src/patch.h: * Here comes 1.6.15 :/. - -2003-05-04 14:13 wcc - - * doc/UPDATES1.6: * Added UPDATES entry for IPv6 support. - -2003-05-02 22:36 wcc - - * src/: misc.c, patch.h: * Fixed bug 302. Patch by TaKeDa. Found by - eviler. - -2003-04-29 21:47 wcc - - * src/: misc.c, net.c, patch.h: * IPv6 fixes. - -2003-04-17 02:29 stdarg - - * src/misc.c: - * Fixed logfile suffix stray message bug. - -2003-04-16 23:09 wcc - - * misc/addpatch, src/patch.h: * Addpatch compatability. - -2003-04-16 22:52 wcc - - * src/: cmds.c, patch.h: * Another IPv6 ifdef fix. - -2003-04-16 22:38 wcc - - * CONTENTS, NEWS, eggdrop.conf, doc/CONTENTS, doc/IPV6, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/compiling.FAQ, - doc/patch.howto, doc/html/egg-core.html, doc/html/ipv6.html, - doc/html/news.html, doc/html/tcl-commands.html, - doc/settings/CONTENTS, doc/settings/core.settings, src/cmds.c, - src/net.c, src/patch.h, src/tcl.c, text/CONTENTS: * IPv6 doc - updates. * More IPv6 fixes. * Misc. doc updates. - -2003-04-16 19:55 wcc - - * src/: botnet.c, cmds.c, dcc.c, eggdrop.h, main.c, main.h, - modules.c, net.c, patch.h, proto.h, tcl.c, tcldcc.c, tclmisc.c, - mod/module.h, mod/dns.mod/dns.c, mod/filesys.mod/filesys.c, - mod/server.mod/server.c, mod/server.mod/servmsg.c, - mod/share.mod/share.c, mod/transfer.mod/transfer.c: * IPv6 - indenting. * Misc IPv6 fixes. - -2003-04-16 15:53 wcc - - * misc/addpatch, src/patch.h: * Updates to addpatch. - -2003-04-16 15:25 wcc - - * src/: patch.h, mod/server.mod/server.c: * Fixed uninitialized - x->port. Patch by Matyas Koszik. - -2003-04-15 19:03 guppy - - * scripts/cmd_resolve.tcl: couple of small things in - cmd_resolve.tcl - -2003-04-15 11:41 guppy - - * scripts/autobotchk: oops, apparently -20 never did anything - -2003-04-15 11:37 guppy - - * doc/UPDATES1.6, scripts/autobotchk: fixed a few autobotchk things - -2003-04-02 15:16 wcc - - * src/: patch.h, compat/inet_ntop.c: * Fixed an IPv6 typo. - -2003-04-01 16:58 wcc - - * src/patch.h: * patch.h - -2003-04-01 16:58 wcc - - * src/compat/: inet_ntop.c, inet_ntop.h: * Forgot cvs add last - night. - -2003-03-31 23:33 wcc - - * acconfig.h, aclocal.m4, config.h.in, configure, configure.in, - src/Makefile.in, src/botnet.c, src/cmds.c, src/dcc.c, - src/eggdrop.h, src/main.c, src/modules.c, src/net.c, src/proto.h, - src/tcl.c, src/tcldcc.c, src/tclmisc.c, src/compat/Makefile.in, - src/compat/compat.h, src/compat/inet_aton.c, src/md5/Makefile.in, - src/mod/Makefile.in, src/mod/eggautoconf, src/mod/module.h, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, - src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/filesys.c, - src/mod/irc.mod/Makefile, src/mod/notes.mod/Makefile, - src/mod/seen.mod/Makefile, src/mod/server.mod/Makefile, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/Makefile, src/mod/share.mod/share.c, - src/mod/transfer.mod/Makefile, src/mod/transfer.mod/transfer.c, - src/mod/uptime.mod/Makefile, src/mod/wire.mod/Makefile, - src/mod/woobie.mod/Makefile: * Added the IPv6 patch to CVS. This - is not 100% complete yet. Please test and improve! :P - -2003-03-31 06:03 wcc - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: * Fixed the logic of - .fixcodes. Patch by PPSlim. - -2003-03-31 06:01 wcc - - * doc/UPDATES1.6, src/patch.h, src/tclmisc.c: * Added a missing - cast in tcl_rand. Patch by KuNgFo0. - -2003-03-25 18:19 wcc - - * doc/UPDATES1.6, scripts/getops.tcl, src/patch.h: * Fixed getops - timer handling. Patch by PPSlim. - -2003-03-24 01:29 wcc - - * doc/: compiling.FAQ, html/compiling.html: * Documented a problem - I came accross on AIX... - -2003-03-23 23:47 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c: * - Fixed access checking in -ban, -exempt, and -invite. - -2003-03-23 20:48 wcc - - * src/: patch.h, mod/channels.mod/tclchan.c: * 8.4 fixes. - -2003-03-23 20:46 wcc - - * src/: patch.h, mod/channels.mod/tclchan.c: * Tcl 8.4 fixes from - stdarg's patch. - -2003-03-23 20:18 wcc - - * src/mod/channels.mod/tclchan.c: * GRRRRR.... - -2003-03-23 19:52 wcc - - * src/: patch.h, mod/channels.mod/tclchan.c: * Indenting and - patch.h from last commit. - -2003-03-23 19:36 stdarg - - * src/mod/channels.mod/tclchan.c: - * Added string support to "channel get" -- it was left out of the - back-port. - -2003-03-23 18:00 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: * - Fixed a Tcl_Merge memleak. Patch by TaKeDa. - -2003-03-21 16:56 wcc - - * src/: patch.h, mod/transfer.mod/language/transfer.danish.lang: * - One more danish language fix. - -2003-03-19 18:10 wcc - - * src/: patch.h, mod/assoc.mod/language/assoc.danish.lang, - mod/console.mod/language/console.danish.lang: * Previous patch - screwed up Id tags. - -2003-03-19 18:04 wcc - - * language/core.danish.lang, src/patch.h, - src/mod/assoc.mod/language/assoc.danish.lang, - src/mod/console.mod/language/console.danish.lang, - src/mod/filesys.mod/language/filesys.danish.lang, - src/mod/notes.mod/language/notes.danish.lang, - src/mod/transfer.mod/language/transfer.danish.lang, - src/mod/wire.mod/language/wire.danish.lang: * A couple of Danish - language fixes. Patch by TheAvatar. - -2003-03-19 17:44 wcc - - * src/: patch.h, mod/channels.mod/channels.c, - mod/channels.mod/userchan.c: * Fixed a memleak in the channels - module. Patch by Eule. - -2003-03-19 17:04 wcc - - * eggdrop.conf: * Removing and adding eggdrop.conf (doesn't show up - in cvsweb). - -2003-03-18 18:13 wcc - - * src/mod/irc.mod/cmdsirc.c: * Removed an unused variable from last - commit. - -2003-03-18 15:23 wcc - - * src/: patch.h, mod/irc.mod/cmdsirc.c: * Logic fixes to the - has_flags-get_channel changes. Found by Eule. - -2003-03-16 15:41 wcc - - * doc/UPDATES1.6, doc/patch.howto, src/patch.h, - src/mod/filesys.mod/files.c: * Fixed a crash related to the cd - command in filesys.mod. Patch by Matyas Koszik. - -2003-03-15 23:04 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: * Channel - keys are now handled correctly in flush_mode(). Patch by Eule. - -2003-03-15 23:01 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: * Patch by - Sven Trenkel: * Locking a channel key/limit now enforces it - from being changed as well as unset. * Don't bounce our - own modes. * q|q users can no longer obtain a channel voice, - regardless of +autovoice. - -2003-03-15 22:49 wcc - - * src/: patch.h, mod/server.mod/cmdsserv.c: * Only show real-name - of current server. Found by Paladin. - -2003-03-12 19:05 wcc - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: * Reverted identd-safety. - -2003-03-12 18:55 wcc - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: * Added a few safety - checks to dcc_ident(). - -2003-03-12 02:42 wcc - - * src/: patch.h, mod/filesys.mod/filedb3.c, - mod/filesys.mod/files.c: * Fixed two more AlphaLinux warnings. - -2003-03-11 00:12 wcc - - * src/: patch.h, mod/irc.mod/cmdsirc.c: * Small indenting fixes - from last commit. - -2003-03-10 19:41 wcc - - * src/: patch.h, tcl.c: * enable-simul compat var should be set to - 1. - -2003-03-10 19:22 wcc - - * doc/UPDATES1.6, language/core.danish.lang, - language/core.english.lang, language/core.french.lang, - language/core.german.lang, src/lang.h, src/patch.h, - src/mod/channels.mod/userchan.c, src/mod/irc.mod/cmdsirc.c: * - Users with appropriate flags can now halfop and voice themselves. - Patch by Eule, however I changed a few small things. * For - some odd reason, userchan.c did not get updated from mns_ban-fix. - -2003-03-10 00:06 wcc - - * src/: patch.h, tcl.c: * Script compatability for recently removed - config file variables. - -2003-03-09 23:57 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c: Patch by Sven Trenkel: * -ban - now works for channel bans. * -ban now - removes the ban from the channel. - -2003-03-09 23:33 wcc - - * src/: patch.h, mod/channels.mod/userchan.c: * Fixed another - off-by-one error in u_del[ban/exempt/invite]. Found by - BarkerJr. - -2003-03-09 23:26 wcc - - * NEWS, doc/AUTHORS, doc/BANS, doc/PARTYLINE, doc/USERS, - doc/WEIRD-MESSAGES, doc/compiling.FAQ, doc/html/app-weird.html, - doc/html/compiling.html, doc/html/news.html, src/botcmd.c, - src/patch.h: * Doc updates. * Fixed indenting from handshakefix. - -2003-03-08 01:47 wcc - - * src/: botcmd.c, patch.h: * Fixed the order of the bot command - table. *HIDES IN CORNER* - -2003-03-07 22:29 wcc - - * doc/UPDATES1.6, language/core.danish.lang, - language/core.english.lang, language/core.french.lang, - language/core.german.lang, src/chanprog.c, src/modules.c, - src/patch.h, src/mod/assoc.mod/assoc.c, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/channels.c, - src/mod/compress.mod/compress.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/filesys.c, src/mod/irc.mod/irc.c, - src/mod/notes.mod/notes.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/server.c, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/language/transfer.danish.lang, - src/mod/transfer.mod/language/transfer.english.lang, - src/mod/transfer.mod/language/transfer.french.lang, - src/mod/transfer.mod/language/transfer.german.lang, - src/mod/uptime.mod/uptime.c, src/mod/wire.mod/wire.c, - src/mod/woobie.mod/woobie.c: * Cleaned up the output of .status - (mainly .status all). - -2003-03-07 15:32 wcc - - * language/core.danish.lang, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/patch.h, src/mod/assoc.mod/language/assoc.danish.lang, - src/mod/console.mod/language/console.danish.lang, - src/mod/filesys.mod/language/filesys.danish.lang, - src/mod/notes.mod/language/notes.danish.lang, - src/mod/transfer.mod/language/transfer.danish.lang, - src/mod/transfer.mod/language/transfer.german.lang, - src/mod/wire.mod/language/wire.danish.lang: * Danish language - files were in PC format. * Fixed other small file formatting/Id - tag issues. - -2003-03-07 06:38 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/language/transfer.danish.lang, - src/mod/transfer.mod/language/transfer.english.lang, - src/mod/transfer.mod/language/transfer.german.lang: * Added a - german language file for the transfer module. Translation by - Felix. * Fixed a typo in transfer.h. * Fixed CVS Id: tags in - transfer language files. - -2003-03-07 01:02 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c: * Show a meaningful error message - when an invalid channel is added with cmd_pls_chan(). - -2003-03-07 00:42 wcc - - * src/: patch.h, mod/transfer.mod/language/transfer.french.lang: * - A french entry was missing in transfer.mod's language files. - Translation by caesar. - -2003-03-06 22:40 wcc - - * src/: patch.h, mod/server.mod/server.c: * Woops, realservername's - memory should be calculated outside of the serverlist loop. - -2003-03-06 21:36 wcc - - * src/: patch.h, mod/server.mod/server.c, mod/server.mod/servmsg.c: - * Memory calculation for realservername should be done in - server_expmem() instead of msgq_expmem(). - -2003-03-06 21:27 stdarg - - * src/mod/server.mod/: server.c, servmsg.c: - * minor realservername fixes - -2003-03-05 23:19 wcc - - * src/: patch.h, md5/md5c.c: * compat.h needs to be included in - md5c.c. - -2003-03-05 21:49 wcc - - * doc/UPDATES1.6, src/patch.h, src/tcl.c, src/md5/md5c.c, - src/mod/transfer.mod/transferfstat.c, - src/mod/uptime.mod/uptime.c: * We weren't using the compat - functions for memcpy() and memset() in some places. - -2003-03-05 21:35 wcc - - * src/: patch.h, md5/md5.h, md5/md5c.c: * src/md5/ should not have - been indented. - -2003-03-04 22:32 wcc - - * acconfig.h, aclocal.m4, config.h.in, configure, configure.in, - doc/BUG-REPORT, src/patch.h, src/compat/snprintf.c, - src/compat/snprintf.h: * Reverted C99 snprintf() stuff for now. - This patch needed further testing before commit. It is creating - many header conflicts, etc. - -2003-03-04 21:24 stdarg - - * src/compat/snprintf.c: - * Get rid of HAVE_CTYPE_H check since we don't check for it in - configure - -2003-03-04 21:15 stdarg - - * src/compat/snprintf.c: - * compat code should not include main.h, since that pulls in - nmalloc "enforcement" - -2003-03-04 20:39 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c: * - Fixed an issue causing the server variable to be empty after a - rehash. Fixed by Sven Trenkel. Sound by |SmAsH|. * Fixed a - crash that can happen when the serverlist contains null strings. - Fixed by Sven Trenkel. - -2003-03-04 20:09 wcc - - * doc/MODULES, misc/addpatch, src/patch.h: * Updates to - doc/MODULES. * Cosmetic updates to misc/addpatch. - -2003-03-04 16:14 wcc - - * acconfig.h, aclocal.m4, config.h.in, configure, configure.in, - src/patch.h, src/compat/snprintf.c, src/compat/snprintf.h: * - Backported C99 snprintf() checking. Patch by Tothwolf. - -2003-03-04 08:11 tothwolf - - * src/: patch.h, mod/module.h: Added casts for nmalloc and nrealloc - in the module symbol lookup table. - -2003-03-04 04:33 tothwolf - - * acconfig.h, aclocal.m4, config.h.in, configure, - src/compat/snprintf.c, src/compat/snprintf.h: Simplify checking - for broken snprintf/vsnprintf functions. - -2003-03-04 03:02 wcc - - * doc/patch.howto: * Patch howto updates. - -2003-03-04 02:51 wcc - - * doc/UPDATES1.6, src/botnet.c, src/chan.h, src/cmds.c, src/dcc.c, - src/language.c, src/modules.c, src/net.c, src/patch.h, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/compat/inet_aton.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/compress.mod/compress.c, - src/mod/dns.mod/coredns.c, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/filedb3.c, src/mod/filesys.mod/filesys.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/server.c: * WASHALFOP flag works now (fixed by - Sven Trenkel). * Added NO_HALFOP_CHANMODES define to chan.h. - When defined, only +b, +e, and +I modes can be set when the bot - is a halfop. * Added NOHALFOPS_MODES define to define the modes - the bot is not allowed to set as halfop. To prevent bans, - exempts, and invites from being set as halfop, add these modes - to NOHALFOPS_MODES. * Cleaned up a few things I noticed along - the way, including more fixes from the indenting patch. - -2003-03-04 01:01 wcc - - * doc/UPDATES1.6, src/patch.h, src/compat/snprintf.c, - src/compat/snprintf.h: * More OSF/1 fixes. - -2003-03-01 17:31 wcc - - * doc/html/tcl-commands.html: * Small doc fix. - -2003-03-01 02:31 wcc - - * doc/UPDATES1.6, src/chan.h, src/patch.h: * The WASHALFOP flag now - works correctly. Patch by Sven Trenkel. - -2003-03-01 02:27 wcc - - * CONTENTS, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h: * Documentation updates. - -2003-02-28 17:07 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/transfer.mod/transfer.c: * - Kill a transfer connection after sending a TRANSFER_DCC_IGNORED - notice to a user. Found by fbs. - -2003-02-28 06:45 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: * - flood-pub should be flood-chan when using 'channel get'. Patch by - ppslim. - -2003-02-28 03:21 tothwolf - - * src/: patch.h, tcl.c, tclmisc.c: Reverted Function cast changes - and fixed a couple CONST typos. - -2003-02-28 02:17 tothwolf - - * src/: main.h, patch.h, tclegg.h: Moved new Tcl checks to main.h. - -2003-02-28 01:20 tothwolf - - * src/tcl.c: utf_converter needed a Function cast. - -2003-02-27 22:01 wcc - - * acconfig.h, aclocal.m4, config.h.in, configure, doc/UPDATES1.6, - src/patch.h, src/compat/snprintf.c, src/compat/snprintf.h: * We - should compile on Tru64 UNIX now. The problem was due to - snprintf() and vsnprintf() apparently being in a shared - 'compatability' library on hese systems (from what I could get - out of their horrible documentation). - - We will now use Eggdrop's snprintf() and vsnprintf() - compatablity - functions for OSF1/Tru64/Digital UNIX. Could anyone with access - to a Tru64 - system please verify that Eggdrop compiles fine on it now? - - Reported by Shane. - -2003-02-27 06:15 wcc - - * config.h.in, configure, src/patch.h: * Ran autoheader and - autoconf for last commit. - -2003-02-27 04:18 tothwolf - - * acconfig.h, aclocal.m4, configure.in, src/chanprog.c, - src/flags.c, src/main.c, src/main.h, src/modules.c, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclmisc.c, - src/tcluser.c, src/userent.c, src/mod/channels.mod/channels.c, - src/mod/channels.mod/tclchan.c, src/mod/console.mod/console.c, - src/mod/filesys.mod/tclfiles.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/notes.c, - src/mod/server.mod/server.c, src/mod/server.mod/tclserv.c, - src/mod/transfer.mod/transferfstat.c: Simplify - TCL_MAJOR_VERSION/TCL_MINOR_VERSION checks. - -2003-02-26 20:36 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: * '~' and - '&' are now correctly recognized as a meaning a user has ops on - a channel. Patch by BarkerJr. - -2003-02-26 00:16 tothwolf - - * src/: tcl.c, tclmisc.c: Group some - TCL_MAJOR_VERSION/TCL_MINOR_VERSION checks with parenthesis. - -2003-02-20 23:01 wcc - - * doc/UPDATES1.6, src/eggdrop.h, src/patch.h: * Fixed uhost buffer - length. Fixed by winkey. - -2003-02-20 20:15 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/transfer.mod/transfer.c: * - Don't use the help queue for dcc sends or gets. Found by winkey. - -2003-02-17 18:47 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: * - Case-changes should be traced when the 'nick' Tcl variable is - modified. - -2003-02-16 03:03 wcc - - * doc/UPDATES1.6: * Grr, UPDATES1.6 conflict. - -2003-02-16 02:59 wcc - - * doc/UPDATES1.6, language/core.danish.lang, src/patch.h, - src/mod/assoc.mod/language/assoc.danish.lang, - src/mod/console.mod/language/console.danish.lang, - src/mod/filesys.mod/language/filesys.danish.lang, - src/mod/notes.mod/language/notes.danish.lang, - src/mod/transfer.mod/language/transfer.danish.lang, - src/mod/wire.mod/language/wire.danish.lang: * Added a set of - Danish language files by TheAvatar. - -2003-02-16 00:36 wcc - - * configure, src/patch.h: * Reverted to autoconf 2.54 due to - problems on *BSD. - -2003-02-15 13:42 wcc - - * src/: patch.h, users.c: * Sigh, the igrec structure is different - than the maskrec structure :/. - -2003-02-15 02:59 wcc - - * doc/UPDATES1.6, src/patch.h, src/users.c: * Fixed an - out-of-bounds error in delignore(). - -2003-02-13 17:56 wcc - - * eggdrop.conf, doc/html/mod-irc.html, doc/html/mod-server.html, - doc/settings/mod.channels, doc/settings/mod.ctcp, - doc/settings/mod.dns, doc/settings/mod.filesys, - doc/settings/mod.irc, doc/settings/mod.notes, - doc/settings/mod.server, src/patch.h, - src/mod/assoc.mod/help/assoc.help, - src/mod/console.mod/help/console.help, - src/mod/console.mod/help/set/console.help, - src/mod/ctcp.mod/help/set/ctcp.help: * More help/doc updates. - -2003-02-13 17:39 wcc - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: Argument checking for - cmd_comment() and cmd_botaddr() was incorrect. Found by - Tothwolf. - -2003-02-11 03:19 wcc - - * eggdrop.conf, doc/html/egg-core.html, doc/settings/core.settings, - src/misc_file.c, src/patch.h: * Commented the default listen - command as suggested by Paladin at #eggdrop at UnderNet. This - is due to the large ammount of users who do not change the - default port, and then can't figure out what the port number is, - etc. * Fixed a typo in a header-comment in misc_file.c. - -2003-02-09 18:25 wcc - - * src/: patch.h, mod/channels.mod/userchan.c: * Fixed an off-by-one - error in u_delban(), u_delexempt(), and u_delinvite(). Found - by |SmAsH|. - -2003-02-06 14:15 wcc - - * doc/UPDATES1.6, src/botnet.c, src/cmds.c, src/patch.h, - src/mod/assoc.mod/assoc.c: * GLOBAL_CHANS wasn't used everywhere - it should be. - -2003-02-04 22:17 wcc - - * src/dccutil.c: * It's copy_to_tmp, not copy_to_temp. - -2003-02-04 21:05 wcc - - * src/: dccutil.c, patch.h: * Fixed a bug in killtransfer causing - it to delete the original file if copy_to_temp is disabled. - Found by fbs. - -2003-02-04 05:15 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: Fixed a - me_op() logic problem when reversing in got_[op|halfop](). - -2003-02-04 05:11 wcc - - * src/patch.h: * Forgot patch.h. - -2003-02-04 05:10 wcc - - * src/mod/server.mod/servmsg.c: * x(serverlist entry)->realname in - got001() should be set before anything that could utilize - x->realname is called. Test this! - -2003-02-04 05:07 wcc - - * doc/UPDATES1.6, src/misc.c, src/modules.c, src/patch.h, - src/proto.h, src/mod/module.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/tclirc.c: If - revengebot/revenge is enabled for a channel, and a ban is placed - on a user not running ident, if strict-host is 0 a non-matching - banmask will be placed on the channel (because strict-host is - incorrectly used on bans in maskhost()). strict-host is for user - records, not bans. Patch by |SmAsH|. - -2003-02-04 04:21 wcc - - * doc/html/mod-channels.html, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.channels, - doc/settings/mod.server, help/cmds1.help, help/core.help, - scripts/compat.tcl, src/cmds.c, src/patch.h, - src/mod/assoc.mod/help/assoc.help, - src/mod/channels.mod/help/channels.help: * More help - file/documentation cleanups/updates. * Removed 'nick'and - 'chnick' bindings from compat.tcl because they were never - removed from the internal bind table. - -2003-02-04 02:23 wcc - - * src/: patch.h, mod/filesys.mod/files.c: * Patch.h and indenting - from stdarg's last commit :P. - -2003-02-04 02:11 stdarg - - * src/mod/filesys.mod/files.c: - * cd / and . work in filesys.mod - -2003-02-04 01:51 wcc - - * src/patch.h: * Added patch.h for filesys crash. - -2003-02-04 01:10 stdarg - - * src/mod/filesys.mod/files.c: - * malloc_strcpy to the rescue! - -2003-02-04 00:47 stdarg - - * src/mod/filesys.mod/files.c: - Uninitialized var in files.c - -2003-02-03 03:48 wcc - - * eggdrop.conf, doc/UPDATES1.6, src/patch.h, - src/mod/filesys.mod/files.c: * Cleaned up stdarg's debugging - stuff from last commit and changed patch.h and UPDATES1.6. * - Fixed a bind in the config file (found by stdarg). - -2003-02-03 03:18 stdarg - - * src/mod/filesys.mod/files.c: - * Fixed filesys leak, be sure to test a lot! - -2003-02-03 02:37 stdarg - - * src/mod/filesys.mod/files.c: - * Trying something else - -2003-02-03 02:15 stdarg - - * src/mod/filesys.mod/files.c: - * Testing to see if this is a memory leak - -2003-02-03 01:59 poptix - - * README: - testing - -2003-02-02 16:14 wcc - - * README, configure, configure.in, doc/UPDATES1.6, - doc/compiling.FAQ, doc/html/compiling.html, doc/html/readme.html, - help/core.help, src/patch.h: * Changed recomended Tcl version to - 8.3.4. * Changed URL for Tcl to http://tcl.activestate.com/. * - Updated autoconf to 2.57. - -2003-02-02 15:13 wcc - - * help/core.help: * More help file fixes (I'm not exactly sure how - this happened..). - -2003-02-02 15:08 wcc - - * help/core.help, src/patch.h: * More help file fixes. - -2003-02-02 12:36 wcc - - * src/mod/module.h: * Fixed an unbalenced comment. - -2003-02-02 12:24 wcc - - * src/: patch.h, mod/channels.mod/help/channels.help, - mod/server.mod/servmsg.c: * Sorry, should compile now. - -2003-02-02 04:19 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-server.html, - doc/settings/mod.server, src/cmds.c, src/dcc.c, src/flags.c, - src/misc.c, src/modules.c, src/patch.h, src/tcl.c, - src/mod/module.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: * Merged use-console-r and - debug-output into one new setting named raw-log. * Small - indenting fix from a pls_bot_cosmetic. - -2003-02-02 03:22 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c: - Backported user-defined channel strings from 1.7. - -2003-02-01 22:20 wcc - - * eggdrop.conf, doc/tcl-commands.doc, doc/html/mod-channels.html, - doc/html/tcl-commands.html, doc/settings/mod.channels, - help/set/cmds2.help, src/patch.h, - src/mod/channels.mod/help/chaninfo.help, - src/mod/channels.mod/help/set/channels.help: * Start of help file - cleanups. - -2003-01-31 05:50 tothwolf - - * src/: patch.h, tcldcc.c: Sanity check tcl_dccsimul args before - checking idx. - -2003-01-31 02:02 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/egg-core.html, - doc/settings/core.settings, src/patch.h, src/tcl.c, src/tcldcc.c: - Removed the enable-simul config file setting. - -2003-01-31 01:26 wcc - - * eggdrop.conf, doc/html/egg-core.html, doc/settings/core.settings, - help/core.help, help/set/cmds1.help, src/patch.h, - src/mod/irc.mod/help/msg/irc.help: * Core help set cleanups. - -2003-01-31 01:13 wcc - - * src/: patch.h, mod/irc.mod/help/irc.help: Fixed a small - halfop-related helpfile error. Fixed by Tothwolf. - -2003-01-30 20:53 wcc - - * doc/UPDATES1.6, help/cmds1.help, src/cmds.c, src/patch.h: * Fixed - a cosmetic problem with cmd_pls_bot(). - -2003-01-30 16:39 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/userchan.c: - Fixed a crash in u_delban (bug 267) caused by trying to strcpy to - an initialized pointer char. Found by Cosmo. - -2003-01-30 04:38 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/tclfiles.c: * Use movefile() instead of - copyfile() and unlink() when moving files in filesys.mod. Found - by fbs. Note that the memory leak reported as bug 305 exists - BEFORE this patch. - -2003-01-30 01:15 wcc - - * src/: bg.c, botcmd.c, botmsg.c, botnet.c, chanprog.c, cmds.c, - dcc.c, dccutil.c, dns.c, flags.c, language.c, main.c, mem.c, - misc.c, modules.c, net.c, patch.h, tcl.c, tcldcc.c, tclhash.c, - tclmisc.c, tcluser.c, userent.c, userrec.c, users.c, - compat/inet_aton.c, compat/snprintf.c, mod/assoc.mod/assoc.c, - mod/blowfish.mod/blowfish.c, mod/channels.mod/channels.c, - mod/channels.mod/cmdschan.c, mod/channels.mod/tclchan.c, - mod/channels.mod/userchan.c, mod/compress.mod/compress.c, - mod/compress.mod/tclcompress.c, mod/console.mod/console.c, - mod/ctcp.mod/ctcp.c, mod/dns.mod/coredns.c, mod/dns.mod/dns.c, - mod/filesys.mod/dbcompat.c, mod/filesys.mod/filedb3.c, - mod/filesys.mod/filelist.c, mod/filesys.mod/files.c, - mod/filesys.mod/filesys.c, mod/filesys.mod/tclfiles.c, - mod/irc.mod/chan.c, mod/irc.mod/cmdsirc.c, mod/irc.mod/irc.c, - mod/irc.mod/mode.c, mod/irc.mod/msgcmds.c, mod/irc.mod/tclirc.c, - mod/notes.mod/cmdsnote.c, mod/notes.mod/notes.c, - mod/seen.mod/seen.c, mod/server.mod/cmdsserv.c, - mod/server.mod/server.c, mod/server.mod/servmsg.c, - mod/server.mod/tclserv.c, mod/share.mod/share.c, - mod/share.mod/uf_features.c, mod/transfer.mod/tcltransfer.c, - mod/transfer.mod/transfer.c, mod/transfer.mod/transferfstat.c, - mod/transfer.mod/transferqueue.c, mod/wire.mod/wire.c: * We - should have been using indent -ce (fixed). - -2003-01-30 00:26 wcc - - * src/compat/gnu_strftime.c: Reverted indenting changes to - gnu_strftime.c. - -2003-01-29 20:49 wcc - - * src/: patch.h, mod/filesys.mod/filesys.c: * Fixed a segfault in - do_dcc_send() in filesys.mod (found by Eule). - -2003-01-29 19:00 wcc - - * eggdrop.conf, src/patch.h: * More config cleanups. - -2003-01-29 18:41 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-irc.html, - doc/html/mod-server.html, doc/settings/mod.irc, - doc/settings/mod.server, src/mod/irc.mod/irc.c, - src/mod/server.mod/server.h: * Config file/doc updates. * - Changed EFnet's max-bans/max-modes to 25. - -2003-01-29 01:24 wcc - - * src/: patch.h, userrec.c, mod/share.mod/share.c: * Fixed a check - variable from being reset to 1 incorrectly when writing - userfiles. - -2003-01-29 00:13 wcc - - * src/: patch.h, mod/channels.mod/tclchan.c: [no log message] - -2003-01-29 00:12 wcc - - * src/: patch.h, tclegg.h, mod/channels.mod/tclchan.c: More - indenting fixes. - -2003-01-28 23:48 wcc - - * help/cmds1.help, help/cmds2.help, help/core.help, src/chanprog.c, - src/cmds.c, src/eggdrop.h, src/flags.h, src/lang.h, src/main.h, - src/misc.c, src/misc_file.c, src/modules.h, src/net.c, - src/patch.h, src/rfc1459.c, src/stat.h, src/tandem.h, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/users.h, src/compat/gnu_strftime.c, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/memcpy.h, src/compat/memset.h, - src/compat/snprintf.c, src/compat/snprintf.h, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/md5/md5c.c, src/mod/module.h, - src/mod/modvals.h, src/mod/assoc.mod/assoc.c, - src/mod/assoc.mod/assoc.h, src/mod/assoc.mod/help/assoc.help, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, - src/mod/channels.mod/help/chaninfo.help, - src/mod/channels.mod/help/channels.help, - src/mod/channels.mod/help/set/channels.help, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.h, - src/mod/console.mod/help/console.help, src/mod/dns.mod/coredns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/help/filesys.help, - src/mod/filesys.mod/language/filesys.french.lang, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/help/irc.help, - src/mod/irc.mod/help/set/irc.help, src/mod/notes.mod/notes.h, - src/mod/notes.mod/help/notes.help, - src/mod/notes.mod/help/set/notes.help, - src/mod/notes.mod/language/notes.french.lang, - src/mod/seen.mod/help/seen.help, - src/mod/seen.mod/help/msg/seen.help, src/mod/server.mod/server.c, - src/mod/server.mod/server.h, src/mod/server.mod/help/server.help, - src/mod/server.mod/help/set/server.help, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/share.mod/help/share.help, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/language/transfer.english.lang, - src/mod/transfer.mod/language/transfer.french.lang, - src/mod/uptime.mod/uptime.c, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/woobie.c: * Removed unused define - ASSOC_NOSUCHCMD. * More indenting. * Help file cleanups. * - Fixed a warning from last commit. - -2003-01-28 17:14 wcc - - * eggdrop.conf, doc/tcl-commands.doc, doc/html/egg-core.html, - doc/html/mod-blowfish.html, doc/settings/core.settings, - doc/settings/mod.blowfish, src/patch.h: More config-file - documentation updates (logfile related). - -2003-01-28 01:52 wcc - - * eggdrop.conf, doc/UPDATES1.6, src/patch.h: Moved debug-output and - use-console-r to the logging section of the config file and - updated config documentation. Found by Tothwolf. - -2003-01-28 00:54 wcc - - * doc/UPDATES1.6: * Fixed credit for an UPDATES1.6 entry as - requested. - -2003-01-28 00:37 wcc - - * README, eggdrop.conf, doc/html/mod-server.html, - doc/man1/eggdrop.1, doc/settings/mod.server, src/bg.c, src/bg.h, - src/botcmd.c, src/botmsg.c, src/botnet.c, src/chan.h, - src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, - src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, src/flags.h, - src/lang.h, src/language.c, src/main.c, src/main.h, src/match.c, - src/mem.c, src/misc.c, src/misc_file.c, src/misc_file.h, - src/modules.c, src/modules.h, src/net.c, src/patch.h, - src/proto.h, src/rfc1459.c, src/stat.h, src/tandem.h, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c, - src/users.c, src/users.h, src/compat/compat.h, - src/compat/gnu_strftime.c, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/memcpy.h, src/compat/memset.h, - src/compat/snprintf.c, src/compat/snprintf.h, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/md5/md5.h, src/md5/md5c.c, - src/mod/module.h, src/mod/modvals.h, src/mod/assoc.mod/assoc.c, - src/mod/assoc.mod/assoc.h, src/mod/blowfish.mod/bf_tab.h, - src/mod/blowfish.mod/blowfish.c, src/mod/blowfish.mod/blowfish.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/userchan.c, - src/mod/channels.mod/help/set/channels.help, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/irc.mod/help/set/irc.help, - src/mod/notes.mod/cmdsnote.c, src/mod/notes.mod/notes.c, - src/mod/notes.mod/notes.h, src/mod/seen.mod/seen.c, - src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c, - src/mod/server.mod/server.h, src/mod/server.mod/servmsg.c, - src/mod/server.mod/tclserv.c, - src/mod/server.mod/help/set/server.help, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/uptime.mod/uptime.c, src/mod/wire.mod/wire.c, - src/mod/wire.mod/wire.h, src/mod/woobie.mod/woobie.c: * Ran - indent on the tree (with hand editing of course) to fix our - horrible indenting variations/problems. This is the same format - we generally follow throughout most of the tree. - -2003-01-22 21:32 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/msgcmds.c: * Don't - tell users to /msg the bot hello when they don't have access if - learn-users is disabled. Found by Tothwolf. - -2003-01-22 20:41 wcc - - * doc/UPDATES1.6, src/eggdrop.h, src/main.c, src/patch.h, - src/tclmisc.c, src/mod/filesys.mod/filedb3.h, - src/mod/seen.mod/seen.c, src/mod/wire.mod/wire.c: * Fixed a few - header problems related to time.h. Patch by Tothwolf. - -2003-01-22 20:13 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-server.html, - doc/settings/mod.server, src/chanprog.c, src/language.c, - src/match.c, src/misc_file.c, src/misc_file.h, src/modules.c, - src/patch.h, src/tcl.c, src/mod/module.h, - src/mod/filesys.mod/filesys.c, src/mod/irc.mod/msgcmds.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/transfer.mod/Makefile, - src/mod/transfer.mod/tcltransfer.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/transferfstat.c, - src/mod/transfer.mod/transferqueue.c, - src/mod/transfer.mod/help/set/transfer.help, - src/mod/transfer.mod/language/transfer.english.lang: * Cleaned up - transfer.mod a bit. * Fixed some quiet_reject related problems - (found by Tothwolf). * More match cleanups. * Moved copy_to_tmp - to the core to fix a bug causing tmp files to not be removed - when a transfer connection is killed. * Moved quiet_reject to - the core so it could be used by transfer.mod without depending - on server.mod. * Exported DCC_SEND and DCC_GET_PENDING in - transfer.mod. * Added a file_readable() function for use in - transfer.mod and a few places in other modules and the core. - -2003-01-20 18:53 wcc - - * doc/UPDATES1.6, src/main.c, src/misc.c, src/patch.h, src/tcl.c, - src/tclhash.c, src/mod/channels.mod/channels.c, - src/mod/filesys.mod/dbcompat.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/msgcmds.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, src/mod/uptime.mod/uptime.h, - src/mod/wire.mod/wire.c: * Misc bugfixes and code cleanups. Patch - by Matyas Koszik. - -2003-01-20 18:11 wcc - - * doc/UPDATES1.6, src/dccutil.c, src/modules.c, src/tcl.c, - src/mod/module.h, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h: Files copied to /tmp if - copy-to-tmp is enabled were not erased when a tcl_killdcc was - preformed on a transfer idx. Fixing this required that - copy-to-tmp be moved to the core and then exported to modules. I - also cleaned up a few things I noticed along the way. - -2003-01-20 02:54 wcc - - * src/: dccutil.c, patch.h: Fixed a segfault in killtransfer() with - non-transfer connections. - -2003-01-20 02:51 wcc - - * doc/UPDATES1.6, src/modules.c, src/patch.h, src/proto.h, - src/userrec.c, src/mod/module.h, src/mod/channels.mod/userchan.c, - src/mod/share.mod/share.c: Ignores are now saved if channels.mod - is not loaded. Fixes bug 285. Found by BarkerJr. - -2003-01-17 22:34 wcc - - * src/misc.c: stamp's array size in flushlogs() should be 33, not - 32. - -2003-01-17 22:30 wcc - - * src/patch.h: Whoops, forgot part of the log message on the last - commit: - - Fixed timestamp issue with putlog caused when eggdrop was - blocked during - a series of in-line Tcl commands (due to 'now' not being - increased when - blocked). - -2003-01-17 22:24 wcc - - * help/cmds1.help, src/misc.c, src/patch.h: Fixed incorrect help - information for +host. Non-+m/+t users cannot add hosts to their - own accounts. Found by Nilsy. - -2003-01-17 19:58 wcc - - * doc/UPDATES1.6, src/dccutil.c, src/modules.c, src/patch.h, - src/proto.h, src/tcldcc.c, src/mod/module.h: Open file - descriptors are now closed when the killdcc Tcl command is used - on a transfer socket. Found by fbs. Patch by fbs and Wcc. - -2003-01-17 18:40 wcc - - * doc/UPDATES1.6, src/patch.h, src/tclmisc.c: [unixtime] was not - increased when eggdrop was blocked during a series of in-line Tcl - commands (due to 'now' not being increased when blocked). - - Example (before): .tcl set foo1 [unixtime];after 1000; set foo2 - [unixtime]; after 1000; set foo3 [unixtime];list $foo1 $foo2 - $foo3 - - Tcl: 1042850776 1042850776 1042850776 - - Example (after): .tcl set foo1 [unixtime];after 1000; set foo2 - [unixtime]; after 1000; set foo3 [unixtime];list $foo1 $foo2 - $foo3 - - Tcl: 1042850429 1042850430 1042850431 - - Found by never. - -2003-01-14 19:42 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h: Exported getchanmode(). Found by lee. - -2003-01-14 19:03 wcc - - * NEWS, eggdrop.conf, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/mod-server.html, doc/html/news.html, - doc/html/tcl-commands.html, doc/settings/mod.server, - scripts/compat.tcl, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, - src/mod/server.mod/help/set/server.help: Removed - strict-servernames. $server is now always the server's realname - and $serveraddress is it's server list entry. - -2003-01-14 18:35 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h, src/mod/irc.mod/chan.c: The NICK bind type now gets - triggered even if the nickname isn't found in any channels (i.e. - when the bot's nickname changes before it joins channels). Patch - by BarkerJr. - -2003-01-01 20:42 wcc - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: - Doc updates from past commit. - -2003-01-01 18:07 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, - src/mod/server.mod/servmsg.c: Fixed parsing of userhosts in - gotwall(). Patch by darko``. - -2002-12-27 16:48 wcc - - * eggdrop.conf: Forgot config updates from last commit. - -2002-12-27 16:39 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: ~Updated - UnderNet's max_bans to 45. Found by reed. - -2002-12-27 14:27 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-channels.html, - doc/settings/mod.channels, doc/settings/mod.transfer, - src/patch.h, src/mod/channels.mod/channels.c, - src/mod/transfer.mod/transfer.c: * Reworded the comment above the - addhost/ident unbinds (found by persaukko). * Changed - global-revenge-mode to 0 by default. * Added a short description - of what a comment is and does for people that don't know Tcl - but still want to run Eggdrop. - -2002-12-25 20:21 wcc - - * doc/UPDATES1.6, src/Makefile.in, src/match.c, src/modules.c, - src/patch.h, src/proto.h, src/tclhash.c, src/tclmisc.c, - src/mod/module.h: Removed quoting support from wild_match() which - fixes several bugs with '\' characters. - -2002-12-23 21:33 wcc - - * doc/UPDATES1.6, src/botcmd.c, src/botnet.c, src/cmds.c, - src/patch.h, src/proto.h, src/tcldcc.c: Show who unlinked a bot - when unlinked remotely. Patch by BarkerJr. - - Note: modified to show botnetnick instead of "script" when a bot - is unlinked via the 'unlink' Tcl command. - -2002-12-23 21:10 wcc - - * aclocal.m4, configure, src/patch.h: Small cosmetic fix to - configure. - -2002-12-23 20:30 wcc - - * CONTENTS, FEATURES, INSTALL, NEWS, README, doc/ABOUT, - doc/AUTHORS, doc/BANS, doc/BOTNET, doc/MODULES, doc/PARTYLINE, - doc/USERS, doc/compiling.FAQ, doc/patch.howto, - doc/tcl-commands.doc, doc/text-substitutions.doc, doc/tricks, - doc/html/about.html, doc/html/app-problems.html, - doc/html/app-textsub.html, doc/html/app-tricks.html, - doc/html/app-weird.html, doc/html/authors.html, - doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-wire.html, - doc/html/mod-woobie.html, doc/html/news.html, - doc/html/party.html, doc/html/patch-howto.html, - doc/html/readme.html, doc/html/starting.html, - doc/html/tcl-commands.html, doc/html/users.html, - doc/man1/eggdrop.1, doc/settings/CONTENTS, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, misc/addpatch, - misc/modconfig, scripts/action.fix.tcl, scripts/alltools.tcl, - scripts/compat.tcl, scripts/ques5.tcl, src/bg.c, src/bg.h, - src/botcmd.c, src/botmsg.c, src/botnet.c, src/chan.h, - src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, - src/dns.c, src/dns.h, src/eggdrop.h, src/flags.c, src/flags.h, - src/lang.h, src/language.c, src/main.c, src/main.h, src/mem.c, - src/misc.c, src/misc_file.c, src/misc_file.h, src/modules.c, - src/modules.h, src/patch.h, src/proto.h, src/rfc1459.c, - src/stat.h, src/tandem.h, src/tcl.c, src/tcldcc.c, src/tclegg.h, - src/tclhash.c, src/tclhash.h, src/tclmisc.c, src/tcluser.c, - src/userent.c, src/userrec.c, src/users.c, src/users.h, - src/compat/compat.h, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/memcpy.c, src/compat/memcpy.h, - src/compat/memset.c, src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/eggautoconf, src/mod/module.h, - src/mod/modvals.h, src/mod/assoc.mod/assoc.c, - src/mod/assoc.mod/assoc.h, src/mod/blowfish.mod/bf_tab.h, - src/mod/blowfish.mod/blowfish.c, src/mod/blowfish.mod/blowfish.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/udefchan.c, src/mod/channels.mod/userchan.c, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h, src/mod/uptime.mod/uptime.c, - src/mod/uptime.mod/uptime.h, src/mod/wire.mod/wire.c, - src/mod/wire.mod/wire.h, src/mod/woobie.mod/woobie.c, - text/CONTENTS, text/banner: Updated copyright info for 2003. - -2002-12-14 17:13 wcc - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: * - Updates to tcl-commands.doc. - -2002-12-11 21:42 wcc - - * doc/UPDATES1.6, src/main.c, src/patch.h: Fixed default setting - for the help-path and text-path settings. Patch by poptix. - -2002-12-01 18:27 wcc - - * doc/: tcl-commands.doc, text-substitutions.doc, - html/app-textsub.html, html/tcl-commands.html: * A few small doc - updates... - -2002-11-29 16:29 wcc - - * src/: modules.c, patch.h, mod/module.h: Fixes from export-md5. - Found by BarkerJr. - -2002-11-29 00:14 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: Fixed a - problem in cmd_kick()/cmd_kickban() where the victim's access is - checked instead of the user's. Patch by The_Dawn. - -2002-11-28 23:52 wcc - - * misc/addpatch, src/patch.h: Small fix to addpatch. - -2002-11-28 23:43 wcc - - * doc/UPDATES1.6, src/modules.c, src/patch.h, src/mod/module.h: - Exported MD5 functions to modules. - -2002-11-27 15:31 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h: Exported me_voice() in irc_table. - -2002-11-23 13:40 wcc - - * src/: chan.h, patch.h, mod/channels.mod/channels.c, - mod/irc.mod/chan.c, mod/irc.mod/mode.c: Renamed CHANMODR (+M) to - CHANMODREG. This is more descriptive and will stop confusion with - CHANMODER (+m). - -2002-11-23 13:34 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: .say and - .act now allow you to send a message to a moderated channel when - the bot has halfop status. - -2002-11-22 21:16 wcc - - * doc/UPDATES1.6, src/main.c, src/patch.h: Here comes 1.6.14.. - -2002-11-22 17:36 wcc - - * configure: Updated autoconf to 2.54. - -2002-11-22 17:29 wcc - - * src/: dcc.c, net.c, patch.h: Finished reverting sockfix :P. - -2002-11-22 15:34 wcc - - * src/: patch.h, net.c: Reverted the sockfix patch for now. - -2002-11-21 17:53 wcc - - * src/: chanprog.c, patch.h, tcl.c, tcldcc.c, tclmisc.c, tcluser.c, - userent.c, mod/channels.mod/channels.c, - mod/channels.mod/tclchan.c, mod/irc.mod/irc.c, - mod/irc.mod/tclirc.c, mod/notes.mod/notes.c, - mod/server.mod/server.c: More Tcl 8.4 warning fixes. - -2002-11-21 01:59 wcc - - * src/: patch.h, tcl.c, mod/channels.mod/channels.c, - mod/channels.mod/tclchan.c, mod/irc.mod/irc.c, - mod/server.mod/server.c: Fixed the remaining Tcl 8.4 warnings. - -2002-11-18 23:21 wcc - - * src/: patch.h, mod/channels.mod/tclchan.c: The argument variable - added in the infointlist patch should not be called argv. - -2002-11-17 23:39 wcc - - * eggdrop.conf: Fixed a small typo in eggdrop.conf. - -2002-11-17 23:38 wcc - - * doc/MODULES, doc/UPDATES1.6, src/patch.h: Updates to doc/MODULES. - Patch by BarkerJr. - -2002-11-17 21:53 stdarg - - * src/tcl.c: - * Fixed some compile warnings for tcl 8.4 - -2002-11-16 23:36 stdarg - - * src/tcl.c: - * Fixed utf-8 handling for config string settings (e.g. realname) - -2002-11-05 22:10 wcc - - * doc/UPDATES1.6, scripts/alltools.tcl, src/patch.h: Added a proc - to alltools that returns the ordinal number for a number. Patch - by Souperman. - -2002-11-05 21:56 wcc - - * doc/UPDATES1.6, src/net.c, src/patch.h: Added support for EMFILE - (errno 24 - Too many files open) in neterror(). - -2002-11-03 17:33 wcc - - * src/patch.h: Forgot patch.h. - -2002-11-03 17:33 wcc - - * doc/UPDATES1.6, src/mod/channels.mod/tclchan.c: Fixed the list - format returned by tcl_channel_info(). Patch by MC_8. - -2002-11-01 21:39 wcc - - * eggdrop.conf, doc/settings/core.settings: Fixed a typo in - eggdrop.conf and core.settings (found by R33D33R). - -2002-11-01 18:23 wcc - - * eggdrop.conf, doc/UPDATES1.6, src/net.c, src/tcl.c: Reverted - encoding patch for now as it seems to be causing quite a few - problems. - -2002-10-28 16:17 wcc - - * src/: patch.h, mod/channels.mod/tclchan.c: If - global-ban-time/global-exempt-time/global-invite-time was set to - 0, newban/newexempt/newinvite didn't work correctly without - specifying 'lifetime', as did ban-time/exempt-time/invite-time - for a channel with newchanban/newchanexempt/newchaninvite. Patch - by NeoN. - -2002-10-27 21:29 wcc - - * src/net.c: tcl.h shouldn't have been included in net.c (from - encoding patch). Found by R33D3R. - -2002-10-22 22:11 wcc - - * doc/UPDATES1.6, src/mod/irc.mod/chan.c: Don't ban users when not - going to kick in refresh_ban_kick(). Patch by Eule. - -2002-10-22 22:06 wcc - - * eggdrop.conf, doc/UPDATES1.6, src/mod/server.mod/server.c: Added - a stacking limit for fastdeq. Patch by Eule. - -2002-10-22 22:03 wcc - - * eggdrop.conf, doc/UPDATES1.6, src/net.c, src/tcl.c: Fixed a UTF - problem with scandinavian characters. Patch by Pauli Borodulin. - -2002-10-10 19:59 wcc - - * src/: patch.h, users.c: laston in whois should not be - fixed-length. Patch by BarkerJr. - -2002-10-10 19:39 wcc - - * src/patch.h: Forgot patch.h on last commit. - -2002-10-10 19:37 wcc - - * doc/html/mod-irc.html, src/misc.c: strftime() needs to be - egg_strftime(). - -2002-10-07 22:25 wcc - - * eggdrop.conf, doc/UPDATES1.6, doc/html/mod-irc.html, - doc/settings/mod.irc, src/chan.h, src/patch.h, - src/mod/irc.mod/irc.c: Made the modes-per-line limit definable in - src/chan.h. Patch by Eule. - -2002-10-07 20:04 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c: - [ban/exempt/invite]-time were not being saved to the channel - file. Patch by BarkerJr. - -2002-10-07 19:21 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: Halfops were - not honored in flush_modes(). - -2002-09-30 00:32 wcc - - * src/: misc.c, patch.h: More logging optimizations. Patch by - BarkerJr. - -2002-09-27 18:06 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: Fixed - cosmetic problems with logging in some irc module commands. Patch - by NeoN. - -2002-09-27 17:51 wcc - - * misc/addpatch: Added the 'addpatch' utility to misc/ to simplify - the editing of patch.h. - -2002-09-27 16:55 wcc - - * doc/UPDATES1.6, src/modules.c, src/patch.h, src/mod/module.h: - Exported tell_bottree() to modules. Patch by Mo-Ize. - -2002-09-27 16:44 wcc - - * doc/UPDATES1.6, src/misc.c, src/patch.h: Optimized logging - functions. Patch by BarkerJr. - -2002-09-27 16:16 wcc - - * CONTENTS, INSTALL, Makefile.in, NEWS, README, - eggdrop.advanced.conf, eggdrop.complete.conf, eggdrop.conf, - eggdrop.simple.conf, doc/UPDATES1.6, doc/html/install.html, - doc/html/news.html, doc/html/readme.html, doc/man1/eggdrop.1: - Removed both eggdrop.simple.conf and eggdrop.advanced.conf, as - many people cannot find the proper settings in - eggdrop.simple.conf and therefore mis-configure their bots. The - advanced config was removed due to the fact that the differences - between eggdrop.advanced.conf and eggdrop.complete.conf wrere - minimal. - -2002-09-27 15:14 wcc - - * src/patch.h: * Updated patch.h from stdarg's last commit. - -2002-09-27 13:30 stdarg - - * eggdrop.simple.conf, src/chan.h, src/chanprog.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/tclirc.c: - * Added some simple optimizations to user lookups. Only in effect - for hand2nick and chattr for now. * Added some basic sanity - checks to eggdrop.simple.conf (credit for ideas to slennox) - -2002-09-22 12:10 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/transfer.mod/transfer.c: * Adding a missing killsock and - lostdcc in eof_dcc_send() and eof_dcc_get(). Patch by Eule. * - Fixed indenting from auto-logic. - -2002-09-22 03:22 wcc - - * src/: patch.h, mod/irc.mod/chan.c: Fixed a warning in - check_this_member(). - -2002-09-22 02:12 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.h: Fixed the logic in check_this_member(). - -2002-09-21 22:11 wcc - - * src/: dcc.c, net.c, patch.h: I applied the wrong version of - sockfix. - -2002-09-21 15:32 wcc - - * doc/UPDATES1.6, src/eggdrop.h, src/misc.c, src/patch.h: Made the - timestamp style definable in src/eggdrop.h. Patch by BarkerJr. - -2002-09-21 15:06 wcc - - * doc/UPDATES1.6, src/botcmd.c, src/patch.h: Added a missing return - in bot_actchan(). Patch by Eule. - -2002-09-21 14:55 wcc - - * doc/UPDATES1.6, src/dcc.c, src/net.c, src/patch.h: Fixed a - problem with 'connect' and 'control' where the script would abort - prematurely. Patch by [sL]. - -2002-09-21 14:40 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: Don't "want - ops" in modeless (+) channels. Patch by BarkerJr. - -2002-09-15 13:26 wcc - - * doc/UPDATES1.6, src/net.c, src/patch.h: Tell the user to set - 'my-ip' when hostname self-lookup fails. - -2002-09-10 20:14 wcc - - * src/: cmds.c, patch.h, mod/irc.mod/cmdsirc.c: Cosmetic updates to - cmds.c and cmdsirc.c. - -2002-09-10 20:07 wcc - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: Improved access checking - in -host/+host. This prevents a channel +m user from - adding/removing hosts to/from a channel +n user, and also fixes - other small problems. - -2002-09-09 20:22 wcc - - * doc/UPDATES1.6, src/eggdrop.h, src/patch.h, - src/mod/transfer.mod/transfer.c: Fixed a possible buffer overflow - in raw_dcc_resend_send(). - -2002-09-09 17:14 wcc - - * doc/UPDATES1.6, misc/modconfig, src/patch.h: * Fixed a missing - escape in some regexps in misc/modconfig. Patch by darko``. * - Gave credit to the right person in UPDATES1.6 for the invite_fix - patch. - -2002-08-31 23:17 wcc - - * doc/UPDATES1.6: Fixed a spelling error in UPDATES1.6. - -2002-08-31 23:07 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: - Using "channel set #chan chanmode $var" corrupted $var in Tcl8.x. - -2002-08-30 18:39 wcc - - * doc/UPDATES1.6: Changed 'Johoho' to 'Wiktor' in the UPDATES file - as requested. - -2002-08-29 21:07 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: Don't log - joined - -2002-08-24 23:21 wcc - - * src/: patch.h, mod/share.mod/share.c: Forgot a space on last - commit. - -2002-08-24 23:13 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: Cosmetic - changes to share_stick_[exempt/invite/ban]. - -2002-08-24 22:44 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/msgcmds.c: - msg_invite and msg_key did not work properly for \!channels. - Patch by TaKeDa. - -2002-08-24 11:29 wcc - - * Makefile.in, aclocal.m4, configure, configure.in, doc/UPDATES1.6, - misc/check_tclversion.c: Reverted tcl-rpath for now. - -2002-08-20 20:37 wcc - - * src/: botcmd.c, patch.h: Minor cosmetic fix to last patch. - -2002-08-20 20:05 wcc - - * doc/UPDATES1.6, src/botcmd.c, src/patch.h: Show the number of - hops in .trace's output. Patch by BarkerJr. - -2002-08-20 19:57 wcc - - * configure, configure.in, doc/UPDATES1.6, src/patch.h: Use the - proper dynamic lib extention on Mac OSX. Patch by Mo-Ize. - -2002-08-14 22:51 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h, src/mod/transfer.mod/transfer.c: Return 5 from - dccsend if the file exists in the temp directory and copy-to-tmp - is enabled. Patch by Johoho (modified). - -2002-08-14 19:45 wcc - - * configure, src/patch.h: Forgot to run autoconf. - -2002-08-14 18:01 wcc - - * misc/check_tclversion.c: Forgot cvs add on last commit. - -2002-08-14 18:00 wcc - - * Makefile.in, aclocal.m4, configure.in, doc/UPDATES1.6, - src/patch.h: LD_LIBRARY_PATH now may not have to be set in some - situations. Patch by BHAB. - -2002-08-11 12:45 wcc - - * doc/UPDATES1.6, src/chanprog.c, src/patch.h: Fixed a possible - exploit in reaffirm_owners(). Patch by poptix. - -2002-08-09 20:24 wcc - - * src/: patch.h, mod/irc.mod/mode.c: A few small fixes from last - commit. - -2002-08-09 13:26 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: - Friends/ops/bots are now correctly unbanned when a ban is set on - a channel that matches their host. - -2002-08-08 14:49 wcc - - * doc/UPDATES1.6, src/botnet.c, src/cmds.c, src/dccutil.c, - src/patch.h, src/users.c, src/mod/irc.mod/cmdsirc.c: Eggdrop - should now compile on systems without snprintf(). Patch by BHAB. - -2002-08-08 13:31 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: Fixed a bug - where if the bot is kicked while channel information is still - being received, the bot will think it's still on the channel and - not rejoin. - -2002-08-08 00:57 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: Removed - names parsing, as it causes many problems and was only added for - compatability with an old version of unrealircd. - -2002-08-07 19:38 wcc - - * src/: patch.h, mod/channels.mod/channels.c: Fixed a crash in - .status all (found by supers). - -2002-08-07 16:05 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: Fixed - more broken dprintf's in irc commands. - -2002-08-04 19:56 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: Fixed a - broken dprintf in cmd_kick(). - -2002-08-02 20:54 wcc - - * doc/UPDATES1.6, src/patch.h: Made ban-time a channel int (2). - -2002-08-02 17:50 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, src/chan.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c: Made ban-time a channel int. - -2002-07-31 14:04 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h: Added BarkerJr's tcldoc1.6.patch. - -2002-07-26 12:33 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: eggdrop1.6.13 - -2002-07-26 11:55 guppy - - * doc/UPDATES1.6, src/net.c, src/patch.h: reverted the sockfix - patches, time to release 1.6.12 - -2002-07-26 10:28 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: the start of 1.6.12 - -2002-07-25 20:18 wcc - - * src/: patch.h, mod/irc.mod/irc.c: Another small fix to - status_log(). - -2002-07-25 15:54 wcc - - * src/: patch.h, mod/irc.mod/irc.c: Woops.. can't have an empty %c. - -2002-07-25 15:03 wcc - - * src/: patch.h, mod/irc.mod/irc.c: Updated status_log() for halfop - support. - -2002-07-25 14:44 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, src/patch.h: More halfop doc updates. - -2002-07-25 14:00 wcc - - * src/: net.c, patch.h: Fixes double-echo from sockfix1 (patch by - [sL]@EFnet). - -2002-07-25 11:40 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: added Wcc's - need_fix2 ... I'm tempted to do a release tomorrow of .11 ... I - feel its ready and needed - -2002-07-21 23:55 guppy - - * doc/UPDATES1.6, src/net.c, src/patch.h: [sL]'s sockfix patch - -2002-07-21 23:48 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c: - added Wcc's banlogic patch - -2002-07-21 23:43 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: added - Eule's kickbanfix patch - -2002-07-21 17:56 wcc - - * src/: patch.h, mod/channels.mod/help/channels.help: Small help - file fix for -ban (found by MC_8 - bug #261). - -2002-07-20 21:22 wcc - - * eggdrop.complete.conf: Revert changes to eggdrop.conf from last - patch. - -2002-07-20 20:39 wcc - - * eggdrop.complete.conf, doc/html/mod-channels.html, - doc/settings/mod.channels, src/patch.h: Halfop-support related - doc updates. - -2002-07-18 23:25 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: Fixed a - bug causing '[HH:MM] !!! OVER MAXIMUM QUEUE' to be logged - to LOG_SVROUT. - -2002-07-18 23:16 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: Log - PINGs/PONGs sent to the server in LOG_SVROUT. - -2002-07-18 14:28 guppy - - * src/: chanprog.c, patch.h, compat/snprintf.c: couple small fixes - -2002-07-18 13:01 guppy - - * doc/UPDATES1.6, src/chanprog.c, src/patch.h, src/tcl.c, - src/tcldcc.c, src/tclmisc.c, src/tcluser.c, src/userent.c, - src/mod/channels.mod/channels.c, src/mod/channels.mod/tclchan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/notes.c, src/mod/server.mod/server.c: eggdrop - works with tcl8.4b1 now - -2002-07-17 13:18 wcc - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: - Added 'strip' to tcl-commands.[doc|html] and made the description - for NOTC more clear. - -2002-07-09 18:37 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, - doc/tcl-commands.doc, doc/html/mod-server.html, - doc/html/tcl-commands.html, doc/settings/mod.server, src/patch.h: - Some minor doc updates.. debug stuff found by BarkerJr. - -2002-07-08 23:46 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: added the - kickban patch - -2002-07-08 23:43 guppy - - * doc/UPDATES1.6, src/misc.c, src/patch.h, - src/mod/irc.mod/msgcmds.c: added Zart's uname-fix patch - -2002-07-08 23:40 guppy - - * doc/UPDATES1.6, src/botnet.c, src/cmds.c, src/dccutil.c, - src/patch.h, src/users.c, src/mod/irc.mod/cmdsirc.c: the new - handlen friendly patch --- please people w/ handlen > 9 test this - :) - -2002-07-08 23:37 guppy - - * doc/UPDATES1.6, src/botcmd.c, src/patch.h: added BarkerJr's small - whochaninactive patch - -2002-07-07 16:35 guppy - - * doc/UPDATES1.6, src/chanprog.c, src/patch.h, - src/mod/dns.mod/dns.c, src/mod/filesys.mod/filesys.c: added a - small cosmetic patch - -2002-06-19 15:13 wcc - - * src/: chan.h, patch.h, mod/irc.mod/chan.c: Fixed - extra-nicks-in-memberlist bug. - -2002-06-16 21:58 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/msgcmds.c: msg_whois - should require an argument. - -2002-06-15 22:45 wcc - - * src/mod/irc.mod/irc.c: Damn editor. - -2002-06-15 22:42 wcc - - * src/mod/irc.mod/irc.c: Fixed a warning in irc.c (found by - BarkerJr). - -2002-06-15 13:33 wcc - - * src/: patch.h, mod/irc.mod/chan.c: Strip all chars from nick that - aren't valid in a nick from 353 (this will prevent problems if an - ircd adds additional flags). - -2002-06-15 11:33 wcc - - * src/: patch.h, mod/irc.mod/chan.c: Strip the flag before adding - the nick to the memberlist (found/fixed by BarkerJr). - -2002-06-13 23:30 wcc - - * src/mod/channels.mod/channels.c: Channel flag problem is fixed - now.. - -2002-06-13 22:10 wcc - - * src/: patch.h, mod/channels.mod/channels.c: Hrm.. maybe the - spaces were there for a reason.. :P - -2002-06-13 21:52 wcc - - * src/mod/channels.mod/cmdschan.c: Woops.. - -2002-06-13 21:46 wcc - - * NEWS, eggdrop.advanced.conf, eggdrop.complete.conf, - doc/tcl-commands.doc, doc/html/news.html, - doc/html/tcl-commands.html, doc/settings/mod.channels, - help/cmds2.help, src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/help/chaninfo.help, - src/mod/channels.mod/help/channels.help, - src/mod/irc.mod/help/irc.help: Doc and help file updates related - to halfop support - -2002-06-13 15:58 wcc - - * src/mod/channels.mod/cmdschan.c: small cosmetic fix - -2002-06-13 15:22 wcc - - * doc/tcl-commands.doc, src/patch.h, src/mod/irc.mod/msgcmds.c: - Halfop support part 2.. - -2002-06-13 14:43 wcc - - * NEWS, doc/UPDATES1.6, doc/USERS, doc/tcl-commands.doc, - doc/html/news.html, doc/html/tcl-commands.html, - doc/html/users.html, src/chan.h, src/flags.c, src/flags.h, - src/patch.h, src/tclhash.c, src/userrec.c, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c: Added - support for halfops (channel mode +h). Test this! :P - -2002-06-12 15:45 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c: Don't allow channels containing a - comma to be added. - -2002-06-06 12:52 wcc - - * src/: patch.h, mod/assoc.mod/assoc.c, - mod/blowfish.mod/blowfish.c, mod/channels.mod/channels.c, - mod/compress.mod/compress.c, mod/console.mod/console.c, - mod/ctcp.mod/ctcp.c, mod/dns.mod/dns.c, - mod/filesys.mod/filesys.c, mod/irc.mod/irc.c, - mod/notes.mod/notes.c, mod/seen.mod/seen.c, - mod/server.mod/server.c, mod/share.mod/share.c, - mod/transfer.mod/transfer.c, mod/uptime.mod/uptime.c, - mod/wire.mod/wire.c, mod/woobie.mod/woobie.c: Made module - dependency errors consistent. - -2002-06-06 12:15 wcc - - * FEATURES, INSTALL, README, doc/compiling.FAQ, doc/html/faqs.html, - doc/html/features.html, doc/html/readme.html, src/patch.h: Ok.. - this is all.. :P - -2002-06-05 21:11 wcc - - * doc/html/patch-howto.html: Lets try cvs add.. - -2002-06-05 21:11 wcc - - * CONTENTS, FEATURES, INSTALL, NEWS, README, doc/CONTENTS, - doc/MODULES, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/egg-core.html, doc/html/faqs.html, - doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/news.html, doc/html/readme.html, - doc/html/tcl-commands.html, src/patch.h: I'm sure that one day, - I'll eventually finish this.. sigh.. :P - -2002-06-04 01:02 wcc - - * doc/UPDATES1.6, doc/html/egg-core.html, src/patch.h: Ok, lets try - now.. \:P - -2002-06-03 23:11 wcc - - * CONTENTS, FEATURES, INSTALL, README, disabled_modules, - eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/ABOUT, doc/AUTHORS, doc/BOTNET, - doc/CONTENTS, doc/patch.howto, doc/tcl-commands.doc, - doc/html/about.html, doc/html/app-tricks.html, - doc/html/app-weird.html, doc/html/botnet.html, - doc/html/egg-core.html, doc/html/install.html, - doc/html/readme.html, doc/html/tcl-commands.html, - doc/settings/core.settings: More doc updates.. - -2002-06-03 23:03 wcc - - * doc/UPDATES1.6, doc/html/egg-core.html, src/patch.h: Revert last - patch. - -2002-06-03 22:33 wcc - - * doc/UPDATES1.6, doc/html/egg-core.html, src/patch.h: More doc - updates.. - -2002-05-28 14:15 wcc - - * eggdrop.complete.conf, eggdrop.simple.conf, - doc/html/egg-core.html, doc/settings/core.settings, src/patch.h: - More doc updates. - -2002-05-21 14:34 wcc - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: - Moved restart and rehash from the dcc section to the misc section - in tcl-commands.doc.: - -2002-05-19 18:54 wcc - - * doc/html/news.html: Right... - -2002-05-19 18:51 wcc - - * NEWS, doc/html/news.html, src/patch.h: More doc updates relating - to channel get. - -2002-05-19 09:59 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: added a - missing patch - -2002-05-17 20:08 wcc - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: - Updated tcl-commands.html in relation to the channel get patch. - Also added missing 'channel info' - -2002-05-17 18:07 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c: - added Eule's patch to fix some commands that were borked on - !channels - -2002-05-17 18:04 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, - src/mod/channels.mod/tclchan.c: added the channel get patch - -2002-05-11 00:55 guppy - - * src/: patch.h, mod/uptime.mod/uptime.c: small fix to uptime.mod - that caused it to crash on startup (thanks to Turner@Undernet and - Kevin Walker from RacBot for noticing - -2002-05-06 16:35 guppy - - * src/main.c: oops, forgot to remove my hack to get me onto the - uptime server quicker - -2002-05-06 16:33 guppy - - * src/: main.c, patch.h, mod/uptime.mod/uptime.c: uptime.mod - requires 1.6.11 now since I did some core changes in main.c to - make it function properly - -2002-05-05 11:34 guppy - - * src/: patch.h, mod/uptime.mod/uptime.c: small bug fix, - online_since is not set until later in main.c - -2002-05-04 12:33 guppy - - * src/: patch.h, mod/uptime.mod/uptime.c: added a bit of - verboseness to the details output - -2002-05-04 00:55 guppy - - * src/: patch.h, mod/uptime.mod/uptime.c: I should change patch.h I - guess and fix one other little thing - -2002-05-04 00:47 guppy - - * doc/UPDATES1.6, src/main.c, src/mod/blowfish.mod/blowfish.c, - src/mod/uptime.mod/modinfo, src/mod/uptime.mod/uptime.c: made - uptime.mod not unload on .restart - -2002-05-03 12:08 guppy - - * doc/UPDATES1.6, src/mod/uptime.mod/uptime.c, - src/mod/uptime.mod/uptime.h: fixed a few bugs in uptime.mod - including sending the wrong pid and sending random garbage from - memory. - -2002-04-30 10:20 wcc - - * doc/UPDATES1.6, scripts/sentinel.tcl, src/patch.h: updated - slennox's sentinel.tcl to the latest version - -2002-04-21 10:09 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, - doc/html/egg-core.html, doc/settings/core.settings, src/patch.h: - Fixed a small documentation error with the switch-logfiles-at - setting. - -2002-04-16 13:56 guppy - - * doc/UPDATES1.6, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: added wcc's chanmoder patch - -2002-04-15 21:51 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/seen.mod/seen.c: added a - patch sent by upstream to bugs@ - -2002-04-15 21:45 guppy - - * doc/UPDATES1.6, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: added the qnet patch - -2002-03-29 14:47 wcc - - * doc/UPDATES1.6, src/main.c, src/patch.h: 1.6.11 - -2002-03-28 23:53 guppy - - * doc/UPDATES1.6, src/patch.h, src/users.h, src/mod/irc.mod/mode.c: - added Eule's protectfixes patch - -2002-03-26 22:27 guppy - - * doc/UPDATES1.6, src/cmds.c, src/dccutil.c, src/patch.h, - src/users.c, src/mod/irc.mod/cmdsirc.c: reverted the handlen - friendly patches since they are broken - -2002-03-26 21:57 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c, - src/mod/irc.mod/tclirc.c: added dw's patch and a small nick2hand - fix - -2002-03-23 11:27 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: * - fixed a few config file problems - - * chattr's description in tcl-commands.doc was unclear relating - to channel-specific flag changes - -2002-03-21 22:06 guppy - - * language/core.english.lang, language/core.french.lang, - language/core.german.lang, src/lang.h, src/patch.h, src/users.c: - small patch to fix a case of proper pluralization - -2002-03-21 22:01 guppy - - * doc/UPDATES1.6, src/patch.h, - src/mod/transfer.mod/language/transfer.french.lang: added the - transfer.french.lang file - -2002-03-21 21:57 guppy - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: added another patch to - languagify (my words are just great tonight) cmd_who - -2002-03-21 21:53 guppy - - * doc/UPDATES1.6, src/botcmd.c, src/botnet.c, src/cmds.c, - src/dcc.c, src/dccutil.c, src/patch.h, src/userrec.c, - src/mod/assoc.mod/assoc.c, src/mod/console.mod/console.c, - src/mod/filesys.mod/filesys.c: uselesshack patch applied .. this - patch has been around awhile if I remember - -2002-03-20 06:59 wcc - - * doc/: tcl-commands.doc, html/tcl-commands.html: Fixed a missing - parenthesis in tcl-commands.doc - -2002-03-14 19:51 wcc - - * README, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/readme.html, doc/html/tcl-commands.html, src/patch.h: - more tcl-commands.doc fixes (found by MC_8) - -2002-03-14 01:10 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h: added some missing command options to - tcl-commands.doc (found by MC_8) - -2002-03-12 13:11 guppy - - * aclocal.m4, configure, src/patch.h: ./configure's output was - broken when showing the line telling users to either make config - or make iconfig because of a comma in the string - -2002-03-12 12:07 guppy - - * doc/UPDATES1.6, src/patch.h: added an UPDATES1.6 entry for Uwe's - patch (please don't forget these stdarg) - -2002-03-12 12:02 stdarg - - * src/tclhash.c: - * Null-terminated the cd_cmd_table list (found by Uwe Schindler - ) - -2002-03-11 13:22 stdarg - - * src/tcl.c: * Made utf_converter 64-bit compatible (needs testing - on 64-bit system). - -2002-03-10 23:17 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: 1.6.10 here we come - -2002-03-10 22:34 guppy - - * src/: patch.h, mod/channels.mod/tclchan.c: fixed a small error - with channel add not showing an error message on invalid channel - prefixes (found by Wcc) - -2002-03-10 12:47 wcc - - * doc/UPDATES1.6, language/core.english.lang, src/botcmd.c, - src/patch.h: "Detected loop: two bots exist named bot2: - disconnecting bot3" sounds better than "Detected loop: - disconnecting (bot2): Disconnected bot3". - -2002-03-10 12:12 wcc - - * README: Forgot README on last commit. - -2002-03-10 12:10 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - doc/html/readme.html, doc/settings/core.settings, src/patch.h: - Added a few channels to the README and readme.html and made - references to other docs in the html files links to their - respective html files. - -2002-03-10 11:34 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: added Eule's - aptch - -2002-03-09 15:22 wcc - - * doc/: BANS, USERS, eggdrop.doc, html/flags.html: forgot some cvs - add/remove - -2002-03-09 15:14 wcc - - * CONTENTS, INSTALL, NEWS, README, eggdrop.advanced.conf, - eggdrop.complete.conf, eggdrop.simple.conf, doc/ABOUT, - doc/AUTHORS, doc/BOTNET, doc/BUG-REPORT, doc/CONTENTS, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/Makefile.in, doc/PARTYLINE, - doc/UPDATES1.6, doc/compiling.FAQ, doc/patch.howto, - doc/tcl-commands.doc, doc/text-substitutions.doc, doc/tricks, - doc/html/about.html, doc/html/app-problems.html, - doc/html/app-textsub.html, doc/html/bans.html, - doc/html/botnet.html, doc/html/compiling.html, - doc/html/egg-core.html, doc/html/faqs.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-console.html, - doc/html/mod-ctcp.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-seen.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-uptime.html, doc/html/mod-woobie.html, - doc/html/news.html, doc/html/party.html, doc/html/readme.html, - doc/html/tcl-commands.html, doc/html/users.html, src/patch.h: - more doc updates - -2002-03-08 21:39 wcc - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c: - removed an extra space from the 'Writing channel file...' message - -2002-03-07 17:32 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, - doc/settings/mod.channels, src/patch.h: Fixed a small typo in the - channels module documentation. - -2002-03-07 15:37 guppy - - * eggdrop.complete.conf, src/patch.h: Make the die messages in the - config a bit more verbose - -2002-03-07 15:18 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/uf_features.c: - added Amir's fix for the uff bug - -2002-03-07 09:41 guppy - - * doc/UPDATES1.6, src/cmds.c, src/dccutil.c, src/patch.h, - src/users.c, src/mod/irc.mod/cmdsirc.c: added Boing's patches to - make a few commands more handlen friendly - -2002-03-07 09:10 guppy - - * src/: patch.h, mod/irc.mod/mode.c: added Eule's - cmode.type-defines patch -- getting ready for a 1.6.9 release in - 3 days so get your bugfixes in!! - -2002-03-06 22:22 guppy - - * doc/UPDATES1.6, src/botnet.c, src/patch.h: added Amir's botlink() - fix from bugs@eggheads.org - -2002-03-06 22:17 guppy - - * doc/UPDATES1.6, src/chan.h, src/patch.h, src/mod/irc.mod/mode.c: - added Eule's flushmode patch - -2002-03-03 22:27 guppy - - * scripts/alltools.tcl, src/patch.h: got rid of some more returns - in alltools.tcl - -2002-03-02 20:22 wcc - - * doc/tcl-commands.doc, doc/html/tcl-commands.html, src/patch.h: A - few more commands were missing from tcl-commands.doc. - -2002-03-01 15:42 wcc - - * doc/UPDATES1.6, doc/tcl-commands.doc, doc/html/tcl-commands.html, - src/patch.h: modules was missing in tcl-commands.doc. I added - this to the html version and slightly changed the description. - -2002-02-28 23:59 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/MODULES, - doc/compiling.FAQ, doc/tcl-commands.doc, doc/html/compiling.html, - doc/html/mod-channels.html, doc/html/readme.html, - doc/html/tcl-commands.html, doc/settings/mod.channels, - doc/settings/mod.irc, doc/settings/mod.server, - doc/settings/mod.share, src/patch.h, - src/mod/channels.mod/help/chaninfo.help, - src/mod/server.mod/help/set/server.help: More small doc fixes - -2002-02-27 23:28 guppy - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: because of the way the - telnet/dcc code is done and the way the filesystem is integrated - into both -- users who have only +x must login via dcc now. There - was a bug where if you were +x and had no other flags, you could - login even with the wrong password and you would be dumped onto - the partyline by default (even if you typed the correct pass in) - .. it never threw you into the filesystem by default because of a - design flaw that would be too painful to fix in 1.6 - -2002-02-27 23:13 wcc - - * FEATURES, Makefile.in, NEWS, eggdrop.advanced.conf, - eggdrop.complete.conf, doc/BOTNET, doc/MODULES, doc/UPDATES1.6, - doc/eggdrop.doc, doc/first_script.txt, doc/tcl-commands.doc, - doc/text-substitutions.doc, doc/html/egg-core.html, - doc/html/features.html, doc/html/index.html, - doc/html/mod-assoc.html, doc/html/mod-blowfish.html, - doc/html/mod-channels.html, doc/html/mod-compress.html, - doc/html/mod-console.html, doc/html/mod-ctcp.html, - doc/html/mod-dns.html, doc/html/mod-filesys.html, - doc/html/mod-irc.html, doc/html/mod-notes.html, - doc/html/mod-seen.html, doc/html/mod-server.html, - doc/html/mod-share.html, doc/html/mod-uptime.html, - doc/html/mod-wire.html, doc/html/mod-woobie.html, - doc/html/news.html, doc/html/tcl-commands.html, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channels, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, src/patch.h: more - doc updates - -2002-02-27 12:21 guppy - - * scripts/botchk: BarkerJr thought botchk wasn't too clear on the - nickname to set ... it should be the botnet-nick - -2002-02-26 00:09 guppy - - * doc/UPDATES1.6, doc/compiling.FAQ, src/mod/irc.mod/mode.c: a few - more protect* changes .. please check them over and see if the - logic is now _more_ correct - -2002-02-25 12:15 guppy - - * doc/ABOUT, doc/UPDATES1.6, doc/compiling.FAQ, - doc/html/compiling.html, src/patch.h: added a referenece to - LD_LIBRARY_PATH in compiling.FAQ -- most of the info in there - could probably be removed these days - -2002-02-25 09:57 guppy - - * src/: patch.h, mod/irc.mod/mode.c: fixed a bug pointed out by - Eule - -2002-02-24 22:37 guppy - - * doc/ABOUT, doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: - fixed bug #254 -- those of you who use protectfriends/ops please - test this code out before the 1.6.9 release - -2002-02-24 21:39 wcc - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: made a few - cosmetic changes to the configure script - -2002-02-24 21:34 wcc - - * doc/UPDATES1.6, src/cmds.c, src/patch.h, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/cmdsserv.c: - more plural fixes for commands and error messages - -2002-02-24 10:50 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: fixed a - bunch of binds, please look over this patch and see if there is a - better solution I'm missing - -2002-02-24 03:09 guppy - - * doc/UPDATES1.6: added a missing UPDATES1.6 entry - -2002-02-24 01:57 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: fixed a small - annoying problem when rerunning ./configure - -2002-02-24 01:37 guppy - - * doc/UPDATES1.6, misc/modconfig, src/patch.h: added ITE's - modconfig patch - -2002-02-24 01:17 guppy - - * doc/UPDATES1.6, src/modules.c, src/patch.h, src/users.c, - src/mod/module.h, src/mod/channels.mod/userchan.c: added Eule's - cleanup patch for a few variables - -2002-02-22 07:25 stdarg - - * src/mod/channels.mod/tclchan.c: - * Updated the "channel info" command to properly list all - user-defined settings. - -2002-02-22 07:02 stdarg - - * src/dccutil.c: - * Added bounds checking in lostdcc() - -2002-02-21 23:26 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: added - TaKeDa's/ITE's cygwin patch - -2002-02-21 22:04 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: fixed a crash reported by dw - dealing with stoned server checking, also, I changed stoned - server checking to reset waiting_for_awake whenever we get data - from the irc server, not just specific data .. if anyone sees a - problem with this, please let me know and I'll revert it. - -2002-02-20 23:55 guppy - - * src/patch.h: forgot patch.h - -2002-02-20 23:54 guppy - - * text/motd: removed the help channels from the motd since these - channels change alot more then people change their motd, so to - prevent a motd from becoming dated -- I am removing the channels - contained within. These channels are still in README and - readme.html - -2002-02-20 16:32 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: added BHAB's - solaris patch slightly modified, please test this - -2002-02-20 16:28 guppy - - * doc/UPDATES1.6, src/botnet.c, src/patch.h: added the lastoff_bot - patch - -2002-02-19 21:32 wcc - - * src/cmds.c: A few more cosmetic fixes I missed.. - -2002-02-19 18:13 wcc - - * src/cmds.c: owner_cosmetic didn't commit correctly - -2002-02-19 16:23 guppy - - * doc/UPDATES1.6, src/patch.h: Added Wcc's cosmetic patch as well - -2002-02-19 16:21 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/console.mod/console.c: added - Eule's cosmetic fix for cmd_store - -2002-02-19 16:19 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: added - TaKeDa's flood-kick patch - -2002-02-19 16:14 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: added - TaKeDa's revengemode_fix - -2002-02-16 01:22 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: added Eule's - membercheck patch - -2002-02-12 23:22 wcc - - * eggdrop.advanced.conf, eggdrop.complete.conf: Minor config file - doc update. - -2002-02-11 22:00 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: added a - small fix to detect PART events when they are done properly - without a message - -2002-02-11 18:35 wcc - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: Fixed a couple of - cosmetic problems in cmd_pls_user. - -2002-02-06 23:14 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: added - Wcc's init-server patch and also, fixed a small comment bug in - server.c found by Looser long long long long ago - -2002-02-06 23:04 guppy - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: added dw's newuser patch - -2002-02-03 23:03 wcc - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, src/chanprog.c, src/patch.h: - MISC_USERFCREATE1 should use origbotname instead of botnetnick - -2002-02-03 21:53 wcc - - * eggdrop.complete.conf: eggdrop.complete.conf - -2002-02-03 21:51 wcc - - * doc/UPDATES1.6, src/patch.h: Added a warning about allow-resync - in the config file. - -2002-01-29 15:08 guppy - - * doc/UPDATES1.6, src/patch.h, src/users.c: added TakeDa's ignore - fix patch - -2002-01-26 22:14 wcc - - * doc/: Makefile.in, UPDATES1.6: Some docs were not getting - installed correctly. - -2002-01-24 15:26 wcc - - * doc/UPDATES1.6: Forgot two UPDATES entries. - -2002-01-22 15:36 wcc - - * src/mod/notes.mod/notes.c: A password is required to use the - NOTES msg command, therefore [pass] should be in usage - notices. - -2002-01-21 13:19 wcc - - * src/: cmds.c, tclhash.c, mod/channels.mod/cmdschan.c, - mod/irc.mod/cmdsirc.c, mod/server.mod/cmdsserv.c: More cosmetic - changes - -2002-01-19 16:18 wcc - - * doc/html/authors.html: Fixed a small authors.html error. - -2002-01-19 08:03 tothwolf - - * doc/: AUTHORS, html/authors.html: Small fixes to AUTHORS files - -2002-01-19 06:47 tothwolf - - * doc/: AUTHORS, html/authors.html: Updated an AUTHORS entry - -2002-01-19 05:54 tothwolf - - * doc/: AUTHORS, html/authors.html: Updated an AUTHORS entry - -2002-01-19 05:34 tothwolf - - * doc/: AUTHORS, html/authors.html: Updated an AUTHORS entry - -2002-01-19 05:24 tothwolf - - * doc/: AUTHORS, html/authors.html: Updated an AUTHORS entry - -2002-01-19 05:13 tothwolf - - * doc/: AUTHORS, html/authors.html: Updated an AUTHORS entry - -2002-01-19 03:22 tothwolf - - * doc/: AUTHORS, html/authors.html: Updated an AUTHORS entry - -2002-01-19 02:56 tothwolf - - * doc/: AUTHORS, html/authors.html: Updated an AUTHORS entry - -2002-01-15 21:24 guppy - - * doc/UPDATES1.6, doc/first_script.txt, help/cmds2.help, - help/core.help, help/set/cmds2.help, src/cmds.c, src/language.c, - src/main.c, src/patch.h, src/tcl.c, src/tclhash.c, - src/mod/server.mod/help/set/server.help: added Wcc's cosmetic - patch - -2002-01-15 21:17 guppy - - * README, doc/ABOUT, doc/UPDATES1.6, doc/html/about.html, - doc/html/readme.html, doc/html/chat/dalnet_eggdrop.chat, - doc/html/chat/efnet_eggfaq.chat, - doc/html/chat/efnet_egghelp.chat, - doc/html/chat/ircnet_eggdrop.chat, - doc/html/chat/undernet_eggdrop.chat, - doc/html/chat/undernet_eggheads.chat, src/patch.h: more doc - changes by Wcc - -2002-01-14 15:23 guppy - - * doc/UPDATES1.6, src/patch.h, src/userrec.c: added Eule's patch - for memleaks in adduser functions - -2002-01-14 15:20 guppy - - * doc/UPDATES1.6, src/net.c, src/patch.h: added ITE's 64 bit archs - patch - -2002-01-14 15:19 guppy - - * doc/UPDATES1.6, src/botcmd.c, src/patch.h: added BarkerJr's - logbotinfo patch - -2002-01-14 15:18 guppy - - * src/: patch.h, mod/channels.mod/userchan.c: added blaster^'s - bannotset patch but couldn't come up with a good UPDATES1.6 entry - because I'm draindead, anyone got a good one? :) - -2002-01-14 09:51 stdarg - - * src/mod/module.h: - * Added #define for 'parties' export. - -2002-01-14 09:47 stdarg - - * src/modules.c: - * Added 'parties' variable to export table, to tell the length of - the 'party' array. - -2002-01-14 09:41 stdarg - - * src/modules.c: - * ginvite_total and gexempt_total were mixed up in the export - table (thanks to amir on egghelp.org for finding this) - -2002-01-07 22:28 guppy - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: oops, that was suppose - to be a patch by BarkerJr on the last commit, not myself .. sorry - Barker .. adding his botattr_working patch but removed the word - now since There are now no bot flags for bot on chan sounds funny - to me - -2002-01-07 22:26 guppy - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: added BarkerJr's - laston_link patch - -2002-01-07 22:24 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/botcmd.c, src/patch.h, src/mod/irc.mod/tclirc.c: couple more - small remote boot fixes - -2002-01-07 22:11 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/tclirc.c: added a - small patch to make sure hand2nick, etc .. return that a user is - known if they are really know - -2002-01-02 22:32 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: eggdrop1.6.9 here we go - -2002-01-02 21:25 guppy - - * doc/html/botnet.html, doc/html/mod-channels.html, - doc/html/mod-console.html, doc/html/mod-dns.html, - doc/html/mod-uptime.html, doc/html/news.html, - doc/html/readme.html, src/patch.h: a few doc fixes, time for the - 1.6.8 release folks - -2002-01-02 19:06 guppy - - * doc/html/: mod-console.html, mod-ctcp.html, mod-seen.html, - mod-uptime.html, mod-woobie.html: dang cvs - -2002-01-02 19:05 guppy - - * INSTALL, eggdrop.advanced.conf, eggdrop.complete.conf, - doc/tcl-commands.doc, doc/html/app-problems.html, - doc/html/app-textsub.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/index.html, doc/html/install.html, - doc/html/mod-assoc.html, doc/html/mod-blowfish.html, - doc/html/mod-channels.html, doc/html/mod-compress.html, - doc/html/mod-dns.html, doc/html/mod-filesys.html, - doc/html/mod-irc.html, doc/html/mod-notes.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-wire.html, doc/html/news.html, doc/html/party.html, - doc/html/readme.html, doc/html/sharing.html, - doc/settings/mod.assoc, doc/settings/mod.blowfish, - doc/settings/mod.channels, doc/settings/mod.compress, - doc/settings/mod.console, doc/settings/mod.ctcp, - doc/settings/mod.dns, doc/settings/mod.filesys, - doc/settings/mod.irc, doc/settings/mod.notes, - doc/settings/mod.seen, doc/settings/mod.server, - doc/settings/mod.share, doc/settings/mod.transfer, - doc/settings/mod.uptime, doc/settings/mod.wire, - doc/settings/mod.woobie, src/patch.h: added Wcc's latest doc - (wasn't sent via email since his stmp is busted) - -2002-01-02 15:51 tothwolf - - * doc/Makefile.in: fixed extra 'tricks' file listing - -2002-01-02 14:54 tothwolf - - * doc/: ABOUT, PARTYLINE: more documentation changes - -2002-01-02 14:25 guppy - - * doc/: ABOUT, PARTYLINE, html/chat/dalnet_eggdrop.chat: forgot a - couple of cvs adds .. I wish cvs would bitch at me instead of - just letting me forget - -2002-01-02 14:23 guppy - - * doc/UPDATES1.6, src/patch.h, src/tclhash.c: removed a small tck - hack that PPSlim reminded me about .. waiting on a patch from Wcc - to release 1.6.8 - -2002-01-02 02:06 tothwolf - - * README, disabled_modules, doc/BOTNET, doc/CONTENTS, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/UPDATES1.6, - doc/compiling.FAQ, doc/eggdrop.doc, doc/patch.howto, - doc/tcl-commands.doc, doc/text-substitutions.doc, doc/tricks, - doc/html/about.html, doc/html/app-problems.html, - doc/html/app-textsub.html, doc/html/app-tricks.html, - doc/html/app-weird.html, doc/html/authors.html, - doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/flags.html, - doc/html/index.html, doc/html/install.html, - doc/html/mod-assoc.html, doc/html/mod-blowfish.html, - doc/html/mod-channels.html, doc/html/mod-compress.html, - doc/html/mod-dns.html, doc/html/mod-filesys.html, - doc/html/mod-irc.html, doc/html/mod-notes.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-wire.html, doc/html/news.html, doc/html/party.html, - doc/html/readme.html, doc/html/sharing.html, - doc/html/starting.html, doc/html/users.html, - doc/settings/CONTENTS, doc/settings/core.settings, - doc/settings/mod.assoc, doc/settings/mod.blowfish, - doc/settings/mod.channels, doc/settings/mod.compress, - doc/settings/mod.console, doc/settings/mod.ctcp, - doc/settings/mod.dns, doc/settings/mod.filesys, - doc/settings/mod.irc, doc/settings/mod.notes, - doc/settings/mod.seen, doc/settings/mod.server, - doc/settings/mod.share, doc/settings/mod.transfer, - doc/settings/mod.uptime, doc/settings/mod.wire, - doc/settings/mod.woobie, logs/CONTENTS, scripts/CONTENTS, - scripts/ques5.tcl, scripts/help/cmd_resolve.help, src/rfc1459.c, - src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, - src/mod/assoc.mod/language/assoc.french.lang, - src/mod/assoc.mod/language/assoc.german.lang, - src/mod/channels.mod/help/channels.help, - src/mod/console.mod/help/console.help, - src/mod/console.mod/language/console.french.lang, - src/mod/filesys.mod/tclfiles.c, - src/mod/filesys.mod/help/filesys.help, - src/mod/irc.mod/help/irc.help, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/notes.mod/help/notes.help, - src/mod/notes.mod/language/notes.english.lang, - src/mod/notes.mod/language/notes.german.lang, - src/mod/server.mod/help/server.help, src/mod/share.mod/share.c, - src/mod/share.mod/help/share.help, - src/mod/transfer.mod/transfer.c, text/CONTENTS: more copyright - updates and documentation changes - -2002-01-01 23:04 guppy - - * doc/UPDATES1.6, scripts/autobotchk, src/patch.h, - src/mod/channels.mod/channels.h: added a modified patch from - blaster^ to change the kickreason length since the patch sent in - was wrong and updated the copyright in my autobotchk - -2002-01-01 21:55 guppy - - * doc/UPDATES1.6, scripts/sentinel.tcl, src/botnet.c, src/patch.h, - src/mod/filesys.mod/filedb3.c, src/mod/notes.mod/notes.c, - src/mod/transfer.mod/transfer.c: oops, I was in the wrong dir on - the previous commit .. added the cosmetic patches for purals also - now - -2002-01-01 21:50 guppy - - * doc/: UPDATES1.6, html/app-sharing.html, settings/tricks: added - the sentinel patch and removed a few files I forgot to remove - -2002-01-01 21:46 guppy - - * FEATURES, INSTALL, NEWS, README, doc/AUTHORS, doc/BOTNET, - doc/BUG-REPORT, doc/CONTENTS, doc/KNOWN-PROBLEMS, doc/MODULES, - doc/UPDATES.pre1.5, doc/UPDATES1.5, doc/UPDATES1.6, - doc/compiling.FAQ, doc/eggdrop.doc, doc/first_script.txt, - doc/patch.howto, doc/tcl-commands.doc, - doc/text-substitutions.doc, doc/tricks, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-textsub.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/authors.html, doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/flags.html, - doc/html/index.html, doc/html/install.html, - doc/html/mod-assoc.html, doc/html/mod-blowfish.html, - doc/html/mod-channels.html, doc/html/mod-compress.html, - doc/html/mod-dns.html, doc/html/mod-filesys.html, - doc/html/mod-irc.html, doc/html/mod-notes.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-wire.html, doc/html/news.html, doc/html/party.html, - doc/html/readme.html, doc/html/sharing.html, - doc/html/starting.html, doc/html/users.html, doc/man1/eggdrop.1, - doc/settings/CONTENTS, doc/settings/core.settings, - doc/settings/mod.assoc, doc/settings/mod.blowfish, - doc/settings/mod.channels, doc/settings/mod.compress, - doc/settings/mod.console, doc/settings/mod.ctcp, - doc/settings/mod.dns, doc/settings/mod.filesys, - doc/settings/mod.irc, doc/settings/mod.notes, - doc/settings/mod.seen, doc/settings/mod.server, - doc/settings/mod.share, doc/settings/mod.transfer, - doc/settings/mod.uptime, doc/settings/mod.wire, - doc/settings/mod.woobie, misc/modconfig, scripts/autobotchk, - scripts/ques5.tcl, src/bg.c, src/bg.h, src/botcmd.c, - src/botmsg.c, src/botnet.c, src/chan.h, src/chanprog.c, - src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, src/dns.c, - src/dns.h, src/eggdrop.h, src/flags.c, src/flags.h, src/lang.h, - src/language.c, src/main.c, src/main.h, src/mem.c, src/misc.c, - src/misc_file.c, src/misc_file.h, src/modules.c, src/modules.h, - src/patch.h, src/proto.h, src/stat.h, src/tandem.h, src/tcl.c, - src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c, - src/users.c, src/users.h, src/compat/compat.h, - src/compat/inet_aton.c, src/compat/inet_aton.h, - src/compat/memcpy.c, src/compat/memcpy.h, src/compat/memset.c, - src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/compat/strftime.h, src/mod/eggautoconf, src/mod/module.h, - src/mod/modvals.h, src/mod/assoc.mod/assoc.c, - src/mod/assoc.mod/assoc.h, src/mod/blowfish.mod/bf_tab.h, - src/mod/blowfish.mod/blowfish.c, src/mod/blowfish.mod/blowfish.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/udefchan.c, src/mod/channels.mod/userchan.c, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h, src/mod/uptime.mod/uptime.c, - src/mod/uptime.mod/uptime.h, src/mod/wire.mod/wire.c, - src/mod/wire.mod/wire.h, src/mod/woobie.mod/woobie.c, - text/banner, text/motd: added Wcc's even_more_docs patch - -2001-12-31 00:47 guppy - - * doc/AUTHORS, doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/dcc.c, - src/lang.h, src/patch.h: added a few small changes to 1.6.8 - -2001-12-30 12:38 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/AUTHORS, doc/UPDATES1.6: some small - changes leading upto 1.6.8 (hopefully unless there is a problem - installing the cvs on freebsd machines) - -2001-12-30 01:56 guppy - - * doc/UPDATES1.6: forgot the UPDATES1.6 file - -2001-12-30 00:32 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcl.c, - src/mod/server.mod/server.c: changed nick-len and hand-len to - nicklen nad handlen (Wcc is gonna update the docs .. nick-len is - still there for backwards compat - -2001-12-30 00:14 guppy - - * doc/AUTHORS, src/patch.h: added a few names to AUTHORS -- I need - some realnames though for stdarg, BarkerJr and uhm ... *thinks* - -2001-12-29 15:46 guppy - - * doc/BOTNET, doc/UPDATES1.6, doc/first_script.txt, src/patch.h: - added Wcc's patch to update some more docs - -2001-12-29 15:06 guppy - - * src/: patch.h, mod/transfer.mod/transfer.c: small bug in the - transfer.mod language files was introduced by a patch made before - the transfer.mod had language files - -2001-12-29 00:17 guppy - - * src/mod/irc.mod/irc.c: oops forgot to delete a line - -2001-12-28 23:52 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c, - src/mod/transfer.mod/transfer.c: added Wcc's old_debugs patch - -2001-12-28 23:49 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: added - Ian's capture_the_flag diff because after some more explaining - and digging this is the proper fix to our problem of loosing - channel flags - -2001-12-28 23:48 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/filesys.mod/filesys.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/mode.c, src/mod/share.mod/share.c: added Wcc's - cosmetic patch - -2001-12-28 23:45 guppy - - * src/: patch.h, mod/irc.mod/irc.c: added Wcc's patch to set - defaults on net-type 5 for max-bans and max-modes - -2001-12-28 23:43 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, src/tcl.c: - added Wcc's handlen patch - -2001-12-28 23:38 guppy - - * doc/UPDATES1.6, src/botnet.c, src/patch.h: added the sum whom - patch by BarkerJr - -2001-12-25 23:03 tothwolf - - * doc/: text-substitutions.doc, html/app-textsub.html: even more - copyright updates - -2001-12-25 22:43 tothwolf - - * doc/text-substitutions.doc, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-sharing.html, - doc/html/app-textsub.html, doc/html/app-tricks.html, - doc/html/app-weird.html, doc/html/authors.html, - doc/html/bans.html, doc/html/botnet.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/flags.html, - doc/html/index.html, doc/html/install.html, - doc/html/mod-assoc.html, doc/html/mod-blowfish.html, - doc/html/mod-channels.html, doc/html/mod-compress.html, - doc/html/mod-dns.html, doc/html/mod-filesys.html, - doc/html/mod-irc.html, doc/html/mod-notes.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/mod-wire.html, doc/html/news.html, doc/html/party.html, - doc/html/readme.html, doc/html/sharing.html, - doc/html/starting.html, doc/html/users.html, src/bg.c, - src/main.c, src/modules.c, src/compat/inet_aton.c, - src/compat/strftime.h: more copyright updates - -2001-12-25 21:50 tothwolf - - * doc/UPDATES1.6, doc/text-substitutions.doc, doc/html/about.html, - doc/html/app-problems.html, doc/html/app-sharing.html, - doc/html/app-textsub.html, doc/html/app-tricks.html, - doc/html/app-weird.html, doc/html/bans.html, - doc/html/botnet.html, doc/html/compiling.html, - doc/html/egg-core.html, doc/html/faqs.html, - doc/html/features.html, doc/html/flags.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-blowfish.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-server.html, - doc/html/mod-share.html, doc/html/mod-wire.html, - doc/html/news.html, doc/html/party.html, doc/html/readme.html, - doc/html/sharing.html, doc/html/starting.html, - doc/html/users.html, src/modules.c: copyright updates - -2001-12-23 00:52 guppy - - * doc/UPDATES1.6: tcl_bot should be tcl_boot - -2001-12-23 00:49 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcldcc.c: added a small fix for - tcl_boot - -2001-12-22 14:58 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: added Wcc's - nettype_modes patch - -2001-12-22 14:25 guppy - - * doc/UPDATES1.6, src/chanprog.c, src/main.c, src/patch.h, - src/tclmisc.c, src/mod/channels.mod/channels.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/msgcmds.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/share.c: added my correctname patch - -2001-12-22 00:43 guppy - - * src/: patch.h, mod/irc.mod/chan.c: I'll properly fix it this time - okay - -2001-12-21 23:02 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: added a very - small patch to get the proper channel key on op - -2001-12-21 22:42 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/ctcp.mod/ctcp.c: added my - nopass.diff - -2001-12-21 12:51 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/transfer.mod/transfer.c: - added this patch from 1.6.7 - -2001-12-20 23:57 guppy - - * doc/UPDATES1.6: better updates entry - -2001-12-20 23:12 guppy - - * doc/UPDATES1.6, src/botcmd.c, src/patch.h: added BarkerJr's - whomsg patch - -2001-12-20 18:41 guppy - - * src/: patch.h, mod/irc.mod/tclirc.c: fixed botisop, botisvoice, - and botonchan (I forgot to change argc > 2 to > 1) - -2001-12-20 15:05 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/tclirc.c: oops, - thanks BarkerJr for that little fix - -2001-12-20 12:52 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, - src/mod/irc.mod/tclirc.c: applied a few more changes to some tcl - commands to make them take an optional channel argument - -2001-12-20 11:37 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, - src/mod/irc.mod/tclirc.c: added my onchanfix patch - -2001-12-20 01:51 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, src/tcldcc.c, - src/tclmisc.c: added stdarg's tcl_traffic patch (which was - modified by yours truly) - -2001-12-20 00:53 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/cmdsserv.c: added - my cmd_servers.diff and yes I fixed the cosmetic bug as pointed - out by Wcc - -2001-12-20 00:32 guppy - - * doc/UPDATES1.6, help/cmds2.help, src/cmds.c, src/patch.h: added - my localmodules patch - -2001-12-19 22:53 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/lang.h, - src/misc.c: cleaned up show_motd a bit and fixed a bug with - show_banner not reseting help_subst - -2001-12-19 18:10 guppy - - * Makefile.in, config.h.in, doc/tcl-commands.doc, src/patch.h: - added autom4te.cache to make distrib and also added need limit to - doc/tcl-commands.doc - -2001-12-19 01:30 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/tclserv.c: added - my jumpfix patch - -2001-12-19 00:29 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/tclirc.c: applied my - morespeedyness.diff to speed up some more tcl commands - -2001-12-18 22:58 guppy - - * doc/html/mod-server.html, doc/settings/mod.server, src/patch.h: - added Wcc's doc updates for BHAB's serverdocfix patch - -2001-12-18 22:57 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: added Eule's small-fixes patch - -2001-12-18 20:59 guppy - - * doc/UPDATES1.6: added a found by for Wcc's whois_ports patch - -2001-12-18 11:21 guppy - - * doc/BUG-REPORT, doc/CONTENTS, doc/MODULES, doc/UPDATES1.6, - doc/patch.howto, doc/tcl-commands.doc, - doc/text-substitutions.doc, doc/tricks, doc/settings/CONTENTS, - doc/settings/mod.compress, doc/settings/mod.transfer, - src/patch.h: more doc updates! yay - -2001-12-18 11:19 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.6, src/patch.h: added BHAB's - server password doc fix -- Wcc could you please update the other - related docs - -2001-12-18 10:40 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/tclirc.c: sped up - hand2nick a ton (people using it alot on big userlists should - notice the difference greatly) - -2001-12-16 09:07 guppy - - * src/patch.h: oops - -2001-12-16 08:55 guppy - - * doc/UPDATES1.6, src/chan.h, src/cmds.c, src/modules.c, - src/patch.h, src/proto.h, src/userrec.c, src/mod/module.h, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/msgcmds.c: applied Eule's membercheck 2 & 3 - patches - -2001-12-16 08:40 guppy - - * doc/UPDATES1.6, src/botcmd.c, src/patch.h: added BarkerJr's - patch, also please do not use C++ comments in your patches - -2001-12-16 08:37 guppy - - * doc/settings/: mod.channel, mod.channels: forgot rename - mod.channel to mod.channels - -2001-12-14 12:48 guppy - - * doc/Makefile.in, doc/UPDATES1.6, src/patch.h: fixed a small make - install error - -2001-12-13 23:44 guppy - - * doc/settings/: CONTENTS, contents: Fabian knows my pain .. - forgetting to cvs add and remove - -2001-12-13 23:43 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.6, doc/settings/core.settings, - doc/settings/mod.assoc, doc/settings/mod.blowfish, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.uptime, - doc/settings/mod.wire, doc/settings/mod.woobie, - doc/settings/tricks, src/patch.h: applied both configdocs (rev2) - and doc_settings (rev4) .. lets go over the files now and look - for more problems related to spelling and confusing lines of text - -2001-12-13 23:38 guppy - - * doc/MODULES, doc/UPDATES1.6, src/patch.h: applied BarkerJr's - patch to update doc/MODULES - -2001-12-13 23:32 guppy - - * doc/UPDATES1.6, src/patch.h, src/userent.c: added Wcc's - whois_ports patch - -2001-12-13 23:30 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c: stdarg's - note fix patch - -2001-12-08 12:16 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - src/patch.h: added BarkerJr's uptime doc - -2001-12-07 14:14 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: lets go 1.6.8 - -2001-12-07 12:20 poptix - - * scripts/action.fix.tcl: Hah, slipping this in, makes action.fix - handle irssi (and a few others) "broken" behavior. - -2001-12-05 22:57 guppy - - * src/patch.h: forgot patch.h *sigh* - -2001-12-05 22:57 guppy - - * doc/UPDATES1.6, src/mod/irc.mod/irc.c: fixed a small annoying - thing I just noticed concerning +statuslog being shown when we - aren't on a server - -2001-12-05 22:52 guppy - - * aclocal.m4, config.h.in, configure, configure.in, doc/UPDATES1.6, - src/patch.h: ITE's cygwin patch - -2001-12-04 22:12 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/language/transfer.english.lang: part of the - botnet protocol got put into a language entry for transfer.mod - and another entry was in the wrong location which was causing a - crash on all failed userfile transfers - -2001-12-04 15:11 guppy - - * aclocal.m4, config.h.in, src/patch.h: fixed a small typo - -2001-12-04 14:12 guppy - - * aclocal.m4, config.h.in, configure, configure.in, doc/UPDATES1.6, - doc/compiling.FAQ, src/patch.h: added nakee's patch for - --disable-cc-optimize but renamed it to --disable-cc-optimzation - -- I also updated the compiling faq to tell people about this - option. - -2001-12-04 13:58 guppy - - * doc/UPDATES1.6, src/cmds.c, src/patch.h, src/mod/modvals.h, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/msgcmds.c: added Eule's membercheck patch - -2001-12-02 21:02 guppy - - * src/: patch.h, mod/share.mod/share.c: - Changed a log message to a debug message to prevent stuff like - this from being logged: - - [20:42] [03:43] Ignore ch DCCDIR from Eggdrop (unknown - type) [20:42] [03:43] Ignore ch DCCDIR from Eggdrop - (unknown type) [20:42] [03:43] Ignore ch DCCDIR from - Eggdrop (unknown type) [20:42] [03:43] Ignore ch DCCDIR - from Eggdrop (unknown type) [20:42] [03:43] Ignore ch - DCCDIR from Eggdrop (unknown type) [20:42] [03:43] - Ignore ch DCCDIR from Eggdrop (unknown type) [20:42] - [03:43] Ignore ch DCCDIR from Eggdrop (unknown type) [20:42] - [03:43] Ignore ch DCCDIR from Eggdrop (unknown type) - [20:42] [03:43] Ignore ch DCCDIR from Eggdrop (unknown - type) [20:42] [03:43] Ignore ch DCCDIR from Eggdrop - (unknown type) - - ( is really a diff bot .. just using Eggdrop's nickname) - - That bot doesn't have the filesystem loaded and Eggdrop does, - each relink, I see this crap and I'm not sure why it should be a - regular putlog to the commands flag. Much more suited for a debug - log - -2001-12-02 20:57 guppy - - * src/: patch.h, mod/channels.mod/tclchan.c: *sigh* .. its fixed - now - -2001-12-02 20:31 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: - silly guppy .. adding stuff wrong - -2001-12-02 15:43 guppy - - * doc/UPDATES1.6, src/patch.h, - src/mod/assoc.mod/language/assoc.french.lang, - src/mod/console.mod/language/console.french.lang, - src/mod/notes.mod/language/notes.french.lang: here are some - Frecnh language files to feast on - -2001-12-02 15:38 guppy - - * src/mod/transfer.mod/language/transfer.english.lang: dang period - instead of a comma - -2001-12-02 13:35 guppy - - * src/mod/transfer.mod/language/transfer.english.lang: added a - missing Id tag and removed an extra language message not being - used - -2001-12-02 01:35 guppy - - * src/: patch.h, mod/transfer.mod/transfer.c: oops .. canadian on - cold pills here - -2001-12-02 01:17 guppy - - * doc/UPDATES1.6, doc/text-substitutions.doc, - doc/html/app-textsub.html, help/set/cmds1.help, src/misc.c, - src/patch.h: added the patch for %n support to the motd stuff ... - its getting late, dont expect my changelogs to be masterpieces - hehe - -2001-12-02 01:11 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h, - src/mod/transfer.mod/language/transfer.english.lang: transfer.mod - now supports language files, can someone do the german and french - language files. Also, please test your patch because I know it - wasn't ... language was misspelled everywhere but one place and - the code for adding and removing language files was not there. - -2001-12-01 15:45 poptix - - * help/: cmds1.help, cmds2.help, core.help: Update help files for - new bind changes, we really need a few helpfile format =P - -2001-11-30 22:31 guppy - - * doc/UPDATES1.6, language/core.english.lang, src/patch.h: got rid - of some language which didn't really fully describe what the - problem was - -2001-11-30 15:16 poptix - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: scum. - -2001-11-29 19:34 guppy - - * aclocal.m4, config.h.in, configure, doc/UPDATES1.6, - misc/config.guess, misc/config.sub, src/patch.h: applied ITE's - divert2 patch after I got off crack - -2001-11-29 17:25 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.6, src/patch.h: applied my - security patch - -2001-11-28 23:48 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/tclchan.c: - applied my banproblems patch -- its even tested, hopefully some - others can test this and see if it fixes their problems as well - -2001-11-28 22:43 guppy - - * src/: patch.h, mod/channels.mod/help/chaninfo.help, - mod/channels.mod/help/channels.help, - mod/console.mod/help/console.help, - mod/ctcp.mod/help/set/ctcp.help, mod/irc.mod/help/irc.help, - mod/server.mod/server.c, mod/server.mod/help/server.help, - mod/server.mod/help/set/server.help, mod/share.mod/share.c, - mod/share.mod/help/share.help, mod/transfer.mod/transfer.c, - mod/transfer.mod/help/set/transfer.help: more spelling related - things - -2001-11-28 20:53 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/help/filesys.help: applied Wcc's optimize - patch with a minor change for backwards compat - -2001-11-28 17:51 guppy - - * doc/UPDATES1.6, scripts/alltools.tcl, src/patch.h: Hanno's patch - to fix testip - -2001-11-28 17:26 guppy - - * INSTALL, eggdrop.advanced.conf, eggdrop.complete.conf, - doc/UPDATES1.6, doc/text-substitutions.doc, src/patch.h, - src/mod/irc.mod/mode.c: applied Eule's sotpnethack patch and - wcc's doc patch - -2001-11-28 17:17 guppy - - * doc/UPDATES1.6, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: applied Wcc's patch for +M support on - Dalnet - -2001-11-28 17:10 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/compress.mod/compress.c, - src/mod/irc.mod/chan.c: applied Wcc's small patch for the - compress module and Lam's +a patch for \!channels - -2001-11-20 18:07 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcluser.c: tcl_botattr is now - fixed - -2001-11-15 23:01 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: stdarg fixed a bogus - memory leak - -2001-11-15 22:48 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/uptime.mod/uptime.c: removed - usetsend and some other unused crap in uptime.mod - -2001-11-15 16:48 segfault - - * scripts/getops.tcl: Fixed guppy's fat fingering - -2001-11-15 08:11 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c: - Grr, these stupid bugs are *really* annoying me. - -2001-11-15 00:28 guppy - - * doc/UPDATES1.6, scripts/autobotchk, scripts/cmd_resolve.tcl, - scripts/getops.tcl, scripts/userinfo.tcl, src/patch.h: updated - autobotchk to v1.09.1 -- makes it nicer to run out of the scripts - directory and an improved how to section ... also, the getops - version fix was added and the output from when userinfo.tcl is - loaded was shortened. - -2001-11-14 10:25 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c: - applied stdarg's small notes.mod patch -- this is good ... we are - finding a ton of bugs before 1.6.7 would have been released - I'm also wondering if 1.6.7 will ever be released hehe, if anyone - is able to test the CPU bug PLEASE do so, it will be of great - benefit to us. - -2001-11-13 16:55 guppy - - * doc/UPDATES1.6, src/patch.h, src/userent.c: lets fix tcl_setuser - alsopico doc/UPDATES1.6 - -2001-11-13 16:51 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: lets fix - stopnethack-mode 4 - -2001-11-11 14:43 poptix - - * doc/UPDATES1.6, src/net.c: - (more) socket debugging - -2001-11-11 14:24 guppy - - * CONTENTS, FEATURES, INSTALL, Makefile.in, NEWS, README, - acconfig.h, aclocal.m4, config.h.in, configure, configure.in, - eggdrop.advanced.conf, eggdrop.complete.conf, doc/BUG-REPORT, - doc/CONTENTS, doc/KNOWN-PROBLEMS, doc/MODULES, doc/compiling.FAQ, - doc/eggdrop.doc, doc/tcl-commands.doc, doc/tricks, - doc/html/about.html, doc/html/app-problems.html, - doc/html/app-tricks.html, doc/html/app-weird.html, - doc/html/bans.html, doc/html/compiling.html, - doc/html/egg-core.html, doc/html/faqs.html, - doc/html/features.html, doc/html/install.html, - doc/html/mod-assoc.html, doc/html/mod-channels.html, - doc/html/mod-compress.html, doc/html/mod-dns.html, - doc/html/mod-filesys.html, doc/html/mod-irc.html, - doc/html/mod-notes.html, doc/html/mod-server.html, - doc/html/mod-share.html, doc/html/news.html, - doc/html/readme.html, doc/html/users.html, doc/man1/eggdrop.1, - doc/settings/contents, doc/settings/core.settings, - scripts/CONTENTS, scripts/compat.tcl, scripts/ques5.tcl, - scripts/weed, src/patch.h: Yes, Tcl looks cooler anyways :P~ - -2001-11-11 13:56 guppy - - * src/net.c: we'll just move that line to the proper location - -2001-11-10 21:07 poptix - - * doc/UPDATES1.6, src/net.c, src/patch.h: - Add a continue for EAGAIN - -2001-11-10 14:01 poptix - - * src/net.c: - HPUX/FreeBSD fixes for previous socket code changes - -2001-11-10 13:48 poptix - - * src/net.c: Oops. - -2001-11-10 13:45 poptix - - * doc/UPDATES1.6, src/main.c, src/net.c, src/patch.h: - Fix up some socket code, please report *any* problems, this may - not be acceptable for 1.6.7 release. - -2001-11-09 20:11 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.6, src/patch.h: typos are being - fixed .. lets release this thing already :P - -2001-11-06 23:12 guppy - - * doc/BOTNET, doc/CONTENTS, doc/UPDATES1.6, doc/eggdrop.doc, - doc/tcl-commands.doc, doc/html/flags.html, src/patch.h: more doc - fixes - -2001-11-05 08:14 guppy - - * doc/settings/mod.uptime, src/patch.h: added mod.uptime to the - settings dir - -2001-11-04 22:08 guppy - - * CONTENTS, FEATURES, INSTALL, Makefile.in, NEWS, README, - acconfig.h, config.h.in, configure, configure.in, - disabled_modules, eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/BOTNET, doc/BUG-REPORT, doc/CONTENTS, - doc/KNOWN-PROBLEMS, doc/MODULES, doc/UPDATES1.6, - doc/compiling.FAQ, doc/eggdrop.doc, doc/patch.howto, - doc/tcl-commands.doc, doc/text-substitutions.doc, doc/tricks, - doc/html/about.html, doc/html/app-tricks.html, - doc/html/app-weird.html, doc/html/bans.html, - doc/html/compiling.html, doc/html/egg-core.html, - doc/html/faqs.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/mod-assoc.html, - doc/html/mod-channels.html, doc/html/mod-compress.html, - doc/html/mod-dns.html, doc/html/mod-filesys.html, - doc/html/mod-irc.html, doc/html/mod-notes.html, - doc/html/mod-server.html, doc/html/mod-share.html, - doc/html/news.html, doc/html/readme.html, doc/html/users.html, - doc/man1/eggdrop.1, doc/settings/contents, - doc/settings/core.settings, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channel, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.seen, doc/settings/mod.server, - doc/settings/mod.share, doc/settings/mod.transfer, - doc/settings/mod.wire, doc/settings/mod.woobie, - doc/settings/tricks, help/cmds1.help, help/cmds2.help, - help/core.help, help/set/cmds1.help, help/set/cmds2.help, - language/core.english.lang, logs/CONTENTS, scripts/CONTENTS, - scripts/action.fix.tcl, scripts/alltools.tcl, - scripts/cmd_resolve.tcl, scripts/compat.tcl, scripts/getops.tcl, - scripts/notes2.tcl, scripts/ques5.tcl, scripts/userinfo.tcl, - scripts/weed, scripts/help/cmd_resolve.help, - scripts/help/userinfo.help, scripts/help/msg/userinfo.help, - src/patch.h, text/CONTENTS: Wcc is much better at spelling then - us - -2001-11-04 21:54 guppy - - * doc/UPDATES1.6, src/tcluser.c: odd, tcl_chattr was busted .. - -2001-11-04 03:23 guppy - - * doc/UPDATES1.6: pfft, updates1.6 -- you never cease to amaze me - -2001-11-04 03:18 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcl.c: fixed an issue that was - causing a whole slew of other problems for eggdrop - -2001-11-03 15:58 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, src/tcluser.c, - src/mod/irc.mod/irc.c: a couple or three small patches by Wcc and - Sup .. 1.6.7's changelog just keeps growing folks :P~ 1.6.8 you - better not show your ugly face for atleast 3 months!!! - -2001-10-31 15:07 guppy - - * src/: patch.h, tcldcc.c: small fix for tcldcc.c - -2001-10-31 11:46 poptix - - * doc/UPDATES1.6, src/dns.c, src/patch.h: - final commit for src/*.c on argv crap. - -2001-10-31 10:54 poptix - - * doc/UPDATES1.6, src/patch.h, src/tcldcc.c: - yum yum. - -2001-10-31 09:22 poptix - - * doc/UPDATES1.6, src/patch.h, src/tcluser.c: more (all of?) the - argv mis-usage - -2001-10-30 20:20 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcluser.c: - good thing Daniel Frank sent in a bug report on this one -- and - good job stdarg on the quick fix :) Lets go 1.6.7! Lets go! - -2001-10-30 10:04 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: Hey! another - banreason patch, I lost count.. - -2001-10-29 21:01 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: fixed - a small bug that would make eggdrop think it was connected to an - ircu server eventhough it was really throttled ... thanks to a - bug in ircu :P - -2001-10-29 19:36 poptix - - * src/mod/uptime.mod/uptime.h: And one more.. - -2001-10-29 19:24 poptix - - * src/mod/uptime.mod/uptime.c: erm, copyright info - -2001-10-29 14:20 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c, - src/mod/uptime.mod/uptime.c, src/mod/uptime.mod/uptime.h: Couple - of things while getting ready for 1.6.7 -- still gotta fix that - stupid banreason bug hehe ... what else needs to be fixed - before 1.6.7 is done? - -2001-10-21 01:06 guppy - - * src/modules.c: Oops, lets fix what stdarg properly this time - -2001-10-20 17:50 poptix - - * src/mod/irc.mod/msgcmds.c: - * ()'s improve code clarity. - -2001-10-20 13:03 guppy - - * doc/UPDATES1.6, src/modules.c, src/patch.h, src/mod/module.h: a - patch by Sup to export some module functions - -2001-10-19 16:53 guppy - - * doc/UPDATES1.6: oops, I should use the proper words in UPDATES1.6 - eh? - -2001-10-19 15:14 guppy - - * src/patch.h: oops, forgot patch.h - -2001-10-19 15:12 guppy - - * doc/UPDATES1.6, src/modules.c: small fix by stdarg to prevent - sendnote from crashing the notes module - -2001-10-16 19:58 poptix - - * doc/UPDATES1.6, src/patch.h, src/tcluser.c: * Bad argv[] use in - tcl_userlist - -2001-10-14 12:10 poptix - - * src/: patch.h, userrec.c: * part #3 .. - -2001-10-14 10:21 poptix - - * src/patch.h: [no log message] - -2001-10-14 10:12 poptix - - * doc/UPDATES1.6, src/userrec.c: - fix overflow in adduser, free what we malloc - -2001-10-14 09:06 tothwolf - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/userchan.c, - src/mod/server.mod/servmsg.c: * don't attempt to flood check - server notices * display global bans, exempts and invites even if - not on a channel * removed unused "existant" check from - tell_bans(), tell_exempts(), and tell_invites() - -2001-10-14 08:25 poptix - - * src/mod/uptime.mod/uptime.c: - - Since we're running the uptime stats now, we're free to send the - server again, as per guppy's request. - -2001-10-11 13:47 tothwolf - - * src/patch.h: * Update patch.h - -2001-10-09 11:23 tothwolf - - * doc/UPDATES1.6, src/userrec.c: fixed buffer overflow in adduser() - -2001-10-09 04:55 tothwolf - - * doc/UPDATES1.6, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filesys.c: fixed typo in filedb3.c: EBUG_MEM - -> DEBUG_MEM removed extra egg_bzero call from filesys.c - -2001-10-07 08:26 poptix - - * src/patch.h, doc/UPDATES1.6: [no log message] - -2001-10-07 08:09 poptix - - * src/mod/irc.mod/tclirc.c: - Fixed multiple crashes introduced by another patch - -2001-10-05 03:21 poptix - - * src/cmds.c: guh, apparently it got changed quite a while back.. - -2001-10-05 01:26 poptix - - * src/cmds.c: *grumble* when did this get changed? - -2001-10-03 09:58 poptix - - * src/mod/uptime.mod/uptime.c: len = 63... remove a debug line from - uptime.mod that was starting to get annoying - -2001-09-29 23:15 tothwolf - - * doc/UPDATES1.6: Revert broken eggdrop1.6+sunfix.patch (why was - this applied?) - -2001-09-29 23:06 tothwolf - - * aclocal.m4, configure: Revert broken eggdrop1.6+sunfix.patch (why - was this applied?) - -2001-09-29 00:33 guppy - - * doc/UPDATES1.6, src/mem.c, src/patch.h, src/tclmisc.c: tothwolf's - memory patch ... lets go 1.6.7 - -2001-09-28 08:07 guppy - - * eggdrop.complete.conf, doc/UPDATES1.6, doc/html/egg-core.html, - doc/settings/core.settings, scripts/autobotchk, scripts/botchk, - src/main.c, src/patch.h, src/tcl.c: newe pid file setting - -2001-09-27 20:47 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/cmdsirc.c: - ! != -, .kickban was semi broken - -2001-09-25 22:07 guppy - - * src/patch.h: oops, forgot this file - -2001-09-25 21:58 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, - src/mod/channels.mod/tclchan.c: backported BarkerJr's -dynamicban - patch and cleaned up a few while loops - -2001-09-25 17:21 guppy - - * doc/UPDATES1.6, src/dcc.c, src/patch.h, src/tclmisc.c, - src/md5/md5.h, src/md5/md5c.c: replaced old md5 routines with - newer ones - -2001-09-25 17:11 guppy - - * src/: patch.h, tcl.c, tclegg.h, tclhash.c: here is the properly - indented code for stdarg's uf8 patch - -2001-09-23 22:35 guppy - - * src/mod/irc.mod/mode.c: a small bug with banreasons was fixed, - related to an previous 1.6.7 patch by dw - -2001-09-23 22:25 guppy - - * eggdrop.complete.conf, doc/UPDATES1.6, doc/html/egg-core.html, - doc/settings/core.settings, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/chanprog.c, src/dcc.c, src/lang.h, src/main.c, src/modules.c, - src/patch.h, src/tcl.c, src/mod/module.h, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, text/banner, text/motd: here are - some backports from 1.7 to 1.6 .. mostly minor - -2001-09-23 14:17 guppy - - * doc/UPDATES1.6, src/botmsg.c, src/dccutil.c, src/misc.c, - src/modules.c, src/patch.h, src/proto.h, src/tcl.c, src/tclegg.h, - src/tclhash.c, src/tclmisc.c, src/mod/module.h, - src/mod/channels.mod/tclchan.c: lets test this patchls - -2001-09-23 13:56 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/tclirc.c: here is - TaKeDa's wasop fix - -2001-09-23 13:54 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: here is a - sunos fix - -2001-08-27 17:25 poptix - - * scripts/userinfo.tcl: - updated userinfo.tcl - -2001-08-27 17:13 poptix - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: - PATCH: cmb_boot.patch - - Fix booting for people with full length handles - -2001-08-27 17:08 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: - PATCH: wildctcp1.6.patc - - Allow wildcard CTCP binding - -2001-08-27 17:04 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/server.mod/servmsg.c: - PATCH: ctcp2help.patch - - Move CTCP replies to the help queue - -2001-08-22 18:40 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/uptime.mod/uptime.c: - - don't send server in uptime.mod packets - -2001-08-19 03:04 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: - - Found by Fixed by What... stdarg poptix we weren't - looking the user record back up on iterations on channels - in the NICK bind, causing the chance of a bad pointer - reference =P (stdarg gave me the idea to look - =) - -2001-08-19 02:41 poptix - - * doc/tcl-commands.doc: - - documentation fix for SIGN - -2001-08-19 02:28 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: [no log - message] - -2001-08-11 02:20 guppy - - * doc/AUTHORS: I found out ITE's realname ... yay .. yay... - -2001-08-10 17:14 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, scripts/getops.tcl, - src/patch.h: PATCH: bindneed-documentation PATCH: m (applied - these two at the same time, both kind of relate to getops :P~ - getops should now work and bind need should now work when coded - properly) - -2001-08-08 22:00 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: applied - Kirben's cygwin patch - -2001-08-08 11:29 guppy - - * scripts/getops.tcl: small fix for getops - -2001-08-07 07:55 poptix - - * doc/UPDATES1.6, src/patch.h, - src/mod/channels.mod/help/chaninfo.help: - PATCH: helppatch.diff - -2001-08-07 07:52 poptix - - * doc/UPDATES1.6, src/botnet.c, src/patch.h: - PATCH: nice_whom.patch - -2001-08-07 07:43 poptix - - * src/patch.h: - oops, addpatch.. - -2001-08-07 07:42 poptix - - * doc/UPDATES1.6, src/mod/server.mod/server.c: - PATCH: eggdrop1.6+dalupd.patch - -2001-07-29 00:15 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: yay - .... raven will love this patch - -2001-07-29 00:08 guppy - - * doc/MODULES, doc/UPDATES1.6, src/cmds.c, src/main.c, src/misc.c, - src/modules.c, src/patch.h, src/proto.h, src/tclmisc.c, - src/mod/module.h, src/mod/modvals.h, - src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c: sup's - hook die ... this has been needed for years right slennox? - -2001-07-26 15:57 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: added - takeda's resync fix patch... - -2001-07-25 21:59 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcl.c, src/tclegg.h, - src/tclmisc.c: Hm.... I thought md5 was borken ... hehe - -2001-07-25 21:55 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: added - Kirben's win32 patch - -2001-07-25 11:27 guppy - - * src/mod/: channels.mod/channels.c, irc.mod/mode.c: small fix to - the channels.mod and a small fix to dw's banreason patch - -2001-07-24 21:56 guppy - - * src/mod/channels.mod/channels.c: check for a newer eggdrop when - using our new channels.mod - -2001-07-24 15:50 guppy - - * src/: patch.h, mod/dns.mod/configure: doh, I forgot to commit the - changed configure :P~ - -2001-07-24 09:11 guppy - - * doc/AUTHORS, src/patch.h: go Kirben, go Kirben, its your birthday - -2001-07-24 09:08 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/dns.mod/Makefile.in, - src/mod/dns.mod/configure.in: here is Kirben's bind82.patch - applied - -2001-07-24 09:02 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: yay dw, .. - that Vodka helps - -2001-07-24 08:48 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: let me strike - down thee olde ircd - -2001-07-24 08:43 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: QNX? don't - banks use that - -2001-07-24 08:32 guppy - - * doc/UPDATES1.6, src/net.c, src/patch.h, - src/mod/channels.mod/channels.c: dang those mismatches ... yay - stdarg - -2001-07-24 08:22 guppy - - * doc/UPDATES1.6, src/modules.c, src/patch.h: a typo hunting we - shall go ... yay Kirben - -2001-07-24 08:19 guppy - - * doc/MODULES, doc/UPDATES1.6, doc/tcl-commands.doc, - doc/html/egg-core.html, help/cmds2.help, src/cmds.c, src/main.c, - src/patch.h, src/tclmisc.c, src/mod/modvals.h, - src/mod/channels.mod/channels.c: I thought about doing this years - ago .. glad someone did it :P~ - -2001-07-24 08:09 guppy - - * doc/UPDATES1.6, src/patch.h, src/tclhash.c: well, we know unicode - support will work one day :P~ - -2001-07-24 08:05 guppy - - * src/: main.c, patch.h: go go gadget mobile .. lets do lots of - work today on eggdrop - -2001-07-21 00:53 guppy - - * src/main.c: forgot main.c .. - -2001-07-21 00:52 guppy - - * doc/UPDATES1.6, src/patch.h: lets go for 1.6.7 .. I'm gonna make - a 1.7 branch off of this - -2001-07-18 08:12 guppy - - * INSTALL, README, doc/UPDATES1.6, src/patch.h, - src/mod/channels.mod/help/chaninfo.help: applied Paladin's doc - updates patch - -2001-07-18 00:03 tothwolf - - * src/mod/module.h: Autoindenting mess-up - -2001-07-17 13:53 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/module.h, - src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/blowfish.c, - src/mod/channels.mod/channels.c, src/mod/compress.mod/compress.c, - src/mod/console.mod/console.c, src/mod/ctcp.mod/ctcp.c, - src/mod/dns.mod/dns.c, src/mod/filesys.mod/filesys.c, - src/mod/irc.mod/irc.c, src/mod/notes.mod/notes.c, - src/mod/seen.mod/seen.c, src/mod/server.mod/server.c, - src/mod/share.mod/share.c, src/mod/transfer.mod/transfer.c, - src/mod/uptime.mod/uptime.c, src/mod/wire.mod/wire.c, - src/mod/woobie.mod/woobie.c: here is ITE's expore_define_fix - -2001-07-16 08:59 guppy - - * doc/UPDATES1.6, src/patch.h, src/users.c: added drummer's - delignore patch - -2001-07-16 08:54 guppy - - * src/: misc.c, modules.c, proto.h, mod/module.h: oops, I should - apply the patch too I guess - -2001-07-16 08:53 guppy - - * doc/UPDATES1.6, src/patch.h: applied drummer's patch to get rid - of remove_gunk - -2001-07-15 23:14 guppy - - * doc/UPDATES1.6, src/patch.h, src/userrec.c: fixed a tiny buffer - overflow in cmd_whois .. - -2001-07-14 23:26 guppy - - * doc/UPDATES1.6, scripts/getops.tcl, src/patch.h: here is a fix - for getops and I moved ITE's patches to 1.6.6 - -2001-07-14 23:15 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: here is 1.6.6 ... - -2001-07-14 06:38 poptix - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - src/patch.h: - ITE .conf cleanups, TCL threaded info in DEBUG - -2001-07-14 06:37 poptix - - * src/: chanprog.c, cmds.c, language.c, main.c, patch.h, tcl.c, - tclhash.c: - - Cosmetic TCL fixes, plus TCL threaded info, primarily ITE's - patch. - -2001-07-09 09:57 guppy - - * doc/UPDATES1.6, misc/modconfig: applied Fabian's modconfig patch - ... should I release 1.6.5 tomorrow? all signs point to yes - -2001-07-06 19:49 tothwolf - - * configure, configure.in, doc/UPDATES1.6: std_args.h check was - missing from configure - -2001-07-06 10:38 guppy - - * src/: patch.h, mod/share.mod/share.c: Sorry about this bug ... - newbies shouldn't use linked lists :) - -2001-07-06 10:36 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: here is the - limitlegacy patch ... eggdrop had some funny hacks - -2001-07-05 22:48 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/help/msg/irc.help: couple of fixes to /msg - commands - -2001-07-05 16:19 guppy - - * src/main.c: two unalligned colons in the debug code - -2001-07-04 13:27 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: - - ctcr fix - -2001-07-03 10:47 guppy - - * aclocal.m4, configure, src/patch.h: Tothwolf's patch to fix his - aclocal.m4 patch - -2001-07-03 10:46 guppy - - * src/: cmds.c, patch.h: BAD POPTIX. BAD. - -2001-07-02 19:52 poptix - - * doc/UPDATES1.6, src/mod/wire.mod/wire.c: - guppy's wiremod.diff, check encrypt mod before trying to load - -2001-07-02 19:33 poptix - - * doc/UPDATES1.6, src/cmds.c: - - isowner.patch by me! - -2001-07-02 10:39 guppy - - * src/patch.h: oops, forgot patch.h - -2001-07-02 10:39 guppy - - * doc/UPDATES1.6, src/mod/irc.mod/cmdsirc.c: committed an old patch - of dw's that I and others think is useful - -2001-07-01 01:19 guppy - - * aclocal.m4, configure: tothwolf's lastest aclocal.m4 patch .. - lets test this on as many systems as possible until 1.6.5 is - released .. any problems, i'll wank it but from what I can see, - this is needed to clean up our mess :P~ - -2001-07-01 01:06 guppy - - * README, doc/UPDATES1.6, doc/html/readme.html, - doc/html/chat/efnet_eggfaq.chat, src/patch.h, - src/mod/channels.mod/channels.c, text/motd: added Sup's inactive - patch - -2001-06-30 08:51 guppy - - * src/: patch.h, mod/irc.mod/tclirc.c: Sorry about that bug in - tcl_getchanhost .. Sup fixed it and I am commiting the fix - without a patch since its not worth a patch. - -2001-06-30 00:34 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, - src/mod/channels.mod/tclchan.c: my haschanrec patch - -2001-06-30 00:33 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: Sup's - shareflood fix ... would some people please test this on irncet - and such ... - -2001-06-30 00:29 guppy - - * doc/UPDATES1.6, src/botcmd.c, src/botnet.c, src/chanprog.c, - src/cmds.c, src/dcc.c, src/dns.c, src/language.c, src/modules.c, - src/patch.h, src/tcluser.c, src/userrec.c, src/users.c, - src/mod/assoc.mod/assoc.c, src/mod/channels.mod/channels.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/mode.c, src/mod/irc.mod/tclirc.c, - src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/transfer.mod/transfer.c: here are my cleanup patches ... - -2001-06-29 07:58 guppy - - * configure, configure.in, doc/UPDATES1.6, scripts/getops.tcl, - src/mod/share.mod/share.c: Silly guppy, making bugs that crash - the bot .. 1.6.5 is looking nice .. many many many bug fixes - and even a few legacy bugs got fixed .. what else can we fix in a - week? - -2001-06-28 23:09 guppy - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: One small patch coming up - ... I even created this problem I believe .. silly guppy, - mistakes are for lusers - -2001-06-28 13:21 guppy - - * doc/UPDATES1.6, help/cmds1.help, src/cmds.c, src/net.c, - src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/help/channels.help, - src/mod/server.mod/server.c: here is my small fixes patch - -2001-06-28 13:10 guppy - - * src/patch.h: oops forget addpatch - -2001-06-28 13:06 guppy - - * aclocal.m4, configure, doc/UPDATES1.6: Kirben's binary patch for - Cygwin - -2001-06-28 13:04 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/compress.mod/configure, - src/mod/compress.mod/configure.in, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in: Kirben's compiler patch (affects - both unix and cygwin actually) - -2001-06-28 13:01 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - doc/html/mod-server.html, doc/settings/mod.server, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h: - Sup's channels fix patch - -2001-06-26 06:45 guppy - - * src/mod/dns.mod/configure: oops, forgot to run eggautoconf - -2001-06-25 15:32 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: added a fixed - up version of Kirben's pthreads patch .. also I forgot an update - for his previous cygwin_bind patch - -2001-06-25 15:17 guppy - - * src/: patch.h, mod/dns.mod/configure.in: Kirben's cygwin bind - patch .. I'm redoing his cygwin pthreads one currently - -2001-06-24 22:34 guppy - - * aclocal.m4, src/patch.h: I knew I had commit'd aclocal.m4 - properly ... having two copies of the libsafe fixes in aclocal.m4 - was bad .. hehe here I thought it was my bad coding - -2001-06-24 14:50 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: - logging fix, extraneous \n's by G`Quann/Florian - -2001-06-24 14:49 poptix - - * doc/UPDATES1.6, src/modules.c, src/net.c, src/patch.h, - src/proto.h, src/mod/module.h: - florian's 'netstuff' patch. - -2001-06-24 14:42 poptix - - * src/: patch.h, mod/irc.mod/msgcmds.c: - ITE's new patch for msg key invite etc - -2001-06-24 14:37 poptix - - * aclocal.m4, src/mod/share.mod/share.c: - - jeff's tbuf patch - -2001-06-24 12:29 poptix - - * src/mod/ctcp.mod/ctcp.c: - - nuh, my warning re-added =P - -2001-06-21 23:52 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: here is that - pthreads patch with the changes tothwolf talked about - -2001-06-21 23:49 guppy - - * acconfig.h, aclocal.m4, config.h.in, configure, configure.in, - doc/UPDATES1.6, src/language.c, src/patch.h: I added my - libsafe_hacks patch because I want to get a few people to test it - tonight also, I have a patch I'm trying to hack into eggdrop - -2001-06-20 22:01 guppy - - * configure: poptix forgot to run autoconf - -2001-06-20 19:21 poptix - - * doc/UPDATES1.6: - - blech. - -2001-06-20 19:15 poptix - - * doc/UPDATES1.6, src/patch.h: - Boo hoo, fix my name or i'll cry.. - -2001-06-20 09:57 guppy - - * doc/UPDATES1.6: fixed - -2001-06-20 08:53 poptix - - * doc/UPDATES1.6, src/main.c, src/patch.h: - - Increase the random-ness of rand() - -2001-06-20 08:50 poptix - - * doc/UPDATES1.6, help/cmds2.help, src/cmds.c, src/patch.h: - Sup's .whoami patch - -2001-06-20 08:48 poptix - - * doc/UPDATES1.6, src/botmsg.c, src/dccutil.c, src/patch.h: - stdarg's unicode fixes, along with buffer overflow(s) - -2001-06-20 08:44 poptix - - * aclocal.m4, doc/UPDATES1.6, src/main.c, src/patch.h, - src/mod/module.h, src/mod/assoc.mod/assoc.c, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/channels.c, - src/mod/compress.mod/compress.c, src/mod/console.mod/console.c, - src/mod/ctcp.mod/ctcp.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/filesys.c, src/mod/irc.mod/irc.c, - src/mod/notes.mod/notes.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/server.c, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.c, src/mod/uptime.mod/uptime.c, - src/mod/wire.mod/wire.c, src/mod/woobie.mod/woobie.c: - Cygwin32 Fixes - -2001-06-17 08:09 poptix - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: - cleanup, removal of userfix.patch, yawn.. - -2001-06-15 19:36 poptix - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: - Noyga's default-flags in .+user fix - -2001-06-15 19:33 poptix - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.6, src/misc.c, src/patch.h, - src/tcl.c: - dccdumpfile/dumpfile fixes. - -2001-06-14 23:31 tothwolf - - * scripts/alltools.tcl: [no log message] - -2001-06-14 06:52 poptix - - * scripts/alltools.tcl: [no log message] - -2001-06-14 06:39 poptix - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: [no log - message] - -2001-06-13 18:19 tothwolf - - * scripts/alltools.tcl: added a few more explicit returns - -2001-06-13 18:15 tothwolf - - * scripts/alltools.tcl: updated/modified several commands - -2001-06-12 13:49 poptix - - * src/mod/uptime.mod/: uptime.c: [no log message] - -2001-06-12 11:50 poptix - - * src/mod/uptime.mod/uptime.c: - - we use botnet-nick now, instead of botname - -2001-06-12 11:45 poptix - - * src/mod/uptime.mod/: uptime.c, uptime.h: [no log message] - -2001-06-12 11:44 poptix - - * src/mod/uptime.mod/: Makefile, uptime.c, uptime.h: - - copyright, attempt to get cvs tags working (never used them - myself before) - -2001-06-10 20:48 poptix - - * src/mod/uptime.mod/: uptime.c, uptime.h: - uptime.mod 3 of 3 (license) - -2001-06-10 20:45 poptix - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf: - - uptime.mod commit 2 of 3 - -2001-06-10 20:40 poptix - - * src/mod/uptime.mod/: Makefile, modinfo, uptime.c, uptime.h: - uptime.mod - -2001-06-09 18:11 poptix - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, - src/mod/filesys.mod/tclfiles.c: - filesys memleak fixed, setflags allows flags/channel now like it - claimed to. - -2001-06-08 11:02 poptix - - * doc/tcl-commands.doc, src/patch.h: - teeny tiny addition in tcl-commands.doc for the people who cannot - figure out the obvious. - -2001-06-08 01:00 poptix - - * src/patch.h: - Boo! updating patch.h with the addpatch script to show the last - patch I applied. - -2001-06-06 16:49 tothwolf - - * doc/tcl-commands.doc: ignorelist entry was slightly wrong - -2001-06-06 16:34 tothwolf - - * src/patch.h: [no log message] - -2001-06-06 15:35 poptix - - * doc/UPDATES1.6, src/tcluser.c: - Sup's ignorelist patch. - -2001-06-06 07:20 poptix - - * doc/UPDATES1.6, help/core.help, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/help/channels.help: - .info locking fix, add .info to .help - -2001-06-04 17:41 tothwolf - - * doc/: UPDATES1.6, tcl-commands.doc: - additions/clarifications to tcl-commands.doc - -2001-06-01 16:07 poptix - - * doc/UPDATES1.6, scripts/getops.tcl: [no log message] - -2001-06-01 16:03 guppy - - * doc/UPDATES1.6, src/botnet.c, src/cmds.c, src/patch.h: here is - sup's patch to fix .relay and .chaddr - -2001-06-01 16:00 guppy - - * src/: misc.c, patch.h: small cleanup in misc.c by Eugene - -2001-06-01 15:56 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/main.c, src/patch.h, - src/mod/modvals.h: new evnt: loaded - -2001-05-25 05:09 poptix - - * doc/UPDATES1.6: - - Update for last 2 patches (mkdir, server var problems) - -2001-05-25 05:06 poptix - - * src/mod/: filesys.mod/tclfiles.c, server.mod/servmsg.c: - - It's been 3 days, guppy said wait 2, no bad comments on these two - patches. - -2001-05-23 01:00 poptix - - * scripts/getops.tcl: - - Added my email address, actually testing cvs, guppy says I have - write acces CVS says otherwise... - -2001-05-19 18:25 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/BUG-REPORT, doc/UPDATES1.6, - doc/eggdrop.doc, doc/html/compiling.html, doc/man1/eggdrop.1, - src/cmds.c, src/main.c, src/patch.h: oops, after a few hours I - finally remembered to commit this - -2001-05-19 16:19 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/main.c, src/patch.h, - src/tclmisc.c: here we go ... 1.6.5 any time soon because of that - dns.mod problem.... - -2001-05-18 16:46 guppy - - * README, doc/UPDATES1.6, src/patch.h, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in: ooo dns.mod now too :P~ - -2001-05-18 16:35 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - doc/html/mod-server.html, doc/settings/mod.server, src/patch.h, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c: ooo - legacy code - -2001-05-14 10:17 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcldcc.c, src/tclmisc.c, - src/tcluser.c: Come on september - -2001-05-12 14:50 guppy - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: TaKeDa's patch is now - commited - -2001-05-12 14:48 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/server.c: small - small fix to msgm - -2001-04-25 21:41 guppy - - * README, doc/UPDATES1.6, doc/html/readme.html, - doc/html/chat/efnet_eggheads.chat, - doc/html/chat/efnet_egghelp.chat, - doc/html/chat/efnet_eggtcl.chat, - doc/html/chat/ircnet_bothelp.chat, - doc/html/chat/ircnet_egghelp.chat, - doc/html/chat/undernet_eggheads.chat, src/patch.h, text/motd: - applied Sup's helpchans patch - -2001-04-25 21:38 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/modvals.h, - src/mod/channels.mod/cmdschan.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h: applied Eule's - patch to save us some cpu - -2001-04-18 22:49 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.german.lang, src/patch.h, - src/mod/channels.mod/help/chaninfo.help: added a few more - patches... - -2001-04-18 22:31 guppy - - * aclocal.m4, configure, doc/BUG-REPORT, doc/UPDATES1.6, - src/patch.h: updated the OS check for IRIX, thank you Kevin - -2001-04-13 16:27 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: yay, 1.6.5 - -2001-04-13 13:26 guppy - - * src/: main.c, patch.h: added Sup's write_debug patch - -2001-04-13 13:25 guppy - - * doc/UPDATES1.6, src/patch.h, - src/mod/assoc.mod/language/assoc.german.lang, - src/mod/console.mod/language/console.english.lang, - src/mod/console.mod/language/console.german.lang, - src/mod/filesys.mod/language/filesys.german.lang: more typos and - more German translations have been added - -2001-04-13 13:19 guppy - - * doc/UPDATES1.6, scripts/autobotchk, scripts/weed, src/patch.h: - added ITE's weed.patch, also modified weed and autobotchk - slighty, sorry for not sending a patch - -2001-04-13 00:33 guppy - - * doc/UPDATES1.6, src/patch.h, src/users.c, - src/mod/assoc.mod/assoc.c: added sup's patch also a small small - small fix to assoc.mod .. a NULL NULL NULL NULL line was missing - - -2001-04-13 00:22 guppy - - * doc/UPDATES1.6, language/core.german.lang, src/patch.h, - src/mod/notes.mod/language/notes.german.lang: Added some German - translations and a German notes language file - -2001-04-11 20:44 guppy - - * config.h.in, configure, configure.in, doc/UPDATES1.6, - src/misc_file.c, src/patch.h, src/mod/dns.mod/coredns.c, - src/mod/notes.mod/cmdsnote.c, src/mod/transfer.mod/transfer.c: - yay, how close are we to releasing 1.6.4 now? - -2001-04-11 20:41 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c: here is - Krome's .-noteign patch ... yay - -2001-04-11 20:39 guppy - - * FEATURES, INSTALL, NEWS, README, doc/AUTHORS, doc/UPDATES1.6, - doc/html/readme.html, doc/man1/eggdrop.1, misc/modconfig, - scripts/ques5.tcl, src/bg.c, src/bg.h, src/botcmd.c, - src/botmsg.c, src/botnet.c, src/chan.h, src/chanprog.c, - src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, src/dns.c, - src/dns.h, src/eggdrop.h, src/flags.c, src/flags.h, src/lang.h, - src/language.c, src/main.c, src/main.h, src/mem.c, src/misc.c, - src/misc_file.c, src/misc_file.h, src/modules.h, src/patch.h, - src/proto.h, src/stat.h, src/tandem.h, src/tcl.c, src/tcldcc.c, - src/tclegg.h, src/tclhash.c, src/tclhash.h, src/tclmisc.c, - src/tcluser.c, src/userent.c, src/userrec.c, src/users.c, - src/users.h, src/compat/compat.h, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/memcpy.c, src/compat/memcpy.h, - src/compat/memset.c, src/compat/memset.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h, src/compat/strftime.c, - src/mod/eggautoconf, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/assoc.mod/assoc.h, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/compress.mod/compress.h, - src/mod/compress.mod/tclcompress.c, - src/mod/console.mod/console.c, src/mod/console.mod/console.h, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h, src/mod/wire.mod/wire.c, - src/mod/wire.mod/wire.h, src/mod/woobie.mod/woobie.c, - text/banner, text/motd: lets update the copyright info for 2001 - k? :P~ - -2001-04-07 13:36 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/mode.c: fixed - Krome's modes per line bug finally, modes-per-line 3 now works - -2001-04-06 16:39 guppy - - * doc/UPDATES1.6, src/tclhash.c: fixed a channel add bug - -2001-04-06 16:31 guppy - - * doc/UPDATES1.6, scripts/ques5.tcl, src/patch.h: added a small - typo patch - -2001-04-06 16:29 guppy - - * aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: applied - nakee's solaris compile fix - -2001-04-06 16:28 guppy - - * doc/UPDATES1.6, src/botmsg.c, src/dccutil.c, src/misc.c, - src/modules.c, src/patch.h, src/proto.h, src/tcl.c, - src/mod/module.h, src/mod/channels.mod/tclchan.c: applied Zart's - patch to make the unicode shit handle tcl version > 9 - -2001-04-02 16:50 guppy - - * doc/UPDATES1.6, scripts/alltools.tcl, src/patch.h: added sup's - patch, who thinks 1.6.4 on friday or saturday? I got a few things - I'll be sending on wed - -2001-04-01 11:42 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: applied kirben's cygwin - patch - -2001-04-01 10:02 guppy - - * scripts/getops.tcl: gave poptix more credit for getops.tcl - -2001-03-18 17:00 guppy - - * src/: botmsg.c, dccutil.c, misc.c, modules.c, patch.h, proto.h, - mod/module.h, mod/channels.mod/tclchan.c: here is wingman's bug - fix, yay - -2001-03-17 17:25 guppy - - * doc/UPDATES1.6, src/mod/channels.mod/cmdschan.c: per's patch for - .stick - -2001-03-17 17:20 guppy - - * doc/KNOWN-PROBLEMS, language/core.german.lang, - scripts/notes2.tcl, scripts/userinfo.tcl, src/patch.h: typos - fixed by eugene - -2001-03-17 17:19 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcldcc.c: abraham's patch for - remote boots - -2001-03-11 15:00 guppy - - * src/: modules.c, patch.h, proto.h, mod/module.h: added a fix to - Wingman's unicode patch - -2001-03-11 01:02 guppy - - * doc/UPDATES1.6, doc/text-substitutions.doc, help/cmds2.help, - src/botcmd.c, src/patch.h: Applied ITE's patch to fix a small - remote motd bug -- good work ITE. - -2001-03-10 16:44 guppy - - * doc/UPDATES1.6, src/dns.c, src/patch.h: ITE's dns fix .. yay .. - such a simple fix - -2001-03-10 16:38 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcl.c, src/tclhash.c: added - Wingman's patch to remove debug-tcl - -2001-03-10 16:32 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/blowfish.mod/blowfish.c: - added Wingman's encryption fix patch, this does the same as ITE's - but Wingman's was there first, sorry ITE. - -2001-03-10 00:36 guppy - - * doc/UPDATES1.6, src/botmsg.c, src/dccutil.c, src/misc.c, - src/modules.c, src/patch.h, src/proto.h, src/mod/module.h, - src/mod/channels.mod/tclchan.c: Wingman's utf8 fix ... please - test this alot people :P~ - -2001-02-27 15:33 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: time for 1.6.4, looks - like we have bugs already - -2001-02-27 11:06 guppy - - * Makefile.in, doc/UPDATES1.6, src/dcc.c, src/patch.h: reverted the - Makefile patch and the protect-telnet patch before 1.6.3 -- we - are ready to release - -2001-02-26 21:18 guppy - - * doc/UPDATES1.6, src/modules.c, src/patch.h, src/mod/module.h, - src/mod/modvals.h, src/mod/blowfish.mod/blowfish.c, - src/mod/wire.mod/wire.c: lets make blowfish more friendly - -2001-02-25 22:17 guppy - - * Makefile.in, doc/UPDATES1.6: nakee's makefile fix - -2001-02-25 21:56 guppy - - * doc/UPDATES1.6, src/patch.h, src/userent.c: this memory leak has - existed for a long time, pre 1.6 :P~ - -2001-02-25 01:33 guppy - - * doc/UPDATES1.6, src/net.c, src/patch.h, src/tcldcc.c: this adds - Habeeb's patch which gives the user a more formal answer if their - IP is set incorrectly instead of saying it cannot grab a nearby - port - -2001-02-25 01:05 guppy - - * doc/UPDATES1.6, scripts/sentinel.tcl, src/patch.h: new sentinel - version - -2001-02-24 14:15 guppy - - * doc/UPDATES1.6, src/dcc.c, src/patch.h: fireball's protect-telnet - patch - -2001-02-24 14:11 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: jason's - shareexpire patch - -2001-02-24 14:08 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/chanprog.c, src/lang.h, src/main.c, src/patch.h: added - tothwolf's root patch - -2001-02-15 21:48 tothwolf - - * doc/UPDATES1.6: [no log message] - -2001-02-14 22:33 tothwolf - - * doc/tcl-commands.doc, src/mod/irc.mod/tclirc.c: - Reversed putkickall patch - -2001-02-11 11:57 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/patch.h, src/mod/irc.mod/msgcmds.c: finally, msg_hello is - fixed - -2001-02-11 11:55 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, - src/mod/irc.mod/tclirc.c: putkickall, I am for this command since - I have written it myself in tcl various times - -2001-01-30 23:40 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/notes.c, - src/mod/notes.mod/language/notes.english.lang: jason's notes - patch ... - -2001-01-30 23:38 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: more - revengebot crap Thanks fabian, the code is cleaner .. - -2001-01-30 23:34 guppy - - * eggdrop.complete.conf, doc/UPDATES1.6, src/main.c, src/patch.h: - sigterm-default.diff -- I agree wit this, kill -9 is bad - -2001-01-30 23:32 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/chanprog.c, src/lang.h, src/main.c, src/main.h, src/patch.h: - added tclstuff.diff -- finally, we can see our tcl version in a - .status - -2001-01-27 00:26 tothwolf - - * src/dccutil.c: [no log message] - -2001-01-26 15:18 guppy - - * src/: dccutil.c, misc.c, patch.h, tcl.c, tclegg.h: Tothwolf's - lastest i18n fix - -2001-01-26 15:06 guppy - - * README, doc/UPDATES1.6, doc/html/readme.html, src/patch.h: - applied sup's helpchans patch - -2001-01-24 07:43 tothwolf - - * src/: patch.h, tcl.c: - Call Tcl_FindExecutable() in tcl.c before Tcl_SetSystemEncoding() - -2001-01-22 22:33 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/irc.c: applied - revengebot.patch (slightly modified by myself) -- please test as - I dont use revengebot ever - -2001-01-22 17:47 guppy - - * eggdrop.complete.conf, doc/UPDATES1.6, doc/html/egg-core.html, - doc/settings/core.settings, help/core.help, help/set/cmds1.help, - help/set/cmds2.help, src/dccutil.c, src/modules.c, src/patch.h, - src/tcl.c, src/mod/module.h, src/mod/filesys.mod/filesys.c, - src/mod/transfer.mod/transfer.c: applied reserved-portrange.diff - (yay) - -2001-01-22 17:41 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcl.c, src/tclegg.h: applied - Tothwolf's i18n support patch -- lets test this one, cause it - would be good for 1.6.4 - -2001-01-22 17:34 guppy - - * doc/UPDATES1.6, doc/tcl-commands.doc, help/cmds1.help, - src/patch.h: applied a small patch by ppslim - -2001-01-21 01:49 guppy - - * src/: patch.h, tclhash.c: a little fix to .binds .. should work - the way we want now -- it only ignores procs with a leading * and - doesn't give a care in the world about : anymore - -2001-01-21 01:32 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/notes.mod/cmdsnote.c: our - noteusage fix .. brought to you by the makers of Sup. - -2001-01-21 01:25 guppy - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: applied Jason's -host - patch (now how am I suppose to get around that +k flag? ) - -2001-01-19 02:16 tothwolf - - * configure: - autoconf needed to be run - -2001-01-17 17:32 guppy - - * doc/UPDATES1.6, src/patch.h, src/tclhash.c: oops I did it again - .. Britney Spears, , this fixes .binds - -2001-01-16 11:13 guppy - - * doc/UPDATES1.6, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/patch.h, src/mod/assoc.mod/assoc.c, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/console.mod/console.c, src/mod/ctcp.mod/ctcp.c, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/dbcompat.c, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filelist.c, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/cmdsnote.c, src/mod/notes.mod/notes.c, - src/mod/seen.mod/seen.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/transfer.c, src/mod/wire.mod/wire.c: - Cleanup of Context(); and Assert(); usage in the core and modules - is completed Doing some testing lastnite, the size of the binary - and all modules combined with this patch was 22k smaller when - compiled (not that big of a deal; however, there should be quite - a bit of CPU saved since we aren't doing 15 odd Context(); calls - on certain functions/binds - - Jeff - -2001-01-14 21:28 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: welcome to 1.6.3 land - boys and girls - -2001-01-14 20:44 guppy - - * configure.in: updated the recommended tcl version to 8.3.2 .. - working on a 1.6.2 release soon - -2001-01-14 18:25 guppy - - * doc/UPDATES1.6: fixed UPDATES1.6, we were missing an entry. - -2001-01-07 21:43 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/server.mod/servmsg.c: - applied sup's patch; however, I removed the change from a while - loop to a for loop since it caused compiler warnings: - ../server.mod/servmsg.c:1143: warning: `x\' might be used - uninitialized in this function - -2001-01-07 21:30 guppy - - * doc/UPDATES1.6, src/patch.h, src/tclhash.c: applied blaster's - tclhash patch slightly - -2000-12-23 00:15 guppy - - * doc/UPDATES1.6, src/cmds.c, src/patch.h: quickly fixed chaddr .. - looked over cmds.c for anymore broken strncpyz, and couldn't seem - to find any - -2000-12-23 00:11 guppy - - * doc/UPDATES1.6, help/cmds2.help, help/core.help, src/cmds.c, - src/net.c, src/patch.h: ITE's trafficfix patch (slightly modified - to fix a compiler warning and a problem in net.c dealing with - extern) - -2000-12-21 14:20 guppy - - * aclocal.m4, configure, configure.in, doc/UPDATES1.6, src/patch.h, - src/mod/Makefile.in: ITE's configure path fix patch - -2000-12-21 14:12 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c: - sharefix.diff has been applied, slightly modified since I - realized I sent the wrong patch :) - -2000-12-19 16:17 guppy - - * src/patch.h: forgot the revenge fix in patch.h - -2000-12-19 15:56 guppy - - * doc/UPDATES1.6, src/userent.c, src/mod/channels.mod/tclchan.c: - applied toot's two patches (revengefix and the one to eggdev - about XTRA info breaking) - -2000-12-18 14:24 guppy - - * src/misc.c: oops - -2000-12-18 14:18 guppy - - * src/misc.c: quickly fixed src/misc.c -- I broke daysago and the - other functions that convert from seconds to a duration in - core_cleanup.diff, sorry I didn't send a patch to patches, its a - small revert. - -2000-12-17 15:48 guppy - - * src/: proto.h, tcl.c, mod/module.h: Applying fabian's patch for - unicode support (also by Wingman); however, there was a warning - in src/tcl.c - - tcl.c: In function `readtclprog': tcl.c:583: warning: passing arg - 2 of `Tcl_EvalFile' discards `const' from pointer target type - - so I removed the const usage and warning is gone. - - Jeff - -2000-12-17 15:37 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/tclchan.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: TaKeDa's negative limit patch - -2000-12-13 22:11 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/share.mod/share.c, - src/mod/share.mod/uf_features.c, src/mod/transfer.mod/transfer.c: - guppy: fabian's share_status_message fix, fixes a few problems - with userfile sharing - -2000-12-10 09:10 guppy - - * doc/UPDATES1.6, src/chanprog.c, src/cmds.c, src/dcc.c, - src/dccutil.c, src/dns.c, src/flags.c, src/language.c, - src/main.c, src/mem.c, src/misc.c, src/misc_file.c, - src/modules.c, src/net.c, src/patch.h, src/rfc1459.c, src/tcl.c, - src/tcldcc.c, src/tclhash.c, src/tclmisc.c, src/userent.c, - src/userrec.c, src/users.c: guppy: core_cleanup.diff ... - -2000-12-07 21:07 guppy - - * doc/UPDATES1.6, src/patch.h, src/tcldcc.c, src/tclmisc.c, - src/tcluser.c: guppy: added my tclfiles.diff (left out the shit - to remove the check for # in tcl_utimers and tcl_timers) - -2000-12-05 20:45 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/help/channels.help: guppy: Sup's stickfix - patch - -2000-12-05 20:35 guppy - - * doc/UPDATES1.6, src/patch.h, src/users.c, - src/mod/channels.mod/userchan.c, src/mod/transfer.mod/transfer.c: - guppy: fabian's transfer_fclose_fix - -2000-12-05 20:32 guppy - - * doc/UPDATES1.6, src/chan.h, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c: guppy: Eule's efnetcycle patch - -2000-11-28 21:10 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/help/chaninfo.help, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c: Eule's delayvoice patch - -2000-11-28 20:52 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/lang.h, - src/patch.h: Tothwolf's unused language cleanup - -2000-11-28 20:49 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - src/patch.h: part of sup's variable fix patch. - -2000-11-28 20:46 guppy - - * aclocal.m4, configure, configure.in, doc/UPDATES1.6, src/patch.h: - added Tothwolf's thread-stuff-fixed patch - -2000-11-22 21:56 guppy - - * doc/UPDATES1.6, src/Makefile.in, src/main.c, src/patch.h: guppy: - changed to 1.6.2 folks ... - -2000-11-21 16:31 guppy - - * doc/KNOWN-PROBLEMS, doc/UPDATES1.6, src/patch.h: guppy: Wiktor's - knownproblems patch - -2000-11-21 16:30 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/userchan.c: guppy: Eule's (from fabian) - new_expired patch - -2000-11-20 23:18 guppy - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6, - doc/settings/mod.channel, doc/settings/mod.irc, src/chan.h, - src/cmds.c, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/help/chaninfo.help, - src/mod/channels.mod/help/set/channels.help, - src/mod/irc.mod/irc.c, src/mod/seen.mod/seen.c: guppy: toot's - revenge-mode patch and two patches by dw for seen.mod and - quietsave - -2000-11-20 23:06 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: guppy: - Axel's recheck_channel patch - -2000-11-20 22:56 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/cmdschan.c: - guppy: dw's dynamicbans patch - -2000-11-20 22:55 guppy - - * doc/UPDATES1.6, language/core.english.lang, src/patch.h, - src/users.c: guppy: fabian's chanmasks ignore patch - -2000-11-20 22:46 guppy - - * doc/UPDATES1.6, src/misc.c, src/patch.h, src/proto.h: guppy: - fabian's dumplots patch - -2000-11-20 22:38 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/channels.mod/userchan.c: - guppy: fabian's expired_banmask_fix patch - -2000-11-15 21:27 guppy - - * doc/UPDATES1.6, src/main.c, src/patch.h: guppy: 1.6.1 here we go - -2000-11-15 20:49 guppy - - * doc/UPDATES1.6, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/chanprog.c, src/patch.h: guppy: my nouserfile patch, time to - release 1.6.0 - -2000-11-12 00:57 guppy - - * doc/tcl-commands.doc, src/patch.h: guppy: fabian's fixdoc patch - ... - -2000-11-10 13:43 guppy - - * doc/UPDATES1.6, src/patch.h, src/userrec.c: guppy: dw's default - setting patch, I've heard many people complain about this - -2000-11-10 13:39 guppy - - * doc/UPDATES1.6, src/flags.c, src/patch.h: guppy: flags.patch by - ITE .. - -2000-11-08 16:55 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: guppy: added - Eule's ircd2.9 patch ... damn legacy code - -2000-11-08 14:11 guppy - - * doc/UPDATES1.6, doc/html/mod-server.html, - doc/settings/mod.server, src/patch.h, - src/mod/server.mod/server.h: guppy: the lagcheck removal patch - -2000-11-08 14:07 guppy - - * doc/UPDATES1.6, src/patch.h, src/mod/irc.mod/chan.c: guppy: - Eule's check_exempt2.patch - -2000-11-08 13:52 guppy - - * doc/UPDATES1.6, scripts/CONTENTS, scripts/Makefile.in, - scripts/sentinel.tcl, scripts/sentinel1.55.tcl: guppy: applied - sentinelupgrade.diff, did I remember to add the files? - -2000-11-08 13:45 guppy - - * doc/UPDATES1.6, src/mod/irc.mod/irc.c: guppy: Sup's statuslog fix - .. can't believe I left a bug in some of my own code ... - -2000-11-08 13:43 guppy - - * doc/UPDATES1.6, src/cmds.c: guppy: Applied Sup's patch so you - cannot unlink directly linked bots. - -2000-11-08 08:59 guppy - - * NEWS, doc/UPDATES1.6, doc/settings/mod.server, src/patch.h: - reverted Wiktor's lagcheck removal patch, btw, if you do a 'grep - -ri lagcheck *' there are still some refs to lagcheck, one in - mod.server, and a couple in the source code .. do we need them? - (guppy) - -2000-11-08 06:30 johoho - - * NEWS: forgot to change the last mod. line in NEWS file...heaven - forbid to write a new patch :o) - -2000-11-08 01:32 johoho - - * NEWS, doc/UPDATES1.6, doc/settings/mod.server, src/patch.h: - removed lagcheck from the docs - -2000-11-07 20:42 guppy - - * doc/: Makefile.in, UPDATES.pre1.5, UPDATES1.6: guppy: cleaned up - the UPDATES.pre1.5 file - -2000-11-07 02:16 johoho - - * doc/: UPDATES1.3, UPDATES1.4: I hope this is final now.... - -2000-11-07 02:13 johoho - - * doc/: UPDATES.pre1.5, UPDATES.pre1.3: [no log message] - -2000-11-07 02:12 johoho - - * doc/UPDATES1.6, src/patch.h: concated updates* files in doc/ - -2000-11-06 08:30 guppy - - * doc/MODULES: guppy: sup just told me his module patch from long - ago was still not applied, minor doc change - -2000-11-06 08:27 guppy - - * doc/html/authors.html: guppy: and our authors html file - -2000-11-06 08:26 guppy - - * doc/AUTHORS: guppy: sup reminded me to fix AUTHORS - -2000-11-05 23:57 tothwolf - - * text/motd: - Changed version to 1.6 in motd file - -2000-11-05 22:24 tothwolf - - * eggdrop.advanced.conf, eggdrop.complete.conf: - Removed ^M chars from config examples - -2000-11-05 22:18 guppy - - * doc/UPDATES1.6: forgot UPDATES1.6 - -2000-11-05 22:06 guppy - - * FEATURES, NEWS, README, eggdrop.advanced.conf, - eggdrop.complete.conf, eggdrop.simple.conf, doc/BOTNET, - doc/BUG-REPORT, doc/CONTENTS, doc/Makefile.in, doc/UPDATES1.5, - doc/patch.howto, doc/tcl-commands.doc, - doc/text-substitutions.doc, doc/html/app-textsub.html, - doc/html/egg-core.html, doc/html/faq1.html, - doc/html/features.html, doc/html/index.html, doc/html/news.html, - doc/html/readme.html, scripts/getops.tcl, src/main.c, - src/patch.h, src/mod/assoc.mod/assoc.c, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/channels.c, - src/mod/compress.mod/compress.c, src/mod/console.mod/console.c, - src/mod/ctcp.mod/ctcp.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/filesys.c, src/mod/irc.mod/irc.c, - src/mod/notes.mod/notes.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/server.c, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.c, src/mod/wire.mod/wire.c, - src/mod/wire.mod/wire.h, - src/mod/wire.mod/language/wire.english.lang, - src/mod/wire.mod/language/wire.french.lang, - src/mod/wire.mod/language/wire.german.lang, - src/mod/woobie.mod/woobie.c, text/banner: 1.5 has now become 1.6 - -2000-11-05 15:37 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/irc.c: fabian: - applied Eule's irc_close patch - -2000-11-05 15:36 fabian - - * doc/UPDATES1.5, scripts/CONTENTS, scripts/Makefile.in, - scripts/cmd_resolve.tcl, scripts/help/cmd_resolve.help, - src/patch.h: fabian: applied guppy's cmd_resolve patch - -2000-11-05 04:31 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/dns.mod/coredns.c, - src/mod/dns.mod/dns.c: fabian: applied dns_zero_resolve patch - -2000-11-05 04:30 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c: fabian: - applied idchannel_detect patch - -2000-11-04 10:03 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/dns.mod/dns.c: fabian: - applied Sup's remove_cmd_resolve patch - -2000-11-03 11:17 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/cmdsirc.c: fabian: - applied Sup's cmdsirc_fix patch. Stylistic adjustments. Changed - to make use of strncpyz. - -2000-11-03 11:15 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c: - fabian: applied guppy's banreason patch. Adjusted to make use of - strncpyz. Added MASKREASON_LEN/_MAX defines. - -2000-11-03 11:06 fabian - - * doc/UPDATES1.5, src/main.h, src/patch.h, - src/mod/server.mod/server.h: fabian: applied strncpyz patch - -2000-11-03 11:05 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c: fabian: - applied Eule's who_stack patch - -2000-11-03 11:04 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - src/chan.h, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/tclchan.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c: fabian: applied Eule's delayset patch - -2000-10-30 14:51 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/channels.c: - fabian: applied do_channel_part_fix patch - -2000-10-30 14:50 fabian - - * doc/UPDATES1.5, src/dcc.c, src/patch.h, src/tclhash.c: fabian: - applied const_setvar_fix patch - -2000-10-30 14:49 fabian - - * doc/UPDATES1.5, src/net.c, src/patch.h: fabian: applied drummer's - sun_firewall_fix patch (net.c.patch) - -2000-10-27 13:40 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c: fabian: - applied delchan_during_joinbind patch - -2000-10-27 13:39 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/filedb3.c, src/mod/filesys.mod/filedb3.h, - src/mod/filesys.mod/files.c: fabian: applied filesys_remote_ln - patch - -2000-10-27 13:38 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/irc.c: fabian: - applied Eule's expired2 patch - -2000-10-27 13:38 fabian - - * doc/UPDATES1.5, help/cmds2.help, src/flags.h, src/patch.h, - src/mod/irc.mod/mode.c: fabian: applied Eule's stopnethack_exempt - patch - -2000-10-27 13:36 fabian - - * doc/UPDATES1.5, src/bg.c, src/patch.h: fabian: applied bg_cleanup - patch - -2000-10-27 13:35 fabian - - * doc/UPDATES1.5, src/dcc.c, src/eggdrop.h, src/net.c, src/patch.h, - src/proto.h, src/tcldcc.c: fabian: applied save_data patch - -2000-10-27 13:34 fabian - - * doc/UPDATES1.5, language/core.english.lang, - language/core.german.lang, src/botnet.c, src/dcc.c, src/lang.h, - src/net.c, src/patch.h, src/tcldcc.c, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c, - src/mod/share.mod/share.c: fabian: applied net_sockfail_nonfatal - patch - -2000-10-27 13:33 fabian - - * aclocal.m4, configure, doc/UPDATES1.5, src/patch.h: fabian: - applied sunos_aclocal_fix patch - -2000-10-27 13:32 fabian - - * doc/UPDATES1.5, src/dcc.c, src/flags.c, src/flags.h, src/main.c, - src/mem.c, src/modules.c, src/modules.h, src/patch.h, - src/proto.h, src/tclhash.c, src/tclhash.h, src/tclmisc.c, - src/userrec.c, src/users.h, src/mod/module.h, - src/mod/irc.mod/chan.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/share.c: fabian: applied tcl_hash_overhaul - patch. (minor change: added comments to end of check_tcl_bind().) - -2000-10-27 13:30 fabian - - * doc/UPDATES1.5, src/net.c, src/patch.h, - src/mod/server.mod/server.c: fabian: applied getmyhostname_fix - patch - -2000-10-27 13:29 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/modvals.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h: fabian: applied - channel_part_fix patch - -2000-10-27 13:28 fabian - - * doc/UPDATES1.5, src/eggdrop.h, src/main.c, src/patch.h, - src/proto.h, src/mod/module.h: fabian: applied the assert_fix - patch - -2000-10-27 13:27 fabian - - * doc/UPDATES1.5, src/misc.c, src/patch.h: fabian: applied the - ambiguous_braces patch - -2000-10-27 13:26 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/userchan.c, - src/mod/irc.mod/irc.c: fabian: applied Eule's expired patch - -2000-10-27 13:24 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/filesys.c, - src/mod/server.mod/server.c: fabian: applied Sup's ctcp_dcc_fix - patch - -2000-10-26 04:20 jason - - * doc/man1/eggdrop.1: Fabians manpage patch - -2000-10-19 10:35 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/irc.h: fabian: - applied Looser^'s me_op_fix patch, fixing the export macro for - me_op - -2000-10-19 10:34 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/mode.c: fabian: - applied Eule's mode_while_pending patch - -2000-10-19 10:33 fabian - - * doc/UPDATES1.5, src/patch.h, src/userrec.c: fabian: applied - Eule's set_chanlist-fix patch - -2000-10-19 10:32 fabian - - * doc/UPDATES1.5, src/chanprog.c, src/modules.c, src/patch.h, - src/proto.h, src/mod/module.h, src/mod/irc.mod/chan.c: fabian: - applied Eule's gotnick patch - -2000-10-19 10:31 fabian - - * doc/UPDATES1.5, src/dcc.c, src/patch.h, - src/mod/irc.mod/msgcmds.c: fabian: applied guppy's - bug83-telnetuser-v2 patch - -2000-10-19 10:30 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.5, doc/html/mod-channels.html, - doc/settings/mod.channel, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/help/chaninfo.help, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c: fabian: applied Eule's clearmodes patch - -2000-10-15 10:11 tothwolf - - * doc/Makefile.in: - doc/Makefile.in still had a reference to doc/readme - -2000-10-11 05:03 tothwolf - - * doc/html/: app-botnet.html, app-sharing.html, index.html: - renamed app-botnet.html to app-sharing.html - -2000-10-11 04:27 tothwolf - - * doc/html/: about.html, app-botnet.html, app-problems.html, - app-textsub.html, app-tricks.html, app-weird.html, authors.html, - bans.html, botnet.html, compiling.html, egg-core.html, faq1.html, - faqs.html, features.html, flags.html, index.html, install.html, - mod-assoc.html, mod-blowfish.html, mod-channels.html, - mod-compress.html, mod-dns.html, mod-filesys.html, mod-irc.html, - mod-notes.html, mod-server.html, mod-share.html, mod-wire.html, - news.html, party.html, readme.html, sharing.html, starting.html, - users.html: - Changed copyright footer - -2000-10-09 07:07 tothwolf - - * doc/html/: about.html, app-botnet.html, app-problems.html, - app-textsub.html, app-tricks.html, app-weird.html, authors.html, - bans.html, botnet.html, compiling.html, egg-core.html, faq1.html, - faqs.html, features.html, flags.html, index.html, install.html, - mod-assoc.html, mod-blowfish.html, mod-channels.html, - mod-compress.html, mod-dns.html, mod-filesys.html, mod-irc.html, - mod-notes.html, mod-server.html, mod-share.html, mod-wire.html, - news.html, party.html, readme.html, sharing.html, starting.html, - users.html: - fixed html doctype - -2000-10-09 06:57 tothwolf - - * doc/: AUTHORS, html/authors.html: - Use table for authors file - -2000-10-09 06:32 tothwolf - - * doc/readme: - Removed extra readme file - -2000-10-09 06:26 tothwolf - - * NEWS, README, eggdrop.advanced.conf, eggdrop.complete.conf, - doc/AUTHORS, doc/BOTNET, doc/CONTENTS, doc/KNOWN-PROBLEMS, - doc/MODULES, doc/UPDATES.pre1.3, doc/UPDATES1.3, doc/UPDATES1.4, - doc/UPDATES1.5, doc/compiling.FAQ, doc/eggdrop.doc, - doc/patch.howto, doc/readme, doc/tcl-commands.doc, doc/tricks, - doc/html/app-problems.html, doc/html/app-probs.html, - doc/html/app-textsub.html, doc/html/app-tricks.html, - doc/html/authors.html, doc/html/compiling.html, - doc/html/faq1.html, doc/html/features.html, doc/html/index.html, - doc/html/install.html, doc/html/readme.html, - doc/settings/core.settings, doc/settings/mod.channel: - Documentation updates - -2000-10-02 16:35 fabian - - * doc/UPDATES1.5, src/chanprog.c, src/patch.h: fabian: applied the - ismember_fix patch - -2000-10-01 18:18 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/mode.c: fabian: - applied Cybah's flush_mode_cleanups patch - -2000-10-01 13:19 fabian - - * aclocal.m4, configure, configure.in, doc/UPDATES1.5, src/patch.h: - fabian: applied SuperS' osfix3 patch. Fixed tcl configuration - caching (should have made a seperate patch, but I'm too lazy. - Someone please fix me ;)). - -2000-10-01 13:14 fabian - - * aclocal.m4, configure, configure.in, doc/UPDATES1.5, src/patch.h: - fabian: applied TheUnknown's patch solaris-config. Adjusted to - cache result. - -2000-10-01 13:12 fabian - - * doc/MODULES, doc/UPDATES1.5, doc/compiling.FAQ, doc/patch.howto, - doc/tcl-commands.doc, help/set/cmds2.help, src/patch.h, - src/mod/wire.mod/language/wire.german.lang: fabian: applied - Eugene's testfix patch. Slightly edited. - -2000-10-01 13:11 fabian - - * doc/UPDATES1.5, scripts/getops.tcl, src/chan.h, src/chanprog.c, - src/patch.h, src/proto.h, src/userrec.c, src/mod/irc.mod/chan.c, - src/mod/notes.mod/notes.c: fabian: applied notes_lang_fix patch - -2000-09-27 13:48 fabian - - * aclocal.m4, configure, doc/UPDATES1.5, src/Makefile.in, src/bg.c, - src/bg.h, src/main.c, src/patch.h: fabian: applied - threaded_libtcl_support patch - -2000-09-27 13:47 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/assoc.mod/Makefile, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/console.mod/Makefile, - src/mod/irc.mod/irc.c: fabian: applied the plus_a_cycle patch - -2000-09-27 13:43 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c: fabian: - applied Eule's kickall_fix patch, together with my own small - tweaks - -2000-09-27 13:41 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c: fabian: - applied guppy's serverloaded patch - -2000-09-27 13:40 fabian - - * doc/UPDATES1.5, src/main.c, src/patch.h, src/tcldcc.c, - src/mod/dns.mod/dns.c, src/mod/filesys.mod/filesys.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/share.c: fabian: applied new_dcc_fixes patch - -2000-09-23 11:49 fabian - - * doc/UPDATES1.5, src/misc.c, src/modules.c, src/patch.h, - src/proto.h, src/mod/module.h: fabian: applied Cybah's - egg_strcatn patch - -2000-09-23 11:49 fabian - - * eggdrop.simple.conf, doc/UPDATES1.5, src/patch.h: fabian: applied - eugene's helppath (aka eggdrop.simple.conf) patch - -2000-09-23 11:47 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/seen.mod/help/msg/seen.help: - fabian: applied seen_help patch - -2000-09-23 11:46 fabian - - * doc/UPDATES1.5, src/eggdrop.h, src/net.c, src/patch.h, - src/mod/transfer.mod/transfer.c: fabian: applied - transfer_turbodcc_dos patch - -2000-09-23 11:46 fabian - - * doc/UPDATES1.5, src/flags.h, src/patch.h: fabian: applied - flag_correct patch - -2000-09-23 11:45 fabian - - * src/mod/: assoc.mod/assoc.h, - assoc.mod/language/assoc.english.lang, console.mod/console.h, - console.mod/language/console.english.lang, - notes.mod/language/notes.english.lang: fabian: phew.. that was - close. almost forgot to add the new files again.. (guppy's - language-v2 patch) - -2000-09-23 11:40 fabian - - * doc/UPDATES1.5, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/lang.h, - src/patch.h, src/mod/assoc.mod/assoc.c, - src/mod/console.mod/console.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h: fabian: - applied guppy's language-v2 patch - -2000-09-18 14:04 fabian - - * doc/UPDATES1.5, src/dcc.c, src/dccutil.c, src/lang.h, - src/patch.h, src/mod/irc.mod/chan.c, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/notes.mod/notes.c: fabian: - applied guppy's lang_args patch - -2000-09-18 14:03 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/ctcp.mod/ctcp.c: fabian: - applied guppy's ctcp_mod_cleanup patch - -2000-09-18 14:02 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/help/server.help: - fabian: applied guppy's cmd_jump_helpfix patch - -2000-09-18 14:01 fabian - - * doc/UPDATES1.5, src/cmds.c, src/misc.c, src/modules.c, - src/patch.h, src/proto.h, src/users.c, src/mod/module.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/userchan.c, - src/mod/share.mod/share.c, src/mod/share.mod/uf_features.c: - fabian: applied ipv6_masks patch, revision 3 - -2000-09-18 04:06 fabian - - * src/compat/gnu_strftime.c: fabian: thanks to Tothwolf, I - remembered to finally complete applying the strftime_compat - patch. probably the third attempt. 8) - -2000-09-15 14:08 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/cmdschan.c: - fabian: applied the chaninfo_udef_output patch - -2000-09-13 14:49 fabian - - * doc/UPDATES1.5, src/botmsg.c, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/udefchan.c: fabian: applied - udef_inactivechan_fix patch - -2000-09-13 13:44 fabian - - * src/md5/global.h: fabian: forgot to remove md5/global.h - -2000-09-12 09:34 fabian - - * src/compat/: strftime.c, strftime.h: forgot to add the new files - strftime.c and strftime.h, belonging to the strftime_compat - patch. - -2000-09-12 09:29 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - src/patch.h: fabian: applied revenge_bot_update patch - -2000-09-12 09:28 fabian - - * Makefile.in, aclocal.m4, configure, eggdrop.advanced.conf, - eggdrop.complete.conf, doc/UPDATES1.5, src/patch.h: fabian: - configure_fix patch - -2000-09-12 09:26 fabian - - * config.h.in, configure, configure.in, doc/UPDATES1.5, - src/Makefile.in, src/cmds.c, src/main.h, src/misc.c, src/patch.h, - src/tclmisc.c, src/users.c, src/compat/Makefile.in, - src/compat/compat.h, src/compat/inet_aton.h, src/compat/memcpy.h, - src/compat/memset.h, src/compat/snprintf.h, - src/compat/strcasecmp.h, src/md5/Makefile.in, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, - src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/filesys.mod/Makefile, - src/mod/filesys.mod/filedb3.c, src/mod/irc.mod/Makefile, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/msgcmds.c, src/mod/notes.mod/Makefile, - src/mod/notes.mod/notes.c, src/mod/seen.mod/Makefile, - src/mod/server.mod/Makefile, src/mod/share.mod/Makefile, - src/mod/transfer.mod/Makefile, src/mod/wire.mod/Makefile: fabian: - strftime_compat patch - -2000-09-12 09:25 fabian - - * doc/UPDATES1.5, src/botmsg.c, src/patch.h: fabian: Eule's - notebeep2 patch - -2000-09-09 11:31 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/servmsg.c: - fabian: Koach's rfc1459_pass patch - -2000-09-09 11:30 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/share.mod/share.c: fabian: - guppy's unlink patch - -2000-09-09 11:29 fabian - - * doc/UPDATES1.5, src/botcmd.c, src/botmsg.c, src/patch.h, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, - src/mod/filesys.mod/filedb3.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/server.c, src/mod/share.mod/share.c: fabian: - format_string_fixes patch - -2000-09-09 05:40 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/share.mod/share.c: fabian: - userfile_fail_fix patch - -2000-09-09 05:40 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/compress.mod/compress.c, - src/mod/share.mod/share.c: fabian: uff_compress_fix patch - -2000-09-09 05:39 fabian - - * configure.in, doc/UPDATES1.5, src/Makefile.in, src/botnet.c, - src/dcc.c, src/dns.c, src/dns.h, src/eggdrop.h, src/main.h, - src/net.c, src/patch.h, src/tcldcc.c, src/tclmisc.c, - src/userent.c, src/compat/inet_aton.c, src/compat/memset.c, - src/md5/Makefile.in, src/md5/md5.h, src/md5/md5c.c, - src/mod/compress.mod/compress.c, src/mod/dns.mod/coredns.c, - src/mod/dns.mod/dns.c, src/mod/dns.mod/dns.h, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filesys.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c: - fabian: cleanup_types patch - -2000-09-09 05:37 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/console.mod/console.c, src/mod/dns.mod/coredns.c, - src/mod/dns.mod/dns.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/cmdsnote.c, src/mod/transfer.mod/transfer.c: - fabian: fix_exporting patch - -2000-09-09 05:36 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: fabian: Eule's recheck-addmode patch - -2000-09-07 10:04 fabian - - * src/: patch.h, mod/irc.mod/mode.c: fabian: fixing modesperline - patch stuff, which was applied incorrectly - -2000-09-05 10:00 fabian - - * doc/UPDATES1.5, src/patch.h, src/users.c: fabian: - whois_match_crash patch - -2000-09-05 09:59 fabian - - * doc/UPDATES1.5, src/dcc.c, src/flags.c, src/net.c, src/patch.h, - src/userrec.c, src/mod/channels.mod/userchan.c, - src/mod/share.mod/share.c: fabian: minor_share_cleanup patch - -2000-09-05 09:58 fabian - - * aclocal.m4, configure, doc/UPDATES1.5, src/patch.h: fabian: - SuperS' osfix2 patch - -2000-09-02 13:45 fabian - - * doc/UPDATES1.5, src/botnet.c, src/dcc.c, src/eggdrop.h, - src/patch.h, src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: fabian: server_dns_recursion patch. - Added minor modifications to mod/dns.mod/dns.c. - -2000-09-02 13:34 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/mode.c: fabian: Eule's - checkexempt patch - -2000-09-02 12:48 fabian - - * doc/UPDATES1.5, src/cmds.c, src/patch.h: fabian: Sup's addbothost - patch - -2000-09-02 12:47 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/irc.c, - src/mod/irc.mod/mode.c: fabian: irc_mode_cleanup patch - -2000-09-02 12:46 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - src/patch.h, src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c: - Eule's modesperline3 patch, with really minor modifications - -2000-09-02 12:45 fabian - - * aclocal.m4, configure, configure.in, doc/UPDATES1.5, src/patch.h: - SuperS' osfix patch - -2000-08-31 12:11 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/tclfiles.c: fabian: FirebaII's - filesys_nicklen patch, with minor additions. - -2000-08-31 12:10 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - doc/html/mod-server.html, doc/settings/mod.server, src/patch.h, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c: - fabian: G`Quann's finallagcheckfix patch. - -2000-08-31 12:08 fabian - - * doc/UPDATES1.5, src/patch.h, src/tcldcc.c, - src/mod/filesys.mod/files.c, src/mod/filesys.mod/filesys.c: - fabian: dccsimul_errmsg patch - -2000-08-27 13:21 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/dns.mod/coredns.c: - dns_retry patch. - -2000-08-27 13:14 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c: Eule's remove_channel - patch - -2000-08-27 12:52 fabian - - * doc/UPDATES1.5, src/patch.h, src/userrec.c: - userfile_disappear patch. - -2000-08-26 10:07 fabian - - * doc/UPDATES1.5, src/misc.c, src/patch.h: splitc crash - fix, suggested by blaster. - -2000-08-25 07:15 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/cmdschan.c: - Tothwolf's cmdschan_c-cleanup patch. - -2000-08-25 07:14 fabian - - * doc/UPDATES1.5, src/cmds.c, src/misc.c, src/patch.h, src/proto.h: - Cybah's splitcn patch. Small style corrections (added - newline after var def). - -2000-08-25 07:12 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/cmdsirc.c: - Shaun's chanfix patch. Removed parts overlapping with Cybah. - Removed unnecessary initialisation. - -2000-08-24 15:08 fabian - - * src/patch.h: fabian: hmm... who messed up patch.h? :) Added 'CVS' - again. - -2000-08-24 15:03 fabian - - * doc/UPDATES1.5, src/main.c, src/patch.h: fabian: changes to - reflect release of 1.5.4 - -2000-08-23 20:01 tothwolf - - * doc/: UPDATES1.3, UPDATES1.5: Minor corrections and changes. - -2000-08-22 10:22 fabian - - * doc/UPDATES1.5, src/chan.h, src/patch.h, src/mod/irc.mod/mode.c: - Eule's overrun patch (fixing a security bug). Slightly modified - by Cybah and me. - -2000-08-21 12:28 guppy - - * doc/UPDATES1.5, help/cmds1.help, src/mod/irc.mod/irc.c: added - Sup's two small patches, needfix and ignorehelp (also testing - cvslog -- sorry for not letting fabian apply these patches) - -2000-08-20 06:27 johoho - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - doc/compiling.FAQ, doc/settings/core.settings, - doc/settings/mod.channel, src/patch.h: documentation update - -2000-08-20 05:17 fabian - - * doc/UPDATES1.5, src/patch.h, src/users.h: Tothwolf's - user_entry_type patch - -2000-08-20 05:16 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/servmsg.c: - G`Quann's lagcheck6 patch; minor coding style in affected - function - -2000-08-19 08:17 fabian - - * doc/UPDATES1.5, src/botmsg.c, src/botnet.c, src/patch.h, - src/tandem.h: Tothwolf's no_safe_str patch; minor fix to make it - compile - -2000-08-19 08:15 fabian - - * doc/UPDATES1.4, src/botmsg.c, src/patch.h: 1.4, Sup's - note_bell_chr patch - -2000-08-18 19:10 guppy - - * NEWS: updated NEWS slightly to add a line about bind need, sorry - for no patch, just a doc update - -2000-08-18 13:35 guppy - - * scripts/notes2.tcl: missing global botnet-nick - -2000-08-18 10:45 fabian - - * doc/UPDATES1.5, src/cmds.c, src/patch.h: guppy's ign-lifetime - patch - -2000-08-17 19:06 fabian - - * disabled_modules, doc/UPDATES1.5, misc/modconfig, src/patch.h: - Tothwolf's fixspaces patch - -2000-08-17 19:05 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c: guppy's bindneed - patch - -2000-08-17 19:04 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/notes.mod/notes.c: stary's - notes patch - -2000-08-17 18:25 fabian - - * doc/UPDATES1.5, src/modules.c, src/net.c, src/patch.h, - src/proto.h, src/mod/module.h: open_address_listen patch - -2000-08-16 21:49 guppy - - * scripts/getops.tcl: reverting my small changes to getops.tcl - -2000-08-16 21:45 guppy - - * scripts/getops.tcl: testing the cvs again - -2000-08-16 21:42 guppy - - * TODO: the TODO file is useless - -2000-08-16 14:33 guppy - - * disabled_modules: testing - -2000-08-16 14:26 guppy - - * doc/UPDATES1.3: testing for cvs lcoks - -2000-08-11 16:44 fabian - - * doc/UPDATES1.5, src/modules.c, src/patch.h, src/mod/module.h: - guppy's and Sup's tandbot_party patch - -2000-08-11 16:43 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/cmdschan.c: - Sup's chrec_usage patch - -2000-08-11 16:42 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: drummer's jupedfix3 patch - -2000-08-11 16:40 fabian - - * doc/UPDATES1.4, scripts/notes2.tcl, src/patch.h, src/tcl.c: - resync with 1.4, Aug12 966031001 - -2000-08-07 04:09 fabian - - * doc/UPDATES1.5, src/patch.h, src/userrec.c: Sup's handlechg patch - -2000-08-07 04:09 fabian - - * aclocal.m4, configure, doc/UPDATES1.4, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c: 1.4 reync, Aug7 965641446 - -2000-08-06 08:53 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/cmdschan.c: - Sup's chanset_usage patch - -2000-08-06 08:53 fabian - - * doc/UPDATES1.5, src/botnet.c, src/patch.h: ghost_unlink_fix patch - -2000-08-06 08:52 fabian - - * scripts/getops.tcl, src/patch.h: Eule's getops patch - -2000-08-06 08:51 fabian - - * config.h.in, configure, configure.in, doc/UPDATES1.5, src/cmds.c, - src/misc.c, src/patch.h, src/users.c, - src/mod/filesys.mod/filedb3.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/msgcmds.c, - src/mod/notes.mod/notes.c: Tothwolf's strftime2 patch - -2000-08-06 08:50 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/filesys.c, - src/mod/server.mod/server.c: Sup's dccrefused2 patch - -2000-08-06 08:49 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/tclchan.c: - Eule's lastkey2 patch - -2000-08-06 08:48 fabian - - * doc/UPDATES1.5, src/patch.h, src/userrec.c: Shaun's - change_handlefix - -2000-08-06 08:47 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/share.mod/share.c: TaKeDa's - share_newuser patch - -2000-08-03 15:51 fabian - - * configure, eggdrop.advanced.conf, eggdrop.complete.conf, - doc/UPDATES1.4, doc/tcl-commands.doc, doc/html/mod-irc.html, - doc/settings/mod.irc, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/lang.h, - src/patch.h, src/tcl.c, src/tclhash.c, src/tclmisc.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/mode.c: resync with 1.4, Aug03 965337849 - -2000-08-02 22:45 tothwolf - - * COPYING: - Updated FSF postal address - -2000-07-25 13:48 johoho - - * doc/UPDATES1.5: still some patches by sup...damn :-) - -2000-07-25 13:42 johoho - - * NEWS, TODO, doc/BUG-REPORT, doc/KNOWN-PROBLEMS, doc/MODULES, - doc/UPDATES1.5, doc/html/news.html, help/cmds2.help: still some - patches by sup...damn :-) - -2000-07-25 13:27 johoho - - * doc/UPDATES1.5: doc/MODULES typo patch 2 - -2000-07-25 13:25 johoho - - * doc/UPDATES1.5: doc/MODULES typo patch - -2000-07-25 13:19 johoho - - * doc/UPDATES1.4, doc/MODULES, src/patch.h: fixes various typos in - the docs and a small bug when - -2000-07-25 13:16 johoho - - * README: fixes various typos in the docs and a small bug when - -2000-07-25 13:15 johoho - - * doc/html/readme.html: README - -2000-07-23 14:50 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/cmdsirc.c: Sup's - addusercomp patch - -2000-07-23 14:47 fabian - - * Makefile.in, aclocal.m4, doc/Makefile.in, doc/UPDATES1.4, - scripts/Makefile.in, src/Makefile.in, src/patch.h, - src/compat/Makefile.in, src/md5/Makefile.in, src/mod/Makefile.in: - 1.4 resync, autoconf_shell_fix patch - -2000-07-13 15:19 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/server.mod/servmsg.c: Eule's lastkey patch - -2000-07-13 15:18 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, language/core.french.lang, - src/patch.h: Lucas' and Tit00n's frenchlangfixes for 1.4 and 1.5, - bug-fixed. - -2000-07-12 15:52 fabian - - * doc/UPDATES1.5, src/cmds.c, src/patch.h: Sup's addbotfix patch - -2000-07-12 15:51 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/cmdsirc.c: Sup's - deluser patch - -2000-07-12 15:50 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/eggdrop.h, src/patch.h, - src/tclegg.h, src/tclhash.c, src/tclhash.h, - src/mod/filesys.mod/files.c, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h: lost_tout_getfilesendtime patch - -2000-07-12 15:49 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: G`Quann's lagcheckfix5 patch, with - minor modifications by me - -2000-07-12 15:45 fabian - - * doc/UPDATES1.4, src/botnet.c, src/dcc.c, src/patch.h, - src/tcldcc.c: resync with 1.4, Jul12 963435800 - -2000-07-11 14:47 tothwolf - - * doc/UPDATES1.5, src/mod/console.mod/Makefile: - Fixed remaining 'console..$(MOD_EXT)' typos - -2000-07-11 11:06 tothwolf - - * doc/html/faq1.html: - Missing $Id$ tag and newline at end of file - -2000-07-11 11:03 tothwolf - - * src/mod/console.mod/Makefile: - Fixed 'console..$(MOD_EXT)' typo - -2000-07-09 08:23 fabian - - * configure, src/patch.h: updates to the modules_cygwin patch, - 963151788 -- I forgot to rebuild configure - -2000-07-09 08:13 fabian - - * doc/UPDATES1.5, language/core.french.lang, src/patch.h: Tit00n's - core.french.lang update - -2000-07-09 08:10 fabian - - * Makefile.in, acconfig.h, aclocal.m4, config.h.in, doc/UPDATES1.5, - src/modules.c, src/patch.h, src/mod/Makefile.in, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, - src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/filesys.mod/Makefile, - src/mod/irc.mod/Makefile, src/mod/notes.mod/Makefile, - src/mod/seen.mod/Makefile, src/mod/server.mod/Makefile, - src/mod/share.mod/Makefile, src/mod/transfer.mod/Makefile, - src/mod/wire.mod/Makefile, src/mod/woobie.mod/Makefile: RebuM's - modules_cygwin patch, together with my corrections - -2000-07-09 08:07 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c: server_cleanup patch - -2000-07-09 07:51 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, scripts/getops.tcl, src/cmds.c, - src/modules.c, src/modules.h, src/patch.h, src/userrec.c, - src/mod/notes.mod/notes.c: resync with 1.4, Jul9 963149797 - -2000-06-21 16:28 fabian - - * doc/UPDATES1.4, src/cmds.c, src/lang.h, src/patch.h, - src/mod/filesys.mod/files.c, src/mod/irc.mod/msgcmds.c, - src/mod/notes.mod/notes.c, src/mod/wire.mod/wire.c: 1.4 resync - Jun22, 961625558 - -2000-06-20 15:41 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/lang.h, - src/patch.h, src/mod/irc.mod/mode.c: guppy's permbanned patch - (modified a bit to get the logic straight), 1.4 - -2000-06-20 15:01 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/filedb3.c: - filesys_fixes3 patch - -2000-06-20 14:54 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/irc.mod/cmdsirc.c: Sup's - msgfix patch, for 1.4 too - -2000-06-20 14:49 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/cmdsirc.c: Sup's - sanitycheck patch - -2000-06-20 14:44 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/cmdsirc.c: Sup's - missingdnames patch - -2000-06-20 14:41 fabian - - * configure, configure.in, doc/UPDATES1.5, src/patch.h: SuperS' - tcl8.4 patch - -2000-06-20 14:37 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.5, scripts/Makefile.in, - scripts/getops-2.2d.tcl, scripts/getops.tcl, - scripts/userinfo.tcl, scripts/userinfo1.0.tcl, src/patch.h: - getops_userinfo_fix patch - -2000-06-20 13:54 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, scripts/alltools.tcl, - src/botnet.c, src/cmds.c, src/dcc.c, src/dccutil.c, - src/eggdrop.h, src/patch.h, src/mod/channels.mod/userchan.c: 1.4 - resync patch, Jun20, 961529757 - -2000-06-14 05:24 johoho - - * doc/UPDATES1.5: oops, a typo :-) - -2000-06-14 05:18 johoho - - * src/cmds.c, src/patch.h, doc/UPDATES1.5, - src/mod/irc.mod/help/msg/irc.help, src/mod/notes.mod/notes.c: - some places used still nick instead of hand - -2000-06-09 19:28 fabian - - * src/: patch.h, mod/server.mod/servmsg.c: G`Quann's lagcheckfix4 - patch - -2000-06-09 19:03 fabian - - * doc/UPDATES1.5, src/patch.h, src/tcluser.c, - src/mod/channels.mod/userchan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/mode.c, src/mod/transfer.mod/transfer.c: - minor_fixes patch - -2000-06-09 19:02 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/mode.c: Eule's - addmode patch - -2000-06-09 19:00 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - src/main.c, src/misc.c, src/patch.h, src/proto.h, src/tcl.c: - G`Quann's logsuffix_fix patch - -2000-06-09 18:59 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c: - G`Quann's lagcheckfix3 patch - -2000-06-09 18:54 fabian - - * doc/UPDATES1.4, scripts/alltools.tcl, src/cmds.c, src/lang.h, - src/patch.h: resync with 1.4, June 10 - -2000-06-03 06:16 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/share.mod/share.c: - private_owner_fix patch - -2000-06-03 06:15 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.4, - src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/tclchan.c: 1.4 resync, Jun3 - -2000-06-03 06:14 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - doc/tcl-commands.doc, doc/html/mod-server.html, - doc/settings/mod.server, src/cmds.c, src/modules.c, src/patch.h, - src/tcl.c, src/users.c, src/mod/module.h, src/mod/irc.mod/irc.c, - src/mod/irc.mod/tclirc.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, - src/mod/server.mod/help/set/server.help: channame2dname patch - -2000-06-02 11:54 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c: channel_fixes patch - -2000-06-02 11:46 fabian - - * doc/UPDATES1.5, src/main.c, src/patch.h: context_fix patch - -2000-06-02 11:44 fabian - - * doc/UPDATES1.5, scripts/CONTENTS, scripts/Makefile.in, - scripts/sentinel1.54.tcl, scripts/sentinel1.55.tcl, src/patch.h: - drummer's sentinel_update patch - -2000-06-02 10:56 fabian - - * aclocal.m4, configure, doc/UPDATES1.4, help/core.help, - language/core.french.lang, src/modules.c, src/patch.h, - src/mod/channels.mod/cmdschan.c, src/mod/irc.mod/msgcmds.c: - resync with 1.4 - -2000-05-29 05:44 johoho - - * doc/UPDATES1.5, help/core.help, src/patch.h: .help tcl info added - -2000-05-29 05:38 johoho - - * doc/UPDATES1.5, doc/patch.howto, src/patch.h: extended info in - patch.howto - -2000-05-28 12:59 fabian - - * CONTENTS, INSTALL, Makefile.in, README, doc/eggdrop.doc, - doc/readme, doc/tcl-commands.doc, doc/settings/mod.assoc, - doc/settings/mod.blowfish, doc/settings/mod.channel, - doc/settings/mod.compress, doc/settings/mod.console, - doc/settings/mod.ctcp, doc/settings/mod.dns, - doc/settings/mod.filesys, doc/settings/mod.irc, - doc/settings/mod.notes, doc/settings/mod.seen, - doc/settings/mod.server, doc/settings/mod.share, - doc/settings/mod.transfer, doc/settings/mod.wire, - doc/settings/mod.woobie, scripts/CONTENTS, src/patch.h: Wiktor's - config1.5_2 patch - -2000-05-28 11:32 fabian - - * doc/UPDATES1.4, doc/tcl-commands.doc, scripts/userinfo1.0.tcl, - src/botnet.c, src/modules.c, src/patch.h, src/mod/module.h, - src/mod/modvals.h, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/help/chaninfo.help, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c: Resync - with egg1.4 CVS, May28 - -2000-05-28 06:07 johoho - - * doc/UPDATES1.5, doc/compiling.FAQ, src/patch.h: ultrix hint added - to compiling faq - -2000-05-22 04:22 johoho - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.5, src/patch.h, - help/cmds1.help, help/cmds2.help: some changes for better - understanding - -2000-05-14 16:16 fabian - - * doc/UPDATES1.5, src/dccutil.c, src/patch.h, text/motd: Wiktor's - login2 patch - -2000-05-13 14:28 fabian - - * doc/UPDATES1.5, src/patch.h, src/compat/snprintf.h: snprintf_fix2 - patch - -2000-05-13 14:24 fabian - - * doc/UPDATES1.5, src/dcc.c, src/patch.h: Eule's botversion patch - -2000-05-13 14:20 fabian - - * doc/UPDATES1.5, src/main.c, src/misc_file.c, src/patch.h, - src/mod/filesys.mod/files.c, src/mod/share.mod/share.c: - Tothwolf's cygwin-fixes-07May2000 patch (with changes by Fabian) - -2000-05-13 08:46 johoho - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - src/patch.h: removed private-owner - -2000-05-07 05:45 johoho - - * eggdrop.complete.conf, doc/UPDATES1.5, src/patch.h: compress.mod - was missing in eggdropc.omplete.conf - -2000-05-07 04:57 johoho - - * NEWS, doc/UPDATES1.5, src/patch.h: NEWS file update - -2000-05-06 19:28 fabian - - * src/mod/assoc.mod/modinfo: this was supposed to be committed - together with the conf_make_fix9 patch. grumble... - -2000-05-06 19:10 fabian - - * doc/UPDATES1.5, src/main.c, src/patch.h: start 1.5.4 - -2000-05-06 18:18 fabian - - * aclocal.m4, configure, src/patch.h: fixed small typo in SuperS' - change to aclocal.m4 - -2000-05-06 18:08 fabian - - * aclocal.m4, doc/BUG-REPORT, doc/UPDATES1.5, src/botnet.c, - src/patch.h, src/mod/filesys.mod/filesys.c, - src/mod/seen.mod/seen.c: SuperS' dell patch - -2000-05-06 18:07 fabian - - * doc/UPDATES1.5, src/patch.h, src/compat/snprintf.h: SuperS' vafix - patch - -2000-05-06 16:08 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c: - G`Quann's lagcheckfix2 patch - -2000-05-06 16:06 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/cmdschan.c: - G`Quann's achanset patch - -2000-05-06 16:04 fabian - - * config.h.in, configure, configure.in, eggdrop.advanced.conf, - eggdrop.complete.conf, doc/UPDATES1.5, src/main.c, src/misc.c, - src/patch.h, src/proto.h, src/tcl.c: G`Quann's logfilesuffix - patch - -2000-05-06 16:02 fabian - - * doc/UPDATES1.5, src/botcmd.c, src/chan.h, src/cmds.c, - src/patch.h, src/tcl.c, src/tclegg.h, src/tclhash.c, - src/tclmisc.c, src/userent.c, src/users.c, - src/mod/channels.mod/tclchan.c, src/mod/irc.mod/chan.c, - src/mod/server.mod/server.h: guppy's cleanups patch - -2000-05-06 16:00 fabian - - * doc/UPDATES1.5, src/botnet.c, src/cmds.c, src/dcc.c, src/dns.c, - src/patch.h, src/compat/snprintf.h, src/mod/server.mod/servmsg.c, - src/mod/transfer.mod/transfer.c: misc_fix patch - -2000-05-06 15:59 fabian - - * doc/UPDATES1.4, src/botmsg.c, src/patch.h: note_x_fix patch - -2000-05-06 15:58 fabian - - * doc/UPDATES1.5, src/patch.h, text/motd: guppy's motd_fix patch - (orginally motd1.diff) - -2000-04-25 14:53 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/files.c: - filesys_ls_fix patch - -2000-04-25 14:49 fabian - - * Makefile.in, configure, configure.in, doc/UPDATES1.5, - misc/modconfig, src/patch.h, src/mod/Makefile.in: conf_make_fix9 - patch - -2000-04-25 14:46 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5, - src/patch.h, src/mod/filesys.mod/filesys.c: max-filesize patch - -2000-04-25 02:32 johoho - - * README, doc/BOTNET, doc/UPDATES1.5, doc/readme, - doc/tcl-commands.doc, text/motd: misc. small doc patches - -2000-04-19 03:48 tothwolf - - * src/mod/filesys.mod/language/filesys.english.lang: - Fixed typo. - -2000-04-13 15:44 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/mode.c: Wiktor's - bogusowner patch - -2000-04-13 15:38 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/server.mod/servmsg.c: Eule's got442_2 patch, 1.4 - -2000-04-13 05:22 tothwolf - - * doc/html/app-textsub.html: - Fixed %{center} typo. - -2000-04-13 05:21 tothwolf - - * doc/html/: about.html, app-botnet.html, app-probs.html, - app-textsub.html, app-tricks.html, app-weird.html, bans.html, - botnet.html, compiling.html, egg-core.html, faqs.html, - features.html, flags.html, index.html, install.html, - mod-assoc.html, mod-blowfish.html, mod-channels.html, - mod-compress.html, mod-dns.html, mod-filesys.html, mod-irc.html, - mod-notes.html, mod-server.html, mod-share.html, mod-wire.html, - news.html, party.html, readme.html, sharing.html, starting.html, - users.html, chat/efnet_eggheads.chat, chat/efnet_eggtcl.chat, - chat/ircnet_bothelp.chat, chat/ircnet_eggdrop.chat, - chat/ircnet_egghelp.chat, chat/undernet_eggdrop.chat: - Updated html docs, added html/chat dir and files for irc links. - -2000-04-13 04:10 tothwolf - - * NEWS: - Updated NEWS file to refer to 'doc/html/' instead of - 'doc/web_docs/' - -2000-04-13 04:08 tothwolf - - * doc/Makefile.in: - Updated Makefile.in to use 'html' dir instead of 'web_docs' dir. - -2000-04-13 03:56 jason - - * doc/: UPDATES1.5, html/about.html, html/app-botnet.html, - html/app-probs.html, html/app-textsub.html, html/app-tricks.html, - html/app-weird.html, html/bans.html, html/botnet.html, - html/compiling.html, html/egg-core.html, html/faq1.html, - html/faqs.html, html/features.html, html/flags.html, - html/index.html, html/install.html, html/mod-assoc.html, - html/mod-blowfish.html, html/mod-channels.html, - html/mod-compress.html, html/mod-dns.html, html/mod-filesys.html, - html/mod-irc.html, html/mod-notes.html, html/mod-server.html, - html/mod-share.html, html/mod-wire.html, html/news.html, - html/party.html, html/readme.html, html/sharing.html, - html/starting.html, html/users.html, web_docs/about.html, - web_docs/app-botnet.html, web_docs/app-probs.html, - web_docs/app-textsub.html, web_docs/app-tricks.html, - web_docs/app-weird.html, web_docs/bans.html, - web_docs/botnet.html, web_docs/compiling.html, - web_docs/egg-core.html, web_docs/faq1.html, web_docs/faqs.html, - web_docs/features.html, web_docs/flags.html, web_docs/index.html, - web_docs/install.html, web_docs/mod-assoc.html, - web_docs/mod-blowfish.html, web_docs/mod-channels.html, - web_docs/mod-compress.html, web_docs/mod-dns.html, - web_docs/mod-filesys.html, web_docs/mod-irc.html, - web_docs/mod-notes.html, web_docs/mod-server.html, - web_docs/mod-share.html, web_docs/mod-wire.html, - web_docs/news.html, web_docs/party.html, web_docs/readme.html, - web_docs/sharing.html, web_docs/starting.html, - web_docs/users.html: renaming of web_docs to html - -2000-04-13 03:52 jason - - * doc/web_docs/: install.html, readme.html: [no log message] - -2000-04-12 09:25 jason - - * doc/web_docs/faq1.html: addition of faq - -2000-04-11 02:58 jason - - * doc/: UPDATES1.5, web_docs/app-textsub.html, web_docs/index.html: - toth's addition of textfile substituion to webdocs - -2000-04-10 13:05 johoho - - * src/patch.h, doc/UPDATES1.4: KNOWN-PROBLEMS update - -2000-04-10 12:53 johoho - - * doc/KNOWN-PROBLEMS: This patch adds the ghost bug to the - KNOWN-PROBLEMS file..Johoho - -2000-04-10 08:35 jason - - * doc/web_docs/: mod-share.html, mod-wire.html: silly mistakes to - web_docs - -2000-04-10 08:26 jason - - * doc/web_docs/: app-tcl-commands.html, faqs.html: changes to - webdocs - -2000-04-10 08:24 jason - - * doc/web_docs/egg-core.html: [no log message] - -2000-04-10 08:22 jason - - * doc/: UPDATES1.5, web_docs/about.html, web_docs/app-botnet.html, - web_docs/app-probs.html, web_docs/app-tricks.html, - web_docs/app-weird.html, web_docs/bans.html, - web_docs/botnet.html, web_docs/compiling.html, - web_docs/features.html, web_docs/flags.html, web_docs/index.html, - web_docs/install.html, web_docs/mod-assoc.html, - web_docs/mod-blowfish.html, web_docs/mod-channels.html, - web_docs/mod-compress.html, web_docs/mod-dns.html, - web_docs/mod-filesys.html, web_docs/mod-irc.html, - web_docs/mod-notes.html, web_docs/mod-server.html, - web_docs/news.html, web_docs/party.html, web_docs/readme.html, - web_docs/sharing.html, web_docs/starting.html, - web_docs/users.html: doc/web_docs changes - -2000-04-09 04:00 johoho - - * INSTALL: changed a copyright message - -2000-04-05 13:58 fabian - - * doc/UPDATES1.5, src/modules.c, src/patch.h, src/mod/module.h, - src/mod/channels.mod/channels.c, src/mod/server.mod/server.c: - must_be_owner patch - -2000-04-05 13:55 fabian - - * doc/UPDATES1.5, src/dccutil.c, src/mem.c, src/modules.c, - src/patch.h, src/userrec.c: mem_debug_fix patch - -2000-04-05 13:51 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/misc.c, src/modules.c, - src/patch.h, src/proto.h, src/mod/module.h, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/tclcompress.c: compress_fix patch - -2000-04-05 13:48 fabian - - * NEWS, eggdrop.simple.conf, doc/UPDATES1.5, src/patch.h: Wiktor's - smalldoc patch - -2000-04-05 13:45 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, src/dcc.c, src/misc.c, - src/patch.h: show_banner_fix2 patch, 1.4 - -2000-04-05 13:40 fabian - - * doc/UPDATES1.5, src/patch.h, src/compat/README.snprintf, - src/compat/snprintf.c, src/compat/snprintf.h: snprintf_fix patch - -2000-04-05 13:35 fabian - - * doc/UPDATES1.5, language/core.english.lang, - language/core.french.lang, language/core.german.lang, src/lang.h, - src/language.c, src/modules.c, src/patch.h, src/proto.h: - make_quiet_lang patch - -2000-04-05 13:31 fabian - - * doc/UPDATES1.5, src/eggdrop.h, src/patch.h, - src/mod/transfer.mod/transfer.c: transfer_resume_ack_fix patch - -2000-04-05 13:27 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/transfer.mod/transfer.c: - transfer_memleak_fix patch - -2000-04-05 13:25 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, - eggdrop.simple.conf, doc/UPDATES1.5, doc/tcl-commands.doc, - help/cmds1.help, help/cmds2.help, help/core.help, - scripts/compat.tcl, src/cmds.c, src/patch.h, src/tcluser.c: - Wiktor's chnick patch - -2000-04-05 13:22 fabian - - * doc/UPDATES1.4, src/patch.h, src/tcldcc.c: resync with 1.4, Apr05 - -2000-03-31 17:04 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/assoc.mod/Makefile, - src/mod/blowfish.mod/Makefile, src/mod/channels.mod/Makefile, - src/mod/compress.mod/Makefile.in, src/mod/console.mod/Makefile, - src/mod/ctcp.mod/Makefile, src/mod/dns.mod/Makefile.in, - src/mod/filesys.mod/Makefile, src/mod/irc.mod/Makefile, - src/mod/notes.mod/Makefile, src/mod/seen.mod/Makefile, - src/mod/server.mod/Makefile, src/mod/share.mod/Makefile, - src/mod/transfer.mod/Makefile, src/mod/wire.mod/Makefile, - src/mod/woobie.mod/Makefile: conf_make_fix8 patch - -2000-03-31 16:50 fabian - - * doc/CONTENTS, doc/MODULES, doc/Makefile.in, doc/UPDATES1.4, - doc/UPDATES1.5, doc/motd.settings, doc/readme, - doc/text-substitutions.doc, doc/settings/contents, - doc/settings/mod.woobie, doc/settings/tricks, - doc/web_docs/readme.html, src/patch.h: Wiktor's miscdoc patch - -2000-03-31 16:27 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, doc/tcl-commands.doc, - src/patch.h: resync with 1.4, Mar31 - -2000-03-24 17:00 fabian - - * doc/UPDATES1.5, src/Makefile.in, src/patch.h, - src/compat/Makefile.in, src/compat/inet_aton.c, - src/md5/Makefile.in, src/mod/Makefile.in, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/channels.mod/Makefile, src/mod/compress.mod/Makefile.in, - src/mod/console.mod/Makefile, src/mod/ctcp.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/filesys.mod/Makefile, - src/mod/irc.mod/Makefile, src/mod/notes.mod/Makefile, - src/mod/seen.mod/Makefile, src/mod/server.mod/Makefile, - src/mod/share.mod/Makefile, src/mod/transfer.mod/Makefile, - src/mod/wire.mod/Makefile: conf_make_fix7 patch - -2000-03-23 17:17 fabian - - * Makefile.in, config.h.in, configure, configure.in, - doc/Makefile.in, doc/UPDATES1.5, src/Makefile.in, src/botcmd.c, - src/botmsg.c, src/botnet.c, src/chanprog.c, src/cmds.c, - src/dcc.c, src/dccutil.c, src/dns.c, src/eggdrop.h, src/flags.c, - src/main.c, src/main.h, src/mem.c, src/misc.c, src/modules.c, - src/net.c, src/patch.h, src/proto.h, src/tcl.c, src/tcldcc.c, - src/tclhash.c, src/tcluser.c, src/userent.c, src/userrec.c, - src/users.c, src/compat/Makefile.in, src/compat/inet_aton.c, - src/compat/snprintf.c, src/md5/Makefile.in, src/md5/md5c.c, - src/mod/Makefile.in, src/mod/eggmod.m4, src/mod/module.h, - src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/blowfish.c, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/compress.mod/compress.c, - src/mod/compress.mod/configure, src/mod/console.mod/console.c, - src/mod/ctcp.mod/ctcp.c, src/mod/dns.mod/configure, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/filedb3.c, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/filesys.h, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/cmdsserv.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/share.mod/uf_features.c, - src/mod/transfer.mod/transfer.c, src/mod/wire.mod/wire.c, - src/mod/woobie.mod/woobie.c, src/compat/compat.h, - src/compat/memcpy.c, src/compat/memcpy.h, src/compat/memset.c, - src/compat/memset.h, src/compat/strcasecmp.c, - src/compat/strcasecmp.h: conf_make_fix6 patch - -2000-03-23 17:10 fabian - - * aclocal.m4, config.h.in, configure, configure.in, doc/UPDATES1.4, - src/chanprog.c, src/main.c, src/patch.h, src/tcldcc.c: resync - with 1.4, Mar24 - -2000-03-21 19:04 fabian - - * Makefile.in, src/patch.h: conf_make_fix5 patch - -2000-03-21 18:42 fabian - - * Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, - configure.in, doc/Makefile.in, doc/UPDATES1.4, doc/UPDATES1.5, - misc/modconfig, scripts/Makefile.in, src/Makefile.in, - src/botmsg.c, src/dcc.c, src/dccutil.c, src/dns.c, src/main.h, - src/misc.c, src/misc_file.c, src/misc_file.h, src/modules.c, - src/patch.h, src/proto.h, src/tclegg.h, src/compat/Makefile.in, - src/compat/README.snprintf, src/compat/inet_aton.c, - src/compat/inet_aton.h, src/compat/snprintf.c, - src/compat/snprintf.h, src/md5/Makefile.in, src/mod/Makefile.in, - src/mod/eggmod.m4, src/mod/module.h, src/mod/assoc.mod/Makefile, - src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/Makefile, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/Makefile, - src/mod/channels.mod/channels.c, - src/mod/compress.mod/Makefile.in, src/mod/compress.mod/configure, - src/mod/console.mod/Makefile, src/mod/console.mod/console.c, - src/mod/ctcp.mod/Makefile, src/mod/ctcp.mod/ctcp.c, - src/mod/dns.mod/Makefile.in, src/mod/dns.mod/configure, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/filesys.c, - src/mod/irc.mod/Makefile, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/notes.mod/Makefile, - src/mod/notes.mod/notes.c, src/mod/seen.mod/Makefile, - src/mod/seen.mod/seen.c, src/mod/server.mod/Makefile, - src/mod/server.mod/server.c, src/mod/share.mod/Makefile, - src/mod/share.mod/share.c, src/mod/transfer.mod/Makefile, - src/mod/transfer.mod/transfer.c, src/mod/wire.mod/Makefile, - src/mod/woobie.mod/Makefile, src/mod/woobie.mod/woobie.c: - configure_makefile_fix3 patch - -2000-03-21 18:38 fabian - - * FEATURES, INSTALL, NEWS, README, doc/UPDATES1.5, - doc/compiling.FAQ, doc/web_docs/app-botnet.html, - doc/web_docs/app-tcl-commands.html, doc/web_docs/compiling.html, - doc/web_docs/features.html, doc/web_docs/index.html, - doc/web_docs/mod-channels.html, doc/web_docs/mod-compress.html, - doc/web_docs/mod-dns.html, doc/web_docs/mod-filesys.html, - doc/web_docs/mod-irc.html, doc/web_docs/mod-notes.html, - doc/web_docs/mod-server.html, doc/web_docs/news.html, - doc/web_docs/readme.html, src/patch.h: Jason's webdocs patch for - 1.5 - -2000-03-21 18:35 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h: Wiktor's - nextparam patch - -2000-03-21 18:33 fabian - - * eggdrop.advanced.conf, eggdrop.complete.conf, eggdrop.conf.dist, - eggdrop.simple.conf, doc/CONTENTS, doc/UPDATES1.5, - doc/motd.settings, doc/settings/core.settings, - doc/settings/mod.assoc, doc/settings/mod.blowfish, - doc/settings/mod.channel, doc/settings/mod.compress, - doc/settings/mod.console, doc/settings/mod.ctcp, - doc/settings/mod.dns, doc/settings/mod.filesys, - doc/settings/mod.irc, doc/settings/mod.notes, - doc/settings/mod.seen, doc/settings/mod.server, - doc/settings/mod.share, doc/settings/mod.transfer, - doc/settings/mod.wire, src/mod/share.mod/share.c, - src/mod/share.mod/help/share.help, src/patch.h: Wiktor's - settingsdoc patch - -2000-03-21 18:28 fabian - - * doc/UPDATES1.4, scripts/userinfo1.0.tcl, src/eggdrop.h, - src/patch.h, src/tclhash.c, src/mod/server.mod/servmsg.c: resync - with 1.4, Mar22 - -2000-03-19 17:58 fabian - - * doc/UPDATES1.5, src/cmds.c, src/main.c, src/patch.h: G`Quann's - muchtraffic patch - -2000-03-19 17:56 fabian - - * doc/UPDATES1.5, src/modules.c, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/udefchan.c: G`Quann's udefexport patch - -2000-03-19 17:32 fabian - - * aclocal.m4, configure, doc/UPDATES1.4, doc/compiling.FAQ, - doc/web_docs/about.html, doc/web_docs/app-botnet.html, - doc/web_docs/app-probs.html, doc/web_docs/app-tcl-commands.html, - doc/web_docs/app-tricks.html, doc/web_docs/app-weird.html, - doc/web_docs/bans.html, doc/web_docs/botnet.html, - doc/web_docs/compiling.html, doc/web_docs/features.html, - doc/web_docs/flags.html, doc/web_docs/index.html, - doc/web_docs/install.html, doc/web_docs/mod-assoc.html, - doc/web_docs/mod-blowfish.html, doc/web_docs/mod-channels.html, - doc/web_docs/mod-filesys.html, doc/web_docs/mod-irc.html, - doc/web_docs/mod-notes.html, doc/web_docs/mod-server.html, - doc/web_docs/news.html, doc/web_docs/party.html, - doc/web_docs/readme.html, doc/web_docs/sharing.html, - doc/web_docs/starting.html, doc/web_docs/users.html, src/patch.h, - src/mod/irc.mod/msgcmds.c: 1.4 resync, Mar20 - -2000-03-06 13:10 fabian - - * doc/UPDATES1.5, src/botnet.c, src/eggdrop.h, src/net.c, - src/patch.h: drummer's relaydns patch - -2000-03-06 12:54 fabian - - * Makefile.in, aclocal.m4, configure, configure.in, lush.h.in, - doc/Makefile.in, doc/UPDATES1.5, misc/modconfig, - scripts/Makefile.in, src/patch.h, src/mod/eggautoconf: - configure_fix2,3 patches - -2000-03-05 17:48 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/irc.mod/msgcmds.c: drummer's - msg_voice patch, 1.4 - -2000-03-05 17:22 fabian - - * Makefile.in, aclocal.m4, configure, configure.in, install-sh, - mkinstalldirs, doc/UPDATES1.4, doc/UPDATES1.5, misc/install-sh, - misc/mkinstalldirs, misc/modconfig, src/main.c, src/patch.h, - src/mod/Makefile.in, src/mod/eggmod.m4, - src/mod/compress.mod/configure, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in: configure_fix patch - -2000-03-04 15:23 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/irc.mod/chan.c: Eule's - duplicate_check patch, 1.4 - -2000-03-04 15:14 fabian - - * doc/UPDATES1.4, src/misc.c, src/patch.h: Lucas' closebanner - patch, 1.4 - -2000-03-04 15:05 fabian - - * doc/UPDATES1.5, src/patch.h, src/tclhash.c: david's wildbinds fix - patch - -2000-03-04 14:49 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, src/eggdrop.h, src/main.c, - src/patch.h, src/mod/modvals.h, src/mod/compress.mod/Makefile.in, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/compress_config.h.in, - src/mod/compress.mod/configure, - src/mod/compress.mod/configure.in, - src/mod/compress.mod/tclcompress.c, - src/mod/compress.mod/help/set/compress.help, - src/mod/share.mod/share.c, src/mod/share.mod/share.h, - src/mod/share.mod/uf_features.c: share_compress patch - -2000-03-04 14:40 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/dns.mod/Makefile.in, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c: dns_minor_fixes - patch - -2000-03-04 14:38 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/filedb3.c, src/mod/filesys.mod/filedb3.h: - filesys_minor_fixes patch - -2000-03-04 14:35 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, help/cmds1.help, src/cmds.c, - src/patch.h: Jason's +host for users patch - -2000-03-04 14:31 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/share.mod/share.c: eule's - bothost patch - -2000-03-04 12:40 fabian - - * eggdrop.conf.dist, doc/UPDATES1.4, src/patch.h: resync with 1.4 - -2000-03-01 11:54 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, doc/tcl-commands.doc, - src/patch.h, src/mod/modvals.h, src/mod/compress.mod/Makefile.in, - src/mod/compress.mod/compress.c, src/mod/compress.mod/compress.h, - src/mod/compress.mod/configure, - src/mod/compress.mod/configure.in, src/mod/compress.mod/modinfo, - src/mod/compress.mod/tclcompress.c, - src/mod/compress.mod/help/set/compress.help, - src/mod/share.mod/share.c: uff_compress2 patch - -2000-02-29 14:29 fabian - - * aclocal.m4, configure, configure.in, doc/BUG-REPORT, - doc/UPDATES1.4, src/patch.h, src/mod/filesys.mod/filedb3.c: - resync with 1.4 - -2000-02-29 14:16 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h, - src/mod/irc.mod/irc.c, src/mod/server.mod/servmsg.c: drummer's - partnotc patch - -2000-02-29 14:13 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c: - drummer's optimizefix patch - -2000-02-29 14:10 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c: Eule's - who_recheck patch - -2000-02-29 14:05 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/filesys.c: - filesys_info patch - -2000-02-29 14:03 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c: filesys_fixes patch - -2000-02-29 13:57 fabian - - * Makefile.in, aclocal.m4, configure, configure.in, doc/UPDATES1.5, - src/patch.h, src/mod/Makefile.in, src/mod/eggmod.m4, - src/mod/modtool, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in: configure_makefile_fix2 patch - -2000-02-25 16:05 fabian - - * doc/UPDATES1.5, help/cmds1.help, src/patch.h, src/tclhash.c: - david's wildbinds patch - -2000-02-25 15:51 fabian - - * Makefile.in, README, aclocal.m4, configure, configure.in, - disabled_modules, doc/KNOWN-PROBLEMS, doc/MODULES, - doc/UPDATES1.5, doc/tricks, src/Makefile.in, src/patch.h, - src/mod/Makefile.in, src/mod/buildstatic, src/mod/eggautoconf, - src/mod/eggmod.m4, src/mod/eggmod.sh, src/mod/modtool, - src/mod/assoc.mod/Makefile, src/mod/blowfish.mod/Makefile, - src/mod/blowfish.mod/modinfo, src/mod/channels.mod/Makefile, - src/mod/channels.mod/modinfo, src/mod/console.mod/Makefile, - src/mod/console.mod/modinfo, src/mod/ctcp.mod/Makefile, - src/mod/ctcp.mod/modinfo, src/mod/dns.mod/Makefile, - src/mod/dns.mod/Makefile.in, src/mod/dns.mod/configure, - src/mod/dns.mod/configure.in, src/mod/dns.mod/modinfo, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/modinfo, - src/mod/irc.mod/Makefile, src/mod/irc.mod/modinfo, - src/mod/notes.mod/Makefile, src/mod/notes.mod/modinfo, - src/mod/seen.mod/Makefile, src/mod/seen.mod/modinfo, - src/mod/server.mod/Makefile, src/mod/server.mod/modinfo, - src/mod/share.mod/Makefile, src/mod/share.mod/modinfo, - src/mod/transfer.mod/Makefile, src/mod/transfer.mod/modinfo, - src/mod/wire.mod/Makefile, src/mod/wire.mod/modinfo, - src/mod/woobie.mod/Makefile, src/mod/woobie.mod/modinfo: - configure_module patch - -2000-02-25 15:36 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/irc.mod/chan.c: Jason's - mult_exempts patch, 1.4 - -2000-02-25 14:51 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/console.mod/console.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/tclirc.c, src/mod/server.mod/server.c: resync - with 1.4, Feb25 - -2000-02-18 16:45 fabian - - * doc/UPDATES1.5, doc/patch.howto, src/patch.h, - src/mod/irc.mod/irc.c: Wiktor's typodoc patch - -2000-02-18 16:40 fabian - - * doc/UPDATES1.5, src/dcc.c, src/patch.h, - src/mod/server.mod/servmsg.c: G`Quann's lagcheckfix patch - -2000-02-18 16:38 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c: invite_fix - patch - -2000-02-18 16:36 fabian - - * doc/UPDATES1.5, src/main.c, src/patch.h, - src/mod/blowfish.mod/blowfish.c: blowfish_fix patch - -2000-02-18 16:34 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h: dw's docfix - patch - -2000-02-18 16:27 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, src/patch.h, src/users.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, - src/mod/irc.mod/help/irc.help, src/mod/share.mod/share.c: 1.4 - resync - -2000-02-04 17:31 fabian - - * doc/UPDATES1.5, src/main.c, src/patch.h: release of 1.5.2 - -2000-02-03 16:54 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, language/core.english.lang, - src/chan.h, src/lang.h, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/tclirc.c, - src/mod/server.mod/servmsg.c: Jason's 2nd chanjupe patch - -2000-02-03 15:58 fabian - - * eggdrop.conf.dist, doc/UPDATES1.4, src/cmds.c, src/misc.c, - src/patch.h: 1.4 resync Feb03 - -2000-02-01 17:35 fabian - - * aclocal.m4, configure, doc/UPDATES1.5, src/patch.h: - tiny_makefile_fix patch - -2000-02-01 14:47 fabian - - * src/stat.h: src/stat.h belonging to the stat_fix patch - -2000-02-01 14:36 fabian - - * src/: main.c, main.h, misc.c, mod/filesys.mod/Makefile, - mod/filesys.mod/files.c, mod/filesys.mod/filesys.c, - mod/share.mod/share.c: stat_fix patch - -2000-02-01 14:17 fabian - - * doc/UPDATES1.4, src/patch.h, src/userent.c, - src/mod/channels.mod/cmdschan.c, src/mod/irc.mod/chan.c: resync - with 1.4 on the 1st of January - -2000-01-31 17:02 fabian - - * doc/UPDATES1.5, src/botcmd.c, src/botnet.c, src/dcc.c, - src/patch.h, src/tandem.h, src/mod/module.h: G`Quann's yaup patch - -2000-01-31 16:56 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c: - G`Quann's lagcheck patch - -2000-01-31 16:49 fabian - - * doc/UPDATES1.4, src/patch.h, - src/mod/filesys.mod/help/filesys.help: resync with 1.4, Jan 31st - -2000-01-30 13:26 fabian - - * doc/UPDATES1.5, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chan.h, src/chanprog.c, src/cmds.c, src/dcc.c, src/dccutil.c, - src/dns.c, src/eggdrop.h, src/flags.c, src/flags.h, src/lang.h, - src/language.c, src/main.c, src/main.h, src/match.c, src/mem.c, - src/misc.c, src/modules.c, src/modules.h, src/net.c, src/patch.h, - src/proto.h, src/tandem.h, src/tcl.c, src/tcldcc.c, src/tclegg.h, - src/tclhash.c, src/tclhash.h, src/tclmisc.c, src/tcluser.c, - src/userent.c, src/userrec.c, src/users.h, src/mod/module.h, - src/mod/modvals.h, src/mod/blowfish.mod/bf_tab.h, - src/mod/blowfish.mod/blowfish.c, src/mod/blowfish.mod/blowfish.h, - src/mod/channels.mod/channels.c, src/mod/notes.mod/notes.c, - src/mod/share.mod/share.c: cleanup3 patch - -2000-01-30 12:02 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/tclchan.c: - eule's globalset patch - -2000-01-30 11:59 fabian - - * doc/UPDATES1.4, language/core.english.lang, - language/core.german.lang, src/lang.h, src/patch.h, - src/mod/irc.mod/chan.c: resync with 1.4, Jan30 - -2000-01-28 16:14 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/server.mod/server.c, - src/mod/server.mod/server.h, src/mod/server.mod/servmsg.c: - guppy's binds patch - -2000-01-28 16:05 fabian - - * NEWS, doc/UPDATES1.5, src/patch.h: Wiktor's NEWS patch - -2000-01-28 15:51 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/tclchan.c: - Eule's stopnethack-mode2 patch - -2000-01-28 15:24 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, doc/tcl-commands.doc, doc/tricks, - src/patch.h, src/tcluser.c, src/userrec.c: resync with 1.4, - 2000/08/01 - -2000-01-24 15:42 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: dw's nickjuped patch - -2000-01-24 15:37 fabian - - * doc/UPDATES1.4, src/botcmd.c, src/patch.h: dw's who patch - -2000-01-24 14:46 fabian - - * config.h.in, configure, configure.in, doc/UPDATES1.5, src/main.h, - src/patch.h: bzerofix patch - -2000-01-22 17:43 fabian - - * doc/UPDATES1.4, doc/tcl-commands.doc, src/patch.h, - src/mod/irc.mod/chan.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c: dw's got_op_deop patch to 1.4 - -2000-01-22 17:30 fabian - - * doc/UPDATES1.5, src/botcmd.c, src/botnet.c, src/dcc.c, - src/patch.h, src/users.c: david's unlink info patch - -2000-01-22 17:04 fabian - - * src/mod/share.mod/: share.h, uf_features.c: forgot to add those - files again (originally in uff.patch) - -2000-01-22 17:01 fabian - - * doc/UPDATES1.4, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - src/patch.h, src/mod/irc.mod/chan.c: Toth's and Wiktor's - banreason-fix patch - -2000-01-22 16:54 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: G`Quann's kickstuff patch - -2000-01-22 16:37 fabian - - * doc/UPDATES1.5, src/eggdrop.h, src/main.c, src/modules.c, - src/net.c, src/patch.h, src/proto.h, src/mod/module.h, - src/mod/share.mod/Makefile, src/mod/share.mod/share.c: uff and - outdone_event patch - -2000-01-17 17:00 fabian - - * doc/UPDATES1.5: changed Johoho to Wiktor in UPDATES1.5 - -2000-01-17 16:36 fabian - - * doc/UPDATES1.4, scripts/ques5.tcl, src/botcmd.c, src/botmsg.c, - src/botnet.c, src/chan.h, src/chanprog.c, src/cmds.c, src/cmdt.h, - src/dcc.c, src/dccutil.c, src/dns.c, src/dns.h, src/eggdrop.h, - src/flags.c, src/flags.h, src/lang.h, src/language.c, src/main.c, - src/main.h, src/mem.c, src/misc.c, src/modules.c, src/modules.h, - src/patch.h, src/proto.h, src/tandem.h, src/tcl.c, src/tcldcc.c, - src/tclegg.h, src/tclhash.c, src/tclhash.h, src/tclmisc.c, - src/tcluser.c, src/userent.c, src/userrec.c, src/users.c, - src/users.h, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/udefchan.c, - src/mod/channels.mod/userchan.c, src/mod/console.mod/console.c, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/irc.h, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h, src/mod/wire.mod/wire.c, - src/mod/wire.mod/wire.h, src/mod/woobie.mod/woobie.c, - text/banner, text/motd: Eule's copyright patch, updated by him - for 1.5 - -2000-01-17 16:28 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: G`Quann's penaltyfix patch - -2000-01-17 16:18 fabian - - * aclocal.m4, configure, doc/UPDATES1.5, src/patch.h: Tothwolf's - resolv-before-bind patch - -2000-01-17 16:13 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/help/chaninfo.help, src/mod/irc.mod/mode.c: - Eule's stopnethack_mode patch - -2000-01-17 15:59 fabian - - * doc/UPDATES1.4, src/botcmd.c, src/botnet.c, src/cmds.c, - src/dccutil.c, src/flags.c, src/main.c, src/misc.c, src/net.c, - src/patch.h, src/tcl.c, src/tcldcc.c, src/tclhash.c, - src/tclmisc.c, src/tcluser.c, src/userrec.c, src/users.c, - src/mod/irc.mod/chan.c, src/mod/transfer.mod/transfer.c, - src/mod/wire.mod/wire.c: resync with 1.4, 17Jan2000 - -2000-01-09 10:34 fabian - - * acconfig.h, aclocal.m4, config.h.in, configure, doc/UPDATES1.4, - src/patch.h, src/mod/module.h: forgot the version_export patch, - during last 1.4 resync - -2000-01-09 09:06 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.c: tiny_transfer_share patch - -2000-01-09 08:59 fabian - - * aclocal.m4, configure, configure.in, doc/UPDATES1.4, - doc/UPDATES1.5, doc/compiling.FAQ, src/main.c, src/modules.c, - src/patch.h, src/mod/module.h, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/files.c, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h: - resync with 1.4, a few 1.5 specific additions - -2000-01-09 08:36 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, src/patch.h: Johoho's config - patch - -2000-01-07 15:43 fabian - - * doc/UPDATES1.5, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/irc.mod/chan.c: S0meguy's - flood-nick patch, which i missed to apply earlier - -2000-01-07 14:04 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/server.mod/servmsg.c: - S0meguy's ctcpchanfloodfix patch, which i missed to commit by - accident - -2000-01-06 13:46 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, help/set/cmds2.help, - src/misc.c, src/modules.c, src/patch.h, src/proto.h, src/tcl.c, - src/userrec.c, src/mod/module.h, src/mod/channels.mod/channels.c, - src/mod/notes.mod/notes.c: userfile_perm patch - -2000-01-06 13:45 fabian - - * doc/UPDATES1.4, src/main.c, src/misc.c, src/modules.c, - src/modules.h, src/net.c, src/patch.h, src/tclegg.h, - src/userrec.c, src/md5/global.h, src/mod/module.h, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/channels.c, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/dns.mod/dns.h, src/mod/irc.mod/irc.c, - src/mod/notes.mod/notes.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h: - errors_fix, simialer to 1.4 - -2000-01-06 13:42 fabian - - * doc/UPDATES1.4, src/cmds.c, src/dcc.c, src/mem.c, src/misc.c, - src/patch.h, src/userrec.c, src/mod/irc.mod/chan.c, - src/mod/share.mod/share.c: resync with 1.4, 6Jan2000 - -2000-01-02 11:29 fabian - - * src/mod/channels.mod/udefchan.c: don't ask. Yet Another File - Fabian Forgot To Add... - -2000-01-01 20:42 fabian - - * src/: main.c, patch.h, mod/assoc.mod/assoc.c, - mod/blowfish.mod/blowfish.h, mod/channels.mod/channels.c, - mod/channels.mod/channels.h, mod/channels.mod/cmdschan.c, - mod/channels.mod/tclchan.c, mod/channels.mod/userchan.c, - mod/console.mod/console.c, mod/ctcp.mod/ctcp.c, - mod/dns.mod/Makefile, mod/dns.mod/coredns.c, mod/dns.mod/dns.c, - mod/dns.mod/dns.h, mod/filesys.mod/dbcompat.c, - mod/filesys.mod/dbcompat.h, mod/filesys.mod/filedb3.c, - mod/filesys.mod/filedb3.h, mod/filesys.mod/filelist.c, - mod/filesys.mod/filelist.h, mod/filesys.mod/files.c, - mod/filesys.mod/files.h, mod/filesys.mod/filesys.c, - mod/filesys.mod/tclfiles.c, mod/irc.mod/chan.c, - mod/irc.mod/cmdsirc.c, mod/irc.mod/irc.c, mod/notes.mod/notes.c, - mod/seen.mod/seen.c, mod/server.mod/cmdsserv.c, - mod/server.mod/server.c, mod/server.mod/servmsg.c, - mod/server.mod/tclserv.c, mod/share.mod/share.c, - mod/transfer.mod/transfer.c, mod/transfer.mod/transfer.h, - mod/wire.mod/wire.c, mod/woobie.mod/woobie.c: cleanup2 patch - -2000-01-01 13:42 fabian - - * doc/UPDATES1.5, src/dns.c, src/main.c, src/modules.c, - src/patch.h, src/proto.h, src/md5/md5c.c: bzero_memset patch - -2000-01-01 13:34 fabian - - * doc/UPDATES1.4, src/botnet.c, src/dcc.c, src/dccutil.c, - src/main.c, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.c: 1.4 dccfix patch - -2000-01-01 13:28 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/dcc.c, src/eggdrop.h, - src/patch.h, src/tcldcc.c: publisten patch - -2000-01-01 13:24 fabian - - * src/: patch.h, mod/notes.mod/cmdsnote.c, mod/notes.mod/notes.c, - mod/notes.mod/notes.h: notes_cleanup patch - -2000-01-01 13:23 fabian - - * doc/UPDATES1.5, src/main.c, src/patch.h: G`Quann's trafficfix - patch - -2000-01-01 13:22 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/chan.c, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c: irc_cleanup - patch - -2000-01-01 13:12 fabian - - * doc/UPDATES1.5, src/patch.h, src/tclhash.c, src/mod/modvals.h, - src/mod/seen.mod/seen.c, src/mod/transfer.mod/transfer.c, - src/mod/woobie.mod/woobie.c: cleanup patch - -2000-01-01 13:08 fabian - - * eggdrop.conf.dist, doc/UPDATES1.4, doc/tcl-commands.doc, - src/patch.h, src/userrec.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c, src/mod/irc.mod/tclirc.c: resync with 1.4 - -1999-12-27 14:39 fabian - - * doc/UPDATES1.4, src/misc.c, src/patch.h, src/tcl.c, - src/userrec.c, src/mod/irc.mod/chan.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c: 1.4 drummer's stricthost patch - -1999-12-27 14:38 fabian - - * doc/honorable.mentions: useless file - -1999-12-27 14:07 fabian - - * doc/Makefile.in: forgot to patch Makefile.in when removing - Ode_To_Beldin - -1999-12-27 13:56 fabian - - * src/: patch.h, tclmisc.c: tcl_md5 messup ... - -1999-12-27 13:50 fabian - - * doc/UPDATES1.5: the override-bots change was in 1.5.1 not 1.5.0\! - -1999-12-27 13:36 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h, src/tclmisc.c: - Olrick's tcl md5 patch - -1999-12-27 13:35 fabian - - * doc/Ode_To_Beldin: removed useless file - -1999-12-27 12:35 fabian - - * doc/UPDATES1.5, src/cmds.c, src/patch.h: dw's strip patch - -1999-12-27 08:52 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h, src/tcluser.c: - dw's getuser patch - -1999-12-26 06:29 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/dns.mod/coredns.c: dnsfix - -1999-12-26 06:21 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/dns.c, src/dns.h, - src/patch.h: dnslookup2 - -1999-12-25 23:50 poptix - - * doc/honorable.mentions: - blah, just a text file i felt like adding, we can throw random - funny stuff in here. - -1999-12-25 10:18 fabian - - * doc/UPDATES1.4, src/main.c, src/patch.h: 1.4 nowtm_timerfix.patch - -1999-12-25 09:05 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/dns.c, src/dns.h, - src/patch.h: dnslookup - -1999-12-24 20:37 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: serverfix - -1999-12-24 18:36 fabian - - * src/dns.h: tclasyncdns.patch - -1999-12-24 18:07 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/Makefile.in, - src/botnet.c, src/dcc.c, src/dns.c, src/mem.c, src/modules.c, - src/patch.h, src/proto.h, src/tcl.c, src/mod/module.h, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: tclasyncdns - -1999-12-24 17:59 fabian - - * doc/UPDATES1.5, src/language.c, src/patch.h: langclean - -1999-12-24 17:57 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/irc.mod/irc.c: 1.4 - revengepunishfix - -1999-12-24 08:25 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/cmdsirc.c: toot's - .channel fix - -1999-12-24 08:23 fabian - - * doc/UPDATES1.4, src/dccutil.c, src/patch.h: 1.4 hidelost - -1999-12-24 08:21 fabian - - * doc/UPDATES1.4, src/dccutil.c, src/main.c, src/modules.c, - src/patch.h, src/proto.h, src/mod/module.h, - src/mod/dns.mod/dns.c, src/mod/filesys.mod/filesys.c, - src/mod/server.mod/server.c, src/mod/transfer.mod/transfer.c: - dccremovelost - -1999-12-24 08:20 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, src/patch.h, - src/mod/server.mod/server.c: nicklength2 - -1999-12-24 08:19 fabian - - * doc/UPDATES1.5, src/chan.h, src/patch.h, - src/mod/channels.mod/tclchan.c: nodesynchfix - -1999-12-22 16:02 fabian - - * help/set/: cmds1.help, cmds2.help: re-added missing help/set and - help/msg directories - -1999-12-22 07:17 fabian - - * src/: patch.h, mod/channels.mod/channels.c: small error while - applying a patch, reported by SuperS - -1999-12-22 06:27 fabian - - * doc/UPDATES1.5, src/patch.h: G`Quann's whoispenaltyfix patch - -1999-12-22 06:24 fabian - - * doc/UPDATES1.5, src/cmds.c, src/patch.h, src/tcluser.c, - src/mod/server.mod/servmsg.c: Ian's silencefix patch - -1999-12-22 06:21 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, src/chan.h, src/patch.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/mode.c: Ian's nodesync patch - -1999-12-22 06:11 fabian - - * eggdrop.conf.dist, doc/UPDATES1.4, language/core.english.lang, - language/core.german.lang, src/botcmd.c, src/botnet.c, - src/cmds.c, src/dcc.c, src/dccutil.c, src/eggdrop.h, src/lang.h, - src/main.c, src/modules.c, src/net.c, src/proto.h, src/tclhash.c, - src/users.c, src/mod/module.h, src/mod/modvals.h, - src/mod/filesys.mod/files.c, src/mod/irc.mod/irc.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/share.mod/share.c, - src/mod/transfer.mod/transfer.h, src/mod/wire.mod/wire.c: resync - with 1.4.2, 1999/12/22 - -1999-12-22 06:07 fabian - - * src/patch.h: resync with 1.4.2, 1999/12/22 - -1999-12-21 11:35 fabian - - * Makefile.in, acconfig.h, aclocal.m4, configure, configure.in, - eggdrop.conf.dist, install-sh, doc/Makefile.in, doc/UPDATES1.4, - language/core.english.lang, language/core.french.lang, - language/core.german.lang, scripts/Makefile.in, - scripts/action.fix.tcl, scripts/alltools.tcl, scripts/autobotchk, - scripts/botchk, scripts/compat.tcl, scripts/getops-2.2d.tcl, - scripts/klined.tcl, scripts/notes2.tcl, scripts/ques5.tcl, - scripts/sentinel1.54.tcl, scripts/userinfo1.0.tcl, scripts/weed, - src/Makefile.in, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chan.h, src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, - src/dccutil.c, src/dns.c, src/eggdrop.h, src/flags.c, - src/flags.h, src/lang.h, src/language.c, src/main.c, src/main.h, - src/match.c, src/mem.c, src/misc.c, src/modules.c, src/modules.h, - src/net.c, src/patch.h, src/proto.h, src/rfc1459.c, src/tandem.h, - src/tcl.c, src/tcldcc.c, src/tclegg.h, src/tclhash.c, - src/tclhash.h, src/tclmisc.c, src/tcluser.c, src/userent.c, - src/userrec.c, src/users.c, src/users.h, src/md5/Makefile.in, - src/md5/global.h, src/md5/md5.h, src/md5/md5c.c, - src/mod/Makefile.in, src/mod/buildstatic, src/mod/module.h, - src/mod/modvals.h, src/mod/assoc.mod/Makefile, - src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/Makefile, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/Makefile, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/userchan.c, src/mod/console.mod/Makefile, - src/mod/console.mod/console.c, src/mod/ctcp.mod/Makefile, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/dns.mod/Makefile, src/mod/dns.mod/coredns.c, - src/mod/dns.mod/dns.c, src/mod/dns.mod/dns.h, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h, src/mod/filesys.mod/filelist.c, - src/mod/filesys.mod/filelist.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/filesys.mod/language/filesys.english.lang, - src/mod/filesys.mod/language/filesys.french.lang, - src/mod/filesys.mod/language/filesys.german.lang, - src/mod/irc.mod/Makefile, src/mod/irc.mod/chan.c, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/Makefile, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.c, src/mod/notes.mod/notes.h, - src/mod/seen.mod/Makefile, src/mod/seen.mod/seen.c, - src/mod/server.mod/Makefile, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/Makefile, src/mod/share.mod/share.c, - src/mod/transfer.mod/Makefile, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h, src/mod/wire.mod/Makefile, - src/mod/wire.mod/wire.c, src/mod/wire.mod/wire.h, - src/mod/wire.mod/language/wire.english.lang, - src/mod/wire.mod/language/wire.french.lang, - src/mod/wire.mod/language/wire.german.lang, - src/mod/woobie.mod/Makefile, src/mod/woobie.mod/woobie.c: - Tothwolf's id-header - -1999-12-21 11:32 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/filedb3.c, src/mod/filesys.mod/filedb3.h, - src/mod/filesys.mod/filelist.c, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/tclfiles.c, - src/mod/filesys.mod/help/filesys.help: filesys_fixes2 - -1999-12-19 10:06 fabian - - * doc/UPDATES1.5, src/cmds.c, src/main.c, src/net.c, src/patch.h: - G`Quann's traffic patch - -1999-12-19 10:05 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c: G`Quann's udef_dname patch - -1999-12-17 14:26 fabian - - * doc/UPDATES1.5, src/botnet.c, src/dcc.c, src/patch.h, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c: - dns_reversefail - -1999-12-17 12:40 fabian - - * doc/UPDATES1.4, src/cmds.c, src/flags.c, src/patch.h, - src/userent.c, src/mod/module.h, src/mod/console.mod/console.c, - src/mod/transfer.mod/transfer.c: tothwolf's assert-nulls patch - -1999-12-15 11:20 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, src/eggdrop.h, src/main.c, - src/patch.h, src/mod/share.mod/share.c: the share_botoverride - patch... - -1999-12-15 09:31 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/irc.mod/chan.c: 1.4 resync - 991215 - -1999-12-14 16:39 fabian - - * Makefile.in, doc/UPDATES1.4, doc/UPDATES1.5, src/eggdrop.h, - src/main.c, src/modules.c, src/patch.h, src/proto.h, - src/mod/module.h: toth's patch-assert - -1999-12-13 17:53 fabian - - * doc/UPDATES1.4, doc/UPDATES1.5, src/dcc.c, src/patch.h, - src/tcl.c, src/tcluser.c, src/mod/channels.mod/tclchan.c, - src/mod/server.mod/server.c: tothwolf's sync-1.5-11Dec1999-1 - patch - -1999-12-13 17:39 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/eggdrop.h, src/patch.h, - src/mod/modvals.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/filesys.h, - src/mod/filesys.mod/tclfiles.c, src/mod/irc.mod/chan.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h: - resume patch - -1999-12-12 16:14 fabian - - * config.h.in, configure, configure.in, doc/UPDATES1.5, - src/eggdrop.h, src/md5/global.h, src/md5/md5c.c, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.h, src/patch.h: 32 - bit usage made consistent - patch :) - -1999-12-12 09:39 fabian - - * doc/UPDATES1.5, src/botnet.c, src/patch.h: tiny botlink fix - -1999-12-11 17:20 fabian - - * src/: eggdrop.h, patch.h: removed silly warning in Asser macro - -1999-12-11 12:58 fabian - - * Makefile.in, src/botcmd.c, src/botmsg.c, src/botnet.c, - src/chanprog.c, src/cmds.c, src/dcc.c, src/dccutil.c, src/dns.c, - src/eggdrop.h, src/flags.c, src/language.c, src/main.c, - src/mem.c, src/misc.c, src/modules.c, src/net.c, src/patch.h, - src/proto.h, src/tcl.c, src/tcldcc.c, src/tclhash.c, - src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c, - src/users.c, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/blowfish.c, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, - src/mod/console.mod/console.c, src/mod/ctcp.mod/ctcp.c, - src/mod/dns.mod/coredns.c, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/dbcompat.c, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filelist.c, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/cmdsnote.c, src/mod/notes.mod/notes.c, - src/mod/seen.mod/seen.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c, src/mod/server.mod/tclserv.c, - src/mod/share.mod/share.c, src/mod/transfer.mod/transfer.c, - src/mod/wire.mod/wire.c, src/mod/woobie.mod/woobie.c: tothwolf's - remove-context-bloat patch - -1999-12-10 11:20 fabian - - * doc/UPDATES1.4, doc/tcl-commands.doc, src/chanprog.c, - src/patch.h, src/userent.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/userchan.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c, src/mod/server.mod/Makefile, - src/mod/server.mod/server.c, src/mod/server.mod/tclserv.c: resync - 991210 with 1.4 - -1999-12-06 10:15 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/blowfish.mod/blowfish.c, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/irc.mod/chan.c: 1.4 - resync - -1999-12-06 09:56 fabian - - * aclocal.m4, configure, doc/UPDATES1.5, src/patch.h: Toth's - configure-with-fixes patch - -1999-12-04 08:05 fabian - - * aclocal.m4, configure, configure.in, doc/UPDATES1.5: Tothwolf's - configure-strip-fix patch - -1999-12-01 08:49 fabian - - * aclocal.m4, src/patch.h: missed aclocal in toth's new-configure - patch... as always... :/ - -1999-11-30 18:09 fabian - - * configure, configure.in, doc/UPDATES1.5, src/patch.h: toths - new-configure patch - -1999-11-30 17:04 fabian - - * doc/UPDATES1.4, src/chanprog.c, src/eggdrop.h, src/patch.h, - src/userrec.c, src/mod/irc.mod/chan.c, src/mod/irc.mod/cmdsirc.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/notes.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/servmsg.c, src/mod/share.mod/share.c: egg1.4 - resync 991130 - -1999-11-27 17:54 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/transfer.mod/transfer.c: - filesys_fixes patch - -1999-11-27 17:53 fabian - - * doc/UPDATES1.5, src/cmds.c, src/flags.c, src/modules.c, - src/patch.h, src/proto.h, src/userrec.c, src/mod/module.h, - src/mod/channels.mod/channels.c, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c: complete_sharefix patch - -1999-11-27 17:51 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/irc.mod/mode.c: addbanmode - patch - -1999-11-26 11:21 fabian - - * eggdrop.conf.dist, doc/UPDATES1.5, language/core.english.lang, - src/botnet.c, src/dcc.c, src/eggdrop.h, src/lang.h, src/patch.h, - src/proto.h, src/tcl.c: dupwait patch - -1999-11-24 17:28 fabian - - * doc/UPDATES1.4, src/botmsg.c, src/patch.h: drummer's notefix - patch - -1999-11-24 16:23 fabian - - * doc/UPDATES1.4, src/modules.c, src/patch.h, src/proto.h, - src/mod/module.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/filesys.mod/filesys.c, - src/mod/wire.mod/wire.c: guppy's tables patch - -1999-11-22 13:42 fabian - - * doc/UPDATES1.5, src/dccutil.c, src/eggdrop.h, src/patch.h, - src/mod/server.mod/server.c: G`Quann's putnext patch - -1999-11-22 13:31 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filelist.c, src/mod/filesys.mod/files.c: - filedb3_fix2 patch - -1999-11-22 10:22 fabian - - * eggdrop.conf.dist, doc/UPDATES1.4, scripts/ques4.tcl, - src/patch.h, src/tcl.c, src/mod/irc.mod/mode.c: resync 11Nov1999 - -1999-11-20 15:40 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/tclchan.c: G`Quann's udefmemleak patch - -1999-11-20 15:27 fabian - - * Makefile.in, doc/UPDATES1.5, src/Makefile.in, src/patch.h: - dnsstatic patch - -1999-11-20 09:56 fabian - - * doc/UPDATES1.5, src/patch.h, src/mod/filesys.mod/filedb3.c, - src/mod/filesys.mod/filedb3.h: filedb3_fix patch - -1999-11-16 15:06 fabian - - * configure, configure.in, src/patch.h: filedb_autoconf patch - -1999-11-15 14:36 fabian - - * NEWTO1.5.0: missed to remove that file during tosk's NEWTO1.5.0 - -> NEWS switch - -1999-11-15 11:42 fabian - - * CONTENTS, FEATURES, INSTALL, NEWS, README, configure, - configure.in, eggdrop.conf.dist, doc/BOTNET, doc/BUG-REPORT, - doc/CONTENTS, doc/Makefile.in, doc/UPDATES.pre1.3, - doc/UPDATES.pre1.5, doc/UPDATES1.3, doc/UPDATES1.4, - doc/UPDATES1.5, doc/eggdrop.doc, doc/patch.howto, - doc/tcl-commands.doc, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - logs/CONTENTS, scripts/userinfo1.0.tcl, src/cmds.c, - src/dccutil.c, src/main.c, src/main.h, src/match.c, src/mem.c, - src/net.c, src/patch.h, src/proto.h, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, - src/mod/console.mod/console.c, - src/mod/filesys.mod/language/filesys.french.lang, - src/mod/irc.mod/chan.c, src/mod/notes.mod/notes.c, - src/mod/seen.mod/seen.c, src/mod/server.mod/server.c, - src/mod/share.mod/share.c, src/mod/wire.mod/wire.c, - src/mod/wire.mod/language/wire.french.lang, - src/mod/woobie.mod/woobie.c: Toth's sync-1.5-14Nov1999-1 - -1999-11-15 11:13 fabian - - * doc/UPDATES1.5, doc/tcl-commands.doc, src/dcc.c, src/patch.h, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c: - fastdeq_options patch (G`Quann), udef_doc patch (G`Quann), - fixlisten patch (Fabian), minorfilesys patch (Fabian) - -1999-11-14 11:15 fabian - - * src/: patch.h, mod/filesys.mod/files.c: spelling mistake, - reported by guppy - -1999-11-14 07:06 fabian - - * NEWTO1.5.0, doc/UPDATES1.5, src/patch.h, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/dbcompat.c, - src/mod/filesys.mod/dbcompat.h, src/mod/filesys.mod/filedb.c, - src/mod/filesys.mod/filedb3.c, src/mod/filesys.mod/filedb3.h, - src/mod/filesys.mod/filelist.c, src/mod/filesys.mod/filelist.h, - src/mod/filesys.mod/files.c, src/mod/filesys.mod/files.h, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/filesys.h, - src/mod/filesys.mod/tclfiles.c: filedb3 patch - -1999-11-12 18:53 segfault - - * text/: banner, motd: Tothwolf's banner and motd updates to new - version - -1999-11-11 15:51 fabian - - * configure: messed up configure, oops - -1999-11-11 15:44 fabian - - * configure, doc/UPDATES1.5, src/dns.c, src/patch.h: - dns_fixagain.patch which fixes a bug in blocking dns code and - turns on debugmem to default on linux - -1999-11-11 11:45 segfault - - * configure, configure.in, src/patch.h: Configure did not have - default make = make debug - -1999-11-11 10:22 segfault - - * mkinstalldirs: mkinstalldirs was mysteriously left out of 1.5 and - therefore would not make install correctly - -1999-11-10 16:02 fabian - - * scripts/Makefile.in, src/patch.h: I had messed up the scripts - Makefile.in - -1999-11-10 15:34 fabian - - * FEATURES, Makefile.in, README, TODO, acconfig.h, config.h.in, - configure, configure.in, eggdrop.conf.dist, doc/BOTNET, - doc/Makefile.in, doc/UPDATES.pre1.5, doc/eggdrop.doc, - doc/patch.howto, doc/tcl-commands.doc, doc/man1/eggdrop.1, - language/core.german.lang, scripts/Makefile.in, src/Makefile.in, - src/botcmd.c, src/botmsg.c, src/chanprog.c, src/cmds.c, - src/dcc.c, src/dccutil.c, src/main.c, src/main.h, src/mem.c, - src/modules.c, src/patch.h, src/proto.h, src/tcl.c, src/tcldcc.c, - src/tclegg.h, src/tclhash.c, src/tclmisc.c, src/tcluser.c, - src/userent.c, src/md5/Makefile.in, src/mod/Makefile.in, - src/mod/module.h, src/mod/assoc.mod/Makefile, - src/mod/blowfish.mod/Makefile, src/mod/channels.mod/Makefile, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, - src/mod/console.mod/Makefile, src/mod/console.mod/console.c, - src/mod/ctcp.mod/Makefile, src/mod/dns.mod/Makefile, - src/mod/filesys.mod/Makefile, src/mod/irc.mod/Makefile, - src/mod/irc.mod/chan.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/notes.mod/Makefile, - src/mod/notes.mod/notes.c, src/mod/seen.mod/Makefile, - src/mod/server.mod/Makefile, src/mod/server.mod/server.c, - src/mod/share.mod/Makefile, src/mod/transfer.mod/Makefile, - src/mod/transfer.mod/transfer.c, src/mod/wire.mod/Makefile, - src/mod/wire.mod/language/wire.english.lang, - src/mod/woobie.mod/Makefile: Resync with 1.4 - -1999-11-09 18:08 segfault - - * text/banner: Another oops - -1999-11-09 18:07 segfault - - * NEWTO1.4.0: Blah - -1999-11-09 18:06 segfault - - * src/: main.c, mod/assoc.mod/assoc.c, mod/blowfish.mod/blowfish.c, - mod/channels.mod/channels.c, mod/console.mod/console.c, - mod/filesys.mod/filesys.c, mod/notes.mod/notes.c, - mod/seen.mod/seen.c, mod/server.mod/server.c, - mod/share.mod/share.c, mod/transfer.mod/transfer.c, - mod/wire.mod/wire.c, mod/woobie.mod/woobie.c: Part 2 - -1999-11-09 18:01 segfault - - * NEWTO1.5.0, README, doc/CONTENTS, doc/UPDATES.pre1.4, - doc/UPDATES.pre1.5, doc/UPDATES1.4, doc/UPDATES1.5, - doc/tcl-commands.doc: Part 1 of numbering revision - -1999-10-26 15:46 fabian - - * doc/UPDATES1.4, src/botcmd.c, src/chan.h, src/chanprog.c, - src/cmds.c, src/flags.c, src/lang.h, src/misc.c, src/modules.c, - src/patch.h, src/tcldcc.c, src/tcluser.c, src/userrec.c, - src/users.c, src/mod/module.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/channels.mod/userchan.c, - src/mod/filesys.mod/files.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/mode.c, src/mod/irc.mod/msgcmds.c, - src/mod/irc.mod/tclirc.c, src/mod/seen.mod/seen.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/share.c: Cybah's safechan patch - -1999-10-26 15:38 fabian - - * Makefile.in, acconfig.h, config.h.in, configure, configure.in, - eggdrop.conf.dist, doc/UPDATES.pre1.4, doc/tcl-commands.doc, - language/core.english.lang, language/core.german.lang, - scripts/action.fix.tcl, scripts/alltools.tcl, scripts/autobotchk, - scripts/botchk, scripts/compat.tcl, scripts/weed, - src/Makefile.in, src/botnet.c, src/chanprog.c, src/cmds.c, - src/dcc.c, src/flags.c, src/language.c, src/main.c, src/misc.c, - src/modules.c, src/patch.h, src/tcldcc.c, src/tcluser.c, - src/userent.c, src/mod/module.h, src/mod/assoc.mod/Makefile, - src/mod/blowfish.mod/Makefile, src/mod/blowfish.mod/blowfish.h, - src/mod/channels.mod/Makefile, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/tclchan.c, src/mod/console.mod/Makefile, - src/mod/ctcp.mod/Makefile, src/mod/filesys.mod/Makefile, - src/mod/irc.mod/Makefile, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c, - src/mod/notes.mod/Makefile, src/mod/seen.mod/Makefile, - src/mod/seen.mod/seen.c, src/mod/server.mod/Makefile, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/Makefile, src/mod/share.mod/share.c, - src/mod/transfer.mod/Makefile, src/mod/transfer.mod/transfer.c, - src/mod/wire.mod/Makefile, src/mod/woobie.mod/Makefile: resync - 940380771-940924890 - -1999-10-26 13:44 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/server.mod/server.c: - G`Quann's fastdeq patch - -1999-10-24 08:36 fabian - - * src/: patch.h, mod/channels.mod/Makefile, - mod/channels.mod/channels.c, mod/channels.mod/tclchan.c: 1) udef - patch was wrongly applied in one place. 2) small fixes - -1999-10-24 06:17 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/channels.mod/channels.c, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c: - G`Quann's udef_chanstuff3 patch - -1999-10-21 14:04 fabian - - * doc/UPDATES1.4, src/dns.c, src/patch.h: dnsfix patch from G`Quann - -1999-10-21 13:22 fabian - - * Makefile.in, acconfig.h, config.h.in, configure, configure.in, - install-sh, doc/BUG-REPORT, doc/Makefile.in, doc/UPDATES.pre1.4, - doc/man1/eggdrop.1, help/assoc.help, help/chaninfo.help, - help/channels.help, help/console.help, help/filesys.help, - help/irc.help, help/notes.help, help/seen.help, help/server.help, - help/share.help, help/userinfo.help, language/core.french.lang, - scripts/CONTENTS, scripts/Makefile.in, scripts/bugreport.tcl, - scripts/help/userinfo.help, scripts/help/msg/userinfo.help, - src/Makefile, src/Makefile.in, src/botcmd.c, src/botmsg.c, - src/botnet.c, src/chanprog.c, src/cmds.c, src/dcc.c, - src/dccutil.c, src/dns.c, src/eggdrop.h, src/main.c, src/main.h, - src/mem.c, src/misc.c, src/modules.c, src/net.c, src/patch.h, - src/proto.h, src/tandem.h, src/tcl.c, src/tcldcc.c, - src/tcluser.c, src/userent.c, src/userrec.c, src/users.c, - src/md5/Makefile, src/md5/Makefile.in, src/mod/Makefile, - src/mod/Makefile.generic, src/mod/Makefile.in, - src/mod/buildstatic, src/mod/assoc.mod/Makefile, - src/mod/assoc.mod/help/assoc.help, src/mod/blowfish.mod/Makefile, - src/mod/blowfish.mod/blowfish.c, src/mod/channels.mod/Makefile, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/help/chaninfo.help, - src/mod/channels.mod/help/channels.help, - src/mod/channels.mod/help/set/channels.help, - src/mod/console.mod/Makefile, - src/mod/console.mod/help/console.help, - src/mod/console.mod/help/set/console.help, - src/mod/ctcp.mod/Makefile, src/mod/ctcp.mod/help/set/ctcp.help, - src/mod/dns.mod/Makefile, src/mod/dns.mod/dns.c, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.english.lang, - src/mod/filesys.mod/files.german.lang, - src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/help/filesys.help, - src/mod/filesys.mod/help/set/filesys.help, - src/mod/filesys.mod/language/filesys.english.lang, - src/mod/filesys.mod/language/filesys.german.lang, - src/mod/irc.mod/Makefile, src/mod/irc.mod/chan.c, - src/mod/irc.mod/mode.c, src/mod/irc.mod/help/irc.help, - src/mod/irc.mod/help/msg/irc.help, - src/mod/irc.mod/help/set/irc.help, src/mod/notes.mod/Makefile, - src/mod/notes.mod/help/notes.help, - src/mod/notes.mod/help/msg/notes.help, - src/mod/notes.mod/help/set/notes.help, src/mod/seen.mod/Makefile, - src/mod/seen.mod/seen.c, src/mod/seen.mod/help/seen.help, - src/mod/seen.mod/help/msg/seen.help, src/mod/server.mod/Makefile, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/server.mod/help/server.help, - src/mod/server.mod/help/set/server.help, - src/mod/share.mod/Makefile, src/mod/share.mod/share.c, - src/mod/share.mod/help/share.help, src/mod/transfer.mod/Makefile, - src/mod/transfer.mod/help/set/transfer.help, - src/mod/wire.mod/Makefile, src/mod/wire.mod/wire.english.lang, - src/mod/wire.mod/wire.german.lang, - src/mod/wire.mod/language/wire.english.lang, - src/mod/wire.mod/language/wire.german.lang, - src/mod/woobie.mod/Makefile: resync with 1.3 tree, - 939863113-940380771 - -1999-10-15 04:44 fabian - - * eggdrop.conf.dist, doc/UPDATES.pre1.4, doc/tcl-commands.doc, - language/core.english.lang, language/core.german.lang, - scripts/compat.tcl, src/chan.h, src/chanprog.c, src/cmds.c, - src/eggdrop.h, src/flags.c, src/language.c, src/patch.h, - src/rfc1459.h, src/tcl.c, src/userent.c, src/users.c, - src/mod/console.mod/console.c, src/mod/filesys.mod/Makefile, - src/mod/filesys.mod/filedb.c, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.german.lang, - src/mod/filesys.mod/filesys.c, src/mod/filesys.mod/filesys.h, - src/mod/filesys.mod/tclfiles.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/irc.c, src/mod/irc.mod/mode.c, - src/mod/transfer.mod/transfer.c, src/mod/wire.mod/Makefile, - src/mod/wire.mod/wire.german.lang: resync 1.3: - 939574072->939863113 - -1999-10-12 16:19 fabian - - * doc/UPDATES1.4, src/eggdrop.h, src/modules.c, src/patch.h, - src/mod/module.h, src/mod/filesys.mod/filesys.c, - src/mod/share.mod/share.c, src/mod/transfer.mod/transfer.c, - src/mod/transfer.mod/transfer.h: the transfer patch - -1999-10-12 04:28 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: penalties3 patch - -1999-10-11 10:20 fabian - - * Makefile: This shouldn't have happened... *grrr* - -1999-10-11 01:59 fabian - - * Makefile, Makefile.in, configure.in, eggdrop.conf.dist, motd, - telnet-banner, doc/UPDATES.pre1.4, doc/UPDATES1.4, - help/cmds2.help, language/core.english.lang, - language/core.french.lang, language/core.german.lang, - logs/CONTENTS, src/botnet.c, src/cmds.c, src/dcc.c, - src/dccutil.c, src/dns.c, src/eggdrop.h, src/main.c, src/net.c, - src/patch.h, src/users.c, src/mod/channels.mod/channels.c, - src/mod/channels.mod/channels.h, src/mod/channels.mod/cmdschan.c, - src/mod/channels.mod/userchan.c, src/mod/dns.mod/coredns.c, - src/mod/dns.mod/dns.c, src/mod/filesys.mod/filesys.c, - src/mod/irc.mod/mode.c, src/mod/irc.mod/tclirc.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - text/CONTENTS, text/banner, text/motd: dns patches, textdir - patch, sync 939496415-939574072 - -1999-10-10 17:33 fabian - - * doc/UPDATES1.4, src/patch.h, src/mod/server.mod/servmsg.c: the - nonallocsock patch - -1999-10-10 16:24 fabian - - * doc/UPDATES1.4, src/botnet.c, src/dcc.c, src/dns.c, - src/eggdrop.h, src/net.c, src/patch.h, - src/mod/server.mod/servmsg.c: the hostbyteorder patch - -1999-10-09 18:56 fabian - - * CONTENTS, FEATURES, Makefile.in, configure, configure.in, - eggdrop.conf.dist, doc/BUG-REPORT, doc/UPDATES.pre1.4, - doc/eggdrop.doc, doc/tcl-commands.doc, doc/man1/eggdrop.1, - help/cmds1.help, scripts/autobotchk, scripts/botchk, - scripts/weed, src/cmds.c, src/eggdrop.h, src/main.c, - src/modules.c, src/net.c, src/patch.h, src/tcl.c, src/tcldcc.c, - src/mod/share.mod/share.c: yet another tree merge and fixups... - let's see how long it takes until I learn this stuff - -1999-10-09 13:44 fabian - - * src/: dns.c, mod/dns.mod/Makefile, mod/dns.mod/coredns.c, - mod/dns.mod/dns.c, mod/dns.mod/dns.h: forgot those new files - again.. *gnnnn*.. I'll learn it... - -1999-10-09 13:31 fabian - - * Makefile.in, configure, configure.in, eggdrop.conf.dist, - doc/UPDATES1.4, src/Makefile, src/botnet.c, src/dcc.c, - src/dccutil.c, src/eggdrop.h, src/main.h, src/modules.c, - src/net.c, src/proto.h, src/mod/Makefile, - src/mod/Makefile.generic, src/mod/module.h, src/mod/modvals.h, - src/mod/filesys.mod/filesys.c, src/mod/server.mod/server.c, - src/mod/server.mod/servmsg.c: Fabian's asyncdns patch - -1999-10-09 10:41 fabian - - * doc/BUG-REPORT, scripts/ques5.tcl, src/mod/notes.mod/cmdsnote.c, - src/mod/notes.mod/notes.h: missed new files during 1.3 merge - -1999-10-09 09:46 fabian - - * Makefile, Makefile.in, README, config.h.in, configure, - configure.in, eggdrop.conf.dist, doc/MODULES, doc/UPDATES.pre1.4, - doc/eggdrop.doc, doc/tcl-commands.doc, doc/tricks, - language/core.english.lang, language/core.french.lang, - language/core.german.lang, scripts/CONTENTS, scripts/ques4.tcl, - scripts/weed, src/Makefile, src/botcmd.c, src/botmsg.c, - src/chan.h, src/chanprog.c, src/cmds.c, src/dcc.c, src/dccutil.c, - src/eggdrop.h, src/flags.c, src/lang.h, src/language.c, - src/main.c, src/main.h, src/match.c, src/misc.c, src/modules.c, - src/modules.h, src/net.c, src/patch.h, src/proto.h, - src/rfc1459.c, src/tcl.c, src/tcldcc.c, src/tclhash.c, - src/tclhash.h, src/tclmisc.c, src/userent.c, src/userrec.c, - src/users.c, src/users.h, src/mod/module.h, src/mod/modvals.h, - src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/blowfish.c, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/userchan.c, src/mod/console.mod/console.c, - src/mod/ctcp.mod/ctcp.c, src/mod/filesys.mod/Makefile, - src/mod/filesys.mod/filedb.c, src/mod/filesys.mod/files.c, - src/mod/filesys.mod/filesys.c, src/mod/irc.mod/chan.c, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/Makefile, src/mod/notes.mod/notes.c, - src/mod/seen.mod/seen.c, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/servmsg.c, - src/mod/share.mod/share.c, src/mod/transfer.mod/transfer.c, - src/mod/wire.mod/Makefile, src/mod/wire.mod/wire.c, - src/mod/woobie.mod/woobie.c: all changes to the 1.3 tree merged - with 1.4 - -1999-10-09 07:10 fabian - - * help/: assoc.help, chaninfo.help, channels.help, cmds1.help, - cmds2.help, console.help, core.help, filesys.help, irc.help, - notes.help, seen.help, server.help, share.help, userinfo.help: - finished reordering help files. They were all misplaced... - -1999-09-13 08:43 segfault - - * src/patch.h: Blah - -1999-09-13 08:38 segfault - - * configure, configure.in: Commits - -1999-09-13 08:36 segfault - - * doc/BOTNET, doc/CONTENTS, doc/KNOWN-PROBLEMS, doc/MODULES, - doc/Ode_To_Beldin, doc/UPDATES.pre1.4, doc/UPDATES1.4, - doc/compiling.FAQ, doc/eggdrop.doc, doc/patch.howto, - doc/tcl-commands.doc, doc/tricks, doc/man1/eggdrop.1, - language/core.english.lang, language/core.french.lang, - language/core.german.lang, scripts/CONTENTS, - scripts/action.fix.tcl, scripts/alltools.tcl, scripts/autobotchk, - scripts/botchk, scripts/bugreport.tcl, scripts/compat.tcl, - scripts/getops-2.2d.tcl, scripts/klined.tcl, scripts/notes2.tcl, - scripts/ques4.tcl, scripts/sentinel1.54.tcl, - scripts/userinfo1.0.tcl, scripts/weed, src/Makefile, - src/botcmd.c, src/botmsg.c, src/botnet.c, src/chan.h, - src/chanprog.c, src/cmds.c, src/cmdt.h, src/dcc.c, src/dccutil.c, - src/eggdrop.h, src/flags.c, src/flags.h, src/lang.h, - src/language.c, src/main.c, src/main.h, src/match.c, src/mem.c, - src/misc.c, src/modules.c, src/modules.h, src/net.c, src/patch.h, - src/proto.h, src/rfc1459.c, src/rfc1459.h, src/tandem.h, - src/tcl.c, src/tcldcc.c, src/tclegg.h, src/tclhash.c, - src/tclhash.h, src/tclmisc.c, src/tcluser.c, src/userent.c, - src/userrec.c, src/users.c, src/users.h, src/md5/Makefile, - src/md5/global.h, src/md5/md5.h, src/md5/md5c.c, - src/mod/Makefile, src/mod/Makefile.generic, src/mod/buildstatic, - src/mod/module.h, src/mod/modvals.h, src/mod/assoc.mod/Makefile, - src/mod/assoc.mod/assoc.c, src/mod/blowfish.mod/Makefile, - src/mod/blowfish.mod/bf_tab.h, src/mod/blowfish.mod/blowfish.c, - src/mod/blowfish.mod/blowfish.h, src/mod/channels.mod/Makefile, - src/mod/channels.mod/channels.c, src/mod/channels.mod/channels.h, - src/mod/channels.mod/cmdschan.c, src/mod/channels.mod/tclchan.c, - src/mod/channels.mod/userchan.c, src/mod/console.mod/Makefile, - src/mod/console.mod/console.c, src/mod/ctcp.mod/Makefile, - src/mod/ctcp.mod/ctcp.c, src/mod/ctcp.mod/ctcp.h, - src/mod/filesys.mod/Makefile, src/mod/filesys.mod/filedb.c, - src/mod/filesys.mod/files.c, - src/mod/filesys.mod/files.english.lang, - src/mod/filesys.mod/files.h, src/mod/filesys.mod/filesys.c, - src/mod/filesys.mod/filesys.h, src/mod/filesys.mod/tclfiles.c, - src/mod/irc.mod/Makefile, src/mod/irc.mod/chan.c, - src/mod/irc.mod/cmdsirc.c, src/mod/irc.mod/irc.c, - src/mod/irc.mod/irc.h, src/mod/irc.mod/mode.c, - src/mod/irc.mod/msgcmds.c, src/mod/irc.mod/tclirc.c, - src/mod/notes.mod/Makefile, src/mod/notes.mod/notes.c, - src/mod/seen.mod/Makefile, src/mod/seen.mod/seen.c, - src/mod/server.mod/Makefile, src/mod/server.mod/cmdsserv.c, - src/mod/server.mod/server.c, src/mod/server.mod/server.h, - src/mod/server.mod/servmsg.c, src/mod/share.mod/Makefile, - src/mod/share.mod/share.c, src/mod/transfer.mod/Makefile, - src/mod/transfer.mod/transfer.c, src/mod/transfer.mod/transfer.h, - src/mod/wire.mod/Makefile, src/mod/wire.mod/wire.c, - src/mod/wire.mod/wire.english.lang, src/mod/wire.mod/wire.h, - src/mod/woobie.mod/Makefile, src/mod/woobie.mod/woobie.c: Initial - commit based off of .29 cvs - -1999-09-13 08:18 segfault - - * CONTENTS, COPYING, FEATURES, INSTALL, Makefile, Makefile.in, - NEWTO1.4.0, README, TODO, config.h.in, configure, configure.in, - eggdrop.conf.dist, lush.h.in, motd, telnet-banner: Initial stuff - (.29 cvs) +- - - - - - - - - - - - - - - +Commit bb8a724 (2015-12-13 23:34:05 +0100) by thommey +Fix Makefile +Makefile.in +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 4315862 (2015-12-13 23:31:53 +0100) by thommey +run autotools + +configure + +- - - - - - - - - - - - - - - +Commit c1e0df4 (2015-12-13 23:31:20 +0100) by thommey +Fix compilation with tcl.m4 + +configure.ac +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit ed71324 (2015-10-21 23:31:09 -0400) by Geo +fix assoc module local channels + +doc/Changes1.8 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit b579643 (2015-10-28 23:40:04 -0400) by Geo +Update botname on +i/+x + +doc/Changes1.8 +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 953d7dc (2015-12-06 16:08:52 -0500) by Geo +re-run autotools + +configure + +- - - - - - - - - - - - - - - +Commit 2cae39c (2015-12-02 23:00:36 -0500) by Geo +Updated tcl.m4 file Update date: 2015-10-05 from +http://core.tcl.tk/tclconfig/dir?ci=tip + +tcl.m4 + +- - - - - - - - - - - - - - - +Commit 3e56e30 (2015-12-02 22:53:04 -0500) by Geo +Incorporate tclConfig.sh + +aclocal.m4 +configure.ac +doc/Changes1.8 +tcl.m4 + +- - - - - - - - - - - - - - - +Commit 7636e31 (2015-12-05 23:11:56 -0500) by Geo +Up encryption to 4096 + +Makefile.in +doc/TLS +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +src/dcc.c + +- - - - - - - - - - - - - - - +Commit 7ce81fd (2015-10-31 23:49:43 -0400) by Geo +Reset channel info on part/kick + +doc/Changes1.8 +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit ab717a5 (2015-10-24 00:11:49 -0400) by Geo +Clarify SSL documentation and errors + +INSTALL +Makefile.in +doc/Changes1.8 +doc/TLS +eggdrop.conf +src/dcc.c +src/tls.c + +- - - - - - - - - - - - - - - +Commit 78367e0 (2015-10-23 20:53:46 -0400) by Geo +Update Change1.8 file + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 0d60c39 (2015-10-22 21:38:43 -0400) by Geo +un-remove compile warning ignores + +src/botcmd.c +src/dcc.c +src/dns.c +src/language.c +src/main.c +src/misc.c +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/filedb3.c +src/mod/notes.mod/notes.c +src/mod/transfer.mod/transfer.c +src/net.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 6161024 (2015-10-08 21:12:57 -0400) by Geo +various compile warning fixes + +src/botcmd.c +src/dcc.c +src/dns.c +src/language.c +src/main.c +src/misc.c +src/mod/compress.mod/compress.c +src/mod/dns.mod/coredns.c +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/filedb3.c +src/mod/notes.mod/notes.c +src/mod/transfer.mod/transfer.c +src/net.c +src/tls.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 5777956 (2015-10-24 00:21:08 +0200) by thommey +Remove two inline keywords. Fixes #123. +Inline semantics between gnu89 and c99 differ, and with gcc5 changng +default behavior this has become an issue. + +src/net.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 2e252d6 (2015-10-23 00:03:33 -0400) by Geo +Remove EMAIL and URL fields from docs + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 2a6c083 (2015-10-22 18:20:49 -0400) by Geo +Point user to userinfo.tcl + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit e16d7eb (2015-10-07 23:19:54 -0400) by Geo +Removes the EMAIL and URL fields from tcl-commands.doc these were removed +some time ago in code, but documentation appears not to have been updated +along with it. + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 82dedc8 (2015-10-22 23:15:08 -0400) by Geo +update Change file + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 6bf8fbc (2015-10-22 18:20:49 -0400) by Geo +Point user to userinfo.tcl + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 6c0f4b5 (2015-10-08 21:26:26 -0400) by Geo +fix failing alt hub links + +src/botnet.c +src/dcc.c +src/net.c + +- - - - - - - - - - - - - - - +Commit cfdf0ec (2015-10-08 20:59:38 -0400) by Geo +Add byte-based flood option + +eggdrop.conf +src/chan.h +src/eggdrop.h +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit c0dbb79 (2015-10-08 20:35:08 -0400) by Geo +fix duplicate array mask value + +src/mod/module.h + +- - - - - - - - - - - - - - - +Commit 8d7a306 (2015-10-08 20:27:49 -0400) by Geo +Reply to server CTCPs + +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit e984dfe (2015-10-07 23:39:21 -0400) by Geo +Return -1 for idletime if user not on channel + +doc/tcl-commands.doc +src/mod/irc.mod/tclirc.c + +- - - - - - - - - - - - - - - +Commit 1eca0ff (2015-10-07 23:29:18 -0400) by Geo +Mode change after host add + +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit de293a9 (2015-10-07 23:19:54 -0400) by Geo +Removes the EMAIL and URL fields from tcl-commands.doc these were removed +some time ago in code, but documentation appears not to have been updated +along with it. + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit d785368 (2014-10-08 20:08:27 +0000) by thommey +Throw error when writing to read-only variables in server module. + +doc/Changes1.8 +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 14c2584 (2014-10-08 14:41:23 +0000) by thommey +Add a config warning to tell users they are in the source directory. +---------------------------------------------------------------------- + +doc/Changes1.8 +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit d61e4ad (2014-10-03 20:49:44 +0000) by thommey +Fix description for share-unlinks in the config. + +doc/Changes1.8 +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 6839dca (2014-10-02 19:27:43 +0000) by thommey +Remove length limit of info line. Fix stripcodes modifying the Tcl object +in-place. Only permanent owners can delete owners. + +doc/Changes1.8 +src/cmds.c +src/mod/channels.mod/userchan.c +src/patch.h +src/tclmisc.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit 9b50119 (2014-09-30 10:40:40 +0000) by thommey +Add Tcl8.6 and /usr/lib/x86_64-linux-gnu to Tcl search paths. + +configure +configure.ac +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 05362f9 (2014-09-09 16:43:32 +0000) by thommey + Changed IRCnet's max-bans/max-modes to 64. + +doc/Changes1.8 +doc/html/mod-irc.html +eggdrop.conf +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 05930a1 (2014-09-06 23:49:32 +0000) by thommey +Fix error messages of (un)stick(exempt/invite). + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit 1401c68 (2014-03-21 21:42:41 +0000) by thommey +Fix a potentially endless loop when looking up bot hostnames. + +doc/Changes1.8 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ee13a3b (2013-07-31 01:09:34 +0000) by thommey +apply two patches of guppy that were missing + +configure.ac +doc/Changes1.8 +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.conf +src/cmds.c +src/main.c +src/main.h +src/mod/server.mod/help/server.help +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/mod/server.mod/servmsg.c +src/tcl.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 256e91a (2013-07-31 00:52:36 +0000) by thommey +better documentation of bind time/cron + +doc/Changes1.8 +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 4847a9e (2013-07-31 00:45:38 +0000) by thommey +new evnt bind type: preinit-server + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a000d1a (2013-07-31 00:32:55 +0000) by thommey +new evnt bind: fail-server + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 3f6dd25 (2013-07-31 00:28:50 +0000) by thommey +share doc update + +doc/Changes1.8 +src/mod/share.mod/help/share.help + +- - - - - - - - - - - - - - - +Commit e56c038 (2013-07-31 00:25:32 +0000) by thommey +master can no longer .-user another master + +doc/Changes1.8 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 3306cc1 (2013-07-31 00:20:05 +0000) by thommey +apply two patches by robby + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +help/cmds2.help +src/cmds.c +src/dcc.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit f410315 (2013-07-29 15:49:40 +0000) by thommey +We need more chars to print unixtime these days (10 instead of 9) + +doc/Changes1.8 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3290977 (2012-12-19 22:30:43 +0000) by thommey +Fix a special char issue in dccwhois.tcl + +doc/Changes1.8 +scripts/dccwhois.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7002071 (2012-12-11 13:27:44 +0000) by thommey +Make sure match_cidr returns NOMATCH if address families mismatch. + +doc/Changes1.8 +src/match.c + +- - - - - - - - - - - - - - - +Commit dc38404 (2012-12-10 22:49:45 +0000) by thommey +Fix match_cidr to always return MATCH if the prefix is 0. + +doc/Changes1.8 +src/match.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 23dce56 (2012-09-25 17:24:41 +0000) by thommey +Export the tcl_result* functions to modules + +doc/Changes1.8 +src/mod/module.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f64a828 (2012-06-26 21:20:49 +0000) by thommey +Clarify documentation of mask matching in bind notc. + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 66c1b1e (2012-06-22 23:35:33 +0000) by thommey +add stripcodes flag to strip italics and rename code for stripcodes o + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/cmds.c +src/dcc.c +src/eggdrop.h +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 1bb12aa (2012-06-22 21:38:55 +0000) by thommey +new stripcode flag "o" for mirc ctrl+o and * for everything + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/cmds.c +src/dcc.c +src/eggdrop.h +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit af6e020 (2012-06-19 14:27:17 +0000) by thommey +Partially revert changes to vwait/update as in 1.6.21. + +doc/Changes1.8 +src/patch.h +src/tcl.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit b204199 (2012-06-16 16:04:02 +0000) by thommey +Call Tcl's bgerror on Eggdrop background errors. + +doc/Changes1.8 +src/dcc.c +src/dns.c +src/patch.h +src/tcl.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 8961a65 (2012-06-15 00:04:59 +0000) by thommey +Remove wrong truncation of ERR_YOUREBANNEDCREEP output to console. + +doc/Changes1.8 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3e15835 (2011-11-10 22:07:25 +0000) by thommey +Fixed the format specifier for the Tcl [traffic] command. + +THANKS +doc/Changes1.8 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit f5390d9 (2011-10-25 16:49:54 +0000) by thommey +THANKS file update + +THANKS + +- - - - - - - - - - - - - - - +Commit 2b7fd1f (2011-10-25 16:47:20 +0000) by thommey +Added missing read trace flag to the nick-len variable trace after being +unset to make the trace be removed properly on unload. + +doc/Changes1.8 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 732203e (2011-09-09 21:38:39 +0000) by thommey +Fixed a bug in the mainloop for Tcl threads which is now also being used as +vwait/update recursion mainloop. + +doc/Changes1.8 +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 5ca0075 (2011-07-20 10:32:25 +0000) by thommey +Ran autotools. + +config.h.in +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 8b6ee35 (2011-07-20 10:31:37 +0000) by thommey +Work around Tcl8.5.10 bug 3371644. Use the autoconf macros +AC_LANG_PROGRAM/AC_LANG_SOURCE. + +aclocal.m4 +configure.ac +doc/Changes1.8 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d5fb2be (2011-07-08 23:12:54 +0000) by thommey +Fix Tcl8.5.10 memory corruption bug related to Tcl_ScanElement and +Tcl_ConvertElement. + +doc/Changes1.8 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 3b40f1a (2011-03-14 03:03:28 +0000) by thommey +Moved variable declarations to conform to C89 (beginning of blocks only) + +THANKS +doc/Changes1.8 +src/bg.c + +- - - - - - - - - - - - - - - +Commit fbb23fc (2011-03-12 09:59:07 +0000) by Rumen Stoyanov +Documented a .+ban/+exempt/+invite feature allowing to make the hostmask +sticky by prefixing the comment with '*'. + +doc/Changes1.8 +src/mod/channels.mod/help/channels.help + +- - - - - - - - - - - - - - - +Commit fd8ae34 (2011-02-26 19:22:37 +0000) by thommey +script listen sockets with the pub flag no longer perform ident lookups + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2f6ef11 (2011-02-17 19:35:25 +0000) by Rumen Stoyanov +Update of statuslog documentation. + +doc/settings/mod.channels + +- - - - - - - - - - - - - - - +Commit a61fb95 (2011-02-15 23:55:17 +0000) by Rumen Stoyanov +Fixed a bug with connecting to numeric addresses when compiled with +--disable-ipv6 + +doc/Changes1.8 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bb5b48f (2011-02-11 16:08:38 +0000) by Rumen Stoyanov +Fixed statuslog documentation. + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 4a99673 (2011-02-11 14:23:40 +0000) by Rumen Stoyanov +Fixed statuslog documentation. + +doc/Changes1.8 +doc/html/mod-channels.html +src/mod/channels.mod/help/chaninfo.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2be82c5 (2011-02-10 21:28:14 +0000) by Rumen Stoyanov +Fixed a bug with [channel get] returning types instead of values for udefs. + + +doc/Changes1.8 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bf5eac0 (2011-02-03 15:44:11 +0000) by Rumen Stoyanov +Check for pending data on SSL sockets even when select reports the +descriptor's not readable. Allow moving write buffers for SSL sockets. + +doc/COMPILE-GUIDE +doc/Changes1.8 +src/net.c +src/patch.h +src/tls.c + +- - - - - - - - - - - - - - - +Commit 76cc2a5 (2011-01-27 11:20:16 +0000) by Rumen Stoyanov +Added missing message for incoming telnet connections. + +THANKS +doc/Changes1.8 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit db5d453 (2011-01-27 02:11:27 +0000) by thommey +Changed the prototype in module.h for check_tcl_event + +doc/Changes1.8 +src/mod/module.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit f679dd7 (2011-01-27 01:41:08 +0000) by thommey +bind evnt return value now ignored for non-signal events as documented + +doc/Changes1.8 +src/main.c +src/tclhash.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit f587add (2011-01-21 02:37:03 +0000) by thommey +Reran autotools + +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 0da9696 (2011-01-21 02:33:41 +0000) by thommey +Clarified --with-tcl* usage in configure and mentioned tcl-dev packages. +Fixed some section numbering in doc/COMPILE-GUIDE. + +aclocal.m4 +doc/COMPILE-GUIDE +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 7fba132 (2010-11-26 13:20:29 +0000) by Rumen Stoyanov +Added a little hack to send starttls before password exchange during the +initial handshake. + +doc/Changes1.8 +src/dcc.c +src/dccutil.c +src/net.c +src/patch.h +src/tls.c + +- - - - - - - - - - - - - - - +Commit 3832d05 (2010-11-23 23:25:24 +0000) by Rumen Stoyanov +Fixed a dumb mistake in the previous patch. + +doc/Changes1.8 +src/mod/share.mod/share.c +src/patch.h +src/tls.c + +- - - - - - - - - - - - - - - +Commit 0e96d48 (2010-11-23 16:36:23 +0000) by Rumen Stoyanov +Fixed a problem with sharing causing starttls to fail. Moved STARTTLS early +in the bot link process and synchronized the handshake. Made it possible +for ssl handshakes to complete even without data to be sent on the channel. +Fixed an ancient bug resulting in sending uninitialized strings when +sharing bot addresses. Enabled userfile sending over ssl. + +doc/Changes1.8 +src/botcmd.c +src/dcc.c +src/mod/server.mod/server.c +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/net.c +src/patch.h +src/tls.c + +- - - - - - - - - - - - - - - +Commit 0e1cf3b (2010-11-18 12:54:39 +0000) by Rumen Stoyanov +Fixed a problem with resolving hostnames when compiled with IPv6 disabled. +Made server.mod report connection failures properly. + +THANKS +doc/Changes1.8 +src/mod/server.mod/servmsg.c +src/net.c + +- - - - - - - - - - - - - - - +Commit d55e635 (2010-11-06 20:57:41 +0000) by Rumen Stoyanov +file gettext.h was initially added on branch gettext. + +- - - - - - - - - - - - - - - +Commit fe00c1e (2010-11-05 16:18:02 +0000) by Rumen Stoyanov +Fixed getudef() to return intptr_t instead of int to prevent crashes on +64-bit systems. + +THANKS +doc/Changes1.8 +src/mod/channels.mod/udefchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0cb1103 (2010-11-04 17:54:05 +0000) by thommey +Fixed a bug in (u)timers which could lead to invalid memory access. + +doc/Changes1.8 +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8c4139b (2010-11-01 23:00:11 +0000) by Rumen Stoyanov +Minor docfixes + +CONTENTS +README +doc/CONTENTS +doc/Makefile.in +doc/html/readme.html + +- - - - - - - - - - - - - - - +Commit 627013c (2010-11-01 22:38:34 +0000) by Rumen Stoyanov +Made it possible to specify ssl independently for telnet and user ports +when modifying bot addresses. Changed the syntax of .chaddr and .+bot to +use space as a port separator instead of ':'. Changed the syntax of server +list entries to enclose literal IPv6 addresses in square brackets, instead +of using a comma to separate the port. + +doc/Changes1.8 +doc/IPV6 +doc/html/botnet.html +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.conf +help/cmds1.help +src/botnet.c +src/cmds.c +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/help/set/server.help +src/mod/server.mod/server.c +src/patch.h +src/userent.c +src/users.h + +- - - - - - - - - - - - - - - +Commit 563a50d (2010-10-31 14:40:38 +0000) by Rumen Stoyanov +Fixed dcc_telnet_pass() to not use a constant string with fingerprint +authentication, because strip_telnet() may attempt to write to it later. + +THANKS +doc/Changes1.8 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3d596c3 (2010-10-29 20:53:43 +0000) by Rumen Stoyanov +Modified tcl_channel_get to return a flat list of all channel settings and +their values when called without a setting argument. Added two new Tcl +commands: chansettype returning setting types and getudefs listing user +defined channel settings. + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 36b4a14 (2010-10-27 20:47:26 +0000) by Rumen Stoyanov +Added optional count argument to Tcl timer and utimer to allow them run +more than once. + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/chanprog.c +src/patch.h +src/tclegg.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 2bab129 (2010-10-26 09:16:36 +0000) by Rumen Stoyanov +Fixed indentation. + +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 2916868 (2010-10-26 09:13:56 +0000) by Rumen Stoyanov +Renamed the vhost Tcl variable to vhost4. + +doc/Changes1.8 +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 44ed106 (2010-10-25 22:11:23 +0000) by Rumen Stoyanov +Removed -mwin32 on Windows. It's no longer necessary and causes problems +with Cygwin 1.7. + +aclocal.m4 +configure +doc/Changes1.8 +src/patch.h + +- - - - - - - - - - - - - - - +Commit dc0ed30 (2010-10-25 19:47:49 +0000) by Rumen Stoyanov +Removed few wire.mod leftovers. Removed IRC_FUNKICK. + +doc/Changes1.8 +doc/html/mod-wire.html +doc/settings/mod.wire +src/lang.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit bf93d7c (2010-10-25 15:56:38 +0000) by Rumen Stoyanov +Performed some cleanup. Removed some obsolete config aliases. Added missing +parts of the documentation. Updated news and features for 1.8. + +NEWS +README +THANKS +doc/BUG-REPORT +doc/COMPILE-GUIDE +doc/Changes1.8 +doc/PATCH-HOWTO +doc/html/egg-core.html +doc/html/tcl-commands.html +doc/settings/core.settings +doc/settings/mod.channels +doc/settings/mod.server +doc/tcl-commands.doc +eggdrop.conf +help/set/cmds1.help +src/chanprog.c +src/mod/irc.mod/msgcmds.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 65e5a3f (2010-10-24 13:41:53 +0000) by Rumen Stoyanov +Added -lcrypto when probing for -lssl in --with-ssllib + +aclocal.m4 +configure +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit dd367b4 (2010-10-24 13:22:40 +0000) by Rumen Stoyanov +Removed the never-give-up, sort-users and kick-fun/ban-fun variables. +Sorting users shouldn't be a challenge for CPUs nowadays. The rest are +rarely used and can be scripted. + +doc/Changes1.8 +doc/html/egg-core.html +doc/html/mod-irc.html +doc/html/mod-server.html +doc/settings/core.settings +doc/settings/mod.irc +doc/settings/mod.server +eggdrop.conf +help/core.help +help/set/cmds1.help +src/mod/irc.mod/chan.c +src/mod/irc.mod/help/irc.help +src/mod/irc.mod/irc.c +src/mod/server.mod/help/server.help +src/mod/server.mod/help/set/server.help +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/mod/server.mod/servmsg.c +src/patch.h +src/tcl.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit d1bac3f (2010-10-24 12:39:36 +0000) by Rumen Stoyanov +Removed wire.mod and all references to it. Botnet and partyline encryption +are now available using ssl. + +doc/Changes1.8 +doc/MODULES +doc/html/index.html +doc/settings/CONTENTS +eggdrop.conf +help/core.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3bcbf14 (2010-10-23 11:16:13 +0000) by Rumen Stoyanov +Modified SIGQUIT handler to restart the bot by default. Added support for +evnt bind procs to cancel default signal actions. Removed the die-on-sighup +and die-on-sigterm variables. Added a new bind type DIE triggered before a +clean shutdown. Changed the exit status on clean shutdown to 0. + +doc/Changes1.8 +doc/html/egg-core.html +doc/html/tcl-commands.html +doc/man1/eggdrop.1 +doc/settings/core.settings +doc/tcl-commands.doc +eggdrop.conf +help/core.help +help/set/cmds1.help +src/main.c +src/misc.c +src/mod/module.h +src/patch.h +src/tcl.c +src/tclhash.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit add01aa (2010-10-20 13:07:13 +0000) by Rumen Stoyanov +Clarified the OpenSSL version requirements. Rewrote open_telnet() to make +it more useful. Replaced some calls to open_telnet_raw() with +open_telnet(). + +aclocal.m4 +configure +doc/Changes1.8 +doc/TLS +src/dcc.c +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/net.c +src/patch.h +src/proto.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit bd4eaa4 (2010-10-19 14:20:56 +0000) by Rumen Stoyanov +Added few autoconf checks for ssl. Added tls to tcl_status() + +aclocal.m4 +config.h.in +configure +doc/Changes1.8 +src/main.c +src/md5/md5.h +src/patch.h +src/tclmisc.c +src/tls.c + +- - - - - - - - - - - - - - - +Commit c01a09a (2010-10-19 12:13:33 +0000) by Rumen Stoyanov +Added full SSL support including Tcl commands. Added support for +certificate authentication. Added support for botnet and partyline +encryption using ssl. Documented the new features and commands. Fixed +add_server() problems with IPv6 addresses in the server list. + +Makefile.in +aclocal.m4 +config.h.in +configure +configure.ac +doc/CONTENTS +doc/Changes1.8 +doc/TLS +doc/html/egg-core.html +doc/html/mod-server.html +doc/html/tcl-commands.html +doc/settings/core.settings +doc/settings/mod.server +doc/tcl-commands.doc +eggdrop.conf +help/cmds1.help +help/core.help +help/set/cmds1.help +src/Makefile.in +src/botcmd.c +src/botnet.c +src/chanprog.c +src/cmds.c +src/compat/Makefile.in +src/dcc.c +src/dccutil.c +src/eggdrop.h +src/main.c +src/md5/Makefile.in +src/md5/md5.h +src/md5/md5c.c +src/mem.c +src/mod/Makefile.in +src/mod/ctcp.mod/ctcp.c +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filesys.c +src/mod/irc.mod/help/msg/irc.help +src/mod/irc.mod/msgcmds.c +src/mod/module.h +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/help/server.help +src/mod/server.mod/help/set/server.help +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/mod/server.mod/servmsg.c +src/mod/server.mod/tclserv.c +src/mod/share.mod/share.c +src/modules.c +src/net.c +src/patch.h +src/proto.h +src/tcl.c +src/tcldcc.c +src/tclhash.c +src/tclhash.h +src/tls.c +src/userent.c +src/users.h +ssl.conf + +- - - - - - - - - - - - - - - +Commit 0f144fa (2010-10-14 09:49:47 +0000) by Rumen Stoyanov +Fixed dns.mod on QNX6/Mac OS X/Solaris Rewrote dns.mod's autoconf checks to +detect the resolver library properly on Darwin/Solaris. Added -lsocket to +the list of libraries, searched for res_* functions, in order to support +QNX6. + +THANKS +aclocal.m4 +config.h.in +configure +doc/Changes1.8 +src/eggdrop.h +src/mod/dns.mod/configure +src/mod/dns.mod/configure.ac +src/mod/dns.mod/coredns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bb1397b (2010-10-11 08:46:10 +0000) by Rumen Stoyanov +Altered the permission check on the pls/mns ban/exempt/invite commands from +USER_MASTER to USER_OP to allow global operators to set global bans. + +THANKS +doc/Changes1.8 +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit aa0bbc0 (2010-10-10 21:24:43 +0000) by Rumen Stoyanov +Removed the unrecognized options warning when configuring modules. Modified +-v output and .status display configure options. + +aclocal.m4 +config.h.in +configure +doc/Changes1.8 +src/chanprog.c +src/main.c +src/mod/Makefile.in + +- - - - - - - - - - - - - - - +Commit 94f48a7 (2010-10-10 18:22:47 +0000) by Rumen Stoyanov +Added the process and parent pids to .status output. Increased the +precision of cpu time reporting. Added a new Tcl command status to provide +access to cpu/memory/cache information now and some more in the future. + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/chanprog.c +src/patch.h +src/proto.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit c259871 (2010-10-06 19:07:47 +0000) by Rumen Stoyanov +Fixed some problems with IPv6 autodetection and system headers. + +aclocal.m4 +configure +doc/Changes1.8 +src/compat/gethostbyname2.h +src/compat/in6.c +src/compat/in6.h +src/compat/inet_ntop.c +src/compat/inet_ntop.h +src/compat/inet_pton.h +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 29db3e6 (2010-10-05 17:38:24 +0000) by Rumen Stoyanov +Made some corrections to the contributors list, removed a duplicate entry. + +THANKS +doc/Changes1.6 +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit fc70e8d (2010-10-01 23:56:37 +0000) by thommey +Fixed bind cron html documention to be in sync with non-html one. + +doc/Changes1.8 +doc/html/tcl-commands.html + +- - - - - - - - - - - - - - - +Commit 5bb1e6a (2010-09-27 19:38:14 +0000) by Rumen Stoyanov +Replaced most dns.mod preprocessor definitions with config variables. Added +support for user-specified dns servers and non-standard ports. This is most +important for Cygwin 1.7, where the dns server list won't get initialized +under some common conditions. Added a trace to the new variable +dns-servers, allowing scripts to get or set the current dns server list. +Added the servers list to the dns module information displayed by .status +all + +doc/Changes1.8 +doc/html/mod-dns.html +doc/settings/mod.dns +eggdrop.conf +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/mod/dns.mod/help/dns.help +src/mod/dns.mod/help/set/dns.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 66286cb (2010-09-14 19:45:29 +0000) by Rumen Stoyanov +Fixed a bug in setsockname() making it fail with IPv6 enabled due to a +variable not being set. + +THANKS +doc/Changes1.8 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 24e6d68 (2010-09-06 22:08:54 +0000) by thommey +Fix env(TZ) config setting to not contain a space. The space is just +inserted in POSIX documentation to clarify, it must not be there. + +doc/Changes1.8 +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 75931fb (2010-08-31 18:21:47 +0000) by Rumen Stoyanov +Made dcc_telnet_new() allow non-latin characters in new handles like other +handle validation functions. + +doc/Changes1.8 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c8c7c77 (2010-08-23 21:27:40 +0000) by Rumen Stoyanov +Modified src/compat/ replacements of gethostbyname2() and inet_ntop() to +not compile when IPv6 is disabled. Added a missing header preventing +gethostbyname2() from compiling on FreeBSD. Fixed few lines with wrong +indentation. + +doc/Changes1.8 +src/compat/gethostbyname2.c +src/compat/gethostbyname2.h +src/compat/inet_ntop.c +src/compat/inet_ntop.h +src/compat/inet_pton.c +src/net.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit a3c088d (2010-08-11 16:10:19 +0000) by Jonathan Rudolph +Removed Makefile from the repository. Doh! + +Makefile + +- - - - - - - - - - - - - - - +Commit 82462d9 (2010-08-11 15:58:19 +0000) by thommey +Reran autotools + +config.h.in +configure +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 6f99996 (2010-08-11 15:57:51 +0000) by thommey +Added detection of Tcl_NotifierProcs members to ensure the notifier can be +replaced. Fixes compilation against Tcl 8.2 and 8.3. + +aclocal.m4 +configure.ac +doc/Changes1.8 +src/main.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 427384f (2010-08-05 18:20:34 +0000) by Rumen Stoyanov +Replaced some tabs with spaces. + +src/eggdrop.h + +- - - - - - - - - - - - - - - +Commit ac1b6ed (2010-08-05 18:12:05 +0000) by Rumen Stoyanov +Added new, full IPv6 support to eggdrop. + +README +aclocal.m4 +config.h.in +configure +configure.ac +doc/CONTENTS +doc/Changes1.8 +doc/IPV6 +doc/html/egg-core.html +doc/html/faqs.html +doc/settings/core.settings +eggdrop.conf +help/cmds1.help +help/core.help +help/set/cmds1.help +src/botnet.c +src/cmds.c +src/compat/Makefile.in +src/compat/compat.h +src/compat/gethostbyname2.c +src/compat/gethostbyname2.h +src/compat/in6.c +src/compat/in6.h +src/compat/inet_ntop.c +src/compat/inet_ntop.h +src/compat/inet_pton.c +src/compat/inet_pton.h +src/dcc.c +src/dccutil.c +src/dns.c +src/dns.h +src/eggdrop.h +src/main.c +src/main.h +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/userchan.c +src/mod/ctcp.mod/ctcp.c +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/mod/dns.mod/dns.h +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/modules.c +src/net.c +src/patch.h +src/proto.h +src/tcl.c +src/tcldcc.c +src/tclmisc.c +src/tcluser.c +src/userent.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 005f285 (2010-07-27 21:49:42 +0000) by Rumen Stoyanov +Updated documentation to reference 1.8 instead of 1.6. Changed module +dependencies to 1.8. Changed default handle length to 32. Changed default +make type to 'debug' as it should be in CVS builds. + +AUTHORS +NEWS +README +aclocal.m4 +configure +doc/ABOUT +doc/BUG-REPORT +doc/Changes1.6 +doc/Changes1.8 +doc/MODULES +doc/PATCH-HOWTO +doc/Versions +doc/html/about.html +doc/html/index.html +doc/html/news.html +doc/html/patch-howto.html +doc/html/readme.html +doc/tcl-commands.doc +src/eggdrop.h +src/mod/assoc.mod/assoc.c +src/mod/blowfish.mod/blowfish.c +src/mod/channels.mod/channels.c +src/mod/compress.mod/compress.c +src/mod/console.mod/console.c +src/mod/ctcp.mod/ctcp.c +src/mod/dns.mod/dns.c +src/mod/filesys.mod/filesys.c +src/mod/irc.mod/irc.c +src/mod/notes.mod/notes.c +src/mod/seen.mod/seen.c +src/mod/server.mod/server.c +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/mod/uptime.mod/uptime.c +src/mod/woobie.mod/woobie.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c753e44 (2010-07-27 13:13:20 +0000) by Rumen Stoyanov +Ran misc/runautotools for 1.8.0. + +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit fe6333d (2010-07-27 13:05:43 +0000) by Rumen Stoyanov +Ran misc/newversion for 1.8.0. + +configure.ac +doc/COMPILE-GUIDE +doc/Changes1.8 +doc/PATCH-HOWTO +doc/TEXT-SUBSTITUTIONS +doc/html/app-textsub.html +doc/html/compiling.html +doc/html/patch-howto.html +doc/html/tcl-commands.html +src/mod/compress.mod/configure.ac +src/mod/dns.mod/configure.ac + +- - - - - - - - - - - - - - - +Commit b8de58a (2010-07-26 21:11:06 +0000) by Jonathan Rudolph +Imported Eggdrop 1.6.20 + +ChangeLog +FEATURES +INSTALL +disabled_modules +doc/BANS +doc/BOTNET +doc/Changes0.6 +doc/Changes0.7 +doc/Changes0.9 +doc/Changes1.0 +doc/Changes1.1 +doc/Changes1.2 +doc/Changes1.3 +doc/Changes1.4 +doc/Changes1.5 +doc/FIRST-SCRIPT +doc/KNOWN-PROBLEMS +doc/PARTYLINE +doc/TRICKS +doc/USERS +doc/WEIRD-MESSAGES +doc/html/app-problems.html +doc/html/app-tricks.html +doc/html/app-weird.html +doc/html/bans.html +doc/html/features.html +doc/html/install.html +doc/html/mod-assoc.html +doc/html/mod-blowfish.html +doc/html/mod-compress.html +doc/html/mod-console.html +doc/html/mod-ctcp.html +doc/html/mod-filesys.html +doc/html/mod-notes.html +doc/html/mod-seen.html +doc/html/mod-share.html +doc/html/mod-transfer.html +doc/html/mod-uptime.html +doc/html/mod-woobie.html +doc/html/party.html +doc/html/starting.html +doc/html/users.html +doc/settings/mod.assoc +doc/settings/mod.blowfish +doc/settings/mod.compress +doc/settings/mod.console +doc/settings/mod.ctcp +doc/settings/mod.filesys +doc/settings/mod.notes +doc/settings/mod.seen +doc/settings/mod.share +doc/settings/mod.transfer +doc/settings/mod.uptime +doc/settings/mod.woobie +language/core.danish.lang +language/core.english.lang +language/core.finnish.lang +language/core.french.lang +language/core.german.lang +logs/CONTENTS +misc/addpatch +misc/install-sh +misc/killwhitespace +misc/makedepend +misc/mkinstalldirs +misc/modconfig +misc/newversion +misc/releaseprep +misc/runautotools +scripts/CONTENTS +scripts/Makefile.in +scripts/action.fix.tcl +scripts/alltools.tcl +scripts/autobotchk +scripts/botchk +scripts/cmd_resolve.tcl +scripts/compat.tcl +scripts/getops.tcl +scripts/klined.tcl +scripts/notes2.tcl +scripts/ques5.tcl +scripts/quotepass.tcl +scripts/userinfo.tcl +scripts/weed +src/bg.h +src/botmsg.c +src/chan.h +src/cmdt.h +src/compat/inet_aton.c +src/compat/inet_aton.h +src/compat/memcpy.c +src/compat/memcpy.h +src/compat/memset.c +src/compat/memset.h +src/compat/snprintf.c +src/compat/snprintf.h +src/compat/strcasecmp.c +src/compat/strcasecmp.h +src/compat/strftime.c +src/compat/strftime.h +src/flags.c +src/flags.h +src/language.c +src/misc_file.c +src/misc_file.h +src/mod/assoc.mod/Makefile +src/mod/assoc.mod/assoc.h +src/mod/assoc.mod/language/assoc.danish.lang +src/mod/assoc.mod/language/assoc.english.lang +src/mod/assoc.mod/language/assoc.finnish.lang +src/mod/assoc.mod/language/assoc.french.lang +src/mod/assoc.mod/language/assoc.german.lang +src/mod/assoc.mod/modinfo +src/mod/blowfish.mod/Makefile +src/mod/blowfish.mod/bf_tab.h +src/mod/blowfish.mod/blowfish.h +src/mod/blowfish.mod/modinfo +src/mod/channels.mod/Makefile +src/mod/channels.mod/channels.h +src/mod/channels.mod/modinfo +src/mod/compress.mod/Makefile.in +src/mod/compress.mod/compress.h +src/mod/compress.mod/modinfo +src/mod/compress.mod/tclcompress.c +src/mod/console.mod/Makefile +src/mod/console.mod/console.h +src/mod/console.mod/language/console.danish.lang +src/mod/console.mod/language/console.english.lang +src/mod/console.mod/language/console.finnish.lang +src/mod/console.mod/language/console.french.lang +src/mod/console.mod/language/console.german.lang +src/mod/console.mod/modinfo +src/mod/ctcp.mod/Makefile +src/mod/ctcp.mod/ctcp.h +src/mod/ctcp.mod/modinfo +src/mod/dns.mod/Makefile.in +src/mod/dns.mod/modinfo +src/mod/eggmod.m4 +src/mod/filesys.mod/Makefile +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/dbcompat.h +src/mod/filesys.mod/filedb3.h +src/mod/filesys.mod/filelist.c +src/mod/filesys.mod/filelist.h +src/mod/filesys.mod/files.c +src/mod/filesys.mod/files.h +src/mod/filesys.mod/filesys.h +src/mod/filesys.mod/language/filesys.danish.lang +src/mod/filesys.mod/language/filesys.english.lang +src/mod/filesys.mod/language/filesys.finnish.lang +src/mod/filesys.mod/language/filesys.french.lang +src/mod/filesys.mod/language/filesys.german.lang +src/mod/filesys.mod/modinfo +src/mod/filesys.mod/tclfiles.c +src/mod/irc.mod/Makefile +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/mod/irc.mod/modinfo +src/mod/irc.mod/tclirc.c +src/mod/modvals.h +src/mod/notes.mod/Makefile +src/mod/notes.mod/cmdsnote.c +src/mod/notes.mod/language/notes.danish.lang +src/mod/notes.mod/language/notes.english.lang +src/mod/notes.mod/language/notes.finnish.lang +src/mod/notes.mod/language/notes.french.lang +src/mod/notes.mod/language/notes.german.lang +src/mod/notes.mod/modinfo +src/mod/notes.mod/notes.h +src/mod/seen.mod/Makefile +src/mod/seen.mod/modinfo +src/mod/server.mod/Makefile +src/mod/server.mod/modinfo +src/mod/share.mod/Makefile +src/mod/share.mod/modinfo +src/mod/share.mod/share.h +src/mod/share.mod/uf_features.c +src/mod/transfer.mod/Makefile +src/mod/transfer.mod/language/transfer.danish.lang +src/mod/transfer.mod/language/transfer.english.lang +src/mod/transfer.mod/language/transfer.finnish.lang +src/mod/transfer.mod/language/transfer.french.lang +src/mod/transfer.mod/language/transfer.german.lang +src/mod/transfer.mod/modinfo +src/mod/transfer.mod/tcltransfer.c +src/mod/transfer.mod/transfer.h +src/mod/transfer.mod/transferfstat.c +src/mod/transfer.mod/transferqueue.c +src/mod/uptime.mod/Makefile +src/mod/uptime.mod/modinfo +src/mod/uptime.mod/uptime.h +src/mod/woobie.mod/Makefile +src/mod/woobie.mod/modinfo +src/modules.h +src/rfc1459.c +src/stat.h +src/tandem.h +text/CONTENTS + +- - - - - - - - - - - - - - - +Commit a3b9b4d (2010-07-26 21:11:06 +0000) by Jonathan Rudolph +*** empty log message *** + +AUTHORS +CONTENTS +ChangeLog +FEATURES +INSTALL +Makefile +Makefile.in +NEWS +README +THANKS +aclocal.m4 +configure +configure.ac +disabled_modules +doc/.gitignore +doc/ABOUT +doc/BANS +doc/BOTNET +doc/COMPILE-GUIDE +doc/CONTENTS +doc/Changes0.6 +doc/Changes0.7 +doc/Changes0.9 +doc/Changes1.0 +doc/Changes1.1 +doc/Changes1.2 +doc/Changes1.3 +doc/Changes1.4 +doc/Changes1.5 +doc/Changes1.6 +doc/Changes1.8 +doc/FIRST-SCRIPT +doc/KNOWN-PROBLEMS +doc/MODULES +doc/Makefile.in +doc/PARTYLINE +doc/PATCH-HOWTO +doc/TEXT-SUBSTITUTIONS +doc/TRICKS +doc/USERS +doc/Versions +doc/WEIRD-MESSAGES +doc/html/about.html +doc/html/app-problems.html +doc/html/app-textsub.html +doc/html/app-tricks.html +doc/html/app-weird.html +doc/html/bans.html +doc/html/botnet.html +doc/html/compiling.html +doc/html/egg-core.html +doc/html/faqs.html +doc/html/features.html +doc/html/index.html +doc/html/install.html +doc/html/mod-assoc.html +doc/html/mod-blowfish.html +doc/html/mod-channels.html +doc/html/mod-compress.html +doc/html/mod-console.html +doc/html/mod-ctcp.html +doc/html/mod-dns.html +doc/html/mod-filesys.html +doc/html/mod-irc.html +doc/html/mod-notes.html +doc/html/mod-seen.html +doc/html/mod-server.html +doc/html/mod-share.html +doc/html/mod-transfer.html +doc/html/mod-uptime.html +doc/html/mod-wire.html +doc/html/mod-woobie.html +doc/html/news.html +doc/html/party.html +doc/html/patch-howto.html +doc/html/readme.html +doc/html/starting.html +doc/html/tcl-commands.html +doc/html/users.html +doc/man1/eggdrop.1 +doc/settings/CONTENTS +doc/settings/core.settings +doc/settings/mod.assoc +doc/settings/mod.blowfish +doc/settings/mod.channels +doc/settings/mod.compress +doc/settings/mod.console +doc/settings/mod.ctcp +doc/settings/mod.dns +doc/settings/mod.filesys +doc/settings/mod.irc +doc/settings/mod.notes +doc/settings/mod.seen +doc/settings/mod.server +doc/settings/mod.share +doc/settings/mod.transfer +doc/settings/mod.uptime +doc/settings/mod.wire +doc/settings/mod.woobie +doc/tcl-commands.doc +eggdrop.conf +language/core.danish.lang +language/core.english.lang +language/core.finnish.lang +language/core.french.lang +language/core.german.lang +logs/CONTENTS +misc/addpatch +misc/install-sh +misc/killwhitespace +misc/makedepend +misc/mkinstalldirs +misc/modconfig +misc/newversion +misc/releaseprep +misc/runautotools +scripts/.gitignore +scripts/CONTENTS +scripts/Makefile.in +scripts/action.fix.tcl +scripts/alltools.tcl +scripts/autobotchk +scripts/botchk +scripts/cmd_resolve.tcl +scripts/compat.tcl +scripts/dccwhois.tcl +scripts/getops.tcl +scripts/klined.tcl +scripts/notes2.tcl +scripts/ques5.tcl +scripts/quotepass.tcl +scripts/userinfo.tcl +scripts/weed +src/.gitignore +src/Makefile.in +src/bg.c +src/bg.h +src/botcmd.c +src/botmsg.c +src/botnet.c +src/chan.h +src/chanprog.c +src/cmds.c +src/cmdt.h +src/compat/.gitignore +src/compat/Makefile.in +src/compat/compat.h +src/compat/inet_aton.c +src/compat/inet_aton.h +src/compat/memcpy.c +src/compat/memcpy.h +src/compat/memset.c +src/compat/memset.h +src/compat/snprintf.c +src/compat/snprintf.h +src/compat/strcasecmp.c +src/compat/strcasecmp.h +src/compat/strftime.c +src/compat/strftime.h +src/dcc.c +src/dccutil.c +src/dns.c +src/dns.h +src/eggdrop.h +src/flags.c +src/flags.h +src/lang.h +src/language.c +src/main.c +src/main.h +src/match.c +src/md5/.gitignore +src/md5/Makefile.in +src/mem.c +src/misc.c +src/misc_file.c +src/misc_file.h +src/mod/.gitignore +src/mod/Makefile.in +src/mod/assoc.mod/Makefile +src/mod/assoc.mod/assoc.c +src/mod/assoc.mod/assoc.h +src/mod/assoc.mod/language/assoc.danish.lang +src/mod/assoc.mod/language/assoc.english.lang +src/mod/assoc.mod/language/assoc.finnish.lang +src/mod/assoc.mod/language/assoc.french.lang +src/mod/assoc.mod/language/assoc.german.lang +src/mod/assoc.mod/modinfo +src/mod/blowfish.mod/Makefile +src/mod/blowfish.mod/bf_tab.h +src/mod/blowfish.mod/blowfish.c +src/mod/blowfish.mod/blowfish.h +src/mod/blowfish.mod/modinfo +src/mod/channels.mod/Makefile +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/modinfo +src/mod/channels.mod/tclchan.c +src/mod/channels.mod/udefchan.c +src/mod/channels.mod/userchan.c +src/mod/compress.mod/.gitignore +src/mod/compress.mod/Makefile.in +src/mod/compress.mod/compress.c +src/mod/compress.mod/compress.h +src/mod/compress.mod/configure.ac +src/mod/compress.mod/modinfo +src/mod/compress.mod/tclcompress.c +src/mod/console.mod/Makefile +src/mod/console.mod/console.c +src/mod/console.mod/console.h +src/mod/console.mod/language/console.danish.lang +src/mod/console.mod/language/console.english.lang +src/mod/console.mod/language/console.finnish.lang +src/mod/console.mod/language/console.french.lang +src/mod/console.mod/language/console.german.lang +src/mod/console.mod/modinfo +src/mod/ctcp.mod/Makefile +src/mod/ctcp.mod/ctcp.c +src/mod/ctcp.mod/ctcp.h +src/mod/ctcp.mod/modinfo +src/mod/dns.mod/.gitignore +src/mod/dns.mod/Makefile.in +src/mod/dns.mod/configure.ac +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/mod/dns.mod/dns.h +src/mod/dns.mod/modinfo +src/mod/eggmod.m4 +src/mod/filesys.mod/Makefile +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/dbcompat.h +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filedb3.h +src/mod/filesys.mod/filelist.c +src/mod/filesys.mod/filelist.h +src/mod/filesys.mod/files.c +src/mod/filesys.mod/files.h +src/mod/filesys.mod/filesys.c +src/mod/filesys.mod/filesys.h +src/mod/filesys.mod/language/filesys.danish.lang +src/mod/filesys.mod/language/filesys.english.lang +src/mod/filesys.mod/language/filesys.finnish.lang +src/mod/filesys.mod/language/filesys.french.lang +src/mod/filesys.mod/language/filesys.german.lang +src/mod/filesys.mod/modinfo +src/mod/filesys.mod/tclfiles.c +src/mod/irc.mod/Makefile +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/mod/irc.mod/modinfo +src/mod/irc.mod/msgcmds.c +src/mod/irc.mod/tclirc.c +src/mod/module.h +src/mod/modvals.h +src/mod/notes.mod/Makefile +src/mod/notes.mod/cmdsnote.c +src/mod/notes.mod/language/notes.danish.lang +src/mod/notes.mod/language/notes.english.lang +src/mod/notes.mod/language/notes.finnish.lang +src/mod/notes.mod/language/notes.french.lang +src/mod/notes.mod/language/notes.german.lang +src/mod/notes.mod/modinfo +src/mod/notes.mod/notes.c +src/mod/notes.mod/notes.h +src/mod/seen.mod/Makefile +src/mod/seen.mod/modinfo +src/mod/seen.mod/seen.c +src/mod/server.mod/Makefile +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/modinfo +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/mod/server.mod/servmsg.c +src/mod/server.mod/tclserv.c +src/mod/share.mod/Makefile +src/mod/share.mod/modinfo +src/mod/share.mod/share.c +src/mod/share.mod/share.h +src/mod/share.mod/uf_features.c +src/mod/transfer.mod/Makefile +src/mod/transfer.mod/language/transfer.danish.lang +src/mod/transfer.mod/language/transfer.english.lang +src/mod/transfer.mod/language/transfer.finnish.lang +src/mod/transfer.mod/language/transfer.french.lang +src/mod/transfer.mod/language/transfer.german.lang +src/mod/transfer.mod/modinfo +src/mod/transfer.mod/tcltransfer.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/mod/transfer.mod/transferfstat.c +src/mod/transfer.mod/transferqueue.c +src/mod/uptime.mod/Makefile +src/mod/uptime.mod/modinfo +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h +src/mod/wire.mod/Makefile +src/mod/wire.mod/help/wire.help +src/mod/wire.mod/language/wire.danish.lang +src/mod/wire.mod/language/wire.english.lang +src/mod/wire.mod/language/wire.finnish.lang +src/mod/wire.mod/language/wire.french.lang +src/mod/wire.mod/language/wire.german.lang +src/mod/wire.mod/modinfo +src/mod/wire.mod/wire.c +src/mod/wire.mod/wire.h +src/mod/woobie.mod/Makefile +src/mod/woobie.mod/modinfo +src/mod/woobie.mod/woobie.c +src/modules.c +src/modules.h +src/net.c +src/patch.h +src/proto.h +src/rfc1459.c +src/stat.h +src/tandem.h +src/tcl.c +src/tcldcc.c +src/tclegg.h +src/tclhash.c +src/tclhash.h +src/tclmisc.c +src/tcluser.c +src/userent.c +src/userrec.c +src/users.c +src/users.h +text/CONTENTS diff --git a/aclocal.m4 b/aclocal.m4 index 1005ce47d..406f39d2c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -491,7 +491,7 @@ AC_DEFUN([EGG_CHECK_MODULE_SUPPORT], [ MODULES_OK="yes" MOD_EXT="so" - DEFAULT_MAKE="debug" + DEFAULT_MAKE="eggdrop" LOAD_METHOD="dl" WEIRD_OS="yes" UNKNOWN_OS="no" diff --git a/configure b/configure index a0fbd119f..b872165c4 100755 --- a/configure +++ b/configure @@ -5216,7 +5216,7 @@ $as_echo "$egg_cv_var_system_release" >&6; } MODULES_OK="yes" MOD_EXT="so" - DEFAULT_MAKE="debug" + DEFAULT_MAKE="eggdrop" LOAD_METHOD="dl" WEIRD_OS="yes" UNKNOWN_OS="no" diff --git a/src/patch.h b/src/patch.h index ce7f2537c..a4026f859 100644 --- a/src/patch.h +++ b/src/patch.h @@ -34,17 +34,17 @@ * * */ -patch("Git"); /* Git version */ +patch("PRE-RELEASE"); /* RC version */ /* * * */ -patch("1451356129"); /* current unixtime */ +patch("1473549914"); /* current unixtime */ /* * * */ -patch("tclconfig"); +patch("RC1"); /* * * From d9b1e6d32f54b6c2b2bc222dfbb07eaa2c798706 Mon Sep 17 00:00:00 2001 From: Geo Date: Tue, 1 Nov 2016 22:58:18 -0400 Subject: [PATCH 2/8] Update ChangeLog --- ChangeLog | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/ChangeLog b/ChangeLog index b0fb9968d..970157681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +- - - - - - - - - - - - - - - +Commit d469046 (2016-11-01 22:49:59 -0400) by Geo +Commit ChangeLog during releaseprep if changed + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit c390daa (2016-11-01 22:46:44 -0400) by Geo +Revert "Commit ChangeLog in releaseprep if changed" +This reverts commit 7f5c04f07ad1923a91bf5fb691673521f3176ff0. + +Conflicts: +ChangeLog +doc/html/searchindex.js + +aclocal.m4 +configure +doc/html/objects.inv +doc/html/searchindex.js +misc/releaseprep +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2f1eb1a (2016-11-01 22:15:06 -0400) by Geo +Fix Cygwin doc format, regen docs + +INSTALL +doc/html/appendices/first-script.html +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msgs.html +doc/html/coreDocs/assoc.html +doc/html/coreDocs/blowfish.html +doc/html/coreDocs/channels.html +doc/html/coreDocs/compress.html +doc/html/coreDocs/console.html +doc/html/coreDocs/core.html +doc/html/coreDocs/ctcp.html +doc/html/coreDocs/dns.html +doc/html/coreDocs/filesys.html +doc/html/coreDocs/index.html +doc/html/coreDocs/irc.html +doc/html/coreDocs/modules.html +doc/html/coreDocs/notes.html +doc/html/coreDocs/seen.html +doc/html/coreDocs/server.html +doc/html/coreDocs/share.html +doc/html/coreDocs/transfer.html +doc/html/coreDocs/uptime.html +doc/html/coreDocs/woobie.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/ipv6.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/tls.html +doc/html/mainDocs/users.html +doc/html/searchindex.js +doc/sphinx_source/installAndSetup/install.rst + +- - - - - - - - - - - - - - - +Commit 113ee50 (2016-11-01 19:06:30 -0400) by Geo +Update ChangeLog + +ChangeLog + - - - - - - - - - - - - - - - Commit 6315d7a (2016-11-01 19:06:05 -0400) by Geo Don't create _sources doc dir @@ -587,6 +662,15 @@ doc/html/searchindex.js doc/sphinx_source/mainDocs/tcl-commands.rst doc/tcl-commands.doc +- - - - - - - - - - - - - - - +Commit c5016d7 (2016-09-10 23:00:24 -0400) by Geo +Eggdrop v1.8.0 Release Candidate 1 + +ChangeLog +aclocal.m4 +configure +src/patch.h + - - - - - - - - - - - - - - - Commit 1a2ac64 (2016-09-10 19:22:42 -0400) by Geo Rename basic.eggdrop.conf to eggdrop-basic.conf From 7c42c069e17a4f52e22e39a50449a1507874c59a Mon Sep 17 00:00:00 2001 From: Geo Date: Tue, 1 Nov 2016 22:59:17 -0400 Subject: [PATCH 3/8] Eggdrop v1.8.0 Release Candidate 2 --- doc/html/searchindex.js | 6 +----- src/patch.h | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js index 3531a9c44..f0ff5e7b3 100644 --- a/doc/html/searchindex.js +++ b/doc/html/searchindex.js @@ -1,5 +1 @@ -<<<<<<< HEAD -Search.setIndex({envversion:42,terms:{interchang:24,four:[12,24,3,22,2],secondli:12,prefix:[2,32,4,12,33,38],msgm:[12,38],oldest:12,hate:15,forget:[12,34,28],whose:[12,11],accur:12,"const":34,aug:12,swap:18,under:[12,17,8,9],worth:31,tcl7:19,digit:[33,2],everi:[15,31,2,4,34,19,12,22,38,8,24,11,9,28],risk:[38,9],"void":34,voic:[12,15,8,22,9],autoconfigur:31,tcl8:[],putbot:12,smack:19,stickinvit:12,affect:[12,17,24,22,2],school:[],getchanhost:12,cmd:2,tclsh:[19,9],verif:[33,38,2],categori:12,zlib:[],direct:[12,7,34,28],second:[30,2,4,34,12,35,6,22,23,38,9],valiant:[8,9],botport:[],even:[17,2,32,4,11,12,34,7,8,9],file_send:12,neg:[12,23,2],"new":[17,30,2,32,34,12,33,24,9,28],net:[38,31,4,9],ever:[12,33,18,2],cleartext:12,abov:[17,31,3,4,34,12,22,9],mem:12,never:[2,19,12,22,9,28],chang:[17,1,2,32,18,4,34,12,27,22,38,7,39,9,28],here:[29,30,2,4,6,12,37,35,27,22,23,38,11,7,9,28],kicker:12,path:[],auch:34,interpret:[31,18,3,12,5,24],getchanjoin:12,ontkickop:[],noemail:9,militari:2,anymor:[39,34,2],credit:[12,28],permit:12,aka:2,portrang:2,userinvit:22,portabl:[],whatnot:9,getchan:12,seven:22,unix:[17,8,31],printf:34,txt:19,highli:[38,31,19],ithi:[],describ:[7,2],would:[2,3,6,12,33,7,9,28],foster:[],call:[31,2,19,34,12,5,27,8,7,9],typo:12,recommend:[22,30,35,19,34],type:[],until:[2,19,12,22,11,9],relat:[34,12,22,24,9,28],haha:9,notic:[],warn:[12,9,34],warm:28,relai:[12,8,7,9,2],loss:19,isbansticki:12,hole:2,hold:[12,1],unpack:8,must:[31,2,4,34,12,33,22,23,38,7,9],join:[29,15,2,17,32,18,4,34,12,40,22,11,27],banlist:12,setus:12,setup:[],work:[31,1,2,6,19,34,12,5,13,27,22,33,7,24,11,9,28],onjoin:29,root:37,overrid:[33,24,1],etiquett:9,autodetect:33,matchinvit:12,caution:12,unavail:[38,2],want:[29,30,31,2,4,34,19,12,33,35,27,22,23,38,7,37,8,9,40],ultrix:[],stickban:12,end:[31,2,3,34,12,27,28],quot:[],jwilkinson:18,how:[],hook_secondli:34,disappear:9,env:2,answer:[38,8,31,6],verifi:[33,38,2],negoti:[12,33],config:[1,2,3,4,23,34,11,7,9,12,20,22,33,24,25,27,29,30,31,6,35,37,38,40],updat:[17,2,34,5,9,28],recogn:[15,4,38],goober:12,x509:[33,2],after:[30,31,2,4,34,12,27,22,33,38,11,9],befor:[29,31,1,2,4,34,12,33,35,22,23,38,7,8,9],wrong:19,substant:9,demonstr:[0,34],attempt:[31,2,4,12,22,33,38,11,7],third:[12,7],lost:12,greet:[8,22,9],exclud:12,recompil:[28,4,19],maintain:30,environ:[17,2],incorpor:[],enter:[31,2,32,12,22,33,28],exclus:[12,38],order:[12,23,33,2],oper:[2,3,19,6,12,38,24],placefield:[],xlib:[],offici:9,failur:12,becaus:[2,18,34,12,38,8,9],privileg:[15,8,9],appar:[],ormal:[],flexibl:[12,17],digest:12,fix:[31,2,18,19,34,12,5,8,9,28],better:[13,31,19,34,2],chattr:[12,15],hidden:17,easier:31,notefil:[12,29],savechannel:12,them:[29,15,30,31,1,2,17,4,34,19,12,35,6,22,23,38,7,24,8,9,40],thei:[29,31,22,1,2,4,34,19,12,6,7,33,38,8,11,9,40],proce:12,safe:[],"break":12,minir:[],interrupt:5,lixom:19,choic:9,grammar:9,dload:35,dumpfil:12,timeout:[23,38,35,34,2],each:[29,15,30,2,17,32,34,12,35,22,37,8,7,9],debug:[31,2,34,12,25,27],european:2,side:[12,33,2],mean:[17,2,18,4,11,19,12,27,33,38,7,24,8,9],prohibit:2,autohead:28,resum:12,upload:[17,30,34,12,37,9],sdcc:33,extract:[],unshar:15,network:[2,3,4,12,38,8,9],goe:[31,32,12,22,33,11,7],content:[14,36,26,21],botaddress:12,got:[12,18],killassoc:12,noqueu:12,situat:7,infin:2,hook_read_userfil:34,standard:[15,18,4,34,19,12,33,35,23,27],tcldcc:[],hand:[12,8,27,2],md5:[12,39,34],sigkil:12,zxf:[],openssl:[33,31,2],filter:5,heck:[19,9],isn:[1,34,12,37,38,11,25,9],rand:12,shlib_path:[],independ:[],putallbot:12,system:[17,37,31,2,18,3,19,34,12,33,35,23,24,9],restrict:[12,38,3,9,2],hook:34,unlik:[17,31],alreadi:[31,2,34,12,22,38,7,27],wasn:12,undernet:[12,38,4,9,19],primari:[38,2],ltcl8:[],modes_per_line_max:4,attach:[12,27,28],top:[31,9,28],sometim:[38,9],stack:[12,24,4],underlin:[12,3],master:[15,2,3,12,11,7],too:[2,4,34,12,35,27,38,8,9],dprintf:34,john:[19,9],listen:[12,33,7,24,2],danish:2,consol:[],tool:[31,28],task:[8,7,9],ntik:12,technic:9,isperminvit:12,target:[12,19],keyword:12,provid:[1,2,4,23,34,8,9,12,13,16,19,20,22,33,24,28,29,6,35,37,38,40],tree:[8,9,28],rate:38,stackabl:12,project:[],matter:[23,9],flame:9,minut:[2,18,4,34,12,22,11,9],ebai:2,file_send_pend:12,mind:19,rfc1459:12,raw:[12,2],miniatur:32,seen:[],seem:18,minu:22,getsocknam:[],strength:[],hub:[33,7,1,2],unresolv:19,resetchan:12,thorough:34,client:[12,33,38,27,2],transmit:38,simplifi:12,idx2hand:12,though:[12,33,38],usernam:2,object:19,addlang:2,first_script:19,regular:[12,33,19,22],resetchanidl:12,letter:[15,18,9,2],crt:[33,2],bsd:[],passthru:2,don:[30,31,1,2,32,4,34,19,12,33,27,22,23,38,7,37,9,28],doc:[31,2,32,19,34,12,27,38,8,9],alarm:[12,5],doe:[15,31,2,32,18,19,12,5,22,33,11,9],declar:12,wildcard:[12,22],hup:12,dot:32,random:[12,38,7,22],syntax:[15,2],radic:9,protocol:[12,33,2],my_talk_handl:27,absolut:[12,15,8,9],exactli:[12,4,34],matchexempt:12,explain:22,configur:[0,1,2,4,23,34,9,13,16,19,20,22,33,24,25,27,28,29,31,6,35,37,38,39,40],busi:[18,27],rich:[8,9],folder:34,oct:33,tcl_appendresult:19,stop:[18,4,34,19,12,22,8],module_renam:34,jupe:12,report:[25,30,18,9,34],cygwin1:[],bar:12,bandwidth:[20,34],"public":[15,2,12,33,8,9],reload:12,bad:[15,18,22],baa:27,ban:[],septemb:23,respond:[12,18,27,22],botnick:[12,38,2],hasn:38,result:[12,38,11,2],respons:[12,38,9],fail:[2,18,19,12,33,23],hash:[],best:[12,7,19,9],subject:[33,28],awar:12,said:[12,7,27],notcproc:12,hopefulli:[12,31,9],databas:[12,37,27],figur:31,finger:6,awai:12,irc:[],attribut:[12,15,11,7,28],accord:[12,15,9],manpag:2,newnam:12,extens:[31,28],lazi:4,advertis:[8,19,9],clemson:15,ircop:[4,22],setsockopt:[],protect:[15,31,2,22,33,38,8,11,9],mildli:18,fault:[5,34],howev:[2,18,19,6,12,33,38,9],enforceban:22,against:[12,38,19,22],fno:[],login:2,com:[2,34,12,13,33,38,7,9],col:3,old_module_nam:34,rehash:[12,27,34,2],had:[31,2,18,12,22,7],hook_backup:34,formatstr:12,diff:[],trust:[15,19,9,2],assum:[12,38,11,27,2],summar:38,reveng:22,dhave_sys_dir_h:[],three:[12,38,11,7,2],been:[17,2,18,4,34,19,12,38,8,11,9],much:[31,32,19,34,12,9,27],numberlist:12,interest:9,basic:[],unstick:11,quickli:[5,2],mco:[12,2],life:[29,9],worker:31,telnet:[],ani:[29,15,31,1,2,17,32,18,4,34,19,12,27,33,38,8,40,11,9,28],dp_log:34,botattr:[12,7],rang:2,killmemb:18,ident:[12,38,24,4,2],aix:[],gnu:[8,31,20,9],servic:[22,34],serverror:38,sourceforg:[],calcul:38,publicli:25,alltool:2,privatekei:[33,2],stickexempt:12,valididx:12,spawn:8,ishalfop:12,have:[1,2,4,5,7,8,9,17,11,12,15,18,19,22,33,24,27,28,29,30,31,32,34,37,38,39,40],channame2dnam:12,conf:[33,31,9,34,19],module_nam:34,sever:[30,18,19,34,12,6,8,9],grown:8,weekdai:12,userlist:[12,13,4,1,34],perform:[15,31,12,22,8,9],suggest:[9,34,19],make:[],format:[2,3,34,12,38,9],quann:[13,34],complex:12,split:[32,3,4,12,22,24],ldopen:[],complet:[15,31,1,17,12,22,33,9,28],hang:[23,34],pubm:[12,38],yourbot:30,rais:[38,22],topc:12,squar:24,kept:[11,2],botnetop:22,scenario:7,thu:12,thr:2,contact:2,resetban:12,thi:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,16,18,19,20,22,23,24,25,27,28,29,30,31,33,34,35,37,38,39,40],gzip:[12,20],everyth:[12,31,19,9],shl_findsym:[],left:[12,18,4,28],identifi:[12,15,2],just:[30,31,1,2,32,18,4,34,19,12,37,23,7,8,9],"_always_":2,hand2idx:12,dhave_dirent_h:[],human:9,sockread:[],yet:[12,38,18,2],languag:[17,30,19,2],previous:12,easi:[12,33,9],elf:19,spread:2,els:[12,32,19,27],save:[17,1,2,34,12,20,22,7,40],applic:[12,9,2],notc:12,mayb:[19,27,2],killignor:12,boldfac:12,background:9,loadhelp:12,apart:[12,34,2],measur:38,daemon:2,ctime:12,specif:[15,4,34,12,33,22,23,38,7,24],arbitrari:12,manual:[2,19,12,33,7,24],remind:2,www:[13,31,9,34],right:[12,0,34],old:[],pl1:12,exemptmask:12,interv:12,maxim:2,resolv:[2,34,12,5,23,24],intern:[12,38,27,2],toctre:[],inact:[35,22],successfulli:[12,9,34],total:[12,17,22,34],fpic:[],revengebot:22,track:[37,31,18,34],delhost:12,core:[],plu:[12,33,38,22,2],bold:[12,15,3,9],rfcequal:12,insecur:22,burn:31,netsplit:[12,17,18,4,2],repositori:9,peer:[33,38,2],cygssl:[],post:9,ircnick:12,obj:[],slightli:[],simul:[12,9,2],cipher:[12,33,2],outgo:[12,2],awk:[],produc:[12,2],match:[],bounc:4,"float":19,encod:[12,3],bound:[12,2],ignorelist:12,ischaninvit:12,storag:[40,34],east:2,accordingli:38,deal:[12,15,2],wai:[31,2,32,19,34,12,27,33,38,11,7,9],support:[],fight:22,avail:[17,2,32,34,12,22,24,25,9],width:3,reli:12,msgcmd:[],dcclist:12,constantli:34,war:8,fork:28,head:2,genrsa:2,forc:[31,1,2,12,22,33,40],cidr:[12,2],freenod:9,dynamicexempt:[12,22],reset:12,spun:18,putcmdlog:12,maximum:[29,37,2,4,12,33,35,22,23,38],tell:[12,7,19,27,2],file_receiv:12,autoconf:[31,28],featur:[],openbsd:24,flat:12,decrypt:12,exist:[15,18,34,12,38,8,9],nelin:[],check:[2,34,12,9,22,33,38,27],sticki:[12,11],vista:24,encrypt:[17,34,12,33,7,39],when:[31,1,2,32,18,4,34,19,12,5,40,22,33,38,11,24,39,9,28],deni:[],flood:[29,15,2,17,6,12,22,38,8,7,9],test:[15,27],dirent:[],node:33,intend:[12,17,11,31,28],chjn:12,intens:38,consid:[12,11,32,9,2],getop:22,lsocket:[],receiv:[19,12,37,23,38,7,27,28],faster:12,anywher:[12,32],ignor:[17,1,2,6,12,38,8,7,9],maxdepth:[],time:[30,31,22,1,2,18,32,3,4,19,12,33,35,7,23,8,11,9],push:[12,28],maxsend:23,daili:12,chain:[33,2],skip:9,logfilenam:2,global:[],signific:[9,34],skim:9,autoop:22,netbsd:24,milk:15,lld:[],depend:[15,2,34,12,33,11],puthelp:12,flash:3,readabl:9,module_entri:34,opportunist:33,nxdomain:23,larg:[38,4,9,2],sourc:[30,31,2,19,34,12,9,33,27,28],string:[12,27,4,34,2],unfamiliar:27,onchansplit:12,octob:[38,22,2],word:[12,4,27],statuslog:22,brows:27,myownevent123:12,eden:12,administr:19,level:[12,15,20,2],did:9,die:[12,9,34],item:12,team:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],quick:[],dir:[12,19,9],prevent:[29,4,19,12,22,33,8,24,7,9],slower:2,sign:[12,33,38,3,2],ufl:12,port:[1,2,12,33,23,38,7,24,9],appear:[12,7,2],iscompress:12,scripter:7,repli:[2,4,6,12,34,23],deludef:12,killexempt:12,str_protect:34,current:[29,2,32,3,4,34,12,37,33,39,9,28],privmsg:[12,27,22],ground:2,unban:[12,22,2],gener:[18,19,12,27,33,8,9],french:2,explicitli:33,modif:12,address:[29,1,2,12,7,24,25,28],along:[],setdesc:12,wait:[2,4,34,12,35,23,38],box:2,invit:[],bot:[],queue:[12,38,34],behav:12,myvar:30,commonli:[12,2],novic:[8,9],love:27,getinfo:12,hook_rehash:34,modul:[],prefer:[],myip:12,fake:12,instal:[],geteggdrop:9,jan:12,memori:[12,17,18,34],give:[15,32,31,17,2,12,27,22,38,7,9],todai:12,handlen:12,msg:[17,2,32,4,34,19,12,13,38,9],scope:27,hook_5minut:34,checkout:28,capit:[18,9],peopl:[29,15,1,2,17,32,3,4,12,22,37,38,8,9],enhanc:34,tandem:[],templat:28,examin:34,effort:[8,9],easiest:19,chanprog:[],prepar:7,cap:34,uniqu:2,cat:[],descriptor:[],botnam:[12,7],whatev:[17,31,2,3,12,9],purpos:[0,2,34,8,25,7,9,28],sighup:12,cmd_t:34,protectfriend:22,topic:[12,27],abort:[12,33],isdynam:12,occur:[12,18,4],alwai:[31,12,22,8,11,9,28],differenti:12,multipl:[17,2,34,12,8,7,9],get:[],ping:6,modulenam:34,uptim:[],write:[0,2,34,12,9,27],till:12,anyon:[12,11,22,9],map:[],birthdai:2,lastbind:12,max:[29,2,4,35,37,38],clone:[22,9],usabl:[37,34],mac:24,aop:22,mai:[30,2,18,4,20,19,12,35,27,22,37,7,24,9],drastic:[12,34],protecthalfop:22,data:[12,22,34,1,19],man:2,masktyp:12,regularli:17,stress:9,autotool:28,gethostnam:[],stdio:34,newidx:12,inform:[],"switch":[12,33,30,34,2],preced:[12,33],combin:[12,17],april:5,offend:19,ordinari:[12,33],talk:[17,32,27],midnight:2,ttl:23,smelli:31,cold:28,still:[17,31,1,2,19,12,22,9],pointer:[17,31,3,9],cvsroot:28,dynam:[12,11,31,19,22],ethic:2,group:[12,2],monitor:[12,11],putloglev:12,instantli:38,platform:[8,9,2],window:[],logmod:34,dhave_sys_select_h:[],mail:[],main:[],meridian:2,limbo:2,non:[33,18,4,34,12,5,22,23,38,7,11],chaninvit:12,guppi:12,initi:[12,33,24,27,34],now:[15,31,2,4,12,5,33,8,24,7,9],isjup:12,discuss:9,down:[31,18,19,12,8,7,9],name:[16,31,2,34,12,5,38,27,28],didn:[19,28],separ:[17,30,31,2,34,12,38,7,24],killchanban:12,januari:[29,16,35,39,13,40,25,9],compil:[],domain:[23,7,9],replac:[2,3,34,12,22,38],arg2:12,continu:[12,18],setchan:12,ensur:[7,34,28],year:[12,8,9,2],happen:[2,18,19,12,27,11,9],bothandl:27,tcl_string:34,hacker:19,shown:[18,2],accomplish:31,space:[12,8,35,9,2],passwdok:12,internet:[12,33,8,9],correct:[31,18,9,2],integr:9,lag:[32,2],userinfo1:2,setflag:12,argn:12,org:[31,2,34,12,7,25,9,28],"byte":[12,38,35,4,34],care:[12,28,2],newnick:12,couldn:12,question:[],globalflag:12,synchron:33,thing:[0,31,2,18,19,34,12,5,7,9,28],place:[31,2,4,34,19,12,22,33,11,9],nicknam:[15,30,2,18,3,12,33,38,27],think:15,frequent:[],first:[],origin:[12,38,9,28],directli:[12,22,34,1,19],spoken:12,onc:[18,4,19,12,27,22,37,38,9,28],yourself:[33,8,19,28],nick2hand:12,"long":[29,31,1,2,3,34,12,5,22,23,38,11],open:[2,32,19,12,9,33,27,28],size:[12,37,35,34,2],given:[12,23,9],silent:2,module_regist:34,caught:[12,9],necessarili:12,encpass:12,userinfo:[12,6],conveni:2,friend:[15,22],rem_tcl_command:34,tclhash:[],especi:[27,9],copi:[12,27,35,9,34],specifi:[29,17,1,2,18,37,34,12,33,22,23,38,11,24],broadcast:[12,32],github:[],enclos:[12,24,22],mostli:9,than:[2,4,6,19,12,22,33],serv:2,wide:[33,32],yourusernam:28,getown:12,were:[2,4,12,11,7,9],posit:[34,2],janitor:15,seri:[12,28],pre:[12,19,9],sai:[19,12,27,22,7,9],autohalfop:22,argument:[12,4],properli:[7,28,19,2],deliv:12,cflg:[],getfileq:12,techniqu:30,destroi:[8,9],moreov:2,module_depend:34,libpath:[],note:[],take:[31,2,19,34,12,33,38,25,9],advis:[38,31],noth:[12,19,34,2],channel:[],begin:[12,24,27],sure:[2,12,9,22,7,27],pain:35,trace:38,normal:[30,2,6,34,12,33,27,23,38,8,9],buffer:1,compress:[],frim:34,abus:[8,9],pair:12,gunzip:9,compressfil:12,renam:[12,30,34,2],renudef:12,later:[29,31,2,39,34,12,33,25,9],thse:4,erasenot:12,badg:15,pattern:12,newchaninvit:12,recipi:12,signoff:12,show:[2,34,12,22,7,25,9,28],german:2,concurr:2,permiss:[9,2],hack:19,filesend:12,evnt:[12,38],onli:[0,1,2,3,4,7,8,9,11,12,13,15,19,22,33,24,25,27,28,29,30,31,32,34,38],slow:[18,2],mode_proc:12,isexempt:12,activ:[32,18,12,22,33,11],enough:[12,9,2],needal:12,tlsstatu:12,unloadmodul:12,over:[30,2,34,12,33,38,24,9,28],overwritten:[12,2],nearli:19,variou:[31,2,34,12,11,9],dynamicinvit:[12,22],ircd:[12,38,18,4],repo:28,ssl:[],cannot:[15,8,19,34,28],utoop:[],requir:[],prime:2,lame:[2,4,19,12,22,7],egghead:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],dronepup:12,tcllibfn:[],where:[29,17,37,2,19,34,12,33,27,22,23,38,9],isoptest:22,ircnet:[22,38,4,9],hook_daili:34,ircii:[12,35,19],infinit:37,detect:[12,33,24,19,38],matchban:12,you_want_to_export:34,behind:[18,2],listinfo:9,add_tcl_str:34,between:[29,1,2,34,12,22,38,7,24,9],"import":[12,32,27,34,2],across:[12,30,8,7,9],august:4,screen:[3,9,28],ssllib:33,collect2:[],come:[12,38,9,4,34],unld:12,cycl:[38,22,2],quiet:[15,38,2],tout:12,mani:[2,4,34,12,27,22,23,38,7,8,9],module_undepend:34,color:[12,9],period:[12,5,23,34],exploit:19,enlarg:31,colon:[24,2],cancel:12,newchanban:12,caret:18,getflag:12,coupl:[12,9],harmless:19,west:2,hardli:18,invers:3,mark:[12,15,17],resort:19,sslcert:[33,2],getdesc:12,resolut:2,ispermexempt:12,rememb:22,stealth:2,those:[19,20,5,34,38,9],"case":[12,23,38,19,2],blowfish:[],might:[2,18,4,34,12,33,9],mount:35,no_irc:[38,34],cast:[],invok:12,fil:12,abcdechannel:12,hook_minut:34,anytim:5,advantag:30,stdout:34,henc:[12,19,34],everydai:2,worri:[],destin:[12,34],eras:[12,8],serverop:22,ascii:12,chansettyp:12,any_other_funct:34,develop:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],author:[33,2],alphabet:2,dalnet:[38,4,9],same:[30,31,2,3,4,34,19,12,20,22,33,7,8,9],binari:[31,19,28],html:[24,9],pad:12,pai:[12,9],document:[],resetchanjoin:12,week:12,exhaust:12,finish:[12,9],ischanjup:12,someon:[18,4,19,12,27,22,9],weed:[19,9],driven:12,capabl:2,improv:[8,9],extern:2,autovoic:[15,22],appropri:[28,31,2],choos:[17,31,19,9,2],macro:34,without:[17,31,2,18,19,34,12,6,22,33,8,39,7,9],ieggdrop:[],dereferenc:[],ispermban:12,execut:[],putkick:12,kill:[12,27,18,19,9],ld_library_path_32:[],death:31,except:[2,6,12,34,33,38,9],littl:[7,31,30],setenv:[],pile:19,real:[12,38,34],around:[8,19,27],read:[31,2,3,34,12,5,27,8,9],rejoin:12,pushmod:12,traffic:[12,30,2],moc:12,world:[8,9,2],oldnam:12,mod:[12,13,31,34,2],tolow:27,whitespac:12,integ:12,server:[],either:[31,2,19,12,33,11,24,7,9],output:[],cfox:9,manag:[37,34],sneaker:31,botchk:[31,9],handshak:12,constitut:[38,22,2],dupwait:2,confirm:28,someircnetwork:2,exit:[12,38,9,34,40],apostroph:32,islink:12,refer:[12,34,2],process:[31,18,19,20,12,8,7],power:[17,9],imposs:8,egghelp:[31,9],fulli:2,mycron:9,earlier:19,src:[12,31,4,34,28],stone:38,central:[37,2],greatli:[],chof:12,chon:12,numvers:12,stand:[8,9],act:[12,17,33,34,2],backup:[12,34],routin:[12,4,2],addus:12,activest:9,dnslookup:12,unstickban:12,strip:[12,2],your:[],log:[],area:[15,30,2,34,12,37],aren:[12,5,30,9,2],tcl_cmd:34,negcach:23,overwrit:12,start:[0,31,2,32,3,19,34,12,27,38,8,39,7,9],compliant:[38,4],interfac:[12,2],rmdir:12,lot:[27,31,4,9],ipv6:[],strict:2,unam:12,untar:9,jun:28,prerehash:12,jul:[24,9,34,28],ldnshread:[],lnsl:[],longer:[12,9,31,4,34],pull:[9,28],possibl:[31,2,32,18,19,6,12,22,33,24,9,28],"default":[31,2,4,20,12,33,22,23,38,11,9],halfop:[12,15,22],embed:12,expect:[12,6,34,2],gone:[12,4],displaynam:34,uid:[33,2],creat:[],filt:[12,34],certain:[15,17,2,3,12,11,24],decreas:2,file:[],fill:[33,28,9,2],again:[31,2,34,11,25,7,9],collid:18,ctcp:[],ctcr:12,hybrid:38,prepend:2,field:[12,33,38,2],valid:[17,31,2,34,12,22,33,38,7,27],pathnam:12,you:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,18,19,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],string2:12,string1:12,cygcrypto:[],symbol:[12,18,19],drift:18,handonchan:12,ansi:12,getudef:12,timerid:12,reduc:34,unbind:[12,30,4,2],unload:[12,34],botfl:12,descript:[12,28,34,2],nodesynch:22,mass:9,cpu:[12,38,2],nmalloc:34,putserv:[12,27,22],all:[1,2,4,23,34,7,11,9,17,12,15,18,19,22,33,24,27,28,30,32,6,37,38],partylin:[15,30,2,34,12,33,7,40],tcl_int:34,sanitycheck:2,month:[12,2],unrest:8,add_builtin:34,disc:12,suno:[],abil:[12,17],follow:[30,31,2,3,4,34,12,22,33,38,7,9,28],alt:[38,2],disk:[17,2,12,35,8,9],prdownload:[],hook_load:34,dyld_library_path:[],init:[12,38,2],program:[],smile:31,introduc:[12,9],readonli:34,liter:34,masquerad:2,song:12,fals:[12,18],unixtim:12,mpj:12,util:[31,9],utim:12,robei:[15,31,3,9,17],fall:33,veri:[15,17,2,18,34,13,27,38,9],unoffici:24,quakenet:9,strang:18,botisop:12,gayteen:8,heaven:31,list:[],adjust:[8,4,9],form:[12,8,3,9,34],func_tabl:34,small:[7,35,31,30],ten:9,getchanidl:12,unsatisfi:[],past:[9,34,2],zero:12,design:[17,8,9,28],pass:[12,32,18],further:12,what:[],sub:12,clock:18,sun:2,section:[2,4,34,19,12,27,22,7,9],abl:[31,2,32,18,4,34,22,38,9],delet:[12,30,9],version:[31,3,4,34,19,12,5,6,33,8,24,25,9,28],dp_help:34,helpfil:12,libtcl80:19,method:[30,39,4,34],vali:12,full:[12,33,24,31],themselv:[30,7,4],shouldn:34,free:[9,34],solari:[],excess:[38,22,9],strong:2,modifi:[30,2,4,12,23,28],valu:[],search:34,sender:12,ahead:8,fwd:29,prior:31,amount:[9,34,2],starttl:[12,33],splt:12,dealloc:34,action:[12,2],via:[],reiniti:12,cafil:[33,2],filenam:[29,2,12,22,33,28],famili:2,establish:[12,33,24,27],memor:31,select:[17,28,9,2],aggress:[7,19],ctrl:12,regist:22,two:[30,1,2,4,34,12,7,11],loadchannel:12,new_module_nam:34,taken:[12,34],forcefulli:33,minor:[12,34],more:[17,31,2,4,34,19,12,13,6,33,7,9],turbo:35,desir:34,hundr:19,ital:12,mirc:[12,38],stick:11,particular:2,known:[],unloadhelp:12,dccsend:12,cach:[12,23],none:[29,16,0,35,12,13,22,23,38,39,40],hour:[12,11,25,34,2],outlin:[],dev:[9,28],remain:[12,11,22],paragraph:31,listnot:12,learn:[12,17,4,2],preinit:12,dec:12,prompt:[31,9],bogu:2,useabl:2,share:[],accept:[1,2,19,12,33,7],minimum:[12,8,22],resync:1,phrase:12,userban:22,cours:[12,7,31,2],csh:[],secur:[],rather:[12,33],anoth:[29,1,2,3,4,34,19,12,27,22,38,8,7,9],shutdownreason:12,reject:[38,7,2],simpl:[12,9,34],serveraddress:12,unabl:[12,7,4],wasop:[12,15,4,22],resourc:34,referenc:[],ranlib:[],okai:2,unlink:[12,2],associ:12,stabil:35,"short":[31,34],resetexempt:12,caus:[12,7,18,9],altnick:38,help:[],hook_userfil:34,soon:[12,5,19,22],through:[17,32,12,9,22,38,24,27],reconnect:[12,1],newexempt:12,our_chan:27,paramet:[12,9],style:11,dccuse:12,"04may2000":2,pend:22,bypass:12,onelin:12,userport:[],alter:[12,17],wouldn:2,isexemptsticki:12,good:[12,15,8,9,2],"return":[],timestamp:[12,2],setdccawai:12,cet:2,botnet:[],gethostbynam:[],chanserv:22,instruct:34,refresh:12,bless:9,easili:[12,17,8,9],found:[12,28,19,34,2],unicod:5,userexempt:22,isban:12,hard:2,idea:27,crontab:[],realli:[8,28,30,27,2],connect:[],horribl:31,utexa:18,http:[13,25,9,34],beyond:[],add_tcl_command:34,event:[2,34,12,27,8,7,9],ftp:[28,9,34,19],mrlame:2,publish:2,hltran:[],print:28,variable_nam:34,unaccess:17,occurr:34,woobi:[],qualifi:2,advanc:[],dehalfop:[12,15,22],differ:[30,31,2,19,12,22,33,38,9,28],pub:[12,38,27,9,28],reason:[2,18,34,12,8,7],base:[12,9,2],put:[29,16,0,1,2,39,4,20,12,33,13,6,22,23,38,37,25,35,9,40],bask:28,bash:[],omit:[12,33],perhap:18,perman:[12,11,22,2],eggdev:[],lifetim:12,assign:[7,2],major:[12,9,34,28],dccbroadcast:12,notifi:[12,29,38,2],obviou:18,upper:23,feel:[9,34,28],hand2nick:12,misc:[12,2],number:[29,15,2,4,34,12,37,35,22,33,38,7,28],ltcl7:[],done:[1,34,12,7,27,28],stdlib:34,blank:12,stabl:9,miss:[12,9],retrydelai:23,gpl:[8,9],guess:4,fuller:9,script:[],ipaddress:12,interact:[4,2],least:[2,18,4,34,27,11,9],chanmod:22,statement:12,natur:9,scheme:9,store:[29,2,34,12,22,37,7,25,40],putquick:[12,38],option:[31,2,19,34,12,22,33,38,9,28],blindli:4,mode_proc_fix:12,part:[17,30,2,18,12,38,8,9],pars:12,userrec:[],consult:[33,24],reinstal:19,jump:[12,33,7,38],kind:12,stb:38,whenev:[34,12,33,38,7,27],remot:[12,7,3,2],gotten:[],remov:[17,30,2,19,34,12,22,11,24,9],stall:12,str:12,toward:17,danc:12,comput:[18,19],packag:[31,9],delchanrec:12,dedic:9,"null":[9,34],entireti:31,built:[12,30,19],equival:[38,34],banmask:12,self:[33,38,2],nkch:12,setudef:12,undeclar:[],also:[1,2,3,4,33,6,7,8,9,17,11,12,15,18,19,20,22,23,28,29,30,31,32,34,35,37,38,40],xreq:[],useless:[],maskhost:12,brace:22,uplink:[12,18],unstuck:12,distribut:[8,19,9],filesystem:[12,15],reach:[38,4,2],quota:2,most:[17,2,32,18,4,34,19,12,35,27,38,8,9],plai:27,rem_tcl_str:34,cygwin:[],addr:[24,2],fileresend:12,clear:[12,33,9],cover:[11,7,27],destruct:8,ltcl:[],ext:[],clean:19,squelch:38,usual:[12,33,11,24,9,28],carefulli:[12,9],misnom:12,sublist:12,rejn:12,fine:[38,4,2],find:[31,32,4,34,19,12,13,27,23,9,28],penalti:38,firewal:2,setown:12,copyright:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],killchanexempt:12,paranoid:[1,2],solut:[],queu:[12,38],dp_stdout:34,hit:12,opchar:4,llamabot:2,dccputchan:12,isinvit:12,yourbranchnam:28,mainten:[15,18],fastest:9,xfer:[15,35],banner:[3,2],him:[19,9],restart:[31,2,19,34,12,9,27],resend:[12,23],ischanban:12,"_____________________________________________________________________":[],newchanexempt:12,userflag:4,tcl:[],rfc:[12,38,4],crf:9,common:[15,2,33,38,7,9],sslport:33,certif:[],set:[],stump:9,delus:12,creator:12,see:[31,2,32,3,4,34,19,12,22,38,7,25,8,9],sed:[],sec:2,arg:[12,34],close:[12,34],someth:[12,28],debat:9,reus:12,experi:31,realnam:38,altern:[12,33,7,38,2],oldhandl:12,appreci:[],numer:12,isol:7,isop:[12,22],lowercas:[38,18,27],succeed:12,unrealircd:4,botonchan:12,chanset:[7,22],both:[2,12,22,33,38,8,24,7,9],last:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,16,18,19,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],delimit:12,bota:7,botc:7,botb:7,context:34,getfilesendtim:12,whole:[9,34,19],storenot:12,load:[0,1,2,4,34,7,9,12,13,16,18,19,20,22,23,25,27,29,6,35,37,38,39,40],simpli:[12,9],hostmask:[12,17,11,7],point:[0,31,2,34,12,38,7],schedul:12,unstickexempt:12,header:[33,34],shutdown:12,linux:[5,24,18],mistak:9,throughout:34,putxferlog:12,vertic:12,due:[12,38,4,2],empti:12,whom:12,secret:22,whoi:2,deprici:38,nonexist:18,ram:2,great:[31,9],bitchx:12,coordin:2,understand:2,func:34,demand:[8,9],chatter:2,convers:[33,32,34],look:[17,0,31,2,19,34,12,13,27,22,33,8,25,9,28],durat:12,"while":[2,32,18,19,34,22,8,11,9],adh:2,behavior:[2,4,6,12,11,24],error:[2,19,34,12,5,38,28],fun:31,anonym:2,everyon:[12,32],expir:[29,2,4,12,22,33,38,11],jpk:2,motd:[3,2],readm:[],matchcidr:12,itself:[12,9,34,2],xtra:12,chase:[8,9],tclpip84:[],grant:[33,17],belong:2,ischanexempt:12,shorter:22,octal:2,cygz:[],higher:[33,5,4,1],dontkickop:22,mybot:19,itch:[],optim:38,wherea:12,moment:[5,4],temporari:[11,25,22,2],user:[],wherev:24,yesterdai:2,recent:[33,9],lower:38,sha1:33,init_serv:38,lib:19,discourag:4,older:[12,24,9],entri:[12,19,9,2],spent:12,mod_ext:[],person:[31,2,18,12,9,27],chanlist:12,explan:[12,22],chanflag:12,stopnethack:[15,22],ldl:[],dccdumpfil:12,stripcod:12,newban:12,fd_set:[],extra:[12,19,34,2],revok:[38,2],isinvitesticki:12,input:12,sigquit:12,queuesiz:12,bin:[],march:[18,15,11,3],laston:12,transpar:2,big:[12,30],eggdrop1:[9,34,28],game:[8,9],bit:[31,2,18,12,5,33,27],uncompressfil:12,ircu2:4,outright:8,success:[12,34],autosav:40,userfil:[30,1,2,19,34,12,35,20,22,7,39,8,9],signal:[12,19,27],flud:12,resetinvit:12,popular:[8,9,2],encount:27,bcst:12,often:[23,34,2],msgnotic:[],visibl:12,some:[1,2,4,23,6,7,8,9,17,11,12,15,18,19,20,22,33,24,27,28,29,30,34,35,37,38,40],back:[2,19,12,33,38,9,28],understood:38,sampl:22,dhave_config_h:[],affili:9,shall:2,per:[12,4],invitelist:12,pem:2,misc_fil:[],slash:32,proc:[12,38,27,34],kreativrauschen:[13,34],machin:[31,18,19,9,2],previou:[12,19,9],run:[31,2,18,3,19,34,5,22,33,38,8,7,9,28],step:[31,9,34,28],ld_library64_path:[],dp_server:34,hook_hourli:34,zip:[],idx:[12,34],chfinger:2,idl:[12,22,34],botlist:12,killchaninvit:12,block:[12,5,35,3,34],plan:[27,9],miracl:31,univers:2,nsl:[],within:[12,37,11,34,2],perm:2,contributor:28,botishalfop:12,tclmisc:[],inclus:[],bywho:12,sock:[34,2],submit:[],custom:[12,17,33],includ:[],forward:29,amaz:9,nfree:34,files:37,fileq:[],himself:9,botnetnick:12,pwd:37,link:[],newer:9,line:[],talli:34,info:[31,2,4,34,12,40,22,9],utc:2,fdb:[],consist:[12,17,7,32],callev:12,sharebot:[12,7,2],highlight:15,similar:[30,2,32,12,22,28],autobotchk:[],botisvoic:12,tclinc:19,changes1:28,chan:[12,30,27,4,22],putlog:[12,38,34],doesn:[32,18,4,19,12,5,27,23,40,9],repres:12,"char":[12,34,2],incomplet:[],chat:[17,2,32,34,12,6,33,38,8,24,7,9],home:[31,19,37,33,9,28],newignor:12,bracket:24,coder:[9,34],kvirc:33,newhandl:12,titl:15,invalid:[12,19],nick:[15,2,4,12,22,38,25,27,28],matchaddr:12,nat:[24,2],nice:[34,28],maindoc:[],meaning:12,chaninfo:7,hostaddress:[],mymodul:[],isignor:12,lang:30,getpwd:12,depth:[33,2],md5c:[],karma:28,far:27,fresh:2,libtcl:19,hello:[17,2,4,19,12,38,27],code:[],queri:[23,24],clearqueu:12,gmake:19,edu:[12,15,18,9],killinvit:12,issuer:33,privat:[29,1,2,32,12,33],base64:12,send:[29,1,4,34,19,12,35,20,27,38,7,24,9,28],making_modulenam:34,getlink:12,tcllib:19,breach:12,fatal:12,sent:[15,1,2,32,4,34,12,33,25,9],passiv:7,umod:38,rfc_compliant:12,whichev:11,getchanmod:12,installandsetup:[],hook_di:34,llama:7,prerestart:12,relev:[9,34],tri:[12,19,34,2],tcluser:[],dname:12,button:28,"try":[31,2,19,34,13,27,38,25,9,28],diffutil:31,pleas:[31,2,19,34,12,22,38,39,9,28],impli:[9,34],smaller:31,chanban:12,relink:7,cron:[12,9],video:12,download:[],mnnrrpp:12,click:28,append:[12,34],compat:[12,31,2],index:28,dp_mode:34,access:[15,17,32,19,34,12,27,33,38,8,9],hourli:[29,34,2],chanrec:[12,4],isvoic:12,garbag:34,can:[1,2,3,4,5,6,7,8,9,17,11,12,13,15,18,19,20,22,23,24,27,28,29,30,31,32,33,34,35,37,38,39,40],chose:[],len:38,bodi:[9,28],module_xlib:[],intercept:12,let:[29,17,2,18,34,12,27,22,23,7,9,28],flushmod:12,setpwd:12,becom:[12,19,9,2],sinc:[17,30,2,4,12,33,8,24,7],convert:[12,18,27,9],pretti:[8,32,27,9],broken:[12,5,18,2],chaddr:[33,7],beldin:7,cert:[33,31,2],typic:[12,17,32,19,2],danger:[12,19],forbid:[8,31],appli:[],foundat:9,valis0:12,serverlist:12,redo:9,getus:12,add_tcl_int:34,from:[1,2,3,4,5,7,8,9,11,12,15,18,19,22,33,24,27,29,30,31,32,34,38],usa:9,commun:[12,7,32,34,28],deop:[12,15,22],doubl:38,upgrad:[],mydir:[37,9],next:[2,34,12,22,38,9,28],few:[12,18,9,2],doubt:24,usr:[19,28],sort:[8,11,9],tcl8_4:[],vhost6:[24,2],vhost4:[24,2],trail:34,insensit:12,barf:19,efnet:[38,4,9],account:[29,17,19,34,8,9,28],retriev:[29,34,28],cambridg:9,pour:28,getfil:12,annoi:27,obvious:[12,11,9],meet:33,control:[],tar:[9,34,28],needop:12,newinvit:12,high:[5,30],tag:12,tab:34,tarbal:8,onlin:[12,29,9,34,19],everywher:[12,24,2],ld_library_path_64:[],gcc:31,sit:[8,22,9,2],six:12,subdirectori:[12,37],rem_tcl_int:34,ldclose:[],chri:9,delai:[4,22],express:12,overridden:4,onchan:12,bloadmap:[],watch:32,sundai:12,mrslame:2,attent:[12,38,9],discard:[12,1],gseen:[13,34],rcvd:12,cyggcc_:[],physic:7,alloc:[12,34],seriou:9,guru:9,correspond:[12,11,22],getdccidl:12,element:12,issu:[12,9,2],matchattr:12,freebsd:24,botnetcentr:3,module_find:34,unstickinvit:12,windrop:[],move:[12,38,31,9],findus:12,comma:[32,2],effici:[17,8,7,9,2],bunch:[],perfect:9,myproc:12,lamestbot:[29,31,2,3,22,38,7],infrastructur:33,therefor:[12,4,34,2],crash:[12,31,19,9],greater:12,handl:[2,12,5,33,11,28],auto:[15,7],spell:9,dai:[12,29,30,35,2],auth:[33,2],devel:31,memberlist:12,libtcl8:19,fingerprint:[33,2],front:[12,22],somewher:[31,2],thrill:27,anyth:[2,32,19,8,7,9],edit:[30,31,9],februari:6,trap:[],sdebug:31,chhandl:12,chunk:[38,19],partproc:12,"static":[22,31,19,34],our:[12,7,19,27],patch:[],special:[12,7,28],out:[31,2,32,18,19,34,12,35,33,8,25,7,9],variabl:[],ousterhout:[19,9],tcsh:[],twice:12,req:[33,2],reboot:19,rej:28,addhost:4,stuf:19,rel:[12,23,34],hardwar:[8,9],gethostbyaddr:5,math:12,statist:[25,34],clarifi:11,takeov:4,insid:2,kilobyt:2,setchaninfo:12,releas:[12,8,28,9,2],afterward:[4,2],could:[2,18,12,27,33,38,7,24,9],ask:[],timer:[12,18,27],keep:[30,2,18,34,22,37,38,9,28],counterpart:12,length:[12,33,4,34,38],enforc:[22,2],outsid:[27,2],retain:12,timezon:2,softwar:[8,9],logsiz:2,suffix:[34,2],echo:12,exact:12,date:[12,9,34,2],barr:2,bitch:22,patchnam:28,remak:19,owner:[15,2,32,19,12,22,9],toi:8,fri:12,invitemask:12,reread:12,dump:[12,38,2],newus:2,licens:[8,9],perfectli:[],mkdir:12,nactiv:[],messag:[],backdoor:19,attack:22,procnam:12,termin:[12,31,19,9],str_dir:34,"final":[8,9,2],low:[38,35],relinquish:12,shell:[17,31,2,8,9,28],gear:17,punish:[12,15,22],juli:[8,31,28],rsa:2,putdcc:12,nobodi:[19,27],herself:9,haven:[31,27],fprint:[33,2],bother:9,charact:[],cygwinhom:[],sens:[8,19,9],bind:[],shl_load:[],sslinc:33,module_unload:34,plaintext:[12,33],patch1:28,otherdir:31,deprec:12,robot:17,sysadmin:19,corrupt:28,egg_lang:2,reserv:[32,2],need:[15,31,2,4,34,19,12,33,22,23,38,7,24,8,9],turn:[12,38,22,2],tidi:34,wasoptest:22,p_tcl_hash_list:34,min:2,rout:12,istl:12,istn:22,mix:[4,22],which:[15,30,31,1,2,18,32,3,19,34,12,33,40,22,23,38,7,24,11,9,28],mkcobx:2,singl:[12,4],unless:[12,38,11,4,2],allow:[29,17,31,1,2,4,34,12,37,35,20,22,33,38,7,8,9],descriptivebranchnam:28,who:[15,2,32,4,12,22,38],patch_howto:[],s_client:33,eight:2,tandcmd:[],why:[],getchaninfo:12,url:[12,9,2],urn:28,request:[2,4,6,12,22,33,38,8,11,9,28],pipe:7,pidfil:2,snapshot:9,determin:[31,34,12,33,7,24],occasion:19,nethack:15,fact:[8,9],text:[15,30,2,3,34,12,5,27,22,33,38,9],verbos:12,bring:19,logflag:2,anywai:[33,34,2],locat:[33,28,2],sh5:[],forev:2,should:[37,31,1,2,6,32,33,4,34,19,12,5,27,22,23,38,7,40,9,28],haschanrec:12,won:[1,2,34,12,27,22,33,7,11,9],suppor:2,local:[2,32,19,12,33,27,28],ksh:[],meant:19,insight:18,contribut:28,notat:2,beat:[31,19],familiar:9,bear:9,autom:[8,9],washalfop:[12,15],db8:[38,2],increas:[34,2],dccutil:[],endless:22,enabl:[17,2,4,34,19,12,35,27,22,33,38,7,24,8,9,40],she:[12,19],contain:[31,2,19,12,33,7,24,9,28],grab:12,view:[12,17,34],notebox:12,unimport:2,knowledg:[8,31],killutim:12,chanfil:[30,22],hook_idl:34,dccsimul:12,entitl:15,nforceban:[],statu:[30,2,34,12,22,8,9],correctli:[12,31],module_load:34,dynamicban:[12,22],boundari:23,dll:[],favor:1,written:[12,8,19,34],uhost:[12,27],progress:9,email:[12,28,9,2],kei:[],sigil:12,job:33,entir:[12,34],disconnect:[12,38,1,2],hook_pre_rehash:34,addit:[],revers:12,schat:[33,2],equal:12,rem_builtin:34,etc:[15,30,2,17,4,34,12,27,22,7,24,8,9,28],admit:35,instanc:22,freeli:[8,9],sigterm:12,strftime:[12,2],comment:[12,25,4,27,2],ld_libraryn32_path:[],wall:12,arriv:12,chmod:[31,2],walk:31,gotdcc:[],incess:8,hubcap:15,respect:[23,3],unsticki:11,admin:[3,19,2],home2:[],quit:[12,38,9,2],mailman:9,decent:34,sendnot:12,compon:12,treat:12,loadmodul:[29,16,0,1,2,39,6,4,34,19,12,37,13,20,22,23,38,25,35,40],immedi:[12,38,27,9],lameshar:7,ldld:[],mnot:1,deliber:33,exemptlist:12,therequir:33,togeth:[17,31,2,38,8,7,9],myword:4,crappi:12,userhost:27,plain:[33,2],killban:12,keyout:33,defin:[15,2,6,4,34,12,20,22,27,38,7,11,9],wild:12,ill:12,func_nam:34,helper:27,getdir:12,almost:[15,8,11,9],site:[15,9,34,19],addchanrec:12,archiv:[9,28],incom:[12,37,34,2],revis:[0,1,2,3,4,5,6,7,8,9,17,11,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],parti:[],member:[22,34],add_hook:34,regluar:12,countus:12,inc:[19,9],slave:7,hostnam:[2,18,34,12,22,23,24],denot:12,iot:[],upon:[15,8,9],effect:[12,37,11,2],logfil:[30,2,19,34,12,25],setlink:12,build:[],expand:[8,9],off:[31,2,32,4,12,22,38,7,27],center:3,mention:34,well:[31,2,18,12,33,9,28],ld_library_path:[],thought:9,command:[],english:[30,2],undefin:[],latest:[17,18,9],"5c0":[38,2],less:[32,6],boot:[12,2],botcmd:[],filedb:[12,37],fdb1:[],abat:27,rest:[12,7,31,34,2],simultan:[12,35],chandname2nam:12,web:[19,34,2],function_to_cal:34,chpt:12,bell:12,makefil:[31,19,34,28],validus:12,add:[17,31,2,4,34,12,27,22,7,9,28],exempt:[],kick:[15,30,2,4,12,22,38],gmt:[12,2],killtim:12,dest:[31,2,19,12,33,9],piec:31,five:12,know:[29,30,31,2,18,4,34,12,27,38,7,11,9,28],password:[17,1,2,32,4,34,12,33,38,7,39],pier:31,desc:[12,34],insert:[3,22],like:[15,2,17,6,32,4,34,19,12,37,27,22,33,8,39,9,28],finnish:2,likm:22,necessari:[22,9],lose:[18,22,9],lamest:[7,3,22,2],page:28,unreach:7,exceed:2,drop:[12,31,2],reloadhelp:12,suppli:2,"export":30,yyyymmdd:2,flush:1,proper:24,guarante:4,librari:[33,19],tmp:[12,35,2],est:2,leaf:[33,7,2],avoid:[23,34,2],validchan:12,thank:[9,28],chanexempt:12,leav:[31,2,32,19,12,22,38],ipv4:[24,2],kiddi:2,mode:[17,2,4,34,12,6,22,38,11,9],slight:9,dcc:[],vhost:[24,2],host:[15,22,2,12,27,7,33,38,8,11,9],although:[18,4,2],offset:2,protectop:22,stage:34,actual:[2,32,34,12,8,9],socket:[12,34,2],column:3,irix:[],del_hook:34,cerfif:2,modechang:12,cflag:[],filedb_upd:[],botaddr:12,disabl:[2,4,12,22,33,38,24],own:[30,1,19,34,12,9,37,38,27],automat:[15,31,17,2,19,12,33,38,11,24,7,40],warranti:9,automak:[],capath:[33,2],mere:9,getdccawai:12,killdcc:12,transfer:[],trigger:[12,38,27,22,34],downgrad:9,arg1:12,"var":12,"function":[],iconfig:[31,9,34],unexpect:12,subscrib:9,hook_num:34,gain:[15,8,19,9],botmsg:[],buf:4,bug:[31,18,19,9,8,27,28],count:[12,38,18,27],made:[31,1,12,22,8,9],wise:[9,2],temp:[12,2],whether:[12,2],wish:[31,2,4,34,7,25,11,9],displai:[38,3,4,40,2],troubl:[23,2],asynchron:[12,23,34],directori:[],below:[1,2,18,34,12,22],limit:[17,4,12,22,38,24,9],otherwis:[31,2,12,9,33,11,7,27,40],problem:[],instead:[15,30,1,2,4,12,37,27,22,33,9],matchstr:12,evalu:12,"int":[12,34],mask:[12,38,2],dure:[31,20,18,34,1],pid:[12,2],meaningless:15,novemb:1,implement:2,ing:4,probabl:[12,38,19,9],contest:34,dispos:12,percent:3,detail:[33,31,9,34,28],virtual:2,other:[1,2,3,4,33,7,8,9,17,11,12,15,18,19,22,23,24,28,29,30,32,34,38,39],lookup:[12,23,24,18,2],futur:[12,31,4,19,2],branch:[9,28],varieti:[8,9],repeat:[12,9],addbot:12,putnow:12,june:[12,17,7],isbotnick:12,uncommon:18,wallop:[12,2],stai:12,experienc:31,bch:9,eof:12,lamer:2,channelflag:12,rule:9,portion:[12,31,22,34],decemb:[17,30,0,32,8,27]},objtypes:{},objnames:{},filenames:["coreDocs/woobie","coreDocs/share","coreDocs/core","appendices/text-sub","coreDocs/irc","appendices/known-probs","coreDocs/ctcp","mainDocs/botnet","mainDocs/about","installAndSetup/readme","index","mainDocs/bans","mainDocs/tcl-commands","coreDocs/seen","mainDocs/index","mainDocs/users","coreDocs/assoc","mainDocs/features","appendices/weird-msgs","installAndSetup/faq","coreDocs/compress","installAndSetup/index","coreDocs/channels","coreDocs/dns","mainDocs/ipv6","coreDocs/uptime","appendices/index","appendices/first-script","mainDocs/patch","coreDocs/notes","appendices/tricks","installAndSetup/install","mainDocs/partyline","mainDocs/tls","coreDocs/modules","coreDocs/transfer","coreDocs/index","coreDocs/filesys","coreDocs/server","coreDocs/blowfish","coreDocs/console"],titles:["Woobie Module","Share Module","Eggdrop Core Settings","Textfile Substitutions","IRC Module","Known Problems","CTCP Module","Botnet Sharing and Linking","About Eggdrop","README","Welcome to Eggdrop's documentation!","Bans, Invites, and Exempts","Eggdrop Tcl Commands","Seen Module","<no title>","Users and Flags","Assoc Module","Eggdrop Features","Weird Messages That Get Logged","Frequently Asked Questions","Compress Module","<no title>","Channels Module","DNS Module","IPv6 support","Uptime Module","<no title>","Your First Eggdrop Script","Patch How-To","Notes Module","Eggdrop Tricks","Installing Eggdrop","The Party Line","TLS support","Eggdrop Module Information","Transfer Module","<no title>","Filesys Module","Server Module","Blowfish Module","Console Module"],objects:{},titleterms:{code:[],module_report:34,help:9,execut:2,global:12,obtain:9,tcp:12,tcl:12,miscellan:12,bottre:7,window:31,program:34,exempt:11,mail:9,main:10,match:12,"return":12,get:[18,9],faq:[],school:28,ssl:[33,2],botnet:[33,7,2],requir:[31,34],term:7,list:9,authent:33,patch:28,stuff:9,module_clos:34,quick:[31,9],output:12,eggdrop:[10,30,31,2,17,34,12,27,8,9],overview:31,compil:[],certif:33,set:[33,10,24,9,2],old:28,startup:[31,9],procedur:12,connect:12,instal:[33,10,24,31,34],download:28,bore:9,server:38,variabl:12,what:[7,31,9,34],legal:9,substitut:3,module_start:34,irc:[33,4],woobi:0,core:[10,2],iwelcom:[],kei:33,advanc:2,manipul:12,usag:[33,24,9],dcc:[12,33,2],ban:11,ask:[31,19],path:2,valu:12,addit:34,about:[33,8,24],invit:11,bot:7,weird:18,frequent:[31,19],first:27,via:28,appli:28,modul:[29,10,16,0,31,1,2,39,6,4,34,12,37,13,20,22,23,38,25,35,40],prefer:28,module_expmem:34,submit:28,diff:28,guid:[],your:27,git:9,log:[18,2],script:[33,27,2],transfer:35,support:[33,24],question:[31,19],upgrad:9,messag:18,notic:9,includ:34,basic:2,type:12,"function":34,consol:[40,2],appendic:10,readm:9,ipv6:24,telnet:2,flag:[15,7],link:7,crontab:9,known:5,line:[32,9],filesi:[12,37],blowfish:39,module_t:34,setup:10,charact:12,trick:30,record:[12,7],problem:5,autobotchk:9,control:12,featur:17,creat:28,share:[7,1],indic:[],textfil:3,file:2,tabl:[],seen:13,cygwin:31,welcom:10,secur:33,ctcp:6,parti:32,make:7,uptim:25,note:[12,29],how:[9,34,28],document:[10,9],channel:[12,22],compress:[12,20],botflag:7,assoc:[12,16],user:[12,15,7],why:34,github:28,directori:2,bind:12,inform:34,exampl:7,command:[12,9],incorpor:[]}}) -======= -Search.setIndex({envversion:42,terms:{interchang:24,four:[12,24,4,22,2],secondli:12,prefix:[2,32,5,12,33,38],msgm:[12,38],oldest:12,hate:15,partylin:[15,30,2,7,12,33,9,40],whose:[12,8],accur:12,"const":7,aug:12,swap:18,under:[12,17,3,10],worth:31,tcl7:19,digit:[33,2],everi:[15,31,2,5,7,19,12,22,38,3,24,8,10,28],risk:[38,10],"void":7,voic:[12,15,3,22,10],autoconfigur:31,tcl8:[],putbot:12,smack:19,stickinvit:12,appar:[],school:[],unrest:3,cmd:2,tclsh:[19,10],verif:[33,38,2],zlib:[],direct:[12,9,7,28],second:[30,2,5,34,12,35,7,22,23,38,10],valiant:[3,10],botport:9,even:[17,2,3,32,5,7,12,9,8,10],file_send:12,neg:[12,23,2],"new":[17,30,2,32,7,12,33,24,10,28],net:[38,31,5,10],ever:[12,33,18,2],kilobyt:2,behavior:[2,5,34,12,8,24],mem:12,never:[2,19,12,22,10,28],here:[29,30,2,5,34,12,37,35,27,22,23,38,9,8,10,28],kicker:12,path:[],auch:7,interpret:[31,18,4,12,6,24],getchanjoin:12,ontkickop:[],noemail:10,militari:2,anymor:[39,7,2],credit:[12,28],permit:12,aka:2,portrang:2,userinvit:22,portabl:[],whatnot:10,getchan:12,seven:22,unix:[17,3,31],printf:7,txt:19,highli:[38,31,19],ithi:[],describ:[9,2],would:[2,4,34,12,33,9,10,28],program:[],call:[31,2,19,7,12,6,27,9,3,10],typo:12,recommend:[30,35,19,22,7],type:[],until:[2,19,12,22,8,10],relat:[7,12,22,24,10,28],haha:10,notic:[],warn:[12,7,10],warm:28,relai:[12,9,3,10,2],isbansticki:12,hole:2,hold:[12,1],unpack:3,must:[31,2,5,7,12,33,22,23,38,9,10],join:[29,15,32,17,2,18,5,7,12,40,22,8,27],banlist:12,setus:12,setup:[],work:[31,1,2,19,34,12,6,13,27,22,7,33,9,24,8,10,28],onjoin:29,root:37,novic:[3,10],give:[15,32,31,17,2,12,27,22,38,9,10],autodetect:33,matchinvit:12,caution:12,unavail:[38,2],want:[29,30,31,2,5,7,19,12,33,35,27,22,23,38,9,37,3,10,40],ultrix:[],stickban:12,end:[31,2,4,7,12,27,28],quot:[],jwilkinson:18,how:[],hook_secondli:7,disappear:10,env:2,answer:[38,3,31,34],verifi:[33,38,2],negoti:[12,33],config:[1,2,4,5,23,7,9,8,10,12,20,22,33,24,25,27,29,30,31,34,35,37,38,40],updat:[17,2,7,6,10,28],recogn:[15,5,38],goober:12,x509:[33,2],after:[30,31,2,5,7,12,27,22,33,38,8,10],befor:[29,31,1,2,5,7,12,33,35,22,23,38,3,9,10],wrong:19,substant:10,demonstr:[0,7],attempt:[31,2,5,12,22,33,38,9,8],third:[12,9],greet:[3,22,10],exclud:12,recompil:[28,5,19],maintain:30,environ:[17,2],incorpor:[],enter:[31,2,32,12,22,33,28],exclus:[12,38],order:[12,23,33,2],oper:[2,4,19,34,12,38,24],placefield:[],xlib:[],offici:10,fall:33,becaus:[2,18,7,12,38,3,10],privileg:[15,3,10],affect:[12,17,24,22,2],ormal:[],flexibl:[12,17],digest:12,fix:[31,2,18,19,7,12,6,3,10,28],better:[13,31,19,7,2],chattr:[12,15],hidden:17,easier:31,notefil:[12,29],savechannel:12,them:[29,15,30,31,1,2,17,5,34,19,12,35,7,22,23,38,9,24,3,10,40],thei:[29,31,1,2,5,34,19,12,8,7,22,33,38,9,3,10,40],proce:12,safe:[],"break":12,octal:2,interrupt:6,lixom:19,choic:10,grammar:10,dload:35,dumpfil:12,timeout:[23,38,35,7,2],each:[29,15,30,2,17,32,7,12,35,22,37,9,3,10],debug:[31,2,7,12,25,27],european:2,side:[12,33,2],mean:[17,2,3,18,5,19,12,27,33,38,9,24,8,10],prohibit:2,autohead:28,resum:12,upload:[17,30,7,12,37,10],sdcc:33,extract:[],unshar:15,network:[2,4,5,12,38,3,10],goe:[31,32,12,22,33,9,8],invitemask:12,content:[14,36,26,21],botaddress:12,got:[12,18],killassoc:12,noqueu:12,situat:9,infin:2,hook_read_userfil:7,standard:[15,18,5,7,19,12,33,35,23,27],tcldcc:[],hand:[12,3,27,2],md5:[12,39,7],sigkil:12,newus:2,openssl:[33,31,2],filter:6,heck:[19,10],isn:[1,7,12,37,38,8,25,10],rand:12,shlib_path:[],independ:[],putallbot:12,nactiv:[],restrict:[12,38,4,10,2],hook:7,instruct:7,alreadi:[31,2,7,12,22,38,9,27],wasn:12,undernet:[12,38,5,10,19],primari:[38,2],ltcl8:[],modes_per_line_max:5,backdoor:19,top:[31,10,28],sometim:[38,10],yesterdai:2,underlin:[12,4],master:[15,2,4,12,9,8],too:[2,5,7,12,35,10,38,3,27],dprintf:7,john:[19,10],listen:[12,33,9,24,2],danish:2,consol:[],tool:[31,28],sha1:33,ntik:12,technic:10,isperminvit:12,target:[12,19],keyword:12,provid:[1,2,5,23,7,3,10,12,13,16,19,20,22,33,24,28,29,34,35,37,38,40],tree:[3,10,28],zero:12,stackabl:12,project:[],matter:[23,10],flame:10,minut:[2,18,5,7,12,22,8,10],ebai:2,file_send_pend:12,mind:19,rfc1459:12,raw:[12,2],miniatur:32,seen:[],seem:18,minu:22,getsocknam:[],strength:[],hub:[33,9,1,2],unresolv:19,resetchan:12,thorough:7,client:[12,33,38,27,2],transmit:38,simplifi:12,idx2hand:12,though:[12,33,38],usernam:2,object:19,addlang:2,first_script:19,regular:[12,33,19,22],letter:[15,18,10,2],bsd:[],passthru:2,don:[30,31,1,2,32,5,7,19,12,33,27,22,23,38,9,37,10,28],doc:[31,2,32,19,7,12,10,38,3,27],alarm:[12,6],doe:[15,31,2,32,18,19,12,6,22,33,8,10],declar:12,wildcard:[12,22],enclos:[12,24,22],dot:32,random:[12,38,9,22],syntax:[15,2],radic:10,protocol:[12,33,2],my_talk_handl:27,absolut:[12,15,3,10],nobodi:[19,27],matchexempt:12,explain:22,configur:[0,1,2,5,23,7,10,13,16,19,20,22,33,24,25,27,28,29,31,34,35,37,38,39,40],busi:[18,27],rich:[3,10],folder:7,oct:33,tcl_appendresult:19,stop:[18,5,7,19,12,22,3],module_renam:7,jupe:12,report:[25,30,18,7,10],ldl:[],bar:12,impli:[7,10],bandwidth:[7,20],"public":[15,2,12,33,3,10],reload:12,bad:[15,18,22],baa:27,ban:[],septemb:23,respond:[12,18,27,22],botnick:[12,38,2],vali:12,result:[12,38,8,2],respons:[12,38,10],fail:[2,18,19,12,33,23],themselv:[30,9,5],best:[12,9,19,10],subject:[33,28],awar:12,said:[12,9,27],notcproc:12,hopefulli:[12,31,10],databas:[12,37,27],figur:31,finger:34,awai:12,irc:[],attribut:[12,15,9,8,28],accord:[12,15,10],manpag:2,newnam:12,extens:[31,28],lazi:5,advertis:[3,19,10],shl_load:[],ircop:[5,22],setsockopt:[],protect:[15,31,2,22,33,38,3,8,10],mildli:18,fault:[6,7],howev:[2,18,19,34,12,33,38,10],enforceban:22,against:[12,38,19,22],fno:[],login:2,com:[2,7,12,13,33,38,9,10],col:4,old_module_nam:7,rehash:[12,7,27,2],had:[31,2,18,12,22,9],hook_backup:7,formatstr:12,diff:[],trust:[15,19,10,2],assum:[12,38,8,27,2],summar:38,reveng:22,dhave_sys_dir_h:[],three:[12,38,9,8,2],been:[17,2,18,5,7,19,12,38,3,8,10],much:[31,32,19,7,12,10,27],numberlist:12,interest:10,basic:[],unstick:8,quickli:[6,2],mco:[12,2],life:[29,10],otherdir:31,worker:31,telnet:[],ani:[29,15,31,1,2,17,32,18,5,7,19,12,27,33,38,3,40,8,10,28],input:12,botattr:[12,9],rang:2,killmemb:18,ident:[12,38,24,5,2],aix:[],gnu:[3,31,20,10],servic:[7,22],serverror:38,sourceforg:[],calcul:38,publicli:25,alltool:2,privatekei:[33,2],stickexempt:12,valididx:12,spawn:3,ishalfop:12,egg_lang:2,channame2dnam:12,conf:[33,31,19,10,7],module_nam:7,sever:[30,18,19,34,12,7,3,10],grown:3,dispos:12,disabl:[2,5,12,22,33,38,24],userlist:[12,13,5,1,7],perform:[15,31,12,22,3,10],suggest:[19,10,7],make:[],transpar:2,quann:[13,7],complex:12,split:[32,4,5,12,22,24],ldopen:[],complet:[15,31,1,17,12,22,33,10,28],hang:[23,7],pubm:[12,38],yourbot:30,rais:[38,22],topc:12,techniqu:30,kept:[8,2],botnetop:22,scenario:9,thu:12,thr:2,contact:2,resetban:12,thi:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,16,18,19,20,22,23,24,25,27,28,29,30,31,33,34,35,37,38,39,40],gzip:[12,20],everyth:[12,31,19,10],shl_findsym:[],left:[12,18,5,28],identifi:[12,15,2],just:[30,31,1,2,32,18,5,7,19,12,37,23,3,9,10],"_always_":2,hand2idx:12,dhave_dirent_h:[],human:10,sockread:[],yet:[12,38,18,2],languag:[17,30,19,2],previous:12,easi:[12,33,10],elf:19,spread:2,els:[12,32,19,27],save:[17,1,2,20,12,7,22,9,40],applic:[12,10,2],advis:[38,31],mayb:[19,27,2],killignor:12,boldfac:12,background:10,loadhelp:12,apart:[12,7,2],measur:38,daemon:2,ctime:12,specif:[15,5,7,12,33,22,23,38,9,24],arbitrari:12,manual:[2,19,12,33,9,24],remind:2,www:[13,31,7,10],right:[12,0,7],old:[],pl1:12,exemptmask:12,interv:12,maxim:2,flud:12,intern:[12,38,27,2],toctre:[],inact:[35,22],successfulli:[12,7,10],total:[12,17,7,22],fpic:[],revengebot:22,track:[37,31,18,7],delhost:12,core:[],plu:[12,33,38,22,2],bold:[12,15,4,10],rfcequal:12,insecur:22,burn:31,netsplit:[12,17,18,5,2],repositori:10,peer:[33,38,2],cygssl:[],geteggdrop:10,obj:[],protectfriend:22,simul:[12,10,2],s_client:33,eight:2,produc:[12,2],bounc:5,"float":19,guppi:12,bound:[12,2],down:[31,18,19,12,9,3,10],ischaninvit:12,storag:[40,7],east:2,accordingli:38,deal:[12,15,2],wai:[31,2,32,19,7,12,27,33,38,9,8,10],support:[],fight:22,avail:[17,2,32,7,12,22,24,25,10],width:4,reli:12,msgcmd:[],dcclist:12,constantli:7,war:3,fork:28,head:2,genrsa:2,forc:[31,1,2,12,22,33,40],cidr:[12,2],freenod:10,dynamicexempt:[12,22],reset:12,putcmdlog:12,maximum:[29,37,2,5,12,33,35,22,23,38],tell:[12,9,19,27,2],sampl:22,autoconf:[31,28],featur:[],openbsd:24,turbo:35,decrypt:12,exist:[15,18,7,12,38,3,10],hook_minut:7,check:[2,7,12,10,22,33,38,27],sticki:[12,8],readonli:7,encrypt:[17,7,12,33,9,39],when:[31,1,2,32,18,5,7,19,12,6,40,22,33,38,8,24,39,10,28],pidfil:2,flood:[29,15,2,17,34,12,22,38,9,3,10],test:[15,27],dirent:[],node:33,intend:[12,17,8,31,28],chjn:12,intens:38,consid:[12,8,32,10,2],getop:22,lsocket:[],receiv:[19,12,37,23,38,9,27,28],longer:[12,31,5,10,7],sock:[7,2],anywher:[12,32],pathnam:12,maxdepth:[],time:[30,31,1,2,18,32,4,5,8,19,12,33,35,22,23,3,9,10],push:[12,28],maxsend:23,daili:12,chain:[33,2],skip:10,logfilenam:2,global:[],signific:[7,10],skim:10,per:[12,5],netbsd:24,milk:15,lld:[],depend:[15,2,7,12,33,8],puthelp:12,flash:4,readabl:10,module_entri:7,opportunist:33,nxdomain:23,misc_fil:[],sourc:[30,31,2,19,7,12,10,33,27,28],string:[12,7,5,27,2],unfamiliar:27,octob:[38,22,2],word:[12,5,27],brows:27,myownevent123:12,eden:12,administr:19,level:[12,15,20,2],did:10,die:[12,7,10],item:12,team:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],quick:[],dir:[12,19,10],prevent:[29,5,19,12,22,33,9,24,3,10],slower:2,sign:[12,33,38,4,2],ufl:12,port:[1,2,12,33,23,38,9,24,10],rej:28,appear:[12,9,2],iscompress:12,scripter:9,repli:[2,5,7,12,34,23],deludef:12,killexempt:12,str_protect:7,current:[29,2,32,4,5,7,12,37,33,39,10,28],privmsg:[12,27,22],ground:2,unban:[12,22,2],gener:[18,19,12,27,33,3,10],french:2,explicitli:33,modif:12,address:[29,1,2,12,9,24,25,28],along:[],setdesc:12,wait:[2,5,7,12,35,23,38],box:2,togeth:[17,31,2,38,9,3,10],invit:[],bot:[],finnish:2,queue:[12,38,7],behav:12,myvar:30,commonli:[12,2],overrid:[33,24,1],love:27,getinfo:12,hook_rehash:7,modul:[],prefer:[],myip:12,fake:12,instal:[],post:10,haschanrec:12,memori:[12,17,18,7],etiquett:10,todai:12,handlen:12,msg:[17,2,32,5,7,19,12,13,38,10],scope:27,hook_5minut:7,checkout:28,capit:[18,10],peopl:[29,15,1,2,17,32,4,5,12,22,37,38,3,10],enhanc:7,tandem:[],accept:[1,2,19,12,33,9],examin:7,effort:[3,10],easiest:19,local:[2,32,19,12,33,27,28],prepar:9,cap:7,uniqu:2,cat:[],descriptor:[],botnam:[12,9],whatev:[17,31,2,4,12,10],purpos:[0,2,7,9,25,3,10,28],overwritten:[12,2],cmd_t:7,slightli:[],topic:[12,27],abort:[12,33],occur:[12,18,5],alwai:[31,12,22,3,8,10,28],differenti:12,multipl:[17,2,7,12,9,3,10],get:[],ping:34,modulenam:7,uptim:[],write:[0,2,7,12,10,27],till:12,anyon:[12,8,22,10],map:[],birthdai:2,lastbind:12,max:[29,2,5,35,37,38],clone:[22,10],usabl:[37,7],mac:24,aop:22,mai:[30,2,18,5,20,19,12,35,27,22,37,9,24,10],drastic:[12,7],protecthalfop:22,data:[12,22,19,1,7],man:2,masktyp:12,washalfop:[12,15],stress:10,autotool:28,gethostnam:[],stdio:7,newidx:12,inform:[],"switch":[12,33,30,7,2],preced:[12,33],combin:[12,17],offend:19,ordinari:[12,33],talk:[17,32,27],midnight:2,ttl:23,nsl:[],cold:28,still:[17,31,1,2,19,12,22,10],pointer:[17,31,4,10],cvsroot:28,dynam:[12,8,31,19,22],ethic:2,group:[12,2],monitor:[12,8],putloglev:12,instantli:38,platform:[3,10,2],window:[24,27,10],logmod:7,dhave_sys_select_h:[],mail:[],main:[],meridian:2,limbo:2,non:[33,18,5,7,12,6,22,23,38,9,8],chaninvit:12,encod:[12,4],initi:[12,33,24,7,27],now:[15,31,2,5,12,6,33,9,24,3,10],isjup:12,discuss:10,ignorelist:12,name:[16,31,2,7,12,6,38,27,28],didn:[19,28],separ:[17,30,31,2,7,12,38,9,24],killchanban:12,januari:[29,16,35,39,13,40,25,10],vhost:[24,2],compil:[],domain:[23,9,10],replac:[2,4,7,12,22,38],arg2:12,continu:[12,18],setchan:12,contributor:28,year:[12,3,10,2],happen:[2,18,19,12,27,8,10],bothandl:27,tcl_string:7,hacker:19,shown:[18,2],accomplish:31,space:[12,3,35,10,2],passwdok:12,internet:[12,33,3,10],correct:[31,18,10,2],she:[12,19],lag:[32,2],userinfo1:2,setflag:12,argn:12,org:[31,2,7,12,9,25,10,28],"byte":[12,38,35,5,7],care:[12,28,2],newnick:12,couldn:12,globalflag:12,synchron:33,thing:[0,31,2,18,19,7,12,6,9,10,28],place:[31,2,19,7,5,12,22,33,8,10],nicknam:[15,30,2,18,4,12,33,38,27],think:15,frequent:[],first:[],origin:[12,38,10,28],directli:[12,22,19,1,7],spoken:12,onc:[18,5,19,12,27,22,37,38,10,28],yourself:[33,3,19,28],nick2hand:12,submit:[],open:[2,32,19,12,10,33,27,28],size:[12,37,35,7,2],given:[12,23,10],silent:2,module_regist:7,caught:[12,10],necessarili:12,encpass:12,userinfo:[12,34],conveni:2,friend:[15,22],rem_tcl_command:7,tclhash:[],especi:[27,10],copi:[12,35,27,10,7],specifi:[29,17,1,2,18,37,7,12,33,22,23,38,8,24],broadcast:[12,32],github:[],hup:12,mostli:10,than:[2,19,34,5,12,22,33],serv:2,wide:[33,32],yourusernam:28,getown:12,were:[2,5,12,9,8,10],posit:[7,2],janitor:15,seri:[12,28],pre:[12,19,10],sai:[19,12,27,22,9,10],autohalfop:22,argument:[12,5],himself:10,deliv:12,cflg:[],getfileq:12,nelin:[],squar:24,destroi:[3,10],moreov:2,module_depend:7,libpath:[],note:[],take:[31,2,19,7,12,33,38,25,10],notc:12,noth:[12,19,7,2],channel:[],begin:[12,24,27],sure:[2,12,10,22,9,27],pain:35,trace:38,normal:[30,2,34,12,33,27,23,38,3,7,10],buffer:1,compress:[],frim:7,abus:[3,10],pair:12,gunzip:10,compressfil:12,renam:[12,30,7,2],renudef:12,later:[29,31,2,39,7,12,33,25,10],thse:5,erasenot:12,badg:15,pattern:12,newchaninvit:12,recipi:12,signoff:12,show:[2,7,12,22,9,25,10,28],german:2,concurr:2,permiss:[10,2],hack:19,filesend:12,evnt:[12,38],onli:[0,1,2,3,4,5,8,9,10,12,13,15,19,22,33,24,25,27,28,29,30,31,32,7,38],slow:[18,2],mode_proc:12,favor:1,activ:[32,18,12,22,33,8],behind:[18,2],needal:12,tlsstatu:12,unloadmodul:12,over:[30,2,7,12,33,38,24,10,28],sighup:12,nearli:19,variou:[31,2,7,12,8,10],dynamicinvit:[12,22],ircd:[12,38,18,5],chanexempt:12,repo:28,ssl:[],cannot:[15,3,19,7,28],utoop:[],requir:[],prime:2,lame:[2,5,19,12,22,9],egghead:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],dronepup:12,tcllibfn:[],where:[29,17,37,2,19,7,12,33,27,22,23,38,10],isoptest:22,ircnet:[22,38,5,10],hook_daili:7,callev:12,infinit:37,detect:[12,33,24,19,38],matchban:12,you_want_to_export:7,enough:[12,10,2],listinfo:10,add_tcl_str:7,between:[29,1,2,7,12,22,38,9,24,10],"import":[12,32,7,27,2],across:[12,30,9,3,10],august:5,screen:[4,10,28],ssllib:33,collect2:[],come:[12,38,5,10,7],unld:12,cycl:[38,22,2],vista:24,quiet:[15,38,2],tout:12,mani:[2,5,7,12,27,22,23,38,9,3,10],module_undepend:7,color:[12,10],period:[12,6,23,7],exploit:19,botisvoic:12,colon:[24,2],cancel:12,typic:[12,17,32,19,2],newchanban:12,caret:18,getflag:12,coupl:[12,10],harmless:19,west:2,hardli:18,invers:4,mark:[12,15,17],sslcert:[33,2],getdesc:12,resolut:2,ispermexempt:12,stealth:2,those:[19,20,6,7,38,10],"case":[12,23,38,19,2],blowfish:[],userport:9,mount:35,no_irc:[38,7],cast:[],invok:12,fil:12,abcdechannel:12,anytim:6,advantag:30,stdout:7,henc:[12,19,7],everydai:2,worri:[],dccsend:12,eras:[12,3],"return":[],ascii:12,chansettyp:12,any_other_funct:7,develop:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],author:[33,2],alphabet:2,dalnet:[38,5,10],same:[30,31,2,4,5,20,19,12,7,22,33,9,3,10],binari:[31,19,28],html:[24,10],pad:12,pai:[12,10],document:[],resetchanjoin:12,week:12,exhaust:12,finish:[12,10],ischanjup:12,someon:[18,5,19,12,27,22,10],weed:[19,10],driven:12,capabl:2,improv:[3,10],extern:2,autovoic:[15,22],appropri:[28,31,2],macro:7,without:[17,31,2,18,19,34,12,7,22,33,9,39,3,10],ieggdrop:[],dereferenc:[],comment:[12,25,5,27,2],execut:[],putkick:12,kill:[12,27,18,19,10],ld_library_path_32:[],death:31,trigger:[12,38,27,22,7],except:[2,7,12,34,33,38,10],littl:[9,31,30],matchaddr:12,pile:19,real:[12,38,7],around:[3,19,27],read:[31,2,4,7,12,6,27,3,10],rejoin:12,pushmod:12,traffic:[12,30,2],moc:12,world:[3,10,2],oldnam:12,mod:[12,13,31,7,2],tolow:27,whitespac:12,integ:12,server:[],either:[31,2,19,12,33,9,24,8,10],output:[],cfox:10,manag:[37,7],sneaker:31,botchk:[31,10],handshak:12,constitut:[38,22,2],dupwait:2,confirm:28,someircnetwork:2,exit:[12,38,7,10,40],apostroph:32,islink:12,refer:[12,7,2],process:[31,18,19,20,12,9,3],power:[17,10],imposs:3,egghelp:[31,10],fulli:2,mailman:10,earlier:19,src:[12,31,5,7,28],stone:38,central:[37,2],greatli:[],chof:12,chon:12,numvers:12,stand:[3,10],act:[12,17,33,7,2],backup:[12,7],routin:[12,5,2],addus:12,activest:10,dnslookup:12,unstickban:12,strip:[12,2],your:[],log:[],area:[15,30,2,7,12,37],aren:[12,6,30,10,2],tcl_cmd:7,negcach:23,overwrit:12,start:[0,31,2,32,4,19,7,12,27,38,9,39,3,10],compliant:[38,5],interfac:[12,2],rmdir:12,lot:[27,31,5,10],ipv6:[],strict:2,unam:12,untar:10,jun:28,prerehash:12,jul:[24,7,10,28],ldnshread:[],lnsl:[],faster:12,pull:[10,28],possibl:[31,2,32,18,19,34,12,22,33,24,10,28],"default":[31,2,5,20,12,33,22,23,38,8,10],halfop:[12,15,22],embed:12,connect:[],gone:[12,5],displaynam:7,uid:[33,2],creat:[],filt:[12,7],certain:[15,17,2,4,12,8,24],decreas:2,file:[],fill:[33,28,10,2],again:[31,2,7,9,25,8,10],collid:18,ctcp:[],ctcr:12,hybrid:38,prepend:2,field:[12,33,38,2],valid:[17,31,2,7,12,22,33,38,9,27],ignor:[17,1,2,34,12,38,3,9,10],you:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,18,19,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],string2:12,string1:12,cygcrypto:[],symbol:[12,18,19],drift:18,handonchan:12,ansi:12,fresh:2,timerid:12,reduc:7,unbind:[12,30,5,2],unload:[12,7],botfl:12,descript:[12,28,7,2],nodesynch:22,mass:10,cpu:[12,38,2],nmalloc:7,putserv:[12,27,22],all:[1,2,5,23,7,9,8,10,17,12,15,18,19,22,33,24,27,28,30,32,34,37,38],forget:[12,7,28],tcl_int:7,sanitycheck:2,month:[12,2],getchanhost:12,add_builtin:7,disc:12,suno:[],abil:[12,17],follow:[30,31,2,4,5,7,12,22,33,38,9,10,28],alt:[38,2],disk:[17,2,12,35,3,10],prdownload:[],hook_load:7,dyld_library_path:[],init:[12,38,2],foster:[],smile:31,introduc:[12,10],liter:7,masquerad:2,song:12,fals:[12,18],unixtim:12,mpj:12,util:[31,10],utim:12,robei:[15,31,4,10,17],failur:12,veri:[15,17,2,18,7,13,27,38,10],unoffici:24,quakenet:10,strang:18,botisop:12,gayteen:3,heaven:31,list:[],adjust:[3,5,10],form:[12,3,4,7,10],func_tabl:7,small:[9,35,31,30],ten:10,getchanidl:12,unsatisfi:[],past:[7,10,2],rate:38,design:[17,3,10,28],pass:[12,32,18],further:12,what:[],sub:12,clock:18,sun:2,section:[2,19,7,5,12,27,22,9,10],abl:[31,2,32,18,5,7,22,38,10],delet:[12,30,10],version:[31,4,5,34,19,12,6,7,33,3,24,25,10,28],run:[31,2,18,4,19,7,6,22,33,38,9,3,10,28],dp_help:7,helpfil:12,libtcl80:19,method:[30,39,5,7],hasn:38,full:[12,33,24,31],hash:[],shouldn:7,free:[7,10],solari:[],excess:[38,22,10],strong:2,modifi:[30,2,5,12,23,28],valu:[],search:7,sender:12,ahead:3,fwd:29,prior:31,amount:[7,10,2],starttl:[12,33],splt:12,action:[12,2],via:[],reiniti:12,cafil:[33,2],filenam:[29,2,12,22,33,28],famili:2,establish:[12,33,24,27],memor:31,select:[17,28,10,2],aggress:[9,19],ctrl:12,regist:22,two:[30,1,2,5,7,12,9,8],loadchannel:12,new_module_nam:7,taken:[12,7],kick:[15,30,2,5,12,22,38],forcefulli:33,minor:[12,7],more:[17,31,2,5,34,19,12,13,7,33,9,10],flat:12,desir:7,hundr:19,ital:12,mirc:[12,38],stick:8,particular:2,known:[],unloadhelp:12,destin:[12,7],cach:[12,23],none:[29,16,0,35,12,13,22,23,38,39,40],hour:[12,8,25,7,2],outlin:[],dev:[10,28],remain:[12,8,22],paragraph:31,listnot:12,learn:[12,17,5,2],preinit:12,dec:12,prompt:[31,10],bogu:2,useabl:2,share:[],templat:28,minimum:[12,3,22],resync:1,phrase:12,userban:22,cours:[12,9,31,2],csh:[],secur:[],rather:[12,33],anoth:[29,1,2,4,5,7,19,12,27,22,38,3,9,10],shutdownreason:12,pretti:[3,32,27,10],reject:[38,9,2],simpl:[12,7,10],serveraddress:12,unabl:[12,9,5],wasop:[12,15,5,22],resourc:7,referenc:[],ranlib:[],okai:2,unlink:[12,2],associ:12,stabil:35,"short":[31,7],resetexempt:12,caus:[12,9,18,10],altnick:38,help:[],soon:[12,6,19,22],through:[17,32,12,10,22,38,24,27],reconnect:[12,1],newexempt:12,our_chan:27,paramet:[12,10],style:8,dccuse:12,"04may2000":2,pend:22,bypass:12,onelin:12,might:[2,18,5,7,12,33,10],alter:[12,17],wouldn:2,isexemptsticki:12,good:[12,15,3,10,2],serverop:22,timestamp:[12,2],setdccawai:12,cet:2,botnet:[],gethostbynam:[],chanserv:22,unlik:[17,31],refresh:12,bless:10,easili:[12,17,3,10],found:[12,28,19,7,2],unicod:6,userexempt:22,isban:12,hard:2,idea:27,crontab:[],realli:[3,28,30,27,2],expect:[12,7,34,2],horribl:31,utexa:18,slave:9,beyond:[],add_tcl_command:7,event:[2,7,12,10,9,3,27],ftp:[7,19,10,28],mrlame:2,publish:2,hltran:[],print:28,variable_nam:7,unaccess:17,occurr:7,woobi:[],qualifi:2,advanc:[],dehalfop:[12,15,22],differ:[30,31,2,19,12,22,33,38,10,28],pub:[12,38,27,10,28],reason:[2,18,7,12,9,3],base:[12,10,2],put:[29,16,0,1,2,39,5,34,12,33,13,20,22,23,38,37,25,35,10,40],bask:28,bash:[],english:[30,2],omit:[12,33],perhap:18,perman:[12,8,22,2],eggdev:[],lifetim:12,assign:[9,2],major:[12,7,10,28],dccbroadcast:12,notifi:[12,29,38,2],obviou:18,upper:23,feel:[7,10,28],hand2nick:12,misc:[12,2],number:[29,15,2,5,7,12,37,35,22,33,38,9,28],ltcl7:[],done:[1,7,12,9,27,28],stdlib:7,blank:12,stabl:10,miss:[12,10],retrydelai:23,gpl:[3,10],guess:5,fuller:10,script:[],ipaddress:12,interact:[5,2],least:[2,18,5,7,10,8,27],chanmod:22,statement:12,relink:9,scheme:10,store:[29,2,7,12,22,37,9,25,40],putquick:[12,38],option:[31,2,19,7,12,22,33,38,10,28],blindli:5,mode_proc_fix:12,part:[17,30,2,18,12,38,3,10],pars:12,userrec:[],consult:[33,24],reinstal:19,cron:[12,10],kind:12,stb:38,whenev:[7,12,33,38,9,27],remot:[12,9,4,2],gotten:[],remov:[17,30,2,19,7,12,22,8,24,10],stall:12,str:12,toward:17,danc:12,comput:[18,19],packag:[31,10],delchanrec:12,dedic:10,"null":[7,10],entireti:31,built:[12,30,19],equival:[38,7],banmask:12,self:[33,38,2],nkch:12,setudef:12,undeclar:[],also:[1,2,3,4,5,33,7,8,9,10,17,12,15,18,19,20,22,23,28,29,30,31,32,34,35,37,38,40],xreq:[],useless:[],maskhost:12,brace:22,uplink:[12,18],unstuck:12,distribut:[3,19,10],filesystem:[12,15],reach:[38,5,2],quota:2,most:[17,2,32,18,5,7,19,12,35,27,38,3,10],plai:27,rem_tcl_str:7,cygwin:24,addr:[24,2],fileresend:12,clear:[12,33,10],cover:[9,8,27],destruct:3,ltcl:[],ext:[],clean:19,squelch:38,latest:[17,18,10],carefulli:[12,10],misnom:12,sublist:12,rejn:12,fine:[38,5,2],find:[31,32,5,7,19,12,13,27,23,10,28],penalti:38,firewal:2,setown:12,copyright:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],killchanexempt:12,paranoid:[1,2],solut:[],queu:[12,38],dp_stdout:7,hit:12,opchar:5,llamabot:2,dccputchan:12,isinvit:12,yourbranchnam:28,mainten:[15,18],fastest:10,xfer:[15,35],banner:[4,2],him:[19,10],restart:[31,2,19,7,12,10,27],resend:[12,23],ischanban:12,"_____________________________________________________________________":[],newchanexempt:12,userflag:5,filedb:[12,37],rfc:[12,38,5],crf:10,common:[15,2,33,38,9,10],sslport:33,certif:[],set:[],stump:10,delus:12,creator:12,see:[31,2,32,4,5,7,19,12,22,38,9,25,3,10],sed:[],sec:2,arg:[12,7],close:[12,7],someth:[12,28],debat:10,reus:12,experi:31,realnam:38,altern:[12,33,9,38,2],oldhandl:12,appreci:[],numer:12,isol:9,isop:[12,22],lowercas:[38,18,27],succeed:12,unrealircd:5,botonchan:12,chanset:[9,22],both:[2,12,22,33,38,9,24,3,10],last:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,16,18,19,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],delimit:12,bota:9,botc:9,botb:9,context:7,getfilesendtim:12,whole:[19,10,7],storenot:12,load:[0,1,2,5,7,9,10,12,13,16,18,19,20,22,23,25,27,29,34,35,37,38,39,40],simpli:[12,10],hostmask:[12,17,9,8],point:[0,31,2,7,12,38,9],schedul:12,unstickexempt:12,header:[33,7],shutdown:12,linux:[6,24,18],mistak:10,throughout:7,putxferlog:12,becom:[12,19,10,2],due:[12,38,5,2],empti:12,whom:12,secret:22,whoi:2,deprici:38,nonexist:18,ram:2,etc:[15,30,2,17,5,7,12,27,22,9,24,3,10,28],convert:[12,18,27,10],resetchanidl:12,coordin:2,understand:2,func:7,demand:[3,10],chatter:2,convers:[33,32,7],entitl:15,look:[17,0,31,2,19,7,12,13,27,22,33,3,25,10,28],durat:12,"while":[2,32,18,19,7,22,3,8,10],adh:2,abov:[17,31,4,5,7,12,22,10],error:[2,19,7,12,6,38,28],fun:31,anonym:2,everyon:[12,32],expir:[29,2,5,12,22,33,38,8],jpk:2,motd:[4,2],readm:[],matchcidr:12,itself:[12,7,10,2],xtra:12,chase:[3,10],tclpip84:[],grant:[33,17],belong:2,ischanexempt:12,shorter:22,minir:[],cygz:[],higher:[33,6,5,1],dontkickop:22,mybot:19,itch:[],optim:38,wherea:12,moment:[6,5],temporari:[8,25,22,2],user:[],wherev:24,stack:[12,24,5],recent:[33,10],lower:38,task:[9,3,10],init_serv:38,lib:19,discourag:5,older:[12,24,10],entri:[12,19,10,2],spent:12,mod_ext:[],person:[31,2,18,12,10,27],chanlist:12,explan:[12,22],chanflag:12,stopnethack:[15,22],cygwin1:[],dccdumpfil:12,stripcod:12,newban:12,fd_set:[],extra:[12,19,7,2],forbid:[3,31],isinvitesticki:12,dp_log:7,sigquit:12,queuesiz:12,bin:[],march:[18,15,8,4],laston:12,format:[2,4,7,12,38,10],big:[12,30],eggdrop1:[7,10,28],mymodul:[],game:[3,10],uncommon:18,insert:[4,22],bit:[31,2,18,12,6,33,27],uncompressfil:12,ircu2:5,outright:3,success:[12,7],autosav:40,userfil:[30,1,2,19,20,12,35,7,22,9,39,3,10],signal:[12,19,27],resolv:[2,7,12,6,23,24],resetinvit:12,popular:[3,10,2],encount:27,bcst:12,often:[23,7,2],msgnotic:[],visibl:12,some:[1,2,3,5,23,7,8,9,10,17,12,15,18,19,20,22,33,24,27,28,29,30,34,35,37,38,40],back:[2,19,12,33,38,10,28],understood:38,file_receiv:12,dhave_config_h:[],affili:10,shall:2,autoop:22,invitelist:12,pem:2,larg:[38,5,10,2],slash:32,proc:[12,38,7,27],kreativrauschen:[13,7],machin:[31,18,19,10,2],previou:[12,19,10],isdynam:12,step:[31,7,10,28],ld_library64_path:[],dp_server:7,hook_hourli:7,usa:10,idx:[12,7],chfinger:2,idl:[12,7,22],botlist:12,killchaninvit:12,block:[12,6,35,4,7],plan:[27,10],miracl:31,univers:2,smelli:31,within:[12,37,8,7,2],perm:2,ensur:[9,7,28],botishalfop:12,tclmisc:[],inclus:[],bywho:12,question:[],"long":[29,31,1,2,4,7,12,6,22,23,38,8],custom:[12,17,33],includ:[],forward:29,amaz:10,usr:[19,28],files:37,fileq:[],properli:[9,28,19,2],botnetnick:12,pwd:37,link:[],newer:10,branch:[10,28],line:[],talli:7,info:[31,2,5,7,12,40,22,10],utc:2,fdb:[],consist:[12,17,9,32],ircii:[12,35,19],sharebot:[12,9,2],highlight:15,similar:[30,2,32,12,22,28],autobotchk:[],enlarg:31,tclinc:19,changes1:28,chan:[12,30,27,5,22],doesn:[32,18,5,19,12,6,27,23,40,10],repres:12,"char":[12,7,2],incomplet:[],chat:[17,2,32,34,12,7,33,38,9,24,3,10],guarante:5,newignor:12,bracket:24,coder:[7,10],kvirc:33,newhandl:12,titl:15,invalid:[12,19],nick:[15,2,5,12,22,38,25,27,28],setenv:[],nat:[24,2],nice:[7,28],maindoc:[],meaning:12,chaninfo:9,hostaddress:9,onchansplit:12,isignor:12,lang:30,getpwd:12,depth:[33,2],md5c:[],karma:28,far:27,getudef:12,libtcl:19,hello:[17,2,5,19,12,38,27],code:[],queri:[23,24],clearqueu:12,gmake:19,edu:[12,15,18,10],killinvit:12,issuer:33,privat:[29,1,2,32,12,33],base64:12,send:[29,1,5,20,19,12,35,27,38,9,24,7,10,28],making_modulenam:7,getlink:12,tcllib:19,breach:12,fatal:12,sent:[15,1,2,32,5,7,12,33,25,10],passiv:9,umod:38,rfc_compliant:12,whichev:8,getchanmod:12,installandsetup:[],account:[29,17,19,7,3,10,28],llama:9,prerestart:12,relev:[7,10],tri:[12,19,7,2],tcluser:[],dname:12,button:28,"try":[31,2,19,7,13,10,38,25,27,28],diffutil:31,pleas:[31,2,19,7,12,22,38,39,10,28],hook_userfil:7,smaller:31,chanban:12,natur:10,jump:[12,33,9,38],video:12,download:[],mnnrrpp:12,click:28,append:[12,7],compat:[12,31,2],index:28,dp_mode:7,access:[15,17,32,19,7,12,27,33,38,3,10],hourli:[29,7,2],chanrec:[12,5],isvoic:12,garbag:7,can:[1,2,3,4,5,6,7,8,9,10,17,12,13,15,18,19,20,22,23,24,27,28,29,30,31,32,33,34,35,37,38,39,40],chose:[],len:38,bodi:[10,28],module_xlib:[],intercept:12,let:[29,17,2,18,7,12,27,22,23,9,10,28],flushmod:12,setpwd:12,vertic:12,sinc:[17,30,2,5,12,33,9,24,3],great:[31,10],weekdai:12,broken:[12,6,18,2],host:[15,2,3,12,27,22,33,38,9,8,10],beldin:9,cert:[33,31,2],chang:[17,1,2,32,18,5,7,12,27,22,38,9,39,10,28],danger:[12,19],revok:[38,2],appli:[],foundat:10,valis0:12,serverlist:12,redo:10,getus:12,add_tcl_int:7,from:[1,2,3,4,5,6,8,9,10,12,15,18,19,22,33,24,27,29,30,31,32,7,38],zip:[],commun:[12,9,32,7,28],deop:[12,15,22],doubl:38,upgrad:[],mydir:[37,10],next:[2,7,12,22,38,10,28],few:[12,18,10,2],doubt:24,nfree:7,sort:[3,8,10],tcl8_4:[],vhost6:[24,2],vhost4:[24,2],meant:19,trail:7,insensit:12,efnet:[38,5,10],hook_di:7,retriev:[29,7,28],cambridg:10,pour:28,getfil:12,annoi:27,obvious:[12,8,10],meet:33,control:[],tar:[7,10,28],needop:12,newinvit:12,high:[6,30],tag:12,tab:7,tarbal:3,onlin:[12,29,19,10,7],everywher:[12,24,2],ld_library_path_64:[],gcc:31,sit:[3,22,10,2],six:12,subdirectori:[12,37],rem_tcl_int:7,ldclose:[],chri:10,delai:[5,22],express:12,overridden:5,onchan:12,bloadmap:[],watch:32,sundai:12,mrslame:2,attent:[12,38,10],botaddr:12,gseen:[13,7],rcvd:12,cyggcc_:[],physic:9,alloc:[12,7],drop:[12,31,2],seriou:10,guru:10,correspond:[12,8,22],getdccidl:12,element:12,issu:[12,10,2],matchattr:12,freebsd:24,botnetcentr:4,module_find:7,unstickinvit:12,windrop:[],move:[12,38,31,10],findus:12,comma:[32,2],effici:[17,9,3,10,2],bunch:[],perfect:10,myproc:12,lamestbot:[29,31,2,4,22,38,9],infrastructur:33,therefor:[12,5,7,2],crash:[12,31,19,10],greater:12,handl:[2,12,6,33,8,28],auto:[15,9],spell:10,dai:[12,29,30,35,2],auth:[33,2],devel:31,memberlist:12,libtcl8:19,fingerprint:[33,2],front:[12,22],somewher:[31,2],thrill:27,anyth:[2,32,19,9,3,10],edit:[30,31,10],februari:34,trap:[],sdebug:31,chhandl:12,chunk:[38,19],partproc:12,"static":[31,19,22,7],our:[12,9,19,27],patch:[],special:[12,9,28],out:[31,2,32,18,19,7,12,35,33,9,25,3,10],variabl:[],ousterhout:[19,10],tcsh:[],twice:12,req:[33,2],reboot:19,categori:12,addhost:5,stuf:19,rel:[12,23,7],hardwar:[3,10],gethostbyaddr:6,math:12,statist:[25,7],clarifi:8,takeov:5,insid:2,cleartext:12,setchaninfo:12,releas:[12,3,28,10,2],afterward:[5,2],getdccawai:12,could:[2,18,12,27,33,38,9,24,10],ask:[],timer:[12,18,27],keep:[30,2,18,7,22,37,38,10,28],counterpart:12,length:[12,33,5,7,38],enforc:[22,2],outsid:[27,2],retain:12,timezon:2,softwar:[3,10],logsiz:2,suffix:[7,2],echo:12,exact:12,date:[12,7,10,2],barr:2,bitch:22,patchnam:28,remak:19,owner:[15,2,32,19,12,22,10],toi:3,ircnick:12,reread:12,dump:[12,38,2],zxf:[],licens:[3,10],perfectli:[],mkdir:12,system:[17,37,31,2,4,18,19,7,12,33,35,23,24,10],messag:[],attach:[12,27,28],attack:22,termin:[12,31,19,10],str_dir:7,"final":[3,10,2],low:[38,35],relinquish:12,shell:[17,31,2,3,10,28],gear:17,punish:[12,15,22],juli:[3,31,28],rsa:2,putdcc:12,exactli:[12,5,7],herself:10,haven:[31,27],fprint:[33,2],bother:10,charact:[],cygwinhom:[],sens:[3,19,10],bind:[],clemson:15,sslinc:33,module_unload:7,plaintext:[12,33],patch1:28,barf:19,deprec:12,robot:17,sysadmin:19,corrupt:28,have:[1,2,3,5,6,8,9,10,17,12,15,18,19,22,33,24,27,28,29,30,31,32,7,37,38,39,40],reserv:[32,2],need:[15,31,2,5,7,19,12,33,22,23,38,9,24,3,10],turn:[12,38,22,2],tidi:7,wasoptest:22,p_tcl_hash_list:7,min:2,rout:12,istl:12,istn:22,mix:[5,22],which:[15,30,31,1,2,18,32,4,19,7,12,33,40,22,23,38,9,24,8,10,28],mkcobx:2,singl:[12,5],unless:[12,38,8,5,2],allow:[29,17,31,1,2,5,20,12,37,35,7,22,33,38,3,9,10],descriptivebranchnam:28,who:[15,2,32,5,12,22,38],patch_howto:[],cipher:[12,33,2],awk:[],tandcmd:[],why:[],getchaninfo:12,url:[12,10,2],urn:28,request:[2,5,34,12,22,33,38,3,8,10,28],pipe:9,deni:[],snapshot:10,determin:[31,7,12,33,9,24],occasion:19,nethack:15,fact:[3,10],text:[15,30,2,4,7,12,6,27,22,33,38,10],verbos:12,bring:19,logflag:2,anywai:[33,7,2],locat:[33,28,2],sh5:[],forev:2,should:[37,31,1,2,40,32,33,5,34,19,12,6,27,22,23,38,9,7,10,28],jan:12,won:[1,2,7,12,27,22,33,9,8,10],suppor:2,chanprog:[],ksh:[],spun:18,insight:18,contribut:28,notat:2,beat:[31,19],familiar:10,bear:10,autom:[3,10],regularli:17,db8:[38,2],increas:[7,2],dccutil:[],endless:22,enabl:[17,2,5,7,19,12,35,27,22,33,38,9,24,3,10,40],integr:10,contain:[31,2,19,12,33,9,24,10,28],grab:12,view:[12,17,7],notebox:12,unimport:2,knowledg:[3,31],displai:[38,4,5,40,2],chanfil:[30,22],hook_idl:7,dccsimul:12,crt:[33,2],nforceban:[],statu:[30,2,7,12,22,3,10],correctli:[12,31],module_load:7,dynamicban:[12,22],boundari:23,dll:[],isexempt:12,written:[12,3,19,7],uhost:[12,27],progress:10,email:[12,28,10,2],kei:[],sigil:12,job:33,entir:[12,7],disconnect:[12,38,1,2],hook_pre_rehash:7,addit:[],schat:[33,2],equal:12,rem_builtin:7,april:6,admit:35,instanc:22,freeli:[3,10],sigterm:12,strftime:[12,2],ispermban:12,ld_libraryn32_path:[],wall:12,arriv:12,chmod:[31,2],walk:31,gotdcc:[],incess:3,hubcap:15,respect:[23,4],unsticki:8,admin:[4,19,2],home2:[],quit:[12,38,10,2],mycron:10,decent:7,sendnot:12,compon:12,treat:12,loadmodul:[29,16,0,1,2,39,5,34,19,12,37,13,20,22,35,23,38,25,7,40],immedi:[12,38,27,10],lameshar:9,ldld:[],mnot:1,deliber:33,exemptlist:12,therequir:33,resort:19,myword:5,crappi:12,userhost:27,plain:[33,2],killban:12,keyout:33,defin:[15,2,5,34,12,20,22,7,27,38,9,8,10],wild:12,ill:12,func_nam:7,helper:27,getdir:12,almost:[15,3,8,10],site:[15,19,10,7],addchanrec:12,archiv:[10,28],incom:[12,37,7,2],revis:[0,1,2,3,4,5,6,7,8,9,10,17,12,13,15,16,18,20,22,23,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40],parti:[],member:[7,22],add_hook:7,regluar:12,countus:12,probabl:[12,38,19,10],http:[13,25,7,10],hostnam:[2,18,7,12,22,23,24],denot:12,iot:[],upon:[15,3,10],effect:[12,37,8,2],logfil:[30,2,19,7,12,25],dealloc:7,build:[],expand:[3,10],off:[31,2,32,5,12,22,38,9,27],center:4,mention:7,well:[31,2,18,12,33,10,28],ld_library_path:[],thought:10,command:[],choos:[17,31,19,10,2],undefin:[],usual:[12,33,8,24,10,28],"5c0":[38,2],less:[32,34],percent:4,botcmd:[],tcl:[],fdb1:[],abat:27,rest:[12,9,31,7,2],simultan:[12,35],chandname2nam:12,web:[19,7,2],function_to_cal:7,chpt:12,bell:12,makefil:[31,19,7,28],validus:12,add:[17,31,2,5,7,12,27,22,9,10,28],exempt:[],match:[],gmt:[12,2],killtim:12,dest:[31,2,19,12,33,10],piec:31,five:12,know:[29,30,31,2,18,5,7,12,27,38,9,8,10,28],password:[17,1,2,32,5,7,12,33,38,9,39],pier:31,desc:[12,7],loss:19,like:[15,2,17,32,5,34,19,12,37,27,22,33,3,39,7,10,28],lost:12,likm:22,necessari:[22,10],lose:[18,22,10],lamest:[9,4,22,2],page:28,unreach:9,exceed:2,revers:12,reloadhelp:12,suppli:2,"export":30,yyyymmdd:2,flush:1,proper:24,home:[31,19,37,33,10,28],librari:[33,19],tmp:[12,35,2],est:2,leaf:[33,9,2],avoid:[23,7,2],putnow:12,thank:[10,28],outgo:[12,2],leav:[31,2,32,19,12,22,38],ipv4:[24,2],kiddi:2,mode:[17,2,5,34,12,7,22,38,8,10],slight:10,dcc:[],statuslog:22,chaddr:[33,9],although:[18,5,2],offset:2,protectop:22,stage:7,actual:[2,32,7,12,3,10],socket:[12,7,2],column:4,irix:[],del_hook:7,cerfif:2,modechang:12,cflag:[],filedb_upd:[],discard:[12,1],fri:12,own:[30,1,19,7,12,10,37,38,27],automat:[15,31,17,2,19,12,33,38,9,24,8,40],warranti:10,automak:[],capath:[33,2],mere:10,setlink:12,killdcc:12,transfer:[],procnam:12,downgrad:10,arg1:12,"var":12,"function":[],iconfig:[31,7,10],unexpect:12,subscrib:10,hook_num:7,gain:[15,3,19,10],botmsg:[],buf:5,bug:[31,18,19,10,3,27,28],count:[12,38,18,27],made:[31,1,12,22,3,10],wise:[10,2],temp:[12,2],whether:[12,2],wish:[31,2,5,7,9,25,8,10],killutim:12,troubl:[23,2],asynchron:[12,23,7],directori:[],below:[1,2,18,7,12,22],limit:[17,5,12,22,38,24,10],otherwis:[31,2,12,10,33,9,8,27,40],problem:[],instead:[15,30,1,2,5,12,37,27,22,33,10],matchstr:12,evalu:12,"int":[12,7],mask:[12,38,2],dure:[31,18,20,1,7],pid:[12,2],meaningless:15,novemb:1,implement:2,ing:5,inc:[19,10],contest:7,putlog:[12,38,7],boot:[12,2],detail:[33,31,7,10,28],virtual:2,other:[1,2,4,5,23,8,3,10,17,12,9,15,18,19,22,33,24,28,29,30,32,7,38,39],lookup:[12,23,24,18,2],futur:[12,31,5,19,2],rememb:22,varieti:[3,10],repeat:[12,10],addbot:12,validchan:12,june:[12,17,9],isbotnick:12,bitchx:12,wallop:[12,2],stai:12,experienc:31,bch:10,eof:12,lamer:2,channelflag:12,rule:10,portion:[12,31,7,22],decemb:[17,30,0,32,3,27]},objtypes:{},objnames:{},filenames:["coreDocs/woobie","coreDocs/share","coreDocs/core","mainDocs/about","appendices/text-sub","coreDocs/irc","appendices/known-probs","coreDocs/modules","mainDocs/bans","mainDocs/botnet","installAndSetup/readme","index","mainDocs/tcl-commands","coreDocs/seen","mainDocs/index","mainDocs/users","coreDocs/assoc","mainDocs/features","appendices/weird-msgs","installAndSetup/faq","coreDocs/compress","installAndSetup/index","coreDocs/channels","coreDocs/dns","mainDocs/ipv6","coreDocs/uptime","appendices/index","appendices/first-script","mainDocs/patch","coreDocs/notes","appendices/tricks","installAndSetup/install","mainDocs/partyline","mainDocs/tls","coreDocs/ctcp","coreDocs/transfer","coreDocs/index","coreDocs/filesys","coreDocs/server","coreDocs/blowfish","coreDocs/console"],titles:["Woobie Module","Share Module","Eggdrop Core Settings","About Eggdrop","Textfile Substitutions","IRC Module","Known Problems","Eggdrop Module Information","Bans, Invites, and Exempts","Botnet Sharing and Linking","README","Welcome to Eggdrop's documentation!","Eggdrop Tcl Commands","Seen Module","<no title>","Users and Flags","Assoc Module","Eggdrop Features","Weird Messages That Get Logged","Frequently Asked Questions","Compress Module","<no title>","Channels Module","DNS Module","IPv6 support","Uptime Module","<no title>","Your First Eggdrop Script","Patch How-To","Notes Module","Eggdrop Tricks","Installing Eggdrop","The Party Line","TLS support","CTCP Module","Transfer Module","<no title>","Filesys Module","Server Module","Blowfish Module","Console Module"],objects:{},titleterms:{code:[],module_report:7,help:10,execut:2,global:12,obtain:10,tcp:12,tcl:12,miscellan:12,bottre:9,window:31,program:7,exempt:8,mail:10,main:11,match:12,"return":12,get:[18,10],faq:[],school:28,ssl:[33,2],botnet:[33,9,2],requir:[31,7],term:9,list:10,authent:33,server:38,stuff:10,module_clos:7,ban:8,output:12,eggdrop:[11,30,31,17,2,7,12,27,3,10],compil:[],certif:33,set:[33,11,24,10,2],old:28,startup:[31,10],procedur:12,connect:12,diff:28,download:28,bore:10,patch:28,variabl:12,what:[9,31,7,10],user:[12,15,9],legal:10,substitut:4,module_start:7,irc:[33,5],woobi:0,core:[11,2],iwelcom:[],kei:33,advanc:2,manipul:12,usag:[33,24,10],dcc:[12,33,2],quick:[31,10],ask:[31,19],path:2,appli:28,valu:12,addit:7,about:[33,3,24],invit:8,bot:9,weird:18,frequent:[31,19],first:27,via:28,overview:31,modul:[29,11,16,0,31,1,2,39,5,34,12,37,13,20,22,35,23,38,25,7,40],prefer:28,module_expmem:7,messag:18,instal:[33,11,24,31,7],guid:[],your:27,git:10,log:[18,2],script:[33,27,2],transfer:35,support:[33,24],question:[31,19],upgrad:10,submit:28,includ:7,basic:2,type:12,"function":7,consol:[40,2],appendic:11,share:[9,1],ipv6:24,notic:10,flag:[15,9],link:9,crontab:10,known:6,line:[32,10],filesi:[12,37],blowfish:39,module_t:7,setup:11,charact:12,trick:30,record:[12,9],problem:6,autobotchk:10,control:12,featur:17,creat:28,readm:10,indic:[],textfil:4,file:2,tabl:[],seen:13,cygwin:31,welcom:11,secur:33,ctcp:34,parti:32,make:9,uptim:25,note:[12,29],how:[7,10,28],document:[11,10],channel:[12,22],compress:[12,20],botflag:9,assoc:[12,16],telnet:2,why:7,github:28,directori:2,bind:12,inform:7,exampl:9,command:[12,10],incorpor:[]}}) ->>>>>>> parent of 7f5c04f... Commit ChangeLog in releaseprep if changed +Search.setIndex({envversion:42,terms:{putserv:0,"default":[0,3],all:0,code:[0,3],forget:0,maximum:0,global:4,clearqueu:0,month:0,four:0,getchanhost:0,prefix:0,disc:0,abil:0,edu:0,msgm:0,follow:[0,3],readm:[1,3,2],killinvit:0,partylin:0,getinfo:0,whose:0,privat:0,accur:0,depend:0,puthelp:0,aug:0,base64:0,delhost:0,send:0,init:0,getlink:0,under:0,smile:3,fatal:0,worth:3,sent:0,sourc:[0,3],everi:[0,3],string:0,song:0,fals:0,getchanmod:0,unixtim:0,mpj:0,voic:0,autoconfigur:3,util:3,utim:0,ident:0,should:[0,3],robei:3,failur:0,stickinvit:0,affect:0,prerestart:0,exact:0,arbitrari:0,trigger:0,tri:0,botisop:0,school:4,heaven:3,eden:0,secondli:0,dname:0,die:0,gnu:3,list:[0,3],upload:0,"try":3,item:0,form:0,expir:0,team:[0,3],small:3,diffutil:3,categori:0,dir:0,pleas:[0,3],prevent:0,smaller:3,chanban:0,getchanidl:0,direct:0,sign:0,jump:0,zero:0,video:0,pass:0,download:[0,4,3],further:0,mnnrrpp:0,port:0,append:0,compat:[0,3],nick:0,oldest:0,appear:0,file_send:0,down:[0,3],neg:0,deludef:0,killexempt:0,abl:3,putnow:0,current:0,delet:0,version:[0,3],run:3,chanrec:0,isvoic:0,"new":0,net:3,ever:0,"public":0,whatev:[0,3],vali:0,full:[0,3],abov:[0,3],mem:0,gener:0,never:0,chang:0,here:0,fun:3,intercept:0,modif:0,kicker:0,flushmod:0,address:0,path:[0,3],vertic:0,modifi:0,sinc:0,interpret:[0,3],wait:0,getdesc:0,great:3,sender:0,invit:[0,1,4],stickexempt:0,bot:[0,4,3],step:3,everyon:0,queue:0,prior:3,cert:3,base:0,behav:0,permit:0,action:0,weird:1,commonli:0,via:[0,4,3],extra:0,forbid:3,appli:4,prefer:4,myip:0,ask:[1,2],unix:3,leav:[0,3],valis0:0,fake:0,serverlist:0,establish:0,memor:3,highli:3,haschanrec:0,isn:0,from:[0,3],would:0,memori:0,deop:0,needop:0,two:0,loadchannel:0,next:0,few:0,call:[0,3],typo:0,save:0,msg:0,md5:0,type:3,until:0,minor:0,more:[0,3],flat:0,said:0,modechang:0,peopl:0,enlarg:3,relat:0,ital:0,problem:1,notic:0,mirc:0,warn:0,introduc:0,flag:[0,1,4],indic:0,relai:0,breach:0,known:1,isbansticki:0,unloadhelp:0,hold:0,cach:0,must:[0,3],filesi:[1,4],none:0,join:0,idx:0,hour:0,banlist:0,setus:0,work:[0,3],getfil:0,remain:0,paragraph:3,listnot:0,can:[0,3],www:3,learn:0,preinit:0,dec:0,textfil:1,control:4,overwritten:0,prompt:3,give:[0,3],process:[0,3],share:[0,1,4],accept:0,topic:0,matchinvit:0,tag:0,caution:0,want:[0,3],onlin:0,newchanban:0,rfc_compliant:0,made:[0,3],occur:0,everywher:0,alwai:[0,3],gcc:3,cours:[0,3],end:[0,3],directori:[0,3],manipul:4,lame:0,rather:0,anoth:0,ordinari:0,get:[0,1],botishalfop:0,uptim:[0,1],write:0,how:[0,1,3,4],anyon:0,consist:0,subdirectori:0,answer:3,instead:0,negoti:0,config:[0,3],respons:0,serveraddress:0,perman:0,wasop:0,lastbind:0,chanflag:0,onchan:0,after:[0,3],minimum:0,differenti:0,befor:[0,3],stickban:0,attent:0,discard:0,mai:0,drastic:0,ufl:0,unlink:0,associ:0,masktyp:0,putbot:0,alloc:0,github:4,attempt:[0,3],third:0,resetexempt:0,bind:4,secur:0,correspond:0,getdccidl:0,element:0,caus:0,inform:[0,1,3],"switch":0,preced:0,combin:0,allow:[0,3],enter:[0,3],exclus:0,unam:0,erasenot:0,oper:0,unstickinvit:0,help:[0,3],over:0,move:[0,3],becaus:0,findus:0,through:0,reconnect:0,smelli:3,flexibl:0,pointer:3,dynam:[0,3],paramet:0,group:0,monitor:0,till:0,dccuse:0,fix:[0,3],ischaninvit:0,putloglev:0,better:3,chattr:0,bypass:0,mail:3,therefor:0,might:0,easier:3,notefil:0,savechannel:0,them:[0,3],chaninvit:0,crash:[0,3],greater:0,thei:[0,3],handl:0,timestamp:0,setdccawai:0,dai:0,initi:0,devel:3,memberlist:0,myownevent123:0,botnet:[0,1,3,4],regluar:0,front:0,now:[0,3],isjup:0,invitelist:0,unstickban:0,term:[0,4],somewher:3,name:[0,3],edit:3,simpl:0,level:0,authent:4,separ:[0,3],easili:0,alreadi:[0,3],mode:0,each:0,debug:[0,3],found:0,sdebug:3,botnetnick:0,side:0,mean:0,compil:[0,3],chhandl:0,"int":0,just:[0,3],isban:0,resum:0,arg2:0,multipl:0,continu:0,crontab:[0,3],setchan:0,line:[0,1,3,4],partproc:0,"static":3,connect:4,year:0,our:0,happen:0,dispos:0,event:0,special:0,out:[0,3],variabl:4,accomplish:3,goober:0,encod:0,space:0,goe:[0,3],miss:0,ircii:0,develop:[0,3],passwdok:0,identifi:0,content:[4,2],botaddress:0,rel:0,internet:0,got:0,correct:3,math:0,woobi:[1,3],getchaninfo:0,disconnect:0,killassoc:0,rfcequal:0,botnam:0,newignor:0,differ:[0,3],pub:0,standard:0,five:0,setflag:0,reason:0,starttl:0,argn:0,setchaninfo:0,put:0,org:[0,3],"byte":0,care:0,formatstr:0,sigkil:0,newnick:0,couldn:0,argument:0,globalflag:0,could:0,omit:0,openssl:3,timer:0,counterpart:0,thing:[0,3],length:0,place:[0,3],unabl:0,retain:0,lifetim:0,nicknam:0,top:3,frequent:[1,2],first:[0,1],origin:0,rand:0,major:0,dccbroadcast:0,notifi:0,directli:0,spoken:0,onc:0,hand2nick:0,misc:0,number:0,putallbot:0,echo:0,restrict:0,date:0,unlik:3,nick2hand:0,done:0,overwrit:0,wasn:0,owner:0,horribl:3,undernet:0,open:0,invitemask:0,size:0,avail:0,given:0,rcvd:0,dump:0,script:[0,1,3],data:0,caught:0,mkdir:0,system:[0,3],messag:[0,1],attach:0,necessarili:0,master:0,userinfo:0,statement:0,which:[0,3],hup:0,termin:[0,3],choos:3,six:0,store:0,too:0,putquick:0,relinquish:0,shell:3,consol:[0,1],option:[0,3],punish:0,juli:3,copi:0,specifi:0,broadcast:0,putdcc:0,"short":3,enclos:0,ntik:0,exactli:0,than:0,cron:0,kind:0,isperminvit:0,target:0,keyword:0,whenev:0,provid:0,chanexempt:0,remov:0,second:0,charact:4,getown:0,reus:0,arriv:0,str:0,were:0,getpwd:0,minut:0,listen:0,danc:0,chan:0,seri:0,pre:0,bywho:0,sai:0,plaintext:0,well:[0,3],otherdir:3,anywher:0,newidx:0,raw:0,wai:[0,3],delchanrec:0,have:[0,3],tabl:0,need:[0,3],seen:[0,1,3],turn:0,issu:0,entireti:3,getfileq:0,dest:[0,3],built:0,person:[0,3],banmask:0,rout:0,autoconf:3,istl:0,setudef:0,note:[1,3,4],also:[0,3],ispermexempt:0,without:[0,3],flood:0,take:[0,3],advis:3,notc:0,command:[1,3,4],uplink:0,channel:[1,3,4],experienc:3,simplifi:0,newinvit:0,sure:0,unstuck:0,normal:0,track:3,previou:0,compress:[1,4],callev:0,most:0,detect:0,assoc:[1,4],pair:0,dehalfop:0,had:[0,3],sub:0,idx2hand:0,sharebot:0,compressfil:0,don:[0,3],iscompress:0,mode_proc_fix:0,url:0,doc:[0,3],clear:0,later:[0,3],request:0,order:0,declar:0,determin:[0,3],repli:0,pars:0,effect:0,left:0,newchaninvit:0,section:0,recipi:0,signoff:0,show:0,carefulli:0,text:0,filenam:0,random:0,sublist:0,phrase:0,rejn:0,faster:0,underlin:0,desc:0,longer:[0,3],filesend:0,find:[0,3],evnt:0,absolut:0,onli:[0,3],submit:4,execut:[0,3],copyright:[0,3],killchanexempt:0,matchexempt:0,configur:3,releas:0,figur:3,haven:3,jan:0,queu:0,needal:0,tlsstatu:0,unloadmodul:0,local:0,privmsg:0,sighup:0,reset:0,hit:0,variou:[0,3],dynamicinvit:0,beat:3,hand2idx:0,like:0,dccputchan:0,stop:0,isinvit:0,soon:0,blank:0,ssl:[0,4,3],jupe:0,matchattr:0,tcp:4,helpfil:0,lamestbot:3,restart:[0,3],resend:0,ischanban:0,experi:3,bar:0,enabl:0,newchanexempt:0,twice:0,specif:0,possibl:[0,3],tcl:[1,3,4],egghead:[0,3],patch:[0,1,4],rfc:0,dronepup:0,stuff:0,she:0,contain:[0,3],ban:[0,1,4],grab:0,where:0,valid:[0,3],view:0,notebox:0,certif:[0,4],reread:0,delus:0,creator:0,unban:0,knowledg:3,abort:0,"var":0,see:[0,3],result:0,arg:0,fail:0,close:0,stackabl:0,newnam:0,best:0,success:0,awar:0,statu:0,still:[0,3],cleartext:0,notcproc:0,hopefulli:[0,3],dccsimul:0,databas:0,someth:0,matchban:0,killchaninvit:0,isexempt:0,written:0,won:0,addchanrec:0,sigquit:0,uhost:0,between:0,"import":0,awai:0,irc:[0,1,3],across:0,attribut:0,altern:0,forc:[0,3],accord:0,oldhandl:0,kei:[0,4],numer:0,exampl:[0,4,3],sigil:0,extens:3,succeed:0,myproc:0,come:0,unld:0,regular:0,addit:0,both:0,protect:3,revers:0,last:[0,3],delimit:0,isop:0,similar:0,ill:0,equal:0,against:0,etc:0,entir:0,tout:0,killdcc:0,sigterm:0,com:0,matchstr:0,strftime:0,storenot:0,load:0,rehash:0,simpli:0,hostmask:0,point:[0,3],wall:0,schedul:0,setpwd:0,period:0,chmod:3,walk:3,creat:[0,4,3],featur:[0,1,4],ipaddress:0,shutdown:0,botonchan:0,cancel:0,typic:0,guid:3,assum:0,putxferlog:0,quit:0,becom:0,getflag:0,coupl:0,validus:0,setdesc:0,fri:0,three:0,sendnot:0,mark:0,compon:0,whom:0,much:[0,3],destin:0,treat:0,basic:3,descript:0,loadmodul:0,getchanjoin:0,mco:0,file_send_pend:0,bit:[0,3],washalfop:0,decrypt:0,exempt:[0,1,4],worker:3,convert:0,bitchx:0,ani:[0,3],exemptlist:0,togeth:3,input:0,botattr:0,crappi:0,"case":0,blowfish:1,onelin:0,look:[0,3],packag:3,arg1:0,killban:0,empti:0,durat:0,trick:1,defin:0,invok:0,fil:0,behavior:0,error:0,wild:0,abcdechannel:0,howev:0,valididx:0,ishalfop:0,file:[0,3],getdir:0,channame2dnam:0,deliv:0,henc:0,non:0,dccsend:0,matchcidr:0,good:0,eras:0,conf:3,xtra:0,incom:0,revis:[0,3],mani:0,ascii:0,chansettyp:0,sever:0,laston:0,weekdai:0,let:0,userlist:0,perform:[0,3],parti:[0,1,4],make:[0,4,3],ischanexempt:0,same:[0,3],binari:3,complex:0,pad:0,split:0,rejoin:0,pai:0,countus:0,probabl:0,resetchanjoin:0,singl:0,complet:[0,3],week:0,exhaust:0,finish:0,hostnam:0,again:3,ischanjup:0,wherea:0,someon:0,pubm:0,hand:0,driven:0,remot:0,botflag:4,logfil:0,setlink:0,ircd:0,topc:0,stack:0,"break":0,appropri:3,off:[0,3],older:0,entri:0,thu:0,itself:0,spent:0,resetchan:0,client:0,resetban:0,log:[0,1],thi:[0,3],filesystem:0,chanlist:0,traffic:0,everyth:[0,3],ctcr:0,usual:0,explan:0,comment:0,protocol:0,setown:0,when:[0,3],exclud:0,putkick:0,activ:0,filedb:0,getchan:0,kill:0,ipv6:[0,1,4],dccdumpfil:0,rest:[0,3],simultan:0,stripcod:0,yet:0,chandname2nam:0,previous:0,halfop:0,death:3,getfilesendtim:0,miscellan:4,easi:0,newban:0,bottre:4,chpt:0,danger:0,makefil:3,except:0,littl:3,color:0,add:[0,3],other:0,isinvitesticki:0,tool:3,reiniti:0,els:0,uncompressfil:0,kick:0,gmt:0,real:0,applic:0,unstickexempt:0,ctrl:0,killtim:0,format:0,read:[0,3],big:0,resetchanidl:0,credit:0,piec:3,boldfac:0,pushmod:0,respond:0,ctcp:[0,1],isexemptsticki:0,know:[0,3],moc:0,part:0,oldnam:0,pier:3,loadhelp:0,apart:0,splt:0,ctime:0,lost:0,deprec:0,obvious:0,signal:0,whitespac:0,manual:0,flud:0,integ:0,noth:0,resetinvit:0,either:[0,3],userfil:0,output:[4,3],sneaker:3,drop:[0,3],reloadhelp:0,deal:0,exemptmask:0,interv:0,visibl:0,some:0,begin:0,resolv:0,handshak:0,file_receiv:0,refresh:0,diff:4,shutdownreason:0,home:3,digest:0,server:[0,1],dynamicban:0,tmp:0,dumpfil:0,total:0,handlen:0,been:0,though:0,per:0,getus:0,disk:0,newexempt:0,outgo:0,exit:0,rmdir:0,pattern:0,proc:0,mode_proc:0,islink:0,refer:0,botnick:0,plu:0,who:0,isdynam:0,bold:0,egghelp:3,word:0,burn:3,usag:[0,4],dcc:4,channelflag:0,broken:0,host:0,netsplit:0,correctli:[0,3],renudef:0,ircnick:0,src:[0,3],about:[0,1,4],actual:0,socket:0,chof:0,ansi:0,proce:0,commun:0,chon:0,simul:0,misnom:0,numvers:0,idl:0,cipher:0,botlist:0,includ:0,act:0,botaddr:0,backup:0,produc:0,block:0,match:4,routin:0,miracl:3,own:0,addus:0,dnslookup:0,within:0,guppi:0,bound:0,automat:[0,3],due:0,ignorelist:0,right:0,todai:0,strip:0,bcst:0,stall:0,your:[0,1,3],git:3,pl1:0,getdccawai:0,area:0,aren:0,transfer:[0,1],support:[0,1,3,4],question:[1,2],"long":[0,3],custom:0,verbos:0,start:[0,3],reli:0,procnam:0,interfac:0,dcclist:0,mod:[0,3],replac:0,maskhost:0,stai:0,machin:3,numberlist:0,"function":0,botchk:3,iconfig:3,gzip:0,unexpect:0,enough:0,killchanban:0,rfc1459:0,prerehash:0,ispermban:0,sundai:0,taken:0,link:[0,1,3,4],procedur:4,intern:0,renam:0,cidr:0,bug:3,alter:0,dynamicexempt:0,count:0,immedi:0,temp:0,reload:0,whether:0,wish:3,access:0,putcmdlog:0,killutim:0,tell:0,asynchron:0,record:4,below:0,limit:0,encpass:0,otherwis:[0,3],embed:0,fileresend:0,even:0,email:0,autobotchk:3,expect:0,bell:0,gone:0,botisvoic:0,evalu:0,filt:0,disabl:0,certain:0,dure:3,pid:0,doesn:0,repres:0,"char":0,alarm:0,exist:0,chat:0,doe:[0,3],check:0,sticki:0,denot:0,password:0,successfulli:0,encrypt:0,newhandl:0,killignor:0,putlog:0,user:[1,3,4],boot:0,detail:3,invalid:0,field:0,old:[0,4],matchaddr:0,lookup:0,futur:[0,3],ignor:0,you:[0,3],string2:0,isbotnick:0,string1:0,repeat:0,intend:[0,3],wildcard:0,addbot:0,validchan:0,substitut:1,symbol:0,nkch:0,june:0,handonchan:0,express:0,chjn:0,meaning:0,insensit:0,telnet:0,consid:0,wallop:0,queuesiz:0,onchansplit:0,timerid:0,unless:0,isignor:0,network:0,unbind:0,receiv:0,eof:0,noqueu:0,unload:0,botfl:0,info:[0,3],lot:3,mask:0,cpu:0,portion:[0,3],pathnam:0,back:0,time:[0,3],push:0,getudef:0,hello:0,daili:0},objtypes:{},objnames:{},filenames:["mainDocs/tcl-commands","index","installAndSetup/index","installAndSetup/install","mainDocs/index"],titles:["Eggdrop Tcl Commands","Welcome to Eggdrop's documentation!","<no title>","Installing Eggdrop","<no title>"],objects:{},titleterms:{control:0,set:1,overview:3,modul:[0,1,3],global:0,startup:3,procedur:0,tcl:0,connect:0,instal:[1,3],variabl:0,what:3,welcom:1,user:0,question:3,note:0,window:3,requir:3,main:1,type:0,channel:0,core:1,"return":0,appendic:1,manipul:0,compress:0,dcc:0,assoc:0,tcp:0,ask:3,valu:0,miscellan:0,filesi:0,document:1,bind:0,setup:1,charact:0,record:0,command:0,match:0,quick:3,output:0,eggdrop:[0,1,3],frequent:3,cygwin:3}}) \ No newline at end of file diff --git a/src/patch.h b/src/patch.h index 904dbf66b..b24e6098e 100644 --- a/src/patch.h +++ b/src/patch.h @@ -34,17 +34,17 @@ * * */ -patch("Git"); /* Git version */ +patch("PRE-RELEASE"); /* RC version */ /* * * */ -patch("1476373641"); /* current unixtime */ +patch("1478055511"); /* current unixtime */ /* * * */ -patch("itcompiles"); +patch("RC2"); /* * * From c06c4b05418a2516205f10732b9cc85a5492b3fd Mon Sep 17 00:00:00 2001 From: Geo Date: Tue, 22 Nov 2016 08:20:58 -0500 Subject: [PATCH 4/8] Update ChangeLog --- ChangeLog | 86 ++ doc/html/about.html | 85 ++ doc/html/app-problems.html | 49 ++ doc/html/app-textsub.html | 138 +++ doc/html/app-tricks.html | 71 ++ doc/html/app-weird.html | 82 ++ doc/html/appendices/first-script.html | 2 +- doc/html/appendices/index.html | 2 +- doc/html/appendices/known-probs.html | 2 +- doc/html/appendices/text-sub.html | 2 +- doc/html/appendices/tricks.html | 2 +- doc/html/appendices/weird-msgs.html | 2 +- doc/html/bans.html | 121 +++ doc/html/botnet.html | 430 ++++++++++ doc/html/compiling.html | 755 +++++++++++++++++ doc/html/coreDocs/assoc.html | 2 +- doc/html/coreDocs/blowfish.html | 2 +- doc/html/coreDocs/channels.html | 2 +- doc/html/coreDocs/compress.html | 2 +- doc/html/coreDocs/console.html | 2 +- doc/html/coreDocs/core.html | 2 +- doc/html/coreDocs/ctcp.html | 2 +- doc/html/coreDocs/dns.html | 2 +- doc/html/coreDocs/filesys.html | 2 +- doc/html/coreDocs/index.html | 2 +- doc/html/coreDocs/irc.html | 2 +- doc/html/coreDocs/modules.html | 2 +- doc/html/coreDocs/notes.html | 2 +- doc/html/coreDocs/seen.html | 2 +- doc/html/coreDocs/server.html | 2 +- doc/html/coreDocs/share.html | 2 +- doc/html/coreDocs/transfer.html | 2 +- doc/html/coreDocs/uptime.html | 2 +- doc/html/coreDocs/woobie.html | 2 +- doc/html/egg-core.html | 1111 +++++++++++++++++++++++++ doc/html/faqs.html | 260 ++++++ doc/html/features.html | 73 ++ doc/html/index.html | 2 +- doc/html/install.html | 215 +++++ doc/html/installAndSetup/INSTALL.html | 294 +++++++ doc/html/installAndSetup/README.html | 592 +++++++++++++ doc/html/installAndSetup/faq.html | 2 +- doc/html/installAndSetup/index.html | 2 +- doc/html/installAndSetup/install.html | 23 +- doc/html/installAndSetup/readme.html | 2 +- doc/html/mainDocs/TLS.html | 289 +++++++ doc/html/mainDocs/about.html | 2 +- doc/html/mainDocs/bans.html | 2 +- doc/html/mainDocs/botnet.html | 4 +- doc/html/mainDocs/features.html | 2 +- doc/html/mainDocs/index.html | 2 +- doc/html/mainDocs/ipv6.html | 2 +- doc/html/mainDocs/partyline.html | 2 +- doc/html/mainDocs/patch.html | 2 +- doc/html/mainDocs/tcl-commands.html | 2 +- doc/html/mainDocs/tls.html | 2 +- doc/html/mainDocs/users.html | 2 +- doc/html/mod-assoc.html | 38 + doc/html/mod-blowfish.html | 41 + doc/html/mod-channels.html | 663 +++++++++++++++ doc/html/mod-compress.html | 61 ++ doc/html/mod-console.html | 66 ++ doc/html/mod-ctcp.html | 79 ++ doc/html/mod-dns.html | 85 ++ doc/html/mod-filesys.html | 97 +++ doc/html/mod-irc.html | 264 ++++++ doc/html/mod-notes.html | 89 ++ doc/html/mod-seen.html | 42 + doc/html/mod-server.html | 363 ++++++++ doc/html/mod-share.html | 97 +++ doc/html/mod-transfer.html | 77 ++ doc/html/mod-uptime.html | 46 + doc/html/mod-woobie.html | 38 + doc/html/news.html | 63 ++ doc/html/party.html | 54 ++ doc/html/patch-howto.html | 177 ++++ doc/html/readme.html | 629 ++++++++++++++ doc/html/search.html | 2 +- doc/html/starting.html | 159 ++++ doc/html/users.html | 305 +++++++ 80 files changed, 8227 insertions(+), 64 deletions(-) create mode 100644 doc/html/about.html create mode 100644 doc/html/app-problems.html create mode 100644 doc/html/app-textsub.html create mode 100644 doc/html/app-tricks.html create mode 100644 doc/html/app-weird.html create mode 100644 doc/html/bans.html create mode 100644 doc/html/botnet.html create mode 100644 doc/html/compiling.html create mode 100644 doc/html/egg-core.html create mode 100644 doc/html/faqs.html create mode 100644 doc/html/features.html create mode 100644 doc/html/install.html create mode 100644 doc/html/installAndSetup/INSTALL.html create mode 100644 doc/html/installAndSetup/README.html create mode 100644 doc/html/mainDocs/TLS.html create mode 100644 doc/html/mod-assoc.html create mode 100644 doc/html/mod-blowfish.html create mode 100644 doc/html/mod-channels.html create mode 100644 doc/html/mod-compress.html create mode 100644 doc/html/mod-console.html create mode 100644 doc/html/mod-ctcp.html create mode 100644 doc/html/mod-dns.html create mode 100644 doc/html/mod-filesys.html create mode 100644 doc/html/mod-irc.html create mode 100644 doc/html/mod-notes.html create mode 100644 doc/html/mod-seen.html create mode 100644 doc/html/mod-server.html create mode 100644 doc/html/mod-share.html create mode 100644 doc/html/mod-transfer.html create mode 100644 doc/html/mod-uptime.html create mode 100644 doc/html/mod-woobie.html create mode 100644 doc/html/news.html create mode 100644 doc/html/party.html create mode 100644 doc/html/patch-howto.html create mode 100644 doc/html/readme.html create mode 100644 doc/html/starting.html create mode 100644 doc/html/users.html diff --git a/ChangeLog b/ChangeLog index 970157681..64eaf7bf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +- - - - - - - - - - - - - - - +Commit 4883c92 (2016-11-21 22:36:23 -0500) by Geo +Remove git push from ChangeLog generation + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 6caa0ec (2016-11-21 22:28:06 -0500) by Geo +Update THANKS file + +THANKS + +- - - - - - - - - - - - - - - +Commit f957c85 (2016-11-21 17:50:33 -0600) by thommey +Adjust patchlevel. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit b04ac65 (2016-11-21 17:45:37 -0600) by thommey +Various small bugfixes. + +doc/Changes1.8 +src/botnet.c +src/dccutil.c +src/flags.c +src/main.c +src/misc_file.c +src/net.c +src/tcluser.c +src/userent.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 1d67443 (2016-11-14 23:23:01 -0500) by Geo +Adjust TLS ifdefs to not skip link steps + +src/dcc.c + +- - - - - - - - - - - - - - - +Commit 8f9d578 (2016-11-13 23:02:41 -0500) by Geo +Update NEWS-1.8.0 + +NEWS-1.8.0 + +- - - - - - - - - - - - - - - +Commit a16b333 (2016-11-13 22:31:40 +0100) by thommey +Rename NEWS to NEWS-1.8.0. + +NEWS +NEWS-1.8.0 +README + +- - - - - - - - - - - - - - - +Commit fb5503e (2016-11-13 22:30:06 +0100) by thommey +Fix reference to 1.8 transition documentation- + +README + +- - - - - - - - - - - - - - - +Commit a6b77ee (2016-11-13 22:28:31 +0100) by thommey +Merge readme.1.8.0 into NEWS. + +NEWS +README.1.8.0 + +- - - - - - - - - - - - - - - +Commit cfbe94a (2016-11-12 10:39:19 -0600) by thommey +Add 1.8 readme. + +README +README.1.8.0 + +- - - - - - - - - - - - - - - +Commit 7c42c06 (2016-11-01 22:59:17 -0400) by Geo +Eggdrop v1.8.0 Release Candidate 2 + +doc/html/searchindex.js +src/patch.h + +- - - - - - - - - - - - - - - +Commit d9b1e6d (2016-11-01 22:58:18 -0400) by Geo +Update ChangeLog + +ChangeLog + - - - - - - - - - - - - - - - Commit d469046 (2016-11-01 22:49:59 -0400) by Geo Commit ChangeLog during releaseprep if changed diff --git a/doc/html/about.html b/doc/html/about.html new file mode 100644 index 000000000..4db494581 --- /dev/null +++ b/doc/html/about.html @@ -0,0 +1,85 @@ + + + + + Eggdrop Documentation: About Eggdrop + + + +
+

About Eggdrop

+
+
+ +

Eggdrop was created around December 1993 to help stop the incessant + wars on #gayteen. It spawned from another bot that was in the process of + being written at the time called "Unrest". The purpose of + Unrest was to answer help requests from other bots. The first public + release was version 0.6, and since then, it has grown into what you have + before you.

+ +

Eggdrop is the World's most popular Internet Relay Chat (IRC) bot; + it is freely distributable under the GNU General Public License (GPL). + Eggdrop is a feature rich program designed to be easily used and + expanded upon by both novice and advanced IRC users on a variety of + hardware and software platforms.

+ +

An IRC bot is a program that sits on an IRC channel and performs + automated tasks while looking just like a normal user on the channel. + Some of these functions include protecting the channel from abuse, + allowing privileged users to gain op or voice status, logging channel + events, providing information, hosting games, etc.

+ +

One of the features that makes Eggdrop stand out from other bots is + module and Tcl scripting support. With scripts and modules, you can make + the bot perform almost any task you want. They can do anything from + preventing floods to greeting users and banning advertisers from + channels.

+ +

You can also link multiple Eggdrop bots together to form a botnet. + This can allow bots to op each other securely, control floods efficiently, + and even link channels across multiple IRC networks. It also allows the + Eggdrops share user lists, ban lists, exempt/invite lists, and ignore + lists with other bots if userfile sharing is enabled. This allows users + to have the same access on every bot on your botnet. It also allows the + bots to distribute tasks such as opping and banning users. See doc/BOTNET + for information on setting up a botnet.

+ +

Eggdrop is always being improved and adjusted because there are bugs + to be fixed and features to be added (if the users demand them, and they + make actually sense). In fact, it existed for several years as v0.7 - + v0.9 before finally going 1.0. This version of Eggdrop is part of the + 1.8 tree. A valiant effort has been made to chase down and destroy + bugs.

+ +

To use Eggdrop, you need:

+ +
+
    +
  • Some sort of Unix account
  • + +
  • A pretty good knowledge of IRC and Unix, including how to + compile programs, how to read, and what DCC chat is, at absolute + minimum.
  • + +
  • About 5-7 MB of disk space. The Eggdrop tarball is about 5.4 MB + unpacked.
  • + +
  • Tcl -- Eggdrop cannot compile without Tcl installed on your + shell.
  • +
+
+ +

Before starting, ask yourself if you really need a bot. Most IRC + servers allow only a handful of bots, and some forbid them outright. + The reason? Too many people run bots as "toys" or as a means + of destruction. If you want to use Eggdrop for destructive purposes, go + ahead and erase this directory now. It's almost impossible to do + what you want with this bot.

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/app-problems.html b/doc/html/app-problems.html new file mode 100644 index 000000000..3495a5768 --- /dev/null +++ b/doc/html/app-problems.html @@ -0,0 +1,49 @@ + + + + + Eggdrop Documentation: Known Problems + + + +
+

Known Problems

+
+
+ +

Things that are broke, but aren't getting fixed anytime + soon:

+
+
    +
  • +

    Non-working alarm(10) in Linux (calls to gethostbyaddr/name() + have blocked for long periods when bind/named doesn't resolve + quickly, and the alarm does not interrupt it).

    + +
    +

    Note: This should now work if you use the dns module.

    +
    +
  • + +
  • +

    High-bit characters are being filtered from channel names. + This is a fault of the Tcl interpreter, and not Eggdrop. The Tcl + interpreter filters the characters when it reads a file for + interpreting. Update your Tcl to version 8.1 or higher.

    +
  • + +
  • +

    Version 8.1 of Tcl doesn't support unicode characters, for + example, è. If those characters are handled in a script as + text, you run into errors. Eggdrop can't handle these errors at + the moment.

    +
  • +
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/app-textsub.html b/doc/html/app-textsub.html new file mode 100644 index 000000000..c078e430d --- /dev/null +++ b/doc/html/app-textsub.html @@ -0,0 +1,138 @@ + + + + + Eggdrop Documentation: Textfile Substitutions + + + +
+

Textfile Substitutions

+
+
+ +

These %-variables can be inserted into help files, the banner, the + MOTD, and other text files.There are four variables that can be used to + format text:

+ +
+
+
%b
+ +
display bold
+ +
%v
+ +
display inverse
+ +
%_
+ +
display underline
+ +
%f
+ +
display flashing via telnet; bold underline via irc
+
+
+ +

These variables will be interpreted by Eggdrop and replaced by their + respective values:

+ +
+
+
%B
+ +
bot's nickname (i.e. "LamestBot")
+ +
%V
+ +
current Eggdrop version (i.e. "eggdrop v1.8.0")
+ +
%E
+ +
long form of %V (i.e. "Eggdrop v1.8.0 (C) 1997 Robey Pointer + (C) 2010 Eggheads Development Team")
+ +
%C
+ +
channels the bot is on (i.e. "#lamest, + #botnetcentral")
+ +
%A
+ +
whatever is set in the config file by 'set admin'
+ +
%n
+ +
whatever is set in the config file by 'set network'
+ +
%T
+ +
the current time (i.e. "15:00")
+ +
%N
+ +
the current user's nickname (i.e. "Robey")
+ +
%U
+ +
the current operating system the bot is on
+ +
%%
+ +
a percent sign ("%")
+
+
+ +

You can also encode messages which can only be read by people with + certain flags:

+ +
+
+
%{+m}some text%{-}
+ +
Only masters would see this.
+ +
%{+A}some text%{-}
+ +
Only people with the user flag +A see this.
+ +
%{+b}some text%{-}
+ +
This is only displayed to users doing a remote '.motd' + from another bot.
+ +
%{+|m}some text%{-}
+ +
Only channel masters would see this.
+
+
+ +

Other variables:

+ +
+
+
%{cols=N}
+ +
start splitting output into N columns
+ +
%{cols=N/W}
+ +
same as above, but use a screen width of W
+ +
%{end}
+ +
end columnated or restricted (%{+m}) block
+ +
%{center}
+ +
center the following text (70 columns)
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/app-tricks.html b/doc/html/app-tricks.html new file mode 100644 index 000000000..420919d86 --- /dev/null +++ b/doc/html/app-tricks.html @@ -0,0 +1,71 @@ + + + + + Eggdrop Documentation: Tricks + + + +
+

Tricks

+
+
+ +
    +
  • +

    You can rename a builtin command by binding over it. To rename + '.status' to '.report', you'd do:

    + +
    +

    unbind dcc - status *dcc:status
    + bind dcc m report *dcc:status

    +
    + +

    The first line removes the builtin binding on '.status', + and the second line binds '.report' to the builtin status + function.

    +
  • + +
  • +

    If you don't want your logfiles to be deleted after two days and + don't want the bot to create a new logfile each new day, then set + 'keep-all-logs' to 0 and 'switch-logfiles-at' to 2500 + in your bot's config file to make it keeping one logfile all the + time. This is not recommended on high traffic channels.

    +
  • + +
  • +

    You can modify Eggdrop's output in partyline and messages by + editing core.english.lang in the language directory.

    +
  • + +
  • +

    You can export parts of your config file to separate files. For + example, if you have several config files which differ from themselves + only by the nickname and the used servers, you can export them to an + own file and link it with the 'source' Tcl command, similar to + a script. The advantage of this is that you have to edit/upload only + the small file instead of the big one. This technique is also useful + if you want to maintain the same channel settings, etc across your + botnet.

    +
  • + +
  • +

    You can use variables in your config file, since it's really + just a normal Tcl file. For example, you can set 'userfile' + and 'chanfile' to "yourbot.user" and + "yourbot.chan" using the following method:

    + +
    +

    set myvar "yourbot"
    + set userfile "$myvar.user"
    + set chanfile "$myvar.chan"

    +
    +
  • +
+
+

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/app-weird.html b/doc/html/app-weird.html new file mode 100644 index 000000000..abcb87483 --- /dev/null +++ b/doc/html/app-weird.html @@ -0,0 +1,82 @@ + + + + + Eggdrop Documentation: Weird Messages That Get Logged + + + +
+

Weird Messages That Get Logged

+
+
+ +

Shown below are some messages that Eggdrop might log from time to time + that may seem a bit strange and have meanings which may not be obvious

+ +

(!) timer drift -- spun N minutes

+ +
+

This is caused by one of several known things...

+
+ +
+
    +
  • +

    Your bot could have been swapped out of memory for a while, or for + some reason the computer could have stopped letting the bot run. Once + a minute, Eggdrop does a few maintenance things, including counting + down any active Tcl timers. If for some reason, several minutes pass + without Eggdrop being able to do this, it logs this message to let + you know what happened. It's generally a bad thing, because it means + that the system your bot is on is very busy, and the bot can hardly + keep track of the channel very well when it gets swapped out for + minutes at a time.

    +
  • + +
  • +

    On some systems (at least Linux), if the DNS your bot is using to + lookup hostnames is broken and *very* slow in responding (this can + occur if the DNS server's uplink doesn't exist), then you + will get 4-5 minute timer drifts continuously. This can be fixed by + loading the dns module.

    +
  • + +
  • +

    The clock on your machine has just been changed. It may have been + running behind by several minutes and was just corrected.

    +
  • +
+
+ +

(!) killmember(Nickname) -> nonexistant

+ +
+

We have yet to track this down. It's a mildly bad thing, however. + It means the bot just got informed by the server that someone left the + channel -- but the bot has no record of that person ever being ON the + channel.

+ +

+ jwilkinson@mail.utexas.edu had some insight into this one:

+ +
+

This is not an Eggdrop bug, at least not most of the time. This is a + bug in all but perhaps the very latest ircd systems. It's not + uncommon during netsplits and other joins for the server to lose track + of killed or collided join notices. Also, in some servers, it is + possible to specify non-standard characters, such as carret symbols, + which get falsely interpreted as capital letters.

+ + +

When converted to lowercase, these symbols fail to get processed, + and joins are not reported, although parts are.

+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/appendices/first-script.html b/doc/html/appendices/first-script.html index 877d4b993..83b55e8c3 100644 --- a/doc/html/appendices/first-script.html +++ b/doc/html/appendices/first-script.html @@ -219,7 +219,7 @@

Search

diff --git a/doc/html/appendices/index.html b/doc/html/appendices/index.html index dfed7020c..4a6c46a00 100644 --- a/doc/html/appendices/index.html +++ b/doc/html/appendices/index.html @@ -144,7 +144,7 @@

Search

diff --git a/doc/html/appendices/known-probs.html b/doc/html/appendices/known-probs.html index 91a2bcc14..c1826309e 100644 --- a/doc/html/appendices/known-probs.html +++ b/doc/html/appendices/known-probs.html @@ -162,7 +162,7 @@

Search

diff --git a/doc/html/appendices/text-sub.html b/doc/html/appendices/text-sub.html index 56ebaed9c..43e8fb2d8 100644 --- a/doc/html/appendices/text-sub.html +++ b/doc/html/appendices/text-sub.html @@ -243,7 +243,7 @@

Search

diff --git a/doc/html/appendices/tricks.html b/doc/html/appendices/tricks.html index 2b640170f..2090e5a46 100644 --- a/doc/html/appendices/tricks.html +++ b/doc/html/appendices/tricks.html @@ -182,7 +182,7 @@

Search

diff --git a/doc/html/appendices/weird-msgs.html b/doc/html/appendices/weird-msgs.html index 9d93329c4..7686108e2 100644 --- a/doc/html/appendices/weird-msgs.html +++ b/doc/html/appendices/weird-msgs.html @@ -190,7 +190,7 @@

Search

diff --git a/doc/html/bans.html b/doc/html/bans.html new file mode 100644 index 000000000..c884591ec --- /dev/null +++ b/doc/html/bans.html @@ -0,0 +1,121 @@ + + + + + Eggdrop Documentation: Bans, Invites, and Exempts + + + +
+

Bans, Invites, and Exempts

+
+
+ +

I assume that you know how bans work on IRC. Eggdrop handles bans, + exempts and invites in various ways, and this file is intended to help + clarify how these modes are used within the bot. From here on, + 'mode' applies to all three modes (bans, exempts, and invites) + unless otherwise specified. There are three types of modes:

+ +
+
+
Global modes
+ +
+

These modes will be active on every channel the bot monitors. + Some will "expire" after a while (be removed + automatically). Others are considered "permanent" and + can only be removed by a master.

+
+ +
Channel modes
+ +
+

These modes are active only on one channel, and are almost + always temporary modes that expire after an hour or so (depending + on how long you've specified in the config file). Usually + they're created by a Tcl script of some sort.

+
+ +
Non-bot modes
+ +
+

These are modes that were not placed by the bot. They can be + removed by anyone on the channel. The other two types of modes + are protected by the bot (unless the channel settings specify + otherwise), and have to be removed via the bot.

+
+
+
+ +

Bans can also be either sticky or unsticky:

+ +
+
+
Sticky
+ +
+

These modes are usually set by a user using the ".stick" + command. Modes with this attribute are attempted to be kept active + on the channel at all times by the bot, even if the channel is set + to use dynamic modes. Obviously, if the channel isn't set to use + dynamic modes, this won't have any effect.

+
+ +
Un-sticky
+ +
+

These modes are the style that Eggdrop sets by default when + a user uses one of the commands that result in a mode. This + attribute means that the ban will be removed if using dynamic + modes after a certain time. If a mode is "sticky" and + you wish to set it to be "un-sticky", use the + ".unstick" command.

+
+
+
+ +

Mode behavior:

+ +
+
+
Bans
+ +
+

If the channel is supporting dynamic bans, then the ban is set + when a user with a matching hostmask joins the channel; otherwise, + the modes are set at all times. On a channel with dynamic bans, + the ban expires after 'ban-time' minutes (which is specified + in the config file).

+
+ +
Exempts
+ +
+

If the channel is not supporting dynamic exempts, then they are + set at all times. Otherwise, the exemption is set when a ban is + placed whose host includes that covered by the exempt. The exempt + will remain in place for at least 'exempt-time' minutes + (defined in config file) or until after the corresponding ban has + been removed, whichever happens last.

+
+ +
Invites
+ +
+

If the channel does not support dynamic invites, then they are + set at all times. Otherwise, the invite is set when the channel + is +i and a user requests an invite into the channel. The invite + then remains set for 'invite-time' minutes (defined in + config file) or until the channel goes -i again, whichever happens + last.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/botnet.html b/doc/html/botnet.html new file mode 100644 index 000000000..f2fcbda55 --- /dev/null +++ b/doc/html/botnet.html @@ -0,0 +1,430 @@ + + + + + Eggdrop Documentation: Botnet Sharing and Linking + + + +
+

Botnet Sharing and Linking

+
+
+ +

The purpose of this document is to show you what a botnet is and how + it could be useful to you. It also covers botflags userfile sharing.

+
+ +

Contents

+ +
+
    +
  1. Terms
  2. + +
  3. What is a botnet?
  4. + +
  5. Adding and linking bots
  6. + +
  7. Using botflags
  8. + +
  9. Making bots share user records
  10. +
+
+
+ +

Terms

+ +
+

The following are some common terms used in this document:

+ +
+
Botnet
+ +
+

A botnet consists of one or more bots connected together.

+
+ +
Link
+ +
+

Link is the term used to describe a bot connecting to another + bot.

+
+ +
Hub
+ +
+

A bot is described as a hub-bot if one or more bots are linked + to it.

+
+ +
Leaf
+ +
+

A leaf is a non-hub bot connecting to a hub-bot. A leaf has + only one other bot connected to it, its hub. Leaf bots can be + assigned the "l" botflag to prevent other bots from + linking to them.

+
+ +
Link Bot
+ +
+

A link-bot is a bot that is linked to another bot. It may or + may not be a hub-bot.

+
+ +
Share
+ +
+

Share is the term used to describe the sharing of user records. +

+
+ +
Share Bot
+ +
+

A share-bot is a bot which shares user records with one or more + linked bots.

+
+ +
Aggressive Share
+ +
+

Aggressive share is a term used to describe the direction of + sharing user-files. Aggressive share bots will SEND userfiles to + another passive bot.

+
+ +
Passive Share
+ +
+

Passive share is a term used to describe the direction of + sharing user-files. Passive share bots will accept userfiles from + an aggressive share bot.

+ +

Example bottree:

+ +
+     BotA
+       |-+BotB
+         `-+BotC
+
+ + +

BotB is linked to a master sharebot, BotA, and a slave + sharebot, BotC. BotB shares passively with [receives from] + BotA and shares aggressively with [sends to] BotC.

+
+ +
Flags
+ +
+

Flags are attributes that determine what a bot can or is + allowed to do. Flags can be either global (such as +s) or channel + specific (such as |+s #lamest). See '.help botattr' for + help with setting these flags.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
sshare aggressively (SEND userfile to a passive bot)
pshare passively (ACCEPT userfile from an aggressive bot) +
gglobal share (share all channels)
hhub (automatically link to this bot)
aalternate (automatically link to this bot if the hub bot + can't be linked)
lleaf (bot is not allowed to link in other bots)
rreject (bot will not be allowed to link)
iisolate (isolate the party line across a bot link)
0-9user defined flags
+
+ +
+ +
Address
+ +
+

The physical address, containing the address and port of the + bot. For example: lame.org:3333. You can change a bot's + address with '.chaddr <botname> <hostaddress botport + [/userport]>'.

+
+ +
Relay Port
+ +
+

The relay port number of the bot is defined in the config file. + Note that you can define one port for bots and another for user + connections.

+
+ +
Relay
+ +
+

A relay connection is used to relay (jump) to another bot via + telnet or DCC chat. You can relay to another bot even if the remote + bot is not linked. You can use ".relay <botname>" to + relay to another bot.

+
+ + +
Port
+ +
+

The telnet port is used by the bot to communicate with other + bots and/or users. Note that you can define separate ports for + user and bot connections.

+
+
+
+ +

What is a botnet?

+ +

A botnet consists of one or more bots linked together. This can allow + bots to op each other securely, control floods efficiently, and share + user lists, ban lists, exempt/invite lists, and ignore lists (if sharing + is enabled).

+ +

Adding and linking bots

+ +

With the common terms out of the way, we can start with the process of + linking two bots. Before you start, you need to know the address and + port of each bot you wish to link. Here is an example scenario:

+ +
+

BotA is on lame.org listening on port 3333, and BotB is on irc.org + listening on port 4444. First, you have to add each Bot to the other's + userfile. On BotA, you would type '.+bot BotB irc.org 4444'. + If BotB is on a common channel with BotA, BotB's hostmask is + automatically added. Otherwise, you have to add the hostmask manually + with the '.+host' command. On BotB, you would type '.+bot + BotA lame.org 3333'.

+ +

At this point, you can link the two bots by typing '.link + BotA' on BotB (or '.link BotB' on BotA). The bots will + now give themselves random passwords which are not + stored encrypted in the userfile. Note that you can link as many bots + as you wish to your botnet.

+
+ +

Using botflags

+ +

Botflags are needed to assign special functions and tasks to your + bots. Bot flags are set with the '.botattr' command. See + '.help botattr' for help with this command. The following is + a list of botflags and their functions:

+ +
+

"h" (hub)

+ +

If you want your bot(s) to automatically link/relink, you can + assign the +h botflag each bot's hub. Note that if you set + multiple bots +h, the bot only attempts to link to one.

+ + +

"a" (alternate)

+ +

If your bots are, for some reason, unable to link to their hub, + they will attempt to connect to an alternate hub. You can assign a + bot as an alternate hub by giving it the +a botflag.

+ + +

"l" (leaf)

+ +

This flag, assigned to a link bot, will prevent the link bot from + linking other bots to your botnet.

+ + +

"r" (reject)

+ +

If you assign this flag to a link bot, the link bot will not be + allowed to link to the botnet.

+ + +

"i" (isolate)

+ +

This flag isolates a link bot's partyline from the rest of the + botnet. Anything said on the link bot's partyline won't appear + on the rest of the botnet.

+ + +

"s" (SEND userfile to)

+ +

+s - Giving a link bot this flag will make the bot share + aggressively with the link bot. See 'Aggressive Share' in the + 'Terms' section of this document for more information on + aggressive sharing.

+ +

|s - +s bots need this flag for each channel you want to share. +

+ + +

"p" (ACCEPT userfile from)

+ +

Giving a link bot this flag will make the bot share passively + with the link bot. See 'Passive Share' in the 'Terms' + section of this document for more information on passive sharing.

+ + +

"g" (global share)

+ +

This flag allows the sharing of all channels with a link bot.

+ + +

"0-9" (user-defined)

+ +

These 10 flags are user-defined can be used by scripters.

+
+ +

Making bots share user records

+ + +

Before you start preparing your bots for sharing, make sure that + you've loaded the transfer and share modules. You also have to + ensure that each channel you wish to share is set +shared (see + '.help chanset' and '.help chaninfo').

+ +

By using specific botflags, you can cause your bot to share + aggressively with some link bots, and passively with others. For + sharing to work, flags must be set properly on both the passive and + the aggressive bots. An aggressive bot will not share userfiles with + another aggressive bot; a passive bot will not share userfiles with + another passive bot.

+ +

First off, let's say we have two bots we want to link. We will + call one Lamestbot, and the other Lameshare. The first thing that needs + to be done is each bot needs the other bot added to it's user record. + Your botnet should have a hub bot. This will have them connect + automatically whenever they are started. Without a hub, you would have to + manually link them with the .link command. For this situation we will + make Lamestbot the hub for our small botnet. Let's also use a channel + called #eggdrop as the one we want to share user channel flags with. Do + the following:

+ +

On Lamestbot:

+ +
+

.+bot Lameshare eggdrop.com 3333 (This command adds a user record to + Lamestbot for Lameshare. Lameshare is running from eggdrop.com and is + on port 3333. If Lameshare were to have a separate port for + users/relays we would just add a '/' and the port number, i.e. + 3333/5555.)

+ +

.botattr Lameshare +s (This tells us that Lamestbot will only send + user files to Lameshare; Lameshare will not send them to it.)

+ +

.botattr Lameshare |s #eggdrop (this sets up sharing of the channel + flags for #eggdrop between the bots. Without this, they will not share + channel flags only global flags for the users.)

+
+ +

On Lameshare:

+ +
+

.+bot Lamestbot best.com 3333/5555 (Again this will add a user on + Lameshare called Lamestbot with the domain of best.com. The bot has two + ports, 3333 for bot communications and 5555 for users/relays.)

+ +

.botattr Lamestbot +hp (This command sets Lamestbot as the hub and + also as a passive share, which means Lameshare will accept user files + from Lamestbot.

+ +

.botattr Lamestbot |s #eggdrop (This sets #eggdrop as a share + channel.)

+
+ +

Our botnet:

+ +
+     Lamestbot
+       `-+Lameshare
+
+ +

Let's add a third bot called beldin to this scenario:

+ +

On Lamestbot:

+ +
+ .+bot beldin llama.com 3333 + +

.botattr beldin s|s #eggdrop (Notice how i piped (the | character) + the channel flag also saving time.)

+
+ +

Also note that you don't have to add beldin on Lameshare. Since + they are already sharing, it was added automatically. The one thing that + you should note is that no bot flags will be shared. If you set beldin as + +s (Aggressive share) on the hub (Lamestbot) he will not be set on the + other bots as that. The same with the channel +s flag. All other flags + will be shared such as the o, f, etc. Now that we have three bots, we + can also set up one as an alternate hub. The alternate hub is the bot + that the bots will auto-connect to in the event the hub goes down or + is unreachable.

+ +

Let's make beldin an alternate hub for our little botnet.

+ +

On Lameshare:

+ +
+

.botattr beldin +a

+
+ +

That's all there is to it. Again, since bot flags are not shared, + you would have to add the bot flag +a for beldin on them all. The only + ones you would not have to do this on are beldin and the hub (Lamestbot). + Of course, if you had more bots, you would have to add beldin as a +a on + them, but you would not do it on the hub or beldin.

+ +
+

Our botnet:

+ +
+     Lamestbot
+       |-+beldin
+       `-+Lameshare
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/compiling.html b/doc/html/compiling.html new file mode 100644 index 000000000..34b584ae9 --- /dev/null +++ b/doc/html/compiling.html @@ -0,0 +1,755 @@ + + + + + Eggdrop Documentation: Compile Guide and FAQ + + + +
+

Compile Guide and FAQ

+
+
+ +

This guide may help you successfully compile Eggdrop. Suggestions are by + various contributors. If you think something should be added, please send + an e-mail to bugs@eggheads.org. Note + that in this document, text between a '<' and a '>' + should be replaced (without the '<' and '>').

+ +

NOTE: This is not a 'quick install' guide. See the INSTALL file + for basic setup information. This is intended to help you compile the bot + on uncommon operating systems, or work past problems encountered during + compile.

+ +

Compile Guide

+
+
    +
  1. Standard compile process (Linux, FreeBSD, NetBSD, + OpenBSD, etc)
  2. + +
  3. HP-UX B.11.*
  4. + +
  5. Ultrix
  6. + +
  7. Mac OS X
  8. + +
  9. AIX
  10. + +
  11. IRIX
  12. + +
  13. Ultrix
  14. + +
  15. Cygwin / Windows
  16. + +
  17. Tcl Detection and Installation
  18. +
+
+ +

Frequently Asked Questions

+
+
    +
  1. I get a lot of warnings.
  2. + +
  3. I get a 'strip terminated with signal 6' + error during compile/install, or another error related to + 'strip'.
  4. + +
  5. 'DIR' undeclared (and a whole bunch of + others) (AIX 4)
  6. + +
  7. 'fd_set' undeclared (and a whole bunch + of others) (AIX 4)
  8. + +
  9. Unresolved or undefined symbols: ldclose, ldopen, + ldnshread (AIX 3)
  10. + +
  11. Unsatisfied symbols 'shl_findsym' and + 'shl_load' (HP-UX 9)
  12. + +
  13. Compile stops at the last minute with "ld + fatal signal 11"! (Linux)
  14. + +
  15. Undefined references in net.o (Sun OS)
  16. + +
  17. I experience problems starting the configure script + (AIX/various)
  18. + +
  19. I get a 'make: Permission denied' error + when I type 'make config' or 'make' (FreeBSD / + *BSD)
  20. +
+
+
+ +

Compile Guide

+ +

This will tell you how to compile Eggdrop on various operating systems. + If you have gotten Eggdrop to compile on an operating system not listed + here, please let the development team know how, at + eggdev@eggheads.org. + Please tell us what, if any, special steps were required to compile the + bot. Also, any compiler warnings/etc, and the 'config.log' and + 'config.h' files would be helpful. The development team does not + have access to the resources needed to test portability on uncommon + operating systems, so your help is greatly appreciated.

+ +

A. Standard compile process (32-bit Linux, + FreeBSD, NetBSD, OpenBSD, etc.)

+ +
+
    +
  1. +

    Type './configure' from the Eggdrop directory. Some of the + options that can be given to ./configure are explained below.

    + +
      +
    • --enable-strip
      + If you want to create a smaller binary, you can use this option. + HOWEVER, this will remove debugging symbols and make bug reports + almost completely useless, and is not recommended. If disk space + is very limited, however, it might help to enable this.

    • + +
    • --with-tcllib
    • +
    • --with-tclinc
      + See E. Tcl Detection and Installation below (at + the end of this compile guide).
    • +
    +
    +
  2. + +
  3. Type either 'make config', or 'make iconfig' to + determine which modules will be compiled.

  4. + +
  5. Type 'make' from the Eggdrop directory, or to force a + statically linked module bot, type 'make static'. Otherwise, + the Makefile will use whatever type of compile the configure script + determined your system will support. Dynamic is always the better way + to go if possible. You can force a dynamic build with 'make + eggdrop'. There are also the 'debug' and 'sdebug' + (static-debug) options, which will give more detailed output on a + crash. This will help the development team track down the crash and + fix the bug. Debug and sdebug will take a little longer to compile + and will enlarge the binary a bit, but it's worth it if you want to + support Eggdrop development.

  6. + +
  7. Eggdrop must be installed in a directory somewhere. This is + accomplished by typing 'make install'.

    + + This will install the Eggdrop in your home directory in a directory + called 'eggdrop' (i.e. /home/user/eggdrop).

    + + If you want to install to a different directory, use: + +
    +
    +make install DEST=<directory>
    +
    +
    + + For example: + +
    +
    +make install DEST=/home/user/otherdir
    +
    +
    +
+
+ +

B. HP-UX B.11.*

+ +
+

Follow the standard compile process in Section A. + To compile dynamically (with module support), use 'make eggdrop' + instead of 'make'.

+ +

During a linking in a dynamic build, you may experience an error + such as:

+ +
+
+gcc -pipe -fPIC -shared -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o
+chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o
+main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o
+tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o
+-L/usr/local/lib -ltcl8.4 -lm -ldld -lnsl md5/md5c.o compat/*.o `cat
+mod/mod.xlibs`
+/usr/ccs/bin/ld: DP relative code in file bg.o - shared library must be
+position independent. Use +z or +Z to recompile.
+collect2: ld returned 1 exit status
+*** Error exit code 1
+
+
+ +

If you know the cause of this error, please contact the Eggheads + Development Team at + eggdev@eggheads.org.

+ +

Note that on HP-UX, the SHLIB_PATH environment variable should be used + instead of LD_LIBRARY_PATH.

+
+ +

C. Ultrix

+ +
+

There are some known problems with 'make' and Eggdrop on + Ultrix systems. We recommend using 'gmake' (GNU make) for this + reason, as in the steps below.

+ +

If your system does not have 'gmake', you can download it + from:

+ +
http://ftp.gnu.org/pub/gnu/make/
+ +

It can be installed in your home directory, as with Tcl, but that is + beyond the scope of this document. Read the INSTALL file that comes with + gmake.

+ +

Following these steps should work:

+ +
+
    +
  1. Depending on what shell your using:

    + + bash/ksh: +
    +
    +export LD_LIBRARY_PATH=<path to DIRECTORY containing Tcl library>:${LD_LIBRARY_PATH}
    +
    +
    + + csh/tcsh/tclsh: +
    +
    +setenv LD_LIBRARY_PATH <path to DIRECTORY containing Tcl library>:${LD_LIBRARY_PATH}
    +
    +
  2. + +
  3. Run the following command from your Eggdrop compilation directory + (this is all one command): + +
    +
    +sh5 ./configure --with-tclinc='<full path to tcl.h>' --with-tcllib='<full path to Tcl library>'
    +
    +
  4. + +
  5. Type 'gmake config' or 'gmake iconfig' to + configure modules.

  6. + +
  7. Type 'gmake'. If you experience problems during linking, + or while building modules, try using 'gmake static', for a + static build, instead.

  8. + +
  9. To install Eggdrop, type 'gmake install'.

    + + This will install the Eggdrop in your home directory in a directory + called 'eggdrop' (i.e. /home/user/eggdrop).

    + + If you want to install to a different directory, use: + +
    +
    +gmake install DEST='directory'
    +
    +
    + + For example: + +
    +
    +gmake install DEST=/home/user/otherdir
    +
    +
  10. +
+
+
+ +

D. Mac OS X

+ +
+

Follow the standard compile process in Section A. + To compile dynamically (with module support), use 'make eggdrop' + instead of 'make'.

+ +

To get third-party modules to compile, you may need to edit the + module's Makefile and add "$(XLIBS) $(MODULE_XLIBS)" to the + end of the ../../../MODULE.$(MOD_EXT) target's $(LD) line.

+ +

For example:

+ +
+
+../../../mymodule.$(MOD_EXT): ../mymodule.o
+$(LD) -o ../../../mymodule.$(MOD_EXT) ../mymodule.o
+$(STRIP) ../../../mymodule.$(MOD_EXT)
+
+
+ +

Would become:

+ +
+
+../../../mymodule.$(MOD_EXT): ../mymodule.o
+$(LD) -o ../../../mymodule.$(MOD_EXT) ../mymodule.o $(XLIBS) $(MODULE_XLIBS)
+$(STRIP) ../../../mymodule.$(MOD_EXT)
+
+
+ +

If you notice a module that requires these changes, it would probably + be a good idea to let the module's developer know, so it can be fixed.

+ +

Note that on Mac OS X, the DYLD_LIBRARY_PATH environment variable + should be used instead of LD_LIBRARY_PATH.

+
+ +

E. AIX

+ +
+

Follow the standard compile process in Section A. + To compile dynamically (with module support), use 'make eggdrop' + instead of 'make'.

+ +

Note that on AIX, the LIBPATH environment variable should be used + instead of LD_LIBRARY_PATH.

+
+ +

F. IRIX

+ +
+

Follow the standard compile process in Section A. + To compile dynamically (with module support), use 'make eggdrop' + instead of 'make'.

+ +

Note that on IRIX, the LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH + environment variables should be used instead of LD_LIBRARY_PATH.

+
+ +

G. Solaris / SunOS

+ +
+

Follow the standard compile process in Section A. + To compile dynamically (with module support), use 'make eggdrop' + instead of 'make'.

+ +

Note that on Solaris / SunOS, the LD_LIBRARY_PATH_32 and + LD_LIBRARY_PATH_64 environment variables may need to be set instead of + (or in addition to, to be safe) LD_LIBRARY_PATH.

+
+ +

H. Cygwin / Windows

+ +
+

To compile and install Eggdrop on windows, perform the steps listed + below.

+ +
+
    +
  1. Download and install Cygwin + (http://www.cygwin.com). Make + sure to install things like GCC, zlib, minires, autoconf, and + automake. DO NOT install the Tcl provided + by Cygwin's installer. After installing, open the Cygwin bash + prompt.

  2. + +
  3. Download and install TCL 8.4.1. You can get Tcl for Cygwin at + + http://prdownloads.sourceforge.net/windrop/tcl-8.4.1.tar.gz. + Extract this to the Cygwin root directory: + +
    +
    +cd /
    +tar -zxf tcl-8.4.1.tar.gz
    +
    +
  4. + +
  5. Download Eggdrop from + geteggdrop.com to your home directory. This is usually + something like 'C:\cygwin\home\<username>\'. After + downloading, extract the Eggdrop tarball: + +
    +
    +tar -zxf eggdrop1.8.0.tar.gz
    +
    +
  6. + +
  7. Run './configure --enable-strip'. Debugging information + under Windows is basically useless to the development team, and thi + will reduce the size of your Eggdrop binary.

  8. + +
  9. Type either 'make config', or 'make iconfig' to + determine which modules will be compiled.

  10. + +
  11. Compile the bot using 'make eggdrop'.

  12. + +
  13. Install the bot by typing 'make install DEST=<install + path>'.

    + + For example: + +
    +
    +make install DEST='C:/eggdrop/'
    +
    +
    + + Make sure to enclose the destination directory/folder in single + quotes (''), especially if it contains spaces.

  14. + +
  15. Preform the following commands: + +
    +
    +cd 'C:/<install path>/' (example: cd 'C:/eggdrop')
    +rm modules
    +rm eggdrop.exe
    +mv eggdrop.exe-1.8.0 eggdrop.exe
    +mv modules-1.8.0 modules
    +
    +
  16. + +
  17. Create a 'lib' directory and copy needed libraries using + the following commands. This assumes that you installed your Eggdrop + in 'C:\eggdrop'. If you chose a different installation path, + replace 'C:/eggdrop' in the following steps with your + installation directory, replacing all '\'s with + '/'s. + +
    +
    +cp /bin/cygwin1.dll 'C:/eggdrop'
    +cp /usr/local/bin/tcl84.dll 'C:/eggdrop'
    +cp /usr/local/bin/tclpip84.dll 'C:/eggdrop'
    +
    +mkdir C:/eggdrop/lib
    +cp -r /usr/local/lib/dde1.2 'C:/eggdrop/lib'
    +cp -r /usr/local/lib/reg1.1 'C:/eggdrop/lib'
    +cp -r /usr/local/lib/tcl8.4 'C:/eggdrop/lib'
    +
    +cp /bin/cygz.dll 'C:/eggdrop' (if you selected compress.mod)
    +cp /bin/cygminires.dll 'C:/eggdrop' (if you selected dns.mod)
    +
    +
  18. +
+
+
+ +

I. Tcl Detection and Installation

+ +
+

If ./configure does not correctly detect the location of your Tcl + library and header file, or if you experience errors related to Tcl + during linking, perform these steps:

+ +
+
    +
  1. Depending on what shell your using:

    + + bash/ksh: +
    +
    +export LD_LIBRARY_PATH=<path to DIRECTORY containing Tcl library>:${LD_LIBRARY_PATH}
    +
    +
    + + csh/tcsh/tclsh: +
    +
    +setenv LD_LIBRARY_PATH <path to DIRECTORY containing Tcl library>:${LD_LIBRARY_PATH}
    +
    +
    + + Note that some OS;'s use a different environment variable to tell + ld where to look for a library. See the notes for your specific OS + above (if applicable).

  2. + +
  3. Run the following command from your Eggdrop compilation directory + (this is all one command):

    + +
    +
    +./configure --with-tclinc='<full path to tcl.h>' --with-tcllib='<full path to Tcl library>'
    +
    +
  4. + +
  5. Continue compiling the bot as outlined in Section + A, starting with 'make config'.

  6. +
+
+ +

If you do not have Tcl installed on your system, you can compile it in + your /home directory. Download Tcl from Tcl's SourceForge project page + at + http://www.sourceforge.net/projects/tcl/, or from ActiveState at + + ftp://tcl.activestate.com/pub/tcl/tcl8_4/. Read Tcl's README file + for help with compiling and installing it. After you compile Tcl, follow + the steps above to allow Eggdrop to detect Tcl.

+
+ +

1. I get lots of warnings.

+ +
+

Warnings do not necessarily mean anything bad. As long as the compile + completes, there is really nothing to worry about. Generally, we try to + avoid warnings. We try to fix the warnings we are aware of. If you + experience warnings, you can let us know by e-mailing + bugs@eggheads.org. If you feel + like fixing them yourself, please do so and send us a patch (as described + in Patch Howto). Thanks.

+
+ +

2. I get a 'strip terminated with signal + 6' error during compile/install.

+ +
+
+collect2: strip terminated with signal 6 [IOT/Abort trap]
+*** Exit 1 +Stop. +*** Exit 1 +Stop. +
+ + Don't use the --enable-strip ./configure option.

+
+ +

3. 'DIR' undeclared (and a whole bunch + of others) (AIX 4)

+ +
+
+gcc -c -O2 -fno-strength-reduce -I.. -DHAVE_CONFIG_H  filedb.c
+filedb.c: In function `filedb_update':
+filedb.c:209: `DIR' undeclared (first use this function)
+filedb.c:209: (Each undeclared identifier is reported only once
+filedb.c:209: for each function it appears in.)
+filedb.c:209: `dir' undeclared (first use this function)
+filedb.c:209: parse error before `*'
+filedb.c:217: warning: assignment makes pointer from integer without a cast
+filedb.c:218: `name' undeclared (first use this function)
+filedb.c:218: dereferencing pointer to incomplete type
+filedb.c:220: dereferencing pointer to incomplete type
+filedb.c:220: dereferencing pointer to incomplete type
+filedb.c:224: dereferencing pointer to incomplete type
+filedb.c:224: dereferencing pointer to incomplete type
+filedb.c:225: dereferencing pointer to incomplete type
+filedb.c:230: `s' undeclared (first use this function)
+filedb.c:231: `st' undeclared (first use this function)
+filedb.c:232: `fdb' undeclared (first use this function)
+filedb.c:232: `where' undeclared (first use this function)
+filedb.c:237: `fdb1' undeclared (first use this function)
+filedb.c:253: warning: assignment makes pointer from integer without a cast
+make: The error code from the last command is 1.
+
+ +

The configure script didn't detect that this particular system + had dirent.h and sys/dir.h. The solution is to add -DHAVE_DIRENT_H + -DHAVE_SYS_DIR_H to the Makefile's CFLGS line:

+ +
+
+CFLGS = -DHAVE_DIRENT_H -DHAVE_SYS_DIR_H
+
+
+
+ +

4. 'fd_set' undeclared (and a whole bunch + of others) (AIX 4)

+ +
+
+gcc -c -O2 -fno-strength-reduce -I.. -DHAVE_CONFIG_H -DHAVE_DIRENT_H -DHAVE_SYS_DIR_H net.c
+net.c: In function `sockread':
+net.c:390: `fd_set' undeclared (first use this function)
+net.c:390: (Each undeclared identifier is reported only once
+net.c:390: for each function it appears in.)
+net.c:390: parse error before `fd'
+net.c:396: `fd' undeclared (first use this function)
+make: The error code from the last command is 1.
+
+ +

Again, this seems that one of configure's components (sed, awk, + or something along those lines) is broken, and configure failed to + detect that this system needed sys/select.h. The solution is to add + -DHAVE_SYS_SELECT_H to the Makefile's CFLGS line:

+ +
+
+CFLGS = -DHAVE_DIRENT_H -DHAVE_SYS_DIR_H -DHAVE_SYS_SELECT_H
+
+
+
+ +

5. Unresolved or undefined symbols: ldclose, + ldopen, ldnshread (AIX 3)

+ +
+
+cc -s -o eggdrop chan.o chanprog.o chanset.o cmds.o dcc.o dccutil.o
+filedb.o fileq.o files.o gotdcc.o hash.o main.o match.o mem.o misc.o
+mode.o msgcmds.o msgnotice.o net.o tandcmd.o tandem.o tcl.o tclhash.o
+userrec.o users.o -L/home2/f/foster/lib -ltcl7.5 -lm
+   0706-317 ERROR: Unresolved or undefined symbols detected:
+                   Symbols in error (followed by references) are dumped to the load map.
+                   The -bloadmap:<filename> option will create a load map.
+   .ldclose
+   .ldopen
+   .ldnshread
+   make: 1254-004 The error code from the last command is 8.
+
+ +

Apparently, what is happening is a library called ld is required. + Either configure doesn't know it is needed, it simply can't find + it, or maybe this is a unique case. The solution is to have ld linked in + with the final binary.

+ +

Edit your Makefile and find the line that looks something like this:

+ +
+
+GMAKE = ${MAKE} 'CC=cc' 'AWK=awk' 'OBJS=${OBJS}' 'TCLLIBFN=tcl7.5.a'\
+        'CFLAGS=${CFLAGS}' 'XREQ=${XREQ}' 'XLIBS= -L/home2/f/foster/lib -ltcl7.5 -lm'\
+        'TCLLIB=${TCLLIB}' 'RANLIB=ranlib' 'STRIP=-s'
+
+
+ +

Add in -lld into the XLIBS assignment, like this:

+ +
+
+GMAKE = ${MAKE} 'CC=cc' 'AWK=awk' 'OBJS=${OBJS}' 'TCLLIBFN=tcl7.5.a'\
+        'CFLAGS=${CFLAGS}' 'XREQ=${XREQ}' 'XLIBS=-lld -L/home2/f/foster/lib -ltcl7.5 -lm'\
+        'TCLLIB=${TCLLIB}' 'RANLIB=ranlib' 'STRIP=-s'
+
+
+
+ +

6. Unsatisfied symbols 'shl_findsym' and + 'shl_load' (HP-UX 9)

+ +
+
+gcc -s -o eggdrop chan.o chanprog.o chanset.o cmds.o dcc.o
+dccutil.o filedb.o fileq.o files.o gotdcc.o hash.o main.o match.o
+mem.o misc.o mode.o msgcmds.o msgnotice.o net.o tandcmd.o tandem.o
+tcl.o tclhash.o userrec.o users.o -L/home/hltran/tcl/lib -ltcl7.5 -lm
+   /bin/ld: Unsatisfied symbols:
+      shl_findsym (code)
+      shl_load (code)
+   collect2: ld returned 1 exit status
+   *** Error code 1
+   Stop.
+
+ +

Upgrade to a later version of Tcl. The following should also work.

+ +

Edit your Makefile and find the line that looks something like + this:

+ +
+
+GMAKE = ${MAKE} 'CC=gcc' 'AWK=awk' 'OBJS=${OBJS}' 'TCLLIBFN=tcl7.5.a'\
+        'CFLAGS=${CFLAGS}' 'XREQ=${XREQ}' 'XLIBS= -L/usr/local/lib -ltcl7.5 -lm'\
+        'TCLLIB=${TCLLIB}' 'RANLIB=:' 'STRIP='
+
+
+ +

Add in -ldl into the XLIBS assignment, like this:

+ +
+
+GMAKE = ${MAKE} 'CC=gcc' 'AWK=awk' 'OBJS=${OBJS}' 'TCLLIBFN=tcl7.5.a'\
+        'CFLAGS=${CFLAGS}' 'XREQ=${XREQ}' 'XLIBS=-ldl -L/usr/local/lib -ltcl7.5 -lm'\
+        'TCLLIB=${TCLLIB}' 'RANLIB=:' 'STRIP='
+
+
+
+ +

7. Compile stops at the last minute with "ld + fatal signal 11"! (Linux)

+ +
+

This seems to be caused by a non-ELF Tcl library binary, and the compiler + doesn't seem to like it. Download and install Tcl in your home directory + using the steps in E. Tcl Detection and Installation + in the Compile Guide above.

+
+ +

8. Undefined references in net.o (SunOS)

+ +
+
+               First
+Undefined    Referenced
+ Symbol       In file
+
+socket          net.o
+gethostbyname   net.o
+accept          net.o
+bind            net.o
+setsockopt      net.o
+gethostbyaddr   net.o
+getsockname     net.o
+gethostname     net.o
+listen          net.o
+connect         net.o
+ld: fatal: Symbol referencing errors. No output written to eggdrop
+
+ +

This seems to be caused by a few libraries not being detected by the + auto-configure script; it is relatively easy to fix. Edit your Makefile. + Note that yours may be slightly different than this one when it comes to + the Tcl library, but here is the way it probably is:

+ +
+
+GMAKE = ${MAKE} 'CC=gcc' 'AWK=awk' 'OBJS=${OBJS}' 'TCLLIBFN=tcl.a'\
+        'CFLAGS=${CFLAGS}' 'XREQ=${XREQ}' 'XLIBS= -L/usr/local/lib -ltcl -lm'\
+        'TCLLIB=${TCLLIB}' 'RANLIB=:' 'STRIP='
+
+
+ +

Here is what you need to change it to:

+ +
+
+GMAKE = ${MAKE} 'CC=gcc' 'AWK=awk' 'OBJS=${OBJS}' 'TCLLIBFN=tcl.a'\
+        'CFLAGS=${CFLAGS}' 'XREQ=${XREQ}' 'XLIBS=lsocket -ldl -lnsl -L/usr/local/lib -ltcl -lm'\
+        'TCLLIB=${TCLLIB}' 'RANLIB=:' 'STRIP='
+
+
+ +

You are adding three libraries to be linked in: socket, dl, and nsl. + This will resolve the net.o errors.

+
+ +

9. I experience problems starting the configure + script (AIX/various)

+ +
+

If you receive file descriptor or bad interpreter errors when + attempting to run the configure script, try running 'sh + configure' or 'bash configure' instead of + './configure'. This problem seems to show up on many AIX + machines.

+
+ +

10. I get a 'make: Permission denied' + error when I type 'make config' or 'make' (FreeBSD / + *BSD)

+ +
+

This is caused by a bug in FreeBSD (and possibly other BSDs as well). + A simple 'cd .', or changing to a different directory and then + changing back, usually fixes this.

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/coreDocs/assoc.html b/doc/html/coreDocs/assoc.html index 3b5f21c30..61348b9a1 100644 --- a/doc/html/coreDocs/assoc.html +++ b/doc/html/coreDocs/assoc.html @@ -147,7 +147,7 @@

Search

diff --git a/doc/html/coreDocs/blowfish.html b/doc/html/coreDocs/blowfish.html index 154a2f3ff..4d9c74883 100644 --- a/doc/html/coreDocs/blowfish.html +++ b/doc/html/coreDocs/blowfish.html @@ -152,7 +152,7 @@

Search

diff --git a/doc/html/coreDocs/channels.html b/doc/html/coreDocs/channels.html index 595265bb5..b5321e4c2 100644 --- a/doc/html/coreDocs/channels.html +++ b/doc/html/coreDocs/channels.html @@ -525,7 +525,7 @@

Search

diff --git a/doc/html/coreDocs/compress.html b/doc/html/coreDocs/compress.html index d74885d59..b69f3b0cb 100644 --- a/doc/html/coreDocs/compress.html +++ b/doc/html/coreDocs/compress.html @@ -160,7 +160,7 @@

Search

diff --git a/doc/html/coreDocs/console.html b/doc/html/coreDocs/console.html index f7ebb1b7d..90cb998c6 100644 --- a/doc/html/coreDocs/console.html +++ b/doc/html/coreDocs/console.html @@ -162,7 +162,7 @@

Search

diff --git a/doc/html/coreDocs/core.html b/doc/html/coreDocs/core.html index 27e1ff1ef..b658b3f8f 100644 --- a/doc/html/coreDocs/core.html +++ b/doc/html/coreDocs/core.html @@ -797,7 +797,7 @@

Search

diff --git a/doc/html/coreDocs/ctcp.html b/doc/html/coreDocs/ctcp.html index 9324bc58a..9e3bfcd5b 100644 --- a/doc/html/coreDocs/ctcp.html +++ b/doc/html/coreDocs/ctcp.html @@ -179,7 +179,7 @@

Search

diff --git a/doc/html/coreDocs/dns.html b/doc/html/coreDocs/dns.html index 60abc9e32..70d9e25c6 100644 --- a/doc/html/coreDocs/dns.html +++ b/doc/html/coreDocs/dns.html @@ -175,7 +175,7 @@

Search

diff --git a/doc/html/coreDocs/filesys.html b/doc/html/coreDocs/filesys.html index c8e314b83..72ffc4478 100644 --- a/doc/html/coreDocs/filesys.html +++ b/doc/html/coreDocs/filesys.html @@ -175,7 +175,7 @@

Search

diff --git a/doc/html/coreDocs/index.html b/doc/html/coreDocs/index.html index 49f548cec..b1889bdaf 100644 --- a/doc/html/coreDocs/index.html +++ b/doc/html/coreDocs/index.html @@ -178,7 +178,7 @@

Search

diff --git a/doc/html/coreDocs/irc.html b/doc/html/coreDocs/irc.html index a7a8d4d92..45fb8069c 100644 --- a/doc/html/coreDocs/irc.html +++ b/doc/html/coreDocs/irc.html @@ -278,7 +278,7 @@

Search

diff --git a/doc/html/coreDocs/modules.html b/doc/html/coreDocs/modules.html index c7d76046f..a4349043e 100644 --- a/doc/html/coreDocs/modules.html +++ b/doc/html/coreDocs/modules.html @@ -550,7 +550,7 @@

Search

diff --git a/doc/html/coreDocs/notes.html b/doc/html/coreDocs/notes.html index 201d6fc75..9b8e8e632 100644 --- a/doc/html/coreDocs/notes.html +++ b/doc/html/coreDocs/notes.html @@ -170,7 +170,7 @@

Search

diff --git a/doc/html/coreDocs/seen.html b/doc/html/coreDocs/seen.html index b70bb1ab8..06716c013 100644 --- a/doc/html/coreDocs/seen.html +++ b/doc/html/coreDocs/seen.html @@ -149,7 +149,7 @@

Search

diff --git a/doc/html/coreDocs/server.html b/doc/html/coreDocs/server.html index 023554ee6..bc4622da3 100644 --- a/doc/html/coreDocs/server.html +++ b/doc/html/coreDocs/server.html @@ -394,7 +394,7 @@

Search

diff --git a/doc/html/coreDocs/share.html b/doc/html/coreDocs/share.html index c2cf30426..f48f5c97c 100644 --- a/doc/html/coreDocs/share.html +++ b/doc/html/coreDocs/share.html @@ -179,7 +179,7 @@

Search

diff --git a/doc/html/coreDocs/transfer.html b/doc/html/coreDocs/transfer.html index f4008a67e..976873165 100644 --- a/doc/html/coreDocs/transfer.html +++ b/doc/html/coreDocs/transfer.html @@ -169,7 +169,7 @@

Search

diff --git a/doc/html/coreDocs/uptime.html b/doc/html/coreDocs/uptime.html index 54b814a12..6f788391d 100644 --- a/doc/html/coreDocs/uptime.html +++ b/doc/html/coreDocs/uptime.html @@ -155,7 +155,7 @@

Search

diff --git a/doc/html/coreDocs/woobie.html b/doc/html/coreDocs/woobie.html index 16460541c..7aadb775a 100644 --- a/doc/html/coreDocs/woobie.html +++ b/doc/html/coreDocs/woobie.html @@ -148,7 +148,7 @@

Search

diff --git a/doc/html/egg-core.html b/doc/html/egg-core.html new file mode 100644 index 000000000..3aca1db0f --- /dev/null +++ b/doc/html/egg-core.html @@ -0,0 +1,1111 @@ + + + + + Eggdrop Documentation: Eggdrop Core + + + +
+

Eggdrop Core

+
+
+ +

This file describes the syntax and all the settings of your Eggdrop + configuration file. Please note that you don't need to set all of these + variables to make your bot work properly.

+
+ +

Contents

+ +
+
    +
  1. + Configuration settings + +
      +
    1. Executable path
    2. + +
    3. Basic settings
    4. + +
    5. Log files
    6. + +
    7. Console
    8. + +
    9. Files and directories
    10. + +
    11. Botnet, DCC, and network
    12. + +
    13. More advanced settings
    14. + +
    15. SSL settings
    16. + +
    17. Modules
    18. + +
    19. Scripts
    20. +
    +
  2. +
+
+
+ +

1. Configuration settings

+ +

1a. Executable path

+ +
+

The first line in an Eggdrop configuration file should contain + a fully qualified path to your Eggdrop executable. It has to be + implemented in the way the example shows to make the config file + work as a shell script.

+ +

Example:

+ +

#! /path/to/eggdrop

+
+ +

1b. Basic settings

+ +
+

You can change the basic Eggdrop appearance and behavior in this + section.

+
+ +
+
+
set username "lamest"
+ +
+

This setting defines the username the bot uses on IRC. This + setting has no effect if an ident daemon is running on your + bot's machine.

+
+ +
set admin "Lamer <email: + lamer@lamest.lame.org>"
+ +
+

This setting defines which contact person should be shown in + .status, /msg help, and other places. You really should include + this information.

+
+ +
set network "SomeIrcNetwork"
+ +
+

This setting is used only for info to share with others on your + botnet. Set this to the IRC network your bot is connected to.

+
+ +
set timezone "EST"
+ +
+

This setting defines which timezone is your bot in. It's + used for internal routines as well as for logfile timestamping + and scripting purposes. The timezone string specifies the name of + the timezone and must be three or more alphabetic characters. For + example, Central European Time(UTC+1) should be "CET".

+
+ +
set offset "5"
+ +
+

The offset setting specifies the time value to be added to the + local time to get Coordinated Universal Time (UTC aka GMT). The + offset is positive if the local timezone is west of the Prime + Meridian and negative if it is east. The value (in hours) must be + between -23 and 23. For example, if the timezone is UTC+1, the + offset is -1.

+
+ +
set env(TZ) "$timezone $offset" (disabled by + default)
+ +
+

If you don't want to use the timezone setting for scripting + purposes only, but instead everywhere possible, then use this + setting.

+
+ +
set vhost4 "virtual.host.com"
+
set vhost4 "99.99.0.0"
+ +
+

If you're using virtual hosting (your machine has more + than 1 IP), you may want to specify the particular IP to bind to. + You can specify either by hostname or by IP. Note that this is not + used for listening. Use the 'listen-addr' variable to specify + the listening address.

+
+ +
set vhost6 "my.ipv6.host.com"
+
set vhost6 "2001:db8::c001:b07"
+ +
+

IPv6 vhost to bind to for outgoing IPv6 connections. You can + set it to any valid IPv6 address or hostname, resolving to an IPv6 + address. Note that this is not used for listening. Use the + 'listen-addr' variable to specify the listening address.

+
+ +
addlang "english"
+ +
+

If you want to have your Eggdrop messages displayed in another + language, change this command to match your preferences. An + alternative would be to set the environment variable EGG_LANG to + that value.

+ +

Languages included with Eggdrop: Danish, English, French, Finnish, + German.

+
+
+
+ +

1c. Log files

+ +

Eggdrop is capable of logging various things, from channel chatter to + partyline commands and file transfers.

+ +

Logfiles are normally kept for 24 hours. Afterwards, they will be + renamed to "(logfilename).yesterday". After 48 hours, they + will be overwritten be the logfile of the next day.

+ +
+
+
set max-logs 5
+ +
+

This is the maximum number of logfiles allowed. This setting + can be increased; however, don't decrease it.

+
+ +
set max-logsize 0
+ +
+

This is the maximum size of your logfiles. Set it to 0 to + disable. This value is in kilobytes, so '550' would mean + cycle logs when it reaches the size of 550 kilobytes. Note that + this only works if you have keep-all-logs set to 0 (OFF).

+
+ +
set quick-logs 0
+ +
+

This could be good if you have had a problem with logfiles + filling your quota/hard disk or if you log +p and publish it + to the web, and you need more up-to-date info. Note that this + setting might increase the CPU usage of your bot (on the other + hand it will decrease your RAM usage).

+
+ +
logfile <logflags> <channel> + "logs/logfile"
+ +
+

This setting tells the bot what should be logged, from where, + and to which file.

+ +

Logfile flags:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

b

+
+

information about bot linking and userfile sharing

+
+

c

+
+

commands

+
+

d

+
+

misc debug information

+
+

h

+
+

raw share traffic

+
+

j

+
+

joins, parts, quits, and netsplits on the channel

+
+

k

+
+

kicks, bans, and mode changes on the channel

+
+

m

+
+

private msgs, notices and ctcps to the bot

+
+

o

+
+

misc info, errors, etc (IMPORTANT STUFF)

+
+

p

+
+

public text on the channel

+
+

r

+
+

raw incoming server traffic

+
+

s

+
+

server connects, disconnects, and notices

+
+

t

+
+

raw botnet traffic

+
+

v

+
+

raw outgoing server traffic

+
+

w

+
+

wallops (make sure the bot sets +w in init-server)

+
+

x

+
+

file transfers and file-area commands

+
+
+ +

Note that modes d, h, r, t, and v can fill disk quotas quickly. + There are also eight user-defined levels (1-8) which can be used by + Tcl scripts.

+ +

Each logfile belongs to a certain channel. Events of type + 'k', 'j', and 'p' are logged to whatever + channel they happened on. Most other events are currently logged + to every channel. You can make a logfile belong to all channels + by assigning it to channel "*"

+ +

Examples:

+ +

logfile mco * "logs/eggdrop.log"
+ logfile jpk #lamest "logs/lamest.log"

+ +

In 'eggdrop.log', put private msgs/ctcps, commands, + misc info, and errors from any channel.

+ +

In 'lamest.log', log all joins, parts, kicks, bans, + public chatter, and mode changes from #lamest.

+
+ +
set log-time 1
+ +
+

Use this feature to timestamp entries in the log file.

+
+ +
set timestamp-format "[%H:%M:%S]"
+ +
+

Set the following to the timestamp for the logfile entries. + Popular times might be "[%H:%M]" (hour,min), or "[%H:%M:%S]" + (hour, min, sec). Read `man strftime' for more formatting + options. Keep it below 32 chars.

+
+ +
set keep-all-logs 0
+ +
+

If you want to keep your logfiles forever, turn this setting + on. All logfiles will get the suffix ".[day, 2 digits][month, 3 + letters][year, 4 digits]". Note that your quota/hard-disk might + be filled by this, so check your logfiles often and download + them.

+
+ +
set switch-logfiles-at 300
+ +
+

You can specify when Eggdrop should switch logfiles and start + fresh. You must use military time for this setting. 300 is the + default, and describes 03:00 (AM).

+
+ +
set quiet-save 0
+ +
+

"Writing user file..." and "Writing channel + file..." messages won't be logged anymore if this option is + enabled. If you set it to 2, the "Backing up user file..." + and "Backing up channel file..." messages will also not be + logged. In addition to this, you can disable the "Switching + logfiles..." and the new date message at midnight, by setting + this to 3.

+
+ +
set logfile-suffix ".%d%b%Y"
+ +
+

If keep-all-logs is 1, this setting will define the suffix of + the logfiles. The default will result in a suffix like + "04May2000". "%Y%m%d" will produce the often + used yyyymmdd format. Read the strftime manpages for more options. + NOTE: On systems which don't support strftime, the default + format will be used always.

+
+
+
+ +

1d. Console

+ +
+
+
set console "mkcobxs"
+ +
+

This is the default console mode. It uses the same event flags + as the log files do. The console channel is automatically set to + your "primary" channel, which is set in the modules + section of the config file. Masters can change their console + channel and modes with the '.console' command.

+
+
+
+ +

1e. Files and directories

+ +
+
+
set userfile "LamestBot.user"
+ +
+

Specify here the filename your userfile should be saved as.

+
+ +
set pidfile "pid.LamestBot"
+ +
+

Specify here the filename Eggdrop will save its pid to. If no + pidfile is specified, pid.(botnet-nick) will be used.

+
+ +
set help-path "help/"
+ +
+

Specify here where Eggdrop should look for help files. + Don't modify this setting unless you know what you're + doing!

+
+ +
set text-path "text/"
+ +
+

Specify here where Eggdrop should look for text files. This is + used for certain Tcl and DCC commands.

+
+ +
set temp-path "/tmp"
+ +
+

Set here a place to store temporary files.

+
+ +
set motd "text/motd"
+ +
+

The MOTD (Message Of The day) is displayed when people dcc chat + or telnet to the bot. Look at doc/TEXT-SUBSTITUTIONS for + options.

+
+ +
set telnet-banner "text/banner"
+ +
+

This banner will be displayed on telnet connections. Look at + doc/TEXT-SUBSTITUTIONS for options.

+
+ +
set userfile-perm 0600
+ +
+

This specifies what permissions the user, channel, and notes + files should be set to. The octal values are the same as for the + chmod system command.

+ +

To remind you:

+
+           u  g  o           u  g  o           u  g  o
+     0600  rw-------   0400  r--------   0200  -w-------    u - user
+     0660  rw-rw----   0440  r--r-----   0220  -w--w----    g - group
+     0666  rw-rw-rw-   0444  r--r--r--   0222  -w--w--w-    o - others
+
+ +

Note that the default 0600 is the most secure one and should + only be changed if you need your files for shell scripting or + other external applications.

+
+ +
set mod-path "modules/"
+ +
+

This path specifies the path were Eggdrop should look for its + modules. If you run the bot from the compilation directory, you + will want to set this to "". If you use 'make + install' (like all good kiddies do ;), this is a fine default. + Otherwise, use your head :).

+
+
+
+ +

1f. Botnet, DCC and network

+ +

Settings in this section should be unimportant for you until you + deal with botnets (multiple Eggdrops connected together to maximize + efficiency). You should read Botnet Sharing and + Linking before modifying these settings.

+ +
+
+
set botnet-nick "LlamaBot" (disabled + by default)
+ +
+

If you want to use a different nickname on the botnet than you + use on IRC (i.e. if you're on an un-trusted botnet), un-comment + this line and set it to the nick you would like to use.

+
+ +
listen <port> <mode>
+ +
+

This opens a telnet port by which you and other bots can interact + with the Eggdrop by telneting in.

+ +

There are more options for the listen command in + Tcl Commands. Note that if you are + running more than one bot on the same machine, you will want to space + the telnet ports at LEAST 5 apart, although 10 is even better.

+ +

Valid ports are typically anything between 1025 and 65535 assuming + the port is not already in use.

+ +

If you would like the bot to listen for users and bots in separate + ports, use the following format:

+ +
+

listen 3333 bots
+ listen 4444 users

+
+ +

If you wish to use only one port, use this format:

+ +
+

listen 3333 all

+
+ +

You can setup a SSL port by prepending a plus sign to it:

+ +
+

listen +5555 all

+
+ +

You need to un-comment this line and change the port number in + order to open the listen port. You should not keep this set to + 3333.

+
+ +
set remote-boots 2
+ +
+

This setting defines whether or not people can boot users on + the Eggdrop from other bots in your botnet. Valid settings are:

+ +
+

0 - allow no outside boots
+ 1 - allow boots from sharebots
+ 2 - allow any boots

+
+
+ +
set share-unlinks 1
+ +
+

This setting prohibits Eggdrop to unlink from share bots if an + remote bots tells so.

+
+ +
set protect-telnet 0
+ +
+

This setting will drop telnet connections not matching a known + host.

+
+ +
set dcc-sanitycheck 0
+ +
+

This setting will make the bot ignore DCC chat requests which + appear to have bogus information on the grounds that the user may + have been trying to make the bot connect to somewhere that will get + it into trouble, or that the user has a broken client, in which + case the connect wouldn't work anyway.

+
+ +
set ident-timeout 5
+ +
+

This setting defines the time in seconds the bot should wait + for ident reply before the lookup fails. The default ident on + timeout is "telnet".

+
+ +
set require-p 0
+ +
+

Define here whether or not a +o user still needs the +p flag + to dcc the bot.

+
+ +
set open-telnets 0
+ +
+

If you want people allow to telnet in and type 'NEW' + to become a new user, set this to 1. This is similar to the + 'hello' msg command. The protect-telnet setting must be + set to 0 to use this.

+
+ +
set stealth-telnets 0
+ +
+

If you don't want Eggdrop to identify itself as an Eggdrop + on a telnet connection, set this setting to 1. Eggdrop will display + 'Nickname' instead.

+
+ +
set use-telnet-banner 0
+ +
+

If you want Eggdrop to display a banner when telneting in, set + this setting to 1. The telnet banner is set by 'set + telnet-banner'.

+
+ +
set connect-timeout 15
+ +
+

This setting defines a timeout in seconds how long the bot + should wait for a dcc chat, telnet, relay, etc connection.

+
+ +
set dcc-flood-thr 3
+ +
+

Specify here the number of lines to accept from a user on the + partyline within 1 second before they are considered to be + flooding and therefore get booted.

+
+ +
set telnet-flood 5:60
+ +
+

Define here how many telnet connection attempts in how many + seconds from the same host constitute a flood. The correct format + is Attempts:Seconds.

+
+ +
set paranoid-telnet-flood 1
+ +
+

If you want telnet-flood to apply even to +f users, set this + setting to 1.

+
+ +
set resolve-timeout 15
+ +
+

Set here the amount of seconds before giving up on + hostname/address lookup (you might want to increase this if you + are on a slow network).

+
+
+
+ +

1g. More advanced settings

+ +
+
+
set firewall "!sun-barr.ebay:3666"
+ +
+

Set this to your socks host if your Eggdrop sits behind a + firewall. If you use a Sun "telnet passthru" firewall, + prefix the host with a "!".

+
+ + +
set nat-ip "127.0.0.1"
+ +
+

If you have a NAT firewall (you box has an IP in one of the + following ranges: 192.168.0.0-192.168.255.255, + 172.16.0.0-172.31.255.255, 10.0.0.0-10.255.255.255 and your + firewall transparently changes your address to a unique address + for your box) or you have IP masquerading between you and the + rest of the world, and /dcc chat, /ctcp chat or userfile sharing + aren't working, enter your outside IP here. This IP is used for + transfers only, and has nothing to do with the vhost4/6 or + listen-addr settings. You may still need to set them.

+
+ +
set reserved-portrange 2010:2020
+ +
+

If you want all dcc file transfers to use a particular + portrange either because you're behind a firewall, or for other + security reasons, set it here.

+
+ +
set ignore-time 15
+ +
+

Set the time in minutes that temporary ignores should last.

+
+ +
set hourly-updates 00
+ +
+

Define here what Eggdrop considers 'hourly'. All calls + to it, including such things as note notifying or userfile saving, + are affected by this.

+ +

Example:

+ +
+

set hourly-updates 15

+
+ +

The bot will save its userfile 15 minutes past every hour.

+
+ +
set owner "MrLame, MrsLame"
+ +
+

Un-comment this line and set the list of owners of the bot. + You NEED to change this setting.

+
+ +
set notify-newusers "$owner"
+ +
+

Who should a note be sent to when new users are learned?

+
+ +
set default-flags "hp"
+ +
+

Enter the flags that all new users should get by default. See + '.help whois' on the partyline for a list of flags and + their descriptions.

+
+ +
set whois-fields "url birthday"
+ +
+

Enter all user-defined fields that should be displayed in a + '.whois'. This will only be shown if the user has one of + these extra fields. You might prefer to comment this out and use + the userinfo1.0.tcl script which provides commands for changing + all of these.

+
+ +
unbind dcc n tcl *dcc:tcl
+
unbind dcc n set *dcc:set
+ +
+

Comment these two lines if you wish to enable the .tcl and .set + commands. If you select your owners wisely, you should be okay + enabling these.

+
+ +
set must-be-owner 1
+ +
+

If you enable this setting, only permanent owners (owner + setting) will be able to use .tcl and .set. Moreover, if you want + to only let permanent owners use .dump, then set this to 2.

+
+ +
unbind dcc n simul *dcc:simul
+ +
+

Comment out this line to add the 'simul' partyline + command (owners can manipulate other people on the party line). + Please select owners wisely and use this command ethically!

+
+ +
set max-socks 100
+ +
+

Set here the maximum number of socket connections you will allow. You + can increase this later, but never decrease it below current usage. If + you're using Tcl threads, this is a per thread maximum.

+
+ +
set allow-dk-cmds 1
+ +
+

Enable this setting if you want +d & +k users to use + commands bound as -|-.

+
+ +
set dupwait-timeout 5
+ +
+

If your Eggdrop rejects bots that actually have already + disconnected from another hub, but the disconnect information has + not yet spread over the botnet due to lag, use this setting. The + bot will wait dupwait-timeout seconds before it checks again and + then finally reject the bot.

+
+ +
set strict-host 1
+ +
+

Set this to 0 if you want the bot to strip '~+-^=' + characters from user@hosts before matching them. This setting is + currently kept for compatibility, but will be removed from the next + release. Please leave it set to 1 for now to avoid problems with your + user files in the future.

+
+ +
set cidr-support 0
+ +
+

Enables cidr support for b/e/I modes if set to 1. This means + the bot will understand and match modes in cidr notation, and will + be able to put and enforce such bans or unban itself, if banned with + a cidr mask.

+ +

Do NOT set this, if your network/server does not support cidr!

+
+ +
+
+ +

1h. SSL settings

+ +
+

Settings in this section take effect when eggdrop is compiled with + TLS support.

+ +
+
set ssl-privatekey "eggdrop.key"
+ +
+

Specifies a file containing your private key, needed for the + SSL certificate (see below). You can create one issuing the + following command:

+ +
+
+openssl genrsa -out eggdrop.key 4096
+
+
+ + +

It will create a 4096 bit RSA key, strong enough for eggdrop. + This is required for SSL hubs/listen ports, secure file transfer and + /ctcp botnick schat + For your convenience, you can type 'make sslcert' after 'make + install' and you'll get a key and a certificate in your DEST + directory.

+
+ +
set ssl-certificate "eggdrop.crt"
+ +
+

Specifies the file where your SSL certificate is located. If + you don't set this, eggdrop will not be able to act as a server in + SSL connections, as with most ciphers a certificate and a private + key are required on the server side. Must be in PEM format. + If you don't have one, you can create it using the following + command:

+ +
+
+openssl req -new -key eggdrop.key -x509 -out eggdrop.crt -days 365
+
+
+ + +

This is required for SSL hubs/listen ports, secure file transfer + and /ctcp botnick schat + For your convenience, you can type 'make sslcert' after 'make + install' and you'll get a key and a certificate in your DEST + directory.

+
+ +
set ssl-verify-depth 9
+ +
+

Sets the maximum depth for the certificate chain verification + that will be allowed for ssl. When certificate verification is + enabled, any chain exceeding this depth will fail verification.

+
+ +
set ssl-cafile "/etc/ssl/"
+ +
+

Specify the location where CA certificates for verification + purposes are located. These certificates are trusted. If you + don't set this or ssl-cafile, certificate verification will not + work.

+
+ +
set ssl-cafile ""
+ +
+

Specify a file which contains CA certificates for verification + purposes. These certificates are trusted. If you don't set this + or ssl-cafile, certificate verification will not work.

+
+ +
set ssl-ciphers ""
+ +
+

Specify the list of ciphers (in order of preference) allowed + for use with ssl. The cipher list is one or more cipher strings + separated by colons, commas or spaces. Unavailable ciphers are + silently ignored unless no useable cipher could be found. For the + list of possible cipher strings and their meanings, please refer + to the ciphers(1) manual.

+

Note: if you set this, the value replaces any + ciphers OpenSSL might use by default. To include the default + ciphers, you can put DEFAULT as a cipher string in the list.

+ +

Examples:

+ +
+

set ssl-ciphers "DEFAULT ADH"

+
+ +

This will make eggdrop allow the default OpenSSL selection plus + anonymous DH ciphers.

+ +
+

set ssl-ciphers "ALL"

+
+ +

This will make eggdrop allow all ciphers supported by OpenSSL, + in a reasonable order.

+
+ +
set ssl-cert-auth "0"
+ +
+

Enable certificate authorization. Set to 1 to allow users and + bots to identify automatically by their certificate fingerprints. + Setting it to 2 to will force fingerprint logins. With a value of + 2, users without a fingerprint set or with a certificate UID not + matching their handle won't be allowed to login on SSL enabled + telnet ports. Fingerprints must be set in advance with the .fprint + and .chfinger commands. Note that this setting has no effect on + plain-text ports.

+
+ +

You can control SSL certificate verification using the variables + below. All of them are flag-based. You can set them by adding + together the numbers for all exceptions you want to enable. By + default certificate verification is disabled and all certificates + are assumed to be valid.

+ +

The numbers are the following:

+ 1 - enable certificate verification
+ 2 - allow self-signed certificates
+ 4 - don't check peer common or alt names
+ 8 - allow expired certificates
+ 16 - allow certificates which are not valid yet
+ 32 - allow revoked certificates
+
A value of 0 disables verification.

+ +
set ssl-verify-dcc "0"
+ +
+

Control certificate verification for DCC chats (only /dcc chat + botnick)

+
+ +
set ssl-verify-bots "0"
+ +
+

Control certificate verification for linking to hub bots

+
+ +
set ssl-verify-clients "0"
+ +
+

Control certificate verification for SSL listening ports. + This includes leaf bots connecting, users telneting in and + /ctcp bot chat.

+
+
+
+ +

1i. Modules

+ +
+

After the core settings, you should start loading modules. Modules + are loaded by the command "loadmodule <module>". + Eggdrop looks for modules in the directory you specified by the + module-path setting in the files and directories section.

+ +

Please note that for different configurations, different modules + are needed. Four examples:

+ +
+
Channel Security Bot
+ +
+

This bot needs the channels, blowfish, console, dns, irc, and + (if you like) ctcp modules loaded. More is not needed and makes + the bot slower.

+
+ +
Public IRC Bot
+ +
+

A public bot should have all modules available loaded since + they provide all functions for everyday use.

+
+ +
Secure Filesys Bot
+ +
+

This bot needs all normal IRC operating modules, but not the + notes, seen, ctcp or share modules.

+
+ +
Limbo Bot
+ +
+

A limbo bot (serves as a botnet hub outside IRC) just needs the + channels, console, dns, and maybe notes or share modules loaded. + Of course, blowfish needs to be loaded here, too.

+
+
+
+ +

1j. Scripts

+ +
+

The scripts section should be placed at the end of the config file. + All modules should be loaded and their variables should be set at this + point.

+ +

source scripts/script.tcl

+ +

This line loads script.tcl from the scripts directory inside your + Eggdrop's directory. All scripts should be put there, although you + can place them where you like as long as you can supply a fully + qualified path to them.

+ +

Some commonly loaded scripts are alltools.tcl and action.fix.tcl.

+ +

The appropriate source lines are:

+ +

source scripts/alltools.tcl
+ source scripts/action.fix.tcl

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/faqs.html b/doc/html/faqs.html new file mode 100644 index 000000000..7f1b67f33 --- /dev/null +++ b/doc/html/faqs.html @@ -0,0 +1,260 @@ + + + + + Eggdrop Documentation: Frequently Asked Questions + + + +
+

Frequently Asked Questions

+
+
+ +

Contents

+ +
+
    +
  1. What do I do if I get the Error "User file + not found"?
  2. + +
  3. What the heck is Tcl?
  4. + +
  5. My bot dies, and the last entry in the logfile is + "Received terminate signal". What does that mean, and can I + prevent it?
  6. + +
  7. Someone else set up a bot I don't like. Are + there any backdoors I can use to take their bot down?
  8. + +
  9. What are modules?
  10. + +
  11. + Can I compile Eggdrop without dynamic modules? + + +
      +
    1. Do I still need to "loadmodule" + modules?
    2. +
    +
  12. + +
  13. Where can I get a pre-compiled Eggdrop for my + computer?
  14. + +
  15. I get "Makefile:3 : invalid operator" + of some such thing When I try to "make"
  16. + +
  17. When I "tclsh scripts/weed + <userfile> c" It barfs chunks at me and dies.
  18. + +
  19. I get "ld-elf.so.1: Shared object + "libtcl80.so.1" not found" or "eggdrop: error in + loading shared libraries / libtcl8.1.so: cannot open shared object + file: No such file or directory" when I try to start my + bot.
  20. + +
  21. I get a whole pile of "unresolved symbol + 'Tcl_AppendResult'" (or some other symbol) when I try to + load a module.
  22. +
+
+ +

1. What do I do if I get the error + "User file not found"?

+ +
+
    +
  • Run Eggdrop with the "-m" option (i.e. "eggdrop + -m eggdrop.conf").
  • + +
  • Go to IRC and send "hello" to your bot (i.e. + "/msg mybot hello").
  • + +
  • You will become an owner on your bot. You can leave the bot + running (nobody else will become an owner if they say + "hello"), but in the future, don't use the + "-m" option when running the bot.
  • +
+
+ +

2. What the heck is Tcl?

+ +
+

Tcl is a scripting language written by John Ousterhout. It's + much better than most "built-in" script languages (like the + one in ircII) and is meant to be linked with anything needing a + scripting language, so I linked it with Eggdrop. + Eggdrop Tcl Commands contains a list of + additional Tcl commands provided by Eggdrop. There are also several + example scripts in the scripts/ directory, and one in the doc directory + called first_script.txt. There are also hundreds of scripts floating + around on the ftp/web sites if you like working by example (which is + typically the best way).

+
+ +

3. My bot dies and the last entry in the + logfile is "received terminate signal". What does that mean and + can i prevent it?

+ +
+

There's nothing you can do to prevent it. It means the system + administrator is killing the Eggdrop process. Most of the time, + it's an automatic thing that happens when the system is being + rebooted, so it's harmless. If you have a crontab running, the bot + will get restarted when the system is back online. Occasionally, the + system administrator will kill the bot manually. For example, if + he/she doesn't want bots running on the system.

+
+ +

4. Someone else set up a bot I don't + like. Are there any backdoors I can use to take their bot down?

+ +
+

No, there have never been any backdoors and there never will be, so + please stop asking. Every once in a while, someone finds a way to + exploit a bug in Eggdrop, but we fix these bugs as soon as we find out + about them. If you want to bring down someone else's bot, you will + not have my/our help.

+
+ +

5. What are modules?

+ +
+

Modules are a way of adding extra features to the bot, much like Tcl + scripts, without requiring the bot to be recompiled. See doc/MODULES for + more info.

+
+ +

6. Can I compile Eggdrop without dynamic + modules?

+ +
+

Yes, you can. If the configure script detects that your system + CAN'T run modules, it will setup 'make' to link the + modules in statically for you. You can choose this option yourself by + using 'make static'. You can also try to compile dynamic + modules on a static-only system by using 'make eggdrop'.

+
+ +

6a. Do I still need to 'loadmodule' + modules?

+ +
+

YES, when you compile statically, all the modules are linked into + the main executable. HOWEVER, they are not enabled until you use + loadmodule to enable them, hence you get nearly the same functionality + with static modules as with dynamic modules.

+
+ +

7. Where can i get a pre-compiled Eggdrop + for my computer?

+ +
+

It is HIGHLY recommended AGAINST + using pre-compiled Eggdrops from un-trusted sources. Eggdrop has been a + regular target for hacking and crashing. Distribution of pre-compiled + (binary) versions of Eggdrop are the easiest way for hackers to provide + you with the easiest (and most dangerous) way of gaining access to, not + only your bot, but to your computer account directly. Don't + advertise your pre-compiled Eggdrop binary sites on the Eggdrop list + either. =P

+
+ +

8. I get 'Makefile:3 :invalid + operator' or some-such-thing when I try to 'make'. +

+ +
+

Try 'gmake'.

+
+ +

9. When I 'tclsh scripts/weed + <userfile> c' it barfs chunks at me and dies. :(

+ +
+

Upgrade your Tcl, you are probably using Tcl 7.5 or earlier. Some + of the commands in weed require Tcl7.6 to run, so either upgrade it or + remove the offending lines from you userfile manually (those starting + with '.' generally) and accept the loss of that data.

+
+ +

10. I get "ld-elf.so.1: Shared + object "libtcl80.so.1" not found" or "eggdrop: error + in loading shared libraries / libtcl8.1.so: cannot open shared object + file: No such file or directory" when I try to start my bot. +

+ +
+

'./configure' is looking in the wrong place for Tcl; it + looks like it compiled with one version of Tcl and tries to load + another. Maybe your sysadmin upgraded Tcl and didn't tell you. In + that case, you should just need to recompile your bot.

+ +

Maybe, when upgrading, he didn't clean the old version of Tcl, + and './configure' is looking for the files in the wrong places, + or trying to use different versions of tcl.h and libtcl*. Smack your + admin and have him install Tcl properly. ;) You can also try:

+ +
+

./configure --with-tcllib=<path-to-tcl-lib> + --with-tclinc=<path-to-tcl-inc>

+
+ +

This will tell configure where to look for the Tcl files.

+ +

Try looking for libtcl by:

+ +
+

ls /usr/lib/libtcl*
+ ls /usr/local/lib/libtcl*

+
+ +

Try looking for tcl.h by:

+ +
+

ls /usr/include/*/tcl.h
+ ls /usr/local/include/*/tcl.h

+
+ +

If everything else fails, try to install Tcl to your home dir ;) + (Suggested by dw@Undernet, dw@lixom.nu).

+
+ +

11. I get a whole pile of + "Unresolved symbol 'Tcl_AppendResult'" (or some other + symbol) when I try to load a modules.

+ +
+

Possibility A: See section 10.

+ +

Possibility B: Some of the standard libraries have been compiled + for static linking only on your machine, you have 3 options:

+ +
+
    +
  1. +

    If it's your own machine, recompile Tcl using dynamic + linking by using './configure --enable-shared' when you + configure Tcl (not the bot) and then remake, & reinstall.

    +
  2. + +
  3. +

    If it's not your machine, you may have to resort to 'make + static' and 'make install DEST="path"' to make + and install your bot.

    +
  4. + +
  5. +

    If you are of a more aggressive sense of mind, go beat the + stuffing out of your admin for having lame static libraries. :)

    +
  6. +
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/features.html b/doc/html/features.html new file mode 100644 index 000000000..b264d2383 --- /dev/null +++ b/doc/html/features.html @@ -0,0 +1,73 @@ + + + + + Eggdrop Documentation: Features of Eggdrop + + + +
+

Features of Eggdrop

+
+
+ +

Eggdrop is the most advanced IRC robot available. It has been under + development since December 1993, and unlike most other bots, it is still + regularly updated. Some of its features include:

+ +
+
    +
  • Completely separate channel user lists like having a separate + bot for each channel.

  • + +
  • A "party line" available through dcc chat or telnet, + with multiple channels, giving you the ability to talk to people + without being affected by netsplits.

  • + +
  • A "botnet". A botnet consists of one or more + bots linked together. This can allow bots to op each other + securely, control floods efficiently, and share user lists, ban + lists, exempt/invite lists, and ignore lists (if sharing is + enabled).

  • + +
  • User records are saved on disk and alterable via dcc chat. + Each user can have a password (encrypted), a list of valid hostmasks, + a set of access flags, etc.

  • + +
  • The ability to "learn" new users (if you choose to + let the bot do so) by letting users /MSG the bot "hello". + The bot will grant them automatic access of whatever type you + specify (or even no access at all).

  • + +
  • A file system where users can upload and download files in an + environment that looks and acts (for the most part) like a typical + UNIX system. It also has the ability to mark files and directories + as hidden -- unaccessible to people without certain user + flags.

  • + +
  • Console mode: you can view each channel through dcc chat or + telnet, selectively looking at mode changes, joins and parts, channel + talk, or any combination of the above.

  • + +
  • A scripting language: commands and features can be easily + added to the bot by means of the Tcl scripting language, giving you + the power of TOTAL customization of your bot.

  • + +
  • Module support: you can remove/add features to your bot by + adding or removing modules.

  • +
+
+ +

NOTE:

+ +
+

This bot is NOT intended for users of very limited MEMORY or DISK + shell accounts. The development of this latest design of Eggdrop is + geared towards features and flexibility.

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/index.html b/doc/html/index.html index 5a43dc884..e54438db6 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -196,7 +196,7 @@

Search

diff --git a/doc/html/install.html b/doc/html/install.html new file mode 100644 index 000000000..265664a12 --- /dev/null +++ b/doc/html/install.html @@ -0,0 +1,215 @@ + + + + + Eggdrop Documentation: Compilation and Installation of Eggdrop + + + +
+

Compilation and Installation of Eggdrop

+
+
+ +

This is the quick install guide; if you have had little or no + experience with UNIX or Eggdrop, READ THE README + FILE NOW! This file is only for experienced users.

+ +

For more information on compiling Eggdrop, see the + Compile Guide (and of course, the + README FILE).

+
+ +

Contents

+ +
+
    +
  1. What is Eggdrop?
  2. + +
  3. Quick startup
  4. + +
  5. Modules
  6. + +
  7. Frequently asked questions
  8. +
+
+
+ +

1. What is Eggdrop?

+ +
+

Please, read the Readme file before + attempting to set up this bot. It is NOT easy to + use! This file is a quick setup guide, not a miracle worker. If you + enter this file without basic Eggdrop knowledge, you will + NOT leave with a working bot! Before asking ANY + questions, READ THE README FILE OR + YOU WILL BE BURNED TO A HORRIBLE DEATH! IF YOU DO NOT READ THAT FILE + I WILL PERSONALLY WALK TO YOUR TERMINAL AND BEAT IT WITH A SMELLY + SNEAKER! By the way, read the README + file.

+
+ +

2. Quick startup

+ +
+

Eggdrop uses the GNU autoconfigure scripts to make things easier.

+ +
    +
  1. +

    Type './configure' from the Eggdrop directory. The + configure script will determine how your system is set up and + figure out how to correctly compile Eggdrop. It will also try + to find Tcl, which is required to compile.

    +
  2. + +
  3. +

    Type either 'make config' or 'make iconfig' to + determine which modules will be compiled. 'make config' + compiles the default modules (everything but woobie.mod). If you + want to choose which modules to compile, use 'make iconfig'. +

  4. + +
  5. +

    Type 'make' from the eggdrop directory, or to force a + statically linked module bot, type 'make static'. Otherwise, + the Makefile will compile whatever type of bot the configure script + determined your system will support. Dynamic is always the better + way to go if possible. There are also the 'debug' and + 'sdebug' (static-debug) options, which will give more + detailed output on a (highly unlikely :) crash. This will help + the devlopment team track down the crash and fix the bug. Debug and + sdebug will take a little longer to compile and will enlarge the + binary a bit, but it's worth it if you want to support Eggdrop + development.

    +
  6. + +
  7. +

    Eggdrop must be installed in a directory somewhere. This is + accomplished by entering the Unix command:

    +
  8. + +
    +

    make install

    +
    + +

    This will install the Eggdrop in your home directory in a + directory called 'eggdrop' (i.e. /home/user/eggdrop).

    + +

    If you want to install to a different directory, use:

    + +
    +

    make install DEST=<directory>

    +
    + +

    For example:

    + +
    +

    make install DEST=/home/user/otherdir

    +
    + +

    Note that you must use full path for every file to be correctly + installed.

    + +

    [The following is performed from the directory installed above.]

    + +
  9. +

    Edit your config file completely.

    +
  10. + +
  11. +

    Start the bot with the "-m" option to create a user + file, i.e. './eggdrop -m LamestBot.conf'.

    +
  12. + +
  13. +

    When starting the bot in the future, drop the "-m". + If you have edited your config file correctly, you can type: + +

    +

    chmod u+x <my-config-file-name>

    +
    + +

    For example:

    + +
    +

    chmod u+x LamestBot.conf

    +
    + +

    From then on, you will be able to use your config file as a + shell script. You can just type "./LamestBot.conf" from + your shell prompt to start up your bot. For this to work, the top + line of your script MUST contain the correct path to the Eggdrop + executable.

    +
  14. + +
  15. It's advisable to run your bot via crontab, so that it will + automatically restart if the machine goes down or (heaven forbid) the + bot should crash. Look at 'scripts/botchk' and + 'scripts/autobotchk' for a great start with crontabbing the + bot.

  16. + +
  17. Smile, and if you haven't already read the README file + in its entirety, go take a long walk off a short pier.

  18. +
+
+ +

3. Modules

+ +
+
    +

    Modules are small pieces of code that can either be compiled into + the binary or can be compiled separately into a file. This allows + for a much smaller binary.

    + +

    If there are any modules that you have made or downloaded, you + can add them to the bot by placing them in the /src/mod directory + with a mod extension. They will be automatically compiled during + make for you. They must have a valid Makefile and, of course, be + compatible with the rest of the Eggdrop source.

    + +

    If you wish to add a module at a later time, follow the same steps + in paragraph 2. After you have moved the appropriate files, you will + only need to type 'make modules' to compile only the modules + portion of the bot.

    +
+
+ +

4. Frequently asked questions

+ +
+

What do I do if...?

+ +

READ THE README FILE!

+ +

The readme does not answer...!

+ +

READ THE README FILE + AGAIN!

+ +

I still don't know how to...

+ +

MEMORIZE THE README + FILE!

+ +

But...

+ +

Well, go to www.egghelp.org + or www.eggheads.org and see if + you can find there what you're looking for. There are also lots + of IRC help channels and various mailing lists, as seen in the + README FILE.

+
+ +

This is the end. If you read to this point, hopefully you have also + read the README file. If not, then READ + IT!&@#%@!

+ +

Have fun with Eggdrop!

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/installAndSetup/INSTALL.html b/doc/html/installAndSetup/INSTALL.html new file mode 100644 index 000000000..7f330b2da --- /dev/null +++ b/doc/html/installAndSetup/INSTALL.html @@ -0,0 +1,294 @@ + + + + + + + + + Installing Eggdrop — Eggdrop 1.8.0 documentation + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ +

Compilation and Installation of Eggdrop +Last revised: July 24, 2004

+
+

Installing Eggdrop¶

+

This is the quick install guide; if you have had little or no experience +with UNIX or Eggdrop, READ THE README FILE NOW! This file is only for +experienced users.

+

For more information on compiling Eggdrop, see the Compile Guide in +doc/COMPILE-GUIDE (and of course, the README FILE).

+
+

What is Eggdrop?¶

+

Please, read the README file before attempting to set up this bot. This +file is a quick setup guide, not a miracle worker. If you enter this file +without basic Eggdrop knowledge, you will NOT leave with a working bot! +Before asking ANY questions, READ THE README FILE OR YOU WILL BE BURNED +TO A HORRIBLE DEATH! IF YOU DO NOT READ THAT FILE I WILL PERSONALLY WALK +TO YOUR TERMINAL AND BEAT IT WITH A SMELLY SNEAKER! By the way, read the +README file.

+
+
+

Quick Startup¶

+

Eggdrop uses the GNU autoconfigure scripts to make things easier.

+
    +
  1. +
    Type './configure' from the Eggdrop directory. The configure script
    +

    will determine how your system is set up and figure out how to +correctly compile Eggdrop. It will also try to find Tcl, which is +required to compile.

    +
    +
    +
  2. +
  3. +
    Type either 'make config' or 'make iconfig' to determine which
    +

    modules will be compiled. 'make config' compiles the default modules +(everything but woobie.mod). If you want to choose which modules to +compile, use 'make iconfig'.

    +
    +
    +
  4. +
  5. +
    Type 'make' from the Eggdrop directory, or to force a statically
    +

    linked module bot, type 'make static'. Otherwise, the Makefile will +compile whatever type of bot the configure script determined your +system will support. Dynamic is always the better way to go if +possible. There are also the 'debug' and 'sdebug' (static-debug) +options, which will give more detailed output on a (highly unlikely :) +crash. This will help the development team track down the crash and +fix the bug. Debug and sdebug will take a little longer to compile +and will enlarge the binary a bit, but it's worth it if you want to +support Eggdrop development.

    +
    +
    +
  6. +
  7. +
    Eggdrop must be installed in a directory somewhere. This is
    +

    accomplished by entering the UNIX command:

    +
    make install
    +
    +
    +

    This will install the Eggdrop in your home directory in a directory +called 'eggdrop' (i.e. /home/user/eggdrop).

    +

    If you want to install to a different directory, use:

    +
    make install DEST=<directory>
    +
    +
    +

    For example:

    +
    make install DEST=/home/user/otherdir
    +
    +
    +

    Note that you must use full path for every file to be correctly +installed.

    +

    [The following is performed from the directory installed above.]

    +
    +
    +
  8. +
  9. +
    By default, version 1.8 uses SSL to protect botnet links. If you intend
    +

    on linking 1.8 bots together, you must run:

    +
    make ssl-cert
    +
    +
    +

    Or, if you installed your eggdrop to a different directory in step 4, you +will want to run:

    +
    +

    make ssl-cert DEST=<directory>

    +
    +

    Read docs/TLS for more info on this process.

    +
    +
    +
  10. +
  11. Edit your config file completely.

    +
  12. +
  13. Start the bot with the "-m" option to create a user file, i.e.

    +
    ./eggdrop -m LamestBot.conf
    +
    +
    +
  14. +
  15. +
    When starting the bot in the future, drop the "-m". If you have edited
    +

    your config file correctly, you can type:

    +
    chmod u+x <my-config-file-name>
    +
    +
    +

    For example:

    +
    chmod u+x LamestBot.conf
    +
    +
    +

    From then on, you will be able to use your config file as a shell +script. You can just type "./LamestBot.conf" from your shell prompt +to start up your bot. For this to work, the top line of your script +MUST contain the correct path to the Eggdrop executable.

    +
    +
    +
  16. +
  17. +
    It's advisable to run your bot via crontab, so that it will
    +

    automatically restart if the machine goes down or (heaven forbid) +the bot should crash. Look at 'scripts/botchk' and 'scripts/autobotchk' +for a great start with crontabbing the bot.

    +
    +
    +
  18. +
  19. Smile, and if you haven't already read the README file in its +entirety, go take a long walk off a short pier.

    +
  20. +
+
+
+

Modules¶

+

Modules are small pieces of code that can either be compiled into the +binary or can be compiled separately into a file. This allows for a much +smaller binary.

+

If there are any modules that you have made or downloaded, you can add +them to the bot by placing them in the /src/mod directory with a mod +extension. They will be automatically compiled during make for you. +They must have a valid Makefile and, of course, be compatible with +the rest of the Eggdrop source.

+

If you wish to add a module at a later time, follow the same steps in +paragraph 2. After you have moved the appropriate files, you will only +need to type 'make modules' to compile only the modules portion of the +bot.

+
+
+

FREQUENTLY ASKED QUESTIONS¶

+
+
    +
  1. What do I do if...?
  2. +
+
    +
  1. READ THE README FILE!
  2. +
+
    +
  1. The readme does not answer...!
  2. +
+
    +
  1. READ THE README FILE AGAIN!
  2. +
+
    +
  1. I still don't know how to...
  2. +
+
    +
  1. MEMORIZE THE README FILE!
  2. +
+
    +
  1. But...
  2. +
+
    +
  1. Well, go to www.egghelp.org or www.eggheads.org and see if you can +find there what you're looking for. There are also lots of IRC help +channels and various mailing lists, as seen in the README FILE.
  2. +
+
+

This is the end. If you read to this point, hopefully you have also read +the README file. If not, then READ IT!&@#%@!

+

Have fun with Eggdrop!

+
+
Copyright (C) 1997 Robey Pointer +Copyright (C) 1999 - 2016 Eggheads Development Team
+
+
+ + +
+
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/doc/html/installAndSetup/README.html b/doc/html/installAndSetup/README.html new file mode 100644 index 000000000..e86ea7bd3 --- /dev/null +++ b/doc/html/installAndSetup/README.html @@ -0,0 +1,592 @@ + + + + + + + + + README — Eggdrop 1.8.0 documentation + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ +

Last revised: Jul 2, 2016

+
+

README¶

+
+
Please at least SKIM this document before asking questions. In fact, READ IT +if you've never successfully set up an Eggdrop bot before. PLEASE! READ IT!
+
+

NOTICE¶

+
+
Please read this file carefully before trying to set up Eggdrop. Also, +make SURE that you select your +n (owner) users wisely! They have 100% +access to your bot and account! ONLY GIVE THIS POWER TO SOMEONE YOU +TRUST COMPLETELY!!
+
+
+

What is Eggdrop?¶

+
+

Eggdrop is the World's most popular Internet Relay Chat (IRC) bot; it is +freely distributable under the GNU General Public License (GPL). Eggdrop +is a feature rich program designed to be easily used and expanded upon by +both novice and advanced IRC users on a variety of hardware and software +platforms.

+

An IRC bot is a program that sits on an IRC channel and performs automated +tasks while looking just like a normal user on the channel. Some of these +functions include protecting the channel from abuse, allowing privileged +users to gain op or voice status, logging channel events, providing +information, hosting games, etc.

+

One of the features that makes Eggdrop stand out from other bots is module +and Tcl scripting support. With scripts and modules, you can make the bot +perform almost any task you want. They can do anything from preventing +floods to greeting users and banning advertisers from channels.

+

You can also link multiple Eggdrop bots together to form a botnet. This +can allow bots to op each other securely, control floods efficiently, and +even link channels across multiple IRC networks. It also allows the +Eggdrops share user lists, ban lists, exempt/invite lists, and ignore +lists with other bots if userfile sharing is enabled. This allows users +to have the same access on every bot on your botnet. It also allows the +bots to distribute tasks such as opping and banning users. See doc/BOTNET +for information on setting up a botnet.

+

Eggdrop is always being improved and adjusted because there are bugs to +be fixed and features to be added (if the users demand them, and they make +actually sense). In fact, it existed for several years as v0.7 - v0.9 +before finally going 1.0. This version of Eggdrop is part of the 1.8 tree. +A valiant effort has been made to chase down and destroy bugs.

+

This README file contains information about how to get Eggdrop, command +line options for Eggdrop, what you may need to do when upgrading from +older versions, a list of frequently asked questions, how to set up a +crontab, some boring legal stuff, info about the mailing list (a great +place to ask questions, and a good place to report bugs, too), some basics +about CVS usage, and some channels where you might get help with Eggdrop.

+
+
+
+

HOW TO GET EGGDROP¶

+
+

Before you can compile Eggdrop, you need to have Tcl installed on your +system. Most systems should have Tcl on them by now -- you can check by +trying the command "tclsh". If it works, you will be given a "%" prompt, +and you can type "exit" to exit the program. This means Tcl is installed +on your system. If tclsh doesn't load, then Tcl probably isn't on your +system, and you will need to install it. The best ftp site for Tcl is +ftp://tcl.activestate.com/pub/tcl/.

+

Currently, the 1.8 tree of Eggdrop is developed at eggheads.org. You can +get the latest STABLE version of Eggdrop from the following url:

+
+
+

You might try www.eggheads.org for help and information.

+
+
+
+

Git Usage¶

+
+

Eggdrop development has moved from a CVS-based version control system to +git. If you are interested in trying out the VERY LATEST updates to +eggdrop, you may want be interested in pulling the most recent code from +there. BE WARNED, the development branch of Eggdrop is not to be +considered stable, and may (haha) have some significant bugs in it. The +Eggheads Development Team will in NO WAY take any responsibility for +whatever might happen to you or your shell if you use the development +branch of Eggdrop!

+

To obtain Eggdrop via the git repository (hosted by GitHub), you can +either clone the repository via git, or download a development snapshot.

+

To clone the repository, simply type:

+
git clone https://github.com/eggheads/eggdrop.git
+
+
+

Otherwise, you can download the development snapshot as a tar archive +from:

+
+
+
+
+
+

Quick Startup¶

+
+
Please see the 'INSTALL' file AFTER you finish reading this file.
+
+
+

Upgrading¶

+

UPGRADING FROM A PRE-1.3 VERSION TO 1.8

+
+

First of all- why are you still running pre-1.3?!?!

+

#### BACK UP YOUR USERFILE ####

+

We can't stress this enough. If you are upgrading and you have even a +slight possibility of downgrading again later, you will HAVE to back up +your userfile, or you will lose it. v1.3 of Eggdrop radically changed a +lot of things.

+

There are many major changes between v0.9, v1.0, v1.1 and v1.8, so PAY +ATTENTION to this part if you have a v0.9, 1.0 or 1.1 bot currently. If +you're just starting out, you can skip this section.

+

If you run share bots, you will need to upgrade them all at the same time +because of the new userfile format. Older bots will be able to link in, +but will not get or send a userfile. MAKE A NEW CONFIG FILE from the +example; there are some radical changes.

+

If you are upgrading from 0.9/1.0 to 1.8, just redo the whole thing. +Absolutely everything has changed, including the userfile and config file +formats.

+

If you are upgrading from 1.1/1.2 to 1.8, you will likely want to redo +the config file, as much as changed. BACK UP! You will need to run 'tclsh +scripts/weed/<userfile> c' to convert your userfile from v3 (1.1/1.2) to +v4 (1.3/1.4/1.5/1.6/1.8).

+
+

UPGRADING FROM AN OLDER 1.3/1.4/1.5/1.6 VERSION TO A NEWER 1.8 VERSION

+
+

If you followed the 'INSTALL' file and did a 'make install' (or 'make +install DEST="path"') after 'make', this will be pretty easy. Just upload +the new eggdrop1.8.x.tar.gz file to your home dir on your shell, gunzip +and untar it, and type 'cd ~/eggdrop1.8.x'. Next, type './configure', +'make config' or 'make iconfig', then 'make'. Then, kill the bot ('.die' +on the party line), and 'make install' to the same directory your bot +is currently in. After that, you can just restart your bot. You may wish +to delete the old Eggdrop executable and modules as well, especially if +you have limited disk space.

+

You should read through the new eggdrop.conf file for all of the new +options in Eggdrop 1.8.x. You can copy and paste any of these settings +into you current conf file if you do not want to use the default settings.

+
+
+
+

Command Line¶

+
+

Eggdrop has some command-line options -- not many, because most things +should be defined through the config file. However, sometimes you may +want to start up the bot in a different mode, and the command-line +options let you do that. Basically, the command line for Eggdrop is:

+
% eggdrop [options] [config-file]
+
+
+

The options available are:

+
+
+
-n: Don't background. Normally, Eggdrop will move itself into the
+
background when you start it up, meaning you'll get another shell +prompt, and you can do other things while the bot is running. With +-n, you won't return to the shell prompt until the bot exits (which +won't normally happen until it's killed). By default, -n will send +all log entries to the console.
+
-nt: Don't background, use terminal. This is just like -n, except that
+
instead of seeing log entries, your console will simulate a DCC +chat with the bot.
+
-nc: Don't background, show channel info. This is just like -n, except
+
that instead of seeing log entries, every 10 seconds your screen +will clear and you will see the current channel status, sort of +like "top".
+
-m: Create userfile. If you don't have a userfile, this will make Eggdrop
+
create one and give owner status to the first person that introduces +himself or herself to it. You'll need to do this when you first set +up your bot.
+
+

-h: Show help.

+

-v: Show version info, then quit.

+
+

Most people never use any of the options except -m, and you usually only +need to use that once.

+
+
+
+

Frequently Asked Questions¶

+

(a.k.a. Why doesn't this thing work?!")

+

WHAT DO I DO IF I GET THE ERROR "USER FILE NOT FOUND"?

+
+
    +
  1. Run Eggdrop with the "-m" option (i.e. "eggdrop -m eggdrop.conf").
  2. +
  3. Go to IRC and send "hello" to your bot (i.e. "/msg mybot hello").
  4. +
  5. You will become an owner on your bot. You can leave the bot running +(nobody else will become an owner if they say "hello"), but in the +future, don't use the "-m" option when running the bot.
  6. +
+
+

WHAT THE HECK IS Tcl?

+
+
Tcl is a scripting language written by John Ousterhout. It's much better +than most "built-in" script languages (like the one in ircII) and is +meant to be linked with anything needing a scripting language, so I +linked it with Eggdrop. The file "tcl-commands.doc" in the doc directory +contains a list of additional Tcl commands provided by Eggdrop. There +are also several example scripts in the scripts/ directory, and one in +the doc directory called first_script.txt. Hundreds of scripts floating +around on the ftp/web sites if you like working by example (which is +typically the best way).
+

MY BOT DIES, AND THE LAST ENTRY IN THE LOGFILE IS "RECEIVED TERMINATE +SIGNAL". WHAT DOES THAT MEAN, AND CAN I PREVENT IT?

+
+
There's nothing you can do to prevent it. It means the system +administrator is killing the Eggdrop process. Most of the time, it's an +automatic thing that happens when the system is being rebooted, so it's +harmless. If you have a crontab running, the bot will get restarted when +the system is back online. Occasionally, the system administrator will +kill the bot manually. For example, if he/she doesn't want bots running +on the system.
+

SOMEONE ELSE SET UP A BOT I DON'T LIKE. ARE THERE ANY BACKDOORS I CAN +USE TO TAKE THEIR BOT DOWN?

+
+
No, there have never been any backdoors and there never will be, so +please stop asking. Every once in a while, someone finds a way to +exploit a bug in Eggdrop, but we fix these bugs as soon as we find out +about them. If you want to bring down someone else's bot, you will not +have my/our help.
+

WHAT ARE MODULES?

+
+
Modules are a way of adding extra features to the bot, much like Tcl +scripts, without requiring the bot to be recompiled. See doc/MODULES +for more information.
+

CAN I COMPILE EGGDROP WITHOUT DYNAMIC MODULES?

+
+
Yes, you can. If the configure script detects that your system CAN'T +run modules, it will setup 'make' to link the modules in statically +for you. You can choose this option yourself by using 'make static'. +You can also try to compile dynamic modules on a static-only system +by using 'make eggdrop'.
+

DO I STILL NEED TO 'loadmodule' MODULES?

+
+
YES, when you compile statically, all the modules are linked into the +main executable. HOWEVER, they are not enabled until you use loadmodule +to enable them, hence you get nearly the same functionality with static +modules as with dynamic modules.
+

WHERE CAN I GET A PRE-COMPILED EGGDROP FOR MY COMPUTER?

+
+
It is HIGHLY recommended AGAINST using pre-compiled Eggdrops from +un-trusted sources. Eggdrop has been a regular target for hacking and +crashing. Distribution of pre-compiled (binary) versions of Eggdrop are +the easiest way for hackers to provide you with the easiest (and most +dangerous) way of gaining access to, not only your bot, but to your +computer account directly. Don't advertise your pre-compiled Eggdrop +binary sites on the Eggdrop list either. =P
+

I GET 'Makefile:3 :invalid operator' OR SOME-SUCH-THING WHEN I TRY +TO 'make'.

+
+
Try 'gmake'.
+

WHEN I 'tclsh scripts/weed <userfile> c' IT BARFS CHUNKS AT ME AND +DIES. :(

+
+
Upgrade your Tcl. You are probably using Tcl 7.5 or earlier. Some of the +commands in weed require Tcl7.6 to run, so either upgrade it or remove +the offending lines from you userfile manually (those starting with '.' +generally) and accept the loss of that data.
+

I GET "ld-elf.so.1: Shared object "libtcl80.so.1" not found" or +"eggdrop: error in loading shared libraries libtcl8.1.so: cannot open shared object file: No such file or directory" WHEN I TRY +TO START MY BOT.

+
+

'./configure' is looking in the wrong place for Tcl; it looks like it +compiled with one version of Tcl and tries to load another. Maybe your +sysadmin upgraded Tcl and didn't tell you. In that case, you should just +need to recompile your bot.

+

Maybe, when upgrading, he didn't clean the old version of Tcl and +'./configure' is looking for the files in the wrong places, or trying +to use different versions of tcl.h and libtcl*. Smack your admin and +have him install Tcl properly. ;)

+

You can also try:

+
./configure --with-tcllib=<path-to-tcl-lib>
+            --with-tclinc=<path-to-tcl-inc>
+
+
+

This will tell configure where to look for the Tcl files.

+

Try looking for libtcl by:

+
ls /usr/lib/libtcl*
+ls /usr/local/lib/libtcl*
+
+
+

Try looking for tcl.h by:

+
ls /usr/include/tcl.h
+ls /usr/local/include/tcl.h
+
+If everything else fails, try to install Tcl to your home dir ;)
+(Suggested by dw@Undernet, dw@lixom.nu)
+
+
+
+

I GET A WHOLE PILE OF "Unresolved symbol 'Tcl_AppendResult'" (OR SOME +OTHER SYMBOL) WHEN I TRY TO LOAD A MODULES.

+
+

POSSIBILITY A: See previous section.

+

POSSIBILITY B:

+
+

Some of the standard libraries have been compiled for static linking +only on your machine, you have 3 options:

+
+
    +
  1. If it's your own machine, recompile Tcl using dynamic linking by +using './configure --enable-shared' when you configure Tcl (not +the bot) and then remake, and reinstall.
  2. +
  3. If it's not your machine, you may have to resort to 'make static' +and 'make install DEST="path"' to make and install your bot.
  4. +
  5. If you are of a more aggressive sense of mind, go beat the +stuffing out of your admin for having lame static libraries. :)
  6. +
+
+
+
+
+
+

Setting up a Crontab¶

+
+

Eggdrop has become more stable with time, thanks mostly to people +reporting bug details and helping find places where it crashes. However, +there are still a -few- places where things aren't perfect. Few, if any, +things in life are.

+

Also, most systems go down from time to time. These things cause your bot +to disappear from IRC, and you have to restart it.

+

Eggdrop comes with a shell script called 'botchk' that will help keep the +bot online. It will make the machine check every ten minutes to make sure +your bot is still running. To use it, you have to add a line to your +crontab. First, edit 'botchk' and change the directory and command line +parameters so that it will be able to start up your bot. Then, add this +line to your crontab:

+
0,10,20,30,40,50 * * * * /home/mydir/botchk
+
+
+

If you don't want to get e-mails from cron, use this:

+
0,10,20,30,40,50 * * * * /home/mydir/botchk >/dev/null 2>&1
+
+
+

Naturally, you need to change the path to the correct path for botchk. If +you've never used crontab before, here is a simple way to add that line:

+
+
    +
  1. Create a new file called 'mycron' and put the above line into it.
  2. +
  3. From your shell prompt, type '% crontab mycron'.
  4. +
+
+

That will create a new crontab entry for you with a line that runs botchk +every ten minutes. Botchk will then restart the bot when necessary (and +send you email informing you).

+
+
+
+

Setting up a Crontab using autobotchk¶

+
+

Included with your Eggdrop is an Eggdrop utility called 'autobotchk'. +Using autobotchk is probably the fastest way of creating your botchk and +crontabbing it with just a few required steps:

+
+
    +
  1. Type:

    +
    cp scripts/autobotchk ..
    +
    +
    +
  2. +
  3. Type:

    +
    ./autobotchk <Eggdrop config file>
    +
    +
    +
  4. +
+
+

This will hopefully crontab your bot using the default setup. If you want +a list of autobotchk options, type './autobotchk'. An example with options +would be:

+
./autobotchk <Eggdrop config file> -noemail -5
+
+
+

This would setup crontab to run the botchk every 5 minutes and also to +not send you e-mail saying that it restarted your bot.

+
+
+ +
+

Mailing List¶

+
+

There are currently a couple of mailing lists about Eggdrop. +eggheads@eggheads.org is the one relevant for posts about Eggdrop 1.8 and +up (suggestions, help, etc).

+

To subscribe to the eggheads mailing list, send e-mail to +eggheads-request@eggheads.org. In the body of the message, put "subscribe +eggheads". You can also go to the following url:

+
+
+

### DO NOT SEND ROBEY EMAIL ABOUT EGGDROP! ###

+

Robey is no longer developing the Eggdrop code, so don't bother e-mailing +him. If you have a serious problem, email the eggheads mailing list and +it will get to the coders.

+

Please, before posting to this list, see what things are like. When you do +post, read over your post for readability, spelling, and grammar mistakes. +Obviously, we're all human (or are we?) and we all make mistakes (heck, +look at this document! ;).

+

Open discussion and debate is integral to change and progress. Don't flame +others over mere form (grammar and spelling), or even substantive issues +for that matter. Please read and follow the mailing list rules.

+

The eggheads@eggheads.org mailing list is not dedicated to those all too +common questions we have all seen on other lists... For example:

+
+
o "Why does my bot say this: Please edit your config file." +o "How do I telnet my bot?" +o "Where do I get Eggdrop for windows??????"
+

Technical questions, your thoughts or suggestions on new features being +added to Eggdrop, things that should be removed or fixed, amazing problems +that even stump the guru's, etc. are what we want to see here.

+

Bug reports should be sent to bugs@eggheads.org. Please read and fill out +the BUG-REPORT file in the doc directory.

+

DO NOT SEND HTML E-MAILS TO ANY OF THE EGGHEADS.ORG MAILING LISTS. ANYONE +CAUGHT SENDING HTML E-MAILS TO ONE OF THESE LISTS WILL BE REMOVED +IMMEDIATELY!

+
+
+
+

Documentation¶

+
+
We're trying to keep the documentation up to date. If you feel that +anything is missing here or that anything should be added, etc, please +e-mail bugs@eggheads.org about it. Thank you.
+
+
+

Obtaining Help¶

+
+

You can obtain help with Eggdrop in the following IRC channels:

+
+
    +
  • Undernet - #eggdrop (official channel)
  • +
  • FreeNode - #eggdrop (official channel), #egghelp
  • +
  • EFnet - #egghelp
  • +
  • IRCnet - #eggdrop
  • +
  • DALnet - #eggdrop
  • +
  • QuakeNet - #eggdrop.support
  • +
+
+

If you plan to ask questions in any of the above channels, you should be +familiar with and follow IRC etiquette.

+
+

o Don't type using CAPITAL letters, colors, or bold.

+

o Don't use "!" and "?" excessively.

+

o Don't /msg people without their permission.

+

o Don't repeat or paste large amounts of text to the channel.

+
+

If there are any other serious Eggdrop related channels that should be +added to the above list, please let us know.

+
+

Copyright (C) 1997 Robey Pointer +Copyright (C) 1999 - 2016 Eggheads Development Team

+
+
+ + +
+
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/doc/html/installAndSetup/faq.html b/doc/html/installAndSetup/faq.html index c2a9ecd5e..d78350775 100644 --- a/doc/html/installAndSetup/faq.html +++ b/doc/html/installAndSetup/faq.html @@ -269,7 +269,7 @@

Search

diff --git a/doc/html/installAndSetup/index.html b/doc/html/installAndSetup/index.html index 4091524bc..8461a44ce 100644 --- a/doc/html/installAndSetup/index.html +++ b/doc/html/installAndSetup/index.html @@ -142,7 +142,7 @@

Search

diff --git a/doc/html/installAndSetup/install.html b/doc/html/installAndSetup/install.html index a75c25f66..e8f8cefcb 100644 --- a/doc/html/installAndSetup/install.html +++ b/doc/html/installAndSetup/install.html @@ -63,16 +63,6 @@

Installing Eggdrop -

Overview¶

-
    -
  1. What is Eggdrop?
  2. -
  3. Quick Startup
  4. -
  5. Cygwin Requirements (Windows)
  6. -
  7. Modules
  8. -
  9. Frequently Asked Questions
  10. -
-

What is Eggdrop?¶

Please, read the README file before attempting to set up this bot. This @@ -191,17 +181,6 @@

Quick Startup -

Cygwin Requirements (Windows)¶

-

Eggdrop requires the following packages to be added from the Cygwin -installation tool prior to compiling:

-
Interpreters: tcl, tcl-devel
-Net:          openssl-devel
-Devel:        autoconf, gcc-core, git, make
-Utils:        diffutils
-
-
-

Modules¶

Modules are small pieces of code that can either be compiled into the @@ -336,7 +315,7 @@

Search

diff --git a/doc/html/installAndSetup/readme.html b/doc/html/installAndSetup/readme.html index 9268ea44d..deae165a6 100644 --- a/doc/html/installAndSetup/readme.html +++ b/doc/html/installAndSetup/readme.html @@ -479,7 +479,7 @@

Search

diff --git a/doc/html/mainDocs/TLS.html b/doc/html/mainDocs/TLS.html new file mode 100644 index 000000000..1962c0d62 --- /dev/null +++ b/doc/html/mainDocs/TLS.html @@ -0,0 +1,289 @@ + + + + + + + + + TLS support — Eggdrop 1.8.0 documentation + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ +

TLS support +Last revised: Oct 17, 2010

+
+

TLS support¶

+

This document provides information about TLS support which is a new +eggdrop feature since version 1.8.0.

+
+

About¶

+

Eggdrop can be optionally compiled with TLS support. This requires OpenSSL +0.9.8 or more recent installed on your system. +TLS support includes encryption for IRC, DCC, botnet, telnet and scripted +connections as well as certificate authentication for users and bots.

+
+
+

Installation¶

+

./configure and install as usual, the configure script will detect if your +system meets the requirements and will enable TLS automatically. You can +override the autodetection and manually disable TLS with +./configure --disable-tls. You can't forcefully enable it though. +The configure script will look for OpenSSL at the default system locations. +If you have it installed at a non-standard location or locally in your +home directory, you'll need to specify the paths to header and library +files with the --with-sslinc and --with-ssllib options. You can also use +these if you want to override the default OpenSSL installation with a +custom one, as they take precedence over any system-wide paths.

+
+
+

Usage¶

+

By default, without additional configuration, TLS support will provide +opportunistic encryption for botnet links. For other connection types, +TLS must be requested explicitly.

+

Secure connections are created the same way as plaintext ones. The only +difference is that you must prefix the port number with a plus sign. +A port number that could be normally omitted, would have to be included +to enable TLS. Scripts can also switch a regular, plaintext connection +to TLS, using the starttls Tcl command.

+
+

IRC¶

+

To connect to IRC using SSL, specify the port number and prefix it with +a plus sign. Example: .jump irc.server.com +6697. The same goes for +the server list in the config file.

+
+
+

Botnet¶

+

By default, eggdrop now automatically attempts to protect botnet links +with SSL if it is compiled with TLS support. If one of the bots linking +does not have TLS support enabled, the connection will fall back to plain +text. To explicitly require all links to a hub be SSL-only (ie, prevent +plain text connections from being allowed), prefix the listen port in the +hub configuration file with a plus (+) sign. Conversely, to force a leaf +to only allow SSL (not plain text) connections with a hub, you must +prefix the hub's listen port with a plus when adding it to the leaf via ++bot/chaddr commands. The nickname and password are sent before SSL +negotiation takes place (the password is not sent in plain text anyway). +If SSL negotiation fails and either the hub or leaf is set to require SSL, +the connection is deliberately aborted and no clear text is ever sent.

+
+
+

Secure DCC¶

+

Eggdrop supports the SDCC protocol, allowing you to establish DCC chat +and file transfers over SSL. Example: /ctcp bot schat +Note, that currently the only IRC client supporting SDCC is KVIrc. For +information on how to initiate secure DCC chat from KVIrc (rather than +from the bot with /ctcp bot chat), consult the KVIrc documentation.

+
+
+

Scripts¶

+

Scripts can open or connect to SSL ports the usual way specifying the +port with a plus sign. Alternatively, the connection could be +established as plaintext and later switched on with the starttls Tcl +command. (Note that the other side should also switch to SSL at the same +time - the synchronization is the script's job, not eggdrop's.)

+
+
+
+

Keys, certificates and authentication¶

+

You need a private key and a digital certificate whenever your bot will +act as a server in a connection of any type. Common examples are hub +bots and SSL listening ports. General information about certificates and +public key infrastructure can be obtained from Internet. This document +only contains eggdrop-specific information on the subject. +The easy way to create a key and a certificate is to type 'make sslcert' +after compiling your bot (If you installed eggdrop to a non-standard +location, use make sslcert DEST=/path/to/eggdrop). This will generate a +4096-bit private key (eggdrop.key) and a certificate (eggdrop.crt) after +you fill in therequired fields.

+

To authenticate with a certificate instead of using password, you should +make a ssl certificate for yourself and enable ssl-cert-auth in the config +file. Then either connect to the bot using SSL and type ".fprint +" or +enter your certificate fingerprint with .fprint SHA1-FINGERPRINT. +To generate a ssl certificate for yourself, you can run the following +command from the eggdrop source directory:

+
openssl req -new -x509 -nodes -keyout my.key -out my.crt -config ssl.conf
+
+
+

When asked about bot's handle, put your handle instead. How to use your +new certificate to connect to eggdrop, depends on your irc client. +To connect to your bot from the command line, you can use the OpenSSL +ssl client:

+
openssl s_client -cert my.crt -key my.key -connect host:sslport
+
+
+
+
+

SSL Settings¶

+

There are some new settings allowing control over certificate +verification and authorization.

+
+

ssl-privatekey

+
+
file containing Eggdrop's private key, required for the certificate.
+

ssl-certificate

+
+
Specify the filename where your SSL certificate is located. +if your bot will accept SSL connections, it must have a certificate.
+

ssl-verify-depth

+
+
maximum verification depth when checking certificate validity. +Determines the maximum certificate chain length to allow.
+
+
ssl-capath
+
ssl-cafile
+
+
+
specify the location of certificate authorities certificates. These +are used for verification. Both can be active at the same time. +If you don't set this, validation of the issuer won't be possible and +depending on verification settings, the peer certificate might fail +verification.
+

ssl-ciphers

+
+
specify the list of ciphers (in order of preference) allowed for +use with ssl.
+

ssl-cert-auth

+
+

enables or disables certificate authorization for partyline/botnet. +This works only for SSL connections (SDCC or telnet over SSL). +A setting of 1 means optional authorization: If the user/bot has a +fingerprint set and it matches the certificate SHA1 fingerprint, +access is granted, otherwise ordinary password authentication takes +place.

+

If you set this to 2 however, users without a fingerprint set or +with a fingerprint not matching the certificate, will not be +allowed to enter the partyline with SSL. In addition to this user and +bot certificates will be required to have an UID field matching the +handle of the user/bot.

+
+
+
ssl-verify-dcc
+
ssl-verify-bots
+
ssl-verify-server
+
ssl-verify-clients
+
+
+
control ssl certificate verification. A value of 0 disables +verification completely. A value of 1 enables full verification. +Higher values enable specific exceptions like allowing self-signed +or expired certificates. Details are documented in eggdrop.conf.
+
+

Copyright (C) 2010 - 2016 Eggheads Development Team

+
+
+ + +
+
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/doc/html/mainDocs/about.html b/doc/html/mainDocs/about.html index 4fe455a6d..2b4a15b78 100644 --- a/doc/html/mainDocs/about.html +++ b/doc/html/mainDocs/about.html @@ -191,7 +191,7 @@

Search

diff --git a/doc/html/mainDocs/bans.html b/doc/html/mainDocs/bans.html index 1d713e33e..3b1936717 100644 --- a/doc/html/mainDocs/bans.html +++ b/doc/html/mainDocs/bans.html @@ -211,7 +211,7 @@

Search

diff --git a/doc/html/mainDocs/botnet.html b/doc/html/mainDocs/botnet.html index 8f2d7d4e6..5a32c88e6 100644 --- a/doc/html/mainDocs/botnet.html +++ b/doc/html/mainDocs/botnet.html @@ -90,7 +90,7 @@

Terms
Passive share is a term used to describe the direction of sharing user-files. Passive share bots will accept userfiles from an aggressive share bot.
Address

The physical address, containing the address and port of the bot. For example: lame.org:3333. You can change a bot's address with:

-
.chaddr <botname> <address> <port#>[/<relay-port#>]
+
.chaddr <botname> <hostaddress:botport[/userport]>
 
@@ -400,7 +400,7 @@

Search

diff --git a/doc/html/mainDocs/features.html b/doc/html/mainDocs/features.html index 54462b7e4..c0529dbc9 100644 --- a/doc/html/mainDocs/features.html +++ b/doc/html/mainDocs/features.html @@ -184,7 +184,7 @@

Search

diff --git a/doc/html/mainDocs/index.html b/doc/html/mainDocs/index.html index 1a74d0ca7..2ed086577 100644 --- a/doc/html/mainDocs/index.html +++ b/doc/html/mainDocs/index.html @@ -193,7 +193,7 @@

Search

diff --git a/doc/html/mainDocs/ipv6.html b/doc/html/mainDocs/ipv6.html index 9f9d26cf0..568a591dd 100644 --- a/doc/html/mainDocs/ipv6.html +++ b/doc/html/mainDocs/ipv6.html @@ -205,7 +205,7 @@

Search

diff --git a/doc/html/mainDocs/partyline.html b/doc/html/mainDocs/partyline.html index c83d74d10..ca90c3bea 100644 --- a/doc/html/mainDocs/partyline.html +++ b/doc/html/mainDocs/partyline.html @@ -167,7 +167,7 @@

Search

diff --git a/doc/html/mainDocs/patch.html b/doc/html/mainDocs/patch.html index dec26d722..326f80dca 100644 --- a/doc/html/mainDocs/patch.html +++ b/doc/html/mainDocs/patch.html @@ -262,7 +262,7 @@

Search

diff --git a/doc/html/mainDocs/tcl-commands.html b/doc/html/mainDocs/tcl-commands.html index dc3a88090..854a3b294 100644 --- a/doc/html/mainDocs/tcl-commands.html +++ b/doc/html/mainDocs/tcl-commands.html @@ -2814,7 +2814,7 @@

Search

diff --git a/doc/html/mainDocs/tls.html b/doc/html/mainDocs/tls.html index 90bcdcd97..758aade66 100644 --- a/doc/html/mainDocs/tls.html +++ b/doc/html/mainDocs/tls.html @@ -297,7 +297,7 @@

Search

diff --git a/doc/html/mainDocs/users.html b/doc/html/mainDocs/users.html index 885836c08..25d731589 100644 --- a/doc/html/mainDocs/users.html +++ b/doc/html/mainDocs/users.html @@ -276,7 +276,7 @@

Search

diff --git a/doc/html/mod-assoc.html b/doc/html/mod-assoc.html new file mode 100644 index 000000000..d305e79e4 --- /dev/null +++ b/doc/html/mod-assoc.html @@ -0,0 +1,38 @@ + + + + + Eggdrop Documentation: Assoc Module + + + +
+

Assoc Module

+
+
+ +

This module provides assoc support, i.e. naming channels on the + botnet.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + assoc module:

+ +

loadmodule assoc

+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-blowfish.html b/doc/html/mod-blowfish.html new file mode 100644 index 000000000..5199f7896 --- /dev/null +++ b/doc/html/mod-blowfish.html @@ -0,0 +1,41 @@ + + + + + Eggdrop Documentation: Blowfish Module + + + +
+

Blowfish Module

+
+
+ +

Eggdrop uses the blowfish module to encrypt user's passwords. + Please note, that when you change your encryption method later (i.e. + using other modules like a md5 module) you can't use your current + userfile anymore. Eggdrop can't start without an encryption + module.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + blowfish module:

+ +

loadmodule blowfish

+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-channels.html b/doc/html/mod-channels.html new file mode 100644 index 000000000..b52e651b6 --- /dev/null +++ b/doc/html/mod-channels.html @@ -0,0 +1,663 @@ + + + + + Eggdrop Documentation: Channels Module + + + +
+

Channels Module

+
+
+ +

This module provides channel related support for the bot. Without + it, you won't be able to make the bot join a channel or save channel + specific userfile information.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + channels module:

+ +

loadmodule channels

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set chanfile"LamestBot.chan"
+ +
+

Enter here the filename where dynamic channel settings are + stored.

+
+ +
set force-expire 0
+ +
+

Set this setting to 1 if you want your bot to expire + bans/exempts/invites set by other opped bots on the channel.

+
+ +
set share-greet 0
+ +
+

Set this setting to 1 if you want your bot to share user greets + with other bots on the channel if sharing user data.

+
+ +
set use-info 1
+ +
+

Set this setting to 1 if you want to allow users to store an + info line.

+
+ +
set allow-ps 0
+ +
+

Set this setting to 1 if you want to allow both +p and +s channel + modes to be enforced at the same time by the chanmode channel setting. + Make sure your server supports +ps mixing or you may get endless mode + floods.

+
+ +
channel add #channel { SETTINGS }
+ +
+

Add each static channel you want your bot to sit in using this + command. There are many different possible settings you can insert + into this command, which are explained below.

+ +
+
+
chanmode +/-<modes>
+ +
+

This setting makes the bot enforce channel modes. It will + always add the +<modes> and remove the -<modes> + modes.

+
+ +
idle-kick 0
+ +
+

This setting will make the bot check every minute for idle + users. Set this to 0 to disable idle check.

+
+ +
stopnethack-mode 0
+ +
+

This setting will make the bot de-op anyone who enters + the channel with serverops. There are seven different modes + for this settings:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
0turn off
1isoptest (allow serverop if registered op)
2wasoptest (allow serverop if user had op before + split)
3allow serverop if isop or wasop
4allow serverop if isop and wasop.
5If the channel is -bitch, see stopnethack-mode 3
+ If the channel is +bitch, see stopnethack-mode 1
6If the channel is -bitch, see stopnethack-mode 2
+ If the channel is +bitch, see stopnethack-mode 4
+
+ +
revenge-mode 0
+ +
+

This settings defines how the bot should punish bad users + when revenging. There are four possible settings:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
0Deop the user.
1Deop the user and give them the +d flag for the + channel.
2Deop the user, give them the +d flag for the channel, + and kick them.
3Deop the user, give them the +d flag for the channel, + kick, and ban them.
+
+ + +
ban-type 3
+ +
+

This setting defines what type of bans should eggdrop + place for +k users or when revenge-mode is 3.
+ Available types are:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
0*!user@host
1*!*user@host
2*!*@host
3*!*user@*.host
4*!*@*.host
5nick!user@host
6nick!*user@host
7nick!*@host
8nick!*user@*.host
9nick!*@*.host
+ +

You can also specify types from 10 to 19 which correspond + to types 0 to 9, but instead of using a * wildcard to replace + portions of the host, only numbers in hostnames are replaced + with the '?' wildcard. Same is valid for types 20-29, but + instead of '?', the '*' wildcard will be used.

+ +
+ +
ban-time 120
+ +
+

Set here how long temporary bans will last (in minutes). If + you set this setting to 0, the bot will never remove them.

+
+ +
exempt-time 60
+ +
+

Set here how long temporary exempts will last (in minutes). + If you set this setting to 0, the bot will never remove them. + The bot will check the exempts every X minutes, but will not + remove the exempt if a ban is set on the channel that matches + that exempt. Once the ban is removed, then the exempt will be + removed the next time the bot checks. Please note that this is + an IRCnet feature.

+
+ +
invite-time 60
+ +
+

Set here how long temporary invites will last (in minutes). + If you set this setting to 0, the bot will never remove them. + The bot will check the invites every X minutes, but will not + remove the invite if a channel is set to +i. Once the channel + is -i then the invite will be removed the next time the bot + checks. Please note that this is an IRCnet feature.

+
+ +
need-op { putserv "PRIVMSG #lamest :op me + cos i'm lame!" }
+ +
+

This setting will make the bot run the script enclosed in + braces if it does not have ops. This must be shorter than + 120 characters. If you use scripts like getops.tcl or + botnetop.tcl, you don't need to set this setting.

+
+ +
need-invite { putserv "PRIVMSG #lamest + :let me in!" }
+ +
+

This setting will make the bot run the script enclosed in + braces if it needs an invite to the channel. This must be + shorter than 120 characters. If you use scripts like + getops.tcl or botnetop.tcl, you don't need to set this + setting.

+
+ +
need-key { putserv "PRIVMSG #lamest :let + me in!" }
+ +
+

This setting will make the bot run the script enclosed in + braces if it needs the key to the channel. This must be + shorter than 120 characters. If you use scripts like + getops.tcl or botnetop.tcl, you don't need to set this + setting.

+
+ +
need-unban { putserv "PRIVMSG #lamest :let + me in!" }
+ +
+

This setting will make the bot run the script enclosed in + braces if it needs to be unbanned on the channel. This must + be shorter than 120 characters. If you use scripts like + getops.tcl or botnetop.tcl, you don't need to set this + setting.

+
+ +
need-limit { putserv "PRIVMSG #lamest :let + me in!" }
+ +
+

This setting will make the bot run the script enclosed in + braces if it needs the limit to be raised on the channel. + This must be shorter than 120 characters. If you use scripts + like getops.tcl or botnetop.tcl, you don't need to set + this setting.

+
+ +
flood-chan 10:60
+ +
+

Set here how many channel messages in how many seconds + from one host constitutes a flood. Setting this to 0 or 0:0 + disables text flood protection for the channel.

+
+ +
flood-deop 3:10
+ +
+

Set here how many deops in how many seconds from one host + constitutes a flood. Setting this to 0 or 0:0 disables deop + flood protection for the channel.

+
+ +
flood-kick 3:10
+ +
+

Set here how many kicks in how many seconds from one host + constitutes a flood. Setting this to 0 or 0:0 disables kick + flood protection for the channel.

+
+ +
flood-join 5:60
+ +
+

Set here how many joins in how many seconds from one host + constitutes a flood. Setting this to 0 or 0:0 disables join + flood protection for the channel.

+
+ +
flood-ctcp 3:60
+ +
+

Set here how many channel ctcps in how many seconds from + one host constitutes a flood. Setting this to 0 or 0:0 + disables ctcp flood protection for the channel.

+
+ +
flood-nick 5:60
+ +
+

Set here how many nick changes in how many seconds from + one host constitutes a flood. Setting this to 0 or 0:0 + disables nick flood protection for the channel.

+
+
+
+
+ +
channel set <chan> +/-<setting> +
+ +
+

There are many different options for channels which you can + define. They can be enabled or disabled by a plus or minus in + front of them.

+ +

A complete list of all available channel settings:

+ +
+
+
enforcebans
+ +
+

When a ban is set, kick people who are on the channel and + match the ban?

+
+ +
dynamicbans
+ +
+

Only activate bans on the channel when necessary? This + keeps the channel's ban list from getting excessively long. + The bot still remembers every ban, but it only activates a + ban on the channel when it sees someone join who matches that + ban.

+
+ +
userbans
+ +
+

Allow bans to be made by users directly? If turned off, + the bot will require all bans to be made through the bot's + console.

+
+ +
dynamicexempts
+ +
+

Only activate exempts on the channel when necessary? This + keeps the channel's exempt list from getting excessively + long. The bot still remembers every exempt, but it only + activates a exempt on the channel when it sees a ban set + that matches the exempt. The exempt remains active on the + channel for as long as the ban is still active.

+
+ +
userexempts
+ +
+

Allow exempts to be made by users directly? If turned + off, the bot will require all exempts to be made through + the bot's console.

+
+ +
dynamicinvites
+ +
+

Only activate invites on the channel when necessary? + This keeps the channel's invite list from getting + excessively long. The bot still remembers every invite, but + the invites are only activated when the channel is set to + invite only and a user joins after requesting an invite. + Once set, the invite remains until the channel goes to -i.

+
+ +
userinvites
+ +
+

Allow invites to be made by users directly? If turned + off, the bot will require all invites to be made through + the bot's console.

+
+ +
autoop
+ +
+

Op users with the +o flag as soon as they join the channel? + This is insecure and not recommended.

+
+ +
autohalfop
+ +
+

Halfop users with the +l flag as soon as they join the + channel? This is insecure and not + recommended.

+
+ +
bitch
+ +
+

Only let users with the +o flag have op on the channel? +

+
+ +
greet
+ +
+

Say a user's info line when they join the channel?

+
+ +
protectops
+ +
+

Re-op a user with the +o flag if they get deopped?

+
+ +
protecthalfops
+ +
+

Re-halfop a user with the +l flag if they get + dehalfopped?

+
+ +
protectfriends
+ +
+

Re-op a user with the +f flag if they get deopped?

+
+ +
statuslog
+ +
+

Log the channel status line every 5 minutes? This shows + the bot's status on the channel (op, voice, etc.), The + channel's modes, and the total number of members, ops, + voices, regular users, and +b, +e, and +I modes on the + channel. A sample status line follows:

+ +
+

[01:40] @#lamest (+istn) : [m/1 o/1 v/4 n/7 b/1 e/5 I/7] +

+
+
+ +
revenge
+ +
+

Remember people who deop/kick/ban the bot, valid ops, or + friends and punish them? Users with the +f flag are exempt + from revenge.

+
+ +
revengebot
+ +
+

This is similar to to the 'revenge' option, but + it only triggers if a bot gets deopped, + kicked or banned.

+
+ +
autovoice
+ +
+

Voice users with the +v flag when they join the channel?

+
+ +
secret
+ +
+

Prevent this channel from being listed on the botnet?

+
+ +
shared
+ +
+

Share channel-related user info for this channel?

+
+ +
cycle
+ +
+

Cycle the channel when it has no ops?

+
+ +
dontkickops
+ +
+

Do you want the bot not to be able to kick users who + have the +o flag, letting them kick-flood for instance to + protect the channel against clone attacks?

+
+ +
inactive
+ +
+

This prevents the bot from joining the channel (or makes + it leave the channel if it is already there). It can be + useful to make the bot leave a channel without losing it's + settings, channel-specific user flags, channel bans, and + without affecting sharing.

+
+ +
seen
+ +
+

Respond to seen requests in the channel? The seen module + must be loaded for this to work.

+
+ +
nodesynch
+ +
+

Allow non-ops to perform channel modes? This can stop the + bot from fighting with services such as ChanServ, or from + kicking IRCops when setting channel modes without having + ops.

+
+
+
+
+
+
+ +
+

The following settings are used as default values when you .+chan + #chan or .tcl channel add #chan. Look in the section above for + explanation of every option.

+ +

set global-flood-chan 10:60
+ set global-flood-deop 3:10
+ set global-flood-kick 3:10
+ set global-flood-join 5:60
+ set global-flood-ctcp 3:60
+ set global-flood-nick 5:60

+ +

set global-chanmode "nt-likm"
+ set global-stopnethack-mode 0
+ set global-revenge-mode 0
+ set global-ban-time 120
+ set global-exempt-time 60
+ set global-invite-time 60

+ +

set global-chanset {

+
+        -autoop         -autovoice
+        -bitch          +cycle
+        +dontkickops    +dynamicbans
+        +dynamicexempts +dynamicinvites
+        -enforcebans    +greet
+        -inactive       -nodesynch
+        -protectfriends +protectops
+        -revenge        -revengebot
+        -secret         -seen
+        +shared         +statuslog
+        +userbans       +userexempts
+        +userinvites    +protecthalfops
+        +autohalfop
+
+

}

+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-compress.html b/doc/html/mod-compress.html new file mode 100644 index 000000000..158c3a048 --- /dev/null +++ b/doc/html/mod-compress.html @@ -0,0 +1,61 @@ + + + + + Eggdrop Documentation: Compress Module + + + +
+

Compress Module

+
+
+ +

This module provides provides support for file compression. It can be + used to compress files via Tcl or to transfer the userfile compressed + during the share process, saving bandwidth.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + compress module:

+ +

loadmodule compress

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set share-compressed 1
+ +
+

Allow compressed sending of user files? The user files are + compressed with the compression level defined in + 'compress-level'.

+
+ +
set compress-level 9
+ +
+

This is the default compression level used. These levels are the + same as those used by GNU gzip.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-console.html b/doc/html/mod-console.html new file mode 100644 index 000000000..ddc08279e --- /dev/null +++ b/doc/html/mod-console.html @@ -0,0 +1,66 @@ + + + + + Eggdrop Documentation: Console Module + + + +
+

Console Module

+
+
+ +

This module provides storage of console settings when you exit the + bot or type .store on the partyline.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + console module:

+ +

loadmodule console

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set console-autosave 1
+ +
+

Save users console settings automatically? Otherwise, they have + to use the .store command.

+
+ +
set force-channel 0
+ +
+

If a user doesn't have any console settings saved, which + channel do you want them automatically put on?

+
+ +
set info-party 0
+ +
+

Enable this setting if a user's global info line should be + displayed when they join a botnet channel.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-ctcp.html b/doc/html/mod-ctcp.html new file mode 100644 index 000000000..30f38be74 --- /dev/null +++ b/doc/html/mod-ctcp.html @@ -0,0 +1,79 @@ + + + + + Eggdrop Documentation: CTCP Module + + + +
+

CTCP Module

+
+
+ +

This module provides the normal ctcp replies that you would expect. + Without it loaded, CTCP CHAT will not work.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + CTCP module:

+ +

loadmodule ctcp

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set ctcp-mode 0
+ +
+

Set here how the ctcp module should answer ctcps. There are 3 + possible operating modes:

+ + + + + + + + + + + + + + + + + + + +
0Normal behavior is used.
1The bot ignores all ctcps, except for CHAT and PING + requests by users with the +o flag.
2Normal behavior is used, however the bot will not answer + more than X ctcps in Y seconds (defined by 'set + flood-ctcp').
+
+
+ +

There are also several variables to help make your bot less + noticeable. They are: ctcp-version, ctcp-finger, and ctcp-userinfo. + You can use set to set them to values you'd like.

+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-dns.html b/doc/html/mod-dns.html new file mode 100644 index 000000000..49cd39489 --- /dev/null +++ b/doc/html/mod-dns.html @@ -0,0 +1,85 @@ + + + + + Eggdrop Documentation: DNS Module + + + +
+

DNS Module

+
+
+ +

This module provides asynchronous dns support. This will avoid long + periods where the bot just hangs there, waiting for a hostname to + resolve, which will often let it timeout on all other connections.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + dns module:

+ +

loadmodule dns

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set dns-servers "8.8.8.8 8.8.4.4"
+ +
+

In case your bot has trouble finding dns servers or you want to + use specific ones, you can set them here. The value is a list of + dns servers. The relative order doesn't matter. You can also + specify a non-standard port.
+ The default is to use the system specified dns servers. You don't + need to modify this setting normally.

+
+ +
set dns-cache 86400
+ +
+

Specify how long should the DNS module cache replies at + maximum. The value must be in seconds. Note that it will respect + the TTL of the reply and this is just an upper boundary.

+
+ +
set dns-negcache 600
+ +
+

Specify how long should the DNS module cache negative replies + (NXDOMAIN, DNS Lookup failed). The value must be in seconds.

+
+ +
set dns-maxsends 4
+ +
+

How many times should the DNS module resend the query for a + given domain if it receives no reply?

+
+ +
set dns-retrydelay 3
+ +
+

Specify how long should the DNS module wait for a reply before + resending the query. The value must be in seconds.

+
+
+
+
+ +

Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-filesys.html b/doc/html/mod-filesys.html new file mode 100644 index 000000000..606193687 --- /dev/null +++ b/doc/html/mod-filesys.html @@ -0,0 +1,97 @@ + + + + + Eggdrop Documentation: Filesys Module + + + +
+

Filesys Module

+
+
+ +

This module provides an area within the bot where users can store and + manage files. With this module, the bot is useable as a file server.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

This module provides the filesys support. You have to load this if + you want your users to upload and download files from your bot.

+ +

Put this line into your Eggdrop configuration file to load the + filesys module:

+ +

loadmodule filesys

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set files-path "/home/mydir/eggdrop/filesys" +
+ +
+

Set here the 'root' directory for the file system.

+
+ +
set incoming-path + "/home/mydir/eggdrop/filesys/incoming"
+ +
+

If you want to allow uploads, set this to the directory uploads + should be put into. Set this to "" if you don't want + people to upload files to your bot.

+
+ +
set upload-to-pwd 0
+ +
+

If you don't want to have a central incoming directory, + but instead want uploads to go to the current directory that a + user is in, set this setting to 1.

+
+ +
set filedb-path ""
+ +
+

Eggdrop creates a '.filedb' file in each subdirectory + of your file area to keep track of its own file system information. + If you can't do that (for example, if the dcc path isn't + owned by you, or you just don't want it to do that) specify + a path here where you'd like all of the database files to be + stored instead.

+
+ +
set max-file-users 20
+ +
+

Set here the maximum number of people that can be in the file + area at once. Setting this to 0 makes it effectively infinite.

+
+ +
set max-filesize 1024
+ +
+

Set here the maximum allowable file size that will be received + (in KB). Setting this to 0 makes it effectively infinite.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-irc.html b/doc/html/mod-irc.html new file mode 100644 index 000000000..1851a0bc7 --- /dev/null +++ b/doc/html/mod-irc.html @@ -0,0 +1,264 @@ + + + + + Eggdrop Documentation: IRC Module + + + +
+

IRC Module

+
+
+ +

This module controls the bots interaction on IRC. It allows the bot to + join channels, etc. You have to load this if you want your bot to come on + IRC.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + irc module:

+ +

loadmodule irc

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set bounce-bans 1
+ +
+

Set this to 1 if you want to bounce all server bans.

+
+ +
set bounce-exempts 0
+ +
+

Set this to 1 if you want to bounce all server exemptions + (+e modes). This is disabled if use-exempts is disabled.

+
+ +
set bounce-invites 0
+ +
+

Set this to 1 if you want to bounce all server invitations + (+I modes). This is disabled if use-invites is disabled.

+
+ +
set bounce-modes 0
+ +
+

Set this to 1 if you want to bounce all server modes.

+
+ +
set max-modes 30
+ +
+

There is a global limit for +b/+e/+I modes. This limit should be + set to the same value as max-bans for networks that do not support + +e/+I.

+
+ +
set max-bans 20
+ +
+

Set here the maximum number of bans you want the bot to set on a + channel. Eggdrop will not place any more bans if this limit is + reached. Undernet currently allows 45 bans, IRCnet allows 64, EFnet + allows 100, and DALnet allows 100.

+
+ +
set max-exempts 20
+ +
+

Set here the maximum number of exempts you want Eggdrop to set + on a channel. Eggdrop will not place any more exempts if this + limit is reached.

+
+ +
set max-invites 20
+ +
+

Set here the maximum number of invites you want Eggdrop to set + on a channel. Eggdrop will not place any more invites if this + limit is reached.

+
+ +
set use-exempts 0
+ set use-invites 0
+ +
+

These settings should be left commented unless the default values + are being overridden. By default, exempts and invites are on for + EFnet and IRCnet, but off for all other large networks. This behavior + can be modified with the following 2 flags. If your network + doesn't support +e/+I modes then you will be unable to use these + features.

+
+ +
set learn-users 0
+ +
+

If you want people to be able to add themselves to the bot's + userlist with the default userflags (defined above in the config + file) via the 'hello' msg command, set this to 1.

+
+ +
set wait-split 300
+ +
+

Set here the time (in seconds) to wait for someone to return + from a netsplit (i.e. wasop will expire afterwards). Set this to + 1500 on IRCnet since it's nick delay stops after 30 minutes.

+
+ +
set wait-info 15
+ +
+

Set here the time (in seconds) that someone must have been + off-channel before re-displaying their info line.

+
+ +
set mode-buf-length 200
+ +
+

Set this to the maximum number of bytes to send in the + arguments of modes sent to the server. Most servers default this + to 200.

+
+ +
set opchars "@"
+ #set opchars "@&~"
+ +
+

Some IRC servers are using some non-standard op-like channel + prefixes/modes. Define them here so the bot can recognize them. Just + "@" should be fine for most networks. Un-comment the second + line for some UnrealIRCds.

+
+ +
unbind msg - hello *msg:hello
+ bind msg - myword *msg:hello
+ +
+

Many IRCops find bots by seeing if they reply to 'hello' + in a msg. You can change this to another word by un-commenting the + these two lines and changing "myword" to the word wish + to use instead of 'hello'. It must be a single word.

+
+ +
unbind msg - ident *msg:ident
+ unbind msg - addhost *msg:addhost
+ +
+

Many takeover attempts occur due to lame users blindly /msg + ident'ing to the bot and attempting to guess passwords. We now + unbind this command by default to discourage them. You can enable + this command by un-commenting these two lines.

+
+ +
set no-chanrec-info 0
+ +
+

If you are so lame you want the bot to display peoples info + lines even when you are too lazy to add their chanrecs to a + channel, set this to 1.

+ +

NOTE: This means every user + with an info line will have their info line displayed on EVERY + channel they join (provided they have been gone longer than + wait-info).

+
+
+
+ +
+

These were the core irc module settings. There are more settings for + 'net-type' 1 and 5. net-type has to be set in the server module + config section.

+ +

Use the following settings only if you set 'net-type' + to 1!

+
+ +
+
+
set prevent-mixing 1
+ +
+

At the moment, the current IRCnet IRCd version (2.10) doesn't + support the mixing of b, o and v modes with e and I modes. This might + be changed in the future, so use 1 at the moment for this setting.

+
+
+
+ +
+

Use the following settings only if you set 'net-type' + to 5!

+
+ +
+
+
set kick-method 1
+ +
+

If your network supports more users per kick command then 1, + you can change this behavior here. Set this to the number of + users to kick at once, or set this to 0 for all at once.

+
+ +
set modes-per-line 3
+ +
+

Some networks allow you to stack lots of channel modes into + one line. They're all guaranteed to support at least 3, so + that's the default. If you know your network supports more, + you may want to adjust this. This setting is limited to 6, + although if you want to use a higher value, you can modify this + by changing the value of MODES_PER_LINE_MAX in src/chan.h and + recompiling the bot.

+
+ +
set include-lk 1
+ +
+

Some networks don't include the +l limit and +k or -k key modes + in the modes-per-line (see above) limitation. Set include-lk to 0 + for these networks.

+
+ +
set use-354 0
+ +
+

Set this to 1 if your network uses IRCu2.10.01 specific /who + requests. Eggdrop can, therefore, ask only for exactly what's + needed.

+
+ +
set rfc-compliant 1 (Disabled by default)
+ +
+

If your network doesn't use rfc 1459 compliant string + matching routines, set this to 0.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-notes.html b/doc/html/mod-notes.html new file mode 100644 index 000000000..7747c7868 --- /dev/null +++ b/doc/html/mod-notes.html @@ -0,0 +1,89 @@ + + + + + Eggdrop Documentation: Notes Module + + + +
+

Notes Module

+
+
+ +

This module provides support for storing of notes for users from each + other notes between currently online users is supported in the core, this + is only for storing the notes for later retrieval, direct user <-> + user notes are built-in

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + notes module:

+ +

loadmodule notes

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set notefile "LamestBot.notes"
+ +
+

Set here the filename where private notes between users are + stored.

+
+ +
set max-notes 50
+ +
+

Set here the maximum number of notes to allow to be stored for + each user (to prevent flooding).

+
+ +
set note-life 60
+ +
+

Set here how long (in days) to store notes before expiring + them.

+
+ +
set allow-fwd 0
+ +
+

Set this to 1 if you want to allow users to specify a forwarding + address for forwarding notes to another account on another bot.

+
+ +
set notify-users 1
+ +
+

Set this to 1 if you want the bot to let people know hourly if + they have any notes.

+
+ +
set notify-onjoin 1
+ +
+

Set this to 1 if you want the bot to let people know on join + if they have any notes.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-seen.html b/doc/html/mod-seen.html new file mode 100644 index 000000000..74caf09a0 --- /dev/null +++ b/doc/html/mod-seen.html @@ -0,0 +1,42 @@ + + + + + Eggdrop Documentation: Seen Module + + + +
+

Seen Module

+
+
+ +

This module provides very basic seen commands via msg, on channel + or via dcc. This module works only for users in the bot's userlist. + If you are looking for a better and more advanced seen module, try the + gseen module by G'Quann. You can find it at + + http://www.kreativrauschen.com/gseen.mod/.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + seen module:

+ +

loadmodule seen

+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-server.html b/doc/html/mod-server.html new file mode 100644 index 000000000..490f8224c --- /dev/null +++ b/doc/html/mod-server.html @@ -0,0 +1,363 @@ + + + + + Eggdrop Documentation: Server Module + + + +
+

Server Module

+
+
+ +

The server module allows the bot to connect to an IRC server.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

This module provides the core server support. You have to load this + if you want your bot to come on IRC.
+

+ +

Put this line into your Eggdrop configuration file to load the + server module:

+ +

loadmodule server

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set net-type 0
+ +
+

What is your network?

+ +

0 = Efnet
+ 1 = IRCnet
+ 2 = Undernet
+ 3 = Dalnet
+ 4 = +e/+I/max-bans 20 Hybrid
+ 5 = Others

+
+ +
set nick "LamestBot"
+ +
+

Set the nick the bot uses on IRC, and on the botnet unless + you specify a separate botnet-nick, here.

+
+ +
set altnick "LamestBot"
+ +
+

Set the alternative nick which the bot uses on IRC if the nick + specified by 'set nick' is unavailable. All '?' + characters will be replaced by random numbers.

+
+ +
set keep-nick 1
+ +
+

This setting makes the bot try to get his original nickname back + if its primary nickname is already in use.

+
+ +
set realname "/msg LamestBot hello"
+ +
+

Set here what to display in the real-name field for the bot.

+
+ +
+

+ bind evnt - init-server evnt:init_server
+ proc evnt:init_server {type} {
+    global botnick
+    putquick "MODE $botnick +i-ws"
+ } +

+
+ +
+

This is a Tcl script to be run immediately after connecting to a + server.

+
+ +
set init-server { putserv "MODE $botnick +i-ws" + }
+ +
+

This is a Tcl script to be run immediately after connecting to a + server. It is limited to 120 characters, and is depriciated due to + the EVNT bind (see Tcl Commands).

+
+ +
set connect-server { putlog "Connecting to + server." }
+ +
+

This is a Tcl script to be run immediately before connecting to a + server. It is limited to 120 characters, and is depriciated due to + the EVNT bind (see Tcl Commands).

+
+ +
set disconnect-server { putlog "Disconnected from + server." }
+ +
+

This is a Tcl script to be run immediately after disconnecting + from a server. It is limited to 120 characters, and is depriciated + due to the EVNT bind (see Tcl + Commands).

+
+ +
set servers {
+
+        you.need.to.change.this:6667
+        another.example.com:7000:password
+        [2001:db8:618:5c0:263::]:6669:password
+        ssl.example.net:+6697
+
+

}

+ + +
+

This is the bot's server list. The bot will start at the first + server listed, and cycle through them whenever it gets disconnected. + You need to change these servers to YOUR network's servers.

+ +

For example:

+ +

set servers {
+   irc.netw.ork
+   irc.krow.ten:6668
+   ssl.secu.re:+6697
+ }

+ +

The format is: server[:port[:password]]

+

Prefix the port with a plus sign to attempt a SSL connection: + server:+port[:password]

+ +

Both the port and password fields are optional; however, if you + want to set a password or use SSL you must also set a port. If a port + isn't specified it will default to your default-port setting..

+
+ +
set default-port 6667
+ +
+

Set the default port which should be used if none is specified + with '.jump' or in 'set servers'.

+
+ +
set msg-rate 2
+ +
+

Number of seconds to wait between transmitting queued lines to + the server. Lower this value at your own risk. ircd is known to + start flood control at 512 bytes/2 seconds.

+
+ +
set server-cycle-wait 60
+ +
+

This setting defines how long Eggdrop should wait before moving + from one server to another on disconnect. If you set 0 here, + Eggdrop will not wait at all and will connect instantly. Setting + this too low could result in your bot being K:Lined.

+
+ +
set server-timeout 60
+ +
+

Set here how long Eggdrop should wait for a response when + connecting to a server before giving up and moving on to next + server.

+
+ +
set check-stoned 1
+ +
+

Set this to 1 if Eggdrop should check for stoned servers? (where + the server connection has died, but Eggdrop hasn't been notified + yet).

+
+ +
set serverror-quit 1
+ +
+

If you want your bot to exit the server if it receives an + ERROR message, set this to 1.

+
+ +
set max-queue-msg 300
+ +
+

Set here the maximum number of lines to queue to the server. + If you're going to dump large chunks of text to people over IRC, + you will probably want to raise this. 300 is fine for most people + though.

+
+ +
set raw-log 0
+ +
+

This setting allows you the logging of raw incoming server + traffic via console/log flag 'r', raw outgoing server + traffic via console/log mode 'v', raw botnet traffic via + console/log mode 't', and raw share traffic via console/log + mode 'h'. These flags can create a large security hole, + allowing people to see user passwords. This is now restricted to +n + users only. Please choose your owners with care.

+
+ +
set quiet-reject 1
+ +
+

This setting makes the bot squelch the error message when + rejecting a DCC CHAT, SEND or message command. Normally, + Eggdrop notifies the user that the command has been rejected + because they don't have access. Note that sometimes IRC + server operators detect bots that way.

+
+ +
set flood-msg 5:60
+ +
+

Set here how many msgs in how many seconds from one host + constitutes a flood. If you set this to 0:0, msg flood protection + will be disabled.

+
+ +
set flood-ctcp 3:60
+ +
+

Set here how many ctcps in how many seconds from one host are + recognized as a flood. Not specifying or using number = 0 + will not check against ctcp floods.

+
+ +
set answer-ctcp 3
+ +
+

Set how many ctcps should be answered at once here.

+
+ +
set lowercase-ctcp 0
+ +
+

If you want your bot to answer lower case ctcp requests (non + rfc-compliant), set this setting to 1. mIRC will do this, most + other clients will not.

+
+ +
set trigger-on-ignore 0
+ +
+

If you want Eggdrop to trigger binds for ignored users, set + this to 1.

+
+ +
set exclusive-binds 0
+
+

This setting configures PUBM and MSGM binds to be exclusive + of PUB and MSG binds. This means if a MSGM bind with the mask + "*help*" exists and is triggered, any MSG bindings + with "help" in their mask will not be triggered. + Don't enable this unless you know what you are doing!

+
+ +
set double-mode 0
+ +
+

Allow identical messages in the mode queue?

+
+ +
set double-server 0
+ +
+

Allow identical messages in the server queue?

+
+ +
set double-help 0
+ +
+

Allow identical messages in the help queue?

+
+ +
set use-penalties 1
+ +
(default on net-type 1)
+ +
+

This enables Eggdrop's penalty calculation. Every command + Eggdrop sends to the IRC server raises it's penalty points. + If Eggdrop reaches a server limit, it gets disconnected with + "excess flood" message. Eggdrop is able to count internal + those penalty points, too and take measures against excess flooding. + Note: it's highly advised to turn this on!

+
+ +
set optimize-kicks 1
+ +
+

This optimizes the kick queue. It also traces nick changes + and parts in the channel and changes the kick queue accordingly. + There are three different options for this setting:

+ +

0 = Turn it off.
+ 1 = Optimize the kick queue by summarizing kicks.
+ 2 = Trace nick changes and parts on the channel and change + the queue accordingly. For example, bot will not try to kick + users who have already parted the channel.

+
+
+
+ +
+

There are more settings for 'net-type' 5.

+ +

Use this settings only if you set 'net-type' to + 5!

+
+ +
+
+
set check-mode-r 1
+ +
+

This settings defines how umode +r is understood by Eggdrop. + Some networks use +r to indicate a restricted connection. If this + is your case, and you want your bot to leave restricted servers + and jump to the next server on its list, then set it to 1. Please + note, this setting is automatically set to 0 for net-type 0/2/3/4, + and set to 1 for net-type 1.

+
+ +
set nick-len 9
+ +
+

This setting allows you to specify the maximum nick-length + supported by your network. The default setting is 9. The + maximum supported length by Eggdrop is 32.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-share.html b/doc/html/mod-share.html new file mode 100644 index 000000000..b45399dcc --- /dev/null +++ b/doc/html/mod-share.html @@ -0,0 +1,97 @@ + + + + + Eggdrop Documentation: Share Module + + + +
+

Share Module

+
+
+ +

This module provides userfile sharing support between two directly + linked bots.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + share module:

+ +

loadmodule share

+ +

There are also some variables you can set in your config + file:

+
+ +
+
+
set allow-resync 0
+ +
+

When two bots get disconnected, this setting allows them + to create a resync buffer which saves all changes done to the + userfile during the disconnect. When they reconnect, they will + not have to transfer the complete user file, but, instead, just + send the resync buffer.

+
+ +
set resync-time 900
+ +
+

This setting specifies how long to hold another bots resync data + before flushing it. This is a setting for allow-resync.

+
+ +
set private-global 0
+ +
+

When sharing user lists, DON'T ACCEPT global flag changes from + other bots? NOTE: The bot will still send changes + made on the bot, it just won't accept any global flag changes from + other bots. This overrides the private-globals setting (below).

+
+ +
set private-globals ""
+ +
+

When sharing user lists, if private-global isn't set, which + global flag changes from other bots should be ignored?

+
+ +
set private-user 0
+ +
+

When sharing user lists, don't accept ANY userfile changes + from other bots? Paranoid people should use this feature on their + hub bot. This will force all userlist changes to be made via the + hub.

+
+ +
set override-bots 0
+ +
+

This setting makes the bot discard it's own bot records in + favor of the ones sent by the hub. NOTE: No + passwords or botflags are shared, only ports and address are + added to sharing procedure. This only works with hubs that + are v1.5.1 or higher.

+
+
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-transfer.html b/doc/html/mod-transfer.html new file mode 100644 index 000000000..4f800b33f --- /dev/null +++ b/doc/html/mod-transfer.html @@ -0,0 +1,77 @@ + + + + + Eggdrop Documentation: Transfer Module + + + +
+

Transfer Module

+
+
+ +

This module provides DCC SEND/GET support and userfile + transfer support for userfile sharing.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + transfer module:

+ +

loadmodule transfer

+ +

There are also some variables you can set in your config file:

+
+ +
+
+
set max-dloads 3
+ +
+

Set here the maximum number of simultaneous downloads to allow for + each user.

+
+ +
set dcc-block 0
+ +
+

Set here the block size for dcc transfers. ircII uses 512 bytes, + but admits that may be too small. 1024 is standard these days. + Set this to 0 to use turbo-dcc (recommended).

+
+ +
set copy-to-tmp 1
+ +
+

Enable this setting if you want to copy files into the /tmp + directory before sending them. This is useful on most systems for file + stability, but if your directories are NFS mounted, it's a pain, and + you'll want to set this to 0. If you are low on disk space, you may + also want to set this to 0.

+
+ +
set xfer-timeout 30
+ +
+

Set here the time (in seconds) to wait before an inactive transfer + times out.

+
+ +
+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-uptime.html b/doc/html/mod-uptime.html new file mode 100644 index 000000000..b0e7302e1 --- /dev/null +++ b/doc/html/mod-uptime.html @@ -0,0 +1,46 @@ + + + + + Eggdrop Documentation: Uptime Module + + + +
+

Uptime Module

+
+
+ +

This module reports uptime statistics to http://uptime.eggheads.org. + Go look and see what your uptime is! It takes about 9 hours to show up, + so if your bot isn't listed, try again later.

+ +

Information sent to the server includes the bot's uptime, + botnet-nick, server, version, and IP address. This information is + stored in a temporary logfile for debugging purposes only. The only + publicly available information will be the bot's botnet-nick, + version and uptime. If you do not wish for this information to be sent, + comment out the 'loadmodule uptime' line in your bot's + config file.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + uptime module:

+ +

loadmodule uptime

+
+
+ +

Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/mod-woobie.html b/doc/html/mod-woobie.html new file mode 100644 index 000000000..1ac75e056 --- /dev/null +++ b/doc/html/mod-woobie.html @@ -0,0 +1,38 @@ + + + + + Eggdrop Documentation: Woobie Module + + + +
+

Woobie Module

+
+
+ +

This is for demonstrative purposes only. If you are looking for + starting point in writing modules, woobie is the right thing.

+ +
+
    +
  1. Config file settings
  2. +
+
+
+ +

1. Config file settings

+ +
+

Put this line into your Eggdrop configuration file to load the + woobie module:

+ +

loadmodule woobie

+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/news.html b/doc/html/news.html new file mode 100644 index 000000000..df8f1f858 --- /dev/null +++ b/doc/html/news.html @@ -0,0 +1,63 @@ + + + + + Eggdrop Documentation: News + + + +
+

News

+
+
+ +

News - Last revised: April 16, 2003

+ +

What's new? First, read the following documents:

+ +
+ +
+ +

All of these documents combined will help fill you in on the latest + changes to Eggdrop in version 1.8.x.

+ +

A lot of things have changed in this version, so at a minimum, read + the Changes1.8 text file. Changes shows what's been added and fixed + along the way.

+ +

If you are upgrading from a pre-1.8 version of Eggdrop:

+ +
+
    +
  1. + Before you start the bot for the first time, BACKUP + your userfile.
  2. + +
  3. + DON'T USE YOUR OLD CONFIG FILE. MAKE A NEW ONE! +
  4. +
+
+ +

Changes made to Eggdrop 1.8.x from Eggdrop1.6.x:

+ +
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/party.html b/doc/html/party.html new file mode 100644 index 000000000..dc811c222 --- /dev/null +++ b/doc/html/party.html @@ -0,0 +1,54 @@ + + + + + Eggdrop Documentation: The Party Line + + + +
+

The Party Line

+
+
+ +

The most important way you will communicate with your bot is through + the party line. The party line is accessible via DCC chat or telnet. + It's pretty much just a miniature, lag-less IRC (see "Botnet + sharing and linking"), but it also consists of a console through + which you can watch channel activity and give commands.

+ +

To enter the party line, DCC chat or open a telnet connection to your + bot. It should ask for your password if you've set one. If you don' + have one set, use the /msg <bot> PASS <new password> command + to set one.

+ +

The party line is actually split up into 200,000 "channels". + The console is available from each channel, but you can only talk to + people who are on your current channel (just like IRC). Channel 0 is the + main party line, while others are typically reserved for private + conversations. Channels 1-99,999 are botnet wide chat channels and any + user joining that channel anywhere on the botnet will be able to chat + with you, Channels *0-*99,999 are local channels (only people on the + bot you are on can chat with you on these channels).

+ +

Console commands start with a dot (.), similar to the slash (/) + used for IRC commands. At any time, you can type ".help + all" to get a list of all possible commands. To find out + what a command does, use ".help <command>". + For example: ".help channel".

+ +

When you're on the party line, anything you type that doesn't + start with a dot (.), a comma (,), or an apostrophe (') is considered + to be broadcast to everyone else, just like talking on a channel. A + message prefixed with a comma goes only to other bot owners (+n). A + message prefixed with an apostrophe is sent to all users on the local + bot only. You can change channels with the ".chat" + command or even leave all channels with ".chat off". +

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/patch-howto.html b/doc/html/patch-howto.html new file mode 100644 index 000000000..b40fcc891 --- /dev/null +++ b/doc/html/patch-howto.html @@ -0,0 +1,177 @@ + + + + + Eggdrop Documentation: Patch Howto + + + +
+

Patch Howto

+
+
+ +

The purpose of this document is to show you what a patch is and how you + can create, apply, download, and submit a patch.

+
+ +

Contents

+ +
+
    +
  1. Terms
  2. + +
  3. Applying a patch
  4. + +
  5. Creating and submitting a patch
  6. + +
  7. Downloading a patch
  8. +
+
+
+ +

Terms

+ +
+

The following are some common terms used in this document:

+ +
+
Patch
+ +
+

A patch is an update to the sourcecode of a program (here + Eggdrop). Be careful, every patch is designed for a special + Eggdrop version and cannot be applied on every bot!

+
+
+
+ +

Applying a patch

+ +

To apply a patch to an Eggdrop, you have to first obtain the Eggdrop + source code. You should always keep a tar.gz archive with the source of + your current Eggdrop on your shell. In the next step, you have to change + to your source directory (i.e.: /home/user/eggdrop1.8.0/) and type + the following command:

+ +
+

patch -p1 < ../path.to.the/patch

+
+ +

Once this is complete, execute the following command:

+ +
+

find . -name "*.rej" -print

+
+ +

If it returns a list with filenames ending with .rej extension, then the + patch didn't apply properly. Ensure that the patch is intended for your + version and that you have the original source. You should also try to + re-download the patch to ensure that the patch is not corrupted.

+ +

If you get an error such as this:

+ +
+
+|Index: Makefile.in
+|===================================================================
+|RCS file: /usr/local/cvsroot/eggdrop1.6/Makefile.in,v
+|retrieving revision 1.38
+|diff -u -r1.38 Makefile.in
+|--- Makefile.in	17 Jun 2004 05:43:28 -0000	1.38
+|+++ Makefile.in	23 Jul 2004 21:58:23 -0000
+--------------------------
+File to patch:
+
+
+ +

Then you should try using a different '-p' option. Try -p0 + first, and then -p2, -p3, etc.

+ +

If the patch applied properly, the only thing left to do is to recompile + your Eggdrop and install the new modules and binaries.

+ +

Creating and submitting a patch

+ +

If you fixed a bug and/or changed something in Eggdrop's source code, + it would be really nice to let the dev team know about it, so we can + possibly apply it to next release of Eggdrop.

+ +

There are several steps to submit a patch to the eggdev team:

+ +
+
    +
  1. +

    Create a directory with original source tree and one with modified + source tree.

    +
  2. + +
  3. +

    Run the following:

    + +
    +
    +diff -urN eggdrop1.8.original eggdrop1.8.modified > patchname.patch
    +
    +
    + +

    DO NOT add any other diff options.

    +
  4. + +
  5. +

    Send an e-mail to + patches@eggheads.org with the patch attached. The body should + contain a detailed description of what you changed and why you + changed it. Don't forget to include the Eggdrop version for which + your patch was created.

    + +

    It helps if you include the major release number that the patch + is for in the subject line. For the 1.8.x series, the subject line + should look like this:

    + +
    PATCH1.8: my-patch-filename.patch
    + +

    You should also include the nick/handle, name, and email + address you would like used for attribution in the Changes1.8 and + THANKS files.

    +
  6. +
+ +

Never modify src/patch.h or one of the Changes files. We will do it. + If your patch includes changes related to autotools (./configure, etc), + do NOT run autoconf, autoheader, etc; we will do this + as well.

+ +

Also, please don't add credit lines all over the source when + patching. Patch contributors will receive credit in Changes1.8 and + THANKS.

+ +

CVS diff's are also perfectly fine (and actually, prefered, as the + patch will be against the most current version of Eggdrop). To create a + CVS diff, simply make the changes in your currently checked-out copy of + the Eggdrop source, and then run:

+ +
+
+cvs diff -R -uN > patchname.patch
+
+
+
+ +

Downloading a patch

+ + +

Some patches for eggdrop1.8.x can be found at the following + location:

+ +
+

+ ftp://ftp.eggheads.org/pub/eggdrop/patches/1.8/

+
+ +
+

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/readme.html b/doc/html/readme.html new file mode 100644 index 000000000..7f528badc --- /dev/null +++ b/doc/html/readme.html @@ -0,0 +1,629 @@ + + + + + Eggdrop Documentation: Readme + + + +
+

Readme

+
+
+ +

Please at least SKIM this document before asking + questions. In fact, READ IT if you've never + successfully set up an Eggdrop bot before.

+ +

Contents

+ + +
+
    +
  1. Important notice
  2. + +
  3. What is Eggdrop?
  4. + +
  5. + How do I get Eggdrop? + +
      +
    1. How to get the latest version of Eggdrop + via CVS
    2. +
    +
  6. + +
  7. Quick startup
  8. + +
  9. + Upgrading + +
      +
    1. Upgrading from a pre-1.3 version to 1.8 +
    2. + +
    3. Upgrading from an older 1.3/1.4/1.5/1.6 + version to 1.8
    4. +
    +
  10. + +
  11. Command line
  12. + +
  13. + Setting up a crontab + +
      +
    1. Setting up a crontab using + autobotchk
    2. +
    +
  14. + +
  15. Boring legal stuff
  16. + +
  17. Mailing list
  18. + +
  19. Documentation
  20. + +
  21. Obtaining help
  22. +
+
+
+ +

1. Notice

+ +
+

Please read this file carefully before trying to set up Eggdrop. + Also, make SURE that you select your +n (owner) users + wisely! They have 100% access to your bot and account! ONLY + GIVE THIS POWER TO SOMEONE YOU TRUST COMPLETELY!!

+
+ +

2. What is Eggdrop?

+ +
+

Eggdrop is the World's most popular Internet Relay Chat (IRC) + bot; it is freely distributable under the GNU General Public + License (GPL). Eggdrop is a feature rich program designed to be + easily used and expanded upon by both novice and advanced IRC + users on a variety of hardware and software platforms.

+ +

An IRC bot is a program that sits on an IRC channel and performs + automated tasks while looking just like a normal user on the + channel. Some of these functions include protecting the channel + from abuse, allowing privileged users to gain op or voice status, + logging channel events, providing information, hosting games, etc.

+ +

One of the features that makes Eggdrop stand out from other bots + is module and Tcl scripting support. With scripts and modules, + you can make the bot perform almost any task you want. They can + do anything from preventing floods to greeting users and banning + advertisers from channels.

+ +

You can also link multiple Eggdrop bots together to form a botnet. + This can allow bots to op each other securely, control floods + efficiently, and even link channels across multiple IRC networks. + It also allows the Eggdrops share user lists, ban lists, + exempt/invite lists, and ignore lists with other bots if userfile + sharing is enabled. This allows users to have the same access on + every bot on your botnet. It also allows the bots to distribute + tasks such as opping and banning users. See + Botnet Sharing and Linking for information on setting up a + botnet.

+ +

Eggdrop is always being improved and adjusted because there are + bugs to be fixed and features to be added (if the users demand them, + and they make actually sense). In fact, it existed for several years + as v0.7 - v0.9 before finally going 1.0. This version of Eggdrop is + part of the 1.8 tree. A valiant effort has been made to chase down and + destroy bugs.

+ +

This readme file contains information about how to get Eggdrop, + command line options for Eggdrop, what you may need to do when + upgrading from older versions, a list of frequently asked + questions, how to set up a crontab, some boring legal stuff, info + about the mailing list (a great place to ask questions, and a good + place to report bugs, also), some basics about CVS usage, and some + channels where you might get help with Eggdrop.

+
+ +

3. How to get Eggdrop

+ +
+

Before you can compile Eggdrop, you need to have Tcl installed on + your system. Most systems should have Tcl on them by now -- you can + check by trying the command "tclsh". If it works, you will be + given a "%" prompt, and you can type "exit" to exit + the program. This means Tcl is installed on your system. If tclsh + doesn't load, then Tcl probably isn't on your system, and you + will need to install it. The best ftp site for Tcl is + + ftp://tcl.activestate.com/pub/tcl/.

+ +

Currently, the 1.8 tree of Eggdrop is developed at eggheads.org. + You can get the latest version of Eggdrop from + geteggdrop.com.

+ +

You might also try + www.eggheads.org for more help and information.

+
+ +

3a. How to get the latest version of + Eggdrop via CVS

+ +
+

You can obtain the very latest version of Eggdrop, + that is still under development, by using CVS. CVS means 'Concurrent + Versions System' and is a tool for developers to always keep source + code up to date. Try 'man cvs' on your shell for more + information about CVS.

+ +

This is intended only for users that know a good bit about Eggdrop. + Be aware that the versions of Eggdrop that you get via CVS are still + being developed, and may be buggy. The Eggheads Development Team will + in NO WAY take any responsibility for whatever might + happen to you or your shell if you use a CVS version of Eggdrop.

+
+ +

To obtain Eggdrop via CVS:

+ +
+
    +
  1. Log into your shell.
  2. + +
  3. Type 'export + CVSROOT=:pserver:anonymous@cvs.eggheads.org:/usr/local/cvsroot' + .
  4. + +
  5. Type 'cvs login'.
  6. + +
  7. Press <enter> when prompted for a password.
  8. + +
  9. In your home dir, type 'cvs checkout eggdrop1.8'.
  10. + +
  11. In ~/eggdrop1.8, you should have a copy of the latest CVS version + of Eggdrop.
  12. +
+
+ +

Notes:

+ +
+
    +
  1. You can 'cvs logout', but you don't need to.
  2. + +
  3. You don't need to go through this whole process every time. + If you want to get a CVS version of Eggdrop at a later time, you can + just 'cd ~/eggdrop1.8' and type 'cvs update -CdAP'. +
  4. + +
  5. If you experience errors when using 'export', you might + be using tclsh as a shell. If so, try using the command + 'setenv' instead of 'export': + +
    +

    'setenv CVSROOT + :pserver:anonymous@cvs.eggheads.org:/usr/local/cvsroot' +

    +
    +
  6. +
+
+ +

4. Quick startup

+ +
+

Please see Compilation and Installation of + Eggdrop AFTER you finish reading this file.

+
+ +

5. Upgrading

+ +

5a. Upgrading from a pre-1.3 version to + 1.8

+ +
+

BACK UP YOUR USERFILE

+ +

We can't stress this enough. If you are upgrading and you have + even a slight possibility of downgrading again later, you will + HAVE to back up your userfile, or you will lose it. + v1.3 of Eggdrop radically changed a lot of things.

+ +

There are many major changes between v0.9, v1.0, v1.1 and + v1.8, so PAY ATTENTION to this part if you have + a v0.9, 1.0 or 1.1 bot currently. If you're just starting out, + you can skip this section.

+ +

If you run share bots, you will need to upgrade + them all at the same time because of the new userfile format. Older + bots will be able to link in, but will not get or send a userfile. + MAKE A NEW CONFIG FILE from the example; there are + some radical changes.

+ +

If you are upgrading from 0.9/1.0 to 1.8, just redo the whole thing. + Absolutely everything has changed, including the userfile and config + file formats.

+ +

If you are upgrading from 1.1/1.2 to 1.8, you will likely want to + redo the config file, as much as changed. BACK UP! + You will need to run 'tclsh scripts/weed/<userfile> c' + to convert your userfile from v3 (1.1/1.2) to v4 (1.3/1.4/1.5/1.6/1.8). +

+
+ +

5b. Upgrading from an older 1.3/1.4/1.5/ + 1.6/1.8 version to a newer 1.8 version

+ +
+

If you followed Compilation and + Installation of Eggdrop and did a 'make install' (or + 'make install DEST="path"') after 'make', + this will be pretty easy. Just upload the new eggdrop1.8.x.tar.gz file + to your home dir on your shell, gunzip and untar it, and type 'cd + ~/eggdrop1.8.x'. Next, type './configure', 'make + config' or 'make iconfig', then 'make'. Then, kill + the bot ('.die' on the party line), and 'make install' + to the same directory your bot is currently in. After that, you can + just restart your bot. You may wish to delete the old Eggdrop executable + and modules as well, especially if you have limited disk space.

+ +

You should read through the new eggdrop.conf file for all of the new + options in Eggdrop 1.8.x. You can copy and paste any of these settings + into you current conf file if you do not want to use the default settings. +

+
+ +

6. Command line

+ +
+

Eggdrop has some command-line options -- not many, because most + things should be defined through the config file. However, sometimes + you may want to start up the bot in a different mode, and the + command-line options let you do that. Basically, the command line for + Eggdrop is:

+ +
+

% eggdrop [options] [config-file]

+
+ +

The options available are:

+ +
+
+
-n
+ +
+

Don't background. Normally, Eggdrop will move itself into + the background when you start it up, meaning you'll get another + shell prompt, and you can do other things while the bot is running. + With -n, you won't return to the shell prompt until the bot + exits (which won't normally happen until it's killed). By + default, -n will send all log entries to the console.

+
+ +
-nt
+ +
+

Don't background, use terminal. This is just like -n, except + that instead of seeing log entries, your console will simulate a + DCC chat with the bot.

+
+ +
-nc
+ +
+

Don't background, show channel info. This is just like -n, + except that instead of seeing log entries, every 10 seconds your + screen will clear and you will see the current channel status, sort + of like "top".

+
+ +
-m
+ +
+

Create userfile. If you don't have a userfile, this will + make Eggdrop create one and give owner status to the first person + that introduces himself or herself to it. You'll need to do + this when you first set up your bot.

+
+ +
-h
+ +
+

Show help.

+
+ +
-v
+ +
+

Show version info, then quit.

+
+
+
+ +

Most people never use any of the options except -m, and you usually + only need to use that once.

+
+ +

7. Setting up a crontab

+ +
+

Eggdrop has become more stable with time, thanks mostly to people + reporting bug details and helping find places where it crashes. + However, there are still a -few- places where things aren't + perfect. Few, if any, things in life are.

+ +

Also, most systems go down from time to time. These things cause + your bot to disappear from IRC, and you have to restart it.

+ +

Eggdrop comes with a shell script called 'botchk' that + will help keep the bot online. It will make the machine check every + ten minutes to make sure your bot is still running. To use it, you + have to add a line to your crontab. First, edit 'botchk' and + change the directory and command line parameters so that it will be + able to start up your bot. Then, add this line to your crontab:

+ +
+

0,10,20,30,40,50 * * * * /home/mydir/botchk

+
+ +

If you don't want to get e-mails from cron, use this:

+ +
+

0,10,20,30,40,50 * * * * /home/mydir/botchk >/dev/null + 2>&1

+
+ +

Naturally, you need to change the path to the correct path for + botchk. If you've never used crontab before, here is a simple way + to add that line:

+ +
+
    +
  1. Create a new file called 'mycron' and put the above + line into it.
  2. + +
  3. From your shell prompt, type '% crontab mycron'. +
+ +

That will create a new crontab entry for you with a line that + runs botchk every ten minutes. Botchk will then restart the bot when + necessary (and send you email informing you).

+
+
+ +

7a. Setting up a crontab using + autobotchk

+ +
+

Included with your Eggdrop is a utility called 'autobotchk'. + Using autobotchk is probably the fastest way of creating your botchk + and adding it to crontab with just a few required steps:

+ +
+
    +
  1. Type 'cp scripts/autobotchk ..'.
  2. + +
  3. Type './autobotchk <Eggdrop config file>'.
  4. +
+
+ +

This will hopefully crontab your bot using the default setup. If you + want a list of autobotchk options, type './autobotchk'. An + example with options would be:

+ +

./autobotchk eggdrop.conf -noemail -5

+ +

This would setup crontab to run the botchk every 5 minutes and also + to not send you e-mail saying that it restarted your bot.

+
+ +

8. Boring legal stuff

+ +
+

The Eggdrop bot is Copyright © by Robey Pointer. As of January, + 1997, Eggdrop is distributed according to the GNU General Public + License. There should be a copy of this license in the file + 'COPYING'. If not, write to the Free Software Foundation, + Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

+ +

As of Eggdrop 1.3.28, all changes made by the Eggheads Development + Team to the Eggdrop source code and any related files are Copyright + © by Eggheads Development Team. The source code will still be + distributed according to the GNU General Public License as Robey + Pointer did in the past.

+ +

Releases previous to 1.0m were made using a different licensing + scheme. You may, at your option, use the GNU General Public License + on those versions (instead of the license packaged with them) with + my blessing. For any versions bearing a copyright date of 1997 or + later, you have no choice -- you must use the GNU General Public + License.

+ +

The files "match.c", "net.c", and + "blowfish.c" are exempt from the above restrictions. + "match.c" is original code by Chris Fuller (email: + crf@cfox.bchs.uh.edu) and has been placed by him into the public + domain. "net.c" is by me, and I [Robey Pointer] also choose + to place it in the public domain. "blowfish.c" is by various + sources and is in the public domain as well. All 3 files contain useful + functions that could easily be ported to other applications.

+ +

Tcl is by John Ousterhout and is in no way affiliated with Eggdrop. + It likely has its own set of copyrights and whatnots.

+ +

There is no warranty, implied or whatever. You use this software + at your own risk, no matter what purpose you put it to.

+
+ +

9. Mailing list

+ +
+ +

There are currently a couple of mailing lists about Eggdrop. + eggheads@eggheads.org + is the one relevant for posts about Eggdrop 1.4 and up (and bug + fixes, and suggestions, etc).

+ +

To subscribe to the eggheads mailing list, send e-mail to + + eggheads-request@eggheads.org. In the body of the message, put + "subscribe eggheads". You can also go to the following + url:

+ +
+

+ http://lists.eggheads.org/mailman/listinfo/eggheads

+
+ +

DO NOT SEND ROBEY EMAIL ABOUT EGGDROP

+ +

Robey is no longer developing the Eggdrop code, so don't bother + e-mailing him. If you have a serious problem, email the eggheads + mailing list and it will get to the coders.

+ +

Please, before posting to this list, see what things are like. + When you do post, read over your post for readability, spelling, and + grammar mistakes. Obviously, we're all human (or are we?) and we + all make mistakes (heck, look at this document! ;).

+ +

Open discussion and debate is integral to change and progress. + Don't flame others over mere form (grammar and spelling), or even + substantive issues for that matter. Please read and follow the mailing + list rules.

+ +

The eggheads@eggheads.org + mailing list is not dedicated to those all too common questions + we have all seen on other lists... For example:

+ +
+
    +
  • +

    "Why does my bot say this: Please edit your config + file."

    +
  • + +
  • +

    "How do I telnet my bot?"

    +
  • + +
  • +

    "Where do I get Eggdrop for windows??????"

    +
  • +
+
+ +

Technical questions, your thoughts or suggestions on new features + being added to Eggdrop, things that should be removed or fixed, amazing + problems that even stump the guru's, etc. are what we want to see + here.

+ +

Bug reports should be sent to + bugs@eggheads.org. Please read and fill out the BUG-REPORT file + in the doc directory.

+ +

DO NOT SEND HTML E-MAILS TO ANY OF THE EGGHEADS.ORG MAILING + LISTS. ANYONE CAUGHT SENDING HTML E-MAILS TO ONE OF THESE LISTS WILL + BE REMOVED IMMEDIATELY!

+
+ +

10. Documentation

+ +
+

We're trying to keep the documentation up to date. If you feel + that anything is missing here or that anything should be added, + etc, please e-mail + bugs@eggheads.org about it. Thank you.

+
+ +

11. Obtaining help

+ +
+

You can obtain help with Eggdrop in the following IRC channels:

+ +
+ +
+ +

If you plan to ask questions in any of the above channels, + you should be familiar with and follow IRC etiquette.

+ +

Some important things to remember:

+ +
    +
  • Don't type using CAPITAL letters, colors, or bold.
  • + +
  • Don't use "!" and "?" excessively.
  • + +
  • Don't /msg people without their permission.
  • + +
  • Don't repeat or paste large amounts of text to the + channel.
  • +
+ +

If you break these rules, you may find yourself + ignored, or even kicked and/or + banned from the channel.

+ +

If there are any other serious Eggdrop related channels that should + be added to the above list, please let us know.

+
+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/search.html b/doc/html/search.html index bb8150540..cb8ad02b1 100644 --- a/doc/html/search.html +++ b/doc/html/search.html @@ -154,7 +154,7 @@

Search

diff --git a/doc/html/starting.html b/doc/html/starting.html new file mode 100644 index 000000000..c95d78252 --- /dev/null +++ b/doc/html/starting.html @@ -0,0 +1,159 @@ + + + + + Eggdrop Documentation: Starting Out + + + +
+

Starting Out

+
+
+ +

Obviously the first thing you want to do is compile the bot. The + README file tells you what to do and answers some frequently-asked + questions about compiling. If you're in a rush and you know what + you're doing, you don't have to read this at all -- the README + file tells you how to quickly compile and start up the bot.

+ +

If you've read this far, then, I'll assume you have + successfully compiled Eggdrop and edited the config file.

+ +

First of all, Eggdrop has some command-line options -- not many, + because most things should be defined through the config file. However + sometimes you may want to start up the bot in a different mode, and the + command-line options let you do that. Basically, the command line for + Eggdrop is:

+ +
+

% eggdrop <options> <config-file>

+
+ +

The options available are:

+ +
+
+
-n
+ +
+

Don't background. Normally Eggdrop will move itself into the + background when you start it up, meaning you'll get another + shell prompt and you can do other things while the bot is going. + With -n, you won't return to the shell prompt until the bot + exits (which won't normally happen until it's killed). By + default, -n will send all log entries to the console.

+
+ +
-nt
+ +
+

Don't background, use terminal. This is just like -n, except + that instead of seeing log entries, your console will simulate a + DCC chat with the bot.

+
+ +
-nc
+ +
+

Don't background, show channel info. This is just like -n, + except that instead of seeing log entries, every 10 seconds your + screen will clear and you will see the current channel status, sort + of like "top".

+
+ +
-m
+ +
+

Create userfile. If you don't have a userfile, this will + make Eggdrop create one, and give master/owner status to the first + person that introduces himself or herself to it. You'll need to + do this when you first set up your bot, and never again.

+
+ +
-h
+ +
+

Show help.

+
+ +
-v
+ +
+

Show version info, then quit.

+
+
+
+ +

Most people never use any of the options except -m, and you only need + to use that once.

+ +

It's STRONGLY recommended to run your bot from + its own directory. That way upgrading to a new version is somewhat + painless, and you won't have any troubles from language files and the + like being in the wrong location. You can put your config file and user + file in that directory, and then when you compile a new version of + Eggdrop, you just have to do:

+ +
+

make DEST="directory" install

+
+ +

and it will copy all the necessary files.

+ +

The config file that comes with Eggdrop is called + "eggdrop.conf.dist". You need to copy this file to + "eggdrop.conf" and edit that file and change almost everything. + It specifies the bot's nickname, server list, and pretty much + everything else about how your bot will work. You should also rename it + from "eggdrop.conf" to something resembling your bot's + name, for convenience. I call mine "sisko" since my bot is + "Sisko".

+ +

You can execute the script to start the bot. For example, I use:

+ +
+

chmod u+x sisko

+
+ +

to make the "sisko" script executable. Then I edited the + first line of the script to say:

+ +
+

#!./eggdrop

+
+ +

which tells the operating system which program to run when executing + this script. (Obviously, it needs to run Eggdrop.) If you're too lazy + to do this, or just don't feel like it, you can still start up your + bot this way:

+ +
+

eggdrop <options> <config-file>

+
+ +

For example:

+ +
+ eggdrop -nt sisko +
+ +

After you've edited your config file and set the directories up + the way you want them, start the bot with the -m option. That will make + it create a user file. As soon as you've started up the bot, you need + to go to IRC and introduce yourself to the bot. Typically this is done by + sending it the /msg "hello", although many people change that + greeting to something else (read the config file for more info about + that).

+ +

When started with the -m option, the first person to introduce + themselves to the bot will become the master/owner. You want to be that + person. Once you are recognized as the owner, you have full access to the + commands and abilities of the bot.

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + diff --git a/doc/html/users.html b/doc/html/users.html new file mode 100644 index 000000000..985b767a8 --- /dev/null +++ b/doc/html/users.html @@ -0,0 +1,305 @@ + + + + + Eggdrop Documentation: Users and Flags + + + +
+

Users and Flags

+
+
+ +

People on IRC are recognized by the bot according to their + nick!user@host. That is, if I am on IRC as:

+ +
+

*** Robey is robey@hubcap.clemson.edu (i hate milk)

+
+ +

Eggdrop will identify me according to + "Robey!robey@hubcap.clemson.edu" and not only by my nickname.

+ + +

then Eggdrop will identify me according to + "ikaney@uk.defiant.org" and not by my nickname. I can change + nicknames at will and it won't forget me.

+ +

Eggdrop does not have access levels like some bots. There are no + meaningless numbers or titles. Instead, each user has "flags" + that entitle them to certain privileges. Think of a flag as a badge. Any + user can have any number of flags -- you can have no flags, or you can + have all of them. Some flags are good, some are bad. Each flag is + identified by a letter. A channel flag applies only to a specific channel, + and a global flag applies to all channels. The standard global flags + are:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

n (owner)

+
+

user has absolute control. Only give this flag to people you + trust completely.

+
+

m (master)

+
+

user has access to almost every feature of the bot.

+
+

t (botnet-master)

+
+

user has access to all features dealing with the botnet.

+
+

a (auto-op)

+
+

user is opped automatically upon joining a channel.

+
+

o (op)

+
+

user has op access to all of the bot's channels.

+
+

y (auto-halfop)

+
+

user is halfopped automatically upon joining a channel.

+
+

l (halfop)

+
+

user has halfop access to all of the bot's channels.

+
+

g (auto-voice)

+
+

user is voiced automatically upon joining a channel.

+
+

v (voice)

+
+

user gets +v automatically on +autovoice channels.

+
+

f (friend)

+
+

user is not punished for flooding, etc.

+
+

p (party)

+
+

user has access to the partyline.

+
+

q (quiet)

+
+

user does not get voice on +autovoice channels.

+
+

r (dehalfop)

+
+

user cannot gain halfops on any of the bot's channels.

+
+

d (deop)

+
+

user cannot gain ops on any of the bot's channels.

+
+

k (auto-kick)

+
+

user is kicked and banned automatically.

+
+

x (xfer)

+
+

user has access to the file transfer area of the bot (if it + exists) and can send and receive files to/from the bot.

+
+

j (janitor)

+
+

user can perform maintenance in the file area of the bot (if + it exists) -- like a "master" of the file area. Janitors + have complete access to the filesystem.

+
+

c (common)

+
+

this marks a user who is connecting from a public site from + which any number of people can use IRC. The user will now be + recognized by NICKNAME.

+
+

b (bot)

+
+

user is a bot.

+
+

w (wasop-test)

+
+

user needs wasop test for +stopnethack procedure.

+
+

z (washalfop-test)

+
+

user needs washalfop test for +stopnethack procedure.

+
+

e (nethack-exempt)

+
+

user is exempted from stopnethack protection.

+
+

u (unshared)

+
+

user record is not sent to other bots.

+
+

h (highlight)

+
+

use bold text in help/text files.

+
+
+ +

All global flags other then u, h, b, c, x, j, and p are also channel- + specific flags. Flags are set with the chattr command. The syntax for + this command is:

+ +
+

chattr <nickname> [attributes] [channel]

+
+ +

There are also 26 global user-defined flags and 26 channel user-defined + flags. These are used by scripts, and their uses very depending on the + script that uses them.

+
+ +

Copyright © 1997 Robey Pointer
+ Copyright © 1999 - 2016 Eggheads Development Team + Eggheads Development Team

+ + From cf5da32b488bdf06eafcee1c01846c9e31307461 Mon Sep 17 00:00:00 2001 From: Geo Date: Tue, 22 Nov 2016 08:22:08 -0500 Subject: [PATCH 5/8] Eggdrop v1.8.0 Release Candidate 3 --- src/patch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/patch.h b/src/patch.h index 1cf52a996..38b3e9e64 100644 --- a/src/patch.h +++ b/src/patch.h @@ -39,12 +39,12 @@ patch("PRE-RELEASE"); /* RC version */ * * */ -patch("1479772226"); /* current unixtime */ +patch("1479820858"); /* current unixtime */ /* * * */ -patch("tlslinkpass"); +patch("RC3"); /* * * From 46208d6658053cb106f69a1bb65c93971a9aaa57 Mon Sep 17 00:00:00 2001 From: Geo Date: Wed, 23 Nov 2016 00:17:37 -0500 Subject: [PATCH 6/8] Update ChangeLog --- ChangeLog | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64eaf7bf3..9499d8975 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +- - - - - - - - - - - - - - - +Commit 241e569 (2016-11-22 22:39:28 -0600) by thommey +Add rc3 to Changes1.8. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 087bc41 (2016-11-22 22:38:51 -0600) by thommey +Add some default paths to tcl.m4. + +doc/Changes1.8 +tcl.m4 + +- - - - - - - - - - - - - - - +Commit 283e166 (2016-11-22 08:56:51 -0600) by thommey +Fix some bugs. + +doc/Changes1.8 +src/main.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit cf5da32 (2016-11-22 08:22:08 -0500) by Geo +Eggdrop v1.8.0 Release Candidate 3 + +src/patch.h + +- - - - - - - - - - - - - - - +Commit c06c4b0 (2016-11-22 08:20:58 -0500) by Geo +Update ChangeLog + +ChangeLog +doc/html/about.html +doc/html/app-problems.html +doc/html/app-textsub.html +doc/html/app-tricks.html +doc/html/app-weird.html +doc/html/appendices/first-script.html +doc/html/appendices/index.html +doc/html/appendices/known-probs.html +doc/html/appendices/text-sub.html +doc/html/appendices/tricks.html +doc/html/appendices/weird-msgs.html +doc/html/bans.html +doc/html/botnet.html +doc/html/compiling.html +doc/html/coreDocs/assoc.html +doc/html/coreDocs/blowfish.html +doc/html/coreDocs/channels.html +doc/html/coreDocs/compress.html +doc/html/coreDocs/console.html +doc/html/coreDocs/core.html +doc/html/coreDocs/ctcp.html +doc/html/coreDocs/dns.html +doc/html/coreDocs/filesys.html +doc/html/coreDocs/index.html +doc/html/coreDocs/irc.html +doc/html/coreDocs/modules.html +doc/html/coreDocs/notes.html +doc/html/coreDocs/seen.html +doc/html/coreDocs/server.html +doc/html/coreDocs/share.html +doc/html/coreDocs/transfer.html +doc/html/coreDocs/uptime.html +doc/html/coreDocs/woobie.html +doc/html/egg-core.html +doc/html/faqs.html +doc/html/features.html +doc/html/index.html +doc/html/install.html +doc/html/installAndSetup/INSTALL.html +doc/html/installAndSetup/README.html +doc/html/installAndSetup/faq.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/installAndSetup/readme.html +doc/html/mainDocs/TLS.html +doc/html/mainDocs/about.html +doc/html/mainDocs/bans.html +doc/html/mainDocs/botnet.html +doc/html/mainDocs/features.html +doc/html/mainDocs/index.html +doc/html/mainDocs/ipv6.html +doc/html/mainDocs/partyline.html +doc/html/mainDocs/patch.html +doc/html/mainDocs/tcl-commands.html +doc/html/mainDocs/tls.html +doc/html/mainDocs/users.html +doc/html/mod-assoc.html +doc/html/mod-blowfish.html +doc/html/mod-channels.html +doc/html/mod-compress.html +doc/html/mod-console.html +doc/html/mod-ctcp.html +doc/html/mod-dns.html +doc/html/mod-filesys.html +doc/html/mod-irc.html +doc/html/mod-notes.html +doc/html/mod-seen.html +doc/html/mod-server.html +doc/html/mod-share.html +doc/html/mod-transfer.html +doc/html/mod-uptime.html +doc/html/mod-woobie.html +doc/html/news.html +doc/html/party.html +doc/html/patch-howto.html +doc/html/readme.html +doc/html/search.html +doc/html/starting.html +doc/html/users.html + - - - - - - - - - - - - - - - Commit 4883c92 (2016-11-21 22:36:23 -0500) by Geo Remove git push from ChangeLog generation From 4b8f1577550c1cfeff1a6c1fb94fcc4de2f7a508 Mon Sep 17 00:00:00 2001 From: Geo Date: Wed, 23 Nov 2016 00:21:01 -0500 Subject: [PATCH 7/8] Eggdrop 1.8.0 Release Candidate 4 --- doc/Changes1.8 | 2 ++ src/patch.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Changes1.8 b/doc/Changes1.8 index 8b4584db1..275bcf32a 100644 --- a/doc/Changes1.8 +++ b/doc/Changes1.8 @@ -4,6 +4,8 @@ Eggdrop Changes (since version 1.6.21) 1.8.0: + # RC4 Released on Nov 23, 2016 + - Add some default paths to tcl.m4. Patch by: thommey / Found by: Kiril, erickjvelez, various diff --git a/src/patch.h b/src/patch.h index 38b3e9e64..f58a7d7d6 100644 --- a/src/patch.h +++ b/src/patch.h @@ -39,12 +39,12 @@ patch("PRE-RELEASE"); /* RC version */ * * */ -patch("1479820858"); /* current unixtime */ +patch("1479878257"); /* current unixtime */ /* * * */ -patch("RC3"); +patch("RC4"); /* * * From 9c7160e8271c6d99a22fea980a5b9e9cfa96732f Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 4 Dec 2016 11:38:37 -0500 Subject: [PATCH 8/8] Eggdrop 1.8.0 *STABLE* release --- src/patch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/patch.h b/src/patch.h index f58a7d7d6..118495526 100644 --- a/src/patch.h +++ b/src/patch.h @@ -34,17 +34,17 @@ * * */ -patch("PRE-RELEASE"); /* RC version */ +/* PATCH GOES HERE */ /* * * */ -patch("1479878257"); /* current unixtime */ +/* PATCH GOES HERE */ /* * * */ -patch("RC4"); +/* PATCH GOES HERE */ /* * *