From c5016d76014c2ce494a327016629543ed868b2c7 Mon Sep 17 00:00:00 2001 From: Geo Date: Sat, 10 Sep 2016 23:00:24 -0400 Subject: [PATCH 01/19] 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 02/19] 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 03/19] 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 04/19] 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 05/19] 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 06/19] 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 07/19] 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 08/19] 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 */ /* * * From ed69bd4dafe9fd519e9db80602b78531547142bf Mon Sep 17 00:00:00 2001 From: Geo Date: Tue, 28 Feb 2017 19:46:10 -0500 Subject: [PATCH 09/19] Update ChangeLog --- ChangeLog | 28506 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 28506 insertions(+) diff --git a/ChangeLog b/ChangeLog index 324b3f899..91f8c3175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,97 @@ +- - - - - - - - - - - - - - - +Commit b1fadfb (2017-02-28 19:42:36 -0500) by Geo +Update NEWS file for 1.8.1 + +NEWS-1.8.0 +NEWS-1.8.1 +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 2c9abcd (2017-02-28 17:19:13 -0500) by Geo +Fix copyright date +Found by: Pixelz +src/main.c + +- - - - - - - - - - - - - - - +Commit 58a3ba3 (2017-02-26 23:57:08 -0500) by Geo +Run autoconf + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 176e4b1 (2017-02-26 23:57:07 -0500) by Geo +Generate docs with 1.8.1 version + +doc/PATCH-HOWTO +doc/TEXT-SUBSTITUTIONS +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/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit d7663e5 (2017-02-26 23:56:55 -0500) by Geo +Update version strings to 1.8.1 + +configure.ac +doc/COMPILE-GUIDE +doc/sphinx_source/appendices/text-sub.rst +doc/sphinx_source/conf.py +doc/sphinx_source/mainDocs/patch.rst +doc/sphinx_source/mainDocs/tcl-commands.rst +src/mod/compress.mod/configure.ac +src/mod/dns.mod/configure.ac +src/version.h + +- - - - - - - - - - - - - - - +Commit dd02605 (2017-02-26 23:56:55 -0500) by Geo +Generate ChangeLog for 1.8.1 + +ChangeLog + - - - - - - - - - - - - - - - Commit 1762fe9 (2017-02-26 22:56:39 -0500) by Geo Geo-proof misc/newversion @@ -825,3 +919,28415 @@ Commit 3b65bfc (2016-12-19 03:20:57 -0600) by thommey Make genChangelog executable. misc/genChangelog + +- - - - - - - - - - - - - - - +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 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 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 + +misc/generateDocs + +- - - - - - - - - - - - - - - +Commit 69c0546 (2016-11-01 18:51:50 -0400) by Geo +Update ChangeLog + +ChangeLog + +- - - - - - - - - - - - - - - +Commit 9a669cf (2016-11-01 18:51:27 -0400) by Geo +Push tags as part of releaseprep + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 9e1f329 (2016-11-01 18:49:33 -0400) by Geo +Update doc/Changes1.8 + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 7f5c04f (2016-11-01 18:19:08 -0400) by Geo +Commit ChangeLog in releaseprep if changed + +ChangeLog +aclocal.m4 +configure +doc/html/objects.inv +doc/html/searchindex.js +misc/releaseprep +src/patch.h + +- - - - - - - - - - - - - - - +Commit becf7dd (2016-11-01 18:13:32 -0400) by Geo +Update version in Changes1.8 + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit fc56390 (2016-11-01 17:41:21 -0400) by Geo +Add Cygwin compile section to INSTALL docs + +INSTALL +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/appendices/first-script.txt +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/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/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/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/ipv6.txt +doc/html/_sources/mainDocs/partyline.txt +doc/html/_sources/mainDocs/patch.txt +doc/html/_sources/mainDocs/tcl-commands.txt +doc/html/_sources/mainDocs/tls.txt +doc/html/_sources/mainDocs/users.txt +doc/html/_sources/tcl-commands.txt +doc/html/_sources/toc_installAndSetup.txt +doc/html/index.html +doc/html/installAndSetup/index.html +doc/html/installAndSetup/install.html +doc/html/objects.inv +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/installAndSetup/install.rst + +- - - - - - - - - - - - - - - +Commit 9c0fc90 (2016-11-01 14:05:07 +0100) by thommey +Use -pthread for threaded Tcl on OpenBSD, fixes #295. +* Use -pthread for OpenBSD linking, found in TCL_EXTRA_CFLAGS in +tclConfig.sh. + +* Run autotools. + +* Update changelog. + +* Add -pthread to cflags instead of shared module linker. + +* Run autotools. + +* Fix typo. + +* Run autotools. + +* Add linker flag to where it is being used. + +* Run autotools. + +aclocal.m4 +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit bb5fb02 (2016-10-31 17:30:14 -0400) by Geo +Update THANKS file + +THANKS +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 3d44182 (2016-10-28 18:12:54 +0200) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit cdd012a (2016-10-28 17:51:22 +0200) by thommey +Trim version numbers from tcllib names like libtcl8.5.so.1.7. + +aclocal.m4 +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 2f98259 (2016-10-28 17:18:50 +0200) by thommey +Use cc -shared for linking on BSD. + +aclocal.m4 +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 63aaa90 (2016-10-28 16:07:05 +0200) by thommey +Work around some incompatibilies between gnu make 3.82 and 4.x. + +Makefile.in +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 0f4bbd1 (2016-10-27 21:19:25 -0500) by Geo +Fix out-of-bounds read error (#292). Fixes #200 +Patch by: thommey, Geo / Found by: Robby +doc/Changes1.8 +src/mod/dns.mod/coredns.c + +- - - - - - - - - - - - - - - +Commit 711bf7f (2016-10-27 20:08:06 -0500) by Geo +Clear channel modes on disconnect (#279) +Patch by: Geo, thommey / Found by: thommey + nuke_server() calls reset_chan_info(), which clears channel modes and then +re-requests them, which is the point of the function. However, because the +server connection has already been killed, chan->status is set to +CHAN_ASKEDBANS and thus doesn't re-request the banlist from the server +when it finally does rejoin. By setting to clear_chan, the list is just +cleared and the banlist properly requested from the IRC server on join. +doc/Changes1.8 +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 3a9a7be (2016-10-27 19:53:39 -0500) by Geo +Ensure Makefile works with both BSDand GNU make (#291). Fixes #272 +Patch by: thommey / Found by: Geo + +* Adding -f to readlink in Makefile because the destination path usually +does not exist. +Makefile.in +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 829084a (2016-10-25 18:25:43 +0200) by thommey +Fix commit hash for last commit, I meant 618ecbf9. + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 8ad1bc0 (2016-10-25 18:19:43 +0200) by thommey +Fix formatting bug in 49df122, MISC_LOGREPEAT contains a format specifier. + +doc/Changes1.8 +src/misc.c + +- - - - - - - - - - - - - - - +Commit a4353e5 (2016-10-20 18:56:49 +0200) by thommey +Increase memory table size for memory debugging by factor 10. + +doc/Changes1.8 +src/mem.c + +- - - - - - - - - - - - - - - +Commit a059d84 (2016-10-13 19:33:23 -0400) by Geo +Update THANKS file + +THANKS + +- - - - - - - - - - - - - - - +Commit 14f9f6a (2016-10-13 18:38:04 -0400) by Geo +Add RC1 release date to Changelog + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit f6292e3 (2016-10-13 17:47:41 +0200) by thommey +Update patch description, while we are still using it. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 306bfe3 (2016-10-13 17:47:02 +0200) by thommey +Fix compile warnings. + +doc/Changes1.8 +src/botnet.c +src/mem.c +src/mod/filesys.mod/files.c +src/mod/share.mod/share.c +src/mod/share.mod/uf_features.c + +- - - - - - - - - - - - - - - +Commit 9557c38 (2016-10-13 00:19:46 -0400) by Geo +Update Changelog + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 21816ec (2016-10-03 22:01:49 -0400) by Geo +Update x-compile Makefile changes to POSIX. Fixes #273 Patch by: Geo + +Makefile.in + +- - - - - - - - - - - - - - - +Commit 9878939 (2016-10-12 23:44:58 -0400) by Geo +Update Changelog + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 321c219 (2016-10-13 03:00:43 +0200) by Christophe Beauval +Reset channel information on disconnect properly. +This fixes two instances missing in cc7240, in the fix for #218. Closes +#275. + +doc/Changes1.8 +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit d953721 (2016-10-12 19:01:52 +0200) by thommey +Fix a bug from the Tcl interp result transition. + +doc/Changes1.8 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 09dd276 (2016-10-10 22:41:29 -0400) by Geo +Update Changelog + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 57419b9 (2016-10-04 15:59:43 -0400) by Geo +Run autotools + +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit eafc49d (2016-10-04 15:57:50 -0400) by Geo +Update tcl.m4 (Adds NetBSD tclConfig.sh path). Fixes #175 Patch by: +thommey,Geo / Found by: fhorst + +doc/Changes1.8 +tcl.m4 + +- - - - - - - - - - - - - - - +Commit 4a21b5a (2016-10-03 21:06:03 +0200) by thommey +Update INSTALL. + +INSTALL + +- - - - - - - - - - - - - - - +Commit 2f316eb (2016-10-03 16:03:02 +0200) by thommey +Revert "Add byte-based flood option", we will re-add it at a later point. +It's not how we want it to be right now. +This reverts commit cfdf0ec1a01979ffaa694c93f764609e429ff13b. + +doc/Changes1.8 +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 20b7479 (2016-10-02 20:37:44 -0400) by Geo +Update Changes1.8 Patch by: Geo + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 867f4bb (2016-10-02 20:33:20 -0400) by Geo +Remove duplicate uppercase doc filenames. Fixes #270 Patch by: Geo / Found +by: jackal^ + +doc/html/_sources/installAndSetup/INSTALL.txt +doc/html/_sources/installAndSetup/README.txt +doc/html/_sources/mainDocs/TLS.txt +doc/html/installAndSetup/INSTALL.html +doc/html/installAndSetup/README.html +doc/html/mainDocs/TLS.html + +- - - - - - - - - - - - - - - +Commit a858678 (2016-10-02 21:04:01 +0200) by thommey +Squelsh error message on misc/runautotools if git is not found. + +misc/getcommit + +- - - - - - - - - - - - - - - +Commit 393e6ad (2016-10-02 17:33:54 +0200) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit d2371c3 (2016-10-02 17:33:42 +0200) by thommey +Use Tcl linker suggestion when using Tcl ldflags for them to be compatible. + + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 18fc31c (2016-10-02 17:27:00 +0200) by thommey +Fix compile warning about potentially signed char as array subscript. + +doc/Changes1.8 +src/tls.c + +- - - - - - - - - - - - - - - +Commit 885b4e5 (2016-10-02 17:15:41 +0200) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 962c542 (2016-10-02 16:13:33 +0200) by thommey +Include -lz for Tcl >= 8.6 if not autoconfigured via tclConfig.sh. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit c9bff21 (2016-10-02 16:06:30 +0200) by thommey +Update .gitignore some more. + +.gitignore + +- - - - - - - - - - - - - - - +Commit 5a625d2 (2016-10-02 16:01:26 +0200) by thommey +Update .gitignore. + +.gitignore + +- - - - - - - - - - - - - - - +Commit f11ce2c (2016-10-01 17:51:02 +0200) by thommey +Fix cygwin windows.h inclusion. + +src/main.c + +- - - - - - - - - - - - - - - +Commit 74398d3 (2016-10-01 17:50:26 +0200) by thommey +Revert "Remove windows.h including, and instead provide our own +FreeConsole() prototype." +This reverts commit 28301664dd303d35563714a160b9bc7c9f6848eb. + +src/main.c + +- - - - - - - - - - - - - - - +Commit becc096 (2016-10-01 11:56:03 +0200) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit b3a0f63 (2016-10-01 11:55:44 +0200) by thommey +Remove duplicate math libs from Tcl library list. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 2830166 (2016-10-01 10:58:35 +0200) by thommey +Remove windows.h including, and instead provide our own FreeConsole() +prototype. + +src/main.c + +- - - - - - - - - - - - - - - +Commit e159be3 (2016-10-01 10:57:10 +0200) by thommey +Fix various compile warnings. + +doc/Changes1.8 +src/dcc.c +src/dns.c +src/mod/dns.mod/coredns.c + +- - - - - - - - - - - - - - - +Commit fe21006 (2016-09-30 00:35:35 +0200) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 593ec65 (2016-09-30 00:34:59 +0200) by thommey +Add Tcl library link flags from tclConfig.sh. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 2965183 (2016-09-29 22:26:06 +0200) by thommey +Add help-path setting to eggdrop-basic.conf. + +doc/Changes1.8 +eggdrop-basic.conf + +- - - - - - - - - - - - - - - +Commit b41fb6b (2016-09-29 21:29:48 +0200) by thommey +Add owner setting to eggdrop-basic.conf. + +doc/Changes1.8 +eggdrop-basic.conf + +- - - - - - - - - - - - - - - +Commit 0a90a9f (2016-09-29 17:06:02 +0200) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit fb7db08 (2016-09-29 17:04:51 +0200) by thommey +Update TEA version to match tcl.m4. + +aclocal.m4 +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit 789fc8c (2016-09-28 08:43:33 -0400) by Geo +Move eggdrop-basic.conf as part of make install. Fixes #261 Patch by: Geo / +Found by: thommey + +Makefile.in + +- - - - - - - - - - - - - - - +Commit 918b0e3 (2016-09-26 22:09:09 -0500) by Geo +Fix documents not being generated to correct places. Fixes #257 (#258) +Patch by: Geo / Found by: Pixelz +FEATURES +INSTALL +README +doc/Changes1.8 +misc/generateDocs + +- - - - - - - - - - - - - - - +Commit bd1ee04 (2016-09-23 23:04:08 -0400) by Geo +Commit ChangeLog to develop before gen'ing RC/Releases. Fixes #246, closes +#256 Patch by: Geo / Found by: kisser + +doc/Changes1.8 +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 48e427c (2016-09-23 22:52:47 -0400) by Geo +Update docs to indicate j log flag logs topic changes. Fixes #191 Patch by: +Geo / Found by: senpai + +doc/Changes1.8 +doc/html/_sources/mainDocs/tcl-commands.txt +doc/html/index.html +doc/html/mainDocs/index.html +doc/html/mainDocs/tcl-commands.html +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/mainDocs/tcl-commands.rst +doc/tcl-commands.doc +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit e3321cc (2016-09-21 23:31:02 -0500) by Generic User +Fix cross-compile errors. Fixes #247, fixes #248, closes #249 Patch by: +Anonymous / Found by: eelcohuininga +Fix some cross-compile issues with socklen_t and IPv6 autoconf + +Updated to not run the compiled eggdrop when cross-compiling + +Fixed typo when determining if we are cross-compiling + +Add notification that test run is to be skipped if x-compilation is used + +Makefile.in +aclocal.m4 +configure +configure.ac +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit a4ca7a5 (2016-09-23 00:39:50 +0200) by thommey +Update copyright date for ./eggdrop -v. + +doc/Changes1.8 +src/main.c + +- - - - - - - - - - - - - - - +Commit be8bd09 (2016-09-16 20:22:54 -0400) by Geo +Typo: tcl-commands.doc bind time description. Fixes #244 Patch by: Geo / +Found by: maimizuno + +doc/Changes1.8 +doc/html/_sources/mainDocs/tcl-commands.txt +doc/html/index.html +doc/html/mainDocs/index.html +doc/html/mainDocs/tcl-commands.html +doc/html/objects.inv +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/mainDocs/tcl-commands.rst +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit c2b173f (2016-09-15 18:19:40 +0300) by Fayez +Typo: "timer " should be "utimer ". Closes #241 Patch by: +sirfz, Geo / Found by: sirfz + +doc/Changes1.8 +doc/html/_sources/mainDocs/tcl-commands.txt +doc/html/index.html +doc/html/mainDocs/index.html +doc/html/mainDocs/tcl-commands.html +doc/html/objects.inv +doc/html/search.html +doc/html/searchindex.js +doc/sphinx_source/mainDocs/tcl-commands.rst +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +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.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 4bbf0ec (2016-02-27 06:43:15 +0100) by thommey +Remove issue template for github. + +.github/ISSUE_TEMPLATE + +- - - - - - - - - - - - - - - +Commit 2f1ceaa (2016-02-26 22:39:59 -0500) by Geo +Update HTML docs + +doc/html/tcl-commands.html + +- - - - - - - - - - - - - - - +Commit 84e146a (2016-02-26 00:08:00 -0500) by Geo +Update HTML docs + +doc/html/tcl-commands.html + +- - - - - - - - - - - - - - - +Commit 057431e (2016-02-24 19:41:23 -0500) by Geo +Create ISSUE_TEMPLATE + +.github/ISSUE_TEMPLATE + +- - - - - - - - - - - - - - - +Commit 3e28ae4 (2016-02-24 19:32:18 -0500) by Geo +Create PULL_REQUEST_TEMPLATE + +.github/PULL_REQUEST_TEMPLATE + +- - - - - - - - - - - - - - - +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. + +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. + +Makefile.in +aclocal.m4 +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit f0927b9 (2016-02-25 00:32:49 +0100) by thommey +Add TCL_EXTRA_CFLAGS from tclConfig.sh to the compiler (to get -pthread). + +Makefile.in +aclocal.m4 +configure +doc/Changes1.8 +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 46e26ac (2016-02-25 00:07:35 +0100) by thommey +Remove unnecessary Tcl_CreateInterp() prototype, it is in tcl.h. + +doc/Changes1.8 +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 8cd9c1b (2016-02-22 21:11:33 -0500) by Geo +Fix missing ifdef + +src/mod/ctcp.mod/ctcp.c + +- - - - - - - - - - - - - - - +Commit 10b5f58 (2016-02-22 20:55:42 -0500) by Geo +Touchups + +doc/IPV6 +src/mod/ctcp.mod/ctcp.c + +- - - - - - - - - - - - - - - +Commit 3fbec09 (2016-02-22 20:50:38 -0500) by Geo +Update IPV6 docs to include SCHAT4/6 + +doc/IPV6 + +- - - - - - - - - - - - - - - +Commit c57bd5d (2016-02-22 20:41:10 -0500) by Geo +Added SCHAT4/6 command support + +src/mod/ctcp.mod/ctcp.c + +- - - - - - - - - - - - - - - +Commit 8abba25 (2016-02-22 19:32:22 -0500) by Geo +Add CTCP CHAT4/CHAT6 functionality + +doc/IPV6 +src/mod/ctcp.mod/ctcp.c +src/mod/module.h +src/modules.c +src/net.c +src/proto.h + +- - - - - - - - - - - - - - - +Commit 89c6dda (2016-02-22 15:27:16 -0500) by Geo +IPv6 CTCP IP selection logic docs update + +doc/IPV6 + +- - - - - - - - - - - - - - - +Commit 24444dd (2016-02-22 00:29:19 -0500) by Geo +Explain network settings in eggdrop.conf + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 5bf60a6 (2016-02-15 15:36:12 -0500) by Geo +grammarz + +doc/TLS + +- - - - - - - - - - - - - - - +Commit 4cb9fa6 (2016-02-14 22:26:10 -0500) by Geo +Update botnet TLS documentation + +doc/TLS +doc/tcl-commands.doc +help/cmds1.help + +- - - - - - - - - - - - - - - +Commit a367dae (2016-02-15 00:42:19 -0500) by Geo +Add ERROR prefix to errors + +src/tls.c + +- - - - - - - - - - - - - - - +Commit e045deb (2016-02-15 00:22:46 -0500) by Geo +Fix SSL error logging + +src/tls.c + +- - - - - - - - - - - - - - - +Commit 1a145a1 (2016-02-15 03:37:25 +0100) by Robby +Remove duplicate entries from doc/Changes1.8 + +doc/Changes1.8 + +- - - - - - - - - - - - - - - +Commit da89238 (2016-02-11 21:10:23 +0100) by thommey +Clarify that the owner setting are handles. + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit eb3885a (2016-02-11 03:13:06 +0100) by thommey +Normalize IPv6 score to same as IPv4 score: 32. + +src/match.c + +- - - - - - - - - - - - - - - +Commit 88837c2 (2016-02-09 23:56:44 -0500) by Geo +Add CTCP chat src IPv6 settings/selection logic + +src/net.c + +- - - - - - - - - - - - - - - +Commit 480d0d7 (2016-02-06 00:09:49 -0500) by Geo +Fail if SSL server attempted with no SSL support + +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 73938bc (2016-02-05 22:31:21 -0500) by Geo +Update chansettype + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit b59bf20 (2016-02-04 22:45:54 -0500) by Geo +Documentation update + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 9ec109a (2016-02-05 02:36:43 +0100) by thommey +Fix THANKS file indention. + +THANKS + +- - - - - - - - - - - - - - - +Commit 82db0bb (2016-02-05 02:28:25 +0100) by thommey +Fix utf-8 encoding of THANKS file. + +THANKS + +- - - - - - - - - - - - - - - +Commit 61d5017 (2016-02-05 02:13:38 +0100) by Robby +Update my email address. + +THANKS + +- - - - - - - - - - - - - - - +Commit f14fac0 (2016-01-30 21:29:51 -0500) by Geo +Because spelling. + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 7224cb8 (2016-01-30 21:27:03 -0500) by Geo +Update PUBM documentation + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 1ac3404 (2016-01-30 22:23:24 +0100) by thommey +Add the Tcl function rfcequal. + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 7648f02 (2016-01-29 21:43:38 +0100) by thommey +Fix bug in 0abc1c3b. + +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit dc74cec (2016-01-27 16:55:10 -0500) by Geo +thommey knows best + +src/net.c + +- - - - - - - - - - - - - - - +Commit 92a1259 (2016-01-27 16:44:34 -0500) by Geo +Last change! + +src/net.c + +- - - - - - - - - - - - - - - +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. + +doc/Changes1.8 +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 6528e34 (2016-01-27 20:07:59 +0100) by thommey +Reintroduce scoring system for hostmask matching. Removed by 532d9fe. Fixes +#89. + +src/match.c + +- - - - - - - - - - - - - - - +Commit 8e8aec3 (2016-01-27 18:50:49 +0100) by thommey +Change deprecation message. + +src/net.c + +- - - - - - - - - - - - - - - +Commit 98603fd (2016-01-27 17:54:51 +0100) by thommey +Document that you can trigger arbitrary events by Tcl scripts. + +doc/Changes1.8 +doc/html/tcl-commands.html +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +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. + +doc/Changes1.8 +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 897c0cf (2016-01-27 00:30:46 -0500) by Geo +Update message + +src/net.c + +- - - - - - - - - - - - - - - +Commit a40de62 (2016-01-27 02:34:36 +0100) by thommey +Fix relative DEST= paths for make install. + +Makefile.in + +- - - - - - - - - - - - - - - +Commit 27c4179 (2016-01-27 02:08:20 +0100) by thommey +Fix relative DEST= paths for make install. + +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. + +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 + +- - - - - - - - - - - - - - - +Commit bf47f57 (2015-12-28 19:07:30 +0100) by thommey +Fix --with-tcllib compilation typo. + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit 6694623 (2015-12-28 19:01:45 +0100) by thommey +Fix compilation with tcl.m4 again. + +Makefile.in +aclocal.m4 +config.h.in +configure +configure.ac +doc/Changes1.8 +src/Makefile.in + +- - - - - - - - - - - - - - - +Commit ed910ff (2015-12-14 00:11:02 +0100) by thommey +Fix basename for Tcl library when compiling without --with-tcllib. + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +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 + +- - - - - - - - - - - - - - - +Commit 970765c (2010-07-12 16:18:09 +0000) by thommey +Add sanity check to check-stoned event. Prevents eggdrop from disconnecting +in case of drift timers. + +doc/Changes1.6 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b59295e (2010-07-12 15:40:52 +0000) by thommey +Unwind all nested [vwait] calls before performing a restart. Prevents +Tcl_Panic() when deleting active interpreter. +Make sure traces are looked up in the global scope. + +Give eggdrop events priority over Tcl events so they can't starve it. + +doc/Changes1.6 +src/main.c +src/net.c +src/proto.h +src/tcl.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit f39662c (2010-07-10 14:54:49 +0000) by Rumen Stoyanov +Channels weren't read from the chanfile. + +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit 9fad3d7 (2010-07-09 23:29:54 +0000) by Rumen Stoyanov +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. + +doc/Changes1.6 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c729f8d (2010-07-09 17:21:47 +0000) by Rumen Stoyanov +Added mod-transfer.html to index.html + +doc/Changes1.6 +doc/html/index.html + +- - - - - - - - - - - - - - - +Commit 431f297 (2010-07-09 15:33:27 +0000) by thommey +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. + +doc/Changes1.6 +src/main.c +src/net.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 8911d9e (2010-07-08 19:23:06 +0000) by Rumen Stoyanov +Added log_ts to the modules function table to keep modules relying on the +old LOG_TS #define working. + +doc/Changes1.6 +src/mod/module.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3220ede (2010-07-07 21:05:50 +0000) by thommey +Restore socket_cleanup functionality, was broken by the notifier patch. + +doc/Changes1.6 +src/main.c + +- - - - - - - - - - - - - - - +Commit f600f9f (2010-07-07 16:25:58 +0000) by thommey +Fixed detection of eggdrop already running on startup. + +doc/Changes1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ab5e1ff (2010-07-05 12:07:05 +0000) by Rumen Stoyanov +Changed the URL of gseen.mod in docs. Fixed a minor problem with special +dcc handles like (telnet), (dns), etc. + +doc/Changes1.6 +doc/MODULES +doc/html/mod-seen.html +doc/settings/mod.seen +eggdrop.conf +src/userrec.c + +- - - - - - - - - - - - - - - +Commit be0c190 (2010-07-02 21:56:44 +0000) by Rumen Stoyanov +Added a -raw argument to tcl_putdcc(). Modified putdccraw in compat.tcl to +use putdcc -raw + +doc/Changes1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +scripts/compat.tcl +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 6efe778 (2010-07-02 15:41:14 +0000) by Rumen Stoyanov +Added few contributors to the THANKS file + +THANKS +doc/Changes1.6 + +- - - - - - - - - - - - - - - +Commit 506adef (2010-07-01 19:02:10 +0000) by thommey +Added CVE references to the Changes file, added simple to AUTHORS + +AUTHORS +doc/Changes1.6 + +- - - - - - - - - - - - - - - +Commit 5635d4e (2010-07-01 18:09:16 +0000) by thommey +More anticipation of the (usually automatically generated) THANKS and +AUTHORS file + +AUTHORS +THANKS + +- - - - - - - - - - - - - - - +Commit 1e3c49a (2010-07-01 18:05:13 +0000) by thommey +Fixed some stuff in the THANKS file. I know this should be autogenerated, +but manual fixing is better than no fixing. + +THANKS + +- - - - - - - - - - - - - - - +Commit dd86750 (2010-07-01 16:10:50 +0000) by thommey +Ran misc/killwhitespace and misc/runautotools + +configure +doc/Changes1.6 +src/cmds.c +src/match.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 +src/tclmisc.c +src/tcluser.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit a56aad1 (2010-06-30 21:12:25 +0000) by thommey +Prevent uninitialized memory access that became visible due to the notifier +overwrite. Use memmove when strcpy targets overlap. + +doc/Changes1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 12cff44 (2010-06-29 15:52:24 +0000) by thommey +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. + +aclocal.m4 +config.h.in +configure +configure.ac +doc/Changes1.6 +doc/html/egg-core.html +eggdrop.conf +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/mod/dns.mod/coredns.c +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/server.mod/server.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 + +- - - - - - - - - - - - - - - +Commit 479c5b3 (2010-06-28 21:13:26 +0000) by thommey +Modified compat.tcl version of time to allow accessing Tcl's time command +if any arguments are passed to it. + +doc/Changes1.6 +scripts/compat.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9bf8b2d (2010-06-26 20:26:05 +0000) by Rumen Stoyanov +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. + +doc/Changes1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c20fe89 (2010-06-17 20:44:33 +0000) by Jonathan Rudolph +Added 'simple' and 'rfc' to the THANKS file + +THANKS + +- - - - - - - - - - - - - - - +Commit 2f727f1 (2010-03-24 13:14:50 +0000) by Rumen Stoyanov +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. + +doc/Changes1.6 +doc/settings/mod.channels +eggdrop.conf +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 18a4e63 (2010-03-23 15:25:29 +0000) by Rumen Stoyanov +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. + +doc/Changes1.6 +eggdrop.conf +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3694c3d (2010-03-21 20:41:32 +0000) by Rumen Stoyanov +Fixed a crash when restarting, related to bind log. + +doc/Changes1.6 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 5229abc (2010-03-18 15:19:39 +0000) by Rumen Stoyanov +Modified cron_match() to match Sunday as both 0 and 7. Fixed some spelling +errors. + +doc/Changes1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/match.c +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 0f52800 (2010-03-14 18:34:59 +0000) by Rumen Stoyanov +Added new Tcl command 'matchstr' as a simplified alternative to Tcl's +string match. + +doc/Changes1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit b4adaac (2010-03-14 18:30:17 +0000) by Rumen Stoyanov +Added Brian Greenberg's patch to randomize the uptime update interval. + +doc/Changes1.6 +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 863274f (2010-03-14 18:21:59 +0000) by Rumen Stoyanov +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. + +Makefile.in +aclocal.m4 +config.h.in +configure +configure.ac +doc/Changes1.6 +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit a1e1277 (2010-03-13 22:49:38 +0000) by Rumen Stoyanov +Added missing mod-transfer.html. Thanks to mike.ds + +doc/Changes1.6 +doc/html/mod-transfer.html + +- - - - - - - - - - - - - - - +Commit b8e68cb (2010-03-08 20:52:56 +0000) by Rumen Stoyanov +Added a new bind LOG triggered when text is sent to the logs. + +doc/Changes1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/misc.c +src/patch.h +src/tclhash.c +src/tclhash.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 2d5d288 (2010-03-08 16:01:15 +0000) by thommey +Fixed a bug in checking user priviledges for .chaddr on sharebots. + +doc/Changes1.6 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 2a59b72 (2010-03-08 11:18:07 +0000) by Rumen Stoyanov +Added a new bind CRON as a crontab-like alternative to bind TIME. + +doc/Changes1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/main.c +src/match.c +src/patch.h +src/proto.h +src/tclegg.h +src/tclhash.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit 03669fe (2010-02-20 18:33:52 +0000) by Rumen Stoyanov +Removed some CYGWIN_HACKS that aren't needed anymore. + +doc/Changes1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5d25914 (2010-02-18 13:11:20 +0000) by Rumen Stoyanov +Fixed dns.mod SIGBUS crashes on 64-bit Sparc. Fixes Bugzilla Bug # 454 +"Eggdrop crashes on sun sparc running debian etch" + +doc/Changes1.6 +src/mod/dns.mod/coredns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3601930 (2010-02-18 13:03:04 +0000) by Rumen Stoyanov +Got rid of some compile warnings related to passing possibly signed chars +to tolower(). + +doc/Changes1.6 +src/chanprog.c +src/cmds.c +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 451eac0 (2010-02-18 09:52:30 +0000) by Rumen Stoyanov +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. +Fixes Bugzilla Bug # 485 "64-bit eggdrop builds crash on some systems" + +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/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/module.h +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 +src/modules.c +src/modules.h +src/patch.h +src/tclegg.h +src/tclhash.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit 7c2640d (2010-02-09 14:51:08 +0000) by thommey +Fixed a minor notes.mod formatting bug when displaying dcc usage. + +doc/Changes1.6 +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/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 18c25dc (2010-02-07 17:21:14 +0000) by Rumen Stoyanov +Renamed list_delete/list_append/list_contains functions to egg_list_* due +to request to avoid conflicts with MySQL headers. + +doc/Changes1.6 +src/mod/channels.mod/tclchan.c +src/mod/module.h +src/mod/server.mod/server.c +src/mod/share.mod/share.c +src/modules.c +src/patch.h +src/tcluser.c +src/userent.c +src/users.c +src/users.h + +- - - - - - - - - - - - - - - +Commit 3eac5a9 (2010-02-06 09:20:12 +0000) by Rumen Stoyanov +Updated module versions and dependencies for the console, channels, irc and +server modules. + +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 + +- - - - - - - - - - - - - - - +Commit 4fecc58 (2010-02-04 13:56:59 +0000) by Jonathan Rudolph +Fixed a small spelling mistake, and some caps consistency. + +src/eggdrop.h + +- - - - - - - - - - - - - - - +Commit 0b22c69 (2010-02-03 08:58:24 +0000) by Rumen Stoyanov +Don't assume cidr notation for hostmasks with slashes, unless the string +portion after the slash consists only of digits. + +doc/Changes1.6 +src/match.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 23279a9 (2010-01-26 09:39:59 +0000) by Rumen Stoyanov +Fixed the STRIP_ALL flag used with strip_mirc_codes() to actually work. + +doc/Changes1.6 +eggdrop.conf +src/eggdrop.h + +- - - - - - - - - - - - - - - +Commit 9a38295 (2010-01-26 03:12:15 +0000) by Tothwolf +Added runtime check using Tcl_GetCurrentThread() to autodetect a threaded +Tcl library when compiled and linked against Tcl 8.1 and later. +Replaced EGG_TCL_ENABLE_THREADS and EGG_TCL_CHECK_THREADS autoconf macros +with EGG_TCL_CHECK_GETCURRENTTHREAD. + +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 + +- - - - - - - - - - - - - - - +Commit 1519e0e (2010-01-25 20:11:55 +0000) by Rumen Stoyanov +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. + +doc/Changes1.6 +src/dcc.c +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 2889b5f (2010-01-23 18:34:09 +0000) by Tothwolf +* Regenerated config.h.in with autoheader + +config.h.in + +- - - - - - - - - - - - - - - +Commit 40c49dc (2010-01-15 19:51:49 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +help/core.help +help/set/cmds1.help +src/eggdrop.h +src/main.c +src/misc.c +src/mod/channels.mod/channels.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit f71de85 (2010-01-10 22:28:57 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +doc/html/egg-core.html +doc/html/mod-server.html +doc/settings/core.settings +doc/settings/mod.server +eggdrop.conf +help/set/cmds1.help +src/mod/server.mod/help/set/server.help +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 532d9fe (2010-01-07 13:48:31 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +doc/html/egg-core.html +doc/html/tcl-commands.html +doc/settings/core.settings +doc/tcl-commands.doc +eggdrop.conf +help/set/cmds1.help +src/match.c +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 +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/tcl.c +src/tclmisc.c +src/userent.c +src/userrec.c +src/users.c + +- - - - - - - - - - - - - - - +Commit a97b0ab (2010-01-04 18:38:26 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 6afbf9f (2010-01-04 13:15:41 +0000) by Rumen Stoyanov +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 + +README +doc/Changes1.6 +src/botcmd.c +src/cmds.c +src/dcc.c +src/eggdrop.h +src/mod/irc.mod/cmdsirc.c +src/patch.h +src/tcldcc.c +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 2ddef8f (2010-01-03 14:48:39 +0000) by Rumen Stoyanov +Various minor docfixes. +Patch by: pseudo + +README +doc/Changes1.6 +doc/html/readme.html +doc/html/tcl-commands.html +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 00b3ac1 (2010-01-03 13:27:55 +0000) by Rumen Stoyanov +Updated copyright dates +Patch by: 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/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 +doc/tcl-commands.doc +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/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/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/wire.mod/wire.c +src/mod/wire.mod/wire.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/userent.c +src/userrec.c +src/users.c +src/users.h +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit e725c09 (2009-12-24 10:31:06 +0000) by Rumen Stoyanov +Fixed a potential crash in read_lang() with lines > 512 characters in +language files. Added support for lines of unlimited size. +Patch by: pseudo + +doc/Changes1.6 +src/language.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 84f4689 (2009-12-16 17:56:14 +0000) by Tothwolf +* Fixed another link for geteggdrop.com + +README + +- - - - - - - - - - - - - - - +Commit 30b2cae (2009-12-16 17:55:07 +0000) by Tothwolf +* Fixed links for geteggdrop.com + +doc/COMPILE-GUIDE +doc/html/compiling.html +doc/html/readme.html + +- - - - - - - - - - - - - - - +Commit 3235910 (2009-11-26 09:32:28 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +help/cmds1.help +src/cmds.c +src/mod/console.mod/console.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/tcluser.c +src/userrec.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 79c4023 (2009-11-23 09:42:01 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +doc/html/mod-channels.html +doc/settings/mod.channels +eggdrop.conf +src/mod/channels.mod/channels.c +src/mod/channels.mod/help/set/channels.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5d815ee (2009-11-21 23:12:30 +0000) by Rumen Stoyanov +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. + +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 + +doc/Changes1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/chan.h +src/misc.c +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/help/msg/irc.help +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/server.mod/tclserv.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d9e5cff (2009-11-15 13:10:34 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/cmds.c +src/flags.c +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 15db99d (2009-10-31 15:18:03 +0000) by thommey +updated patch.h, changed _wild_match_per behaviour + +doc/Changes1.6 +src/match.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 18f1951 (2009-10-31 14:43:09 +0000) by thommey +Make mode binds case-sensitive for the mode change. Fixes Bug # 476. + +doc/Changes1.6 +src/match.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/module.h +src/proto.h +src/tclegg.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 84a72da (2009-10-30 16:02:20 +0000) by thommey +Only whine once about the opless state of a channel. Fixes Bug # 483 + +doc/Changes1.6 +src/chan.h +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6961817 (2009-10-25 15:19:06 +0000) by Rumen Stoyanov +Fixed some spelling errors in the documentation. +Improved the description of the getchanjoin Tcl command in the docs. + +Patch by: pseudo + +README +doc/ABOUT +doc/COMPILE-GUIDE +doc/Changes1.6 +doc/TRICKS +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 +doc/tcl-commands.doc +eggdrop.conf +help/set/cmds1.help +language/core.english.lang +src/mod/transfer.mod/language/transfer.english.lang + +- - - - - - - - - - - - - - - +Commit 96aa49b (2009-10-25 10:57:52 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a837ea8 (2009-10-12 14:10:32 +0000) by thommey +Replace deprecated Tcl result access method. Fixes Bug # 472. + +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/mod/server.mod/server.c +src/patch.h +src/proto.h +src/tcl.c +src/tcldcc.c +src/tclegg.h +src/tclhash.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 514cca9 (2009-10-09 22:24:23 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +scripts/compat.tcl +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/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 1c3a785 (2009-10-09 11:16:58 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 38dc267 (2009-10-02 11:16:59 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 47320c6 (2009-10-02 09:47:28 +0000) by Rumen Stoyanov +Added bugreporter names for recent patches to doc/Changes1.6. +Patch by: pseudo + +doc/Changes1.6 + +- - - - - - - - - - - - - - - +Commit a277414 (2009-10-01 21:33:33 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 162ad6e (2009-10-01 15:52:34 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +doc/html/mod-server.html +doc/html/tcl-commands.html +doc/settings/mod.server +doc/tcl-commands.doc +eggdrop.conf +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/tclserv.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 95e73c7 (2009-10-01 15:24:00 +0000) by Rumen Stoyanov +Fixed a reversed pointer check in join_notes(). Fixes Bugzilla Bug # 455: +"Possible segment violation in join_notes" +Patch by: pseudo + +doc/Changes1.6 +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c1fba27 (2009-10-01 15:02:14 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 98310ed (2009-10-01 14:56:30 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 2b3dacd (2009-10-01 14:50:38 +0000) by Rumen Stoyanov +Added dccwhois.tcl, quotepass.tcl and quotepong.tcl to scripts/CONTENTS +Fixes Bugzilla Bug # 480 "scripts/CONTENTS missing data" +Patch by: pseudo + +doc/Changes1.6 +scripts/CONTENTS +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9c27b7f (2009-10-01 14:38:04 +0000) by Rumen Stoyanov +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 + +doc/Changes1.6 +src/mod/irc.mod/help/msg/irc.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 232e4e4 (2009-09-22 20:30:47 +0000) by thommey +The KEY msg command now logs on success. Fixes Bugzilla # 482 +Found by: Rickard Utgren / Patch by: Freeder + +doc/Changes1.6 +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8472eab (2009-09-22 00:09:10 +0000) by thommey +Removed blank at the end of wrong args tcl error for restart/rehash + +doc/Changes1.6 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit fef45d9 (2009-05-16 14:16:07 +0000) by Tothwolf +Fixed a number of compiler warnings due to recent versions of GCC. Fixes +Bugzilla Bug # 450 "some warning during compile" +Patch by: pseudo + +doc/Changes1.6 +src/botcmd.c +src/chanprog.c +src/dns.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 +src/net.c +src/patch.h +src/tcl.c +src/tclmisc.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit 16d294d (2009-05-16 13:16:55 +0000) by Tothwolf +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 + +doc/Changes1.6 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 2b87b11 (2009-05-16 11:25:28 +0000) by Tothwolf +Updated masktype selection documentation for tcl_maskhost and ban-type. +Patch by: pseudo + +doc/Changes1.6 +doc/html/mod-channels.html +doc/html/tcl-commands.html +doc/settings/mod.channels +doc/tcl-commands.doc +eggdrop.conf +src/mod/channels.mod/help/chaninfo.help + +- - - - - - - - - - - - - - - +Commit e4002de (2009-05-07 22:01:42 +0000) by Tothwolf +Added masktype selection to tcl_maskhost and ban-type configuration setting +to set default banmask type for each channel. +Patch by: pseudo + +doc/Changes1.6 +doc/html/mod-channels.html +doc/html/tcl-commands.html +doc/settings/mod.channels +doc/tcl-commands.doc +eggdrop.conf +src/chan.h +src/misc.c +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/tclirc.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit f9d93b6 (2009-05-07 02:35:42 +0000) by Tothwolf +Updated dates + +AUTHORS +THANKS + +- - - - - - - - - - - - - - - +Commit fd5ee9b (2009-05-07 01:18:48 +0000) by Tothwolf +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. + +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 + +- - - - - - - - - - - - - - - +Commit dd5d3d8 (2009-05-07 01:07:05 +0000) by Tothwolf +* 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. + +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/Versions + +- - - - - - - - - - - - - - - +Commit 345e4c5 (2009-05-06 19:17:52 +0000) by Tothwolf +* Fixed another bug in the CTCP parsing code introduced by the servmsg.c +buffer overflow patch in 1.6.19. +Patch by: thommey + +doc/Changes1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3197749 (2009-05-06 18:11:39 +0000) by Tothwolf +Added dccwhois.tcl to install target + +scripts/Makefile.in + +- - - - - - - - - - - - - - - +Commit 07493d3 (2009-01-22 03:12:45 +0000) by Tothwolf +Added scripts/dccwhois.tcl Tcl script. This script enhances the built-in +dcc '.whois' command to allow all users to '.whois' their own handle. + +doc/Changes1.6 +eggdrop.conf +scripts/dccwhois.tcl + +- - - - - - - - - - - - - - - +Commit 48677d8 (2009-01-22 02:14:45 +0000) by Tothwolf +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. + +doc/Changes1.6 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 19a4243 (2008-11-29 14:39:46 +0000) by Tothwolf +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. + +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/Versions + +- - - - - - - - - - - - - - - +Commit 888d55e (2008-11-19 01:47:44 +0000) by Tothwolf +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. + +doc/Changes0.6 +doc/Changes0.7 +doc/Changes0.9 +doc/Changes1.0 +doc/Changes1.1 +doc/Changes1.6 +doc/Versions + +- - - - - - - - - - - - - - - +Commit 947a3e9 (2008-11-16 06:33:17 +0000) by Tothwolf +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. + +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/Versions + +- - - - - - - - - - - - - - - +Commit 22c16d1 (2008-11-02 03:19:57 +0000) by Tothwolf +Refactored channels_report() and simplified the channel status information +for the .status command. + +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 + +- - - - - - - - - - - - - - - +Commit 220f0f4 (2008-11-01 23:23:08 +0000) by Tothwolf +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 + +doc/Changes1.6 +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 9676907 (2008-11-01 22:02:27 +0000) by Tothwolf +Added missing fclose() to tout_dcc_send() Fixes the socket leak in the +transfer module. +Found by: C4thY (and others) / Patch by: bryand + +doc/Changes1.6 +src/mod/transfer.mod/transfer.c + +- - - - - - - - - - - - - - - +Commit 4535760 (2008-11-01 20:41:10 +0000) by Tothwolf +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. + +doc/Changes1.6 +help/cmds1.help +language/core.english.lang +src/chan.h +src/mod/channels.mod/tclchan.c +src/tclegg.h +src/tclhash.c +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit b9d0e2f (2008-11-01 00:40:03 +0000) by Tothwolf +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 + +doc/Changes1.6 +src/users.c + +- - - - - - - - - - - - - - - +Commit bbe898e (2008-10-31 23:55:10 +0000) by Tothwolf +Added .vbottree command help section to cmds2.help. Fixes Bugzilla Bug # +464 ".help vbottree not working" +Found by: wanderer / Patch by: Tothwolf + +doc/Changes1.6 +help/cmds2.help + +- - - - - - - - - - - - - - - +Commit 2dd1eab (2008-10-31 22:07:14 +0000) by Tothwolf +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 + +doc/Changes1.6 +src/cmds.c +src/tcldcc.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 1174ec6 (2008-10-31 18:10:59 +0000) by Tothwolf +Make it clear that SA25276 was fixed. + +doc/Changes1.6 +doc/Versions + +- - - - - - - - - - - - - - - +Commit a40dc57 (2008-07-11 23:29:28 +0000) by Tothwolf +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 + +doc/Changes1.6 +src/mod/irc.mod/tclirc.c + +- - - - - - - - - - - - - - - +Commit b482206 (2008-07-11 12:48:59 +0000) by Tothwolf +Let's see if this works a little better... + +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 56e9955 (2008-07-10 10:56:23 +0000) by Tothwolf +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. + +aclocal.m4 +config.h.in +configure +configure.ac +doc/Changes1.6 +src/eggdrop.h +src/main.c +src/main.h +src/mod/irc.mod/chan.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit be134b4 (2008-07-10 10:06:54 +0000) by Tothwolf +More minor autoconf changes. +Context and ContextNote should use 'do {} while (0)' instead of '{}'. + +Put Context init code into an #ifdef DEBUG_CONTEXT block. + +aclocal.m4 +configure +configure.ac +doc/Changes1.6 +src/eggdrop.h +src/main.c +src/mod/channels.mod/cmdschan.c +src/mod/module.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit abdb4a0 (2008-07-10 09:22:04 +0000) by Tothwolf +Updated doc/Versions and added more milestone information. +Misc doc updates and fixes. + +doc/Changes1.2 +doc/Changes1.3 +doc/Changes1.6 +doc/Versions +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit c43db4e (2008-07-08 08:18:06 +0000) by Tothwolf +Fixed a few minor Makefile things + +doc/Makefile.in + +- - - - - - - - - - - - - - - +Commit e70c052 (2008-07-05 02:32:13 +0000) by Tothwolf +I knew I missed something... + +doc/Changes1.6 + +- - - - - - - - - - - - - - - +Commit 4920df9 (2008-07-05 02:15:55 +0000) by Tothwolf +UPDATES1.6 -> Changes1.6 + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 1001d1a (2008-07-05 02:14:03 +0000) by Tothwolf +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. + +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/Versions + +- - - - - - - - - - - - - - - +Commit f5fcb4d (2008-07-04 03:25:08 +0000) by Tothwolf +UPDATES1.6 didn't commit the first time for some reason. + +configure +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit b8ba67a (2008-07-04 03:17:25 +0000) by Tothwolf +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. + +Makefile.in +aclocal.m4 +config.h.in +configure +configure.ac +src/eggdrop.h +src/main.c + +- - - - - - - - - - - - - - - +Commit 3cd1311 (2008-07-04 02:41:43 +0000) by Tothwolf +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. + +aclocal.m4 +config.h.in +configure +configure.ac +doc/UPDATES1.6 +src/compat/snprintf.c +src/main.h + +- - - - - - - - - - - - - - - +Commit 4b2e938 (2008-07-04 01:52:55 +0000) by Tothwolf +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. + +Makefile.in +aclocal.m4 +configure +configure.ac +doc/UPDATES1.6 +src/main.c + +- - - - - - - - - - - - - - - +Commit 1522715 (2008-07-02 07:31:27 +0000) by Tothwolf +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() + +aclocal.m4 +configure +configure.ac +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 1cc6cec (2008-07-01 00:20:04 +0000) by Tothwolf +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 + +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 + +- - - - - - - - - - - - - - - +Commit ea45df4 (2008-06-30 19:12:27 +0000) by Tothwolf +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 + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cd5ef70 (2008-06-30 18:45:42 +0000) by Tothwolf +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'. + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit 9034d7d (2008-06-30 16:41:47 +0000) by Tothwolf +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 + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit 1bbe0d7 (2008-06-29 16:39:42 +0000) by Jeff Fisher +added thommey's whofix patch + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a59f52f (2008-06-23 22:50:45 +0000) by Tothwolf +Add missing anchor for uncompressfile Patch by: skiidoo + +doc/html/tcl-commands.html + +- - - - - - - - - - - - - - - +Commit 7a816cb (2008-06-22 16:17:20 +0000) by Tothwolf +Let's put these in the right order... + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit daee60f (2008-06-21 18:24:08 +0000) by Jeff Fisher +oops, skiidoo did those doc patches not thommey! sorry skiidoo + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 8d08ae7 (2008-06-21 03:50:24 +0000) by Jeff Fisher +thommey added anchors to the html version of tcl-commands.doc + +doc/html/tcl-commands.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit ec364e0 (2008-06-21 03:49:15 +0000) by Jeff Fisher +some doc updates + +doc/ABOUT +doc/UPDATES1.6 +doc/html/about.html +doc/html/authors.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2ea8ef8 (2008-06-18 10:12:22 +0000) by Tothwolf +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. + +doc/UPDATES1.6 +scripts/autobotchk +scripts/weed + +- - - - - - - - - - - - - - - +Commit 41bfb3d (2008-06-18 09:42:50 +0000) by Tothwolf +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. + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit fbb1ccc (2008-06-18 07:36:29 +0000) by Tothwolf +Make custom configure warning messages' prefix match AC_MSG_WARN. + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit 23c1607 (2008-06-18 06:03:21 +0000) by Tothwolf +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. + +aclocal.m4 +config.h.in +configure +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit d498623 (2008-06-17 11:13:33 +0000) by Tothwolf +Added argument checking to randstring proc in alltools.tcl to make it a +little more robust. + +doc/UPDATES1.6 +scripts/alltools.tcl + +- - - - - - - - - - - - - - - +Commit cc77a2f (2008-06-17 10:49:01 +0000) by Tothwolf +Modified releaseprep script to run cvs2cl so we will (hopefully) have an +up-to-date ChangeLog file before each release. + +doc/UPDATES1.6 +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit d007844 (2008-06-17 10:15:08 +0000) by Tothwolf +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. + +doc/UPDATES1.6 +misc/config.guess +misc/config.sub + +- - - - - - - - - - - - - - - +Commit 2f2b0c0 (2008-06-17 05:46:55 +0000) by Tothwolf +*** empty log message *** + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit eb6636e (2008-04-30 01:07:37 +0000) by Jeff Fisher +minor raw logging fix + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3f2fca0 (2008-04-29 17:29:45 +0000) by Jeff Fisher +tcl_maskhost could crash the bot, fixed by FireEgl + +doc/UPDATES1.6 +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e7defd1 (2008-04-28 23:54:24 +0000) by Jeff Fisher +Quakenet has an auto-invite flag which in some cases could cause a bot to +flood off the server, hopefully this fixes that problem + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8971cb9 (2008-04-19 14:57:11 +0000) by Jeff Fisher +and so starts 1.6.20 + +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/mod/compress.mod/configure +src/mod/compress.mod/configure.ac +src/mod/dns.mod/configure +src/mod/dns.mod/configure.ac +src/patch.h + +- - - - - - - - - - - - - - - +Commit aa2eb17 (2008-02-18 22:25:33 +0000) by Jeff Fisher +updated the recommended TCL version + +configure +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 65094a4 (2008-02-16 21:41:11 +0000) by Jeff Fisher +update the Copyright dates + +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/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/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/wire.mod/wire.c +src/mod/wire.mod/wire.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/userent.c +src/userrec.c +src/users.c +src/users.h +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit 1466832 (2008-02-16 20:15:31 +0000) by Jeff Fisher +a couple small config changes + +doc/UPDATES1.6 +eggdrop.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4a63aea (2008-02-16 06:00:18 +0000) by Jeff Fisher +added the quotepong.tcl + +doc/UPDATES1.6 +eggdrop.conf +scripts/Makefile.in +scripts/quotepong.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit fbde3a0 (2008-02-11 02:28:41 +0000) by Jeff Fisher +a couple of small fixes to the quotepass.tcl script + +eggdrop.conf +scripts/Makefile.in +scripts/quotepass.tcl + +- - - - - - - - - - - - - - - +Commit a1b6e01 (2008-02-11 01:43:30 +0000) by Jeff Fisher +stdarg != sl, sl is not nearly as sexy + +scripts/quotepass.tcl + +- - - - - - - - - - - - - - - +Commit 851488c (2008-02-11 01:23:14 +0000) by Jeff Fisher +and the script for the previous commit + +scripts/quotepass.tcl + +- - - - - - - - - - - - - - - +Commit 6f2d3b7 (2008-02-11 01:22:46 +0000) by Jeff Fisher +added a simple TCL for some silly Undernet servers + +doc/UPDATES1.6 +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 36bea6a (2008-02-05 02:36:22 +0000) by Jeff Fisher +a little too much text in the UPDATES1.6 + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 6f6b559 (2008-02-05 00:19:26 +0000) by Jeff Fisher +Add support for Quakenet's chanmode +T + +doc/UPDATES1.6 +src/chan.h +src/mod/channels.mod/channels.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 001a358 (2008-02-05 00:14:50 +0000) by Jeff Fisher +Applied the CTCP fix patch + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 939d30e (2007-11-19 07:24:21 +0000) by Will Buckner +* patch.h to make Windrop CVS guys happy ;) + +src/patch.h + +- - - - - - - - - - - - - - - +Commit f5e2251 (2007-10-17 08:03:38 +0000) by Will Buckner +* Ran misc/runautotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 41b05ec (2007-10-17 08:02:21 +0000) by Will Buckner +* 1.6.18 -> 1.6.19. Aparently we never did this. Oops, my bad :/ Thanks to + kirben for noticing. + +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 + +- - - - - - - - - - - - - - - +Commit 6ce4651 (2007-10-17 07:55:38 +0000) by Will Buckner +- Fixed a couple of typos in the FEATURES file. * Patch by: Tomas Szaniszlo + + +FEATURES +doc/UPDATES1.6 +doc/html/features.html + +- - - - - - - - - - - - - - - +Commit cff1405 (2007-10-17 07:52:33 +0000) by Will Buckner +* 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 +> + +doc/AUTHORS + +- - - - - - - - - - - - - - - +Commit e78092e (2007-10-17 07:42:40 +0000) by Will Buckner +- Fixed two buffer overflows in servmsg.c. * Found by: Bow Sineath - Patch +by: Nico Golde / Wcc + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit bbde470 (2007-10-17 06:42:49 +0000) by Will Buckner +* Fixed a typo in server.c. Thanks to Domino Mizuno. + +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 0047837 (2007-04-21 04:38:31 +0000) by Will Buckner +* 2007 Copyright; 4 months late! + +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/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/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/wire.mod/wire.c +src/mod/wire.mod/wire.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/userent.c +src/userrec.c +src/users.c +src/users.h +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit 0840a65 (2006-11-20 14:09:31 +0000) by Tothwolf +* Updated recommended Tcl version. * Fixed typo from long time_t changes. + +configure +configure.ac +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 3724eba (2006-11-20 11:38:27 +0000) by Tothwolf +* Fixed compatibility problems with certain time_t implementations. + +aclocal.m4 +config.h.in +doc/UPDATES1.6 +src/Makefile.in +src/dcc.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 +src/patch.h +src/tcldcc.c +src/tcluser.c +src/userent.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 25cd0a2 (2006-08-21 17:40:08 +0000) by Will Buckner +- Complete raw traffic wasn't getting logged in some cases; only the raw +command itself was. Fixed. * Patch by: mrBuG + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e816a1b (2006-07-09 22:14:07 +0000) by Will Buckner +* Update doc/UPDATES1.6 for release. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit dd23b72 (2006-07-09 22:02:24 +0000) by Will Buckner +* Ran misc/runautotools. Release ready in a few minutes. + +configure + +- - - - - - - - - - - - - - - +Commit e70e2a9 (2006-07-09 22:00:18 +0000) by Will Buckner +* 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. + +config.h.in +configure +configure.ac +misc/config.guess +misc/config.sub +src/proto.h + +- - - - - - - - - - - - - - - +Commit beece2e (2006-05-29 01:56:08 +0000) by Will Buckner +* Use the latest config.guess / config.sub. * Found by: SiD3WiNDR - Patch +by: Wcc + +doc/UPDATES1.6 +misc/config.guess +misc/config.sub +src/mod/filesys.mod/filesys.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit af4160d (2006-05-21 20:31:55 +0000) by Will Buckner +* Ran misc/runautotools. + +configure + +- - - - - - - - - - - - - - - +Commit 8d57392 (2006-05-21 20:31:17 +0000) by Will Buckner +* Look for Tcl in /lib64 and /usr/lib64. * Patch by: Kuja + +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8d09a8b (2006-04-14 22:18:27 +0000) by Will Buckner +* AUTHORS updates. + +doc/AUTHORS + +- - - - - - - - - - - - - - - +Commit 9bea652 (2006-04-05 15:11:16 +0000) by Will Buckner +* Forgot to misc/runautotools after copyright updates. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 2fcb723 (2006-04-05 14:49:02 +0000) by Will Buckner +* Fixed incorrect patch author in UPDATES1.6. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 05e6d43 (2006-04-03 17:42:01 +0000) by Jeff Fisher +updated the release date of RC1 + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 298b7a7 (2006-03-29 00:52:53 +0000) by Will Buckner +* Added lordares to AUTHORS. + +doc/AUTHORS + +- - - - - - - - - - - - - - - +Commit 296379e (2006-03-29 00:47:43 +0000) by Will Buckner +* Fixed a typo in authors. Thanks reed. + +doc/AUTHORS + +- - - - - - - - - - - - - - - +Commit f4f2675 (2006-03-28 10:02:38 +0000) by Will Buckner +* Release prep. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit a16280c (2006-03-28 09:09:35 +0000) by Will Buckner +* Added Sven Trenkel to the AUTHORS file :) If anyone else thinks they are + missing, please let me know. + +doc/AUTHORS + +- - - - - - - - - - - - - - - +Commit d49293a (2006-03-28 02:35:52 +0000) by Will Buckner +* Copyright updates. + +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/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/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/wire.mod/wire.c +src/mod/wire.mod/wire.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/userent.c +src/userrec.c +src/users.c +src/users.h +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit 877b009 (2006-03-27 06:48:58 +0000) by Will Buckner +* 2006 copyright updates (finally). + +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/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/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 18463df (2005-12-09 09:29:12 +0000) by Will Buckner +* Ran misc/runautotools and misc/makedepend. + +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 + +- - - - - - - - - - - - - - - +Commit 3d791c2 (2005-12-09 09:24:58 +0000) by Will Buckner +* Fixed a few spelling errors in ./configure. Thanks to shortybsd@EFnet. + +aclocal.m4 +configure.ac +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7bb6477 (2005-12-01 21:51:08 +0000) by Will Buckner +* Fixed a type conversion problem in snprintf.c causing Eggdrop to not +compile on OSF1. * Found by: Joker - Patch by: Wcc + +doc/UPDATES1.6 +src/compat/snprintf.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 67dd901 (2005-11-28 17:23:40 +0000) by Will Buckner +* Small code-formatting fix... was bugging me. + +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ae0af8d (2005-11-17 18:03:49 +0000) by Will Buckner +* 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. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 794e1ca (2005-11-17 17:58:26 +0000) by Will Buckner +* WTF is Max OS? + +doc/UPDATES1.6 +src/botmsg.c +src/flags.c +src/mod/irc.mod/tclirc.c +src/mod/server.mod/server.c +src/patch.h +src/tcl.c +src/tclegg.h +src/tclhash.c +src/users.c + +- - - - - - - - - - - - - - - +Commit b98bdf3 (2005-11-17 05:21:34 +0000) by Tothwolf +* Synchronized working tree tclhash.c with CVS. * Removed redundant +Tcl_SetVar() lastbind that was from a submitted patch. + +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 021a758 (2005-11-15 04:56:04 +0000) by Will Buckner +* Grr; forgot patch.h. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit f521e28 (2005-11-15 04:52:53 +0000) by Will Buckner +* Looks like I forgot to run misc/runautotools. EggCheck to the rescue +again! + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit dcb9b73 (2005-10-21 01:56:34 +0000) by Will Buckner +- Detect NetBSD Tcl in /usr/pkg/lib and /usr/pkg/include. * Found by: mish +- Patch by: Wcc +Thanks mish :) + +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 501bc50 (2005-10-16 00:03:34 +0000) by Will Buckner +* No ' in HTML docs! :) + +doc/html/egg-core.html +doc/html/mod-server.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3f04c3f (2005-09-05 03:38:32 +0000) by Will Buckner +* 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. + +language/core.danish.lang +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fe2acf9 (2005-09-04 18:53:58 +0000) by Will Buckner +- Fixed possibility of referencing a NULL pointer in rembot(). * Patch by: +lordares + +doc/UPDATES1.6 +src/botnet.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a3c253a (2005-09-01 02:23:49 +0000) by Will Buckner +- A couple of cleanups in ctcp_DCC_CHAT(). * Patch by: lordares + +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ffa6894 (2005-08-30 01:52:49 +0000) by Will Buckner +- No need to fill the buffers at the end of the cmd_[de]voice() functions. +* Patch by: lordares + +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 70ad68a (2005-08-29 23:44:33 +0000) by Will Buckner +- Added a missing param cast for dcc_table.timeout. * Patch by: lordares + +doc/UPDATES1.6 +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 75c3939 (2005-08-29 05:16:20 +0000) by Will Buckner +- Fixed a memleak / other nasty stuff when MODES_PER_LINE_MAX != 6. * Patch +by: lordares + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4f7540f (2005-08-29 04:48:19 +0000) by Will Buckner +- Fixed putlog() of an uninitialized (and incorrect) variable in +dcc_telnet_hostresolved(). * Patch by: lordares + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cdbc6e9 (2005-08-29 04:39:25 +0000) by Will Buckner +* Added and ran misc/killwhitespace. + +misc/killwhitespace +src/botcmd.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 +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit cf96815 (2005-08-29 03:51:36 +0000) by Will Buckner +* More doc synching. + +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +help/set/cmds1.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 562e906 (2005-08-29 03:45:41 +0000) by Will Buckner +* Backported a couple of doc changes from 1.7. + +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +help/set/cmds1.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7193a67 (2005-08-20 21:27:31 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/main.c +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dddb091 (2005-08-16 02:11:17 +0000) by Will Buckner +* Ran misc/runautotools. + +config.h.in +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8d1038b (2005-08-16 02:09:58 +0000) by Will Buckner +* dns.mod should work on Mac OS X now. This will get a changelog entry +and stuff once it is a verified fix. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 7e1bac8 (2005-07-31 17:37:29 +0000) by Will Buckner +- Corrected nat-ip setting documentation. * Found by: BarkerJr - Patch by: +Wcc + +doc/UPDATES1.6 +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +help/set/cmds1.help +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7c4d7cc (2005-07-31 07:23:10 +0000) by Will Buckner +Rest of patch... oops. +- Don't allow realname to be blank or whitespace. +* Found by: Jesse M - Patch by: BarkerJr / Wcc + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ecbcecc (2005-07-31 07:01:51 +0000) by Will Buckner +* Fixed previous commit so it won't break scripts. Thanks to lordares. + +eggdrop.conf +src/mod/channels.mod/tclchan.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 004e692 (2005-07-31 06:32:57 +0000) by Will Buckner +- Fixed an error in channel get. You can now, correctly, do a channel get +#channel stopnethack-mode. * Found by: Chris Northwood - Patch by: Wcc + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b945a32 (2005-07-31 02:23:56 +0000) by Will Buckner +- The pushmode command should work properly for bans now. * Patch by: +thommey +TEST ME. + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bc0eb88 (2005-07-31 02:18:36 +0000) by Will Buckner +- Apparently we broke lastbind. * Found by: bUrN - Patch by: thommey + +doc/UPDATES1.6 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 392228b (2005-07-23 22:13:15 +0000) by Will Buckner +- Request topic on channel reset. * Found by: De Kus - Patch by: Darko + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 47d03bf (2005-05-30 22:44:51 +0000) by Will Buckner +* Forgot patch.h... + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8c9934d (2005-05-30 22:43:15 +0000) by Will Buckner +- 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. + +doc/UPDATES1.6 +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit 86bd595 (2005-05-30 22:09:35 +0000) by Will Buckner +- Fixed a socklist leak in net.c. * Fixed by: lordares + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ac2d7b2 (2005-04-16 03:01:05 +0000) by Will Buckner +- Hopefully fixed dns lockups. * Found by: various - Patch by: Sven Trenkel + + +doc/UPDATES1.6 +src/dns.c +src/main.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e5f5130 (2005-02-08 16:30:33 +0000) by Tothwolf +* Who??? Robey, thats who! :P + +README +doc/html/readme.html + +- - - - - - - - - - - - - - - +Commit c2585c4 (2005-02-08 16:13:11 +0000) by Tothwolf +- 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 + +doc/UPDATES1.6 +src/botmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e0b0512 (2005-02-08 06:51:59 +0000) by Tothwolf +- Corrected missing part of the copyright for net.c. + +src/net.c + +- - - - - - - - - - - - - - - +Commit 900b94c (2005-02-08 01:09:56 +0000) by Tothwolf +- Probably should run misc/addpatch... + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4e45805 (2005-02-08 01:08:19 +0000) by Tothwolf +- 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 + +doc/UPDATES1.6 +src/cmds.c +src/cmdt.h +src/dccutil.c +src/main.h +src/mod/filesys.mod/filesys.c +src/proto.h +src/tcl.c +src/tclegg.h +src/tclhash.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit 3991d4f (2005-02-08 00:14:35 +0000) by Tothwolf +- Corrected copyright header for net.c. (I thought I did this years ago +when I did all the others...) + +src/net.c + +- - - - - - - - - - - - - - - +Commit eb24e03 (2005-02-04 14:15:27 +0000) by Tothwolf +- 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 + +doc/UPDATES1.6 +doc/html/mod-server.html +doc/html/tcl-commands.html +doc/settings/mod.server +doc/tcl-commands.doc +eggdrop.conf +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +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/tclegg.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 288cc24 (2005-02-03 18:18:41 +0000) by Tothwolf +* Odd... + +configure + +- - - - - - - - - - - - - - - +Commit 40380bb (2005-02-03 18:13:21 +0000) by Tothwolf +* Regenerated configure script. + +configure + +- - - - - - - - - - - - - - - +Commit 1562cc0 (2005-02-03 18:07:21 +0000) by Tothwolf +- Check for Tcl 8.5 before older versions. * Patch by: Tothwolf + +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 782b0ab (2005-02-03 15:34:21 +0000) by Tothwolf +- 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 + +doc/UPDATES1.6 +src/flags.c +src/misc.c +src/mod/irc.mod/chan.c +src/mod/server.mod/servmsg.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 859564a (2005-02-02 16:53:32 +0000) by Tothwolf +* Don't load compat.tcl by default in example eggdrop.conf. + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit b565efd (2005-02-02 15:32:54 +0000) by Tothwolf +* More documentation corrections. + +doc/html/tcl-commands.html +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit f21c389 (2005-02-02 00:02:29 +0000) by Tothwolf +- Allow wildcard matching and stacking for note binds. (I thought this +was fixed 5 years ago...) * Patch by: Tothwolf + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h +src/tclegg.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 3cb220c (2005-01-28 03:26:20 +0000) by Will Buckner +* A couple more Copyright updates. + +FEATURES +doc/man1/eggdrop.1 +scripts/action.fix.tcl +scripts/ques5.tcl +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b27d2c7 (2005-01-25 18:08:25 +0000) by Will Buckner +- Use CHANMETA to define valid channel prefixes in gotmsg(). * Found by: +zathras3 at hotmail.com - Patch by: Wcc + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 72f5c3e (2005-01-22 07:22:03 +0000) by Will Buckner +- Fix for problems created when loading long user-defined channel setting +names from the channel file. * Patch by: Stream + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 63d5511 (2005-01-20 21:03:37 +0000) by Will Buckner +- Help file update related to sharing. * Patch by: Shawn888, slennox + +doc/UPDATES1.6 +help/cmds2.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit f0657c7 (2005-01-20 20:50:54 +0000) by Will Buckner +* Ran misc/runautotools. + +config.h.in +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit fb71c1d (2005-01-20 20:45:20 +0000) by Will Buckner +- Fix for randint() on Solaris / SunOS. * Patch by: Mikael Hedberg + +aclocal.m4 +doc/UPDATES1.6 +src/main.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5559096 (2005-01-07 02:25:05 +0000) by Tothwolf +* Corrections to MODE binding documentation. + +doc/html/tcl-commands.html +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 7ac8f4c (2005-01-03 20:03:41 +0000) by Alan Cameron +Run misc/runautotools because of changes to aclocal.m4 and configure.ac +files + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 928f482 (2005-01-03 20:01:47 +0000) by Alan Cameron +- Updated Copyright Dates * Patch by: 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/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 +doc/tcl-commands.doc +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/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/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/wire.mod/wire.c +src/mod/wire.mod/wire.h +src/mod/woobie.mod/woobie.c +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 +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit 3788919 (2004-12-11 04:23:46 +0000) by Will Buckner +* Fixed byg 418 (misleading comment). Found by rush at winkey.oompah.org. + +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit b304ace (2004-12-02 23:36:47 +0000) by Will Buckner +- Fixed 3 invalid reads in notes.c. * Patch by: rush at winkey.oompah.org + +doc/UPDATES1.6 +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 504b516 (2004-09-02 22:49:25 +0000) by Will Buckner +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). + +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.conf +misc/newversion +src/mod/server.mod/server.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 208a82b (2004-08-28 06:50:35 +0000) by Will Buckner +* A couple more unused variables and an unused function removed. + +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 + +- - - - - - - - - - - - - - - +Commit af04ee7 (2004-08-28 06:43:23 +0000) by Will Buckner +* 'make depend' works again. Use 'misc/makedepend' to update Makefile +dependencies (Backport 1.7). * Small fix to misc/addpatch by TaKeDa +(Backport 1.7). + +Makefile.in +misc/addpatch +misc/makedepend +src/Makefile.in +src/compat/Makefile.in +src/main.h +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit d461f90 (2004-08-25 06:57:46 +0000) by Will Buckner +* 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. + +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 919e85c (2004-08-24 15:44:13 +0000) by Will Buckner +- Currected a few of the error messages in neterror(). * Found by: Steven +Nikkel - Patch by: Wcc +Bug: 410 + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9517179 (2004-08-24 04:45:25 +0000) by Will Buckner +* Ran autoconf. + +configure + +- - - - - - - - - - - - - - - +Commit 4316b10 (2004-08-24 04:44:47 +0000) by Will Buckner +- Corrected the order of our search paths for Tcl. This should help stop +version mismatches between the headers and libraries. * Patch by: CoderX2 + +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 912a65a (2004-08-24 03:41:04 +0000) by Will Buckner +* Ran autoconf, and made a misc/runautotools to automate updating all of +the configure scripts. + +configure +misc/newversion +misc/runautotools +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 6d0e764 (2004-08-24 02:37:06 +0000) by Will Buckner +* Start of 1.6.18. I added a little script to bump versions when we do a +new release. + +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 +doc/tcl-commands.doc +misc/newversion +src/main.c +src/mod/compress.mod/configure.ac +src/mod/dns.mod/configure.ac +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7db8d7a (2004-08-22 22:33:24 +0000) by Will Buckner +* Ready to release 1.6.17. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 3133ff9 (2004-08-21 22:43:27 +0000) by Will Buckner +* Somehow the IRC module docs got out of sync with the config file. + +doc/html/mod-irc.html +doc/settings/mod.irc +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 100d39e (2004-08-21 00:18:39 +0000) by Will Buckner +* Ran autoconf. + +configure + +- - - - - - - - - - - - - - - +Commit 99e8746 (2004-08-21 00:16:56 +0000) by Will Buckner +* Some doc fixes. + +aclocal.m4 +doc/COMPILE-GUIDE +doc/html/compiling.html +doc/html/index.html + +- - - - - - - - - - - - - - - +Commit 8a55b12 (2004-08-20 07:13:37 +0000) by Will Buckner +* Ran autoconf. + +configure + +- - - - - - - - - - - - - - - +Commit ba07089 (2004-08-20 07:10:40 +0000) by Will Buckner +* 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. + +aclocal.m4 +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 251f80f (2004-08-12 06:49:58 +0000) by Will Buckner +* Small change to misc/releaseprep to remove another empty directory from +the final release. + +misc/releaseprep +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 4f107ff (2004-08-09 04:39:44 +0000) by Will Buckner +* More doc/cosmetic stuff. + +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 + +- - - - - - - - - - - - - - - +Commit 598014b (2004-08-09 03:19:02 +0000) by Will Buckner +* Much needed updates to the man page (its been 4 years!). * Misc doc +stuff.. probably more coming. + +configure +doc/ABOUT +doc/html/patch-howto.html +doc/man1/eggdrop.1 +logs/CONTENTS +scripts/CONTENTS +src/patch.h + +- - - - - - - - - - - - - - - +Commit c440b7d (2004-08-08 18:17:00 +0000) by Will Buckner +* Renamed doc/COMPILING-FAQ to doc/COMPILE-GUIDE (it isn't just an FAQ +now). + +INSTALL +aclocal.m4 +doc/COMPILE-GUIDE +doc/COMPILING-FAQ +doc/CONTENTS +doc/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 569b173 (2004-08-04 19:57:13 +0000) by Will Buckner +* Cosmetic fix to a dprintf() cmd_pls_bot (also reworked it so the entire +body isn't inside an else {}...). Found by BarkerJr. + +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f7bc5ee (2004-08-02 20:24:08 +0000) by Will Buckner +* I thought I nuked this a week ago.. + +misc/releaseprep +src/mod/eggmod.sh + +- - - - - - - - - - - - - - - +Commit e4a7a61 (2004-08-02 20:15:40 +0000) by Will Buckner +* Ok, now... + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit f8e6698 (2004-08-02 20:09:51 +0000) by Will Buckner +* Er. + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit 9c0c967 (2004-08-02 20:08:49 +0000) by Will Buckner +* Small changes to releaseprep to work correctly for RC releases. + +misc/addpatch +misc/releaseprep +src/patch.h + +- - - - - - - - - - - - - - - +Commit c3d86e8 (2004-08-02 19:03:54 +0000) by Will Buckner +* Getting ready for RC1. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 0950131 (2004-08-02 18:50:47 +0000) by Will Buckner +- Added a "stripcodes" Tcl command. See doc/tcl-commands.doc for more +information. * Patch by: BarkerJr +(And some related doc updates...) + +NEWS +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 7ab97b0 (2004-07-31 01:21:53 +0000) by Will Buckner +- Bot idx's should be considered valid to tcl_valididx. * Found by: +SteppenWolf - Patch by: Wcc + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2f7f082 (2004-07-25 22:16:43 +0000) by Will Buckner +* 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.) + +configure + +- - - - - - - - - - - - - - - +Commit cf45073 (2004-07-25 22:15:12 +0000) by Will Buckner +* Always try to detect shared Tcl libraries before static ones. + +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 45afcd7 (2004-07-25 21:37:32 +0000) by Will Buckner +- We now correctly differentiate the +l user flag from the +l bot flag. * +Found by: Joker - Patch by: Wcc, darko`` + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7255b0b (2004-07-25 20:39:01 +0000) by Will Buckner +* Small fix to realname code in got001().. see the comment for details. + +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9cfce1f (2004-07-25 11:18:29 +0000) by Will Buckner +* Ran autoconf. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit cb53c4f (2004-07-25 11:17:35 +0000) by Will Buckner +* 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). + +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/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/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/eggmod.m4 +src/mod/filesys.mod/Makefile +src/mod/irc.mod/Makefile +src/mod/modvals.h +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 +src/modules.c +src/modules.h +src/patch.h +src/tcl.c +src/users.c + +- - - - - - - - - - - - - - - +Commit c851c27 (2004-07-25 03:57:00 +0000) by Will Buckner +* And just when you guys thought there wouldn't be any more 5,000 line doc + commits.. =P + +CONTENTS +FEATURES +INSTALL +README +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/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 +doc/tcl-commands.doc +eggdrop.conf +src/mod/wire.mod/help/wire.help +src/mod/wire.mod/modinfo +src/patch.h +text/CONTENTS + +- - - - - - - - - - - - - - - +Commit adfef10 (2004-07-18 17:54:38 +0000) by Will Buckner +- Don't try to call tcl_notes if the notes module isn't loaded. * Found by: +Chris Northwood - Patch by: lordares + +doc/UPDATES1.6 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 8334a48 (2004-07-05 21:42:39 +0000) by Will Buckner +- Show a more descriptive error message when a listen socket can't be +opened. * Found by: various - Patch by: Wcc + +doc/UPDATES1.6 +src/net.c +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 55f9112 (2004-07-05 07:35:16 +0000) by Will Buckner +- 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 + +doc/UPDATES1.6 +src/botmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b85e4f7 (2004-07-05 05:14:12 +0000) by Will Buckner +- Fixed Tcl encoding issues with .tcl and .set. * Found by: fabulous, +Miguel Ventura - Patch by: CoderX2 +* Added Darko to AUTHORS. + +doc/AUTHORS +doc/UPDATES1.6 +doc/html/authors.html +src/cmds.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit ac06807 (2004-07-05 04:37:34 +0000) by Will Buckner +- Added a set of Finnish language files and a Finnish MOTD. * Patch by: +Mikko Vester + +doc/UPDATES1.6 +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +language/core.finnish.lang +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 +src/patch.h +text/motd.finnish + +- - - - - - - - - - - - - - - +Commit 537d8eb (2004-07-02 21:21:08 +0000) by Will Buckner +- 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`` + +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit efd58dd (2004-07-02 21:02:02 +0000) by Will Buckner +- time_t isn't unsigned, and therefor %lu should not be used as a +conversion specifier. * Patch by: lordares + +doc/UPDATES1.6 +src/dcc.c +src/dns.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 +src/patch.h +src/tcldcc.c +src/tclmisc.c +src/userrec.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 787a14d (2004-07-02 20:48:51 +0000) by Will Buckner +* Fixed a warning in dcc.c (also saves CPU time). Patch by BarkerJr. + +config.h.in +configure +configure.ac +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5dc37e8 (2004-06-27 17:26:51 +0000) by Will Buckner +- Added support for Quakenet channel modes. * Patch by: thommey + +doc/UPDATES1.6 +src/chan.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit dd5ab64 (2004-06-21 05:57:24 +0000) by Will Buckner +- Removed an invalid killsock() in dcc.c * Patch by: lordares + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 29feea0 (2004-06-20 02:28:10 +0000) by Will Buckner +* Small cleanup. + +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 09361d7 (2004-06-17 05:56:20 +0000) by Will Buckner +- Fixed extra spaces being written to chan file. * Patch by: lordares + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f0edd6f (2004-06-17 05:43:29 +0000) by Will Buckner +* Some more build-process stuff. + +Makefile.in +doc/Makefile.in +misc/addpatch +scripts/Makefile.in +src/mod/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8f91d6f (2004-06-16 06:55:16 +0000) by Will Buckner +* Ran autoconf && autoheader. + +config.h.in +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 23a5b2e (2004-06-16 06:53:03 +0000) by Will Buckner +* Grr. + +aclocal.m4 +configure.ac + +- - - - - - - - - - - - - - - +Commit 113d9d0 (2004-06-16 06:47:10 +0000) by Will Buckner +* More autotools stuff. + +aclocal.m4 +configure.ac + +- - - - - - - - - - - - - - - +Commit 9069e83 (2004-06-16 03:45:41 +0000) by stdarg +* Fix to check_delay + +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit 6c53d69 (2004-06-15 07:28:14 +0000) by Will Buckner +* Ran autoconf (/src/mod/dns.mod, /src/mod/compress.mod). * UPDATES1.6 +entry from past commit. + +doc/UPDATES1.6 +src/mod/compress.mod/configure +src/mod/dns.mod/configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9ed5386 (2004-06-15 07:25:51 +0000) by Will Buckner +* Ran autoconf (/). * Modules: configure.in -> configure.ac. + +configure +src/mod/compress.mod/configure.ac +src/mod/compress.mod/configure.in +src/mod/dns.mod/configure.ac +src/mod/dns.mod/configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit c96d59f (2004-06-15 07:20:55 +0000) by Will Buckner +* 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. + +Makefile.in +config.h.in +configure +configure.ac +misc/modconfig +src/mod/compress.mod/.gitignore +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/.gitignore +src/mod/dns.mod/configure +src/mod/dns.mod/configure.in +src/mod/eggautoconf +src/mod/eggmod.m4 +src/mod/filesys.mod/filedb3.h +src/mod/filesys.mod/filesys.c +src/mod/seen.mod/seen.c +src/mod/wire.mod/wire.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ceaf4be (2004-06-14 01:14:08 +0000) by Will Buckner +* Misc. cleanups. + +src/bg.c +src/chanprog.c +src/compat/inet_aton.h +src/eggdrop.h +src/main.c +src/main.h +src/mem.c +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.h +src/mod/filesys.mod/filedb3.h +src/mod/filesys.mod/files.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/uptime.mod/uptime.c +src/mod/wire.mod/wire.c +src/mod/woobie.mod/woobie.c +src/net.c +src/patch.h +src/proto.h +src/tcl.c +src/tclhash.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit f4cbbf0 (2004-06-13 21:02:13 +0000) by Will Buckner +* 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. + +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit adef244 (2004-06-13 17:34:01 +0000) by Will Buckner +* Fix to fixfrom() from cleanups1.6. + +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 94425b3 (2004-06-12 21:00:41 +0000) by Will Buckner +- Op (+o) implies halfop (+l) now. * Patch by: darko`` + +doc/UPDATES1.6 +src/flags.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 00a7847 (2004-06-12 19:54:04 +0000) by Will Buckner +* Part two of Sup's rmspace() optimization. + +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a78fb38 (2004-06-12 01:24:57 +0000) by Will Buckner +- Cleaned up and optimized rmspace() and fixfrom(). * Patch by: Sup + +doc/UPDATES1.6 +src/chanprog.c +src/eggdrop.h +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 6cc5d31 (2004-06-11 19:17:44 +0000) by Will Buckner +* Run autoconf from last commit. + +configure + +- - - - - - - - - - - - - - - +Commit dc5d659 (2004-06-11 19:16:27 +0000) by Will Buckner +* Updated recomended Tcl version to 8.4.6. + +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 698741c (2004-06-11 18:40:59 +0000) by Will Buckner +* 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.... + +doc/COMPILING-FAQ +doc/html/compiling.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit f1e748e (2004-06-11 17:55:49 +0000) by Will Buckner +*** empty log message *** + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 2943743 (2004-06-11 17:46:14 +0000) by Will Buckner +- 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 + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/botcmd.c +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit ba7e335 (2004-06-11 06:06:24 +0000) by Will Buckner +* Couple fixes from that last patch. + +src/botnet.c +src/dccutil.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5b68007 (2004-06-11 05:53:03 +0000) by Will Buckner +- Remove some unneeded casts. * Patch by: darko`` + +doc/UPDATES1.6 +src/botnet.c +src/chanprog.c +src/dccutil.c +src/misc.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 +src/net.c +src/patch.h +src/tcl.c +src/tclhash.c +src/tclmisc.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 86d097d (2004-06-10 20:36:54 +0000) by Will Buckner +- Fixed performance issues with mv/cp when a lot of files are in the file +area. * Found by: fabulous - Patch by: Wingman + +doc/UPDATES1.6 +src/mod/filesys.mod/filedb3.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9461f88 (2004-06-10 20:03:19 +0000) by Will Buckner +- Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, not LB_LIBRARY_PATH. * +Found by: NoPleX - Patch by: Wcc + +doc/COMPILING-FAQ +doc/UPDATES1.6 +doc/html/compiling.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 602f5ea (2004-06-09 17:43:09 +0000) by Will Buckner +* Hmm, how did that happen? Damn middle mouse button. =P + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit a78be9e (2004-06-09 17:34:16 +0000) by Will Buckner +- Fix a possible issue with ident code. * Found by: various - Patch by: +darko`` + +doc/UPDATES1.6 +src/dcc.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 3520cc9 (2004-06-06 00:04:18 +0000) by stdarg +*** empty log message *** + +INSTALL + +- - - - - - - - - - - - - - - +Commit 90b3bfd (2004-06-06 00:03:57 +0000) by stdarg +*** empty log message *** + +INSTALL + +- - - - - - - - - - - - - - - +Commit 04cb3f3 (2004-06-04 17:25:17 +0000) by Will Buckner +-- Small updates from tcl_mkdir patch... + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/filesys.mod/tclfiles.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 985afcd (2004-06-04 16:41:08 +0000) by Will Buckner +- Don't let .tcl mkdir create duplicate filedb entries. * Found by: +fabulous - Patch by: Wingman + +configure +doc/UPDATES1.6 +src/mod/filesys.mod/tclfiles.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 12a0d5e (2004-06-04 14:07:48 +0000) by Will Buckner +- 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. + +aclocal.m4 +config.h.in +configure +configure.ac +doc/UPDATES1.6 +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2481d0e (2004-06-03 14:10:18 +0000) by Will Buckner +* 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. + +aclocal.m4 +configure +help/cmds1.help +help/cmds2.help +src/eggdrop.h +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f6e673d (2004-06-03 03:57:39 +0000) by Will Buckner +Testing. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit cd4c073 (2004-06-03 02:51:59 +0000) by Will Buckner +* Seeing if CVS works right now. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit a7cd9e7 (2004-06-02 06:58:59 +0000) by Will Buckner +* Start of 1.6.17 :) + +configure +configure.ac +doc/COMPILING-FAQ +doc/PATCH-HOWTO +doc/TEXT-SUBSTITUTIONS +doc/UPDATES1.6 +doc/html/app-textsub.html +doc/html/compiling.html +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a53e17b (2004-06-01 00:59:47 +0000) by Will Buckner +* Misc stuff before the release. + +doc/UPDATES1.6 +help/core.help + +- - - - - - - - - - - - - - - +Commit 08ec0f6 (2004-06-01 00:41:24 +0000) by Will Buckner +* Help file stuff. + +help/core.help + +- - - - - - - - - - - - - - - +Commit 034b39e (2004-05-27 06:29:46 +0000) by Will Buckner +* Part 4 of doc stuff.. more will come tomorrow. + +doc/UPDATES1.6 +doc/html/mod-compress.html +doc/settings/mod.compress +eggdrop.conf +help/core.help +src/misc.c +src/mod/compress.mod/help/set/compress.help +src/mod/irc.mod/help/irc.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit a1b092f (2004-05-27 05:33:41 +0000) by Will Buckner +* Fixed a missing alarm call (removed accidentally with IPv6). + +src/mod/wire.mod/wire.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 999d89b (2004-05-27 05:23:41 +0000) by Will Buckner +* Doc stuff part 3. + +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 +eggdrop.conf +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/help/set/transfer.help +src/mod/transfer.mod/help/transfer.help +src/mod/transfer.mod/modinfo +src/mod/uptime.mod/help/uptime.help +src/mod/uptime.mod/modinfo +src/mod/uptime.mod/uptime.c +src/mod/wire.mod/help/wire.help +src/mod/wire.mod/wire.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b951a42 (2004-05-27 04:18:40 +0000) by Will Buckner +* More help/docs. + +doc/MODULES +doc/UPDATES1.6 +doc/html/mod-filesys.html +doc/settings/mod.filesys +doc/settings/mod.notes +eggdrop.conf +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 96cdfee (2004-05-27 01:30:12 +0000) by Will Buckner +* Some help and doc stuff... wanted to go ahead and do a commit, but more +is coming in a few minutes. + +doc/html/mod-irc.html +doc/html/tcl-commands.html +doc/settings/mod.irc +doc/tcl-commands.doc +help/cmds2.help +help/set/cmds1.help +scripts/help/userinfo.help +src/mod/assoc.mod/help/assoc.help +src/mod/assoc.mod/modinfo +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/help/irc.help +src/mod/irc.mod/modinfo +src/mod/server.mod/help/server.help +src/mod/woobie.mod/modinfo +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7258c2b (2004-05-26 00:20:19 +0000) by Will Buckner +- Use high-order bits for random numbers. - Cleaned up and optimized delay +code in share.c. * Patch by: Sup + +doc/UPDATES1.6 +src/dccutil.c +src/main.c +src/main.h +src/misc.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 +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 0da4fca (2004-05-24 19:14:38 +0000) by Will Buckner +* Change Undernet nicklen to 12. + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1c01a03 (2004-05-22 07:57:58 +0000) by Will Buckner +* Fix flags not lining up in .console's help. Found by BarkerJr. + +help/cmds1.help + +- - - - - - - - - - - - - - - +Commit 2e94d9e (2004-05-20 22:39:20 +0000) by Will Buckner +* Fix text sent to the server being terminated with "\x00\x0d\x0a" +instead of just "\x0d\x0a". Patch by Sven Trenkel. + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c1aaf75 (2004-05-20 21:44:10 +0000) by Will Buckner +* Small fix to transfer.mod lang files. Patch by winkey. + +doc/UPDATES1.6 +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/patch.h + +- - - - - - - - - - - - - - - +Commit b252510 (2004-04-30 07:51:08 +0000) by Tothwolf +* Documentation fixes. * Cosmetic fixes for tcl_clearqueue and +tcl_queuesize. + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/server.mod/tclserv.c + +- - - - - - - - - - - - - - - +Commit 13ebd1f (2004-04-13 03:57:51 +0000) by Will Buckner +* Fixed some doc stuff. + +README +doc/BUG-REPORT +doc/html/faqs.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 377564e (2004-04-10 07:49:23 +0000) by stdarg +* Another try at hpux fix + +src/md5/md5c.c + +- - - - - - - - - - - - - - - +Commit dd9df44 (2004-04-10 04:53:42 +0000) by Will Buckner +* More HP stuff. + +aclocal.m4 +configure +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a35b9c9 (2004-04-10 03:52:28 +0000) by stdarg +* Fixed some compile warnings + +src/md5/md5c.c +src/net.c +src/tcl.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 2817336 (2004-04-09 20:16:25 +0000) by Will Buckner +* Small fix to releaseprep... was making ./configure -x. + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit e10d151 (2004-04-09 18:38:04 +0000) by Will Buckner +* Small fix. + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit c850503 (2004-04-09 18:31:37 +0000) by Will Buckner +* More releaseprep changes. + +Makefile.in +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit e00a01b (2004-04-09 18:06:18 +0000) by Will Buckner +* More releaseprep stuff. + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit a009d3a (2004-04-09 18:00:31 +0000) by Will Buckner +* Missing \n in some notes files. Found by dollar. + +doc/UPDATES1.6 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7342b12 (2004-04-09 04:18:07 +0000) by Will Buckner +* Detect Tcl 8.5. Patch by Juvenal. + +configure +configure.ac +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1290af6 (2004-04-09 02:33:19 +0000) by Will Buckner +* Wrote a small release-prep script. + +misc/releaseprep + +- - - - - - - - - - - - - - - +Commit b47d652 (2004-04-08 00:54:40 +0000) by Will Buckner +- Fixed a crash in savechannels/loadchannels. Found by: Stu Jones - Patch +by: TaKeDa + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b1638ce (2004-04-07 13:00:39 +0000) by Will Buckner +* Fixed a crash in putlog() that appears when timestamps are turned off. +Patch by darko``. + +doc/UPDATES1.6 +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d2bbbdd (2004-04-06 07:15:18 +0000) by Will Buckner +* Rewrote isowner(). Patch by Sup. + +doc/UPDATES1.6 +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 446359c (2004-04-06 06:56:38 +0000) by Will Buckner +* Some trim-trailing-space/tab2space stuff. + +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/mod/share.mod/share.c +src/modules.c +src/rfc1459.c +src/tcldcc.c +src/tclhash.c +src/tclmisc.c +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 0a71291 (2004-04-06 06:50:11 +0000) by Will Buckner +* Doc stuff. + +doc/COMPILING-FAQ +doc/UPDATES1.6 +doc/html/compiling.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7552062 (2004-04-05 23:35:20 +0000) by Will Buckner +* Better support for non-standard "op" prefixes (UnrealIRCD, etc.). Patch +by Sven. * More doc updates/etc. + +doc/BUG-REPORT +doc/COMPILING-FAQ +doc/UPDATES1.6 +doc/html/compiling.html +eggdrop.conf +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 6d207c3 (2004-03-14 13:52:29 +0000) by Will Buckner +* Terminate wire_bot[] in wire.mod, fixing a crash. Patch by Bryan Dolan. + +doc/UPDATES1.6 +src/mod/wire.mod/wire.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 827c066 (2004-03-14 13:30:21 +0000) by Will Buckner +* Fixed a segfault in dcc.c. Patch by daimonic. + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3765d8a (2004-02-25 23:08:12 +0000) by stdarg +* rmspace workaround for constant arguments + +src/chanprog.c + +- - - - - - - - - - - - - - - +Commit 6c76e5a (2004-02-14 20:11:08 +0000) by Will Buckner +* Small bugfix to notes.mod. Reported by Danil Boeije. + +doc/UPDATES1.6 +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dfa0f2b (2004-02-10 02:10:50 +0000) by Will Buckner +* Indenting and stuff... + +doc/UPDATES1.6 +src/chanprog.c +src/match.c +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 08d8ee2 (2004-02-10 01:57:13 +0000) by Will Buckner +* Don't always set SHARE_OFFERED status in check_expired_tbufs(). Patch +by: Luca De Roberto, Dania Stolfi, Giuseppe Caulo + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e7b091f (2004-02-06 22:36:28 +0000) by stdarg +* 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 + +src/dcc.c +src/mem.c +src/mod/notes.mod/notes.c + +- - - - - - - - - - - - - - - +Commit 6c9e832 (2004-02-04 02:40:42 +0000) by stdarg +* 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! + +src/chanprog.c +src/match.c +src/mod/server.mod/server.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 7f9391f (2004-02-01 06:13:03 +0000) by Will Buckner +* Cosmetic fixes to notes.mod. Found by: BarkerJr - Patch by: Wcc + +doc/UPDATES1.6 +language/core.danish.lang +language/core.english.lang +src/botnet.c +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 +src/mod/notes.mod/notes.c +src/mod/notes.mod/notes.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 76ed18e (2004-01-20 18:39:37 +0000) by Will Buckner +* Don't check the bot's own user record when looking for a hub/althub to +link to. Found by poptix; patch by lordares. + +doc/UPDATES1.6 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 6f97cbd (2004-01-18 03:57:26 +0000) by Will Buckner +* Small fix from last commit. + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit 1c098f3 (2004-01-18 03:50:21 +0000) by Will Buckner +* More build process stuff. + +aclocal.m4 +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 50f33c7 (2004-01-18 02:11:39 +0000) by Will Buckner +* 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. + +aclocal.m4 +configure +configure.ac +doc/COMPILING-FAQ +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5b3f948 (2004-01-13 10:21:00 +0000) by Will Buckner +* OSF/1 fixes. + +doc/COMPILING-FAQ +doc/html/compiling.html +src/compat/snprintf.c +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4510c56 (2004-01-13 10:04:45 +0000) by Will Buckner +* More build process stuff. + +aclocal.m4 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 712e3e0 (2004-01-13 01:30:26 +0000) by Will Buckner +* Fixes from select_argtypes. * Doc updates. * More small build-process +fixes. * More .cvsignore stuff. + +INSTALL +README +aclocal.m4 +doc/html/egg-core.html +doc/html/install.html +doc/html/readme.html +doc/html/tcl-commands.html +doc/settings/core.settings +doc/tcl-commands.doc +eggdrop.conf +help/set/cmds1.help +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 327fdc6 (2004-01-12 07:49:17 +0000) by Will Buckner +* 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. + +aclocal.m4 +config.h.in +configure +configure.ac +src/compat/inet_aton.h +src/modules.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f36f9e1 (2004-01-10 18:53:28 +0000) by Will Buckner +* .cvsignores + +doc/.gitignore +scripts/.gitignore +src/.gitignore +src/compat/.gitignore +src/md5/.gitignore +src/mod/.gitignore +src/mod/compress.mod/.gitignore +src/mod/dns.mod/.gitignore + +- - - - - - - - - - - - - - - +Commit be4573e (2004-01-10 08:41:38 +0000) by Will Buckner +* Fixes from server_crlf. * Add space between Banned: and kick reason. +Found by reed. + +language/core.danish.lang +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2ecf3ed (2004-01-09 12:23:59 +0000) by Will Buckner +* Oops. + +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 0151ebb (2004-01-09 12:07:23 +0000) by Will Buckner +* Make sure we append \r\n to irc messages. + +src/misc.c +src/mod/module.h +src/mod/server.mod/server.c +src/modules.c +src/net.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 2b99a8c (2004-01-09 09:48:33 +0000) by Tothwolf +*** empty log message *** + +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit d62e2c4 (2004-01-09 08:23:53 +0000) by Will Buckner +* A few server-queuing fixes.. this might fix bug 379; please test. + +eggdrop.conf +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3884e5f (2004-01-09 05:56:39 +0000) by Will Buckner +* Yay, 2004 copyright. That sucked.. I need to write a script to do that... +*pops knuckles and stretches*. + +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/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 +doc/tcl-commands.doc +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/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/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/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/eggautoconf +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/wire.mod/wire.c +src/mod/wire.mod/wire.h +src/mod/woobie.mod/woobie.c +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 +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit 4eedc66 (2004-01-09 02:01:44 +0000) by Will Buckner +* configure.in -> configure.ac + +CONTENTS +config.h.in +configure +configure.ac +configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1e0c3c4 (2004-01-09 01:52:44 +0000) by Will Buckner +* Er.. + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit 0cf2d18 (2004-01-09 01:50:22 +0000) by Will Buckner +* Fixes. + +configure +configure.in +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 62cdf4c (2004-01-09 01:36:38 +0000) by Will Buckner +* Fixes/updates for newer autoconf versions. This should fix the +permissions errors. * Removed --disable-cc-optimization. + +acconfig.h +aclocal.m4 +config.h.in +configure +configure.in +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 296cdcf (2004-01-06 10:34:16 +0000) by Will Buckner +* Autoconf 2.59. * Mac OS X fixes. * Fixes from previous msg_status() +changes. + +aclocal.m4 +config.h.in +configure +configure.in +doc/UPDATES1.6 +src/eggdrop.h +src/mod/compress.mod/compress.c +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fe250fc (2003-12-27 10:55:11 +0000) by Tothwolf +* Added matchbotattrany * Optimized ordnumber * More minor changes + +scripts/alltools.tcl + +- - - - - - - - - - - - - - - +Commit 295f5c9 (2003-12-23 22:13:44 +0000) by Will Buckner +* Truncate passwords at 30 chars instead of 15. Found by ting. Patch by +Paladin. + +doc/UPDATES1.6 +src/patch.h +src/userent.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 20be0eb (2003-12-20 22:29:51 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/main.c +src/mod/blowfish.mod/modinfo +src/mod/dns.mod/configure +src/mod/dns.mod/configure.in +src/mod/irc.mod/tclirc.c +src/modules.c + +- - - - - - - - - - - - - - - +Commit 0f59a52 (2003-12-15 06:18:52 +0000) by Tothwolf +* Sanity check for EGG_PROG_HEAD_1 autoconf macro. + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit beb57ec (2003-12-14 06:44:25 +0000) by Will Buckner +* Indenting, UPDATES1.6... + +doc/UPDATES1.6 +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit 5859f7b (2003-12-14 06:26:11 +0000) by stdarg +* leftover putlog + +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit c7d0b33 (2003-12-14 06:08:15 +0000) by stdarg +* Check for multiple sources in mv when moving onto a single dest file. I +think. + +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f210695 (2003-12-14 06:04:16 +0000) by Will Buckner +* man1 updates. + +doc/man1/eggdrop.1 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 28745b8 (2003-12-14 05:17:16 +0000) by Will Buckner +* Grr. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 805e0d1 (2003-12-14 04:31:02 +0000) by Will Buckner +* Ha. + +src/cmds.c + +- - - - - - - - - - - - - - - +Commit d232dcd (2003-12-14 04:24:02 +0000) by Will Buckner +* Allow any user to .whois their own handle. Found by zeveroar at +phreaker dot net (ZeveRoaRe RoeLt). + +doc/UPDATES1.6 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 3a34714 (2003-12-13 22:06:08 +0000) by Will Buckner +* Added a new EVNT type, "userfile-loaded", which is called after the bot's + userfile has been loaded. Patch by darko``. Found by wanderer. + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/chanprog.c +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 404b534 (2003-12-13 19:18:50 +0000) by Will Buckner +* Small fix. + +src/mod/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit f792ee9 (2003-12-12 00:06:04 +0000) by Will Buckner +* Fixed a few places where chan->name was being used instead of +chan->dname. Found by wanderer. + +doc/UPDATES1.6 +src/botcmd.c +src/chan.h +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 28ab99b (2003-12-11 23:37:44 +0000) by Will Buckner +* hand2idx works for bots now. Found by BarkerJr. + +doc/UPDATES1.6 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 0231bc2 (2003-12-11 03:56:39 +0000) by Will Buckner +* .stick/.unstick now works for channel masks. Patch by Sven +Trenkel. + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 769993c (2003-12-11 01:30:20 +0000) by Will Buckner +* Properly escape IPv6 masks in write_exempts() and write_invites(). Patch + by TaKeDa. + +doc/UPDATES1.6 +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 642f6ea (2003-12-11 01:23:51 +0000) by Will Buckner +* Docs. + +CONTENTS +FEATURES +INSTALL +NEWS +README +doc/html/readme.html + +- - - - - - - - - - - - - - - +Commit 4e34bf9 (2003-12-11 00:37:00 +0000) by Will Buckner +* Works now; WEIRD. My tree must have been desynched. + +src/mod/channels.mod/userchan.c + +- - - - - - - - - - - - - - - +Commit 7d74962 (2003-12-11 00:31:28 +0000) by Will Buckner +* Doc updates. * Testing stick stuff. + +doc/FIRST-SCRIPT +doc/PATCH-HOWTO +src/mod/channels.mod/userchan.c + +- - - - - - - - - - - - - - - +Commit 5901d69 (2003-12-10 19:37:27 +0000) by Will Buckner +* Small fix from num_delmask. + +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6e5d7fd (2003-12-10 19:04:50 +0000) by Will Buckner +* More build updates. + +Makefile.in +misc/modconfig +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4e211d9 (2003-12-10 05:21:22 +0000) by Tothwolf +* Fix for nonworking 'head -1' in GNU Coreutils 5.0. + +aclocal.m4 +configure +configure.in +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit add3f04 (2003-12-10 01:37:13 +0000) by Tothwolf +* Properly declare dcc_telnet_got_ident as static. + +src/dcc.c + +- - - - - - - - - - - - - - - +Commit 4cd502f (2003-12-09 22:22:20 +0000) by Will Buckner +* Forgot patch.h. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit acc50d8 (2003-12-09 22:21:47 +0000) by Will Buckner +* Cosmetic updates to the build process. * ctype.h is*() functions are +apparently unsafe unless recasted. * Found by Teemu Hjelt. + +Makefile.in +doc/Makefile.in +doc/UPDATES1.6 +misc/modconfig +scripts/Makefile.in +src/Makefile.in +src/compat/inet_aton.c +src/compat/snprintf.c +src/dcc.c +src/eggdrop.h +src/misc.c +src/mod/Makefile.in +src/mod/compress.mod/configure +src/mod/dns.mod/configure +src/mod/eggmod.m4 + +- - - - - - - - - - - - - - - +Commit 2ff3eae (2003-12-09 00:51:12 +0000) by Will Buckner +* Small fix. + +doc/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit eae84a5 (2003-12-09 00:42:43 +0000) by Will Buckner +* Fixes from last commit. + +PATCH-HOWTO +doc/PATCH-HOWTO +doc/TRICKS + +- - - - - - - - - - - - - - - +Commit 320261d (2003-12-09 00:27:13 +0000) by Will Buckner +* 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*. + +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/html/app-tricks.html +doc/patch.howto +doc/tcl-commands.doc +doc/text-substitutions.doc +doc/tricks +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4d6a35d (2003-12-07 21:49:17 +0000) by Will Buckner +* Bans, exempts, and invites starting with numbers can now be removed, +stuck, and unstuck. Found by BarkerJr. + +doc/UPDATES1.6 +src/misc.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/userchan.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 1d3734f (2003-12-04 05:57:10 +0000) by Will Buckner +* Fixed head -1 problem. + +aclocal.m4 +configure +src/patch.h +text/CONTENTS + +- - - - - - - - - - - - - - - +Commit 1c61f93 (2003-12-02 00:37:34 +0000) by Will Buckner +* Fixed the very very horrible handling of arguments by tcl_dnslookup(). +Found by wanderer. Patch by KuNgFo0 and Wcc. + +doc/UPDATES1.6 +src/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e063296 (2003-12-02 00:10:47 +0000) by Will Buckner +* Reverted head.diff. + +aclocal.m4 +configure +doc/UPDATES1.6 +misc/config.guess +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7a9ea29 (2003-12-01 03:19:37 +0000) by Will Buckner +* Changed head -1 to head -n 1. Patch by guppy. Found by ali3n. + +aclocal.m4 +configure +doc/UPDATES1.6 +misc/config.guess +src/patch.h + +- - - - - - - - - - - - - - - +Commit 01f2b06 (2003-12-01 03:02:59 +0000) by Will Buckner +* Effing editor. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 052cb99 (2003-12-01 02:54:17 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8017596 (2003-11-30 21:42:07 +0000) by Matthew Hallacy +Added a space. + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit b4a88e0 (2003-11-30 21:39:30 +0000) by Will Buckner +* More help/doc updates. + +doc/UPDATES1.6 +doc/html/mod-share.html +doc/settings/mod.share +eggdrop.conf +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/set/share.help +src/mod/share.mod/help/share.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit e8471a6 (2003-11-27 07:09:28 +0000) by Will Buckner +* More cosmetics... + +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c2b4f99 (2003-11-27 06:15:06 +0000) by Will Buckner +* Fixes from last commit. + +src/mod/irc.mod/irc.c +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0812ab5 (2003-11-27 05:48:12 +0000) by Will Buckner +* Small fix from last commit. + +src/mod/irc.mod/msgcmds.c + +- - - - - - - - - - - - - - - +Commit f7dd585 (2003-11-27 05:45:06 +0000) by Will Buckner +* Continued. + +src/chanprog.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 486e881 (2003-11-27 05:17:02 +0000) by Will Buckner +* No point in exporting the var for this really. + +src/mod/irc.mod/msgcmds.c + +- - - - - - - - - - - - - - - +Commit 8c25b43 (2003-11-27 05:10:30 +0000) by Will Buckner +* Msg commands cosmetic cleanups. * More status cleanups. * Fixed a buffer +overrun in msg_status(). + +language/core.english.lang +src/chanprog.c +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7cf0b28 (2003-11-27 03:25:10 +0000) by Will Buckner +* Cosmetic fixes to .status. + +doc/UPDATES1.6 +src/chanprog.c +src/mod/irc.mod/irc.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 979283d (2003-11-27 03:20:24 +0000) by Will Buckner +* Cosmetic fixes to .who. + +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 + +- - - - - - - - - - - - - - - +Commit 5a0036b (2003-11-27 02:44:12 +0000) by Will Buckner +* Round 2. + +README +doc/html/app-textsub.html +doc/html/faqs.html +doc/text-substitutions.doc +help/cmds1.help +help/cmds2.help +help/core.help +src/dcc.c +src/eggdrop.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7eae45a (2003-11-27 01:07:46 +0000) by Will Buckner +* More doc and help file cleanups. More coming. + +doc/BOTNET +doc/BUG-REPORT +doc/html/botnet.html +doc/tricks +help/cmds1.help +help/cmds2.help +language/core.danish.lang +language/core.english.lang +language/core.french.lang +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8d478c2 (2003-11-26 16:01:10 +0000) by Will Buckner +* Fixed a getdesc segfault when a file has no description. Patch by dw. +Found by R. Ramos. + +doc/UPDATES1.6 +src/mod/filesys.mod/filedb3.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8fbfbde (2003-11-23 16:10:09 +0000) by Will Buckner +* Small typo fix. + +doc/compiling.FAQ +doc/html/compiling.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit f84c9ab (2003-11-01 23:26:58 +0000) by Will Buckner +* 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 + +NEWS +acconfig.h +aclocal.m4 +config.h.in +configure +configure.in +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 +eggdrop.conf +src/Makefile.in +src/botnet.c +src/cmds.c +src/compat/Makefile.in +src/compat/compat.h +src/compat/inet_ntop.c +src/compat/inet_ntop.h +src/dcc.c +src/eggdrop.h +src/main.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/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/module.h +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 +src/modules.c +src/net.c +src/patch.h +src/proto.h +src/tcl.c +src/tcldcc.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit ee70420 (2003-11-01 20:04:32 +0000) by Will Buckner +* 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" + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d7ec1cb (2003-11-01 20:00:31 +0000) by Will Buckner +* .chanset accepts '*'; reflect in the docs. Patch by Johoho. + +doc/UPDATES1.6 +src/mod/channels.mod/help/channels.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit d278b8a (2003-10-04 00:53:50 +0000) by Will Buckner +* 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? + +doc/UPDATES1.6 +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 1741336 (2003-08-21 02:02:50 +0000) by Tothwolf +*** empty log message *** + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 3625956 (2003-08-20 06:56:25 +0000) by Will Buckner +* Forgot UPDATES. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit f257775 (2003-08-20 04:52:14 +0000) by Will Buckner +* Patch by Sven Trenkel: * Fixed '.-ban number #channel' bug (bug 348). + * Found by R. Brooklyn. * Small fixes to fakemode-kick code. + +src/mod/channels.mod/cmdschan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6030c8a (2003-08-18 18:37:58 +0000) by Tothwolf +*** empty log message *** + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 4e0b18a (2003-08-18 03:27:06 +0000) by Will Buckner +* Made appropriate changes to accommodate for EFnet's implementation of +exempts and invites. + +doc/UPDATES1.6 +doc/html/mod-irc.html +doc/html/mod-server.html +doc/settings/mod.irc +doc/settings/mod.server +eggdrop.conf +src/mod/irc.mod/irc.c +src/mod/server.mod/help/set/server.help +src/mod/server.mod/server.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 426453f (2003-08-16 23:22:32 +0000) by Will Buckner +* Missing UPDATES entries; grr :P. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit a9ca497 (2003-08-16 21:26:57 +0000) by Will Buckner +* Updates to help for +host. Found by MC_8. Patch by BarkerJr. This +resolves bug 357. + +help/cmds1.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0f7e2d3 (2003-08-16 21:20:12 +0000) by Will Buckner +* Bind documentation updates. Found by |SmAsH|. + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8a2dd01 (2003-08-16 20:12:36 +0000) by Will Buckner +* Exported strip_mirc_codes() and check_ansi(). This closes bug 361. Found + by BarkerJr. + +doc/UPDATES1.6 +src/dcc.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 8dacef2 (2003-08-16 16:41:01 +0000) by stdarg +* H_notc used wrong handler. Fixed by PaulE@Blueyonder.co.uk + +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 1810de0 (2003-08-06 18:17:56 +0000) by stdarg +* Check to make sure file we want to send exists; found by fabulous at +brasnet.org + +src/mod/transfer.mod/transfer.c + +- - - - - - - - - - - - - - - +Commit 65b0ea3 (2003-07-31 02:50:20 +0000) by Tothwolf +Removed unnecessary quiet_reject checks in msg_ident() that have been +present since 1.3.0+bel17. + +src/mod/irc.mod/msgcmds.c + +- - - - - - - - - - - - - - - +Commit fd2d886 (2003-07-01 04:36:26 +0000) by Will Buckner +* Fix to MD5 function exporting. Patch by Paladin. + +src/main.c +src/mod/module.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 20001e7 (2003-06-10 19:05:37 +0000) by Will Buckner +* Autoconf 2.57 has problems on FreeBSD; reverting to autoconf 2.54. + +config.h.in +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0296ab8 (2003-06-10 15:16:08 +0000) by stdarg +* 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? + +acconfig.h +aclocal.m4 +config.h.in +configure +src/main.c + +- - - - - - - - - - - - - - - +Commit e340721 (2003-06-10 04:27:19 +0000) by stdarg +* Removed stripping, added --enable-strip option to configure. Needs +testing since I don't know much about autoconf! + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit e41dbd9 (2003-06-09 01:49:10 +0000) by Will Buckner +* Small fix to n_realloc(). Patch by Timothy Barbeisch. + +doc/UPDATES1.6 +src/mem.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3ca4c5e (2003-05-14 05:27:48 +0000) by stdarg +* Another missing sys/types.h? + +src/compat/inet_ntop.h + +- - - - - - - - - - - - - - - +Commit a609564 (2003-05-13 20:06:49 +0000) by Will Buckner +* Tcl commands doc update by PPSlim. + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8f771e0 (2003-05-12 23:57:51 +0000) by Will Buckner +* Updates to addpatch script. * Added a sanity check to previous patch. + +misc/addpatch +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit c08c06a (2003-05-11 23:53:24 +0000) by Will Buckner +* Fixed output of tcl_duration to not return extra spaces. Found by +Wanderer. + +doc/UPDATES1.6 +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 93961fa (2003-05-08 01:51:39 +0000) by stdarg +* .topic command works for halfops too + +src/mod/irc.mod/cmdsirc.c + +- - - - - - - - - - - - - - - +Commit 3ab2ad5 (2003-05-08 00:20:09 +0000) by stdarg +* Fix .voice/.devoice logic + +src/mod/irc.mod/cmdsirc.c + +- - - - - - - - - - - - - - - +Commit d68811f (2003-05-07 23:05:08 +0000) by Will Buckner +* More inet_ntop() fixes. + +aclocal.m4 +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8bef1a7 (2003-05-07 20:41:32 +0000) by Will Buckner +* More socklen_t fixes. + +aclocal.m4 +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 12e24a6 (2003-05-07 04:57:04 +0000) by Will Buckner +* Indenting. + +src/compat/inet_ntop.c + +- - - - - - - - - - - - - - - +Commit 716dcaa (2003-05-07 04:46:18 +0000) by Will Buckner +* Ran autoconf 2.54. + +configure + +- - - - - - - - - - - - - - - +Commit 907fd95 (2003-05-07 04:45:10 +0000) by Will Buckner +* Don't compile inet_ntop compatability code unless USE_IPV6 is defined. * +typedef socklen_t to int if non-existant. + +acconfig.h +aclocal.m4 +config.h.in +configure.in +doc/UPDATES1.6 +src/compat/inet_ntop.c +src/compat/inet_ntop.h +src/eggdrop.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c0f656d (2003-05-07 00:23:25 +0000) by Will Buckner +* IPv6 documentation updates. + +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 061878b (2003-05-05 00:49:44 +0000) by Will Buckner +* Fixed an uninitialized variable in putlog(). Patch by TaKeDa. + +doc/UPDATES1.6 +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 55520fa (2003-05-05 00:22:31 +0000) by Will Buckner +* Start of 1.6.16. + +doc/UPDATES1.6 +doc/html/app-textsub.html +doc/html/tcl-commands.html +doc/patch.howto +doc/tcl-commands.doc +doc/text-substitutions.doc +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cc48304 (2003-05-04 22:04:32 +0000) by Will Buckner +* Here comes 1.6.15 :/. + +doc/UPDATES1.6 +doc/html/app-textsub.html +doc/html/tcl-commands.html +doc/patch.howto +doc/tcl-commands.doc +doc/text-substitutions.doc +language/core.english.lang +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 46397af (2003-05-04 20:13:58 +0000) by Will Buckner +* Added UPDATES entry for IPv6 support. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 37e2b65 (2003-05-03 04:36:38 +0000) by Will Buckner +* Fixed bug 302. Patch by TaKeDa. Found by eviler. + +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a543bd7 (2003-04-30 03:47:46 +0000) by Will Buckner +* IPv6 fixes. + +src/misc.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8092b5b (2003-04-17 08:29:07 +0000) by stdarg +* Fixed logfile suffix stray message bug. + +src/misc.c + +- - - - - - - - - - - - - - - +Commit 1c8ab12 (2003-04-17 05:09:32 +0000) by Will Buckner +* Addpatch compatability. + +misc/addpatch +src/patch.h + +- - - - - - - - - - - - - - - +Commit 87ab27f (2003-04-17 04:52:48 +0000) by Will Buckner +* Another IPv6 ifdef fix. + +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1ae5f6f (2003-04-17 04:38:33 +0000) by Will Buckner +* IPv6 doc updates. * More IPv6 fixes. * Misc. doc updates. + +CONTENTS +NEWS +doc/CONTENTS +doc/IPV6 +doc/KNOWN-PROBLEMS +doc/MODULES +doc/compiling.FAQ +doc/html/egg-core.html +doc/html/ipv6.html +doc/html/news.html +doc/html/tcl-commands.html +doc/patch.howto +doc/settings/CONTENTS +doc/settings/core.settings +eggdrop.conf +src/cmds.c +src/net.c +src/patch.h +src/tcl.c +text/CONTENTS + +- - - - - - - - - - - - - - - +Commit 690dcf0 (2003-04-17 01:55:57 +0000) by Will Buckner +* IPv6 indenting. * Misc IPv6 fixes. + +src/botnet.c +src/cmds.c +src/dcc.c +src/eggdrop.h +src/main.c +src/main.h +src/mod/dns.mod/dns.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 + +- - - - - - - - - - - - - - - +Commit 20ce67d (2003-04-16 21:53:33 +0000) by Will Buckner +* Updates to addpatch. + +misc/addpatch +src/patch.h + +- - - - - - - - - - - - - - - +Commit aa02e26 (2003-04-16 21:25:16 +0000) by Will Buckner +* Fixed uninitialized x->port. Patch by Matyas Koszik. + +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8f4e79c (2003-04-16 01:03:04 +0000) by Jeff Fisher +couple of small things in cmd_resolve.tcl + +scripts/cmd_resolve.tcl + +- - - - - - - - - - - - - - - +Commit 3da15d0 (2003-04-15 17:41:57 +0000) by Jeff Fisher +oops, apparently -20 never did anything + +scripts/autobotchk + +- - - - - - - - - - - - - - - +Commit 0f4b226 (2003-04-15 17:37:33 +0000) by Jeff Fisher +fixed a few autobotchk things + +doc/UPDATES1.6 +scripts/autobotchk + +- - - - - - - - - - - - - - - +Commit 74359f0 (2003-04-02 21:16:22 +0000) by Will Buckner +* Fixed an IPv6 typo. + +src/compat/inet_ntop.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f855925 (2003-04-01 22:58:41 +0000) by Will Buckner +* patch.h + +src/patch.h + +- - - - - - - - - - - - - - - +Commit f9ea062 (2003-04-01 22:58:08 +0000) by Will Buckner +* Forgot cvs add last night. + +src/compat/inet_ntop.c +src/compat/inet_ntop.h + +- - - - - - - - - - - - - - - +Commit 0121fdf (2003-04-01 05:33:41 +0000) by Will Buckner +* Added the IPv6 patch to CVS. This is not 100% complete yet. Please test +and improve! :P + +acconfig.h +aclocal.m4 +config.h.in +configure +configure.in +src/Makefile.in +src/botnet.c +src/cmds.c +src/compat/Makefile.in +src/compat/compat.h +src/compat/inet_aton.c +src/dcc.c +src/eggdrop.h +src/main.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/dns.mod/configure +src/mod/dns.mod/configure.in +src/mod/dns.mod/dns.c +src/mod/eggautoconf +src/mod/filesys.mod/Makefile +src/mod/filesys.mod/filesys.c +src/mod/irc.mod/Makefile +src/mod/module.h +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 +src/modules.c +src/net.c +src/proto.h +src/tcl.c +src/tcldcc.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 85c3058 (2003-03-31 12:03:56 +0000) by Will Buckner +* Fixed the logic of .fixcodes. Patch by PPSlim. + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ff115d9 (2003-03-31 12:01:07 +0000) by Will Buckner +* Added a missing cast in tcl_rand. Patch by KuNgFo0. + +doc/UPDATES1.6 +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit d51d997 (2003-03-26 00:19:30 +0000) by Will Buckner +* Fixed getops timer handling. Patch by PPSlim. + +doc/UPDATES1.6 +scripts/getops.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit e4f8090 (2003-03-24 07:29:20 +0000) by Will Buckner +* Documented a problem I came accross on AIX... + +doc/compiling.FAQ +doc/html/compiling.html + +- - - - - - - - - - - - - - - +Commit c6ce0bb (2003-03-24 05:47:07 +0000) by Will Buckner +* Fixed access checking in -ban, -exempt, and -invite. + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8c1128f (2003-03-24 02:48:01 +0000) by Will Buckner +* 8.4 fixes. + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f808a4e (2003-03-24 02:46:42 +0000) by Will Buckner +* Tcl 8.4 fixes from stdarg's patch. + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2128539 (2003-03-24 02:18:06 +0000) by Will Buckner +* GRRRRR.... + +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit 9c445c0 (2003-03-24 01:52:24 +0000) by Will Buckner +* Indenting and patch.h from last commit. + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3a864a0 (2003-03-24 01:36:34 +0000) by stdarg +* Added string support to "channel get" -- it was left out of the +back-port. + +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit 193db09 (2003-03-24 00:00:10 +0000) by Will Buckner +* Fixed a Tcl_Merge memleak. Patch by TaKeDa. + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7c47f71 (2003-03-21 22:56:29 +0000) by Will Buckner +* One more danish language fix. + +src/mod/transfer.mod/language/transfer.danish.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit d119507 (2003-03-20 00:10:26 +0000) by Will Buckner +* Previous patch screwed up Id tags. + +src/mod/assoc.mod/language/assoc.danish.lang +src/mod/console.mod/language/console.danish.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3a522ad (2003-03-20 00:04:48 +0000) by Will Buckner +* A couple of Danish language fixes. Patch by TheAvatar. + +language/core.danish.lang +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit b113cd9 (2003-03-19 23:44:49 +0000) by Will Buckner +* Fixed a memleak in the channels module. Patch by Eule. + +src/mod/channels.mod/channels.c +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 541b8a7 (2003-03-19 23:05:31 +0000) by Will Buckner +* Removing and adding eggdrop.conf (doesn't show up in cvsweb). + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 4db9cab (2003-03-19 23:04:54 +0000) by Will Buckner +* Removing and adding eggdrop.conf (doesn't show up in cvsweb). + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 3b7feb1 (2003-03-19 00:13:22 +0000) by Will Buckner +* Removed an unused variable from last commit. + +src/mod/irc.mod/cmdsirc.c + +- - - - - - - - - - - - - - - +Commit 4199ab4 (2003-03-18 21:23:08 +0000) by Will Buckner +* Logic fixes to the has_flags-get_channel changes. Found by Eule. + +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 99fc045 (2003-03-16 21:41:29 +0000) by Will Buckner +* Fixed a crash related to the cd command in filesys.mod. Patch by Matyas +Koszik. + +doc/UPDATES1.6 +doc/patch.howto +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0f85159 (2003-03-16 05:04:33 +0000) by Will Buckner +* Channel keys are now handled correctly in flush_mode(). Patch by Eule. + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 824aa33 (2003-03-16 05:01:21 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 27a4784 (2003-03-16 04:49:14 +0000) by Will Buckner +* Only show real-name of current server. Found by Paladin. + +src/mod/server.mod/cmdsserv.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c34fe0f (2003-03-13 01:05:56 +0000) by Will Buckner +* Reverted identd-safety. + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ce1bfa7 (2003-03-13 00:55:18 +0000) by Will Buckner +* Added a few safety checks to dcc_ident(). + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7cddc9b (2003-03-12 08:42:00 +0000) by Will Buckner +* Fixed two more AlphaLinux warnings. + +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f193d2d (2003-03-11 06:12:42 +0000) by Will Buckner +* Small indenting fixes from last commit. + +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1c1e06b (2003-03-11 01:41:34 +0000) by Will Buckner +* enable-simul compat var should be set to 1. + +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit c68f1c4 (2003-03-11 01:22:25 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +language/core.danish.lang +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/lang.h +src/mod/channels.mod/userchan.c +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 990d00c (2003-03-10 06:06:29 +0000) by Will Buckner +* Script compatability for recently removed config file variables. + +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit dbd5f2b (2003-03-10 05:57:10 +0000) by Will Buckner +Patch by Sven Trenkel: * -ban now works for channel bans. * +-ban now removes the ban from the channel. + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4f4402b (2003-03-10 05:33:14 +0000) by Will Buckner +* Fixed another off-by-one error in u_del[ban/exempt/invite]. Found by +BarkerJr. + +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 13d1f5b (2003-03-10 05:26:41 +0000) by Will Buckner +* Doc updates. * Fixed indenting from handshakefix. + +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 + +- - - - - - - - - - - - - - - +Commit 8788a97 (2003-03-08 07:47:23 +0000) by Will Buckner +* Fixed the order of the bot command table. *HIDES IN CORNER* + +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 74c01ba (2003-03-08 04:29:44 +0000) by Will Buckner +* Cleaned up the output of .status (mainly .status all). + +doc/UPDATES1.6 +language/core.danish.lang +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/chanprog.c +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/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/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/mod/uptime.mod/uptime.c +src/mod/wire.mod/wire.c +src/mod/woobie.mod/woobie.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2c802ed (2003-03-07 21:32:52 +0000) by Will Buckner +* Danish language files were in PC format. * Fixed other small file +formatting/Id tag issues. + +language/core.danish.lang +language/core.english.lang +language/core.french.lang +language/core.german.lang +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7a4515b (2003-03-07 12:38:04 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/mod/transfer.mod/language/transfer.danish.lang +src/mod/transfer.mod/language/transfer.english.lang +src/mod/transfer.mod/language/transfer.german.lang +src/mod/transfer.mod/transfer.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 72eea74 (2003-03-07 07:02:17 +0000) by Will Buckner +* Show a meaningful error message when an invalid channel is added with +cmd_pls_chan(). + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 108f12b (2003-03-07 06:42:33 +0000) by Will Buckner +* A french entry was missing in transfer.mod's language files. Translation + by caesar. + +src/mod/transfer.mod/language/transfer.french.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1dc0757 (2003-03-07 04:40:46 +0000) by Will Buckner +* Woops, realservername's memory should be calculated outside of the +serverlist loop. + +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cba0528 (2003-03-07 03:36:10 +0000) by Will Buckner +* Memory calculation for realservername should be done in server_expmem() +instead of msgq_expmem(). + +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bbd2cd0 (2003-03-07 03:27:57 +0000) by stdarg +* minor realservername fixes + +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit a365ffc (2003-03-06 05:19:50 +0000) by Will Buckner +* compat.h needs to be included in md5c.c. + +src/md5/md5c.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bc9e55b (2003-03-06 03:49:41 +0000) by Will Buckner +* We weren't using the compat functions for memcpy() and memset() in some +places. + +doc/UPDATES1.6 +src/md5/md5c.c +src/mod/transfer.mod/transferfstat.c +src/mod/uptime.mod/uptime.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit b35a6f7 (2003-03-06 03:35:59 +0000) by Will Buckner +* src/md5/ should not have been indented. + +src/md5/md5.h +src/md5/md5c.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 123dfed (2003-03-05 04:32:25 +0000) by Will Buckner +* Reverted C99 snprintf() stuff for now. This patch needed further testing + before commit. It is creating many header conflicts, etc. + +acconfig.h +aclocal.m4 +config.h.in +configure +configure.in +doc/BUG-REPORT +src/compat/snprintf.c +src/compat/snprintf.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit f0792eb (2003-03-05 03:24:34 +0000) by stdarg +* Get rid of HAVE_CTYPE_H check since we don't check for it in configure + +src/compat/snprintf.c + +- - - - - - - - - - - - - - - +Commit 5a8f641 (2003-03-05 03:15:36 +0000) by stdarg +* compat code should not include main.h, since that pulls in nmalloc +"enforcement" + +src/compat/snprintf.c + +- - - - - - - - - - - - - - - +Commit 36163ee (2003-03-05 02:39:45 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7506ef2 (2003-03-05 02:09:14 +0000) by Will Buckner +* Updates to doc/MODULES. * Cosmetic updates to misc/addpatch. + +doc/MODULES +misc/addpatch +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9e5ec86 (2003-03-04 22:14:03 +0000) by Will Buckner +* Backported C99 snprintf() checking. Patch by Tothwolf. + +acconfig.h +aclocal.m4 +config.h.in +configure +configure.in +src/compat/snprintf.c +src/compat/snprintf.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit d740224 (2003-03-04 14:11:33 +0000) by Tothwolf +Added casts for nmalloc and nrealloc in the module symbol lookup table. + +src/mod/module.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 35d5b8e (2003-03-04 10:33:11 +0000) by Tothwolf +Simplify checking for broken snprintf/vsnprintf functions. + +acconfig.h +aclocal.m4 +config.h.in +configure +src/compat/snprintf.c +src/compat/snprintf.h + +- - - - - - - - - - - - - - - +Commit b54eba1 (2003-03-04 09:02:13 +0000) by Will Buckner +* Patch howto updates. + +doc/patch.howto + +- - - - - - - - - - - - - - - +Commit a17f2d6 (2003-03-04 08:51:45 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/botnet.c +src/chan.h +src/cmds.c +src/compat/inet_aton.c +src/dcc.c +src/language.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 +src/modules.c +src/net.c +src/patch.h +src/tcl.c +src/tcldcc.c +src/tclegg.h +src/tclhash.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit 8060769 (2003-03-04 07:01:08 +0000) by Will Buckner +* More OSF/1 fixes. + +doc/UPDATES1.6 +src/compat/snprintf.c +src/compat/snprintf.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 98b665b (2003-03-01 23:31:22 +0000) by Will Buckner +* Small doc fix. + +doc/html/tcl-commands.html + +- - - - - - - - - - - - - - - +Commit 33b6607 (2003-03-01 08:31:49 +0000) by Will Buckner +* The WASHALFOP flag now works correctly. Patch by Sven Trenkel. + +doc/UPDATES1.6 +src/chan.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7df6c28 (2003-03-01 08:27:50 +0000) by Will Buckner +* Documentation updates. + +CONTENTS +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8444dd8 (2003-02-28 23:07:39 +0000) by Will Buckner +* Kill a transfer connection after sending a TRANSFER_DCC_IGNORED notice to + a user. Found by fbs. + +doc/UPDATES1.6 +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bc9f7ef (2003-02-28 12:45:49 +0000) by Will Buckner +* flood-pub should be flood-chan when using 'channel get'. Patch by ppslim. + + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d7558cc (2003-02-28 09:21:35 +0000) by Tothwolf +Reverted Function cast changes and fixed a couple CONST typos. + +src/patch.h +src/tcl.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 8ee0a9f (2003-02-28 08:17:44 +0000) by Tothwolf +Moved new Tcl checks to main.h. + +src/main.h +src/patch.h +src/tclegg.h + +- - - - - - - - - - - - - - - +Commit 5daf949 (2003-02-28 07:20:58 +0000) by Tothwolf +utf_converter needed a Function cast. + +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 59d129a (2003-02-28 04:01:36 +0000) by Will Buckner +* 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. + +acconfig.h +aclocal.m4 +config.h.in +configure +doc/UPDATES1.6 +src/compat/snprintf.c +src/compat/snprintf.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 44a80ac (2003-02-27 12:15:36 +0000) by Will Buckner +* Ran autoheader and autoconf for last commit. + +config.h.in +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7bc1c19 (2003-02-27 10:18:40 +0000) by Tothwolf +Simplify TCL_MAJOR_VERSION/TCL_MINOR_VERSION checks. + +acconfig.h +aclocal.m4 +configure.in +src/chanprog.c +src/flags.c +src/main.c +src/main.h +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 +src/modules.c +src/tcl.c +src/tcldcc.c +src/tclegg.h +src/tclhash.c +src/tclmisc.c +src/tcluser.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit 0163ed1 (2003-02-27 02:36:07 +0000) by Will Buckner +* '~' and '&' are now correctly recognized as a meaning a user has ops on +a channel. Patch by BarkerJr. + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d136de6 (2003-02-26 06:16:53 +0000) by Tothwolf +Group some TCL_MAJOR_VERSION/TCL_MINOR_VERSION checks with parenthesis. + +src/tcl.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 04e19f6 (2003-02-21 05:01:56 +0000) by Will Buckner +* Fixed uhost buffer length. Fixed by winkey. + +doc/UPDATES1.6 +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit f0fe1f3 (2003-02-21 02:15:58 +0000) by Will Buckner +* Don't use the help queue for dcc sends or gets. Found by winkey. + +doc/UPDATES1.6 +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e92984d (2003-02-18 00:47:58 +0000) by Will Buckner +* Case-changes should be traced when the 'nick' Tcl variable is modified. + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 32bfb08 (2003-02-16 09:03:22 +0000) by Will Buckner +* Grr, UPDATES1.6 conflict. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit df7c823 (2003-02-16 08:59:58 +0000) by Will Buckner +* Added a set of Danish language files by TheAvatar. + +doc/UPDATES1.6 +language/core.danish.lang +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 158bfe7 (2003-02-16 06:36:48 +0000) by Will Buckner +* Reverted to autoconf 2.54 due to problems on *BSD. + +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 229a64c (2003-02-15 19:42:59 +0000) by Will Buckner +* Sigh, the igrec structure is different than the maskrec structure :/. + +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 4a035fb (2003-02-15 08:59:30 +0000) by Will Buckner +* Fixed an out-of-bounds error in delignore(). + +doc/UPDATES1.6 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 8aea89d (2003-02-13 23:56:43 +0000) by Will Buckner +* More help/doc updates. + +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 +eggdrop.conf +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2f11d3f (2003-02-13 23:39:21 +0000) by Will Buckner +Argument checking for cmd_comment() and cmd_botaddr() was incorrect. Found +by Tothwolf. + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4b67632 (2003-02-11 09:19:17 +0000) by Will Buckner +* 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. + +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +src/misc_file.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5d9d11f (2003-02-10 00:25:19 +0000) by Will Buckner +* Fixed an off-by-one error in u_delban(), u_delexempt(), and +u_delinvite(). Found by |SmAsH|. + +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 65091ae (2003-02-06 20:15:19 +0000) by Will Buckner +* GLOBAL_CHANS wasn't used everywhere it should be. + +doc/UPDATES1.6 +src/botnet.c +src/cmds.c +src/mod/assoc.mod/assoc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ab84303 (2003-02-05 04:17:07 +0000) by Will Buckner +* It's copy_to_tmp, not copy_to_temp. + +src/dccutil.c + +- - - - - - - - - - - - - - - +Commit d92ae4a (2003-02-05 03:05:20 +0000) by Will Buckner +* Fixed a bug in killtransfer causing it to delete the original file if +copy_to_temp is disabled. Found by fbs. + +src/dccutil.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d84f5ab (2003-02-04 11:15:16 +0000) by Will Buckner +Fixed a me_op() logic problem when reversing in got_[op|halfop](). + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6b75e39 (2003-02-04 11:11:11 +0000) by Will Buckner +* Forgot patch.h. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4af62c3 (2003-02-04 11:10:39 +0000) by Will Buckner +* x(serverlist entry)->realname in got001() should be set before anything +that could utilize x->realname is called. Test this! + +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit a18da1a (2003-02-04 11:07:55 +0000) by Will Buckner +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|. + +doc/UPDATES1.6 +src/misc.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/tclirc.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 2aeab90 (2003-02-04 10:21:04 +0000) by Will Buckner +* More help file/documentation cleanups/updates. * Removed 'nick'and +'chnick' bindings from compat.tcl because they were never removed from +the internal bind table. + +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/mod/assoc.mod/help/assoc.help +src/mod/channels.mod/help/channels.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 60ab87a (2003-02-04 08:23:21 +0000) by Will Buckner +* Patch.h and indenting from stdarg's last commit :P. + +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 128754b (2003-02-04 08:11:30 +0000) by stdarg +* cd / and . work in filesys.mod + +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit c590bda (2003-02-04 07:51:39 +0000) by Will Buckner +* Added patch.h for filesys crash. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit d82681a (2003-02-04 07:10:51 +0000) by stdarg +* malloc_strcpy to the rescue! + +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit ae91810 (2003-02-04 06:47:23 +0000) by stdarg +Uninitialized var in files.c + +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit e490823 (2003-02-03 09:48:00 +0000) by Will Buckner +* 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). + +doc/UPDATES1.6 +eggdrop.conf +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5db493f (2003-02-03 09:18:23 +0000) by stdarg +* Fixed filesys leak, be sure to test a lot! + +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit 38e163b (2003-02-03 08:37:01 +0000) by stdarg +* Trying something else + +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit 79d61fc (2003-02-03 08:15:11 +0000) by stdarg +* Testing to see if this is a memory leak + +src/mod/filesys.mod/files.c + +- - - - - - - - - - - - - - - +Commit 454fb83 (2003-02-03 07:59:57 +0000) by Matthew Hallacy +testing + +README + +- - - - - - - - - - - - - - - +Commit f0820b9 (2003-02-02 22:14:40 +0000) by Will Buckner +* Changed recomended Tcl version to 8.3.4. * Changed URL for Tcl to +http://tcl.activestate.com/. * Updated autoconf to 2.57. + +README +configure +configure.in +doc/UPDATES1.6 +doc/compiling.FAQ +doc/html/compiling.html +doc/html/readme.html +help/core.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit cca0e80 (2003-02-02 21:13:31 +0000) by Will Buckner +* More help file fixes (I'm not exactly sure how this happened..). + +help/core.help + +- - - - - - - - - - - - - - - +Commit 4c4cb7c (2003-02-02 21:08:08 +0000) by Will Buckner +* More help file fixes. + +help/core.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit b931762 (2003-02-02 18:36:37 +0000) by Will Buckner +* Fixed an unbalenced comment. + +src/mod/module.h + +- - - - - - - - - - - - - - - +Commit 7d69303 (2003-02-02 18:24:40 +0000) by Will Buckner +* Sorry, should compile now. + +src/mod/channels.mod/help/channels.help +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 60cf6d9 (2003-02-02 10:19:33 +0000) by Will Buckner +* Merged use-console-r and debug-output into one new setting named raw-log. +* Small indenting fix from a pls_bot_cosmetic. + +doc/UPDATES1.6 +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.conf +src/cmds.c +src/dcc.c +src/flags.c +src/misc.c +src/mod/module.h +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/modules.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 5c29a7b (2003-02-02 09:22:55 +0000) by Will Buckner +Backported user-defined channel strings from 1.7. + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +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/patch.h + +- - - - - - - - - - - - - - - +Commit 22f3190 (2003-02-02 04:20:44 +0000) by Will Buckner +* Start of help file cleanups. + +doc/html/mod-channels.html +doc/html/tcl-commands.html +doc/settings/mod.channels +doc/tcl-commands.doc +eggdrop.conf +help/set/cmds2.help +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/help/set/channels.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit fb1b71e (2003-01-31 11:50:03 +0000) by Tothwolf +Sanity check tcl_dccsimul args before checking idx. + +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 5be6bf3 (2003-01-31 08:02:08 +0000) by Will Buckner +Removed the enable-simul config file setting. + +doc/UPDATES1.6 +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +src/patch.h +src/tcl.c +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 5628145 (2003-01-31 07:26:27 +0000) by Will Buckner +* Core help set cleanups. + +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.conf +help/core.help +help/set/cmds1.help +src/mod/irc.mod/help/msg/irc.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 02b68e5 (2003-01-31 07:13:08 +0000) by Will Buckner +Fixed a small halfop-related helpfile error. Fixed by Tothwolf. + +src/mod/irc.mod/help/irc.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit f7bdaad (2003-01-31 02:53:08 +0000) by Will Buckner +* Fixed a cosmetic problem with cmd_pls_bot(). + +doc/UPDATES1.6 +help/cmds1.help +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8dc6c19 (2003-01-30 22:39:24 +0000) by Will Buckner +Fixed a crash in u_delban (bug 267) caused by trying to strcpy to an +initialized pointer char. Found by Cosmo. + +doc/UPDATES1.6 +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f097042 (2003-01-30 10:38:31 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +src/mod/filesys.mod/files.c +src/mod/filesys.mod/tclfiles.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0a0d8a7 (2003-01-30 07:15:15 +0000) by Will Buckner +* We should have been using indent -ce (fixed). + +src/bg.c +src/botcmd.c +src/botmsg.c +src/botnet.c +src/chanprog.c +src/cmds.c +src/compat/inet_aton.c +src/compat/snprintf.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/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/compress.mod/tclcompress.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/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/tcltransfer.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transferfstat.c +src/mod/transfer.mod/transferqueue.c +src/mod/wire.mod/wire.c +src/modules.c +src/net.c +src/patch.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 + +- - - - - - - - - - - - - - - +Commit a34aa4d (2003-01-30 06:26:16 +0000) by Will Buckner +Reverted indenting changes to gnu_strftime.c. + +src/compat/gnu_strftime.c + +- - - - - - - - - - - - - - - +Commit 911a44d (2003-01-30 02:49:50 +0000) by Will Buckner +* Fixed a segfault in do_dcc_send() in filesys.mod (found by Eule). + +src/mod/filesys.mod/filesys.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 00b1b42 (2003-01-30 01:00:58 +0000) by Will Buckner +* More config cleanups. + +eggdrop.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 25d59fc (2003-01-30 00:41:24 +0000) by Will Buckner +* Config file/doc updates. * Changed EFnet's max-bans/max-modes to 25. + +doc/UPDATES1.6 +doc/html/mod-irc.html +doc/html/mod-server.html +doc/settings/mod.irc +doc/settings/mod.server +eggdrop.conf +src/mod/irc.mod/irc.c +src/mod/server.mod/server.h + +- - - - - - - - - - - - - - - +Commit 5a5fdca (2003-01-29 07:24:32 +0000) by Will Buckner +* Fixed a check variable from being reset to 1 incorrectly when writing +userfiles. + +src/mod/share.mod/share.c +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 30815d8 (2003-01-29 06:13:49 +0000) by Will Buckner +*** empty log message *** + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 269c46c (2003-01-29 06:12:04 +0000) by Will Buckner +More indenting fixes. + +src/mod/channels.mod/tclchan.c +src/patch.h +src/tclegg.h + +- - - - - - - - - - - - - - - +Commit 3ae83c7 (2003-01-29 05:48:42 +0000) by Will Buckner +* Removed unused define ASSOC_NOSUCHCMD. * More indenting. * Help file +cleanups. * Fixed a warning from last commit. + +help/cmds1.help +help/cmds2.help +help/core.help +src/chanprog.c +src/cmds.c +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/eggdrop.h +src/flags.h +src/lang.h +src/main.h +src/md5/md5c.c +src/misc.c +src/misc_file.c +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/help/chaninfo.help +src/mod/channels.mod/help/channels.help +src/mod/channels.mod/help/set/channels.help +src/mod/channels.mod/tclchan.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.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/help/irc.help +src/mod/irc.mod/help/set/irc.help +src/mod/irc.mod/irc.h +src/mod/irc.mod/msgcmds.c +src/mod/module.h +src/mod/modvals.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/notes.mod/notes.h +src/mod/seen.mod/help/msg/seen.help +src/mod/seen.mod/help/seen.help +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/share.mod/help/share.help +src/mod/share.mod/share.c +src/mod/share.mod/share.h +src/mod/share.mod/uf_features.c +src/mod/transfer.mod/language/transfer.english.lang +src/mod/transfer.mod/language/transfer.french.lang +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/mod/uptime.mod/uptime.c +src/mod/wire.mod/wire.h +src/mod/woobie.mod/woobie.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 + +- - - - - - - - - - - - - - - +Commit bd08de5 (2003-01-28 23:14:50 +0000) by Will Buckner +More config-file documentation updates (logfile related). + +doc/html/egg-core.html +doc/html/mod-blowfish.html +doc/settings/core.settings +doc/settings/mod.blowfish +doc/tcl-commands.doc +eggdrop.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit d8ad018 (2003-01-28 07:52:08 +0000) by Will Buckner +Moved debug-output and use-console-r to the logging section of the config +file and updated config documentation. Found by Tothwolf. + +doc/UPDATES1.6 +eggdrop.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 915202b (2003-01-28 06:54:04 +0000) by Will Buckner +* Fixed credit for an UPDATES1.6 entry as requested. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 0d1336f (2003-01-28 06:37:27 +0000) by Will Buckner +* 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. + +README +doc/html/mod-server.html +doc/man1/eggdrop.1 +doc/settings/mod.server +eggdrop.conf +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/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/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/md5.h +src/md5/md5c.c +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/help/set/channels.help +src/mod/channels.mod/tclchan.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/help/set/irc.help +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/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/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 +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 + +- - - - - - - - - - - - - - - +Commit 5b0ae5c (2003-01-23 03:32:29 +0000) by Will Buckner +* Don't tell users to /msg the bot hello when they don't have access if +learn-users is disabled. Found by Tothwolf. + +doc/UPDATES1.6 +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4099923 (2003-01-23 02:41:48 +0000) by Will Buckner +* Fixed a few header problems related to time.h. Patch by Tothwolf. + +doc/UPDATES1.6 +src/eggdrop.h +src/main.c +src/mod/filesys.mod/filedb3.h +src/mod/seen.mod/seen.c +src/mod/wire.mod/wire.c +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 271b20f (2003-01-23 02:13:29 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.conf +src/chanprog.c +src/language.c +src/match.c +src/misc_file.c +src/misc_file.h +src/mod/filesys.mod/filesys.c +src/mod/irc.mod/msgcmds.c +src/mod/module.h +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/help/set/transfer.help +src/mod/transfer.mod/language/transfer.english.lang +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/modules.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 48e72e7 (2003-01-21 00:53:27 +0000) by Will Buckner +* Misc bugfixes and code cleanups. Patch by Matyas Koszik. + +doc/UPDATES1.6 +src/main.c +src/misc.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 +src/patch.h +src/tcl.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 05db1c2 (2003-01-21 00:11:29 +0000) by Will Buckner +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. + +doc/UPDATES1.6 +src/dccutil.c +src/mod/module.h +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/modules.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 95eae02 (2003-01-20 08:54:54 +0000) by Will Buckner +Fixed a segfault in killtransfer() with non-transfer connections. + +src/dccutil.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 567c035 (2003-01-20 08:51:19 +0000) by Will Buckner +Ignores are now saved if channels.mod is not loaded. Fixes bug 285. Found +by BarkerJr. + +doc/UPDATES1.6 +src/mod/channels.mod/userchan.c +src/mod/module.h +src/mod/share.mod/share.c +src/modules.c +src/patch.h +src/proto.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit a351258 (2003-01-18 04:34:25 +0000) by Will Buckner +stamp's array size in flushlogs() should be 33, not 32. + +src/misc.c + +- - - - - - - - - - - - - - - +Commit 104f935 (2003-01-18 04:30:54 +0000) by Will Buckner +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). + +src/patch.h + +- - - - - - - - - - - - - - - +Commit a33d2fd (2003-01-18 04:24:41 +0000) by Will Buckner +Fixed incorrect help information for +host. Non-+m/+t users cannot add +hosts to their own accounts. Found by Nilsy. + +help/cmds1.help +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0d92fd0 (2003-01-18 01:58:05 +0000) by Will Buckner +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. + +doc/UPDATES1.6 +src/dccutil.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 406b26f (2003-01-18 00:40:05 +0000) by Will Buckner +[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. + +doc/UPDATES1.6 +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 201f15e (2003-01-15 01:42:21 +0000) by Will Buckner +Exported getchanmode(). Found by lee. + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3301d8a (2003-01-15 01:03:05 +0000) by Will Buckner +Removed strict-servernames. $server is now always the server's realname and +$serveraddress is it's server list entry. + +NEWS +doc/UPDATES1.6 +doc/html/mod-server.html +doc/html/news.html +doc/html/tcl-commands.html +doc/settings/mod.server +doc/tcl-commands.doc +eggdrop.conf +scripts/compat.tcl +src/mod/server.mod/help/set/server.help +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 805494f (2003-01-15 00:35:01 +0000) by Will Buckner +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. + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 084c550 (2003-01-02 02:42:53 +0000) by Will Buckner +Doc updates from past commit. + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 315f082 (2003-01-02 00:07:46 +0000) by Will Buckner +Fixed parsing of userhosts in gotwall(). Patch by darko``. + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 743e929 (2002-12-27 22:48:49 +0000) by Will Buckner +Forgot config updates from last commit. + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 5a9162a (2002-12-27 22:39:32 +0000) by Will Buckner +~Updated UnderNet's max_bans to 45. Found by reed. + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit de3d2e4 (2002-12-27 20:27:40 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +doc/html/mod-channels.html +doc/settings/mod.channels +doc/settings/mod.transfer +eggdrop.conf +src/mod/channels.mod/channels.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9f03825 (2002-12-26 02:21:54 +0000) by Will Buckner +Removed quoting support from wild_match() which fixes several bugs with '\' +characters. + +doc/UPDATES1.6 +src/Makefile.in +src/match.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/tclhash.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 379088e (2002-12-24 03:33:24 +0000) by Will Buckner +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. + +doc/UPDATES1.6 +src/botcmd.c +src/botnet.c +src/cmds.c +src/patch.h +src/proto.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 6dac670 (2002-12-24 03:10:22 +0000) by Will Buckner +Small cosmetic fix to configure. + +aclocal.m4 +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit c5f3824 (2002-12-24 02:30:09 +0000) by Will Buckner +Updated copyright info for 2003. + +CONTENTS +FEATURES +INSTALL +NEWS +README +doc/ABOUT +doc/AUTHORS +doc/BANS +doc/BOTNET +doc/MODULES +doc/PARTYLINE +doc/USERS +doc/compiling.FAQ +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/patch.howto +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 +doc/text-substitutions.doc +doc/tricks +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/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/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/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/eggautoconf +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/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 +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 +text/CONTENTS +text/banner + +- - - - - - - - - - - - - - - +Commit ffec985 (2002-12-14 23:13:24 +0000) by Will Buckner +* Updates to tcl-commands.doc. + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3c0862d (2002-12-12 03:42:35 +0000) by Will Buckner +Fixed default setting for the help-path and text-path settings. Patch by +poptix. + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 112ad0f (2002-12-02 00:27:00 +0000) by Will Buckner +* A few small doc updates... + +doc/html/app-textsub.html +doc/html/tcl-commands.html +doc/tcl-commands.doc +doc/text-substitutions.doc + +- - - - - - - - - - - - - - - +Commit e1f80a0 (2002-11-29 22:29:19 +0000) by Will Buckner +Fixes from export-md5. Found by BarkerJr. + +src/mod/module.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2a89434 (2002-11-29 06:14:22 +0000) by Will Buckner +Fixed a problem in cmd_kick()/cmd_kickban() where the victim's access is +checked instead of the user's. Patch by The_Dawn. + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ced9879 (2002-11-29 05:52:44 +0000) by Will Buckner +Small fix to addpatch. + +misc/addpatch +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2810db7 (2002-11-29 05:43:33 +0000) by Will Buckner +Exported MD5 functions to modules. + +doc/UPDATES1.6 +src/mod/module.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6866259 (2002-11-27 21:31:34 +0000) by Will Buckner +Exported me_voice() in irc_table. + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit ac7e580 (2002-11-23 19:40:49 +0000) by Will Buckner +Renamed CHANMODR (+M) to CHANMODREG. This is more descriptive and will stop +confusion with CHANMODER (+m). + +src/chan.h +src/mod/channels.mod/channels.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a227ee3 (2002-11-23 19:34:41 +0000) by Will Buckner +.say and .act now allow you to send a message to a moderated channel when +the bot has halfop status. + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 43112a8 (2002-11-23 03:16:55 +0000) by Will Buckner +Here comes 1.6.14.. + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e8832cf (2002-11-22 23:36:50 +0000) by Will Buckner +Updated autoconf to 2.54. + +configure + +- - - - - - - - - - - - - - - +Commit 2e9a6f8 (2002-11-22 23:29:51 +0000) by Will Buckner +Finished reverting sockfix :P. + +src/dcc.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 76cbe01 (2002-11-22 21:35:03 +0000) by Will Buckner +Reverted the sockfix patch for now. + +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0f020d9 (2002-11-21 23:53:08 +0000) by Will Buckner +More Tcl 8.4 warning fixes. + +src/chanprog.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 +src/patch.h +src/tcl.c +src/tcldcc.c +src/tclmisc.c +src/tcluser.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit 0d9929a (2002-11-21 07:59:25 +0000) by Will Buckner +Fixed the remaining Tcl 8.4 warnings. + +src/mod/channels.mod/channels.c +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/irc.c +src/mod/server.mod/server.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 5370e33 (2002-11-19 05:21:07 +0000) by Will Buckner +The argument variable added in the infointlist patch should not be called +argv. + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6fa6726 (2002-11-18 05:39:34 +0000) by Will Buckner +Fixed a small typo in eggdrop.conf. + +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 69a76ae (2002-11-18 05:38:19 +0000) by Will Buckner +Updates to doc/MODULES. Patch by BarkerJr. + +doc/MODULES +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit effa803 (2002-11-18 03:53:33 +0000) by stdarg +* Fixed some compile warnings for tcl 8.4 + +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 5f19025 (2002-11-17 05:36:03 +0000) by stdarg +* Fixed utf-8 handling for config string settings (e.g. realname) + +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 8168496 (2002-11-06 04:10:49 +0000) by Will Buckner +Added a proc to alltools that returns the ordinal number for a number. +Patch by Souperman. + +doc/UPDATES1.6 +scripts/alltools.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit f464c2e (2002-11-06 03:56:43 +0000) by Will Buckner +Added support for EMFILE (errno 24 - Too many files open) in neterror(). + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b9439ab (2002-11-03 23:33:35 +0000) by Will Buckner +Forgot patch.h. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5cf8d4f (2002-11-03 23:33:02 +0000) by Will Buckner +Fixed the list format returned by tcl_channel_info(). Patch by MC_8. + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit 877e29d (2002-11-02 03:39:43 +0000) by Will Buckner +Fixed a typo in eggdrop.conf and core.settings (found by R33D33R). + +doc/settings/core.settings +eggdrop.conf + +- - - - - - - - - - - - - - - +Commit 5566af6 (2002-11-02 00:23:21 +0000) by Will Buckner +Reverted encoding patch for now as it seems to be causing quite a few +problems. + +doc/UPDATES1.6 +eggdrop.conf +src/net.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit acb3c54 (2002-10-28 22:17:55 +0000) by Will Buckner +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. + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 91bf53c (2002-10-28 03:29:39 +0000) by Will Buckner +tcl.h shouldn't have been included in net.c (from encoding patch). Found by +R33D3R. + +src/net.c + +- - - - - - - - - - - - - - - +Commit 9c2c838 (2002-10-23 04:11:33 +0000) by Will Buckner +Don't ban users when not going to kick in refresh_ban_kick(). Patch by +Eule. + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit 72bb99b (2002-10-23 04:06:22 +0000) by Will Buckner +Added a stacking limit for fastdeq. Patch by Eule. + +doc/UPDATES1.6 +eggdrop.conf +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 3cc8d6a (2002-10-23 04:03:04 +0000) by Will Buckner +Fixed a UTF problem with scandinavian characters. Patch by Pauli Borodulin. + + +doc/UPDATES1.6 +eggdrop.conf +src/net.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 4333438 (2002-10-11 01:59:31 +0000) by Will Buckner +laston in whois should not be fixed-length. Patch by BarkerJr. + +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit c2d45e1 (2002-10-11 01:39:46 +0000) by Will Buckner +Forgot patch.h on last commit. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit ecbdc4f (2002-10-11 01:37:14 +0000) by Will Buckner +strftime() needs to be egg_strftime(). + +doc/html/mod-irc.html +src/misc.c + +- - - - - - - - - - - - - - - +Commit c4dbb5e (2002-10-08 04:25:37 +0000) by Will Buckner +Made the modes-per-line limit definable in src/chan.h. Patch by Eule. + +doc/UPDATES1.6 +doc/html/mod-irc.html +doc/settings/mod.irc +eggdrop.conf +src/chan.h +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1e20eba (2002-10-08 02:04:03 +0000) by Will Buckner +[ban/exempt/invite]-time were not being saved to the channel file. Patch by +BarkerJr. + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1a570ce (2002-10-08 01:21:30 +0000) by Will Buckner +Halfops were not honored in flush_modes(). + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9d6a103 (2002-09-30 06:32:30 +0000) by Will Buckner +More logging optimizations. Patch by BarkerJr. + +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 97283fb (2002-09-28 00:06:29 +0000) by Will Buckner +Fixed cosmetic problems with logging in some irc module commands. Patch by +NeoN. + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7c39d0d (2002-09-27 23:51:32 +0000) by Will Buckner +Added the 'addpatch' utility to misc/ to simplify the editing of patch.h. + +misc/addpatch + +- - - - - - - - - - - - - - - +Commit cc2a60b (2002-09-27 22:55:20 +0000) by Will Buckner +Exported tell_bottree() to modules. Patch by Mo-Ize. + +doc/UPDATES1.6 +src/mod/module.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9f1da7d (2002-09-27 22:44:02 +0000) by Will Buckner +Optimized logging functions. Patch by BarkerJr. + +doc/UPDATES1.6 +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit da30eb1 (2002-09-27 22:16:24 +0000) by Will Buckner +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. + +CONTENTS +INSTALL +Makefile.in +NEWS +README +doc/UPDATES1.6 +doc/html/install.html +doc/html/news.html +doc/html/readme.html +doc/man1/eggdrop.1 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.conf +eggdrop.simple.conf + +- - - - - - - - - - - - - - - +Commit 3500855 (2002-09-27 21:14:44 +0000) by Will Buckner +* Updated patch.h from stdarg's last commit. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6bf72ab (2002-09-27 19:30:02 +0000) by stdarg +* 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) + +eggdrop.simple.conf +src/chan.h +src/chanprog.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/tclirc.c + +- - - - - - - - - - - - - - - +Commit 96aa771 (2002-09-22 18:10:21 +0000) by Will Buckner +* Adding a missing killsock and lostdcc in eof_dcc_send() and +eof_dcc_get(). Patch by Eule. * Fixed indenting from auto-logic. + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 97cacfc (2002-09-22 09:22:10 +0000) by Will Buckner +Fixed a warning in check_this_member(). + +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9fd3df8 (2002-09-22 08:12:30 +0000) by Will Buckner +Fixed the logic in check_this_member(). + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9e48cbd (2002-09-22 04:11:08 +0000) by Will Buckner +I applied the wrong version of sockfix. + +src/dcc.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6ede6ad (2002-09-21 21:32:05 +0000) by Will Buckner +Made the timestamp style definable in src/eggdrop.h. Patch by BarkerJr. + +doc/UPDATES1.6 +src/eggdrop.h +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bc8a997 (2002-09-21 21:06:23 +0000) by Will Buckner +Added a missing return in bot_actchan(). Patch by Eule. + +doc/UPDATES1.6 +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6519026 (2002-09-21 20:55:25 +0000) by Will Buckner +Fixed a problem with 'connect' and 'control' where the script would abort +prematurely. Patch by [sL]. + +doc/UPDATES1.6 +src/dcc.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 09d9596 (2002-09-21 20:40:56 +0000) by Will Buckner +Don't "want ops" in modeless (+) channels. Patch by BarkerJr. + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 096e589 (2002-09-15 19:26:35 +0000) by Will Buckner +Tell the user to set 'my-ip' when hostname self-lookup fails. + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 72f486e (2002-09-11 02:14:45 +0000) by Will Buckner +Cosmetic updates to cmds.c and cmdsirc.c. + +src/cmds.c +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dcf40a2 (2002-09-11 02:07:26 +0000) by Will Buckner +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. + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 218b0ac (2002-09-10 02:22:01 +0000) by Will Buckner +Fixed a possible buffer overflow in raw_dcc_resend_send(). + +doc/UPDATES1.6 +src/eggdrop.h +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4c8622b (2002-09-09 23:14:23 +0000) by Will Buckner +* 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. + +doc/UPDATES1.6 +misc/modconfig +src/patch.h + +- - - - - - - - - - - - - - - +Commit da329c0 (2002-09-01 05:17:39 +0000) by Will Buckner +Fixed a spelling error in UPDATES1.6. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 79fbd70 (2002-09-01 05:07:51 +0000) by Will Buckner +Using "channel set #chan chanmode $var" corrupted $var in Tcl8.x. + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5ffcb07 (2002-08-31 00:39:04 +0000) by Will Buckner +Changed 'Johoho' to 'Wiktor' in the UPDATES file as requested. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit d5bbd33 (2002-08-30 03:07:04 +0000) by Will Buckner +Don't log joined + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4901ff7 (2002-08-25 05:21:08 +0000) by Will Buckner +Forgot a space on last commit. + +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b591c6e (2002-08-25 05:13:33 +0000) by Will Buckner +Cosmetic changes to share_stick_[exempt/invite/ban]. + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 53bd3d0 (2002-08-25 04:44:44 +0000) by Will Buckner +msg_invite and msg_key did not work properly for \!channels. Patch by +TaKeDa. + +doc/UPDATES1.6 +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit aa7fd46 (2002-08-24 17:29:47 +0000) by Will Buckner +Reverted tcl-rpath for now. + +Makefile.in +aclocal.m4 +configure +configure.in +doc/UPDATES1.6 +misc/check_tclversion.c + +- - - - - - - - - - - - - - - +Commit 1d02e67 (2002-08-21 02:37:55 +0000) by Will Buckner +Minor cosmetic fix to last patch. + +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f329b51 (2002-08-21 02:05:25 +0000) by Will Buckner +Show the number of hops in .trace's output. Patch by BarkerJr. + +doc/UPDATES1.6 +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ce6ae59 (2002-08-21 01:57:25 +0000) by Will Buckner +Use the proper dynamic lib extention on Mac OSX. Patch by Mo-Ize. + +configure +configure.in +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit dede539 (2002-08-15 04:51:53 +0000) by Will Buckner +Return 5 from dccsend if the file exists in the temp directory and +copy-to-tmp is enabled. Patch by Johoho (modified). + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8fb53f8 (2002-08-15 01:45:46 +0000) by Will Buckner +Forgot to run autoconf. + +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4aaaea5 (2002-08-15 00:01:47 +0000) by Will Buckner +Forgot cvs add on last commit. + +misc/check_tclversion.c + +- - - - - - - - - - - - - - - +Commit 26fc328 (2002-08-15 00:01:01 +0000) by Will Buckner +LD_LIBRARY_PATH now may not have to be set in some situations. Patch by +BHAB. + +Makefile.in +aclocal.m4 +configure.in +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit c352966 (2002-08-11 18:45:52 +0000) by Will Buckner +Fixed a possible exploit in reaffirm_owners(). Patch by poptix. + +doc/UPDATES1.6 +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b3cc11f (2002-08-10 02:24:49 +0000) by Will Buckner +A few small fixes from last commit. + +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1ef44a1 (2002-08-09 19:26:43 +0000) by Will Buckner +Friends/ops/bots are now correctly unbanned when a ban is set on a channel +that matches their host. + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 566a220 (2002-08-08 20:49:32 +0000) by Will Buckner +Eggdrop should now compile on systems without snprintf(). Patch by BHAB. + +doc/UPDATES1.6 +src/botnet.c +src/cmds.c +src/dccutil.c +src/mod/irc.mod/cmdsirc.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit d476eb2 (2002-08-08 19:31:45 +0000) by Will Buckner +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. + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 80db721 (2002-08-08 06:57:59 +0000) by Will Buckner +Removed names parsing, as it causes many problems and was only added for +compatability with an old version of unrealircd. + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2587519 (2002-08-08 01:38:57 +0000) by Will Buckner +Fixed a crash in .status all (found by supers). + +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 22314eb (2002-08-07 22:05:49 +0000) by Will Buckner +Fixed more broken dprintf's in irc commands. + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b39ccb7 (2002-08-05 01:56:12 +0000) by Will Buckner +Fixed a broken dprintf in cmd_kick(). + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 534b42b (2002-08-03 02:54:37 +0000) by Will Buckner +Made ban-time a channel int (2). + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 38960f7 (2002-08-02 23:50:39 +0000) by Will Buckner +Made ban-time a channel int. + +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 + +- - - - - - - - - - - - - - - +Commit 8dec8ae (2002-07-31 20:04:11 +0000) by Will Buckner +Added BarkerJr's tcldoc1.6.patch. + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit f194dfa (2002-07-26 18:33:34 +0000) by Jeff Fisher +eggdrop1.6.13 + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dbb23cc (2002-07-26 17:55:18 +0000) by Jeff Fisher +reverted the sockfix patches, time to release 1.6.12 + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7a854e4 (2002-07-26 16:28:31 +0000) by Jeff Fisher +the start of 1.6.12 + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 44c1a04 (2002-07-26 02:18:28 +0000) by Will Buckner +Another small fix to status_log(). + +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 52f4397 (2002-07-25 21:54:55 +0000) by Will Buckner +Woops.. can't have an empty %c. + +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 30dfa09 (2002-07-25 21:03:23 +0000) by Will Buckner +Updated status_log() for halfop support. + +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit db01d3a (2002-07-25 20:44:55 +0000) by Will Buckner +More halfop doc updates. + +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit ce4bf71 (2002-07-25 20:00:18 +0000) by Will Buckner +Fixes double-echo from sockfix1 (patch by [sL]@EFnet). + +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 46c13ca (2002-07-25 17:40:18 +0000) by Jeff Fisher +added Wcc's need_fix2 ... I'm tempted to do a release tomorrow of .11 ... I +feel its ready and needed + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 86f2b53 (2002-07-22 05:55:23 +0000) by Jeff Fisher +[sL]'s sockfix patch + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 279bcb7 (2002-07-22 05:48:53 +0000) by Jeff Fisher +added Wcc's banlogic patch + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6957635 (2002-07-22 05:43:28 +0000) by Jeff Fisher +added Eule's kickbanfix patch + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 387a1e6 (2002-07-21 23:56:43 +0000) by Will Buckner +Small help file fix for -ban (found by MC_8 - bug #261). + +src/mod/channels.mod/help/channels.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9d6a7e7 (2002-07-21 03:22:49 +0000) by Will Buckner +Revert changes to eggdrop.conf from last patch. + +eggdrop.complete.conf + +- - - - - - - - - - - - - - - +Commit 6d91f69 (2002-07-21 02:39:04 +0000) by Will Buckner +Halfop-support related doc updates. + +doc/html/mod-channels.html +doc/settings/mod.channels +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit b6d2860 (2002-07-19 05:25:33 +0000) by Will Buckner +Fixed a bug causing '[HH:MM] !!! OVER MAXIMUM QUEUE' to be logged +to LOG_SVROUT. + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cb3a6e1 (2002-07-19 05:16:52 +0000) by Will Buckner +Log PINGs/PONGs sent to the server in LOG_SVROUT. + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b6ffad8 (2002-07-18 20:28:32 +0000) by Jeff Fisher +couple small fixes + +src/chanprog.c +src/compat/snprintf.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ec110ad (2002-07-18 19:01:45 +0000) by Jeff Fisher +eggdrop works with tcl8.4b1 now + +doc/UPDATES1.6 +src/chanprog.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 +src/patch.h +src/tcl.c +src/tcldcc.c +src/tclmisc.c +src/tcluser.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit fa99b52 (2002-07-17 19:18:29 +0000) by Will Buckner +Added 'strip' to tcl-commands.[doc|html] and made the description for NOTC +more clear. + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7ee47e4 (2002-07-10 00:37:36 +0000) by Will Buckner +Some minor doc updates.. debug stuff found by BarkerJr. + +doc/html/mod-server.html +doc/html/tcl-commands.html +doc/settings/mod.server +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit a4ddd5d (2002-07-09 05:46:35 +0000) by Jeff Fisher +added the kickban patch + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3471d07 (2002-07-09 05:43:27 +0000) by Jeff Fisher +added Zart's uname-fix patch + +doc/UPDATES1.6 +src/misc.c +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f3396d6 (2002-07-09 05:40:56 +0000) by Jeff Fisher +the new handlen friendly patch --- please people w/ handlen > 9 test this +:) + +doc/UPDATES1.6 +src/botnet.c +src/cmds.c +src/dccutil.c +src/mod/irc.mod/cmdsirc.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 1a3d9fe (2002-07-09 05:37:22 +0000) by Jeff Fisher +added BarkerJr's small whochaninactive patch + +doc/UPDATES1.6 +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 21ed598 (2002-07-07 22:35:25 +0000) by Jeff Fisher +added a small cosmetic patch + +doc/UPDATES1.6 +src/chanprog.c +src/mod/dns.mod/dns.c +src/mod/filesys.mod/filesys.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2c8e214 (2002-06-19 21:13:39 +0000) by Will Buckner +Fixed extra-nicks-in-memberlist bug. + +src/chan.h +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit da4c765 (2002-06-17 03:58:54 +0000) by Will Buckner +msg_whois should require an argument. + +doc/UPDATES1.6 +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit df2e7ee (2002-06-16 04:45:44 +0000) by Will Buckner +Damn editor. + +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 79ceb8d (2002-06-16 04:42:48 +0000) by Will Buckner +Fixed a warning in irc.c (found by BarkerJr). + +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit d6d7cd8 (2002-06-15 19:33:36 +0000) by Will Buckner +Strip all chars from nick that aren't valid in a nick from 353 (this will +prevent problems if an ircd adds additional flags). + +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 05cf49b (2002-06-15 17:33:48 +0000) by Will Buckner +Strip the flag before adding the nick to the memberlist (found/fixed by +BarkerJr). + +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit af1c009 (2002-06-14 05:30:31 +0000) by Will Buckner +Channel flag problem is fixed now.. + +src/mod/channels.mod/channels.c + +- - - - - - - - - - - - - - - +Commit 9bc588e (2002-06-14 04:10:46 +0000) by Will Buckner +Hrm.. maybe the spaces were there for a reason.. :P + +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 284009c (2002-06-14 03:52:34 +0000) by Will Buckner +Woops.. + +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit 43c490e (2002-06-14 03:46:49 +0000) by Will Buckner +Doc and help file updates related to halfop support + +NEWS +doc/html/news.html +doc/html/tcl-commands.html +doc/settings/mod.channels +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +help/cmds2.help +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0a1e9b9 (2002-06-13 21:58:06 +0000) by Will Buckner +small cosmetic fix + +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit 63e6842 (2002-06-13 21:22:47 +0000) by Will Buckner +Halfop support part 2.. + +doc/tcl-commands.doc +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 26cf008 (2002-06-13 20:43:08 +0000) by Will Buckner +Added support for halfops (channel mode +h). Test this! :P + +NEWS +doc/UPDATES1.6 +doc/USERS +doc/html/news.html +doc/html/tcl-commands.html +doc/html/users.html +doc/tcl-commands.doc +src/chan.h +src/flags.c +src/flags.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/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/patch.h +src/tclhash.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 662f837 (2002-06-12 21:45:19 +0000) by Will Buckner +Don't allow channels containing a comma to be added. + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8764cc4 (2002-06-06 18:52:26 +0000) by Will Buckner +Made module dependency errors consistent. + +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8bca013 (2002-06-06 18:15:52 +0000) by Will Buckner +Ok.. this is all.. :P + +FEATURES +INSTALL +README +doc/compiling.FAQ +doc/html/faqs.html +doc/html/features.html +doc/html/readme.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit ddd6aea (2002-06-06 03:11:55 +0000) by Will Buckner +Lets try cvs add.. + +doc/html/patch-howto.html + +- - - - - - - - - - - - - - - +Commit d5cc584 (2002-06-06 03:11:01 +0000) by Will Buckner +I'm sure that one day, I'll eventually finish this.. sigh.. :P + +CONTENTS +FEATURES +INSTALL +NEWS +README +doc/CONTENTS +doc/MODULES +doc/UPDATES1.6 +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 +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1514365 (2002-06-04 07:02:46 +0000) by Will Buckner +Ok, lets try now.. \:P + +doc/UPDATES1.6 +doc/html/egg-core.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit d05aaec (2002-06-04 05:11:11 +0000) by Will Buckner +More doc updates.. + +CONTENTS +FEATURES +INSTALL +README +disabled_modules +doc/ABOUT +doc/AUTHORS +doc/BOTNET +doc/CONTENTS +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/patch.howto +doc/settings/core.settings +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf + +- - - - - - - - - - - - - - - +Commit 64d32d5 (2002-06-04 05:03:26 +0000) by Will Buckner +Revert last patch. + +doc/UPDATES1.6 +doc/html/egg-core.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8d5001a (2002-06-04 04:33:33 +0000) by Will Buckner +More doc updates.. + +doc/UPDATES1.6 +doc/html/egg-core.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 61ac0eb (2002-05-28 20:16:01 +0000) by Will Buckner +More doc updates. + +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.complete.conf +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3f8b3ea (2002-05-21 20:34:21 +0000) by Will Buckner +Moved restart and rehash from the dcc section to the misc section in +tcl-commands.doc.: + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4b1512b (2002-05-20 00:54:24 +0000) by Will Buckner +Right... + +doc/html/news.html + +- - - - - - - - - - - - - - - +Commit ee4100c (2002-05-20 00:51:27 +0000) by Will Buckner +More doc updates relating to channel get. + +NEWS +doc/html/news.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0a4b9c7 (2002-05-19 15:59:54 +0000) by Jeff Fisher +added a missing patch + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3bc0899 (2002-05-18 02:08:04 +0000) by Will Buckner +Updated tcl-commands.html in relation to the channel get patch. Also added +missing 'channel info' + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0555370 (2002-05-18 00:07:31 +0000) by Jeff Fisher +added Eule's patch to fix some commands that were borked on !channels + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e4b289c (2002-05-18 00:04:36 +0000) by Jeff Fisher +added the channel get patch + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ff5dc31 (2002-05-11 06:55:39 +0000) by Jeff Fisher +small fix to uptime.mod that caused it to crash on startup (thanks to +Turner@Undernet and Kevin Walker from RacBot for noticing + +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7c7db61 (2002-05-06 22:35:58 +0000) by Jeff Fisher +oops, forgot to remove my hack to get me onto the uptime server quicker + +src/main.c + +- - - - - - - - - - - - - - - +Commit d265b37 (2002-05-06 22:33:48 +0000) by Jeff Fisher +uptime.mod requires 1.6.11 now since I did some core changes in main.c to +make it function properly + +src/main.c +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ae5f0ea (2002-05-05 17:34:19 +0000) by Jeff Fisher +small bug fix, online_since is not set until later in main.c + +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 09a9576 (2002-05-04 18:33:10 +0000) by Jeff Fisher +added a bit of verboseness to the details output + +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7348338 (2002-05-04 06:55:31 +0000) by Jeff Fisher +I should change patch.h I guess and fix one other little thing + +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4c2d027 (2002-05-04 06:47:38 +0000) by Jeff Fisher +made uptime.mod not unload on .restart + +doc/UPDATES1.6 +src/main.c +src/mod/blowfish.mod/blowfish.c +src/mod/uptime.mod/modinfo +src/mod/uptime.mod/uptime.c + +- - - - - - - - - - - - - - - +Commit 0ca3916 (2002-05-03 18:08:06 +0000) by Jeff Fisher +fixed a few bugs in uptime.mod including sending the wrong pid and sending +random garbage from memory. + +doc/UPDATES1.6 +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h + +- - - - - - - - - - - - - - - +Commit dffe510 (2002-04-30 16:20:36 +0000) by Will Buckner +updated slennox's sentinel.tcl to the latest version + +doc/UPDATES1.6 +scripts/sentinel.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2771888 (2002-04-21 16:09:41 +0000) by Will Buckner +Fixed a small documentation error with the switch-logfiles-at setting. + +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit f247e7f (2002-04-16 19:56:33 +0000) by Jeff Fisher +added wcc's chanmoder patch + +doc/UPDATES1.6 +src/chan.h +src/mod/channels.mod/channels.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 68572b8 (2002-04-16 03:51:19 +0000) by Jeff Fisher +added a patch sent by upstream to bugs@ + +doc/UPDATES1.6 +src/mod/seen.mod/seen.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 527d924 (2002-04-16 03:45:48 +0000) by Jeff Fisher +added the qnet patch + +doc/UPDATES1.6 +src/chan.h +src/mod/channels.mod/channels.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dc2c904 (2002-03-29 20:47:47 +0000) by Will Buckner +1.6.11 + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8bbb1db (2002-03-29 05:53:55 +0000) by Jeff Fisher +added Eule's protectfixes patch + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h +src/users.h + +- - - - - - - - - - - - - - - +Commit 33f7959 (2002-03-27 04:27:29 +0000) by Jeff Fisher +reverted the handlen friendly patches since they are broken + +doc/UPDATES1.6 +src/cmds.c +src/dccutil.c +src/mod/irc.mod/cmdsirc.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 1a265c2 (2002-03-27 03:57:38 +0000) by Jeff Fisher +added dw's patch and a small nick2hand fix + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e386c8d (2002-03-23 17:27:52 +0000) by Will Buckner +* fixed a few config file problems +* chattr's description in tcl-commands.doc was unclear relating to + channel-specific flag changes + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2263ad6 (2002-03-22 04:06:25 +0000) by Jeff Fisher +small patch to fix a case of proper pluralization + +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/lang.h +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit e3e2cb2 (2002-03-22 04:01:05 +0000) by Jeff Fisher +added the transfer.french.lang file + +doc/UPDATES1.6 +src/mod/transfer.mod/language/transfer.french.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit a748dee (2002-03-22 03:57:48 +0000) by Jeff Fisher +added another patch to languagify (my words are just great tonight) cmd_who + + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2e9be75 (2002-03-22 03:53:57 +0000) by Jeff Fisher +uselesshack patch applied .. this patch has been around awhile if I +remember + +doc/UPDATES1.6 +src/botcmd.c +src/botnet.c +src/cmds.c +src/dcc.c +src/dccutil.c +src/mod/assoc.mod/assoc.c +src/mod/console.mod/console.c +src/mod/filesys.mod/filesys.c +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 15c2ee2 (2002-03-20 12:59:36 +0000) by Will Buckner +Fixed a missing parenthesis in tcl-commands.doc + +doc/html/tcl-commands.html +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 2575d6a (2002-03-15 01:51:07 +0000) by Will Buckner +more tcl-commands.doc fixes (found by MC_8) + +README +doc/UPDATES1.6 +doc/html/readme.html +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit aeb9cae (2002-03-14 07:10:55 +0000) by Will Buckner +added some missing command options to tcl-commands.doc (found by MC_8) + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0f1a866 (2002-03-12 19:11:32 +0000) by Jeff Fisher +./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 + +aclocal.m4 +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 593546e (2002-03-12 18:07:17 +0000) by Jeff Fisher +added an UPDATES1.6 entry for Uwe's patch (please don't forget these +stdarg) + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1490510 (2002-03-12 18:02:06 +0000) by stdarg +* Null-terminated the cd_cmd_table list (found by Uwe Schindler +) + +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 273ffcd (2002-03-11 19:22:30 +0000) by stdarg +* Made utf_converter 64-bit compatible (needs testing on 64-bit system). + +src/tcl.c + +- - - - - - - - - - - - - - - +Commit fc61cac (2002-03-11 05:17:01 +0000) by Jeff Fisher +1.6.10 here we come + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3bc35b7 (2002-03-11 04:34:16 +0000) by Jeff Fisher +fixed a small error with channel add not showing an error message on +invalid channel prefixes (found by Wcc) + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9157b89 (2002-03-10 18:47:52 +0000) by Will Buckner +"Detected loop: two bots exist named bot2: disconnecting bot3" sounds +better than "Detected loop: disconnecting (bot2): Disconnected bot3". + +doc/UPDATES1.6 +language/core.english.lang +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9002ace (2002-03-10 18:12:34 +0000) by Will Buckner +Forgot README on last commit. + +README + +- - - - - - - - - - - - - - - +Commit a370c6f (2002-03-10 18:10:28 +0000) by Will Buckner +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. + +doc/UPDATES1.6 +doc/html/readme.html +doc/settings/core.settings +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 854cbfa (2002-03-10 17:34:32 +0000) by Jeff Fisher +added Eule's aptch + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9504114 (2002-03-09 21:22:14 +0000) by Will Buckner +forgot some cvs add/remove + +doc/BANS +doc/USERS +doc/eggdrop.doc +doc/html/flags.html + +- - - - - - - - - - - - - - - +Commit 21f8337 (2002-03-09 21:14:16 +0000) by Will Buckner +more doc updates + +CONTENTS +INSTALL +NEWS +README +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/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 +doc/patch.howto +doc/tcl-commands.doc +doc/text-substitutions.doc +doc/tricks +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit a5ea083 (2002-03-09 03:39:15 +0000) by Will Buckner +removed an extra space from the 'Writing channel file...' message + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ccb1da2 (2002-03-07 23:32:03 +0000) by Will Buckner +Fixed a small typo in the channels module documentation. + +doc/settings/mod.channels +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1b1e03d (2002-03-07 21:37:58 +0000) by Jeff Fisher +Make the die messages in the config a bit more verbose + +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit ec1ee6f (2002-03-07 21:18:52 +0000) by Jeff Fisher +added Amir's fix for the uff bug + +doc/UPDATES1.6 +src/mod/share.mod/uf_features.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e1a5a0d (2002-03-07 15:41:18 +0000) by Jeff Fisher +added Boing's patches to make a few commands more handlen friendly + +doc/UPDATES1.6 +src/cmds.c +src/dccutil.c +src/mod/irc.mod/cmdsirc.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 49532f6 (2002-03-07 15:10:17 +0000) by Jeff Fisher +added Eule's cmode.type-defines patch -- getting ready for a 1.6.9 release +in 3 days so get your bugfixes in!! + +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0f7a2c0 (2002-03-07 04:22:59 +0000) by Jeff Fisher +added Amir's botlink() fix from bugs@eggheads.org + +doc/UPDATES1.6 +src/botnet.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0218cf5 (2002-03-07 04:17:29 +0000) by Jeff Fisher +added Eule's flushmode patch + +doc/UPDATES1.6 +src/chan.h +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a3ea5be (2002-03-04 04:27:03 +0000) by Jeff Fisher +got rid of some more returns in alltools.tcl + +scripts/alltools.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit d7924f2 (2002-03-03 02:22:45 +0000) by Will Buckner +A few more commands were missing from tcl-commands.doc. + +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit dabd432 (2002-03-01 21:42:24 +0000) by Will Buckner +modules was missing in tcl-commands.doc. I added this to the html version +and slightly changed the description. + +doc/UPDATES1.6 +doc/html/tcl-commands.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit d492cd4 (2002-03-01 05:59:42 +0000) by Will Buckner +More small doc fixes + +doc/MODULES +doc/compiling.FAQ +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 +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/channels.mod/help/chaninfo.help +src/mod/server.mod/help/set/server.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3ad3a4f (2002-02-28 05:28:40 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0c3e673 (2002-02-28 05:13:57 +0000) by Will Buckner +more doc updates + +FEATURES +Makefile.in +NEWS +doc/BOTNET +doc/MODULES +doc/UPDATES1.6 +doc/eggdrop.doc +doc/first_script.txt +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 +doc/tcl-commands.doc +doc/text-substitutions.doc +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 56c9984 (2002-02-27 18:21:46 +0000) by Jeff Fisher +BarkerJr thought botchk wasn't too clear on the nickname to set ... it +should be the botnet-nick + +scripts/botchk + +- - - - - - - - - - - - - - - +Commit 8ff2622 (2002-02-26 06:09:11 +0000) by Jeff Fisher +a few more protect* changes .. please check them over and see if the logic +is now _more_ correct + +doc/UPDATES1.6 +doc/compiling.FAQ +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit 6d85f4a (2002-02-25 18:15:51 +0000) by Jeff Fisher +added a referenece to LD_LIBRARY_PATH in compiling.FAQ -- most of the info +in there could probably be removed these days + +doc/ABOUT +doc/UPDATES1.6 +doc/compiling.FAQ +doc/html/compiling.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5a1f40c (2002-02-25 15:57:37 +0000) by Jeff Fisher +fixed a bug pointed out by Eule + +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d97a579 (2002-02-25 04:37:09 +0000) by Jeff Fisher +fixed bug #254 -- those of you who use protectfriends/ops please test this +code out before the 1.6.9 release + +doc/ABOUT +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 80733f4 (2002-02-25 03:39:57 +0000) by Will Buckner +made a few cosmetic changes to the configure script + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1e694a7 (2002-02-25 03:34:16 +0000) by Will Buckner +more plural fixes for commands and error messages + +doc/UPDATES1.6 +src/cmds.c +src/mod/filesys.mod/filesys.c +src/mod/server.mod/cmdsserv.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 45b6353 (2002-02-24 16:50:14 +0000) by Jeff Fisher +fixed a bunch of binds, please look over this patch and see if there is a +better solution I'm missing + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit af25518 (2002-02-24 09:09:01 +0000) by Jeff Fisher +added a missing UPDATES1.6 entry + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 401f481 (2002-02-24 07:57:43 +0000) by Jeff Fisher +fixed a small annoying problem when rerunning ./configure + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0f3bb44 (2002-02-24 07:37:01 +0000) by Jeff Fisher +added ITE's modconfig patch + +doc/UPDATES1.6 +misc/modconfig +src/patch.h + +- - - - - - - - - - - - - - - +Commit cabbf3f (2002-02-24 07:17:58 +0000) by Jeff Fisher +added Eule's cleanup patch for a few variables + +doc/UPDATES1.6 +src/mod/channels.mod/userchan.c +src/mod/module.h +src/modules.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 2c936e8 (2002-02-22 13:25:45 +0000) by stdarg +* Updated the "channel info" command to properly list all user-defined +settings. + +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit b31056b (2002-02-22 13:02:27 +0000) by stdarg +* Added bounds checking in lostdcc() + +src/dccutil.c + +- - - - - - - - - - - - - - - +Commit d8d9a22 (2002-02-22 05:26:06 +0000) by Jeff Fisher +added TaKeDa's/ITE's cygwin patch + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 63cc2b0 (2002-02-22 04:04:57 +0000) by Jeff Fisher +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. + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9174950 (2002-02-21 05:55:11 +0000) by Jeff Fisher +forgot patch.h + +src/patch.h + +- - - - - - - - - - - - - - - +Commit f627ea1 (2002-02-21 05:54:23 +0000) by Jeff Fisher +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 + +text/motd + +- - - - - - - - - - - - - - - +Commit 8edb890 (2002-02-20 22:32:35 +0000) by Jeff Fisher +added BHAB's solaris patch slightly modified, please test this + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit d7ed0ad (2002-02-20 22:28:08 +0000) by Jeff Fisher +added the lastoff_bot patch + +doc/UPDATES1.6 +src/botnet.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c5abc65 (2002-02-20 03:32:20 +0000) by Will Buckner +A few more cosmetic fixes I missed.. + +src/cmds.c + +- - - - - - - - - - - - - - - +Commit e8f675a (2002-02-20 00:13:22 +0000) by Will Buckner +owner_cosmetic didn't commit correctly + +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 7989706 (2002-02-19 22:23:35 +0000) by Jeff Fisher +Added Wcc's cosmetic patch as well + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 07d2b31 (2002-02-19 22:21:28 +0000) by Jeff Fisher +added Eule's cosmetic fix for cmd_store + +doc/UPDATES1.6 +src/mod/console.mod/console.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fd30520 (2002-02-19 22:19:24 +0000) by Jeff Fisher +added TaKeDa's flood-kick patch + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0417534 (2002-02-19 22:14:24 +0000) by Jeff Fisher +added TaKeDa's revengemode_fix + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c394308 (2002-02-16 07:22:07 +0000) by Jeff Fisher +added Eule's membercheck patch + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8a4c74d (2002-02-13 05:22:59 +0000) by Will Buckner +Minor config file doc update. + +eggdrop.advanced.conf +eggdrop.complete.conf + +- - - - - - - - - - - - - - - +Commit 69f2267 (2002-02-12 04:00:46 +0000) by Jeff Fisher +added a small fix to detect PART events when they are done properly without +a message + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1007cae (2002-02-12 00:35:24 +0000) by Will Buckner +Fixed a couple of cosmetic problems in cmd_pls_user. + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d8fd544 (2002-02-07 05:14:45 +0000) by Jeff Fisher +added Wcc's init-server patch and also, fixed a small comment bug in +server.c found by Looser long long long long ago + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3128a10 (2002-02-07 05:04:20 +0000) by Jeff Fisher +added dw's newuser patch + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3f92c37 (2002-02-04 05:03:35 +0000) by Will Buckner +MISC_USERFCREATE1 should use origbotname instead of botnetnick + +doc/UPDATES1.6 +language/core.english.lang +language/core.french.lang +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3dd23a1 (2002-02-04 03:53:55 +0000) by Will Buckner +eggdrop.complete.conf + +eggdrop.complete.conf + +- - - - - - - - - - - - - - - +Commit cbd9fd8 (2002-02-04 03:51:29 +0000) by Will Buckner +Added a warning about allow-resync in the config file. + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2b2da31 (2002-01-29 21:08:50 +0000) by Jeff Fisher +added TakeDa's ignore fix patch + +doc/UPDATES1.6 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 084b2d1 (2002-01-27 04:14:25 +0000) by Will Buckner +Some docs were not getting installed correctly. + +doc/Makefile.in +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit d140024 (2002-01-24 21:26:14 +0000) by Will Buckner +Forgot two UPDATES entries. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit db4ac50 (2002-01-22 21:36:23 +0000) by Will Buckner +A password is required to use the NOTES msg command, therefore [pass] +should be in usage notices. + +src/mod/notes.mod/notes.c + +- - - - - - - - - - - - - - - +Commit 40bab72 (2002-01-21 19:19:56 +0000) by Will Buckner +More cosmetic changes + +src/cmds.c +src/mod/channels.mod/cmdschan.c +src/mod/irc.mod/cmdsirc.c +src/mod/server.mod/cmdsserv.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 7c754b0 (2002-01-19 22:18:15 +0000) by Will Buckner +Fixed a small authors.html error. + +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit cca639c (2002-01-19 14:03:36 +0000) by Tothwolf +Small fixes to AUTHORS files + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit 972d995 (2002-01-19 12:47:18 +0000) by Tothwolf +Updated an AUTHORS entry + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit 838cc43 (2002-01-19 11:54:55 +0000) by Tothwolf +Updated an AUTHORS entry + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit b661c94 (2002-01-19 11:34:51 +0000) by Tothwolf +Updated an AUTHORS entry + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit a5b135c (2002-01-19 11:24:23 +0000) by Tothwolf +Updated an AUTHORS entry + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit f511286 (2002-01-19 11:13:46 +0000) by Tothwolf +Updated an AUTHORS entry + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit e8cf045 (2002-01-19 09:22:49 +0000) by Tothwolf +Updated an AUTHORS entry + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit c22407a (2002-01-19 08:56:33 +0000) by Tothwolf +Updated an AUTHORS entry + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit 7c0f7be (2002-01-16 03:24:17 +0000) by Jeff Fisher +added Wcc's cosmetic patch + +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/mod/server.mod/help/set/server.help +src/patch.h +src/tcl.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit a9cd484 (2002-01-16 03:18:01 +0000) by Jeff Fisher +more doc changes by Wcc + +README +doc/ABOUT +doc/UPDATES1.6 +doc/html/about.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 +doc/html/readme.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit 34934e6 (2002-01-14 21:23:50 +0000) by Jeff Fisher +added Eule's patch for memleaks in adduser functions + +doc/UPDATES1.6 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit feeef9f (2002-01-14 21:20:50 +0000) by Jeff Fisher +added ITE's 64 bit archs patch + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0093382 (2002-01-14 21:19:36 +0000) by Jeff Fisher +added BarkerJr's logbotinfo patch + +doc/UPDATES1.6 +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 90cb00e (2002-01-14 21:18:35 +0000) by Jeff Fisher +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? :) + +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 40a39fe (2002-01-14 15:51:12 +0000) by stdarg +* Added #define for 'parties' export. + +src/mod/module.h + +- - - - - - - - - - - - - - - +Commit c22642e (2002-01-14 15:47:42 +0000) by stdarg +* Added 'parties' variable to export table, to tell the length of the +'party' array. + +src/modules.c + +- - - - - - - - - - - - - - - +Commit 46e636b (2002-01-14 15:41:05 +0000) by stdarg +* ginvite_total and gexempt_total were mixed up in the export table (thanks +to amir on egghelp.org for finding this) + +src/modules.c + +- - - - - - - - - - - - - - - +Commit 178041f (2002-01-08 04:28:59 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8281f51 (2002-01-08 04:26:10 +0000) by Jeff Fisher +added BarkerJr's laston_link patch + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fc3a4d5 (2002-01-08 04:24:27 +0000) by Jeff Fisher +couple more small remote boot fixes + +doc/UPDATES1.6 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/botcmd.c +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 36a2aa6 (2002-01-08 04:11:53 +0000) by Jeff Fisher +added a small patch to make sure hand2nick, etc .. return that a user is +known if they are really know + +doc/UPDATES1.6 +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ab61cae (2002-01-03 04:32:55 +0000) by Jeff Fisher +eggdrop1.6.9 here we go + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7530f4c (2002-01-03 03:25:42 +0000) by Jeff Fisher + a few doc fixes, time for the 1.6.8 release folks + +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 + +- - - - - - - - - - - - - - - +Commit df69eae (2002-01-03 01:06:56 +0000) by Jeff Fisher +dang cvs + +doc/html/mod-console.html +doc/html/mod-ctcp.html +doc/html/mod-seen.html +doc/html/mod-uptime.html +doc/html/mod-woobie.html + +- - - - - - - - - - - - - - - +Commit 2878121 (2002-01-03 01:05:43 +0000) by Jeff Fisher +added Wcc's latest doc (wasn't sent via email since his stmp is busted) + +INSTALL +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 +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit f78a20b (2002-01-02 21:51:24 +0000) by Tothwolf +fixed extra 'tricks' file listing + +doc/Makefile.in + +- - - - - - - - - - - - - - - +Commit 8cd8cc2 (2002-01-02 20:54:56 +0000) by Tothwolf +more documentation changes + +doc/ABOUT +doc/PARTYLINE + +- - - - - - - - - - - - - - - +Commit 6a0416e (2002-01-02 20:25:47 +0000) by Jeff Fisher +forgot a couple of cvs adds .. I wish cvs would bitch at me instead of just +letting me forget + +doc/ABOUT +doc/PARTYLINE +doc/html/chat/dalnet_eggdrop.chat + +- - - - - - - - - - - - - - - +Commit e481120 (2002-01-02 20:23:40 +0000) by Jeff Fisher +removed a small tck hack that PPSlim reminded me about .. waiting on a +patch from Wcc to release 1.6.8 + +doc/UPDATES1.6 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 5b2f75d (2002-01-02 08:06:17 +0000) by Tothwolf +more copyright updates and documentation changes + +README +disabled_modules +doc/BOTNET +doc/CONTENTS +doc/KNOWN-PROBLEMS +doc/MODULES +doc/UPDATES1.6 +doc/compiling.FAQ +doc/eggdrop.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/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/patch.howto +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 +doc/text-substitutions.doc +doc/tricks +logs/CONTENTS +scripts/CONTENTS +scripts/help/cmd_resolve.help +scripts/ques5.tcl +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/help/filesys.help +src/mod/filesys.mod/tclfiles.c +src/mod/irc.mod/help/irc.help +src/mod/notes.mod/cmdsnote.c +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/notes.mod/notes.c +src/mod/notes.mod/notes.h +src/mod/server.mod/help/server.help +src/mod/share.mod/help/share.help +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/rfc1459.c +text/CONTENTS + +- - - - - - - - - - - - - - - +Commit 8e690e8 (2002-01-02 05:04:53 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +scripts/autobotchk +src/mod/channels.mod/channels.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0c6fb98 (2002-01-02 03:55:20 +0000) by Jeff Fisher +oops, I was in the wrong dir on the previous commit .. added the cosmetic +patches for purals also now + +doc/UPDATES1.6 +scripts/sentinel.tcl +src/botnet.c +src/mod/filesys.mod/filedb3.c +src/mod/notes.mod/notes.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e8ee6ae (2002-01-02 03:50:49 +0000) by Jeff Fisher +added the sentinel patch and removed a few files I forgot to remove + +doc/UPDATES1.6 +doc/html/app-sharing.html +doc/settings/tricks + +- - - - - - - - - - - - - - - +Commit e97f9b7 (2002-01-02 03:46:41 +0000) by Jeff Fisher +added Wcc's even_more_docs patch + +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/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/patch.howto +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 +doc/text-substitutions.doc +doc/tricks +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/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/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/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/eggautoconf +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/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 +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 +text/banner +text/motd + +- - - - - - - - - - - - - - - +Commit c235823 (2001-12-31 06:47:13 +0000) by Jeff Fisher +added a few small changes to 1.6.8 + +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 + +- - - - - - - - - - - - - - - +Commit 2bda4e7 (2001-12-30 18:38:22 +0000) by Jeff Fisher +some small changes leading upto 1.6.8 (hopefully unless there is a problem +installing the cvs on freebsd machines) + +doc/AUTHORS +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf + +- - - - - - - - - - - - - - - +Commit 1ce34d2 (2001-12-30 07:56:35 +0000) by Jeff Fisher +forgot the UPDATES1.6 file + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit fe8f2e3 (2001-12-30 06:32:43 +0000) by Jeff Fisher +changed nick-len and hand-len to nicklen nad handlen (Wcc is gonna update +the docs .. nick-len is still there for backwards compat + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 1e97a21 (2001-12-30 06:14:01 +0000) by Jeff Fisher +added a few names to AUTHORS -- I need some realnames though for stdarg, +BarkerJr and uhm ... *thinks* + +doc/AUTHORS +src/patch.h + +- - - - - - - - - - - - - - - +Commit f442cf6 (2001-12-29 21:46:29 +0000) by Jeff Fisher +added Wcc's patch to update some more docs + +doc/BOTNET +doc/UPDATES1.6 +doc/first_script.txt +src/patch.h + +- - - - - - - - - - - - - - - +Commit 809b40a (2001-12-29 21:06:38 +0000) by Jeff Fisher +small bug in the transfer.mod language files was introduced by a patch made +before the transfer.mod had language files + +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ac5d4e9 (2001-12-29 06:17:17 +0000) by Jeff Fisher +oops forgot to delete a line + +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit d5016bc (2001-12-29 05:52:35 +0000) by Jeff Fisher +added Wcc's old_debugs patch + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7f2159f (2001-12-29 05:49:47 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fae7c43 (2001-12-29 05:48:34 +0000) by Jeff Fisher +added Wcc's cosmetic patch + +doc/UPDATES1.6 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit f874a79 (2001-12-29 05:45:12 +0000) by Jeff Fisher +added Wcc's patch to set defaults on net-type 5 for max-bans and max-modes + +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3ca1181 (2001-12-29 05:43:34 +0000) by Jeff Fisher +added Wcc's handlen patch + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 871b787 (2001-12-29 05:38:50 +0000) by Jeff Fisher +added the sum whom patch by BarkerJr + +doc/UPDATES1.6 +src/botnet.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 45f5ad1 (2001-12-26 05:03:31 +0000) by Tothwolf +even more copyright updates + +doc/html/app-textsub.html +doc/text-substitutions.doc + +- - - - - - - - - - - - - - - +Commit 6115c51 (2001-12-26 04:43:57 +0000) by Tothwolf +more copyright updates + +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 +doc/text-substitutions.doc +src/bg.c +src/compat/inet_aton.c +src/compat/strftime.h +src/main.c +src/modules.c + +- - - - - - - - - - - - - - - +Commit b15181e (2001-12-26 03:50:42 +0000) by Tothwolf +copyright updates + +doc/UPDATES1.6 +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 +doc/text-substitutions.doc +src/modules.c + +- - - - - - - - - - - - - - - +Commit 05d2934 (2001-12-23 06:52:30 +0000) by Jeff Fisher +tcl_bot should be tcl_boot + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 35c333b (2001-12-23 06:49:13 +0000) by Jeff Fisher +added a small fix for tcl_boot + +doc/UPDATES1.6 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 63b52ae (2001-12-22 20:58:34 +0000) by Jeff Fisher +added Wcc's nettype_modes patch + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 237edcc (2001-12-22 20:25:17 +0000) by Jeff Fisher +added my correctname patch + +doc/UPDATES1.6 +src/chanprog.c +src/main.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 +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 126c3fd (2001-12-22 06:43:57 +0000) by Jeff Fisher +I'll properly fix it this time okay + +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1760abe (2001-12-22 05:02:01 +0000) by Jeff Fisher +added a very small patch to get the proper channel key on op + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 10526a6 (2001-12-22 04:42:17 +0000) by Jeff Fisher +added my nopass.diff + +doc/UPDATES1.6 +src/mod/ctcp.mod/ctcp.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1fe32d1 (2001-12-21 18:51:11 +0000) by Jeff Fisher +added this patch from 1.6.7 + +doc/UPDATES1.6 +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 45a81ba (2001-12-21 05:57:28 +0000) by Jeff Fisher +better updates entry + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit b033d73 (2001-12-21 05:12:37 +0000) by Jeff Fisher +added BarkerJr's whomsg patch + +doc/UPDATES1.6 +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0559d3f (2001-12-21 00:41:41 +0000) by Jeff Fisher +fixed botisop, botisvoice, and botonchan (I forgot to change argc > 2 to > +1) + +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f18a73f (2001-12-20 21:05:13 +0000) by Jeff Fisher +oops, thanks BarkerJr for that little fix + +doc/UPDATES1.6 +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f5c24f9 (2001-12-20 18:52:11 +0000) by Jeff Fisher +applied a few more changes to some tcl commands to make them take an +optional channel argument + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f046d2b (2001-12-20 17:37:20 +0000) by Jeff Fisher +added my onchanfix patch + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c616b78 (2001-12-20 07:51:26 +0000) by Jeff Fisher +added stdarg's tcl_traffic patch (which was modified by yours truly) + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/patch.h +src/tcldcc.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 05c2afe (2001-12-20 06:53:15 +0000) by Jeff Fisher +added my cmd_servers.diff and yes I fixed the cosmetic bug as pointed out +by Wcc + +doc/UPDATES1.6 +src/mod/server.mod/cmdsserv.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e4a5620 (2001-12-20 06:32:01 +0000) by Jeff Fisher +added my localmodules patch + +doc/UPDATES1.6 +help/cmds2.help +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6299a18 (2001-12-20 04:53:28 +0000) by Jeff Fisher +cleaned up show_motd a bit and fixed a bug with show_banner not reseting +help_subst + +doc/UPDATES1.6 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/lang.h +src/misc.c + +- - - - - - - - - - - - - - - +Commit 87857bd (2001-12-20 00:10:43 +0000) by Jeff Fisher +added autom4te.cache to make distrib and also added need limit to +doc/tcl-commands.doc + +Makefile.in +config.h.in +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit c75ab05 (2001-12-19 07:30:59 +0000) by Jeff Fisher +added my jumpfix patch + +doc/UPDATES1.6 +src/mod/server.mod/tclserv.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ecc1c9f (2001-12-19 06:29:21 +0000) by Jeff Fisher +applied my morespeedyness.diff to speed up some more tcl commands + +doc/UPDATES1.6 +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 06285f5 (2001-12-19 04:58:39 +0000) by Jeff Fisher +added Wcc's doc updates for BHAB's serverdocfix patch + +doc/html/mod-server.html +doc/settings/mod.server +src/patch.h + +- - - - - - - - - - - - - - - +Commit 38a616f (2001-12-19 04:57:54 +0000) by Jeff Fisher +added Eule's small-fixes patch + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4a0b5f2 (2001-12-19 02:59:08 +0000) by Jeff Fisher +added a found by for Wcc's whois_ports patch + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit a619e84 (2001-12-18 17:21:35 +0000) by Jeff Fisher +more doc updates! yay + +doc/BUG-REPORT +doc/CONTENTS +doc/MODULES +doc/UPDATES1.6 +doc/patch.howto +doc/settings/CONTENTS +doc/settings/mod.compress +doc/settings/mod.transfer +doc/tcl-commands.doc +doc/text-substitutions.doc +doc/tricks +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9945431 (2001-12-18 17:19:26 +0000) by Jeff Fisher +added BHAB's server password doc fix -- Wcc could you please update the +other related docs + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit b6e97b8 (2001-12-18 16:40:58 +0000) by Jeff Fisher +sped up hand2nick a ton (people using it alot on big userlists should +notice the difference greatly) + +doc/UPDATES1.6 +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1af2739 (2001-12-16 15:07:07 +0000) by Jeff Fisher +oops + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 84184bc (2001-12-16 14:56:00 +0000) by Jeff Fisher +applied Eule's membercheck 2 & 3 patches + +doc/UPDATES1.6 +src/chan.h +src/cmds.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/msgcmds.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 6db3e01 (2001-12-16 14:40:17 +0000) by Jeff Fisher +added BarkerJr's patch, also please do not use C++ comments in your patches + + +doc/UPDATES1.6 +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit df43b21 (2001-12-16 14:37:23 +0000) by Jeff Fisher +forgot rename mod.channel to mod.channels + +doc/settings/mod.channel +doc/settings/mod.channels + +- - - - - - - - - - - - - - - +Commit afbcd0e (2001-12-14 18:48:23 +0000) by Jeff Fisher +fixed a small make install error + +doc/Makefile.in +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 71fd978 (2001-12-14 05:44:52 +0000) by Jeff Fisher +Fabian knows my pain .. forgetting to cvs add and remove + +doc/settings/CONTENTS +doc/settings/contents + +- - - - - - - - - - - - - - - +Commit f7292bd (2001-12-14 05:43:11 +0000) by Jeff Fisher +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 + +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 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5f3875d (2001-12-14 05:38:12 +0000) by Jeff Fisher +applied BarkerJr's patch to update doc/MODULES + +doc/MODULES +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit b440375 (2001-12-14 05:32:11 +0000) by Jeff Fisher +added Wcc's whois_ports patch + +doc/UPDATES1.6 +src/patch.h +src/userent.c + +- - - - - - - - - - - - - - - +Commit df09b34 (2001-12-14 05:30:06 +0000) by Jeff Fisher +stdarg's note fix patch + +doc/UPDATES1.6 +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 89edfac (2001-12-08 18:16:03 +0000) by Jeff Fisher +added BarkerJr's uptime doc + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 19ee676 (2001-12-07 20:14:45 +0000) by Jeff Fisher +lets go 1.6.8 + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cde66f2 (2001-12-07 18:20:30 +0000) by Matthew Hallacy +Hah, slipping this in, makes action.fix handle irssi (and a few others) +"broken" behavior. + +scripts/action.fix.tcl + +- - - - - - - - - - - - - - - +Commit 6c1e7a4 (2001-12-06 04:57:41 +0000) by Jeff Fisher +forgot patch.h *sigh* + +src/patch.h + +- - - - - - - - - - - - - - - +Commit cb7df68 (2001-12-06 04:57:17 +0000) by Jeff Fisher +fixed a small annoying thing I just noticed concerning +statuslog being +shown when we aren't on a server + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 51bec2d (2001-12-06 04:52:19 +0000) by Jeff Fisher +ITE's cygwin patch + +aclocal.m4 +config.h.in +configure +configure.in +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 04e5928 (2001-12-05 04:12:07 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/mod/transfer.mod/language/transfer.english.lang +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3d3b665 (2001-12-04 21:11:57 +0000) by Jeff Fisher +fixed a small typo + +aclocal.m4 +config.h.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit d68f610 (2001-12-04 20:12:55 +0000) by Jeff Fisher +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. + +aclocal.m4 +config.h.in +configure +configure.in +doc/UPDATES1.6 +doc/compiling.FAQ +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4a96d3f (2001-12-04 19:58:07 +0000) by Jeff Fisher +added Eule's membercheck patch + +doc/UPDATES1.6 +src/cmds.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/msgcmds.c +src/mod/modvals.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2e3d52f (2001-12-03 03:02:41 +0000) by Jeff Fisher +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 + +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d2999ac (2001-12-03 02:57:31 +0000) by Jeff Fisher +*sigh* .. its fixed now + +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f656308 (2001-12-03 02:31:04 +0000) by Jeff Fisher +silly guppy .. adding stuff wrong + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f49eacd (2001-12-02 21:43:28 +0000) by Jeff Fisher +here are some Frecnh language files to feast on + +doc/UPDATES1.6 +src/mod/assoc.mod/language/assoc.french.lang +src/mod/console.mod/language/console.french.lang +src/mod/notes.mod/language/notes.french.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit b80b288 (2001-12-02 21:38:57 +0000) by Jeff Fisher +dang period instead of a comma + +src/mod/transfer.mod/language/transfer.english.lang + +- - - - - - - - - - - - - - - +Commit 954a7a5 (2001-12-02 19:35:31 +0000) by Jeff Fisher +added a missing Id tag and removed an extra language message not being used + + +src/mod/transfer.mod/language/transfer.english.lang + +- - - - - - - - - - - - - - - +Commit 1ce5cd6 (2001-12-02 07:35:07 +0000) by Jeff Fisher +oops .. canadian on cold pills here + +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8cd6feb (2001-12-02 07:17:24 +0000) by Jeff Fisher +added the patch for %n support to the motd stuff ... its getting late, dont +expect my changelogs to be masterpieces hehe + +doc/UPDATES1.6 +doc/html/app-textsub.html +doc/text-substitutions.doc +help/set/cmds1.help +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0c86221 (2001-12-02 07:11:15 +0000) by Jeff Fisher +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. + +doc/UPDATES1.6 +src/mod/transfer.mod/language/transfer.english.lang +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 878c3b2 (2001-12-01 21:45:10 +0000) by Matthew Hallacy +Update help files for new bind changes, we really need a few helpfile +format =P + +help/cmds1.help +help/cmds2.help +help/core.help + +- - - - - - - - - - - - - - - +Commit 44bdba0 (2001-12-01 04:31:29 +0000) by Jeff Fisher +got rid of some language which didn't really fully describe what the +problem was + +doc/UPDATES1.6 +language/core.english.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7751997 (2001-11-30 21:16:00 +0000) by Matthew Hallacy +scum. + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 08970b9 (2001-11-30 01:34:24 +0000) by Jeff Fisher +applied ITE's divert2 patch after I got off crack + +aclocal.m4 +config.h.in +configure +doc/UPDATES1.6 +misc/config.guess +misc/config.sub +src/patch.h + +- - - - - - - - - - - - - - - +Commit 32a37fd (2001-11-29 23:25:37 +0000) by Jeff Fisher +applied my security patch + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 756a65c (2001-11-29 05:48:38 +0000) by Jeff Fisher +applied my banproblems patch -- its even tested, hopefully some others can +test this and see if it fixes their problems as well + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cab9a98 (2001-11-29 04:43:39 +0000) by Jeff Fisher +more spelling related things + +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/help/channels.help +src/mod/console.mod/help/console.help +src/mod/ctcp.mod/help/set/ctcp.help +src/mod/irc.mod/help/irc.help +src/mod/server.mod/help/server.help +src/mod/server.mod/help/set/server.help +src/mod/server.mod/server.c +src/mod/share.mod/help/share.help +src/mod/share.mod/share.c +src/mod/transfer.mod/help/set/transfer.help +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f1b208b (2001-11-29 02:53:33 +0000) by Jeff Fisher +applied Wcc's optimize patch with a minor change for backwards compat + +doc/UPDATES1.6 +src/mod/filesys.mod/files.c +src/mod/filesys.mod/help/filesys.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 08d2a3f (2001-11-28 23:51:16 +0000) by Jeff Fisher +Hanno's patch to fix testip + +doc/UPDATES1.6 +scripts/alltools.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 29c66f5 (2001-11-28 23:26:05 +0000) by Jeff Fisher +applied Eule's sotpnethack patch and wcc's doc patch + +INSTALL +doc/UPDATES1.6 +doc/text-substitutions.doc +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2ad65cc (2001-11-28 23:17:41 +0000) by Jeff Fisher +applied Wcc's patch for +M support on Dalnet + +doc/UPDATES1.6 +src/chan.h +src/mod/channels.mod/channels.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 97b6843 (2001-11-28 23:10:39 +0000) by Jeff Fisher +applied Wcc's small patch for the compress module and Lam's +a patch for +\!channels + +doc/UPDATES1.6 +src/mod/compress.mod/compress.c +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7a7ecd8 (2001-11-21 00:07:43 +0000) by Jeff Fisher +tcl_botattr is now fixed + +doc/UPDATES1.6 +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 3f2d453 (2001-11-16 05:01:32 +0000) by Jeff Fisher +stdarg fixed a bogus memory leak + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 82389ef (2001-11-16 04:48:43 +0000) by Jeff Fisher +removed usetsend and some other unused crap in uptime.mod + +doc/UPDATES1.6 +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 48d9ae3 (2001-11-15 22:48:39 +0000) by Ryan Butler +Fixed guppy's fat fingering + +scripts/getops.tcl + +- - - - - - - - - - - - - - - +Commit 157c515 (2001-11-15 14:11:02 +0000) by Matthew Hallacy +Grr, these stupid bugs are *really* annoying me. + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 64793eb (2001-11-15 06:28:36 +0000) by Jeff Fisher +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. + +doc/UPDATES1.6 +scripts/autobotchk +scripts/cmd_resolve.tcl +scripts/getops.tcl +scripts/userinfo.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1e52f8e (2001-11-14 16:25:48 +0000) by Jeff Fisher +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. + +doc/UPDATES1.6 +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f54f06f (2001-11-13 22:55:20 +0000) by Jeff Fisher +lets fix tcl_setuser alsopico doc/UPDATES1.6 + +doc/UPDATES1.6 +src/patch.h +src/userent.c + +- - - - - - - - - - - - - - - +Commit f09bb0f (2001-11-13 22:51:50 +0000) by Jeff Fisher +lets fix stopnethack-mode 4 + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 161074a (2001-11-11 20:43:12 +0000) by Matthew Hallacy +(more) socket debugging + +doc/UPDATES1.6 +src/net.c + +- - - - - - - - - - - - - - - +Commit 2373286 (2001-11-11 20:24:46 +0000) by Jeff Fisher +Yes, Tcl looks cooler anyways :P~ + +CONTENTS +FEATURES +INSTALL +Makefile.in +NEWS +README +acconfig.h +aclocal.m4 +config.h.in +configure +configure.in +doc/BUG-REPORT +doc/CONTENTS +doc/KNOWN-PROBLEMS +doc/MODULES +doc/compiling.FAQ +doc/eggdrop.doc +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 +doc/tcl-commands.doc +doc/tricks +eggdrop.advanced.conf +eggdrop.complete.conf +scripts/CONTENTS +scripts/compat.tcl +scripts/ques5.tcl +scripts/weed +src/patch.h + +- - - - - - - - - - - - - - - +Commit e3547e6 (2001-11-11 19:56:54 +0000) by Jeff Fisher +we'll just move that line to the proper location + +src/net.c + +- - - - - - - - - - - - - - - +Commit 17298d2 (2001-11-11 03:07:50 +0000) by Matthew Hallacy +Add a continue for EAGAIN + +doc/UPDATES1.6 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6a87747 (2001-11-10 20:01:47 +0000) by Matthew Hallacy +HPUX/FreeBSD fixes for previous socket code changes + +src/net.c + +- - - - - - - - - - - - - - - +Commit 37c587b (2001-11-10 19:48:37 +0000) by Matthew Hallacy +Oops. + +src/net.c + +- - - - - - - - - - - - - - - +Commit 56b0494 (2001-11-10 19:45:34 +0000) by Matthew Hallacy +Fix up some socket code, please report *any* problems, this may not be +acceptable for 1.6.7 release. + +doc/UPDATES1.6 +src/main.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ecf3c92 (2001-11-10 02:11:09 +0000) by Jeff Fisher +typos are being fixed .. lets release this thing already :P + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 30d646e (2001-11-07 05:12:02 +0000) by Jeff Fisher +more doc fixes + +doc/BOTNET +doc/CONTENTS +doc/UPDATES1.6 +doc/eggdrop.doc +doc/html/flags.html +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7638fac (2001-11-05 14:14:23 +0000) by Jeff Fisher +added mod.uptime to the settings dir + +doc/settings/mod.uptime +src/patch.h + +- - - - - - - - - - - - - - - +Commit 068245a (2001-11-05 04:08:28 +0000) by Jeff Fisher +Wcc is much better at spelling then us + +CONTENTS +FEATURES +INSTALL +Makefile.in +NEWS +README +acconfig.h +config.h.in +configure +configure.in +disabled_modules +doc/BOTNET +doc/BUG-REPORT +doc/CONTENTS +doc/KNOWN-PROBLEMS +doc/MODULES +doc/UPDATES1.6 +doc/compiling.FAQ +doc/eggdrop.doc +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/patch.howto +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 +doc/tcl-commands.doc +doc/text-substitutions.doc +doc/tricks +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +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/help/cmd_resolve.help +scripts/help/msg/userinfo.help +scripts/help/userinfo.help +scripts/notes2.tcl +scripts/ques5.tcl +scripts/userinfo.tcl +scripts/weed +src/patch.h +text/CONTENTS + +- - - - - - - - - - - - - - - +Commit 646420d (2001-11-05 03:54:35 +0000) by Jeff Fisher +odd, tcl_chattr was busted .. + +doc/UPDATES1.6 +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 7a4160e (2001-11-04 09:23:34 +0000) by Jeff Fisher +pfft, updates1.6 -- you never cease to amaze me + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 9cba6e5 (2001-11-04 09:18:44 +0000) by Jeff Fisher +fixed an issue that was causing a whole slew of other problems for eggdrop + +doc/UPDATES1.6 +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 58b4b52 (2001-11-03 21:58:18 +0000) by Jeff Fisher +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!!! + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/irc.mod/irc.c +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 76215e4 (2001-10-31 21:07:31 +0000) by Jeff Fisher +small fix for tcldcc.c + +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 5acece7 (2001-10-31 17:46:41 +0000) by Matthew Hallacy +final commit for src/*.c on argv crap. + +doc/UPDATES1.6 +src/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d32c33e (2001-10-31 16:54:07 +0000) by Matthew Hallacy +yum yum. + +doc/UPDATES1.6 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 87bf89f (2001-10-31 15:22:48 +0000) by Matthew Hallacy +more (all of?) the argv mis-usage + +doc/UPDATES1.6 +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 23aad68 (2001-10-31 02:20:56 +0000) by Jeff Fisher +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! + +doc/UPDATES1.6 +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 3f0b04b (2001-10-30 16:04:08 +0000) by Matthew Hallacy +Hey! another banreason patch, I lost count.. + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 34b6d70 (2001-10-30 03:01:02 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2f666c2 (2001-10-30 01:36:10 +0000) by Matthew Hallacy +And one more.. + +src/mod/uptime.mod/uptime.h + +- - - - - - - - - - - - - - - +Commit eea1138 (2001-10-30 01:24:06 +0000) by Matthew Hallacy +erm, copyright info + +src/mod/uptime.mod/uptime.c + +- - - - - - - - - - - - - - - +Commit 7b7444d (2001-10-29 20:20:31 +0000) by Jeff Fisher +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? + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 341a7c6 (2001-10-21 07:06:08 +0000) by Jeff Fisher +Oops, lets fix what stdarg properly this time + +src/modules.c + +- - - - - - - - - - - - - - - +Commit 23db4cd (2001-10-20 23:50:28 +0000) by Matthew Hallacy +* ()'s improve code clarity. + +src/mod/irc.mod/msgcmds.c + +- - - - - - - - - - - - - - - +Commit 09b5966 (2001-10-20 19:03:09 +0000) by Jeff Fisher +a patch by Sup to export some module functions + +doc/UPDATES1.6 +src/mod/module.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 543db9a (2001-10-19 22:53:54 +0000) by Jeff Fisher +oops, I should use the proper words in UPDATES1.6 eh? + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit c4b346b (2001-10-19 21:14:14 +0000) by Jeff Fisher +oops, forgot patch.h + +src/patch.h + +- - - - - - - - - - - - - - - +Commit f873c6d (2001-10-19 21:12:55 +0000) by Jeff Fisher +small fix by stdarg to prevent sendnote from crashing the notes module + +doc/UPDATES1.6 +src/modules.c + +- - - - - - - - - - - - - - - +Commit 65fc888 (2001-10-17 01:58:35 +0000) by Matthew Hallacy +* Bad argv[] use in tcl_userlist + +doc/UPDATES1.6 +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit dfdb4b9 (2001-10-14 18:10:31 +0000) by Matthew Hallacy +* part #3 .. + +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 74ea7e7 (2001-10-14 16:21:49 +0000) by Matthew Hallacy +*** empty log message *** + +src/patch.h + +- - - - - - - - - - - - - - - +Commit c47398c (2001-10-14 16:12:57 +0000) by Matthew Hallacy +fix overflow in adduser, free what we malloc + +doc/UPDATES1.6 +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 2aa516f (2001-10-14 15:06:34 +0000) by Tothwolf +* 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() + +doc/UPDATES1.6 +src/mod/channels.mod/userchan.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 934b4b1 (2001-10-14 14:25:30 +0000) by Matthew Hallacy +Since we're running the uptime stats now, we're free to send the server +again, as per guppy's request. + +src/mod/uptime.mod/uptime.c + +- - - - - - - - - - - - - - - +Commit 40f7db7 (2001-10-11 19:47:04 +0000) by Tothwolf +* Update patch.h + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 458a836 (2001-10-09 17:23:21 +0000) by Tothwolf +fixed buffer overflow in adduser() + +doc/UPDATES1.6 +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 1c4bd44 (2001-10-09 10:55:07 +0000) by Tothwolf +fixed typo in filedb3.c: EBUG_MEM -> DEBUG_MEM removed extra egg_bzero call +from filesys.c + +doc/UPDATES1.6 +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filesys.c + +- - - - - - - - - - - - - - - +Commit f5dc466 (2001-10-07 14:27:01 +0000) by Matthew Hallacy +*** empty log message *** + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4958cc2 (2001-10-07 14:09:12 +0000) by Matthew Hallacy +Fixed multiple crashes introduced by another patch + +src/mod/irc.mod/tclirc.c + +- - - - - - - - - - - - - - - +Commit 8d94b36 (2001-10-05 09:21:59 +0000) by Matthew Hallacy +guh, apparently it got changed quite a while back.. + +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 404428e (2001-10-05 07:26:57 +0000) by Matthew Hallacy +*grumble* when did this get changed? + +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 7cd48c0 (2001-10-03 15:58:07 +0000) by Matthew Hallacy +len = 63... remove a debug line from uptime.mod that was starting to get +annoying + +src/mod/uptime.mod/uptime.c + +- - - - - - - - - - - - - - - +Commit 6acf8da (2001-09-30 05:15:05 +0000) by Tothwolf +Revert broken eggdrop1.6+sunfix.patch (why was this applied?) + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 028f6ef (2001-09-30 05:06:33 +0000) by Tothwolf +Revert broken eggdrop1.6+sunfix.patch (why was this applied?) + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit 68d1dc6 (2001-09-29 06:33:21 +0000) by Jeff Fisher +tothwolf's memory patch ... lets go 1.6.7 + +doc/UPDATES1.6 +src/mem.c +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 1dc960f (2001-09-28 14:07:26 +0000) by Jeff Fisher +newe pid file setting + +doc/UPDATES1.6 +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.complete.conf +scripts/autobotchk +scripts/botchk +src/main.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 3037941 (2001-09-28 02:47:48 +0000) by Matthew Hallacy +! != -, .kickban was semi broken + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 089cdfb (2001-09-26 04:07:39 +0000) by Jeff Fisher +oops, forgot this file + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 42284de (2001-09-26 03:58:20 +0000) by Jeff Fisher +backported BarkerJr's -dynamicban patch and cleaned up a few while loops + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/channels.mod/tclchan.c + +- - - - - - - - - - - - - - - +Commit 3c82bac (2001-09-25 23:21:44 +0000) by Jeff Fisher +replaced old md5 routines with newer ones + +doc/UPDATES1.6 +src/dcc.c +src/md5/md5.h +src/md5/md5c.c +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 7984bf3 (2001-09-25 23:11:59 +0000) by Jeff Fisher +here is the properly indented code for stdarg's uf8 patch + +src/patch.h +src/tcl.c +src/tclegg.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 1f0fb05 (2001-09-24 04:35:55 +0000) by Jeff Fisher +a small bug with banreasons was fixed, related to an previous 1.6.7 patch +by dw + +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit dd6fea7 (2001-09-24 04:25:40 +0000) by Jeff Fisher +here are some backports from 1.7 to 1.6 .. mostly minor + +doc/UPDATES1.6 +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.complete.conf +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/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/modules.c +src/patch.h +src/tcl.c +text/banner +text/motd + +- - - - - - - - - - - - - - - +Commit 0f403f6 (2001-09-23 20:17:47 +0000) by Jeff Fisher +lets test this patchls + +doc/UPDATES1.6 +src/botmsg.c +src/dccutil.c +src/misc.c +src/mod/channels.mod/tclchan.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/tcl.c +src/tclegg.h +src/tclhash.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit a189b87 (2001-09-23 19:56:06 +0000) by Jeff Fisher +here is TaKeDa's wasop fix + +doc/UPDATES1.6 +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6fdd67e (2001-09-23 19:54:07 +0000) by Jeff Fisher +here is a sunos fix + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit dedee63 (2001-08-27 23:25:15 +0000) by Matthew Hallacy +updated userinfo.tcl + +scripts/userinfo.tcl + +- - - - - - - - - - - - - - - +Commit 8bee887 (2001-08-27 23:13:22 +0000) by Matthew Hallacy +PATCH: cmb_boot.patch +Fix booting for people with full length handles + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 584ba8f (2001-08-27 23:08:29 +0000) by Matthew Hallacy +PATCH: wildctcp1.6.patc +Allow wildcard CTCP binding + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 73cf936 (2001-08-27 23:04:18 +0000) by Matthew Hallacy +PATCH: ctcp2help.patch +Move CTCP replies to the help queue + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 49efa16 (2001-08-23 00:40:18 +0000) by Matthew Hallacy +don't send server in uptime.mod packets + +doc/UPDATES1.6 +src/mod/uptime.mod/uptime.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 017fb12 (2001-08-19 09:04:44 +0000) by Matthew Hallacy +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 =) + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f0b042e (2001-08-19 08:41:28 +0000) by Matthew Hallacy +documentation fix for SIGN + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 96166a7 (2001-08-19 08:28:04 +0000) by Matthew Hallacy +*** empty log message *** + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 67a4efc (2001-08-11 08:20:53 +0000) by Jeff Fisher +I found out ITE's realname ... yay .. yay... + +doc/AUTHORS + +- - - - - - - - - - - - - - - +Commit 8fc1910 (2001-08-10 23:14:55 +0000) by Jeff Fisher +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) + +doc/UPDATES1.6 +doc/tcl-commands.doc +scripts/getops.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit fb0d6e6 (2001-08-09 04:00:26 +0000) by Jeff Fisher +applied Kirben's cygwin patch + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit a3b6d3a (2001-08-08 17:29:59 +0000) by Jeff Fisher +small fix for getops + +scripts/getops.tcl + +- - - - - - - - - - - - - - - +Commit 27a8b34 (2001-08-07 13:55:24 +0000) by Matthew Hallacy +PATCH: helppatch.diff + +doc/UPDATES1.6 +src/mod/channels.mod/help/chaninfo.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit abe82c4 (2001-08-07 13:52:37 +0000) by Matthew Hallacy +PATCH: nice_whom.patch + +doc/UPDATES1.6 +src/botnet.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f77871c (2001-08-07 13:43:32 +0000) by Matthew Hallacy +oops, addpatch.. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5034b1c (2001-08-07 13:42:13 +0000) by Matthew Hallacy +PATCH: eggdrop1.6+dalupd.patch + +doc/UPDATES1.6 +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit bd8b8ca (2001-07-29 06:15:57 +0000) by Jeff Fisher +yay .... raven will love this patch + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9c1b04f (2001-07-29 06:08:04 +0000) by Jeff Fisher +sup's hook die ... this has been needed for years right slennox? + +doc/MODULES +doc/UPDATES1.6 +src/cmds.c +src/main.c +src/misc.c +src/mod/module.h +src/mod/modvals.h +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/server.c +src/modules.c +src/patch.h +src/proto.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 83a4933 (2001-07-26 21:57:31 +0000) by Jeff Fisher +added takeda's resync fix patch... + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3e5bedb (2001-07-26 03:59:45 +0000) by Jeff Fisher +Hm.... I thought md5 was borken ... hehe + +doc/UPDATES1.6 +src/patch.h +src/tcl.c +src/tclegg.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit e9dca84 (2001-07-26 03:55:34 +0000) by Jeff Fisher +added Kirben's win32 patch + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6dde5ba (2001-07-25 17:27:21 +0000) by Jeff Fisher +small fix to the channels.mod and a small fix to dw's banreason patch + +src/mod/channels.mod/channels.c +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit edfbfcf (2001-07-25 03:56:09 +0000) by Jeff Fisher +check for a newer eggdrop when using our new channels.mod + +src/mod/channels.mod/channels.c + +- - - - - - - - - - - - - - - +Commit e962bb1 (2001-07-24 21:50:41 +0000) by Jeff Fisher +doh, I forgot to commit the changed configure :P~ + +src/mod/dns.mod/configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9d4c97e (2001-07-24 15:11:15 +0000) by Jeff Fisher +go Kirben, go Kirben, its your birthday + +doc/AUTHORS +src/patch.h + +- - - - - - - - - - - - - - - +Commit ba88f3c (2001-07-24 15:08:22 +0000) by Jeff Fisher +here is Kirben's bind82.patch applied + +doc/UPDATES1.6 +src/mod/dns.mod/Makefile.in +src/mod/dns.mod/configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1e4eafe (2001-07-24 15:02:01 +0000) by Jeff Fisher +yay dw, .. that Vodka helps + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 621b194 (2001-07-24 14:48:13 +0000) by Jeff Fisher +let me strike down thee olde ircd + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cb5e96d (2001-07-24 14:43:35 +0000) by Jeff Fisher +QNX? don't banks use that + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit eeee037 (2001-07-24 14:32:31 +0000) by Jeff Fisher +dang those mismatches ... yay stdarg + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5184b29 (2001-07-24 14:22:32 +0000) by Jeff Fisher +a typo hunting we shall go ... yay Kirben + +doc/UPDATES1.6 +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit af05826 (2001-07-24 14:19:19 +0000) by Jeff Fisher +I thought about doing this years ago .. glad someone did it :P~ + +doc/MODULES +doc/UPDATES1.6 +doc/html/egg-core.html +doc/tcl-commands.doc +help/cmds2.help +src/cmds.c +src/main.c +src/mod/channels.mod/channels.c +src/mod/modvals.h +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit c12987d (2001-07-24 14:09:27 +0000) by Jeff Fisher +well, we know unicode support will work one day :P~ + +doc/UPDATES1.6 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit b9b43ae (2001-07-24 14:05:18 +0000) by Jeff Fisher +go go gadget mobile .. lets do lots of work today on eggdrop + +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 836060d (2001-07-21 06:53:30 +0000) by Jeff Fisher +forgot main.c .. + +src/main.c + +- - - - - - - - - - - - - - - +Commit 43cf8c5 (2001-07-21 06:52:33 +0000) by Jeff Fisher +lets go for 1.6.7 .. I'm gonna make a 1.7 branch off of this + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2890966 (2001-07-18 14:12:03 +0000) by Jeff Fisher +applied Paladin's doc updates patch + +INSTALL +README +doc/UPDATES1.6 +src/mod/channels.mod/help/chaninfo.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8de22f8 (2001-07-18 06:03:29 +0000) by Tothwolf +Autoindenting mess-up + +src/mod/module.h + +- - - - - - - - - - - - - - - +Commit 037161d (2001-07-17 19:53:43 +0000) by Jeff Fisher +here is ITE's expore_define_fix + +doc/UPDATES1.6 +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/module.h +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 433adce (2001-07-16 14:59:42 +0000) by Jeff Fisher +added drummer's delignore patch + +doc/UPDATES1.6 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 6a81f51 (2001-07-16 14:54:02 +0000) by Jeff Fisher +oops, I should apply the patch too I guess + +src/misc.c +src/mod/module.h +src/modules.c +src/proto.h + +- - - - - - - - - - - - - - - +Commit d303204 (2001-07-16 14:53:21 +0000) by Jeff Fisher +applied drummer's patch to get rid of remove_gunk + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1bfddd3 (2001-07-16 05:14:33 +0000) by Jeff Fisher +fixed a tiny buffer overflow in cmd_whois .. + +doc/UPDATES1.6 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit c4eacee (2001-07-15 05:26:42 +0000) by Jeff Fisher +here is a fix for getops and I moved ITE's patches to 1.6.6 + +doc/UPDATES1.6 +scripts/getops.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9bee446 (2001-07-15 05:15:14 +0000) by Jeff Fisher +here is 1.6.6 ... + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c7dc050 (2001-07-14 12:38:56 +0000) by Matthew Hallacy + ITE .conf cleanups, TCL threaded info in DEBUG + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 604b772 (2001-07-14 12:37:08 +0000) by Matthew Hallacy +Cosmetic TCL fixes, plus TCL threaded info, primarily ITE's patch. + +src/chanprog.c +src/cmds.c +src/language.c +src/main.c +src/patch.h +src/tcl.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 275a314 (2001-07-09 15:57:04 +0000) by Jeff Fisher +applied Fabian's modconfig patch ... should I release 1.6.5 tomorrow? all +signs point to yes + +doc/UPDATES1.6 +misc/modconfig + +- - - - - - - - - - - - - - - +Commit ff46e71 (2001-07-07 01:49:24 +0000) by Tothwolf +std_args.h check was missing from configure + +configure +configure.in +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 8c58666 (2001-07-06 16:38:01 +0000) by Jeff Fisher +Sorry about this bug ... newbies shouldn't use linked lists :) + +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 025a073 (2001-07-06 16:36:41 +0000) by Jeff Fisher +here is the limitlegacy patch ... eggdrop had some funny hacks + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 052a04f (2001-07-06 04:48:08 +0000) by Jeff Fisher +couple of fixes to /msg commands + +doc/UPDATES1.6 +src/mod/irc.mod/help/msg/irc.help +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b387b49 (2001-07-05 22:19:51 +0000) by Jeff Fisher +two unalligned colons in the debug code + +src/main.c + +- - - - - - - - - - - - - - - +Commit 8b36dda (2001-07-04 19:27:37 +0000) by Matthew Hallacy +ctcr fix + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e549c76 (2001-07-03 16:47:14 +0000) by Jeff Fisher +Tothwolf's patch to fix his aclocal.m4 patch + +aclocal.m4 +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit b7d3d38 (2001-07-03 16:46:08 +0000) by Jeff Fisher +BAD POPTIX. BAD. + +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0c97bc2 (2001-07-03 01:52:28 +0000) by Matthew Hallacy +guppy's wiremod.diff, check encrypt mod before trying to load + +doc/UPDATES1.6 +src/mod/wire.mod/wire.c + +- - - - - - - - - - - - - - - +Commit 050905b (2001-07-03 01:33:34 +0000) by Matthew Hallacy +isowner.patch by me! + +doc/UPDATES1.6 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 49dd7d1 (2001-07-02 16:39:24 +0000) by Jeff Fisher +oops, forgot patch.h + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9bfcc7a (2001-07-02 16:39:11 +0000) by Jeff Fisher +committed an old patch of dw's that I and others think is useful + +doc/UPDATES1.6 +src/mod/irc.mod/cmdsirc.c + +- - - - - - - - - - - - - - - +Commit 33481be (2001-07-01 07:19:38 +0000) by Jeff Fisher +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~ + +aclocal.m4 +configure + +- - - - - - - - - - - - - - - +Commit 5b4512d (2001-07-01 07:06:30 +0000) by Jeff Fisher +added Sup's inactive patch + +README +doc/UPDATES1.6 +doc/html/chat/efnet_eggfaq.chat +doc/html/readme.html +src/mod/channels.mod/channels.c +src/patch.h +text/motd + +- - - - - - - - - - - - - - - +Commit 9f712e7 (2001-06-30 14:51:16 +0000) by Jeff Fisher +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. + +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ba9606a (2001-06-30 06:34:44 +0000) by Jeff Fisher +my haschanrec patch + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 71e59cf (2001-06-30 06:33:10 +0000) by Jeff Fisher +Sup's shareflood fix ... would some people please test this on irncet and +such ... + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f36a70aa (2001-06-30 06:29:57 +0000) by Jeff Fisher +here are my cleanup patches ... + +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/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 +src/modules.c +src/patch.h +src/tcluser.c +src/userrec.c +src/users.c + +- - - - - - - - - - - - - - - +Commit c352dba (2001-06-29 13:58:54 +0000) by Jeff Fisher +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? + +configure +configure.in +doc/UPDATES1.6 +scripts/getops.tcl +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit e528a70 (2001-06-29 05:09:58 +0000) by Jeff Fisher +One small patch coming up ... I even created this problem I believe .. +silly guppy, mistakes are for lusers + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 17a33b5 (2001-06-28 19:21:56 +0000) by Jeff Fisher +here is my small fixes patch + +doc/UPDATES1.6 +help/cmds1.help +src/cmds.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/channels.help +src/mod/server.mod/server.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0f6c0c0 (2001-06-28 19:10:49 +0000) by Jeff Fisher +oops forget addpatch + +src/patch.h + +- - - - - - - - - - - - - - - +Commit cc0a626 (2001-06-28 19:06:44 +0000) by Jeff Fisher +Kirben's binary patch for Cygwin + +aclocal.m4 +configure +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit ad66f8b (2001-06-28 19:04:28 +0000) by Jeff Fisher +Kirben's compiler patch (affects both unix and cygwin actually) + +doc/UPDATES1.6 +src/mod/compress.mod/configure +src/mod/compress.mod/configure.in +src/mod/dns.mod/configure +src/mod/dns.mod/configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8adf21e (2001-06-28 19:01:14 +0000) by Jeff Fisher +Sup's channels fix patch + +doc/UPDATES1.6 +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 90fbdd4 (2001-06-26 12:45:03 +0000) by Jeff Fisher +oops, forgot to run eggautoconf + +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit 489fe4d (2001-06-25 21:32:08 +0000) by Jeff Fisher +added a fixed up version of Kirben's pthreads patch .. also I forgot an +update for his previous cygwin_bind patch + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 03c1070 (2001-06-25 21:17:03 +0000) by Jeff Fisher +Kirben's cygwin bind patch .. I'm redoing his cygwin pthreads one currently + + +src/mod/dns.mod/configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit f7dad8d (2001-06-25 04:34:03 +0000) by Jeff Fisher +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 + +aclocal.m4 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8497dc8 (2001-06-24 20:50:33 +0000) by Matthew Hallacy +logging fix, extraneous \n's by G`Quann/Florian + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1c65f76 (2001-06-24 20:49:24 +0000) by Matthew Hallacy +florian's 'netstuff' patch. + +doc/UPDATES1.6 +src/mod/module.h +src/modules.c +src/net.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 3d5b4e1 (2001-06-24 20:42:17 +0000) by Matthew Hallacy +ITE's new patch for msg key invite etc + +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 17a04a0 (2001-06-24 20:37:16 +0000) by Matthew Hallacy +jeff's tbuf patch + +aclocal.m4 +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit 36bbd9b (2001-06-24 18:29:48 +0000) by Matthew Hallacy +nuh, my warning re-added =P + +src/mod/ctcp.mod/ctcp.c + +- - - - - - - - - - - - - - - +Commit fdfe260 (2001-06-22 05:52:40 +0000) by Jeff Fisher +here is that pthreads patch with the changes tothwolf talked about + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit ad5e7a5 (2001-06-22 05:49:31 +0000) by Jeff Fisher +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 + +acconfig.h +aclocal.m4 +config.h.in +configure +configure.in +doc/UPDATES1.6 +src/language.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c7131cb (2001-06-21 04:01:22 +0000) by Jeff Fisher +poptix forgot to run autoconf + +configure + +- - - - - - - - - - - - - - - +Commit 2912e89 (2001-06-21 01:21:01 +0000) by Matthew Hallacy +blech. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit a4d3d41 (2001-06-21 01:15:41 +0000) by Matthew Hallacy +Boo hoo, fix my name or i'll cry.. + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 319e2de (2001-06-20 15:57:31 +0000) by Jeff Fisher +fixed + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 814b929 (2001-06-20 14:53:36 +0000) by Matthew Hallacy +Increase the random-ness of rand() + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 537a5d1 (2001-06-20 14:51:00 +0000) by Matthew Hallacy +Sup's .whoami patch + +doc/UPDATES1.6 +help/cmds2.help +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 86a32e3 (2001-06-20 14:48:34 +0000) by Matthew Hallacy +stdarg's unicode fixes, along with buffer overflow(s) + +doc/UPDATES1.6 +src/botmsg.c +src/dccutil.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cc6340c (2001-06-20 14:44:21 +0000) by Matthew Hallacy +Cygwin32 Fixes + +aclocal.m4 +doc/UPDATES1.6 +src/main.c +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/module.h +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7d27e86 (2001-06-17 14:09:31 +0000) by Matthew Hallacy +cleanup, removal of userfix.patch, yawn.. + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4e8e6ef (2001-06-16 01:36:06 +0000) by Matthew Hallacy +Noyga's default-flags in .+user fix + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b44afc8 (2001-06-16 01:33:03 +0000) by Matthew Hallacy +dccdumpfile/dumpfile fixes. + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/misc.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit ddbd4d6 (2001-06-15 05:31:38 +0000) by Tothwolf +*** empty log message *** + +scripts/alltools.tcl + +- - - - - - - - - - - - - - - +Commit f95986a (2001-06-14 12:52:03 +0000) by Matthew Hallacy +*** empty log message *** + +scripts/alltools.tcl + +- - - - - - - - - - - - - - - +Commit 73cd4e3 (2001-06-14 12:39:55 +0000) by Matthew Hallacy +*** empty log message *** + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a4bf4d3 (2001-06-14 00:19:14 +0000) by Tothwolf +added a few more explicit returns + +scripts/alltools.tcl + +- - - - - - - - - - - - - - - +Commit 604b675 (2001-06-14 00:15:21 +0000) by Tothwolf +updated/modified several commands + +scripts/alltools.tcl + +- - - - - - - - - - - - - - - +Commit c86fe3c (2001-06-12 19:51:48 +0000) by Matthew Hallacy +*** empty log message *** + +src/mod/uptime.mod/uptime.c + +- - - - - - - - - - - - - - - +Commit 5cf218b (2001-06-12 19:49:33 +0000) by Matthew Hallacy +*** empty log message *** + +src/mod/uptime.mod/uptime.c + +- - - - - - - - - - - - - - - +Commit 5c1b190 (2001-06-12 17:50:10 +0000) by Matthew Hallacy +we use botnet-nick now, instead of botname + +src/mod/uptime.mod/uptime.c + +- - - - - - - - - - - - - - - +Commit e44ab8b (2001-06-12 17:45:33 +0000) by Matthew Hallacy +*** empty log message *** + +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h + +- - - - - - - - - - - - - - - +Commit b679cd2 (2001-06-12 17:44:42 +0000) by Matthew Hallacy +copyright, attempt to get cvs tags working (never used them myself before) + +src/mod/uptime.mod/Makefile +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h + +- - - - - - - - - - - - - - - +Commit e6538c2 (2001-06-11 02:48:33 +0000) by Matthew Hallacy +uptime.mod 3 of 3 (license) + +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h + +- - - - - - - - - - - - - - - +Commit 5cbb5a0 (2001-06-11 02:45:00 +0000) by Matthew Hallacy +uptime.mod commit 2 of 3 + +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf + +- - - - - - - - - - - - - - - +Commit fa88bd2 (2001-06-11 02:40:13 +0000) by Matthew Hallacy +uptime.mod + +src/mod/uptime.mod/Makefile +src/mod/uptime.mod/modinfo +src/mod/uptime.mod/uptime.c +src/mod/uptime.mod/uptime.h + +- - - - - - - - - - - - - - - +Commit a12b6bb (2001-06-10 00:11:51 +0000) by Matthew Hallacy +filesys memleak fixed, setflags allows flags/channel now like it claimed +to. + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/filesys.mod/tclfiles.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9db9c60 (2001-06-08 17:02:02 +0000) by Matthew Hallacy +teeny tiny addition in tcl-commands.doc for the people who cannot figure +out the obvious. + +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 893b90b (2001-06-08 07:00:47 +0000) by Matthew Hallacy +Boo! updating patch.h with the addpatch script to show the last patch I +applied. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit ee58f7d (2001-06-06 22:49:38 +0000) by Tothwolf +ignorelist entry was slightly wrong + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 8100f13 (2001-06-06 22:34:44 +0000) by Tothwolf +*** empty log message *** + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9082368 (2001-06-06 21:35:52 +0000) by Matthew Hallacy +Sup's ignorelist patch. + +doc/UPDATES1.6 +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 0e53ec2 (2001-06-06 13:20:23 +0000) by Matthew Hallacy + .info locking fix, add .info to .help + +doc/UPDATES1.6 +help/core.help +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/channels.help + +- - - - - - - - - - - - - - - +Commit 209fce1 (2001-06-04 23:41:55 +0000) by Tothwolf +additions/clarifications to tcl-commands.doc + +doc/UPDATES1.6 +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit a7ab309 (2001-06-01 22:07:32 +0000) by Matthew Hallacy +*** empty log message *** + +doc/UPDATES1.6 +scripts/getops.tcl + +- - - - - - - - - - - - - - - +Commit ddd1722 (2001-06-01 22:03:15 +0000) by Jeff Fisher +here is sup's patch to fix .relay and .chaddr + +doc/UPDATES1.6 +src/botnet.c +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 563dcd1 (2001-06-01 22:00:05 +0000) by Jeff Fisher +small cleanup in misc.c by Eugene + +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0d14a85 (2001-06-01 21:56:41 +0000) by Jeff Fisher +new evnt: loaded + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/main.c +src/mod/modvals.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit b3f5d57 (2001-05-25 11:09:16 +0000) by Matthew Hallacy +Update for last 2 patches (mkdir, server var problems) + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 5b8956a (2001-05-25 11:06:04 +0000) by Matthew Hallacy +It's been 3 days, guppy said wait 2, no bad comments on these two patches. + +src/mod/filesys.mod/tclfiles.c +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 08848a8 (2001-05-23 07:00:41 +0000) by Matthew Hallacy +Added my email address, actually testing cvs, guppy says I have write acces +CVS says otherwise... + +scripts/getops.tcl + +- - - - - - - - - - - - - - - +Commit 747596e (2001-05-20 00:25:58 +0000) by Jeff Fisher +oops, after a few hours I finally remembered to commit this + +doc/BUG-REPORT +doc/UPDATES1.6 +doc/eggdrop.doc +doc/html/compiling.html +doc/man1/eggdrop.1 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/cmds.c +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 443ead7 (2001-05-19 22:19:02 +0000) by Jeff Fisher +here we go ... 1.6.5 any time soon because of that dns.mod problem.... + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/main.c +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit e93aed5 (2001-05-18 22:46:37 +0000) by Jeff Fisher +ooo dns.mod now too :P~ + +README +doc/UPDATES1.6 +src/mod/dns.mod/configure +src/mod/dns.mod/configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit c0d65ee (2001-05-18 22:35:04 +0000) by Jeff Fisher +ooo legacy code + +doc/UPDATES1.6 +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a72e5ee (2001-05-14 16:17:00 +0000) by Jeff Fisher +Come on september + +doc/UPDATES1.6 +src/patch.h +src/tcldcc.c +src/tclmisc.c +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 1f28c7e (2001-05-12 20:50:57 +0000) by Jeff Fisher +TaKeDa's patch is now commited + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 38ad5b4 (2001-05-12 20:48:36 +0000) by Jeff Fisher +small small fix to msgm + +doc/UPDATES1.6 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e9d5e6d (2001-04-26 03:41:36 +0000) by Jeff Fisher +applied Sup's helpchans patch + +README +doc/UPDATES1.6 +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 +doc/html/readme.html +src/patch.h +text/motd + +- - - - - - - - - - - - - - - +Commit 3ac738f (2001-04-26 03:38:51 +0000) by Jeff Fisher +applied Eule's patch to save us some cpu + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/modvals.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 002835e (2001-04-19 04:49:54 +0000) by Jeff Fisher +added a few more patches... + +doc/UPDATES1.6 +language/core.english.lang +language/core.german.lang +src/mod/channels.mod/help/chaninfo.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 675fed0 (2001-04-19 04:31:52 +0000) by Jeff Fisher +updated the OS check for IRIX, thank you Kevin + +aclocal.m4 +configure +doc/BUG-REPORT +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 93214d3 (2001-04-13 22:27:14 +0000) by Jeff Fisher +yay, 1.6.5 + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 45aca59 (2001-04-13 19:26:35 +0000) by Jeff Fisher +added Sup's write_debug patch + +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c9d5c7a (2001-04-13 19:25:05 +0000) by Jeff Fisher +more typos and more German translations have been added + +doc/UPDATES1.6 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit fc310d5 (2001-04-13 19:19:14 +0000) by Jeff Fisher +added ITE's weed.patch, also modified weed and autobotchk slighty, sorry +for not sending a patch + +doc/UPDATES1.6 +scripts/autobotchk +scripts/weed +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7af1221 (2001-04-13 06:33:23 +0000) by Jeff Fisher +added sup's patch also a small small small fix to assoc.mod .. a NULL NULL +NULL NULL line was missing + +doc/UPDATES1.6 +src/mod/assoc.mod/assoc.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 3af2b56 (2001-04-13 06:22:11 +0000) by Jeff Fisher +Added some German translations and a German notes language file + +doc/UPDATES1.6 +language/core.german.lang +src/mod/notes.mod/language/notes.german.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit 20cb2c1 (2001-04-12 02:44:23 +0000) by Jeff Fisher +yay, how close are we to releasing 1.6.4 now? + +config.h.in +configure +configure.in +doc/UPDATES1.6 +src/misc_file.c +src/mod/dns.mod/coredns.c +src/mod/notes.mod/cmdsnote.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d53ab14 (2001-04-12 02:41:37 +0000) by Jeff Fisher +here is Krome's .-noteign patch ... yay + +doc/UPDATES1.6 +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 33f5c87 (2001-04-12 02:39:48 +0000) by Jeff Fisher +lets update the copyright info for 2001 k? :P~ + +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/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/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/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/eggautoconf +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/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 +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 +text/banner +text/motd + +- - - - - - - - - - - - - - - +Commit 70e389f (2001-04-07 19:36:53 +0000) by Jeff Fisher +fixed Krome's modes per line bug finally, modes-per-line 3 now works + +doc/UPDATES1.6 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6fdd5b8 (2001-04-06 22:39:52 +0000) by Jeff Fisher +fixed a channel add bug + +doc/UPDATES1.6 +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit d9764d9 (2001-04-06 22:31:03 +0000) by Jeff Fisher +added a small typo patch + +doc/UPDATES1.6 +scripts/ques5.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5164e61 (2001-04-06 22:29:47 +0000) by Jeff Fisher +applied nakee's solaris compile fix + +aclocal.m4 +configure +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit deaf5a3 (2001-04-06 22:28:43 +0000) by Jeff Fisher +applied Zart's patch to make the unicode shit handle tcl version > 9 + +doc/UPDATES1.6 +src/botmsg.c +src/dccutil.c +src/misc.c +src/mod/channels.mod/tclchan.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit b10be90 (2001-04-02 22:50:31 +0000) by Jeff Fisher +added sup's patch, who thinks 1.6.4 on friday or saturday? I got a few +things I'll be sending on wed + +doc/UPDATES1.6 +scripts/alltools.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 006bb98 (2001-04-01 17:42:55 +0000) by Jeff Fisher +applied kirben's cygwin patch + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 59a9682 (2001-04-01 16:02:47 +0000) by Jeff Fisher +gave poptix more credit for getops.tcl + +scripts/getops.tcl + +- - - - - - - - - - - - - - - +Commit c97f8ee (2001-03-18 23:00:32 +0000) by Jeff Fisher +here is wingman's bug fix, yay + +src/botmsg.c +src/dccutil.c +src/misc.c +src/mod/channels.mod/tclchan.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit bc2838d (2001-03-17 23:25:12 +0000) by Jeff Fisher +per's patch for .stick + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit b20a89b (2001-03-17 23:20:57 +0000) by Jeff Fisher +typos fixed by eugene + +doc/KNOWN-PROBLEMS +language/core.german.lang +scripts/notes2.tcl +scripts/userinfo.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 898b769 (2001-03-17 23:19:51 +0000) by Jeff Fisher +abraham's patch for remote boots + +doc/UPDATES1.6 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit d01d5f4 (2001-03-11 21:00:34 +0000) by Jeff Fisher +added a fix to Wingman's unicode patch + +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 14aed69 (2001-03-11 07:02:57 +0000) by Jeff Fisher +Applied ITE's patch to fix a small remote motd bug -- good work ITE. + +doc/UPDATES1.6 +doc/text-substitutions.doc +help/cmds2.help +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cd15eb5 (2001-03-10 22:44:47 +0000) by Jeff Fisher +ITE's dns fix .. yay .. such a simple fix + +doc/UPDATES1.6 +src/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5d3c90a (2001-03-10 22:38:03 +0000) by Jeff Fisher +added Wingman's patch to remove debug-tcl + +doc/UPDATES1.6 +src/patch.h +src/tcl.c +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 92541ad (2001-03-10 22:32:11 +0000) by Jeff Fisher +added Wingman's encryption fix patch, this does the same as ITE's but +Wingman's was there first, sorry ITE. + +doc/UPDATES1.6 +src/mod/blowfish.mod/blowfish.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fca0831 (2001-03-10 06:36:20 +0000) by Jeff Fisher +Wingman's utf8 fix ... please test this alot people :P~ + +doc/UPDATES1.6 +src/botmsg.c +src/dccutil.c +src/misc.c +src/mod/channels.mod/tclchan.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 16d657f (2001-02-27 21:33:19 +0000) by Jeff Fisher +time for 1.6.4, looks like we have bugs already + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 038f7b3 (2001-02-27 17:06:28 +0000) by Jeff Fisher +reverted the Makefile patch and the protect-telnet patch before 1.6.3 -- we +are ready to release + +Makefile.in +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bed0453 (2001-02-27 03:18:24 +0000) by Jeff Fisher +lets make blowfish more friendly + +doc/UPDATES1.6 +src/mod/blowfish.mod/blowfish.c +src/mod/module.h +src/mod/modvals.h +src/mod/wire.mod/wire.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0c11eab (2001-02-26 04:17:09 +0000) by Jeff Fisher +nakee's makefile fix + +Makefile.in +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit be58cc6 (2001-02-26 03:56:18 +0000) by Jeff Fisher +this memory leak has existed for a long time, pre 1.6 :P~ + +doc/UPDATES1.6 +src/patch.h +src/userent.c + +- - - - - - - - - - - - - - - +Commit f0e82dc (2001-02-25 07:33:35 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/net.c +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit b955413 (2001-02-25 07:05:04 +0000) by Jeff Fisher +new sentinel version + +doc/UPDATES1.6 +scripts/sentinel.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit f577128 (2001-02-24 20:15:17 +0000) by Jeff Fisher +fireball's protect-telnet patch + +doc/UPDATES1.6 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 053d9c7 (2001-02-24 20:11:45 +0000) by Jeff Fisher +jason's shareexpire patch + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1046737 (2001-02-24 20:08:51 +0000) by Jeff Fisher +added tothwolf's root patch + +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 + +- - - - - - - - - - - - - - - +Commit b76c906 (2001-02-16 03:48:46 +0000) by Tothwolf +*** empty log message *** + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit 9c0d5f4 (2001-02-15 04:33:18 +0000) by Tothwolf +Reversed putkickall patch + +doc/tcl-commands.doc +src/mod/irc.mod/tclirc.c + +- - - - - - - - - - - - - - - +Commit d60a876 (2001-02-11 17:57:31 +0000) by Jeff Fisher +finally, msg_hello is fixed + +doc/UPDATES1.6 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1048c73 (2001-02-11 17:55:03 +0000) by Jeff Fisher +putkickall, I am for this command since I have written it myself in tcl +various times + +doc/UPDATES1.6 +doc/tcl-commands.doc +src/mod/irc.mod/tclirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6f1871a (2001-01-31 05:40:14 +0000) by Jeff Fisher +jason's notes patch ... + +doc/UPDATES1.6 +src/mod/notes.mod/language/notes.english.lang +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6eecc74 (2001-01-31 05:38:06 +0000) by Jeff Fisher +more revengebot crap Thanks fabian, the code is cleaner .. + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9c6e998 (2001-01-31 05:34:23 +0000) by Jeff Fisher +sigterm-default.diff -- I agree wit this, kill -9 is bad + +doc/UPDATES1.6 +eggdrop.complete.conf +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bf5b3b8 (2001-01-31 05:32:31 +0000) by Jeff Fisher +added tclstuff.diff -- finally, we can see our tcl version in a .status + + +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 + +- - - - - - - - - - - - - - - +Commit cbdf209 (2001-01-27 06:26:40 +0000) by Tothwolf +*** empty log message *** + +src/dccutil.c + +- - - - - - - - - - - - - - - +Commit f66e63a (2001-01-26 21:18:22 +0000) by Jeff Fisher +Tothwolf's lastest i18n fix + +src/dccutil.c +src/misc.c +src/patch.h +src/tcl.c +src/tclegg.h + +- - - - - - - - - - - - - - - +Commit c1f061f (2001-01-26 21:06:14 +0000) by Jeff Fisher +applied sup's helpchans patch + +README +doc/UPDATES1.6 +doc/html/readme.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit e170d14 (2001-01-24 13:43:36 +0000) by Tothwolf +Call Tcl_FindExecutable() in tcl.c before Tcl_SetSystemEncoding() + +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit a2ba20b (2001-01-23 04:33:56 +0000) by Jeff Fisher +applied revengebot.patch (slightly modified by myself) -- please test as I +dont use revengebot ever + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ab8bf83 (2001-01-22 23:47:34 +0000) by Jeff Fisher +applied reserved-portrange.diff (yay) + +doc/UPDATES1.6 +doc/html/egg-core.html +doc/settings/core.settings +eggdrop.complete.conf +help/core.help +help/set/cmds1.help +help/set/cmds2.help +src/dccutil.c +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/transfer.mod/transfer.c +src/modules.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 537ee6c (2001-01-22 23:41:11 +0000) by Jeff Fisher +applied Tothwolf's i18n support patch -- lets test this one, cause it would +be good for 1.6.4 + +doc/UPDATES1.6 +src/patch.h +src/tcl.c +src/tclegg.h + +- - - - - - - - - - - - - - - +Commit f935a73 (2001-01-22 23:34:41 +0000) by Jeff Fisher +applied a small patch by ppslim + +doc/UPDATES1.6 +doc/tcl-commands.doc +help/cmds1.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit cf59b66 (2001-01-21 07:49:05 +0000) by Jeff Fisher +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 + +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 705ed90 (2001-01-21 07:32:40 +0000) by Jeff Fisher +our noteusage fix .. brought to you by the makers of Sup. + +doc/UPDATES1.6 +src/mod/notes.mod/cmdsnote.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6e1db62 (2001-01-21 07:25:48 +0000) by Jeff Fisher +applied Jason's -host patch (now how am I suppose to get around that +k +flag? ) + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ee1687c (2001-01-19 08:16:59 +0000) by Tothwolf +autoconf needed to be run + +configure + +- - - - - - - - - - - - - - - +Commit e7a9ba9 (2001-01-17 23:32:44 +0000) by Jeff Fisher +oops I did it again .. Britney Spears, , this fixes .binds + +doc/UPDATES1.6 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit c1134bf (2001-01-16 17:13:24 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/botcmd.c +src/botmsg.c +src/botnet.c +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1f9b625 (2001-01-15 03:28:10 +0000) by Jeff Fisher +welcome to 1.6.3 land boys and girls + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7817fc4 (2001-01-15 02:44:31 +0000) by Jeff Fisher +updated the recommended tcl version to 8.3.2 .. working on a 1.6.2 release +soon + +configure.in + +- - - - - - - - - - - - - - - +Commit 7e8ffad (2001-01-15 00:25:06 +0000) by Jeff Fisher +fixed UPDATES1.6, we were missing an entry. + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit eacc6a2 (2001-01-08 03:43:06 +0000) by Jeff Fisher +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 + +doc/UPDATES1.6 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 32a5815 (2001-01-08 03:30:57 +0000) by Jeff Fisher +applied blaster's tclhash patch slightly + +doc/UPDATES1.6 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 7e229ae (2000-12-23 06:15:46 +0000) by Jeff Fisher +quickly fixed chaddr .. looked over cmds.c for anymore broken strncpyz, and +couldn't seem to find any + +doc/UPDATES1.6 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9ad01a5 (2000-12-23 06:11:34 +0000) by Jeff Fisher +ITE's trafficfix patch (slightly modified to fix a compiler warning and a +problem in net.c dealing with extern) + +doc/UPDATES1.6 +help/cmds2.help +help/core.help +src/cmds.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e6eeb00 (2000-12-21 20:20:03 +0000) by Jeff Fisher +ITE's configure path fix patch + +aclocal.m4 +configure +configure.in +doc/UPDATES1.6 +src/mod/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit c18fcd5 (2000-12-21 20:12:43 +0000) by Jeff Fisher +sharefix.diff has been applied, slightly modified since I realized I sent +the wrong patch :) + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d2846b5 (2000-12-19 22:17:12 +0000) by Jeff Fisher +forgot the revenge fix in patch.h + +src/patch.h + +- - - - - - - - - - - - - - - +Commit a48170c (2000-12-19 21:56:40 +0000) by Jeff Fisher +applied toot's two patches (revengefix and the one to eggdev about XTRA +info breaking) + +doc/UPDATES1.6 +src/mod/channels.mod/tclchan.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit 98fa7fb (2000-12-18 20:24:16 +0000) by Jeff Fisher +oops + +src/misc.c + +- - - - - - - - - - - - - - - +Commit 927db9b (2000-12-18 20:18:51 +0000) by Jeff Fisher +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. + +src/misc.c + +- - - - - - - - - - - - - - - +Commit 5886e26 (2000-12-17 21:48:42 +0000) by Jeff Fisher +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 + +src/mod/module.h +src/proto.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit c785268 (2000-12-17 21:37:46 +0000) by Jeff Fisher +TaKeDa's negative limit patch + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b615be6 (2000-12-14 04:11:55 +0000) by Jeff Fisher +guppy: fabian's share_status_message fix, fixes a few problems with +userfile sharing + +doc/UPDATES1.6 +src/mod/share.mod/share.c +src/mod/share.mod/uf_features.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6bbb800 (2000-12-10 15:10:27 +0000) by Jeff Fisher +guppy: core_cleanup.diff ... + +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 + +- - - - - - - - - - - - - - - +Commit b6086b2 (2000-12-08 03:07:38 +0000) by Jeff Fisher +guppy: added my tclfiles.diff (left out the shit to remove the check for # +in tcl_utimers and tcl_timers) + +doc/UPDATES1.6 +src/patch.h +src/tcldcc.c +src/tclmisc.c +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 8c0ffa8 (2000-12-06 02:45:38 +0000) by Jeff Fisher +guppy: Sup's stickfix patch + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/channels.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 27a90d2 (2000-12-06 02:35:18 +0000) by Jeff Fisher +guppy: fabian's transfer_fclose_fix + +doc/UPDATES1.6 +src/mod/channels.mod/userchan.c +src/mod/transfer.mod/transfer.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit dabcf04 (2000-12-06 02:32:18 +0000) by Jeff Fisher +guppy: Eule's efnetcycle patch + +doc/UPDATES1.6 +src/chan.h +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 083d807 (2000-11-29 03:10:24 +0000) by Jeff Fisher +Eule's delayvoice patch + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit f4e2334 (2000-11-29 02:52:05 +0000) by Jeff Fisher +Tothwolf's unused language cleanup + +doc/UPDATES1.6 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/lang.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit fe39823 (2000-11-29 02:49:20 +0000) by Jeff Fisher +part of sup's variable fix patch. + +doc/UPDATES1.6 +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 076515d (2000-11-29 02:46:16 +0000) by Jeff Fisher +added Tothwolf's thread-stuff-fixed patch + +aclocal.m4 +configure +configure.in +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit daa483d (2000-11-23 03:56:40 +0000) by Jeff Fisher +guppy: changed to 1.6.2 folks ... + +doc/UPDATES1.6 +src/Makefile.in +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dec201e (2000-11-21 22:31:59 +0000) by Jeff Fisher +guppy: Wiktor's knownproblems patch + +doc/KNOWN-PROBLEMS +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit f98ba55 (2000-11-21 22:30:24 +0000) by Jeff Fisher +guppy: Eule's (from fabian) new_expired patch + +doc/UPDATES1.6 +src/mod/channels.mod/channels.c +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 31f2962 (2000-11-21 05:18:05 +0000) by Jeff Fisher +guppy: toot's revenge-mode patch and two patches by dw for seen.mod and +quietsave + +doc/UPDATES1.6 +doc/settings/mod.channel +doc/settings/mod.irc +eggdrop.advanced.conf +eggdrop.complete.conf +src/chan.h +src/cmds.c +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/help/set/channels.help +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/irc.c +src/mod/seen.mod/seen.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cdca7c5 (2000-11-21 05:06:45 +0000) by Jeff Fisher +guppy: Axel's recheck_channel patch + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4c1a418 (2000-11-21 04:56:38 +0000) by Jeff Fisher +guppy: dw's dynamicbans patch + +doc/UPDATES1.6 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9f10111 (2000-11-21 04:55:45 +0000) by Jeff Fisher +guppy: fabian's chanmasks ignore patch + +doc/UPDATES1.6 +language/core.english.lang +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 8d77a54 (2000-11-21 04:46:17 +0000) by Jeff Fisher +guppy: fabian's dumplots patch + +doc/UPDATES1.6 +src/misc.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 1c22a4e (2000-11-21 04:38:36 +0000) by Jeff Fisher +guppy: fabian's expired_banmask_fix patch + +doc/UPDATES1.6 +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 835bc39 (2000-11-16 03:27:01 +0000) by Jeff Fisher +guppy: 1.6.1 here we go + +doc/UPDATES1.6 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 059b2d3 (2000-11-16 02:49:14 +0000) by Jeff Fisher +guppy: my nouserfile patch, time to release 1.6.0 + +doc/UPDATES1.6 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a0f2bda (2000-11-12 06:57:41 +0000) by Jeff Fisher +guppy: fabian's fixdoc patch ... + +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 76bea27 (2000-11-10 19:43:30 +0000) by Jeff Fisher +guppy: dw's default setting patch, I've heard many people complain about +this + +doc/UPDATES1.6 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 21b73ed (2000-11-10 19:39:38 +0000) by Jeff Fisher +guppy: flags.patch by ITE .. + +doc/UPDATES1.6 +src/flags.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dbd3200 (2000-11-08 22:55:06 +0000) by Jeff Fisher +guppy: added Eule's ircd2.9 patch ... damn legacy code + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 52a6b08 (2000-11-08 20:11:05 +0000) by Jeff Fisher +guppy: the lagcheck removal patch + +doc/UPDATES1.6 +doc/html/mod-server.html +doc/settings/mod.server +src/mod/server.mod/server.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit e658ee9 (2000-11-08 20:07:06 +0000) by Jeff Fisher +guppy: Eule's check_exempt2.patch + +doc/UPDATES1.6 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2d17810 (2000-11-08 19:52:38 +0000) by Jeff Fisher +guppy: applied sentinelupgrade.diff, did I remember to add the files? + +doc/UPDATES1.6 +scripts/CONTENTS +scripts/Makefile.in +scripts/sentinel.tcl +scripts/sentinel1.55.tcl + +- - - - - - - - - - - - - - - +Commit 6e64029 (2000-11-08 19:45:35 +0000) by Jeff Fisher +guppy: Sup's statuslog fix .. can't believe I left a bug in some of my own +code ... + +doc/UPDATES1.6 +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 481ecb0 (2000-11-08 19:43:46 +0000) by Jeff Fisher +guppy: Applied Sup's patch so you cannot unlink directly linked bots. + +doc/UPDATES1.6 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 4cdde32 (2000-11-08 14:59:37 +0000) by Jeff Fisher +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) + +NEWS +doc/UPDATES1.6 +doc/settings/mod.server +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3a4a02e (2000-11-08 12:30:10 +0000) by johoho +forgot to change the last mod. line in NEWS file...heaven forbid to write a +new patch :o) + +NEWS + +- - - - - - - - - - - - - - - +Commit 59cc699 (2000-11-08 07:32:52 +0000) by johoho +removed lagcheck from the docs + +NEWS +doc/UPDATES1.6 +doc/settings/mod.server +src/patch.h + +- - - - - - - - - - - - - - - +Commit be78287 (2000-11-08 02:42:45 +0000) by Jeff Fisher +guppy: cleaned up the UPDATES.pre1.5 file + +doc/Makefile.in +doc/UPDATES.pre1.5 +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit bbc2ddd (2000-11-07 08:16:00 +0000) by johoho +I hope this is final now.... + +doc/UPDATES1.3 +doc/UPDATES1.4 + +- - - - - - - - - - - - - - - +Commit ae5e5ca (2000-11-07 08:14:56 +0000) by johoho +*** empty log message *** + +doc/UPDATES.pre1.3 +doc/UPDATES.pre1.5 + +- - - - - - - - - - - - - - - +Commit 7298c24 (2000-11-07 08:12:51 +0000) by johoho +concated updates* files in doc/ + +doc/UPDATES1.6 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4cb1a98 (2000-11-06 14:30:07 +0000) by Jeff Fisher +guppy: sup just told me his module patch from long ago was still not +applied, minor doc change + +doc/MODULES + +- - - - - - - - - - - - - - - +Commit 7c54e25 (2000-11-06 14:27:24 +0000) by Jeff Fisher +guppy: and our authors html file + +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit 5041384 (2000-11-06 14:26:04 +0000) by Jeff Fisher +guppy: sup reminded me to fix AUTHORS + +doc/AUTHORS + +- - - - - - - - - - - - - - - +Commit 469e83b (2000-11-06 05:57:19 +0000) by Tothwolf +Changed version to 1.6 in motd file + +text/motd + +- - - - - - - - - - - - - - - +Commit e21e7b1 (2000-11-06 04:24:09 +0000) by Tothwolf +Removed ^M chars from config examples + +eggdrop.advanced.conf +eggdrop.complete.conf + +- - - - - - - - - - - - - - - +Commit 104e98c (2000-11-06 04:18:52 +0000) by Jeff Fisher +forgot UPDATES1.6 + +doc/UPDATES1.6 + +- - - - - - - - - - - - - - - +Commit ccee9bf (2000-11-06 04:06:45 +0000) by Jeff Fisher +1.5 has now become 1.6 + +FEATURES +NEWS +README +doc/BOTNET +doc/BUG-REPORT +doc/CONTENTS +doc/Makefile.in +doc/UPDATES1.5 +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 +doc/patch.howto +doc/tcl-commands.doc +doc/text-substitutions.doc +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +scripts/getops.tcl +src/main.c +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/language/wire.english.lang +src/mod/wire.mod/language/wire.french.lang +src/mod/wire.mod/language/wire.german.lang +src/mod/wire.mod/wire.c +src/mod/wire.mod/wire.h +src/mod/woobie.mod/woobie.c +src/patch.h +text/banner + +- - - - - - - - - - - - - - - +Commit 1eaa89a (2000-11-05 21:37:57 +0000) by Fabian Knittel +fabian: applied Eule's irc_close patch + +doc/UPDATES1.5 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit acb0e2b (2000-11-05 21:36:47 +0000) by Fabian Knittel +fabian: applied guppy's cmd_resolve patch + +doc/UPDATES1.5 +scripts/CONTENTS +scripts/Makefile.in +scripts/cmd_resolve.tcl +scripts/help/cmd_resolve.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit a3bbb12 (2000-11-05 10:31:10 +0000) by Fabian Knittel +fabian: applied dns_zero_resolve patch + +doc/UPDATES1.5 +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a1f9eac (2000-11-05 10:30:25 +0000) by Fabian Knittel +fabian: applied idchannel_detect patch + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit af74bad (2000-11-04 16:03:30 +0000) by Fabian Knittel +fabian: applied Sup's remove_cmd_resolve patch + +doc/UPDATES1.5 +src/mod/dns.mod/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1af617c (2000-11-03 17:17:16 +0000) by Fabian Knittel +fabian: applied Sup's cmdsirc_fix patch. Stylistic adjustments. Changed to +make use of strncpyz. + +doc/UPDATES1.5 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1e17557 (2000-11-03 17:15:49 +0000) by Fabian Knittel +fabian: applied guppy's banreason patch. Adjusted to make use of strncpyz. +Added MASKREASON_LEN/_MAX defines. + +doc/UPDATES1.5 +src/mod/channels.mod/channels.h +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3cfa751 (2000-11-03 17:06:35 +0000) by Fabian Knittel +fabian: applied strncpyz patch + +doc/UPDATES1.5 +src/main.h +src/mod/server.mod/server.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 24f4a95 (2000-11-03 17:05:47 +0000) by Fabian Knittel +fabian: applied Eule's who_stack patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ffee071 (2000-11-03 17:04:59 +0000) by Fabian Knittel +fabian: applied Eule's delayset patch + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/chan.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1f51cbb (2000-10-30 20:51:22 +0000) by Fabian Knittel +fabian: applied do_channel_part_fix patch + +doc/UPDATES1.5 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 18640e6 (2000-10-30 20:50:41 +0000) by Fabian Knittel +fabian: applied const_setvar_fix patch + +doc/UPDATES1.5 +src/dcc.c +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit d651996 (2000-10-30 20:49:46 +0000) by Fabian Knittel +fabian: applied drummer's sun_firewall_fix patch (net.c.patch) + +doc/UPDATES1.5 +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7a6d76a (2000-10-27 19:40:53 +0000) by Fabian Knittel +fabian: applied delchan_during_joinbind patch + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 65b08c8 (2000-10-27 19:39:30 +0000) by Fabian Knittel +fabian: applied filesys_remote_ln patch + +doc/UPDATES1.5 +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filedb3.h +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 59492bc (2000-10-27 19:38:50 +0000) by Fabian Knittel +fabian: applied Eule's expired2 patch + +doc/UPDATES1.5 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 41a50b6 (2000-10-27 19:38:09 +0000) by Fabian Knittel +fabian: applied Eule's stopnethack_exempt patch + +doc/UPDATES1.5 +help/cmds2.help +src/flags.h +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 15d222a (2000-10-27 19:36:34 +0000) by Fabian Knittel +fabian: applied bg_cleanup patch + +doc/UPDATES1.5 +src/bg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0b8b356 (2000-10-27 19:35:52 +0000) by Fabian Knittel +fabian: applied save_data patch + +doc/UPDATES1.5 +src/dcc.c +src/eggdrop.h +src/net.c +src/patch.h +src/proto.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 8a43cbc (2000-10-27 19:34:55 +0000) by Fabian Knittel +fabian: applied net_sockfail_nonfatal patch + +doc/UPDATES1.5 +language/core.english.lang +language/core.german.lang +src/botnet.c +src/dcc.c +src/lang.h +src/mod/filesys.mod/filesys.c +src/mod/server.mod/server.c +src/mod/share.mod/share.c +src/net.c +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit d61bbca (2000-10-27 19:33:29 +0000) by Fabian Knittel +fabian: applied sunos_aclocal_fix patch + +aclocal.m4 +configure +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9f4d0b5 (2000-10-27 19:32:42 +0000) by Fabian Knittel +fabian: applied tcl_hash_overhaul patch. (minor change: added comments to +end of check_tcl_bind().) + +doc/UPDATES1.5 +src/dcc.c +src/flags.c +src/flags.h +src/main.c +src/mem.c +src/mod/irc.mod/chan.c +src/mod/module.h +src/mod/server.mod/servmsg.c +src/mod/share.mod/share.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 + +- - - - - - - - - - - - - - - +Commit 7e65a49 (2000-10-27 19:30:24 +0000) by Fabian Knittel +fabian: applied getmyhostname_fix patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8a78952 (2000-10-27 19:29:11 +0000) by Fabian Knittel +fabian: applied channel_part_fix patch + +doc/UPDATES1.5 +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 +src/mod/modvals.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit fb6c37e (2000-10-27 19:28:21 +0000) by Fabian Knittel +fabian: applied the assert_fix patch + +doc/UPDATES1.5 +src/eggdrop.h +src/main.c +src/mod/module.h +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 18b0f06 (2000-10-27 19:27:32 +0000) by Fabian Knittel +fabian: applied the ambiguous_braces patch + +doc/UPDATES1.5 +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 282d2d2 (2000-10-27 19:26:50 +0000) by Fabian Knittel +fabian: applied Eule's expired patch + +doc/UPDATES1.5 +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/channels.mod/userchan.c +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 764f321 (2000-10-27 19:24:44 +0000) by Fabian Knittel +fabian: applied Sup's ctcp_dcc_fix patch + +doc/UPDATES1.5 +src/mod/filesys.mod/filesys.c +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4e79bb9 (2000-10-26 10:20:32 +0000) by Jason Ede +Fabians manpage patch + +doc/man1/eggdrop.1 + +- - - - - - - - - - - - - - - +Commit dc31077 (2000-10-19 16:35:36 +0000) by Fabian Knittel +fabian: applied Looser^'s me_op_fix patch, fixing the export macro for +me_op + +doc/UPDATES1.5 +src/mod/irc.mod/irc.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 350a048 (2000-10-19 16:34:07 +0000) by Fabian Knittel +fabian: applied Eule's mode_while_pending patch + +doc/UPDATES1.5 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8a00c9a (2000-10-19 16:33:11 +0000) by Fabian Knittel +fabian: applied Eule's set_chanlist-fix patch + +doc/UPDATES1.5 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit d68c194 (2000-10-19 16:32:21 +0000) by Fabian Knittel +fabian: applied Eule's gotnick patch + +doc/UPDATES1.5 +src/chanprog.c +src/mod/irc.mod/chan.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 761ddc8 (2000-10-19 16:31:30 +0000) by Fabian Knittel +fabian: applied guppy's bug83-telnetuser-v2 patch + +doc/UPDATES1.5 +src/dcc.c +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e921de8 (2000-10-19 16:30:33 +0000) by Fabian Knittel +fabian: applied Eule's clearmodes patch + +doc/UPDATES1.5 +doc/html/mod-channels.html +doc/settings/mod.channel +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +src/chan.h +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5fdb868 (2000-10-15 16:11:31 +0000) by Tothwolf +doc/Makefile.in still had a reference to doc/readme + +doc/Makefile.in + +- - - - - - - - - - - - - - - +Commit f41d9f0 (2000-10-11 11:03:29 +0000) by Tothwolf +renamed app-botnet.html to app-sharing.html + +doc/html/app-botnet.html +doc/html/app-sharing.html +doc/html/index.html + +- - - - - - - - - - - - - - - +Commit d629759 (2000-10-11 10:27:55 +0000) by Tothwolf +Changed copyright footer + +doc/html/about.html +doc/html/app-botnet.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/faq1.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 + +- - - - - - - - - - - - - - - +Commit d7494dc (2000-10-09 13:07:20 +0000) by Tothwolf +fixed html doctype + +doc/html/about.html +doc/html/app-botnet.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/faq1.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 + +- - - - - - - - - - - - - - - +Commit 09271c1 (2000-10-09 12:57:17 +0000) by Tothwolf +Use table for authors file + +doc/AUTHORS +doc/html/authors.html + +- - - - - - - - - - - - - - - +Commit eec42e9 (2000-10-09 12:32:30 +0000) by Tothwolf +Removed extra readme file + +doc/readme + +- - - - - - - - - - - - - - - +Commit 9ad0884 (2000-10-09 12:26:33 +0000) by Tothwolf +Documentation updates + +NEWS +README +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/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/patch.howto +doc/readme +doc/settings/core.settings +doc/settings/mod.channel +doc/tcl-commands.doc +doc/tricks +eggdrop.advanced.conf +eggdrop.complete.conf + +- - - - - - - - - - - - - - - +Commit 0379426 (2000-10-02 22:35:42 +0000) by Fabian Knittel +fabian: applied the ismember_fix patch + +doc/UPDATES1.5 +src/chanprog.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 97e8da4 (2000-10-02 00:18:07 +0000) by Fabian Knittel +fabian: applied Cybah's flush_mode_cleanups patch + +doc/UPDATES1.5 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 403cc38 (2000-10-01 19:19:20 +0000) by Fabian Knittel +fabian: applied SuperS' osfix3 patch. Fixed tcl configuration caching +(should have made a seperate patch, but I'm too lazy. Someone please fix me +;)). + +aclocal.m4 +configure +configure.in +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit f678283 (2000-10-01 19:14:41 +0000) by Fabian Knittel +fabian: applied TheUnknown's patch solaris-config. Adjusted to cache +result. + +aclocal.m4 +configure +configure.in +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 106b640 (2000-10-01 19:12:46 +0000) by Fabian Knittel +fabian: applied Eugene's testfix patch. Slightly edited. + +doc/MODULES +doc/UPDATES1.5 +doc/compiling.FAQ +doc/patch.howto +doc/tcl-commands.doc +help/set/cmds2.help +src/mod/wire.mod/language/wire.german.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit bb732aa (2000-10-01 19:11:43 +0000) by Fabian Knittel +fabian: applied notes_lang_fix patch + +doc/UPDATES1.5 +scripts/getops.tcl +src/chan.h +src/chanprog.c +src/mod/irc.mod/chan.c +src/mod/notes.mod/notes.c +src/patch.h +src/proto.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 2eba029 (2000-09-27 19:48:54 +0000) by Fabian Knittel +fabian: applied threaded_libtcl_support patch + +aclocal.m4 +configure +doc/UPDATES1.5 +src/Makefile.in +src/bg.c +src/bg.h +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3a69dac (2000-09-27 19:47:16 +0000) by Fabian Knittel +fabian: applied the plus_a_cycle patch + +doc/UPDATES1.5 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9ffcf58 (2000-09-27 19:43:12 +0000) by Fabian Knittel +fabian: applied Eule's kickall_fix patch, together with my own small tweaks + + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a29442f (2000-09-27 19:41:37 +0000) by Fabian Knittel +fabian: applied guppy's serverloaded patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e34fc4a (2000-09-27 19:40:44 +0000) by Fabian Knittel +fabian: applied new_dcc_fixes patch + +doc/UPDATES1.5 +src/main.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 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 10d75b2 (2000-09-23 17:49:57 +0000) by Fabian Knittel +fabian: applied Cybah's egg_strcatn patch + +doc/UPDATES1.5 +src/misc.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit b249a02 (2000-09-23 17:49:07 +0000) by Fabian Knittel +fabian: applied eugene's helppath (aka eggdrop.simple.conf) patch + +doc/UPDATES1.5 +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 91b5905 (2000-09-23 17:47:50 +0000) by Fabian Knittel +fabian: applied seen_help patch + +doc/UPDATES1.5 +src/mod/seen.mod/help/msg/seen.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit d87aff6 (2000-09-23 17:46:56 +0000) by Fabian Knittel +fabian: applied transfer_turbodcc_dos patch + +doc/UPDATES1.5 +src/eggdrop.h +src/mod/transfer.mod/transfer.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 08f6853 (2000-09-23 17:46:08 +0000) by Fabian Knittel +fabian: applied flag_correct patch + +doc/UPDATES1.5 +src/flags.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit f983606 (2000-09-23 17:45:23 +0000) by Fabian Knittel +fabian: phew.. that was close. almost forgot to add the new files again.. +(guppy's language-v2 patch) + +src/mod/assoc.mod/assoc.h +src/mod/assoc.mod/language/assoc.english.lang +src/mod/console.mod/console.h +src/mod/console.mod/language/console.english.lang +src/mod/notes.mod/language/notes.english.lang + +- - - - - - - - - - - - - - - +Commit e702cb0 (2000-09-23 17:40:18 +0000) by Fabian Knittel +fabian: applied guppy's language-v2 patch + +doc/UPDATES1.5 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/lang.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1418004 (2000-09-18 20:04:59 +0000) by Fabian Knittel +fabian: applied guppy's lang_args patch + +doc/UPDATES1.5 +src/dcc.c +src/dccutil.c +src/lang.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit d681b96 (2000-09-18 20:03:31 +0000) by Fabian Knittel +fabian: applied guppy's ctcp_mod_cleanup patch + +doc/UPDATES1.5 +src/mod/ctcp.mod/ctcp.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 97ca13f (2000-09-18 20:02:42 +0000) by Fabian Knittel +fabian: applied guppy's cmd_jump_helpfix patch + +doc/UPDATES1.5 +src/mod/server.mod/help/server.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7b7c94e (2000-09-18 20:01:43 +0000) by Fabian Knittel +fabian: applied ipv6_masks patch, revision 3 + +doc/UPDATES1.5 +src/cmds.c +src/misc.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/userchan.c +src/mod/module.h +src/mod/share.mod/share.c +src/mod/share.mod/uf_features.c +src/modules.c +src/patch.h +src/proto.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 7987fb0 (2000-09-18 10:06:14 +0000) by Fabian Knittel +fabian: thanks to Tothwolf, I remembered to finally complete applying the +strftime_compat patch. probably the third attempt. 8) + +src/compat/gnu_strftime.c + +- - - - - - - - - - - - - - - +Commit a65b385 (2000-09-15 20:08:34 +0000) by Fabian Knittel +fabian: applied the chaninfo_udef_output patch + +doc/UPDATES1.5 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 55d7a4e (2000-09-13 20:49:40 +0000) by Fabian Knittel +fabian: applied udef_inactivechan_fix patch + +doc/UPDATES1.5 +src/botmsg.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/patch.h + +- - - - - - - - - - - - - - - +Commit e9fd54b (2000-09-13 19:44:08 +0000) by Fabian Knittel +fabian: forgot to remove md5/global.h + +src/md5/global.h + +- - - - - - - - - - - - - - - +Commit 5af8e45 (2000-09-12 15:34:01 +0000) by Fabian Knittel +forgot to add the new files strftime.c and strftime.h, belonging to the +strftime_compat patch. + +src/compat/strftime.c +src/compat/strftime.h + +- - - - - - - - - - - - - - - +Commit 378a5f8 (2000-09-12 15:29:23 +0000) by Fabian Knittel +fabian: applied revenge_bot_update patch + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3a145b5 (2000-09-12 15:28:29 +0000) by Fabian Knittel +fabian: configure_fix patch + +Makefile.in +aclocal.m4 +configure +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit dd5f4ba (2000-09-12 15:26:54 +0000) by Fabian Knittel +fabian: strftime_compat patch + +config.h.in +configure +configure.in +doc/UPDATES1.5 +src/Makefile.in +src/cmds.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/main.h +src/md5/Makefile.in +src/misc.c +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 +src/patch.h +src/tclmisc.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 1601942 (2000-09-12 15:25:40 +0000) by Fabian Knittel +fabian: Eule's notebeep2 patch + +doc/UPDATES1.5 +src/botmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 11b3a19 (2000-09-09 17:31:27 +0000) by Fabian Knittel +fabian: Koach's rfc1459_pass patch + +doc/UPDATES1.5 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 558e6f6 (2000-09-09 17:30:31 +0000) by Fabian Knittel +fabian: guppy's unlink patch + +doc/UPDATES1.5 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7809631 (2000-09-09 17:29:08 +0000) by Fabian Knittel +fabian: format_string_fixes patch + +doc/UPDATES1.5 +src/botcmd.c +src/botmsg.c +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6854e99 (2000-09-09 11:40:52 +0000) by Fabian Knittel +fabian: userfile_fail_fix patch + +doc/UPDATES1.5 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cf4ffd8 (2000-09-09 11:40:02 +0000) by Fabian Knittel +fabian: uff_compress_fix patch + +doc/UPDATES1.5 +src/mod/compress.mod/compress.c +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8d0b373 (2000-09-09 11:39:11 +0000) by Fabian Knittel +fabian: cleanup_types patch + +configure.in +doc/UPDATES1.5 +src/Makefile.in +src/botnet.c +src/compat/inet_aton.c +src/compat/memset.c +src/dcc.c +src/dns.c +src/dns.h +src/eggdrop.h +src/main.h +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 +src/net.c +src/patch.h +src/tcldcc.c +src/tclmisc.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit 8d9e1db (2000-09-09 11:37:53 +0000) by Fabian Knittel +fabian: fix_exporting patch + +doc/UPDATES1.5 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit cd584d5 (2000-09-09 11:36:59 +0000) by Fabian Knittel +fabian: Eule's recheck-addmode patch + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 46b2fb4 (2000-09-07 16:04:44 +0000) by Fabian Knittel +fabian: fixing modesperline patch stuff, which was applied incorrectly + +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5717d51 (2000-09-05 16:00:30 +0000) by Fabian Knittel +fabian: whois_match_crash patch + +doc/UPDATES1.5 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit aa33970 (2000-09-05 15:59:43 +0000) by Fabian Knittel +fabian: minor_share_cleanup patch + +doc/UPDATES1.5 +src/dcc.c +src/flags.c +src/mod/channels.mod/userchan.c +src/mod/share.mod/share.c +src/net.c +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 8408ef4 (2000-09-05 15:58:41 +0000) by Fabian Knittel +fabian: SuperS' osfix2 patch + +aclocal.m4 +configure +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit c94cba3 (2000-09-02 19:45:24 +0000) by Fabian Knittel +fabian: server_dns_recursion patch. Added minor modifications to +mod/dns.mod/dns.c. + +doc/UPDATES1.5 +src/botnet.c +src/dcc.c +src/eggdrop.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 544c991 (2000-09-02 19:34:36 +0000) by Fabian Knittel +fabian: Eule's checkexempt patch + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bb454f9 (2000-09-02 18:48:41 +0000) by Fabian Knittel +fabian: Sup's addbothost patch + +doc/UPDATES1.5 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6ea6555 (2000-09-02 18:47:47 +0000) by Fabian Knittel +fabian: irc_mode_cleanup patch + +doc/UPDATES1.5 +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b4a336c (2000-09-02 18:46:34 +0000) by Fabian Knittel +Eule's modesperline3 patch, with really minor modifications + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 109178b (2000-09-02 18:45:15 +0000) by Fabian Knittel +SuperS' osfix patch + +aclocal.m4 +configure +configure.in +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 77cf422 (2000-08-31 18:11:40 +0000) by Fabian Knittel +fabian: FirebaII's filesys_nicklen patch, with minor additions. + +doc/UPDATES1.5 +src/mod/filesys.mod/filesys.c +src/mod/filesys.mod/tclfiles.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c820837 (2000-08-31 18:10:10 +0000) by Fabian Knittel +fabian: G`Quann's finallagcheckfix patch. + +doc/UPDATES1.5 +doc/html/mod-server.html +doc/settings/mod.server +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9410f86 (2000-08-31 18:08:56 +0000) by Fabian Knittel +fabian: dccsimul_errmsg patch + +doc/UPDATES1.5 +src/mod/filesys.mod/files.c +src/mod/filesys.mod/filesys.c +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit fd19921 (2000-08-27 19:21:32 +0000) by Fabian Knittel + dns_retry patch. + +doc/UPDATES1.5 +src/mod/dns.mod/coredns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2986ee3 (2000-08-27 19:14:53 +0000) by Fabian Knittel + Eule's remove_channel patch + +doc/UPDATES1.5 +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a6bd6a1 (2000-08-27 18:52:26 +0000) by Fabian Knittel + userfile_disappear patch. + +doc/UPDATES1.5 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 615f325 (2000-08-26 16:07:03 +0000) by Fabian Knittel + splitc crash fix, suggested by blaster. + +doc/UPDATES1.5 +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2aad601 (2000-08-25 13:15:38 +0000) by Fabian Knittel + Tothwolf's cmdschan_c-cleanup patch. + +doc/UPDATES1.5 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 85c9573 (2000-08-25 13:14:28 +0000) by Fabian Knittel + Cybah's splitcn patch. Small style corrections (added newline +after var def). + +doc/UPDATES1.5 +src/cmds.c +src/misc.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 4f79a65 (2000-08-25 13:12:24 +0000) by Fabian Knittel + Shaun's chanfix patch. Removed parts overlapping with Cybah. +Removed unnecessary initialisation. + +doc/UPDATES1.5 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6142c72 (2000-08-24 21:08:55 +0000) by Fabian Knittel +fabian: hmm... who messed up patch.h? :) Added 'CVS' again. + +src/patch.h + +- - - - - - - - - - - - - - - +Commit e4e295c (2000-08-24 21:03:49 +0000) by Fabian Knittel +fabian: changes to reflect release of 1.5.4 + +doc/UPDATES1.5 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1b117ee (2000-08-24 02:01:40 +0000) by Tothwolf +Minor corrections and changes. + +doc/UPDATES1.3 +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit 67968d5 (2000-08-22 16:22:45 +0000) by Fabian Knittel +Eule's overrun patch (fixing a security bug). Slightly modified by Cybah +and me. + +doc/UPDATES1.5 +src/chan.h +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1701b86 (2000-08-21 18:28:11 +0000) by Jeff Fisher +added Sup's two small patches, needfix and ignorehelp (also testing cvslog +-- sorry for not letting fabian apply these patches) + +doc/UPDATES1.5 +help/cmds1.help +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 4b2069f (2000-08-20 12:28:51 +0000) by johoho +documentation update + +doc/UPDATES1.5 +doc/compiling.FAQ +doc/settings/core.settings +doc/settings/mod.channel +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 52a4ff5 (2000-08-20 11:17:38 +0000) by Fabian Knittel +Tothwolf's user_entry_type patch + +doc/UPDATES1.5 +src/patch.h +src/users.h + +- - - - - - - - - - - - - - - +Commit 3854b2a (2000-08-20 11:16:43 +0000) by Fabian Knittel +G`Quann's lagcheck6 patch; minor coding style in affected function + +doc/UPDATES1.5 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6bd80aa (2000-08-19 14:17:28 +0000) by Fabian Knittel +Tothwolf's no_safe_str patch; minor fix to make it compile + +doc/UPDATES1.5 +src/botmsg.c +src/botnet.c +src/patch.h +src/tandem.h + +- - - - - - - - - - - - - - - +Commit 4b5a7be (2000-08-19 14:15:56 +0000) by Fabian Knittel +1.4, Sup's note_bell_chr patch + +doc/UPDATES1.4 +src/botmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d2155c4 (2000-08-19 01:10:46 +0000) by Jeff Fisher +updated NEWS slightly to add a line about bind need, sorry for no patch, +just a doc update + +NEWS + +- - - - - - - - - - - - - - - +Commit 7834563 (2000-08-18 19:35:22 +0000) by Jeff Fisher +missing global botnet-nick + +scripts/notes2.tcl + +- - - - - - - - - - - - - - - +Commit 904a13e (2000-08-18 16:45:51 +0000) by Fabian Knittel +guppy's ign-lifetime patch + +doc/UPDATES1.5 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit af7fcc9 (2000-08-18 01:06:44 +0000) by Fabian Knittel +Tothwolf's fixspaces patch + +disabled_modules +doc/UPDATES1.5 +misc/modconfig +src/patch.h + +- - - - - - - - - - - - - - - +Commit accf1d1 (2000-08-18 01:05:30 +0000) by Fabian Knittel +guppy's bindneed patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f0c4cc4 (2000-08-18 01:04:38 +0000) by Fabian Knittel +stary's notes patch + +doc/UPDATES1.5 +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 28b7831 (2000-08-18 00:25:10 +0000) by Fabian Knittel +open_address_listen patch + +doc/UPDATES1.5 +src/mod/module.h +src/modules.c +src/net.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit aaa57cb (2000-08-17 03:49:10 +0000) by Jeff Fisher +reverting my small changes to getops.tcl + +scripts/getops.tcl + +- - - - - - - - - - - - - - - +Commit 205f249 (2000-08-17 03:45:27 +0000) by Jeff Fisher +testing the cvs again + +scripts/getops.tcl + +- - - - - - - - - - - - - - - +Commit 9e12a54 (2000-08-17 03:42:36 +0000) by Jeff Fisher +the TODO file is useless + +TODO + +- - - - - - - - - - - - - - - +Commit 88480de (2000-08-16 20:33:32 +0000) by Jeff Fisher +testing + +disabled_modules + +- - - - - - - - - - - - - - - +Commit 8222a58 (2000-08-16 20:26:51 +0000) by Jeff Fisher +testing for cvs lcoks + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 7315c82 (2000-08-11 22:44:14 +0000) by Fabian Knittel +guppy's and Sup's tandbot_party patch + +doc/UPDATES1.5 +src/mod/module.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2eb7812 (2000-08-11 22:43:07 +0000) by Fabian Knittel +Sup's chrec_usage patch + +doc/UPDATES1.5 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 51a9879 (2000-08-11 22:42:21 +0000) by Fabian Knittel +drummer's jupedfix3 patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d3235f7 (2000-08-11 22:40:26 +0000) by Fabian Knittel +resync with 1.4, Aug12 966031001 + +doc/UPDATES1.4 +scripts/notes2.tcl +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 295225d (2000-08-07 10:09:53 +0000) by Fabian Knittel +Sup's handlechg patch + +doc/UPDATES1.5 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 15f2908 (2000-08-07 10:09:17 +0000) by Fabian Knittel +1.4 reync, Aug7 965641446 + +aclocal.m4 +configure +doc/UPDATES1.4 +src/chan.h +src/mod/channels.mod/channels.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dfa5e49 (2000-08-06 14:53:54 +0000) by Fabian Knittel +Sup's chanset_usage patch + +doc/UPDATES1.5 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d77ad79 (2000-08-06 14:53:10 +0000) by Fabian Knittel +ghost_unlink_fix patch + +doc/UPDATES1.5 +src/botnet.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9b4366a (2000-08-06 14:52:25 +0000) by Fabian Knittel +Eule's getops patch + +scripts/getops.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 98eb393 (2000-08-06 14:51:39 +0000) by Fabian Knittel +Tothwolf's strftime2 patch + +config.h.in +configure +configure.in +doc/UPDATES1.5 +src/cmds.c +src/misc.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 +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 6227cc5 (2000-08-06 14:50:45 +0000) by Fabian Knittel +Sup's dccrefused2 patch + +doc/UPDATES1.5 +src/mod/filesys.mod/filesys.c +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e6938a3 (2000-08-06 14:49:56 +0000) by Fabian Knittel +Eule's lastkey2 patch + +doc/UPDATES1.5 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c5959de (2000-08-06 14:48:01 +0000) by Fabian Knittel +Shaun's change_handlefix + +doc/UPDATES1.5 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit cfcd3cf (2000-08-06 14:47:20 +0000) by Fabian Knittel +TaKeDa's share_newuser patch + +doc/UPDATES1.5 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c6ecda3 (2000-08-03 21:51:33 +0000) by Fabian Knittel +resync with 1.4, Aug03 965337849 + +configure +doc/UPDATES1.4 +doc/html/mod-irc.html +doc/settings/mod.irc +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/lang.h +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c +src/patch.h +src/tcl.c +src/tclhash.c +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 3245bd6 (2000-08-03 04:45:29 +0000) by Tothwolf +Updated FSF postal address + +COPYING + +- - - - - - - - - - - - - - - +Commit 5dfda3c (2000-07-25 19:48:16 +0000) by johoho +still some patches by sup...damn :-) + +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit 4074d5a (2000-07-25 19:42:57 +0000) by johoho +still some patches by sup...damn :-) + +NEWS +TODO +doc/BUG-REPORT +doc/KNOWN-PROBLEMS +doc/MODULES +doc/UPDATES1.5 +doc/html/news.html +help/cmds2.help + +- - - - - - - - - - - - - - - +Commit e143bcf (2000-07-25 19:27:45 +0000) by johoho +doc/MODULES typo patch 2 + +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit 1b1dcad (2000-07-25 19:25:03 +0000) by johoho +doc/MODULES typo patch + +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit eebf7da (2000-07-25 19:22:44 +0000) by johoho +fixes various typos in the docs and a small bug when + +doc/MODULES +doc/UPDATES1.4 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6093eab (2000-07-25 19:16:42 +0000) by johoho +fixes various typos in the docs and a small bug when + +README + +- - - - - - - - - - - - - - - +Commit c702c2e (2000-07-25 19:15:50 +0000) by johoho +README + +doc/html/readme.html + +- - - - - - - - - - - - - - - +Commit b5b3664 (2000-07-23 20:50:35 +0000) by Fabian Knittel +Sup's addusercomp patch + +doc/UPDATES1.5 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 193e932 (2000-07-23 20:47:13 +0000) by Fabian Knittel +1.4 resync, autoconf_shell_fix patch + +Makefile.in +aclocal.m4 +doc/Makefile.in +doc/UPDATES1.4 +scripts/Makefile.in +src/Makefile.in +src/compat/Makefile.in +src/md5/Makefile.in +src/mod/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit cabceac (2000-07-13 21:19:52 +0000) by Fabian Knittel +Eule's lastkey patch + +doc/UPDATES1.5 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 785a146 (2000-07-13 21:18:52 +0000) by Fabian Knittel +Lucas' and Tit00n's frenchlangfixes for 1.4 and 1.5, bug-fixed. + +doc/UPDATES1.4 +doc/UPDATES1.5 +language/core.french.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit 98dc61a (2000-07-12 21:52:13 +0000) by Fabian Knittel +Sup's addbotfix patch + +doc/UPDATES1.5 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6628b19 (2000-07-12 21:51:32 +0000) by Fabian Knittel +Sup's deluser patch + +doc/UPDATES1.5 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e5e3ea4 (2000-07-12 21:50:35 +0000) by Fabian Knittel +lost_tout_getfilesendtime patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/eggdrop.h +src/mod/filesys.mod/files.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/patch.h +src/tclegg.h +src/tclhash.c +src/tclhash.h + +- - - - - - - - - - - - - - - +Commit ec9ed8a (2000-07-12 21:49:41 +0000) by Fabian Knittel +G`Quann's lagcheckfix5 patch, with minor modifications by me + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 83dba39 (2000-07-12 21:45:29 +0000) by Fabian Knittel +resync with 1.4, Jul12 963435800 + +doc/UPDATES1.4 +src/botnet.c +src/dcc.c +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 173bcea (2000-07-11 20:47:28 +0000) by Tothwolf +Fixed remaining 'console..$(MOD_EXT)' typos + +doc/UPDATES1.5 +src/mod/console.mod/Makefile + +- - - - - - - - - - - - - - - +Commit babe344 (2000-07-11 17:06:35 +0000) by Tothwolf +Missing $Id$ tag and newline at end of file + +doc/html/faq1.html + +- - - - - - - - - - - - - - - +Commit 631bffa (2000-07-11 17:03:05 +0000) by Tothwolf +Fixed 'console..$(MOD_EXT)' typo + +src/mod/console.mod/Makefile + +- - - - - - - - - - - - - - - +Commit f525e67 (2000-07-09 14:23:34 +0000) by Fabian Knittel +updates to the modules_cygwin patch, 963151788 -- I forgot to rebuild +configure + +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit 29a5979 (2000-07-09 14:13:54 +0000) by Fabian Knittel +Tit00n's core.french.lang update + +doc/UPDATES1.5 +language/core.french.lang +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4b949cb (2000-07-09 14:10:49 +0000) by Fabian Knittel +RebuM's modules_cygwin patch, together with my corrections + +Makefile.in +acconfig.h +aclocal.m4 +config.h.in +doc/UPDATES1.5 +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 +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7ba222c (2000-07-09 14:07:13 +0000) by Fabian Knittel +server_cleanup patch + +doc/UPDATES1.5 +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/patch.h + +- - - - - - - - - - - - - - - +Commit dfdfb13 (2000-07-09 13:51:56 +0000) by Fabian Knittel +resync with 1.4, Jul9 963149797 + +doc/UPDATES1.4 +doc/UPDATES1.5 +scripts/getops.tcl +src/cmds.c +src/mod/notes.mod/notes.c +src/modules.c +src/modules.h +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 6d69eb0 (2000-06-21 22:28:13 +0000) by Fabian Knittel +1.4 resync Jun22, 961625558 + +doc/UPDATES1.4 +src/cmds.c +src/lang.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 87cb311 (2000-06-20 21:41:22 +0000) by Fabian Knittel +guppy's permbanned patch (modified a bit to get the logic straight), 1.4 + +doc/UPDATES1.4 +doc/UPDATES1.5 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/lang.h +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f162bf2 (2000-06-20 21:01:20 +0000) by Fabian Knittel +filesys_fixes3 patch + +doc/UPDATES1.5 +src/mod/filesys.mod/filedb3.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 37925b3 (2000-06-20 20:54:00 +0000) by Fabian Knittel +Sup's msgfix patch, for 1.4 too + +doc/UPDATES1.4 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0fc42bf (2000-06-20 20:49:46 +0000) by Fabian Knittel +Sup's sanitycheck patch + +doc/UPDATES1.5 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e1f3fd3 (2000-06-20 20:44:18 +0000) by Fabian Knittel +Sup's missingdnames patch + +doc/UPDATES1.5 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8323399 (2000-06-20 20:41:11 +0000) by Fabian Knittel +SuperS' tcl8.4 patch + +configure +configure.in +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 488f94f (2000-06-20 20:37:31 +0000) by Fabian Knittel +getops_userinfo_fix patch + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +scripts/Makefile.in +scripts/getops-2.2d.tcl +scripts/getops.tcl +scripts/userinfo.tcl +scripts/userinfo1.0.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit c2b5388 (2000-06-20 19:54:54 +0000) by Fabian Knittel +1.4 resync patch, Jun20, 961529757 + +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/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ccf2934 (2000-06-14 11:24:38 +0000) by johoho +oops, a typo :-) + +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit f92fcc4 (2000-06-14 11:18:09 +0000) by johoho +some places used still nick instead of hand + +doc/UPDATES1.5 +src/cmds.c +src/mod/irc.mod/help/msg/irc.help +src/mod/notes.mod/notes.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bf0af27 (2000-06-10 01:28:50 +0000) by Fabian Knittel +G`Quann's lagcheckfix4 patch + +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8457751 (2000-06-10 01:03:44 +0000) by Fabian Knittel +minor_fixes patch + +doc/UPDATES1.5 +src/mod/channels.mod/userchan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c +src/mod/transfer.mod/transfer.c +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 0e78789 (2000-06-10 01:02:23 +0000) by Fabian Knittel +Eule's addmode patch + +doc/UPDATES1.5 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 84a7b11 (2000-06-10 01:00:22 +0000) by Fabian Knittel +G`Quann's logsuffix_fix patch + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/main.c +src/misc.c +src/patch.h +src/proto.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 385c047 (2000-06-10 00:59:06 +0000) by Fabian Knittel +G`Quann's lagcheckfix3 patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit faf6c3f (2000-06-10 00:54:07 +0000) by Fabian Knittel +resync with 1.4, June 10 + +doc/UPDATES1.4 +scripts/alltools.tcl +src/cmds.c +src/lang.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit db7556a (2000-06-03 12:16:57 +0000) by Fabian Knittel +private_owner_fix patch + +doc/UPDATES1.5 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1970cd5 (2000-06-03 12:15:57 +0000) by Fabian Knittel +1.4 resync, Jun3 + +doc/UPDATES1.4 +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/channels.mod/channels.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3384e66 (2000-06-03 12:14:41 +0000) by Fabian Knittel +channame2dname patch + +doc/UPDATES1.5 +doc/html/mod-server.html +doc/settings/mod.server +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +src/cmds.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/tclirc.c +src/mod/module.h +src/mod/server.mod/help/set/server.help +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/modules.c +src/patch.h +src/tcl.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 407ba9f (2000-06-02 17:54:20 +0000) by Fabian Knittel +channel_fixes patch + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6637ec7 (2000-06-02 17:46:06 +0000) by Fabian Knittel +context_fix patch + +doc/UPDATES1.5 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 13cffa4 (2000-06-02 17:44:16 +0000) by Fabian Knittel +drummer's sentinel_update patch + +doc/UPDATES1.5 +scripts/CONTENTS +scripts/Makefile.in +scripts/sentinel1.54.tcl +scripts/sentinel1.55.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7c8b4ad (2000-06-02 16:56:52 +0000) by Fabian Knittel +resync with 1.4 + +aclocal.m4 +configure +doc/UPDATES1.4 +help/core.help +language/core.french.lang +src/mod/channels.mod/cmdschan.c +src/mod/irc.mod/msgcmds.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fe48b0d (2000-05-29 11:44:45 +0000) by johoho +.help tcl info added + +doc/UPDATES1.5 +help/core.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit b15509e (2000-05-29 11:38:57 +0000) by johoho +extended info in patch.howto + +doc/UPDATES1.5 +doc/patch.howto +src/patch.h + +- - - - - - - - - - - - - - - +Commit dd88320 (2000-05-28 18:59:24 +0000) by Fabian Knittel +Wiktor's config1.5_2 patch + +CONTENTS +INSTALL +Makefile.in +README +doc/eggdrop.doc +doc/readme +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 +doc/tcl-commands.doc +scripts/CONTENTS +src/patch.h + +- - - - - - - - - - - - - - - +Commit ea66311 (2000-05-28 17:32:44 +0000) by Fabian Knittel +Resync with egg1.4 CVS, May28 + +doc/UPDATES1.4 +doc/tcl-commands.doc +scripts/userinfo1.0.tcl +src/botnet.c +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/module.h +src/mod/modvals.h +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 20827ca (2000-05-28 12:07:54 +0000) by johoho +ultrix hint added to compiling faq + +doc/UPDATES1.5 +doc/compiling.FAQ +src/patch.h + +- - - - - - - - - - - - - - - +Commit 49c0f64 (2000-05-22 10:22:56 +0000) by johoho +some changes for better understanding + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +help/cmds1.help +help/cmds2.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1b1fcfc (2000-05-14 22:16:46 +0000) by Fabian Knittel +Wiktor's login2 patch + +doc/UPDATES1.5 +src/dccutil.c +src/patch.h +text/motd + +- - - - - - - - - - - - - - - +Commit 93764b7 (2000-05-13 20:28:02 +0000) by Fabian Knittel +snprintf_fix2 patch + +doc/UPDATES1.5 +src/compat/snprintf.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0bf5426 (2000-05-13 20:24:09 +0000) by Fabian Knittel +Eule's botversion patch + +doc/UPDATES1.5 +src/dcc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 14dd9fd (2000-05-13 20:20:30 +0000) by Fabian Knittel +Tothwolf's cygwin-fixes-07May2000 patch (with changes by Fabian) + +doc/UPDATES1.5 +src/main.c +src/misc_file.c +src/mod/filesys.mod/files.c +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cb52ce7 (2000-05-13 14:46:45 +0000) by johoho +removed private-owner + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4cc9f2d (2000-05-07 11:45:59 +0000) by johoho +compress.mod was missing in eggdropc.omplete.conf + +doc/UPDATES1.5 +eggdrop.complete.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit ad80aba (2000-05-07 10:57:07 +0000) by johoho +NEWS file update + +NEWS +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 7f94868 (2000-05-07 01:28:59 +0000) by Fabian Knittel +this was supposed to be committed together with the conf_make_fix9 patch. +grumble... + +src/mod/assoc.mod/modinfo + +- - - - - - - - - - - - - - - +Commit dc0d225 (2000-05-07 01:10:35 +0000) by Fabian Knittel +start 1.5.4 + +doc/UPDATES1.5 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d27b83f (2000-05-07 00:18:36 +0000) by Fabian Knittel +fixed small typo in SuperS' change to aclocal.m4 + +aclocal.m4 +configure +src/patch.h + +- - - - - - - - - - - - - - - +Commit e70f87b (2000-05-07 00:08:03 +0000) by Fabian Knittel +SuperS' dell patch + +aclocal.m4 +doc/BUG-REPORT +doc/UPDATES1.5 +src/botnet.c +src/mod/filesys.mod/filesys.c +src/mod/seen.mod/seen.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e424dc5 (2000-05-07 00:07:28 +0000) by Fabian Knittel +SuperS' vafix patch + +doc/UPDATES1.5 +src/compat/snprintf.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 29383bd (2000-05-06 22:08:38 +0000) by Fabian Knittel +G`Quann's lagcheckfix2 patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 78a54c1 (2000-05-06 22:06:44 +0000) by Fabian Knittel +G`Quann's achanset patch + +doc/UPDATES1.5 +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3747b8a (2000-05-06 22:04:55 +0000) by Fabian Knittel +G`Quann's logfilesuffix patch + +config.h.in +configure +configure.in +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/main.c +src/misc.c +src/patch.h +src/proto.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit fb21aea (2000-05-06 22:02:27 +0000) by Fabian Knittel +guppy's cleanups patch + +doc/UPDATES1.5 +src/botcmd.c +src/chan.h +src/cmds.c +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/chan.c +src/mod/server.mod/server.h +src/patch.h +src/tcl.c +src/tclegg.h +src/tclhash.c +src/tclmisc.c +src/userent.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 037adfe (2000-05-06 22:00:31 +0000) by Fabian Knittel +misc_fix patch + +doc/UPDATES1.5 +src/botnet.c +src/cmds.c +src/compat/snprintf.h +src/dcc.c +src/dns.c +src/mod/server.mod/servmsg.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 38056ff (2000-05-06 21:59:24 +0000) by Fabian Knittel +note_x_fix patch + +doc/UPDATES1.4 +src/botmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d480687 (2000-05-06 21:58:38 +0000) by Fabian Knittel +guppy's motd_fix patch (orginally motd1.diff) + +doc/UPDATES1.5 +src/patch.h +text/motd + +- - - - - - - - - - - - - - - +Commit aba0fb9 (2000-04-25 20:53:55 +0000) by Fabian Knittel +filesys_ls_fix patch + +doc/UPDATES1.5 +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a4a496f (2000-04-25 20:49:48 +0000) by Fabian Knittel +conf_make_fix9 patch + +Makefile.in +configure +configure.in +doc/UPDATES1.5 +misc/modconfig +src/mod/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0215a28 (2000-04-25 20:46:16 +0000) by Fabian Knittel +max-filesize patch + +doc/UPDATES1.5 +eggdrop.advanced.conf +eggdrop.complete.conf +src/mod/filesys.mod/filesys.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4712709 (2000-04-25 08:32:37 +0000) by johoho +misc. small doc patches + +README +doc/BOTNET +doc/UPDATES1.5 +doc/readme +doc/tcl-commands.doc +text/motd + +- - - - - - - - - - - - - - - +Commit 27c9064 (2000-04-19 09:48:57 +0000) by Tothwolf +Fixed typo. + +src/mod/filesys.mod/language/filesys.english.lang + +- - - - - - - - - - - - - - - +Commit 66e795a (2000-04-13 21:44:05 +0000) by Fabian Knittel +Wiktor's bogusowner patch + +doc/UPDATES1.5 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ba4f8cd (2000-04-13 21:38:42 +0000) by Fabian Knittel +Eule's got442_2 patch, 1.4 + +doc/UPDATES1.4 +src/mod/irc.mod/chan.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e3a87e6 (2000-04-13 11:22:55 +0000) by Tothwolf +Fixed %{center} typo. + +doc/html/app-textsub.html + +- - - - - - - - - - - - - - - +Commit 137ab73 (2000-04-13 11:21:24 +0000) by Tothwolf +Updated html docs, added html/chat dir and files for irc links. + +doc/html/about.html +doc/html/app-botnet.html +doc/html/app-probs.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/chat/efnet_eggheads.chat +doc/html/chat/efnet_eggtcl.chat +doc/html/chat/ircnet_bothelp.chat +doc/html/chat/ircnet_eggdrop.chat +doc/html/chat/ircnet_egghelp.chat +doc/html/chat/undernet_eggdrop.chat +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 + +- - - - - - - - - - - - - - - +Commit f5412d0 (2000-04-13 10:10:48 +0000) by Tothwolf +Updated NEWS file to refer to 'doc/html/' instead of 'doc/web_docs/' + +NEWS + +- - - - - - - - - - - - - - - +Commit ef99096 (2000-04-13 10:08:47 +0000) by Tothwolf +Updated Makefile.in to use 'html' dir instead of 'web_docs' dir. + +doc/Makefile.in + +- - - - - - - - - - - - - - - +Commit e224b76 (2000-04-13 09:56:48 +0000) by Jason Ede +renaming of web_docs to html + +doc/UPDATES1.5 +doc/html/about.html +doc/html/app-botnet.html +doc/html/app-probs.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/faq1.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/web_docs/about.html +doc/web_docs/app-botnet.html +doc/web_docs/app-probs.html +doc/web_docs/app-textsub.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/egg-core.html +doc/web_docs/faq1.html +doc/web_docs/faqs.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-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/mod-share.html +doc/web_docs/mod-wire.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 + +- - - - - - - - - - - - - - - +Commit 1b21260 (2000-04-13 09:52:42 +0000) by Jason Ede +*** empty log message *** + +doc/web_docs/install.html +doc/web_docs/readme.html + +- - - - - - - - - - - - - - - +Commit 78b1ef7 (2000-04-12 15:25:23 +0000) by Jason Ede +addition of faq + +doc/web_docs/faq1.html + +- - - - - - - - - - - - - - - +Commit 4bcc2bc (2000-04-11 08:58:17 +0000) by Jason Ede +toth's addition of textfile substituion to webdocs + +doc/UPDATES1.5 +doc/web_docs/app-textsub.html +doc/web_docs/index.html + +- - - - - - - - - - - - - - - +Commit 5b291aa (2000-04-10 19:05:33 +0000) by johoho +KNOWN-PROBLEMS update + +doc/UPDATES1.4 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 838e6b7 (2000-04-10 18:53:04 +0000) by johoho +This patch adds the ghost bug to the KNOWN-PROBLEMS file..Johoho + +doc/KNOWN-PROBLEMS + +- - - - - - - - - - - - - - - +Commit bb5f4d0 (2000-04-10 14:35:12 +0000) by Jason Ede +silly mistakes to web_docs + +doc/web_docs/mod-share.html +doc/web_docs/mod-wire.html + +- - - - - - - - - - - - - - - +Commit 483b03e (2000-04-10 14:26:45 +0000) by Jason Ede +changes to webdocs + +doc/web_docs/app-tcl-commands.html +doc/web_docs/faqs.html + +- - - - - - - - - - - - - - - +Commit c6d9786 (2000-04-10 14:24:58 +0000) by Jason Ede +*** empty log message *** + +doc/web_docs/egg-core.html + +- - - - - - - - - - - - - - - +Commit 06e66b4 (2000-04-10 14:22:38 +0000) by Jason Ede +doc/web_docs changes + +doc/UPDATES1.5 +doc/web_docs/about.html +doc/web_docs/app-botnet.html +doc/web_docs/app-probs.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-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/party.html +doc/web_docs/readme.html +doc/web_docs/sharing.html +doc/web_docs/starting.html +doc/web_docs/users.html + +- - - - - - - - - - - - - - - +Commit 585e854 (2000-04-09 10:00:39 +0000) by johoho +changed a copyright message + +INSTALL + +- - - - - - - - - - - - - - - +Commit ee2352f (2000-04-05 19:58:11 +0000) by Fabian Knittel +must_be_owner patch + +doc/UPDATES1.5 +src/mod/channels.mod/channels.c +src/mod/module.h +src/mod/server.mod/server.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 98aa9cd (2000-04-05 19:55:13 +0000) by Fabian Knittel +mem_debug_fix patch + +doc/UPDATES1.5 +src/dccutil.c +src/mem.c +src/modules.c +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 0272ff4 (2000-04-05 19:51:54 +0000) by Fabian Knittel +compress_fix patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/misc.c +src/mod/compress.mod/compress.c +src/mod/compress.mod/compress.h +src/mod/compress.mod/tclcompress.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 545ed8e (2000-04-05 19:48:42 +0000) by Fabian Knittel +Wiktor's smalldoc patch + +NEWS +doc/UPDATES1.5 +eggdrop.simple.conf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3fd928e (2000-04-05 19:45:37 +0000) by Fabian Knittel +show_banner_fix2 patch, 1.4 + +doc/UPDATES1.4 +doc/UPDATES1.5 +src/dcc.c +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f13db11 (2000-04-05 19:40:31 +0000) by Fabian Knittel +snprintf_fix patch + +doc/UPDATES1.5 +src/compat/README.snprintf +src/compat/snprintf.c +src/compat/snprintf.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9da59c6 (2000-04-05 19:35:44 +0000) by Fabian Knittel +make_quiet_lang patch + +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 + +- - - - - - - - - - - - - - - +Commit a8845de (2000-04-05 19:31:38 +0000) by Fabian Knittel +transfer_resume_ack_fix patch + +doc/UPDATES1.5 +src/eggdrop.h +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d37702c (2000-04-05 19:27:30 +0000) by Fabian Knittel +transfer_memleak_fix patch + +doc/UPDATES1.5 +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d3987fc (2000-04-05 19:25:34 +0000) by Fabian Knittel +Wiktor's chnick patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.simple.conf +help/cmds1.help +help/cmds2.help +help/core.help +scripts/compat.tcl +src/cmds.c +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 39e691f (2000-04-05 19:22:33 +0000) by Fabian Knittel +resync with 1.4, Apr05 + +doc/UPDATES1.4 +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit e1049dd (2000-03-31 23:04:22 +0000) by Fabian Knittel +conf_make_fix8 patch + +doc/UPDATES1.5 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit b020218 (2000-03-31 22:50:27 +0000) by Fabian Knittel +Wiktor's miscdoc patch + +doc/CONTENTS +doc/MODULES +doc/Makefile.in +doc/UPDATES1.4 +doc/UPDATES1.5 +doc/motd.settings +doc/readme +doc/settings/contents +doc/settings/mod.woobie +doc/settings/tricks +doc/text-substitutions.doc +doc/web_docs/readme.html +src/patch.h + +- - - - - - - - - - - - - - - +Commit ee94b6b (2000-03-31 22:27:17 +0000) by Fabian Knittel +resync with 1.4, Mar31 + +doc/UPDATES1.4 +doc/UPDATES1.5 +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5ac585f (2000-03-24 23:00:25 +0000) by Fabian Knittel +conf_make_fix7 patch + +doc/UPDATES1.5 +src/Makefile.in +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8a93610 (2000-03-23 23:20:07 +0000) by Fabian Knittel +conf_make_fix6 patch + +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/compat/Makefile.in +src/compat/compat.h +src/compat/inet_aton.c +src/compat/memcpy.c +src/compat/memcpy.h +src/compat/memset.c +src/compat/memset.h +src/compat/snprintf.c +src/compat/strcasecmp.c +src/compat/strcasecmp.h +src/dcc.c +src/dccutil.c +src/dns.c +src/eggdrop.h +src/flags.c +src/main.c +src/main.h +src/md5/Makefile.in +src/md5/md5c.c +src/mem.c +src/misc.c +src/mod/Makefile.in +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/eggmod.m4 +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/module.h +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/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 + +- - - - - - - - - - - - - - - +Commit f1aacf7 (2000-03-23 23:10:26 +0000) by Fabian Knittel +resync with 1.4, Mar24 + +aclocal.m4 +config.h.in +configure +configure.in +doc/UPDATES1.4 +src/chanprog.c +src/main.c +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 3939e1a (2000-03-22 01:04:25 +0000) by Fabian Knittel +conf_make_fix5 patch + +Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2379f53 (2000-03-22 00:42:59 +0000) by Fabian Knittel +configure_makefile_fix3 patch + +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/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/dcc.c +src/dccutil.c +src/dns.c +src/main.h +src/md5/Makefile.in +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/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/eggmod.m4 +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/module.h +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 +src/modules.c +src/patch.h +src/proto.h +src/tclegg.h + +- - - - - - - - - - - - - - - +Commit 3151ce3 (2000-03-22 00:38:21 +0000) by Fabian Knittel +Jason's webdocs patch for 1.5 + +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 + +- - - - - - - - - - - - - - - +Commit 1a36b6a (2000-03-22 00:35:40 +0000) by Fabian Knittel +Wiktor's nextparam patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit b48831a (2000-03-22 00:34:54 +0000) by Fabian Knittel +Wiktor's settingsdoc patch + +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 +eggdrop.advanced.conf +eggdrop.complete.conf +eggdrop.conf.dist +eggdrop.simple.conf +src/mod/share.mod/help/share.help +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c0a937b (2000-03-22 00:28:28 +0000) by Fabian Knittel +resync with 1.4, Mar22 + +doc/UPDATES1.4 +scripts/userinfo1.0.tcl +src/eggdrop.h +src/mod/server.mod/servmsg.c +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit a0096f2 (2000-03-19 23:58:01 +0000) by Fabian Knittel +G`Quann's muchtraffic patch + +doc/UPDATES1.5 +src/cmds.c +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f3ce925 (2000-03-19 23:56:07 +0000) by Fabian Knittel +G`Quann's udefexport patch + +doc/UPDATES1.5 +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/channels.mod/udefchan.c +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 6f35812 (2000-03-19 23:32:09 +0000) by Fabian Knittel +1.4 resync, Mar20 + +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/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 51edbaf (2000-03-06 19:10:12 +0000) by Fabian Knittel +drummer's relaydns patch + +doc/UPDATES1.5 +src/botnet.c +src/eggdrop.h +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 13f97c8 (2000-03-06 18:54:08 +0000) by Fabian Knittel +configure_fix2,3 patches + +Makefile.in +aclocal.m4 +configure +configure.in +doc/Makefile.in +doc/UPDATES1.5 +lush.h.in +misc/modconfig +scripts/Makefile.in +src/mod/eggautoconf +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1d70bd8 (2000-03-05 23:48:04 +0000) by Fabian Knittel +drummer's msg_voice patch, 1.4 + +doc/UPDATES1.4 +src/mod/irc.mod/msgcmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0832397 (2000-03-05 23:22:49 +0000) by Fabian Knittel +configure_fix patch + +Makefile.in +aclocal.m4 +configure +configure.in +doc/UPDATES1.4 +doc/UPDATES1.5 +install-sh +misc/install-sh +misc/mkinstalldirs +misc/modconfig +mkinstalldirs +src/main.c +src/mod/Makefile.in +src/mod/compress.mod/configure +src/mod/dns.mod/configure +src/mod/dns.mod/configure.in +src/mod/eggmod.m4 +src/patch.h + +- - - - - - - - - - - - - - - +Commit bde2721 (2000-03-04 21:23:33 +0000) by Fabian Knittel +Eule's duplicate_check patch, 1.4 + +doc/UPDATES1.4 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d5e0ab4 (2000-03-04 21:14:01 +0000) by Fabian Knittel +Lucas' closebanner patch, 1.4 + +doc/UPDATES1.4 +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5a0dad1 (2000-03-04 21:05:06 +0000) by Fabian Knittel +david's wildbinds fix patch + +doc/UPDATES1.5 +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit be478fa (2000-03-04 20:49:45 +0000) by Fabian Knittel +share_compress patch + +doc/UPDATES1.5 +eggdrop.conf.dist +src/eggdrop.h +src/main.c +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/help/set/compress.help +src/mod/compress.mod/tclcompress.c +src/mod/modvals.h +src/mod/share.mod/share.c +src/mod/share.mod/share.h +src/mod/share.mod/uf_features.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 316b159 (2000-03-04 20:40:24 +0000) by Fabian Knittel +dns_minor_fixes patch + +doc/UPDATES1.5 +src/mod/dns.mod/Makefile.in +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4a69f38 (2000-03-04 20:38:20 +0000) by Fabian Knittel +filesys_minor_fixes patch + +doc/UPDATES1.5 +src/mod/filesys.mod/dbcompat.c +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filedb3.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 09c85a7 (2000-03-04 20:35:04 +0000) by Fabian Knittel +Jason's +host for users patch + +doc/UPDATES1.5 +eggdrop.conf.dist +help/cmds1.help +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b3525b1 (2000-03-04 20:31:10 +0000) by Fabian Knittel +eule's bothost patch + +doc/UPDATES1.5 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fef22c6 (2000-03-04 18:40:19 +0000) by Fabian Knittel +resync with 1.4 + +doc/UPDATES1.4 +eggdrop.conf.dist +src/patch.h + +- - - - - - - - - - - - - - - +Commit 86fc1c6 (2000-03-01 17:54:37 +0000) by Fabian Knittel +uff_compress2 patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +eggdrop.conf.dist +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/help/set/compress.help +src/mod/compress.mod/modinfo +src/mod/compress.mod/tclcompress.c +src/mod/modvals.h +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 58eca36 (2000-02-29 20:29:29 +0000) by Fabian Knittel +resync with 1.4 + +aclocal.m4 +configure +configure.in +doc/BUG-REPORT +doc/UPDATES1.4 +src/mod/filesys.mod/filedb3.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit bb9abf0 (2000-02-29 20:16:55 +0000) by Fabian Knittel +drummer's partnotc patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/mod/irc.mod/irc.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 30657e3 (2000-02-29 20:13:37 +0000) by Fabian Knittel +drummer's optimizefix patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 47faf6e (2000-02-29 20:10:11 +0000) by Fabian Knittel +Eule's who_recheck patch + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 091ba1c (2000-02-29 20:05:41 +0000) by Fabian Knittel +filesys_info patch + +doc/UPDATES1.5 +src/mod/filesys.mod/filesys.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e987048 (2000-02-29 20:03:57 +0000) by Fabian Knittel +filesys_fixes patch + +doc/UPDATES1.5 +src/mod/filesys.mod/files.c +src/mod/filesys.mod/filesys.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2c86ed0 (2000-02-29 19:57:27 +0000) by Fabian Knittel +configure_makefile_fix2 patch + +Makefile.in +aclocal.m4 +configure +configure.in +doc/UPDATES1.5 +src/mod/Makefile.in +src/mod/dns.mod/configure +src/mod/dns.mod/configure.in +src/mod/eggmod.m4 +src/mod/modtool +src/patch.h + +- - - - - - - - - - - - - - - +Commit d2eb060 (2000-02-25 22:05:58 +0000) by Fabian Knittel +david's wildbinds patch + +doc/UPDATES1.5 +help/cmds1.help +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit c2cafc0 (2000-02-25 21:51:30 +0000) by Fabian Knittel +configure_module patch + +Makefile.in +README +aclocal.m4 +configure +configure.in +disabled_modules +doc/KNOWN-PROBLEMS +doc/MODULES +doc/UPDATES1.5 +doc/tricks +src/Makefile.in +src/mod/Makefile.in +src/mod/assoc.mod/Makefile +src/mod/blowfish.mod/Makefile +src/mod/blowfish.mod/modinfo +src/mod/buildstatic +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/eggautoconf +src/mod/eggmod.m4 +src/mod/eggmod.sh +src/mod/filesys.mod/Makefile +src/mod/filesys.mod/modinfo +src/mod/irc.mod/Makefile +src/mod/irc.mod/modinfo +src/mod/modtool +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit f48a675 (2000-02-25 21:36:33 +0000) by Fabian Knittel +Jason's mult_exempts patch, 1.4 + +doc/UPDATES1.4 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1de1437 (2000-02-25 20:51:11 +0000) by Fabian Knittel +resync with 1.4, Feb25 + +doc/UPDATES1.4 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1a3d6c2 (2000-02-18 22:45:20 +0000) by Fabian Knittel +Wiktor's typodoc patch + +doc/UPDATES1.5 +doc/patch.howto +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0ac3de8 (2000-02-18 22:40:37 +0000) by Fabian Knittel +G`Quann's lagcheckfix patch + +doc/UPDATES1.5 +src/dcc.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c18ca9d (2000-02-18 22:38:02 +0000) by Fabian Knittel +invite_fix patch + +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 567cd22 (2000-02-18 22:36:12 +0000) by Fabian Knittel +blowfish_fix patch + +doc/UPDATES1.5 +src/main.c +src/mod/blowfish.mod/blowfish.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cd02467 (2000-02-18 22:34:24 +0000) by Fabian Knittel +dw's docfix patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/patch.h + +- - - - - - - - - - - - - - - +Commit 66e68de (2000-02-18 22:27:54 +0000) by Fabian Knittel +1.4 resync + +doc/UPDATES1.4 +doc/UPDATES1.5 +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/help/irc.help +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c +src/mod/share.mod/share.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 9542db8 (2000-02-04 23:31:51 +0000) by Fabian Knittel +release of 1.5.2 + +doc/UPDATES1.5 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9dd96bf (2000-02-03 22:54:17 +0000) by Fabian Knittel +Jason's 2nd chanjupe patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +language/core.english.lang +src/chan.h +src/lang.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4218a20 (2000-02-03 21:58:28 +0000) by Fabian Knittel +1.4 resync Feb03 + +doc/UPDATES1.4 +eggdrop.conf.dist +src/cmds.c +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ef69d80 (2000-02-01 23:35:24 +0000) by Fabian Knittel +tiny_makefile_fix patch + +aclocal.m4 +configure +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5ffbcfb (2000-02-01 20:47:20 +0000) by Fabian Knittel +src/stat.h belonging to the stat_fix patch + +src/stat.h + +- - - - - - - - - - - - - - - +Commit 8e39888 (2000-02-01 20:36:18 +0000) by Fabian Knittel +stat_fix patch + +src/main.c +src/main.h +src/misc.c +src/mod/filesys.mod/Makefile +src/mod/filesys.mod/files.c +src/mod/filesys.mod/filesys.c +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit 29ea3bf (2000-02-01 20:17:36 +0000) by Fabian Knittel +resync with 1.4 on the 1st of January + +doc/UPDATES1.4 +src/mod/channels.mod/cmdschan.c +src/mod/irc.mod/chan.c +src/patch.h +src/userent.c + +- - - - - - - - - - - - - - - +Commit 60d2ab6 (2000-01-31 23:03:02 +0000) by Fabian Knittel +G`Quann's yaup patch + +doc/UPDATES1.5 +src/botcmd.c +src/botnet.c +src/dcc.c +src/mod/module.h +src/patch.h +src/tandem.h + +- - - - - - - - - - - - - - - +Commit b4d070a (2000-01-31 22:56:01 +0000) by Fabian Knittel +G`Quann's lagcheck patch + +doc/UPDATES1.5 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 23db162 (2000-01-31 22:49:07 +0000) by Fabian Knittel +resync with 1.4, Jan 31st + +doc/UPDATES1.4 +src/mod/filesys.mod/help/filesys.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2a42b86 (2000-01-30 19:26:22 +0000) by Fabian Knittel +cleanup3 patch + +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/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/module.h +src/mod/modvals.h +src/mod/notes.mod/notes.c +src/mod/share.mod/share.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 + +- - - - - - - - - - - - - - - +Commit 03ed73d (2000-01-30 18:02:02 +0000) by Fabian Knittel +eule's globalset patch + +doc/UPDATES1.5 +eggdrop.conf.dist +src/mod/channels.mod/channels.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 40024a5 (2000-01-30 17:59:53 +0000) by Fabian Knittel +resync with 1.4, Jan30 + +doc/UPDATES1.4 +language/core.english.lang +language/core.german.lang +src/lang.h +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 9447344 (2000-01-28 22:14:03 +0000) by Fabian Knittel +guppy's binds patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +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/patch.h + +- - - - - - - - - - - - - - - +Commit c22f100 (2000-01-28 22:05:04 +0000) by Fabian Knittel +Wiktor's NEWS patch + +NEWS +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit ae5f143 (2000-01-28 21:51:54 +0000) by Fabian Knittel +Eule's stopnethack-mode2 patch + +doc/UPDATES1.5 +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 33b7386 (2000-01-28 21:24:41 +0000) by Fabian Knittel +resync with 1.4, 2000/08/01 + +doc/UPDATES1.4 +doc/UPDATES1.5 +doc/tcl-commands.doc +doc/tricks +src/patch.h +src/tcluser.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 6f51bb6 (2000-01-24 21:42:28 +0000) by Fabian Knittel +dw's nickjuped patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4ce453c (2000-01-24 21:37:59 +0000) by Fabian Knittel +dw's who patch + +doc/UPDATES1.4 +src/botcmd.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f5dcdc2 (2000-01-24 20:46:50 +0000) by Fabian Knittel +bzerofix patch + +config.h.in +configure +configure.in +doc/UPDATES1.5 +src/main.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 271a5f2 (2000-01-22 23:43:09 +0000) by Fabian Knittel +dw's got_op_deop patch to 1.4 + +doc/UPDATES1.4 +doc/tcl-commands.doc +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cb240f4 (2000-01-22 23:30:54 +0000) by Fabian Knittel +david's unlink info patch + +doc/UPDATES1.5 +src/botcmd.c +src/botnet.c +src/dcc.c +src/patch.h +src/users.c + +- - - - - - - - - - - - - - - +Commit 591259f (2000-01-22 23:04:04 +0000) by Fabian Knittel +forgot to add those files again (originally in uff.patch) + +src/mod/share.mod/share.h +src/mod/share.mod/uf_features.c + +- - - - - - - - - - - - - - - +Commit 63c08e6 (2000-01-22 23:01:55 +0000) by Fabian Knittel +Toth's and Wiktor's banreason-fix patch + +doc/UPDATES1.4 +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 643554c (2000-01-22 22:54:21 +0000) by Fabian Knittel +G`Quann's kickstuff patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4a494fd (2000-01-22 22:37:47 +0000) by Fabian Knittel +uff and outdone_event patch + +doc/UPDATES1.5 +src/eggdrop.h +src/main.c +src/mod/module.h +src/mod/share.mod/Makefile +src/mod/share.mod/share.c +src/modules.c +src/net.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 62d9bff (2000-01-17 23:00:31 +0000) by Fabian Knittel +changed Johoho to Wiktor in UPDATES1.5 + +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit f72a88e (2000-01-17 22:36:10 +0000) by Fabian Knittel +Eule's copyright patch, updated by him for 1.5 + +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/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/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/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 +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 +text/banner +text/motd + +- - - - - - - - - - - - - - - +Commit b42fa14 (2000-01-17 22:28:04 +0000) by Fabian Knittel +G`Quann's penaltyfix patch + +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e3f7708 (2000-01-17 22:18:48 +0000) by Fabian Knittel +Tothwolf's resolv-before-bind patch + +aclocal.m4 +configure +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit bd88ccc (2000-01-17 22:14:00 +0000) by Fabian Knittel +Eule's stopnethack_mode patch + +doc/UPDATES1.5 +eggdrop.conf.dist +src/chan.h +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/help/chaninfo.help +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit fe94e03 (2000-01-17 21:59:12 +0000) by Fabian Knittel +resync with 1.4, 17Jan2000 + +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/mod/irc.mod/chan.c +src/mod/transfer.mod/transfer.c +src/mod/wire.mod/wire.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 + +- - - - - - - - - - - - - - - +Commit a477d2b (2000-01-09 16:34:50 +0000) by Fabian Knittel +forgot the version_export patch, during last 1.4 resync + +acconfig.h +aclocal.m4 +config.h.in +configure +doc/UPDATES1.4 +src/mod/module.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 70ff25a (2000-01-09 15:06:38 +0000) by Fabian Knittel +tiny_transfer_share patch + +doc/UPDATES1.5 +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit cd60e34 (2000-01-09 14:59:30 +0000) by Fabian Knittel +resync with 1.4, a few 1.5 specific additions + +aclocal.m4 +configure +configure.in +doc/UPDATES1.4 +doc/UPDATES1.5 +doc/compiling.FAQ +src/main.c +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/module.h +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e9f7354 (2000-01-09 14:36:54 +0000) by Fabian Knittel +Johoho's config patch + +doc/UPDATES1.5 +eggdrop.conf.dist +src/patch.h + +- - - - - - - - - - - - - - - +Commit 78c5c1c (2000-01-07 21:43:57 +0000) by Fabian Knittel +S0meguy's flood-nick patch, which i missed to apply earlier + +doc/UPDATES1.5 +src/chan.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/patch.h + +- - - - - - - - - - - - - - - +Commit f3181dc (2000-01-07 20:04:02 +0000) by Fabian Knittel +S0meguy's ctcpchanfloodfix patch, which i missed to commit by accident + +doc/UPDATES1.4 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3ed0ad3 (2000-01-06 19:46:55 +0000) by Fabian Knittel +userfile_perm patch + +doc/UPDATES1.5 +eggdrop.conf.dist +help/set/cmds2.help +src/misc.c +src/mod/channels.mod/channels.c +src/mod/module.h +src/mod/notes.mod/notes.c +src/modules.c +src/patch.h +src/proto.h +src/tcl.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 3dc3ce8 (2000-01-06 19:45:06 +0000) by Fabian Knittel +errors_fix, simialer to 1.4 + +doc/UPDATES1.4 +src/main.c +src/md5/global.h +src/misc.c +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/module.h +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 +src/modules.c +src/modules.h +src/net.c +src/patch.h +src/tclegg.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 011b0fd (2000-01-06 19:42:10 +0000) by Fabian Knittel +resync with 1.4, 6Jan2000 + +doc/UPDATES1.4 +src/cmds.c +src/dcc.c +src/mem.c +src/misc.c +src/mod/irc.mod/chan.c +src/mod/share.mod/share.c +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit a1b340c (2000-01-02 17:29:37 +0000) by Fabian Knittel +don't ask. Yet Another File Fabian Forgot To Add... + +src/mod/channels.mod/udefchan.c + +- - - - - - - - - - - - - - - +Commit 6ebc189 (2000-01-02 02:42:13 +0000) by Fabian Knittel +cleanup2 patch + +src/main.c +src/mod/assoc.mod/assoc.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/console.mod/console.c +src/mod/ctcp.mod/ctcp.c +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/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/tclfiles.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/irc.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/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/mod/wire.mod/wire.c +src/mod/woobie.mod/woobie.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 145780a (2000-01-01 19:42:29 +0000) by Fabian Knittel +bzero_memset patch + +doc/UPDATES1.5 +src/dns.c +src/main.c +src/md5/md5c.c +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 027f1e9 (2000-01-01 19:34:14 +0000) by Fabian Knittel +1.4 dccfix patch + +doc/UPDATES1.4 +src/botnet.c +src/dcc.c +src/dccutil.c +src/main.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/patch.h + +- - - - - - - - - - - - - - - +Commit 555beb5 (2000-01-01 19:28:24 +0000) by Fabian Knittel +publisten patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/dcc.c +src/eggdrop.h +src/patch.h +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 2b14680 (2000-01-01 19:24:38 +0000) by Fabian Knittel +notes_cleanup patch + +src/mod/notes.mod/cmdsnote.c +src/mod/notes.mod/notes.c +src/mod/notes.mod/notes.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 17f879f (2000-01-01 19:23:47 +0000) by Fabian Knittel +G`Quann's trafficfix patch + +doc/UPDATES1.5 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a3bf442 (2000-01-01 19:22:33 +0000) by Fabian Knittel +irc_cleanup patch + +doc/UPDATES1.5 +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/patch.h + +- - - - - - - - - - - - - - - +Commit ec1cf95 (2000-01-01 19:12:19 +0000) by Fabian Knittel +cleanup patch + +doc/UPDATES1.5 +src/mod/modvals.h +src/mod/seen.mod/seen.c +src/mod/transfer.mod/transfer.c +src/mod/woobie.mod/woobie.c +src/patch.h +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 72a7e0d (2000-01-01 19:08:48 +0000) by Fabian Knittel +resync with 1.4 + +doc/UPDATES1.4 +doc/tcl-commands.doc +eggdrop.conf.dist +src/mod/irc.mod/chan.c +src/mod/irc.mod/mode.c +src/mod/irc.mod/tclirc.c +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 2a59dd2 (1999-12-27 20:39:24 +0000) by Fabian Knittel +1.4 drummer's stricthost patch + +doc/UPDATES1.4 +src/misc.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 +src/patch.h +src/tcl.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit f977142 (1999-12-27 20:38:05 +0000) by Fabian Knittel +useless file + +doc/honorable.mentions + +- - - - - - - - - - - - - - - +Commit 5f7488d (1999-12-27 20:07:54 +0000) by Fabian Knittel +forgot to patch Makefile.in when removing Ode_To_Beldin + +doc/Makefile.in + +- - - - - - - - - - - - - - - +Commit 096ec23 (1999-12-27 19:56:20 +0000) by Fabian Knittel +tcl_md5 messup ... + +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 458e8b0 (1999-12-27 19:50:18 +0000) by Fabian Knittel +the override-bots change was in 1.5.1 not 1.5.0\! + +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit 0350875 (1999-12-27 19:36:43 +0000) by Fabian Knittel +Olrick's tcl md5 patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit 43a9c17 (1999-12-27 19:35:16 +0000) by Fabian Knittel +removed useless file + +doc/Ode_To_Beldin + +- - - - - - - - - - - - - - - +Commit 85ed373 (1999-12-27 18:35:44 +0000) by Fabian Knittel +dw's strip patch + +doc/UPDATES1.5 +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ae59090 (1999-12-27 14:52:43 +0000) by Fabian Knittel +dw's getuser patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 73c8541 (1999-12-26 12:29:36 +0000) by Fabian Knittel +dnsfix + +doc/UPDATES1.5 +src/mod/dns.mod/coredns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit d719180 (1999-12-26 12:21:52 +0000) by Fabian Knittel +dnslookup2 + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/dns.c +src/dns.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 89ef08f (1999-12-26 05:50:53 +0000) by Matthew Hallacy +blah, just a text file i felt like adding, we can throw random funny stuff +in here. + +doc/honorable.mentions + +- - - - - - - - - - - - - - - +Commit 78b99b0 (1999-12-25 16:18:20 +0000) by Fabian Knittel +1.4 nowtm_timerfix.patch + +doc/UPDATES1.4 +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3496461 (1999-12-25 15:05:28 +0000) by Fabian Knittel +dnslookup + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/dns.c +src/dns.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit f7a0053 (1999-12-25 02:37:37 +0000) by Fabian Knittel +serverfix + +doc/UPDATES1.4 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f7e5e69 (1999-12-25 00:36:15 +0000) by Fabian Knittel +tclasyncdns.patch + +src/dns.h + +- - - - - - - - - - - - - - - +Commit dd1d677 (1999-12-25 00:07:51 +0000) by Fabian Knittel +tclasyncdns + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/Makefile.in +src/botnet.c +src/dcc.c +src/dns.c +src/mem.c +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/modules.c +src/patch.h +src/proto.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit c861d16 (1999-12-24 23:59:43 +0000) by Fabian Knittel +langclean + +doc/UPDATES1.5 +src/language.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8bc14f3 (1999-12-24 23:57:38 +0000) by Fabian Knittel +1.4 revengepunishfix + +doc/UPDATES1.4 +src/mod/irc.mod/irc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b59f54a (1999-12-24 14:25:57 +0000) by Fabian Knittel +toot's .channel fix + +doc/UPDATES1.5 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 98fe662 (1999-12-24 14:23:48 +0000) by Fabian Knittel +1.4 hidelost + +doc/UPDATES1.4 +src/dccutil.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 32e054d (1999-12-24 14:21:54 +0000) by Fabian Knittel +dccremovelost + +doc/UPDATES1.4 +src/dccutil.c +src/main.c +src/mod/dns.mod/dns.c +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/server.mod/server.c +src/mod/transfer.mod/transfer.c +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit ca9b7e8 (1999-12-24 14:20:08 +0000) by Fabian Knittel +nicklength2 + +doc/UPDATES1.4 +doc/UPDATES1.5 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5c95962 (1999-12-24 14:19:24 +0000) by Fabian Knittel +nodesynchfix + +doc/UPDATES1.5 +src/chan.h +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e68b51d (1999-12-22 22:02:20 +0000) by Fabian Knittel +re-added missing help/set and help/msg directories + +help/set/cmds1.help +help/set/cmds2.help + +- - - - - - - - - - - - - - - +Commit ffe16b7 (1999-12-22 13:17:55 +0000) by Fabian Knittel +small error while applying a patch, reported by SuperS + +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4f2b67a (1999-12-22 12:27:48 +0000) by Fabian Knittel +G`Quann's whoispenaltyfix patch + +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 205e39c (1999-12-22 12:24:58 +0000) by Fabian Knittel +Ian's silencefix patch + +doc/UPDATES1.5 +src/cmds.c +src/mod/server.mod/servmsg.c +src/patch.h +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit 45d042e (1999-12-22 12:21:43 +0000) by Fabian Knittel +Ian's nodesync patch + +doc/UPDATES1.5 +eggdrop.conf.dist +src/chan.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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 19189a0 (1999-12-22 12:11:04 +0000) by Fabian Knittel +resync with 1.4.2, 1999/12/22 + +doc/UPDATES1.4 +eggdrop.conf.dist +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/mod/filesys.mod/files.c +src/mod/irc.mod/irc.c +src/mod/module.h +src/mod/modvals.h +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 +src/modules.c +src/net.c +src/patch.h +src/proto.h +src/tclhash.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 377e862 (1999-12-21 17:35:32 +0000) by Fabian Knittel +Tothwolf's id-header + +Makefile.in +acconfig.h +aclocal.m4 +configure +configure.in +doc/Makefile.in +doc/UPDATES1.4 +eggdrop.conf.dist +install-sh +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/md5/Makefile.in +src/md5/global.h +src/md5/md5.h +src/md5/md5c.c +src/mem.c +src/misc.c +src/mod/Makefile.in +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/buildstatic +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/language/filesys.english.lang +src/mod/filesys.mod/language/filesys.french.lang +src/mod/filesys.mod/language/filesys.german.lang +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/module.h +src/mod/modvals.h +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/language/wire.english.lang +src/mod/wire.mod/language/wire.french.lang +src/mod/wire.mod/language/wire.german.lang +src/mod/wire.mod/wire.c +src/mod/wire.mod/wire.h +src/mod/woobie.mod/Makefile +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/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 + +- - - - - - - - - - - - - - - +Commit ce9be5a (1999-12-21 17:32:43 +0000) by Fabian Knittel +filesys_fixes2 + +doc/UPDATES1.5 +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/help/filesys.help +src/mod/filesys.mod/tclfiles.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 12864ea (1999-12-19 16:06:34 +0000) by Fabian Knittel +G`Quann's traffic patch + +doc/UPDATES1.5 +src/cmds.c +src/main.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3faac44 (1999-12-19 16:05:33 +0000) by Fabian Knittel +G`Quann's udef_dname patch + +doc/UPDATES1.5 +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c161960 (1999-12-17 20:26:24 +0000) by Fabian Knittel +dns_reversefail + +doc/UPDATES1.5 +src/botnet.c +src/dcc.c +src/mod/filesys.mod/filesys.c +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 74985c5 (1999-12-17 18:40:22 +0000) by Fabian Knittel +tothwolf's assert-nulls patch + +doc/UPDATES1.4 +src/cmds.c +src/flags.c +src/mod/console.mod/console.c +src/mod/module.h +src/mod/transfer.mod/transfer.c +src/patch.h +src/userent.c + +- - - - - - - - - - - - - - - +Commit 3eb3587 (1999-12-15 17:20:37 +0000) by Fabian Knittel +the share_botoverride patch... + +doc/UPDATES1.5 +eggdrop.conf.dist +src/eggdrop.h +src/main.c +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dd0997c (1999-12-15 15:31:59 +0000) by Fabian Knittel +1.4 resync 991215 + +doc/UPDATES1.4 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 76aaf24 (1999-12-14 22:39:43 +0000) by Fabian Knittel +toth's patch-assert + +Makefile.in +doc/UPDATES1.4 +doc/UPDATES1.5 +src/eggdrop.h +src/main.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 3e1ad61 (1999-12-13 23:53:47 +0000) by Fabian Knittel +tothwolf's sync-1.5-11Dec1999-1 patch + +doc/UPDATES1.4 +doc/UPDATES1.5 +src/dcc.c +src/mod/channels.mod/tclchan.c +src/mod/server.mod/server.c +src/patch.h +src/tcl.c +src/tcluser.c + +- - - - - - - - - - - - - - - +Commit beab64e (1999-12-13 23:39:23 +0000) by Fabian Knittel +resume patch + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/eggdrop.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/modvals.h +src/mod/server.mod/server.c +src/mod/server.mod/server.h +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 21318d9 (1999-12-12 22:14:50 +0000) by Fabian Knittel +32 bit usage made consistent - patch :) + +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 + +- - - - - - - - - - - - - - - +Commit 7ae21ad (1999-12-12 15:39:36 +0000) by Fabian Knittel +tiny botlink fix + +doc/UPDATES1.5 +src/botnet.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2cbd35b (1999-12-11 23:20:27 +0000) by Fabian Knittel +removed silly warning in Asser macro + +src/eggdrop.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit f73d14f (1999-12-11 18:58:06 +0000) by Fabian Knittel +tothwolf's remove-context-bloat patch + +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/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/module.h +src/mod/modvals.h +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 +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 + +- - - - - - - - - - - - - - - +Commit 36e8499 (1999-12-10 17:20:09 +0000) by Fabian Knittel +resync 991210 with 1.4 + +doc/UPDATES1.4 +doc/tcl-commands.doc +src/chanprog.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 +src/patch.h +src/userent.c + +- - - - - - - - - - - - - - - +Commit bd6ea5a (1999-12-06 16:15:49 +0000) by Fabian Knittel +1.4 resync + +doc/UPDATES1.4 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit e867ded (1999-12-06 15:56:44 +0000) by Fabian Knittel +Toth's configure-with-fixes patch + +aclocal.m4 +configure +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit e48140e (1999-12-04 14:05:07 +0000) by Fabian Knittel +Tothwolf's configure-strip-fix patch + +aclocal.m4 +configure +configure.in +doc/UPDATES1.5 + +- - - - - - - - - - - - - - - +Commit 7d5cb8c (1999-12-01 14:50:37 +0000) by Fabian Knittel +missed aclocal in toth's new-configure patch... as always... :/ + +aclocal.m4 +src/patch.h + +- - - - - - - - - - - - - - - +Commit c4f0633 (1999-12-01 00:09:42 +0000) by Fabian Knittel +toths new-configure patch + +configure +configure.in +doc/UPDATES1.5 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2b73e82 (1999-11-30 23:04:15 +0000) by Fabian Knittel +egg1.4 resync 991130 + +doc/UPDATES1.4 +src/chanprog.c +src/eggdrop.h +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 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 65af967 (1999-11-27 23:54:57 +0000) by Fabian Knittel +filesys_fixes patch + +doc/UPDATES1.5 +src/mod/filesys.mod/files.c +src/mod/filesys.mod/filesys.c +src/mod/transfer.mod/transfer.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit dc59dd9 (1999-11-27 23:53:25 +0000) by Fabian Knittel +complete_sharefix patch + +doc/UPDATES1.5 +src/cmds.c +src/flags.c +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/mod/module.h +src/modules.c +src/patch.h +src/proto.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 626ae7d (1999-11-27 23:51:42 +0000) by Fabian Knittel +addbanmode patch + +doc/UPDATES1.5 +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f79c0ff (1999-11-26 17:21:41 +0000) by Fabian Knittel +dupwait patch + +doc/UPDATES1.5 +eggdrop.conf.dist +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 + +- - - - - - - - - - - - - - - +Commit 1a81ea1 (1999-11-24 23:28:08 +0000) by Fabian Knittel +drummer's notefix patch + +doc/UPDATES1.4 +src/botmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit a5b74b2 (1999-11-24 22:23:55 +0000) by Fabian Knittel +guppy's tables patch + +doc/UPDATES1.4 +src/mod/channels.mod/channels.c +src/mod/channels.mod/channels.h +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/wire.mod/wire.c +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 8c6a8ef (1999-11-22 19:42:53 +0000) by Fabian Knittel +G`Quann's putnext patch + +doc/UPDATES1.5 +src/dccutil.c +src/eggdrop.h +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 422bd5c (1999-11-22 19:31:58 +0000) by Fabian Knittel +filedb3_fix2 patch + +doc/UPDATES1.5 +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filelist.c +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8f43b43 (1999-11-22 16:22:15 +0000) by Fabian Knittel +resync 11Nov1999 + +doc/UPDATES1.4 +eggdrop.conf.dist +scripts/ques4.tcl +src/mod/irc.mod/mode.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit d45821f (1999-11-20 21:40:58 +0000) by Fabian Knittel +G`Quann's udefmemleak patch + +doc/UPDATES1.5 +src/mod/channels.mod/channels.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5e2446b (1999-11-20 21:27:29 +0000) by Fabian Knittel +dnsstatic patch + +Makefile.in +doc/UPDATES1.5 +src/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3f8054c (1999-11-20 15:56:41 +0000) by Fabian Knittel +filedb3_fix patch + +doc/UPDATES1.5 +src/mod/filesys.mod/filedb3.c +src/mod/filesys.mod/filedb3.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit e09f814 (1999-11-16 21:06:50 +0000) by Fabian Knittel +filedb_autoconf patch + +configure +configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit cfa12b3 (1999-11-15 20:36:06 +0000) by Fabian Knittel +missed to remove that file during tosk's NEWTO1.5.0 -> NEWS switch + +NEWTO1.5.0 + +- - - - - - - - - - - - - - - +Commit 6def15f (1999-11-15 17:42:35 +0000) by Fabian Knittel +Toth's sync-1.5-14Nov1999-1 + +CONTENTS +FEATURES +INSTALL +NEWS +README +configure +configure.in +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 +eggdrop.conf.dist +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/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/language/wire.french.lang +src/mod/wire.mod/wire.c +src/mod/woobie.mod/woobie.c +src/net.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 97ffbcd (1999-11-15 17:13:28 +0000) by Fabian Knittel +fastdeq_options patch (G`Quann), udef_doc patch (G`Quann), fixlisten patch +(Fabian), minorfilesys patch (Fabian) + +doc/UPDATES1.5 +doc/tcl-commands.doc +src/dcc.c +src/mod/filesys.mod/filesys.c +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 812368e (1999-11-14 17:15:51 +0000) by Fabian Knittel +spelling mistake, reported by guppy + +src/mod/filesys.mod/files.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ed3a048 (1999-11-14 13:06:33 +0000) by Fabian Knittel +filedb3 patch + +NEWTO1.5.0 +doc/UPDATES1.5 +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 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3b0085e (1999-11-13 00:53:27 +0000) by Ryan Butler +Tothwolf's banner and motd updates to new version + +text/banner +text/motd + +- - - - - - - - - - - - - - - +Commit 0558547 (1999-11-11 21:51:01 +0000) by Fabian Knittel +messed up configure, oops + +configure + +- - - - - - - - - - - - - - - +Commit 17a3aff (1999-11-11 21:44:56 +0000) by Fabian Knittel +dns_fixagain.patch which fixes a bug in blocking dns code and turns on +debugmem to default on linux + +configure +doc/UPDATES1.5 +src/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit b8f7dc3 (1999-11-11 17:45:04 +0000) by Ryan Butler +Configure did not have default make = make debug + +configure +configure.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit 577e98d (1999-11-11 16:22:19 +0000) by Ryan Butler +mkinstalldirs was mysteriously left out of 1.5 and therefore would not make +install correctly + +mkinstalldirs + +- - - - - - - - - - - - - - - +Commit 1658138 (1999-11-10 22:02:24 +0000) by Fabian Knittel +I had messed up the scripts Makefile.in + +scripts/Makefile.in +src/patch.h + +- - - - - - - - - - - - - - - +Commit d3380c6 (1999-11-10 21:35:07 +0000) by Fabian Knittel +Resync with 1.4 + +FEATURES +Makefile.in +README +TODO +acconfig.h +config.h.in +configure +configure.in +doc/BOTNET +doc/Makefile.in +doc/UPDATES.pre1.5 +doc/eggdrop.doc +doc/man1/eggdrop.1 +doc/patch.howto +doc/tcl-commands.doc +eggdrop.conf.dist +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/md5/Makefile.in +src/mem.c +src/mod/Makefile.in +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/module.h +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 +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 + +- - - - - - - - - - - - - - - +Commit 21d5074 (1999-11-10 00:08:40 +0000) by Ryan Butler +Another oops + +text/banner + +- - - - - - - - - - - - - - - +Commit 6a926e8 (1999-11-10 00:07:06 +0000) by Ryan Butler +Blah + +NEWTO1.4.0 + +- - - - - - - - - - - - - - - +Commit 416ae6b (1999-11-10 00:06:30 +0000) by Ryan Butler +Part 2 + +src/main.c +src/mod/assoc.mod/assoc.c +src/mod/blowfish.mod/blowfish.c +src/mod/channels.mod/channels.c +src/mod/console.mod/console.c +src/mod/filesys.mod/filesys.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/woobie.mod/woobie.c + +- - - - - - - - - - - - - - - +Commit c7e653b (1999-11-10 00:01:13 +0000) by Ryan Butler +Part 1 of numbering revision + +NEWTO1.5.0 +README +doc/CONTENTS +doc/UPDATES.pre1.4 +doc/UPDATES.pre1.5 +doc/UPDATES1.4 +doc/UPDATES1.5 +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit e6420d4 (1999-10-26 21:46:44 +0000) by Fabian Knittel +Cybah's safechan patch + +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/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/module.h +src/mod/seen.mod/seen.c +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/mod/share.mod/share.c +src/modules.c +src/patch.h +src/tcldcc.c +src/tcluser.c +src/userrec.c +src/users.c + +- - - - - - - - - - - - - - - +Commit be16d4d (1999-10-26 21:38:41 +0000) by Fabian Knittel +resync 940380771-940924890 + +Makefile.in +acconfig.h +config.h.in +configure +configure.in +doc/UPDATES.pre1.4 +doc/tcl-commands.doc +eggdrop.conf.dist +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/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/module.h +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 +src/modules.c +src/patch.h +src/tcldcc.c +src/tcluser.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit f3798a7 (1999-10-26 19:44:49 +0000) by Fabian Knittel +G`Quann's fastdeq patch + +doc/UPDATES1.4 +src/mod/server.mod/server.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c226ead (1999-10-24 14:36:36 +0000) by Fabian Knittel +1) udef patch was wrongly applied in one place. 2) small fixes + +src/mod/channels.mod/Makefile +src/mod/channels.mod/channels.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 31d9220 (1999-10-24 12:17:34 +0000) by Fabian Knittel +G`Quann's udef_chanstuff3 patch + +doc/UPDATES1.4 +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4bc12f9 (1999-10-21 20:04:59 +0000) by Fabian Knittel +dnsfix patch from G`Quann + +doc/UPDATES1.4 +src/dns.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 4a6bf5c (1999-10-21 19:23:18 +0000) by Fabian Knittel +resync with 1.3 tree, 939863113-940380771 + +Makefile.in +acconfig.h +config.h.in +configure +configure.in +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 +install-sh +language/core.french.lang +scripts/CONTENTS +scripts/Makefile.in +scripts/bugreport.tcl +scripts/help/msg/userinfo.help +scripts/help/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/md5/Makefile +src/md5/Makefile.in +src/mem.c +src/misc.c +src/mod/Makefile +src/mod/Makefile.generic +src/mod/Makefile.in +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/buildstatic +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/help/chaninfo.help +src/mod/channels.mod/help/channels.help +src/mod/channels.mod/help/set/channels.help +src/mod/channels.mod/tclchan.c +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/help/irc.help +src/mod/irc.mod/help/msg/irc.help +src/mod/irc.mod/help/set/irc.help +src/mod/irc.mod/mode.c +src/mod/notes.mod/Makefile +src/mod/notes.mod/help/msg/notes.help +src/mod/notes.mod/help/notes.help +src/mod/notes.mod/help/set/notes.help +src/mod/seen.mod/Makefile +src/mod/seen.mod/help/msg/seen.help +src/mod/seen.mod/help/seen.help +src/mod/seen.mod/seen.c +src/mod/server.mod/Makefile +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/servmsg.c +src/mod/share.mod/Makefile +src/mod/share.mod/help/share.help +src/mod/share.mod/share.c +src/mod/transfer.mod/Makefile +src/mod/transfer.mod/help/set/transfer.help +src/mod/wire.mod/Makefile +src/mod/wire.mod/language/wire.english.lang +src/mod/wire.mod/language/wire.german.lang +src/mod/wire.mod/wire.english.lang +src/mod/wire.mod/wire.german.lang +src/mod/woobie.mod/Makefile +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 + +- - - - - - - - - - - - - - - +Commit 9655978 (1999-10-15 10:44:58 +0000) by Fabian Knittel +resync 1.3: 939574072->939863113 + +doc/UPDATES.pre1.4 +doc/tcl-commands.doc +eggdrop.conf.dist +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/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 +src/patch.h +src/rfc1459.h +src/tcl.c +src/userent.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 6344e5f (1999-10-12 22:19:24 +0000) by Fabian Knittel +the transfer patch + +doc/UPDATES1.4 +src/eggdrop.h +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/modules.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 680c186 (1999-10-12 10:28:27 +0000) by Fabian Knittel +penalties3 patch + +doc/UPDATES1.4 +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 334af72 (1999-10-11 16:20:30 +0000) by Fabian Knittel +This shouldn't have happened... *grrr* + +Makefile + +- - - - - - - - - - - - - - - +Commit a0f235f (1999-10-11 07:59:58 +0000) by Fabian Knittel +dns patches, textdir patch, sync 939496415-939574072 + +Makefile +Makefile.in +configure.in +doc/UPDATES.pre1.4 +doc/UPDATES1.4 +eggdrop.conf.dist +help/cmds2.help +language/core.english.lang +language/core.french.lang +language/core.german.lang +logs/CONTENTS +motd +src/botnet.c +src/cmds.c +src/dcc.c +src/dccutil.c +src/dns.c +src/eggdrop.h +src/main.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 +src/net.c +src/patch.h +src/users.c +telnet-banner +text/CONTENTS +text/banner +text/motd + +- - - - - - - - - - - - - - - +Commit 776140b (1999-10-10 23:33:10 +0000) by Fabian Knittel +the nonallocsock patch + +doc/UPDATES1.4 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c0b7f03 (1999-10-10 22:24:59 +0000) by Fabian Knittel +the hostbyteorder patch + +doc/UPDATES1.4 +src/botnet.c +src/dcc.c +src/dns.c +src/eggdrop.h +src/mod/server.mod/servmsg.c +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit ad292a9 (1999-10-10 00:56:34 +0000) by Fabian Knittel +yet another tree merge and fixups... let's see how long it takes until I +learn this stuff + +CONTENTS +FEATURES +Makefile.in +configure +configure.in +doc/BUG-REPORT +doc/UPDATES.pre1.4 +doc/eggdrop.doc +doc/man1/eggdrop.1 +doc/tcl-commands.doc +eggdrop.conf.dist +help/cmds1.help +scripts/autobotchk +scripts/botchk +scripts/weed +src/cmds.c +src/eggdrop.h +src/main.c +src/mod/share.mod/share.c +src/modules.c +src/net.c +src/patch.h +src/tcl.c +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 6b3c17d (1999-10-09 19:44:50 +0000) by Fabian Knittel +forgot those new files again.. *gnnnn*.. I'll learn it... + +src/dns.c +src/mod/dns.mod/Makefile +src/mod/dns.mod/coredns.c +src/mod/dns.mod/dns.c +src/mod/dns.mod/dns.h + +- - - - - - - - - - - - - - - +Commit 4eed212 (1999-10-09 19:31:57 +0000) by Fabian Knittel +Fabian's asyncdns patch + +Makefile.in +configure +configure.in +doc/UPDATES1.4 +eggdrop.conf.dist +src/Makefile +src/botnet.c +src/dcc.c +src/dccutil.c +src/eggdrop.h +src/main.h +src/mod/Makefile +src/mod/Makefile.generic +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/modvals.h +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c +src/modules.c +src/net.c +src/proto.h + +- - - - - - - - - - - - - - - +Commit ee99edf (1999-10-09 16:41:10 +0000) by Fabian Knittel +missed new files during 1.3 merge + +doc/BUG-REPORT +scripts/ques5.tcl +src/mod/notes.mod/cmdsnote.c +src/mod/notes.mod/notes.h + +- - - - - - - - - - - - - - - +Commit aed08f2 (1999-10-09 15:46:39 +0000) by Fabian Knittel +all changes to the 1.3 tree merged with 1.4 + +Makefile +Makefile.in +README +config.h.in +configure +configure.in +doc/MODULES +doc/UPDATES.pre1.4 +doc/eggdrop.doc +doc/tcl-commands.doc +doc/tricks +eggdrop.conf.dist +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/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/module.h +src/mod/modvals.h +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 +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 + +- - - - - - - - - - - - - - - +Commit 6c54048 (1999-10-09 13:10:46 +0000) by Fabian Knittel +finished reordering help files. They were all misplaced... + +help/assoc.help +help/chaninfo.help +help/channels.help +help/cmds1.help +help/cmds2.help +help/console.help +help/core.help +help/filesys.help +help/irc.help +help/notes.help +help/seen.help +help/server.help +help/share.help +help/userinfo.help + +- - - - - - - - - - - - - - - +Commit c57c918 (1999-09-13 14:43:20 +0000) by Ryan Butler +Blah + +src/patch.h + +- - - - - - - - - - - - - - - +Commit c286ffc (1999-09-13 14:38:17 +0000) by Ryan Butler +Commits + +configure +configure.in + +- - - - - - - - - - - - - - - +Commit 3737e9a (1999-09-13 14:18:32 +0000) by Ryan Butler +Initial stuff (.29 cvs) + +NEWTO1.3.0 +NEWTO1.4.0 +doc/BOTNET +doc/CONTENTS +doc/KNOWN-PROBLEMS +doc/MODULES +doc/Ode_To_Beldin +doc/UPDATES.pre1.3 +doc/UPDATES1.3 +doc/compiling.FAQ +doc/eggdrop.doc +doc/man1/eggdrop.1 +doc/patch.howto +doc/tcl-commands.doc +doc/tricks +help/assoc.help +help/chaninfo.help +help/channels.help +help/cmds1.help +help/cmds2.help +help/console.help +help/core.help +help/filesys.help +help/irc.help +help/msg/irc.help +help/msg/notes.help +help/msg/seen.help +help/msg/userinfo.help +help/notes.help +help/seen.help +help/server.help +help/set/channels.help +help/set/cmds1.help +help/set/cmds2.help +help/set/console.help +help/set/ctcp.help +help/set/filesys.help +help/set/irc.help +help/set/notes.help +help/set/server.help +help/set/transfer.help +help/share.help +help/userinfo.help +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/md5/Makefile +src/md5/global.h +src/md5/md5.h +src/md5/md5c.c +src/mem.c +src/misc.c +src/mod/Makefile +src/mod/Makefile.generic +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/buildstatic +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/module.h +src/mod/modvals.h +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 +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 +telnet-banner + +- - - - - - - - - - - - - - - +Commit 279e820 (1999-09-11 23:28:16 +0000) by arthur2 +more cleaning + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 8cb41be (1999-09-11 18:16:20 +0000) by arthur2 +cleaning + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit b19e510 (1999-09-10 07:56:11 +0000) by arthur2 +check-mode-r details + +eggdrop.conf.dist + +- - - - - - - - - - - - - - - +Commit ce1a7a6 (1999-09-09 07:55:38 +0000) by arthur2 +removed useless C_dcc_irc and C_fil + +src/tclhash.c + +- - - - - - - - - - - - - - - +Commit 00602ab (1999-09-09 07:54:46 +0000) by arthur2 +removed a wtf comment + +src/modules.c + +- - - - - - - - - - - - - - - +Commit e06186b (1999-09-09 07:54:15 +0000) by arthur2 +quotes [] were missing in AC_MSG_RESULT in configure.in + +configure.in +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit c7ecd9a (1999-09-08 22:12:06 +0000) by arthur2 +indent + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 3e4043e (1999-09-08 19:58:38 +0000) by Matthew Hallacy +fixed nrealloc() with non-debugmode : Modified Files: : Makefile +doc/UPDATES1.3 src/patch.h src/userrec.c + +doc/UPDATES1.3 +src/patch.h +src/userrec.c + +- - - - - - - - - - - - - - - +Commit d1cadf2 (1999-09-08 19:35:47 +0000) by Matthew Hallacy + lame FIXME's abound. + +doc/UPDATES1.3 +src/cmds.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit c60594b (1999-09-08 13:58:23 +0000) by Matthew Hallacy +*** empty log message *** + +TODO + +- - - - - - - - - - - - - - - +Commit 24caa28 (1999-09-08 12:31:11 +0000) by arthur2 +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 3dc6178 (1999-09-08 06:37:17 +0000) by Matthew Hallacy +*** empty log message *** + +Makefile + +- - - - - - - - - - - - - - - +Commit 34d16af (1999-09-08 06:37:01 +0000) by Matthew Hallacy +: Committing in . : fabian's xtramemleak.patch : Modified Files: : +eggdrop.conf.dist doc/UPDATES1.3 src/main.h src/modules.h : src/patch.h +src/tclegg.h src/userent.c : src/mod/filesys.mod/filesys.h + +doc/UPDATES1.3 +src/patch.h +src/userent.c + +- - - - - - - - - - - - - - - +Commit 4eb88bc (1999-09-08 06:30:55 +0000) by Matthew Hallacy +: Committing in . : more of fabian's ereet patch3s ;) : Modified Files: : +Makefile eggdrop.conf.dist help/core.help src/botmsg.c : src/cmds.c +src/main.h src/modules.h src/patch.h src/proto.h : src/tclegg.h +src/tclhash.c src/userent.c src/users.h : +src/mod/filesys.mod/filesys.h + +Makefile +help/core.help +src/botmsg.c +src/cmds.c +src/patch.h +src/proto.h +src/tclhash.c +src/userent.c +src/users.h + +- - - - - - - - - - - - - - - +Commit 9f868ab (1999-09-08 06:22:15 +0000) by Matthew Hallacy +*** empty log message *** + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 91b2afc (1999-09-08 06:17:50 +0000) by Matthew Hallacy +: Committing in . fabian's user_realloc.patch +: Modified Files: +: Makefile eggdrop.conf.dist doc/UPDATES1.3 src/main.h +: src/modules.c src/modules.h src/patch.h src/tclegg.h +: src/userrec.c src/users.h src/mod/module.h +: src/mod/filesys.mod/filesys.h + +doc/UPDATES1.3 +src/mod/module.h +src/modules.c +src/patch.h +src/userrec.c +src/users.h + +- - - - - - - - - - - - - - - +Commit a95b102 (1999-09-08 06:03:49 +0000) by Matthew Hallacy +fabian's languageupdate.patch : Modified Files: : Makefile +eggdrop.conf.dist doc/UPDATES1.3 doc/eggdrop.doc : help/core.help +src/language.c src/main.c src/main.h : src/modules.c src/modules.h +src/patch.h src/proto.h : src/tclegg.h src/mod/module.h +src/mod/filesys.mod/filesys.c : src/mod/filesys.mod/filesys.h +src/mod/wire.mod/wire.c + +doc/UPDATES1.3 +doc/eggdrop.doc +eggdrop.conf.dist +help/core.help +src/language.c +src/main.c +src/mod/filesys.mod/filesys.c +src/mod/module.h +src/mod/wire.mod/wire.c +src/modules.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit e7c617b (1999-09-08 04:06:46 +0000) by Matthew Hallacy +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit f64f4f2 (1999-09-08 04:04:58 +0000) by Matthew Hallacy +: Modified Files: : src/patch.h src/mod/channels.mod/cmdschan.c + +src/mod/channels.mod/cmdschan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c00ab76 (1999-09-07 17:04:09 +0000) by arthur2 +doc/BOTNET update + +doc/BOTNET +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit c00bfb3 (1999-09-07 16:36:30 +0000) by arthur2 +missing Wull on my CHANMETA patch + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 3ce9a77 (1999-09-07 16:15:57 +0000) by arthur2 +resolve-timeout comment + +eggdrop.conf.dist + +- - - - - - - - - - - - - - - +Commit a92823e (1999-09-07 08:09:30 +0000) by arthur2 +reverse ircnet.patch + +doc/UPDATES1.3 +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit dab7e3a (1999-09-07 01:03:48 +0000) by Jeff Fisher +oops + +Makefile + +- - - - - - - - - - - - - - - +Commit bb0b308 (1999-09-07 01:03:21 +0000) by Jeff Fisher +added some of fab's patches + +Makefile +doc/UPDATES1.3 +src/mod/irc.mod/chan.c +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3cfb307 (1999-09-07 00:49:40 +0000) by Jeff Fisher +mho's delchanrec patch + +doc/UPDATES1.3 +eggdrop.conf.dist +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 77017ab (1999-09-06 23:26:14 +0000) by Jeff Fisher +committed guppy's three patches, resetcmds, filesys, and ircnet.patch + +doc/UPDATES1.3 +help/irc.help +src/mod/channels.mod/cmdschan.c +src/mod/filesys.mod/filesys.c +src/mod/irc.mod/cmdsirc.c + +- - - - - - - - - - - - - - - +Commit 812c7bb (1999-09-06 13:26:54 +0000) by arthur2 +contextnote missing ; + +src/userent.c + +- - - - - - - - - - - - - - - +Commit d5297b0 (1999-09-06 07:38:31 +0000) by arthur2 +helpfix3.patch + +doc/UPDATES1.3 +help/core.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit df8a620 (1999-09-05 17:39:51 +0000) by arthur2 +.help all + +motd + +- - - - - - - - - - - - - - - +Commit 40cd618 (1999-09-05 16:13:56 +0000) by arthur2 +S0meguy == Ian + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit a2ddaf1 (1999-09-03 23:07:01 +0000) by Jeff Fisher +dude's makefile patch .. damn me and my feeble mind + +Makefile.in +doc/UPDATES1.3 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 816e898 (1999-09-03 22:54:07 +0000) by Jeff Fisher +resetbans patch by s0meguy + +doc/UPDATES1.3 +help/irc.help +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit af159de (1999-09-03 17:21:17 +0000) by arthur2 +setuserfix.patch + +doc/UPDATES1.3 +src/tcluser.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit ace6535 (1999-09-03 16:37:40 +0000) by arthur2 +eggdrop1.3.29cvs+configpatch2 + +eggdrop.conf.dist + +- - - - - - - - - - - - - - - +Commit 8f3b619 (1999-09-03 16:35:17 +0000) by arthur2 +eggdrop1.3.29cvs+configpatch + +doc/UPDATES1.3 +eggdrop.conf.dist + +- - - - - - - - - - - - - - - +Commit a8b5e1a (1999-09-03 07:39:06 +0000) by arthur2 +todo.eggheads.org + +TODO +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 97e8539 (1999-09-03 07:37:14 +0000) by arthur2 +todo.eggheads.org + +TODO + +- - - - - - - - - - - - - - - +Commit 63df29c (1999-09-03 07:30:39 +0000) by arthur2 +typo + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 18606a4 (1999-09-03 01:09:58 +0000) by Jeff Fisher +fixed latenightshare.patch + +doc/UPDATES1.3 +src/mod/channels.mod/userchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1b8f43d (1999-09-03 00:42:25 +0000) by Jeff Fisher +reverted latenightshare.patch + +doc/UPDATES1.3 +src/mod/channels.mod/userchan.c + +- - - - - - - - - - - - - - - +Commit 0e02e36 (1999-09-02 08:19:40 +0000) by arthur2 +patches@eggheads.org + +TODO + +- - - - - - - - - - - - - - - +Commit 8091f5b (1999-09-02 08:12:01 +0000) by arthur2 +typo + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 774cae8 (1999-09-02 05:40:09 +0000) by Jeff Fisher ++g bug fix ... dang sharing + +doc/UPDATES1.3 +src/mod/channels.mod/userchan.c + +- - - - - - - - - - - - - - - +Commit 03f0803 (1999-08-30 19:30:53 +0000) by Matthew Hallacy +quiet_reject2.patch, ignoremodes.patch, parafix.patch +: Modified Files: +: Makefile TODO doc/UPDATES1.3 src/dcc.c src/main.h src/misc.c +: src/patch.h src/tclegg.h src/mod/channels.mod/tclchan.c +: src/mod/filesys.mod/filesys.c src/mod/filesys.mod/filesys.h +: src/mod/server.mod/servmsg.c src/mod/transfer.mod/transfer.c +: src/mod/transfer.mod/transfer.h + +TODO +doc/UPDATES1.3 +src/dcc.c +src/misc.c +src/mod/channels.mod/tclchan.c +src/mod/filesys.mod/filesys.c +src/mod/server.mod/servmsg.c +src/mod/transfer.mod/transfer.c +src/mod/transfer.mod/transfer.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit fcd183f (1999-08-27 16:26:34 +0000) by arthur2 +added a context; for toot's bug report + +src/mod/irc.mod/tclirc.c + +- - - - - - - - - - - - - - - +Commit 9458cbd (1999-08-27 16:21:55 +0000) by arthur2 +removed dw's bug comments + +src/net.c + +- - - - - - - - - - - - - - - +Commit 6f5976f (1999-08-27 07:23:08 +0000) by arthur2 +typo + +TODO + +- - - - - - - - - - - - - - - +Commit 0f0b1bb (1999-08-27 07:22:41 +0000) by arthur2 +telnet banner is 1.3.28pico UPDATES1.3! + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 0c07ab2 (1999-08-26 18:23:25 +0000) by Jeff Fisher +todo updates + +TODO + +- - - - - - - - - - - - - - - +Commit 2866e01 (1999-08-26 17:23:27 +0000) by Jeff Fisher +irc.mod.diff after so many months + +doc/UPDATES1.3 +src/chan.h +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/patch.h + +- - - - - - - - - - - - - - - +Commit 9eb2cfa (1999-08-26 17:14:56 +0000) by Jeff Fisher +a && should have been a || in language.c + +src/language.c + +- - - - - - - - - - - - - - - +Commit c0025bd (1999-08-26 16:31:27 +0000) by Jeff Fisher +blah + +Makefile +Makefile.in +doc/UPDATES1.3 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 31a1509 (1999-08-26 16:28:12 +0000) by Jeff Fisher +dude's makefile change + +Makefile.in +doc/UPDATES1.3 +src/patch.h + +- - - - - - - - - - - - - - - +Commit 65d9db0 (1999-08-26 15:34:22 +0000) by arthur2 +warning added + +TODO + +- - - - - - - - - - - - - - - +Commit 054ae74 (1999-08-26 15:23:43 +0000) by Jeff Fisher +another patch + +Makefile +doc/UPDATES1.3 +src/cmds.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/mode.c +src/mod/irc.mod/msgcmds.c +src/mod/seen.mod/seen.c +src/mod/server.mod/servmsg.c +src/tcldcc.c +src/tcluser.c +src/users.c + +- - - - - - - - - - - - - - - +Commit d841315 (1999-08-26 08:54:41 +0000) by Jeff Fisher +language fixes/changes + +doc/UPDATES1.3 +doc/eggdrop.doc +src/eggdrop.h +src/language.c + +- - - - - - - - - - - - - - - +Commit da1c919 (1999-08-26 08:41:29 +0000) by Jeff Fisher +console autosave patch by drummer + +doc/UPDATES1.3 +src/cmds.c +src/mod/console.mod/console.c +src/tcldcc.c + +- - - - - - - - - - - - - - - +Commit 40fa679 (1999-08-26 08:30:22 +0000) by Jeff Fisher +quiet-save patch + +doc/UPDATES1.3 +eggdrop.conf.dist +src/mod/channels.mod/channels.c +src/tcl.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 5f6efe7 (1999-08-26 08:17:07 +0000) by Jeff Fisher +missing UPDATES1.3 line + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit ff6fec3 (1999-08-26 08:15:16 +0000) by Jeff Fisher +helpfix2.patch + +doc/UPDATES1.3 +help/assoc.help +help/channels.help +help/console.help +help/core.help +help/filesys.help +help/irc.help +help/notes.help +help/seen.help +help/server.help +help/share.help +src/cmds.c +src/misc.c +src/proto.h + +- - - - - - - - - - - - - - - +Commit efc9e28 (1999-08-26 08:03:22 +0000) by arthur2 +telnet-banner entry 1.3.29->1.3.28 + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit a4bd589 (1999-08-26 07:56:03 +0000) by arthur2 +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 02c0278 (1999-08-26 07:51:55 +0000) by Jeff Fisher +Missing line in the UPDATES1.3 for the length limitation patch + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 9d0e9fa (1999-08-25 07:42:58 +0000) by arthur2 +TODO #10 seems to be fixed + +TODO + +- - - - - - - - - - - - - - - +Commit 0d5cbac (1999-08-25 07:42:28 +0000) by arthur2 +forgotten mentions + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit be32d15 (1999-08-25 07:25:09 +0000) by arthur2 +typo + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 5f7a4e0 (1999-08-24 15:16:54 +0000) by arthur2 +point 26 fixed and removed + +TODO + +- - - - - - - - - - - - - - - +Commit 3d2564e (1999-08-24 08:42:45 +0000) by Jeff Fisher +blah + +src/md5/Makefile +src/md5/global.h +src/md5/md5.h +src/md5/md5c.c + +- - - - - - - - - - - - - - - +Commit 28e1c98 (1999-08-24 08:25:53 +0000) by Jeff Fisher +blah + +TODO +doc/UPDATES1.3 +eggdrop.conf.dist +help/irc.help +src/main.c +src/mod/assoc.mod/assoc.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/server.mod/server.c +src/mod/server.mod/server.h +src/mod/server.mod/servmsg.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 260fbe5 (1999-08-24 07:55:51 +0000) by Jeff Fisher +blah + +Makefile.in +configure +doc/UPDATES1.3 +src/Makefile +src/dcc.c + +- - - - - - - - - - - - - - - +Commit e3a665e (1999-08-24 07:37:13 +0000) by Jeff Fisher +blah + +doc/UPDATES1.3 +src/main.c +src/misc.c +src/mod/channels.mod/channels.c +src/mod/filesys.mod/filedb.c +src/mod/filesys.mod/filesys.c +src/mod/notes.mod/notes.c +src/mod/server.mod/servmsg.c +src/mod/share.mod/share.c +src/mod/transfer.mod/transfer.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit cc7e22a (1999-08-24 07:16:50 +0000) by Jeff Fisher +blah + +doc/UPDATES1.3 +src/misc.c + +- - - - - - - - - - - - - - - +Commit 4309241 (1999-08-17 22:27:57 +0000) by Matthew Hallacy +*** empty log message *** + +src/mod/transfer.mod/transfer.c + +- - - - - - - - - - - - - - - +Commit f2a92c3 (1999-08-17 22:26:16 +0000) by Matthew Hallacy + Committing in . + Modified Files: Makefile TODO doc/UPDATES1.3 src/cmds.c +src/language.c + src/main.c src/mem.c src/misc.c src/modules.h src/patch.h + src/proto.h src/tclegg.h src/users.c + src/mod/channels.mod/userchan.c src/mod/filesys.mod/filesys.h + +all of fabian's patches. + +TODO +doc/UPDATES1.3 +src/cmds.c +src/language.c +src/mem.c +src/misc.c +src/mod/channels.mod/userchan.c +src/patch.h +src/proto.h +src/users.c + +- - - - - - - - - - - - - - - +Commit a1e3ce5 (1999-08-11 15:25:55 +0000) by Ryan Butler +Update CVS to reflect .29 + +TODO +doc/UPDATES1.3 +scripts/bugreport.tcl +src/main.c + +- - - - - - - - - - - - - - - +Commit 705c0e3 (1999-08-09 22:51:05 +0000) by Ryan Butler +Fabian's patch to add telnet-banner to the config and add a sample +telnet-banner. + +doc/UPDATES1.3 +eggdrop.conf.dist +src/patch.h +telnet-banner + +- - - - - - - - - - - - - - - +Commit 767a522 (1999-08-07 16:53:31 +0000) by Ryan Butler +jkw's 64 bit *nix fix. + +doc/UPDATES1.3 +src/main.h +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2a9b3f7 (1999-08-05 17:15:10 +0000) by Ryan Butler +Fixes poptix's bitch + +Makefile.in + +- - - - - - - - - - - - - - - +Commit 55c26e9 (1999-08-05 16:46:31 +0000) by Ryan Butler +drummer's usermode_r patch + +doc/UPDATES1.3 +src/mod/server.mod/servmsg.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3982aa3 (1999-08-05 16:44:46 +0000) by Ryan Butler +drummer's dccflood patch + +doc/UPDATES1.3 +src/dccutil.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit e3a0dd1 (1999-08-04 15:51:58 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 +eggdrop.conf.dist +src/dcc.c +src/misc.c +src/mod/irc.mod/chan.c +src/mod/server.mod/server.c +src/net.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit ffdb46f (1999-08-04 01:52:10 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 +src/mod/channels.mod/channels.c + +- - - - - - - - - - - - - - - +Commit 9c3a068 (1999-08-04 01:41:03 +0000) by Ryan Butler +debugmem patch by me. + +Makefile.in +configure +configure.in +doc/UPDATES1.3 +src/patch.h + +- - - - - - - - - - - - - - - +Commit a2666d8 (1999-08-02 20:40:45 +0000) by Ryan Butler +blah + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 1bff050 (1999-08-02 20:16:47 +0000) by Ryan Butler +Drummer's where to get help patch + +doc/UPDATES1.3 +src/main.c +src/userent.c + +- - - - - - - - - - - - - - - +Commit fd73ea1 (1999-08-02 20:12:50 +0000) by Ryan Butler +drummer's globchanset patch + +doc/UPDATES1.3 +eggdrop.conf.dist +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 1d1663b (1999-08-01 19:04:13 +0000) by Jeff Fisher +blah + +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit 0b15ae0 (1999-07-30 22:19:14 +0000) by arthur2 +Expired function didn't test for use_exempts/invites. + +doc/UPDATES1.3 +src/mod/channels.mod/userchan.c + +- - - - - - - - - - - - - - - +Commit ccd624e (1999-07-30 15:41:11 +0000) by arthur2 +Jason tcl-commands.patch + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit dcf9ba4 (1999-07-30 14:18:38 +0000) by arthur2 +defaultflud.patch + +doc/UPDATES1.3 +src/mod/channels.mod/channels.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 34ceb77 (1999-07-30 13:07:11 +0000) by arthur2 +missing entry + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit f34b342 (1999-07-30 13:06:42 +0000) by arthur2 +Jason debug cleaning + +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit ddea64e (1999-07-30 09:39:40 +0000) by arthur2 +Rufus/Jason fix + +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit d09bafe (1999-07-30 09:39:25 +0000) by arthur2 +Rufux fix for arthur2's bug + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 4e22859 (1999-07-28 10:50:06 +0000) by arthur2 +missing name + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 2f5c1b7 (1999-07-28 08:10:14 +0000) by arthur2 +missing entry + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 7a151de (1999-07-28 08:09:17 +0000) by arthur2 +missing entry + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 6d31cbb (1999-07-28 07:56:45 +0000) by arthur2 +corrections + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 9a89164 (1999-07-25 18:57:42 +0000) by Jeff Fisher +hi + +configure +configure.in +doc/BOTNET +doc/UPDATES1.3 +doc/patch.howto +doc/tcl-commands.doc +eggdrop.conf.dist +language/core.english.lang +src/lang.h +src/misc.c +src/mod/irc.mod/irc.c +src/mod/module.h +src/modules.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 247ba3f (1999-07-24 02:18:25 +0000) by Matthew Hallacy +: Modified Files: + dw's patch, try # 3, heh.. + +: Makefile TODO doc/UPDATES1.3 doc/tcl-commands.doc src/cmds.c +: src/patch.h src/mod/channels.mod/userchan.c +: src/mod/filesys.mod/filesys.h src/mod/irc.mod/chan.c +: src/mod/irc.mod/irc.c src/mod/irc.mod/mode.c + +doc/UPDATES1.3 +doc/tcl-commands.doc +src/cmds.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/patch.h + +- - - - - - - - - - - - - - - +Commit 0e16fd5 (1999-07-24 02:06:29 +0000) by Matthew Hallacy +dw's patch (chattrfix2.patch Modified Files: Makefile TODO +doc/UPDATES1.3 src/cmds.c src/mod/filesys.mod/filesys.h + +TODO +doc/UPDATES1.3 +src/cmds.c + +- - - - - - - - - - - - - - - +Commit 1741d58 (1999-07-24 01:59:58 +0000) by Matthew Hallacy +*** empty log message *** + +Makefile +doc/UPDATES1.3 +src/mod/irc.mod/cmdsirc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 5cc100c (1999-07-24 01:59:37 +0000) by Matthew Hallacy +*** empty log message *** + +Makefile + +- - - - - - - - - - - - - - - +Commit 7a6dc10 (1999-07-23 16:35:13 +0000) by Ryan Butler +oops + +src/patch.h + +- - - - - - - - - - - - - - - +Commit cc523ec (1999-07-23 16:26:19 +0000) by Ryan Butler +Fixes Jason's bad patch + +doc/UPDATES1.3 +doc/tcl-commands.doc +src/mod/channels.mod/userchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit d6f53f1 (1999-07-23 16:15:42 +0000) by Ryan Butler +Jason's atlast patch + +doc/UPDATES1.3 +doc/tcl-commands.doc +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/patch.h + +- - - - - - - - - - - - - - - +Commit e76bdfc (1999-07-23 15:54:30 +0000) by Matthew Hallacy +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit e38c743 (1999-07-23 15:53:41 +0000) by Matthew Hallacy + proxy.patch by dw + Modified Files: + Makefile src/eggdrop.h src/main.h src/net.c src/patch.h + +Makefile +src/eggdrop.h +src/net.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3c203cb (1999-07-23 14:00:02 +0000) by Matthew Hallacy + drummer's mem.c.patch Modified Files: Makefile +src/mem.c + +Makefile +src/mem.c + +- - - - - - - - - - - - - - - +Commit dfd96e5 (1999-07-23 13:38:54 +0000) by Matthew Hallacy + drummer's tclcmds2.patch Modified Files: +doc/tcl-commands.doc + +doc/tcl-commands.doc + +- - - - - - - - - - - - - - - +Commit 1e97fda (1999-07-23 13:31:51 +0000) by Matthew Hallacy +mixter's patch for fclose() on non-open fd + Modified Files: + doc/UPDATES1.3 src/mod/channels.mod/channels.c + +doc/UPDATES1.3 +src/mod/channels.mod/channels.c + +- - - - - - - - - - - - - - - +Commit 8d1a14a (1999-07-23 10:56:06 +0000) by arthur2 +configure, 'to/too'. + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit eb3f6b4 (1999-07-23 04:21:34 +0000) by Matthew Hallacy + Committing in . +buffer overflow on long patchnames +Modified Files: + src/main.c src/patch.h + +src/main.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8c9126f (1999-07-23 03:52:07 +0000) by Matthew Hallacy +*** empty log message *** + +Makefile + +- - - - - - - - - - - - - - - +Commit d2861b1 (1999-07-23 03:51:49 +0000) by Matthew Hallacy + Committing in . +lets try looking in /lib for tcl =) + + Modified Files: + Makefile configure configure.in + +Makefile +configure +configure.in + +- - - - - - - - - - - - - - - +Commit 9b5245d (1999-07-23 03:46:26 +0000) by Ryan Butler +ooops + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 8f4c7e1 (1999-07-23 03:20:11 +0000) by Ryan Butler +poptix's patch to support tcl8.2 + +configure +configure.in +doc/UPDATES1.3 +src/patch.h + +- - - - - - - - - - - - - - - +Commit ebc6876 (1999-07-23 02:07:18 +0000) by Ryan Butler +Guppy's share patch + +doc/UPDATES1.3 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit f9ce105 (1999-07-22 00:00:46 +0000) by Jeff Fisher +missing non + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit cde5dca (1999-07-21 15:43:28 +0000) by Ryan Butler +dw's chansethelp patch + +doc/UPDATES1.3 +help/chaninfo.help +src/patch.h + +- - - - - - - - - - - - - - - +Commit d9aaaac (1999-07-21 15:36:53 +0000) by Ryan Butler +Guppy's chansharefix patch + +doc/UPDATES1.3 +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 75206eb (1999-07-20 21:13:16 +0000) by Matthew Hallacy + drummers.patch Modified Files: +src/modules.c src/patch.h src/tcl.c src/mod/module.h +src/mod/channels.mod/channels.c src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c src/mod/irc.mod/irc.h + +src/mod/channels.mod/channels.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/module.h +src/modules.c +src/patch.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit b9b6c3d (1999-07-20 18:31:52 +0000) by Matthew Hallacy +*** empty log message *** + +Makefile + +- - - - - - - - - - - - - - - +Commit 044a8f0 (1999-07-20 18:23:28 +0000) by Matthew Hallacy + arthur2's share.patch + Modified Files: + src/mod/channels.mod/userchan.c src/mod/share.mod/share.c + +src/mod/channels.mod/userchan.c +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit 7c69046 (1999-07-20 18:20:41 +0000) by Matthew Hallacy + typo fix. Modified Files: src/mod/irc.mod/irc.c + +src/mod/irc.mod/irc.c + +- - - - - - - - - - - - - - - +Commit ecb5b85 (1999-07-20 18:16:58 +0000) by Matthew Hallacy + guppy's cleanup1-2.patch + Modified Files: + doc/UPDATES1.3 src/main.h src/patch.h src/tclegg.h + src/tclmisc.c src/mod/server.mod/server.c + +doc/UPDATES1.3 +src/mod/server.mod/server.c +src/patch.h +src/tclmisc.c + +- - - - - - - - - - - - - - - +Commit bf4b50c (1999-07-20 18:14:39 +0000) by Matthew Hallacy + guppy-tellverbose.patch + Modified Files: + Makefile doc/UPDATES1.3 src/chanprog.c src/cmds.c src/main.c + src/main.h src/patch.h src/proto.h src/tclegg.h + +Makefile +doc/UPDATES1.3 +src/chanprog.c +src/cmds.c +src/main.c +src/patch.h +src/proto.h + +- - - - - - - - - - - - - - - +Commit 8153eea (1999-07-20 18:08:31 +0000) by Matthew Hallacy + forgot the patch.h changes for sharemeuncleguppy.patch +Modified Files: patch.h + +src/patch.h + +- - - - - - - - - - - - - - - +Commit fb1acb7 (1999-07-20 18:04:30 +0000) by Matthew Hallacy + guppy's sharemeuncleguppy.patch, yay. Modified Files: +doc/UPDATES1.3 src/mod/share.mod/share.c + +doc/UPDATES1.3 +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit 4fd45a4 (1999-07-19 15:08:11 +0000) by Ryan Butler +arthur's usermode and cycle patches + +doc/UPDATES1.3 +src/mod/channels.mod/cmdschan.c +src/mod/irc.mod/mode.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 98c6ce4 (1999-07-18 22:28:21 +0000) by Ryan Butler +John's help bug, guppy's fix + +doc/UPDATES1.3 +src/misc.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2363654 (1999-07-17 17:37:14 +0000) by Matthew Hallacy + changes 'make dist' so that the Makefile it produces doesnt do a + make install, and added a default Makefile that runs ./configure + then make. - poptix : Modified Files: : Makefile.in configure +doc/UPDATES1.3 : Added Files: : Makefile + +Makefile +Makefile.in +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 8586456 (1999-07-17 17:15:20 +0000) by Matthew Hallacy +: "new2.diff" from Eule : Modified Files: : doc/UPDATES1.3 +src/patch.h src/mod/irc.mod/chan.c + +doc/UPDATES1.3 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit c204e50 (1999-07-17 16:58:11 +0000) by Ryan Butler +Eule's joinfloodkick patch + +doc/UPDATES1.3 +src/mod/irc.mod/chan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3148adf (1999-07-17 15:54:19 +0000) by arthur2 +newway.patch unixtime + +src/patch.h + +- - - - - - - - - - - - - - - +Commit af5f03d (1999-07-17 15:45:04 +0000) by arthur2 +newway patch + +doc/UPDATES1.3 +eggdrop.conf.dist +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/irc.h +src/mod/irc.mod/mode.c +src/mod/share.mod/share.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 3b11365 (1999-07-17 15:02:44 +0000) by arthur2 +Dude missing comment + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit bf642e4 (1999-07-16 20:46:39 +0000) by arthur2 +./eggdrop -m + +doc/UPDATES1.3 +language/core.english.lang +language/core.french.lang +language/core.german.lang + +- - - - - - - - - - - - - - - +Commit 803056b (1999-07-15 15:50:09 +0000) by Ryan Butler +Dude's Userinfo patch + +help/msg/userinfo.help +help/userinfo.help +scripts/userinfo1.0.tcl +src/patch.h + +- - - - - - - - - - - - - - - +Commit 2f01cea (1999-07-15 13:36:38 +0000) by Matthew Hallacy + from drummer : Modified Files: : TODO + +TODO + +- - - - - - - - - - - - - - - +Commit 46c1c5d (1999-07-14 21:18:18 +0000) by arthur2 +enforceban bug + +doc/UPDATES1.3 +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit bc56268 (1999-07-14 15:49:35 +0000) by arthur2 +dw commited patch + +TODO + +- - - - - - - - - - - - - - - +Commit 08d5e9e (1999-07-13 14:26:11 +0000) by Matthew Hallacy + Fixed some buffer overflows, fixed a duplication, moved text + to language file, fixed some cosmetic stuff. + -poptix + + Modified Files: + doc/UPDATES1.3 language/core.english.lang src/botcmd.c + src/cmds.c src/patch.h + +doc/UPDATES1.3 +language/core.english.lang +src/botcmd.c +src/cmds.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 647b01b (1999-07-13 00:33:05 +0000) by Matthew Hallacy +*** empty log message *** + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 54dac9c (1999-07-12 21:37:37 +0000) by Ryan Butler +patch for idle-kick misinformation by dw + +doc/UPDATES1.3 +help/chaninfo.help + +- - - - - - - - - - - - - - - +Commit b83b3cd (1999-07-12 21:20:22 +0000) by Ryan Butler +dw's config file patch + +doc/UPDATES1.3 +eggdrop.conf.dist + +- - - - - - - - - - - - - - - +Commit c2da005 (1999-07-12 15:31:16 +0000) by Matthew Hallacy + one rfc_casecmp() added, one strcasecmp() removed, small cpu + optimization. -poptix : Modified Files: : +doc/UPDATES1.3 src/mod/server.mod/servmsg.c + +doc/UPDATES1.3 +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 39aef7e (1999-07-11 21:58:31 +0000) by Ryan Butler +Guppy's nickjupe stuff + +doc/UPDATES1.3 +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit 52a5a64 (1999-07-11 21:05:15 +0000) by arthur2 +typo inv invires/invites + +doc/UPDATES1.3 +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit 320bf8a (1999-07-11 15:01:57 +0000) by Matthew Hallacy + bug reporting TCL script +: Added Files: +: bugreport.tcl + +scripts/bugreport.tcl + +- - - - - - - - - - - - - - - +Commit 418fac1 (1999-07-11 14:57:39 +0000) by Matthew Hallacy + dw's default_chansets2.patch + Modified Files: + eggdrop.conf.dist doc/UPDATES1.3 src/patch.h + src/mod/channels.mod/channels.c src/mod/channels.mod/tclchan.c + +doc/UPDATES1.3 +eggdrop.conf.dist +src/mod/channels.mod/channels.c +src/mod/channels.mod/tclchan.c +src/patch.h + +- - - - - - - - - - - - - - - +Commit 0ae5569 (1999-07-09 19:57:39 +0000) by Matthew Hallacy + Now has the patch +CVS Modified Files: src/patch.h + + +src/patch.h + +- - - - - - - - - - - - - - - +Commit 84fe626 (1999-07-09 01:43:27 +0000) by Matthew Hallacy + guppy's fix of the sharing problems. : Modified Files: : +doc/UPDATES1.3 src/mod/share.mod/share.c + +doc/UPDATES1.3 +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit cafb728 (1999-07-06 18:47:30 +0000) by Matthew Hallacy +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 3ba8a37 (1999-07-06 15:52:29 +0000) by Matthew Hallacy +removal of bad(?) patch by jason, maybe i shouldnt be touching the ircnet +stuff :) +: Modified Files: +: src/mod/irc.mod/chan.c + +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit f284a17 (1999-07-06 14:59:28 +0000) by Matthew Hallacy + Jason's patch, chanflood.patch +: Modified Files: +: doc/UPDATES1.3 src/mod/irc.mod/chan.c + +doc/UPDATES1.3 +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit 60a5010 (1999-07-06 14:05:55 +0000) by Matthew Hallacy + cantsay.patch by drummer : Modified Files: : +doc/UPDATES1.3 src/mod/irc.mod/cmdsirc.c + +doc/UPDATES1.3 +src/mod/irc.mod/cmdsirc.c + +- - - - - - - - - - - - - - - +Commit d38bb80 (1999-07-05 17:28:01 +0000) by Matthew Hallacy +*** empty log message *** + +TODO + +- - - - - - - - - - - - - - - +Commit fa1268a (1999-07-05 04:29:18 +0000) by Matthew Hallacy +makes it so you can use the %s for the channel in the language files for +some common things (invite only channel, full channel, banned from channel, +etc) +: Modified Files: +: doc/UPDATES1.3 language/core.english.lang +: language/core.french.lang language/core.german.lang src/net.c +: src/mod/irc.mod/chan.c + +language/core.english.lang +language/core.french.lang +language/core.german.lang +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit e78f861 (1999-07-04 15:42:19 +0000) by Ryan Butler +Poptix's unresolved host patch. + +doc/UPDATES1.3 +src/net.c + +- - - - - - - - - - - - - - - +Commit b795c39 (1999-07-04 14:51:50 +0000) by Matthew Hallacy +: ---------------------------------------------------------------------- +The rest of eggdrop1.3.27+dude-language1-2.patch +-poptix : Modified Files: : language/core.french.lang +language/core.german.lang : +---------------------------------------------------------------------- + +language/core.french.lang +language/core.german.lang + +- - - - - - - - - - - - - - - +Commit 0c361c2 (1999-07-04 14:46:04 +0000) by Matthew Hallacy +: ---------------------------------------------------------------------- +0x660 language file fixes for all language files, reported by dude, +fixed by poptix/dude +: Modified Files: +: doc/UPDATES1.3 language/core.english.lang +: src/mod/irc.mod/chan.c +: ---------------------------------------------------------------------- + +doc/UPDATES1.3 +language/core.english.lang +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit 479148a (1999-07-02 02:57:46 +0000) by Jeff Fisher +*** empty log message *** + +eggdrop.conf.dist + +- - - - - - - - - - - - - - - +Commit cd5fe6b (1999-07-02 01:22:34 +0000) by Jeff Fisher +more patches + +configure +configure.in +doc/UPDATES1.3 +eggdrop.conf.dist +language/core.english.lang +language/core.french.lang +language/core.german.lang +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/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit 0bef4bb (1999-06-30 15:04:23 +0000) by arthur2 +exempts bug + +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit 96f5c0f (1999-06-30 11:53:07 +0000) by arthur2 +recycle.patch + +doc/UPDATES1.3 +src/mod/irc.mod/irc.c +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit d659af2 (1999-06-30 11:38:02 +0000) by arthur2 +|| -> 42145 for Invites + +src/mod/channels.mod/userchan.c + +- - - - - - - - - - - - - - - +Commit 276d163 (1999-06-29 09:28:00 +0000) by arthur2 +shareout channels.mod Inv + +src/mod/channels.mod/userchan.c + +- - - - - - - - - - - - - - - +Commit a48052a (1999-06-29 09:06:30 +0000) by arthur2 +share_mns_exempt/invite fix + +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit 91d495b (1999-06-29 09:03:31 +0000) by arthur2 +I/i troubles in share.mod + +src/mod/share.mod/share.c + +- - - - - - - - - - - - - - - +Commit c696b98 (1999-06-29 08:53:51 +0000) by arthur2 +% and & added to BADNICKCHARS + +doc/UPDATES1.3 +src/cmds.c +src/users.c + +- - - - - - - - - - - - - - - +Commit 867f9e5 (1999-06-29 08:26:26 +0000) by arthur2 +bug.patch for +e/+I modes + +src/mod/channels.mod/channels.h +src/mod/channels.mod/cmdschan.c + +- - - - - - - - - - - - - - - +Commit 0703c66 (1999-06-29 02:11:39 +0000) by Jeff Fisher +reverting + +configure +configure.in +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 4a960ef (1999-06-28 11:19:45 +0000) by arthur2 +exempt/invite patch + +TODO +doc/UPDATES1.3 +help/channels.help +language/core.english.lang +src/chan.h +src/lang.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/irc.mod/chan.c +src/mod/irc.mod/irc.c +src/mod/irc.mod/mode.c +src/mod/module.h +src/mod/share.mod/share.c +src/modules.c +src/proto.h +src/tcl.c +src/userrec.c +src/users.c +src/users.h + +- - - - - - - - - - - - - - - +Commit a3559eb (1999-06-28 11:18:07 +0000) by arthur2 +exempt/invite patch + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 9b60893 (1999-06-27 22:23:06 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 +src/botmsg.c + +- - - - - - - - - - - - - - - +Commit b797e27 (1999-06-27 21:58:29 +0000) by Jeff Fisher +oops + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 9e8ff6b (1999-06-27 21:57:23 +0000) by Jeff Fisher +Mixter's configure shit + +configure +configure.in +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 6ea83e2 (1999-06-27 21:36:55 +0000) by Jeff Fisher +*** empty log message *** + +TODO + +- - - - - - - - - - - - - - - +Commit 6948d3c (1999-06-27 21:02:38 +0000) by Jeff Fisher +*** empty log message *** + +src/botcmd.c + +- - - - - - - - - - - - - - - +Commit 6f77552 (1999-06-27 20:37:25 +0000) by Jeff Fisher +A whole bunch of drummer patches + +doc/UPDATES1.3 +scripts/action.fix.tcl +src/chanprog.c +src/flags.h +src/main.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/mod/channels.mod/userchan.c +src/mod/irc.mod/chan.c +src/mod/irc.mod/cmdsirc.c +src/mod/irc.mod/msgcmds.c +src/mod/share.mod/share.c +src/net.c +src/tcl.c +src/tclmisc.c +src/tcluser.c +src/userent.c +src/userrec.c + +- - - - - - - - - - - - - - - +Commit 22d316a (1999-06-27 19:10:54 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 +src/chanprog.c +src/mod/irc.mod/msgcmds.c + +- - - - - - - - - - - - - - - +Commit 6b970d9 (1999-06-27 17:39:55 +0000) by arthur2 +arthur2's protectfriend bug + +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit fbcb46d (1999-06-27 17:26:43 +0000) by Jeff Fisher +*** empty log message *** + +configure +configure.in +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 09dc635 (1999-06-27 07:10:05 +0000) by Jeff Fisher +*** empty log message *** + +src/mod/irc.mod/msgcmds.c + +- - - - - - - - - - - - - - - +Commit 262439b (1999-06-27 06:59:53 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 +src/mod/irc.mod/chan.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 + +- - - - - - - - - - - - - - - +Commit 08b3292 (1999-06-27 06:39:15 +0000) by Jeff Fisher +*** empty log message *** + +README +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 741f12a (1999-06-26 23:49:43 +0000) by Jeff Fisher +*** empty log message *** + +README +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 5ba5b57 (1999-06-26 18:21:53 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 0ba887a (1999-06-26 18:20:51 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit a277b28 (1999-06-26 18:19:16 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit e82ef7e (1999-06-26 18:07:59 +0000) by Jeff Fisher +*** empty log message *** + +README +doc/UPDATES1.3 +doc/tcl-commands.doc +eggdrop.conf.dist + +- - - - - - - - - - - - - - - +Commit a8cdd32 (1999-06-25 18:32:44 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 +eggdrop.conf.dist +src/main.c + +- - - - - - - - - - - - - - - +Commit e43e02d (1999-06-25 18:28:04 +0000) by Jeff Fisher +*** empty log message *** + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit e2e86f9 (1999-06-25 18:04:16 +0000) by Jeff Fisher +*** empty log message *** + +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit f40d023 (1999-06-25 15:41:32 +0000) by Ryan Butler +Arthur's patch for a +protectfriends option + +doc/UPDATES1.3 +eggdrop.conf.dist +help/chaninfo.help +src/chan.h +src/mod/channels.mod/channels.c +src/mod/channels.mod/cmdschan.c +src/mod/channels.mod/tclchan.c +src/mod/irc.mod/mode.c + +- - - - - - - - - - - - - - - +Commit a68f1ab (1999-06-25 04:53:59 +0000) by Jeff Fisher +*** empty log message *** + +src/dcc.c + +- - - - - - - - - - - - - - - +Commit 65c1e97 (1999-06-25 04:51:50 +0000) by Ryan Butler +Minor fix to clearqueue stuff + +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit 974ed9c (1999-06-25 04:38:05 +0000) by Ryan Butler +Guppy's fix for nickregian stuff (more of it anyhow) + +doc/UPDATES1.3 +src/mod/irc.mod/chan.c +src/mod/server.mod/server.c +src/mod/server.mod/servmsg.c + +- - - - - - - - - - - - - - - +Commit d2405e3 (1999-06-25 02:29:54 +0000) by Ryan Butler +Typo... me... + +doc/UPDATES1.3 + +- - - - - - - - - - - - - - - +Commit 8ff7622 (1999-06-24 21:28:35 +0000) by Ryan Butler +Tothwolf/^PRS4^ patch to fix the ban/kick bug reported on eggdev@ + +doc/UPDATES1.3 +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit 3879d11 (1999-06-24 21:06:08 +0000) by Ryan Butler +drummer's patch to fix the killdcc bug + +doc/UPDATES1.3 +src/dcc.c +src/dccutil.c + +- - - - - - - - - - - - - - - +Commit 35b05e8 (1999-06-24 20:41:06 +0000) by Ryan Butler +Small fixes to bugs in Fabian's telnet-banner patch + +eggdrop.conf.dist +src/misc.c + +- - - - - - - - - - - - - - - +Commit 29a0d45 (1999-06-24 19:54:57 +0000) by Ryan Butler +Patch by Fabian to allow a customizable (by file) telnet banner handled +similarly to motd + +doc/UPDATES1.3 +eggdrop.conf.dist +src/dcc.c +src/misc.c +src/proto.h +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 4fb7a71 (1999-06-24 19:23:32 +0000) by Ryan Butler +Ernst patches to fix bugs in autobotchk and userinfo1.0 + +doc/UPDATES1.3 +scripts/autobotchk +scripts/userinfo1.0.tcl + +- - - - - - - - - - - - - - - +Commit c09fec7 (1999-06-24 19:12:00 +0000) by Ryan Butler +Fixes a missed ! which caused the bot to push JOIN for inactive channels + +src/mod/irc.mod/chan.c + +- - - - - - - - - - - - - - - +Commit 2bcf3ca (1999-06-24 19:05:53 +0000) by Ryan Butler +This patch makes it so that if a user starts the bot with the -m option and +the userfile already exists, it will warn them to drop the -m but continue +loading anyhow, should cut down on newbie confusion. Also makes some +cosmetic english.lang changes + +doc/UPDATES1.3 +language/core.english.lang +src/chanprog.c + +- - - - - - - - - - - - - - - +Commit 78795f7 (1999-06-24 15:34:13 +0000) by Ryan Butler +This patch fixes the problem of users with +f still being ignored in the +case of a telnet flood. Patch sent by dw, manually applied by SegFault. + +TODO +doc/UPDATES1.3 +eggdrop.conf.dist +src/dcc.c +src/tcl.c + +- - - - - - - - - - - - - - - +Commit 99aa3bd (1999-06-24 14:42:02 +0000) by Ryan Butler +Drummer's TODO patch specifying his work on TODO 49 + +TODO + +- - - - - - - - - - - - - - - +Commit a84c4f6 (1999-06-24 01:42:50 +0000) by Ryan Butler +This is a patch sent in by G`Quann to add the tcl commands queuesize and +clearqueue. It also adds the dcc command clearqueue and support for +double-queue. See the related help files for more info. + +doc/UPDATES1.3 +doc/tcl-commands.doc +eggdrop.conf.dist +help/core.help +help/server.help +src/mod/server.mod/cmdsserv.c +src/mod/server.mod/server.c + +- - - - - - - - - - - - - - - +Commit a44b222 (1999-06-23 20:26:53 +0000) by Ryan Butler +TODO updated to reflect item #4. Also first test to make sure commits +take. + +TODO + +- - - - - - - - - - - - - - - +Commit c484371 (1999-06-23 19:51:37 +0000) by Ryan Butler +*** empty log message *** + +CONTENTS +COPYING +FEATURES +INSTALL +Makefile.in +NEWTO1.3.0 +README +TODO +config.h.in +configure +configure.in +doc/BOTNET +doc/CONTENTS +doc/KNOWN-PROBLEMS +doc/MODULES +doc/Ode_To_Beldin +doc/UPDATES1.3 +doc/compiling.FAQ +doc/eggdrop.doc +doc/man1/eggdrop.1 +doc/patch.howto +doc/tcl-commands.doc +doc/tricks +eggdrop.conf.dist +help/assoc.help +help/chaninfo.help +help/channels.help +help/cmds1.help +help/cmds2.help +help/console.help +help/core.help +help/filesys.help +help/irc.help +help/msg/irc.help +help/msg/notes.help +help/msg/seen.help +help/msg/userinfo.help +help/notes.help +help/seen.help +help/server.help +help/set/channels.help +help/set/cmds1.help +help/set/cmds2.help +help/set/console.help +help/set/ctcp.help +help/set/filesys.help +help/set/irc.help +help/set/notes.help +help/set/server.help +help/set/transfer.help +help/share.help +help/userinfo.help +language/core.english.lang +language/core.french.lang +language/core.german.lang +motd +scripts/CONTENTS +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/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/mod/Makefile +src/mod/Makefile.generic +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/buildstatic +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/module.h +src/mod/modvals.h +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 +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 + +- - - - - - - - - - - - - - - +Commit 56d63e1 (1999-06-23 19:51:23 +0000) by Ryan Butler +Eggdrop 1.3.28 CVS Code + +- - - - - - - - - - - - - - - +Commit 7cf03c1 (1999-06-23 19:51:23 +0000) by Ryan Butler +*** empty log message *** + +.gitignore +doc/UPDATES.pre1.3 +lush.h.in From 52ae60f59a00d3caa9619af8c6ecf4cf173f9977 Mon Sep 17 00:00:00 2001 From: Geo Date: Tue, 28 Feb 2017 19:49:49 -0500 Subject: [PATCH 10/19] Eggdrop v1.8.1 Release Candidate 1 --- aclocal.m4 | 2 +- configure | 2 +- 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/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/index.html | 2 +- doc/html/installAndSetup/faq.html | 2 +- doc/html/installAndSetup/index.html | 2 +- doc/html/installAndSetup/install.html | 2 +- doc/html/installAndSetup/readme.html | 2 +- doc/html/mainDocs/about.html | 2 +- doc/html/mainDocs/bans.html | 2 +- doc/html/mainDocs/botnet.html | 2 +- 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/search.html | 2 +- src/version.h | 4 ++-- 45 files changed, 46 insertions(+), 46 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index eb02ee7ee..802a95959 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -533,7 +533,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 0c959f9d2..4ae10c5cb 100755 --- a/configure +++ b/configure @@ -5232,7 +5232,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/doc/html/appendices/first-script.html b/doc/html/appendices/first-script.html index c61f2c4d4..c3b7c0832 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 30e03cffe..723103662 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 b1ca87a6f..c3f0da184 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 6253c78e5..692414273 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 2f11d308d..cecd7edac 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 758ad90d9..61b231429 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/coreDocs/assoc.html b/doc/html/coreDocs/assoc.html index 665c70760..01e6b7547 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 66a773dc1..f6b16231f 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 cab9187e9..f356ae7d0 100644 --- a/doc/html/coreDocs/channels.html +++ b/doc/html/coreDocs/channels.html @@ -528,7 +528,7 @@

Search

diff --git a/doc/html/coreDocs/compress.html b/doc/html/coreDocs/compress.html index d20221a28..d84b8b01f 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 84be5e932..9a59402dc 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 ace79e185..97c9b1c53 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 c367de04b..ccbe5fd59 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 ed2e90f02..e85c188d6 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 b04b10659..ed596ff7f 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 d24d1ec5e..0060efdc6 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 fea054242..4534b0ab8 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 0586b136b..bb8e46fbb 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 6b4acec94..fa5a806a3 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 044eb3322..24284037c 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 95975bfc1..9e39142bb 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 7ba999030..bb8e50d89 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 7b4e01642..7057afda9 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 e4ce7e2a4..99d19437f 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 36cb0bf36..62c903fc5 100644 --- a/doc/html/coreDocs/woobie.html +++ b/doc/html/coreDocs/woobie.html @@ -148,7 +148,7 @@

Search

diff --git a/doc/html/index.html b/doc/html/index.html index 7be9b28c0..3d2b2330c 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -196,7 +196,7 @@

Search

diff --git a/doc/html/installAndSetup/faq.html b/doc/html/installAndSetup/faq.html index b55a2497e..611ef1075 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 fa27d6757..13ee37f0f 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 55f0cc02e..7294eefd9 100644 --- a/doc/html/installAndSetup/install.html +++ b/doc/html/installAndSetup/install.html @@ -336,7 +336,7 @@

Search

diff --git a/doc/html/installAndSetup/readme.html b/doc/html/installAndSetup/readme.html index e37eaa372..6b3726cce 100644 --- a/doc/html/installAndSetup/readme.html +++ b/doc/html/installAndSetup/readme.html @@ -479,7 +479,7 @@

Search

diff --git a/doc/html/mainDocs/about.html b/doc/html/mainDocs/about.html index 27ac89c76..7b3fad901 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 a2f9bcd7a..c5c158748 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 2b9467699..b1edbc47b 100644 --- a/doc/html/mainDocs/botnet.html +++ b/doc/html/mainDocs/botnet.html @@ -400,7 +400,7 @@

Search

diff --git a/doc/html/mainDocs/features.html b/doc/html/mainDocs/features.html index 09c3b1a77..b009baaff 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 c01a19e60..736d6ce87 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 32460c19c..4ffeb969e 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 beb147499..4b50a106b 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 f7864b098..c8a64095e 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 70c8db2d7..92fa5f472 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 17a0b0ab3..611030125 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 f253792fa..946b31d26 100644 --- a/doc/html/mainDocs/users.html +++ b/doc/html/mainDocs/users.html @@ -276,7 +276,7 @@

Search

diff --git a/doc/html/search.html b/doc/html/search.html index bd998b65c..17718d3ba 100644 --- a/doc/html/search.html +++ b/doc/html/search.html @@ -154,7 +154,7 @@

Search

diff --git a/src/version.h b/src/version.h index b87c978d3..c5dd00d3c 100644 --- a/src/version.h +++ b/src/version.h @@ -27,5 +27,5 @@ */ #define EGG_STRINGVER "1.8.1" -#define EGG_NUMVER 1080100 -#define EGG_PATCH "alpha" +#define EGG_NUMVER 1080101 +#define EGG_PATCH "RC1" From d5df7a441498510963aa40d1fb9343a2ee25a62a Mon Sep 17 00:00:00 2001 From: Geo Date: Thu, 2 Mar 2017 20:28:36 -0500 Subject: [PATCH 11/19] Update ChangeLog --- ChangeLog | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/ChangeLog b/ChangeLog index 91f8c3175..ce035c7ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +- - - - - - - - - - - - - - - +Commit f086368 (2017-03-03 02:09:48 +0100) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit c12e715 (2017-03-03 02:09:36 +0100) by thommey +Remove debug output. + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit d076def (2017-03-03 02:08:29 +0100) by thommey +Run autotools. + +configure +src/mod/compress.mod/configure +src/mod/dns.mod/configure + +- - - - - - - - - - - - - - - +Commit e4dda8a (2017-03-03 02:07:28 +0100) by thommey +Replace version fetching function in aclocal.m4 to use new version.h. +Found by: karakedi + +aclocal.m4 + +- - - - - - - - - - - - - - - +Commit 52ae60f (2017-02-28 19:49:49 -0500) by Geo +Eggdrop v1.8.1 Release Candidate 1 + +aclocal.m4 +configure +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/search.html +src/version.h + +- - - - - - - - - - - - - - - +Commit ed69bd4 (2017-02-28 19:46:10 -0500) by Geo +Update ChangeLog + +ChangeLog + - - - - - - - - - - - - - - - Commit b1fadfb (2017-02-28 19:42:36 -0500) by Geo Update NEWS file for 1.8.1 From 39c6760c161266cde0978b3718d4ebb751757675 Mon Sep 17 00:00:00 2001 From: Geo Date: Thu, 2 Mar 2017 20:31:35 -0500 Subject: [PATCH 12/19] Eggdrop v1.8.1 Release Candidate 2 --- 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/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/index.html | 2 +- doc/html/installAndSetup/faq.html | 2 +- doc/html/installAndSetup/index.html | 2 +- doc/html/installAndSetup/install.html | 2 +- doc/html/installAndSetup/readme.html | 2 +- doc/html/mainDocs/about.html | 2 +- doc/html/mainDocs/bans.html | 2 +- doc/html/mainDocs/botnet.html | 2 +- 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/search.html | 2 +- doc/tcl-commands.doc | 2 +- src/version.h | 4 ++-- 44 files changed, 45 insertions(+), 45 deletions(-) diff --git a/doc/html/appendices/first-script.html b/doc/html/appendices/first-script.html index c3b7c0832..9c64fc69b 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 723103662..de2ab30cf 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 c3f0da184..c024e88ab 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 692414273..b557a1c8d 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 cecd7edac..2ef8f90ef 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 61b231429..bf2f77c34 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/coreDocs/assoc.html b/doc/html/coreDocs/assoc.html index 01e6b7547..8ebed701d 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 f6b16231f..bcb6f353a 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 f356ae7d0..e561d9f6c 100644 --- a/doc/html/coreDocs/channels.html +++ b/doc/html/coreDocs/channels.html @@ -528,7 +528,7 @@

Search

diff --git a/doc/html/coreDocs/compress.html b/doc/html/coreDocs/compress.html index d84b8b01f..f58064486 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 9a59402dc..141a059db 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 97c9b1c53..67cd80005 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 ccbe5fd59..5f57368bf 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 e85c188d6..636555153 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 ed596ff7f..352b90790 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 0060efdc6..14d59ed64 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 4534b0ab8..382d8af74 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 bb8e46fbb..20d1dd953 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 fa5a806a3..75f2d9bd0 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 24284037c..afb97ae6f 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 9e39142bb..fa24514cb 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 bb8e50d89..463410edf 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 7057afda9..d4f7973f1 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 99d19437f..b9df112ef 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 62c903fc5..2330038eb 100644 --- a/doc/html/coreDocs/woobie.html +++ b/doc/html/coreDocs/woobie.html @@ -148,7 +148,7 @@

Search

diff --git a/doc/html/index.html b/doc/html/index.html index 3d2b2330c..236bd4658 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -196,7 +196,7 @@

Search

diff --git a/doc/html/installAndSetup/faq.html b/doc/html/installAndSetup/faq.html index 611ef1075..278a7bcb3 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 13ee37f0f..41b6f5b1b 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 7294eefd9..8b448ac0f 100644 --- a/doc/html/installAndSetup/install.html +++ b/doc/html/installAndSetup/install.html @@ -336,7 +336,7 @@

Search

diff --git a/doc/html/installAndSetup/readme.html b/doc/html/installAndSetup/readme.html index 6b3726cce..8e5cfb7a6 100644 --- a/doc/html/installAndSetup/readme.html +++ b/doc/html/installAndSetup/readme.html @@ -479,7 +479,7 @@

Search

diff --git a/doc/html/mainDocs/about.html b/doc/html/mainDocs/about.html index 7b3fad901..e738960c2 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 c5c158748..45366906f 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 b1edbc47b..636e90bc1 100644 --- a/doc/html/mainDocs/botnet.html +++ b/doc/html/mainDocs/botnet.html @@ -400,7 +400,7 @@

Search

diff --git a/doc/html/mainDocs/features.html b/doc/html/mainDocs/features.html index b009baaff..d312f7e7d 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 736d6ce87..a9762e83d 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 4ffeb969e..54a7ef22a 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 4b50a106b..290a2e868 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 c8a64095e..d2357489e 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 92fa5f472..fabe7ebdd 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 611030125..8fd08e905 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 946b31d26..596fd4d5d 100644 --- a/doc/html/mainDocs/users.html +++ b/doc/html/mainDocs/users.html @@ -276,7 +276,7 @@

Search

diff --git a/doc/html/search.html b/doc/html/search.html index 17718d3ba..7be210194 100644 --- a/doc/html/search.html +++ b/doc/html/search.html @@ -154,7 +154,7 @@

Search

diff --git a/doc/tcl-commands.doc b/doc/tcl-commands.doc index 9b3e2c8b0..29b72ed8b 100644 --- a/doc/tcl-commands.doc +++ b/doc/tcl-commands.doc @@ -2323,7 +2323,7 @@ matchcidr
Description: performs a cidr match on the specified ip addresses. IPv6 is supported, if enabled at compile time. - Example: matchcidr 192.168.0.0 192.168.1.17 16 + Example: matchcidr 192.1.8.1.0 192.168.1.17 16 Returns: 1 if the address matches the block prefix, 0 otherwise. diff --git a/src/version.h b/src/version.h index c5dd00d3c..1862c1468 100644 --- a/src/version.h +++ b/src/version.h @@ -27,5 +27,5 @@ */ #define EGG_STRINGVER "1.8.1" -#define EGG_NUMVER 1080101 -#define EGG_PATCH "RC1" +#define EGG_NUMVER 1080102 +#define EGG_PATCH "RC2" From 5954651a6a039d88acd1ba5ec13604d2ecfa17dd Mon Sep 17 00:00:00 2001 From: Thomas Sader Date: Mon, 20 Mar 2017 02:54:09 +0100 Subject: [PATCH 13/19] Restore NEWS-1.8.0 as UPGRADE-1.8. (cherry picked from commit 4a71a8c1c1c7ba705035845ab725497ac1faeaa1) --- UPGRADING-1.8 | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 UPGRADING-1.8 diff --git a/UPGRADING-1.8 b/UPGRADING-1.8 new file mode 100644 index 000000000..cde16470b --- /dev/null +++ b/UPGRADING-1.8 @@ -0,0 +1,109 @@ +News +Last revised: November 13, 2016 + _________________________________________________________________ + + News + + + What's new? To gain a full understanding of changes to Eggdrop1.8.0, + you can read the following documents: + + INSTALL + README + doc/TLS + doc/IPV6 + doc/Changes1.8 + doc/tcl-commands.doc + + All of these documents combined will fill you in on the latest changes to + Eggdrop in version 1.8.x. All files, with the exception of Changes1.8, are + also available in html format in doc/html/. + + For support, feel free to visit us on Freenode #eggdrop. + + If you are upgrading from a pre-1.6 version of Eggdrop: + + 1. Before you start the bot for the first time, BACKUP your userfile. + + 2. DON'T USE YOUR OLD CONFIG FILE. MAKE A NEW ONE! + + _________________________________________________________________ + +Changes made to Eggdrop 1.8.x from Eggdrop1.6.x: + + MODULES + + While most 3rd party modules that worked on Eggdrop1.6.x should still work + with Eggdrop1.8.x, many of them contain a version check that only allows + them to run on 1.6.x bots. We have removed the version check from some of + the more popular modules provide them at + ftp://eggheads.org/pub/eggdrop/modules/1.8/ + + SCRIPTS + + All 3rd party Tcl scripts that work with Eggdrop1.6.x fully work with + Eggdrop1.8.x. + + ENCODINGS + + Eggdrop1.8 has been modified to support the utf-8 encoding with a fallback + of iso8859-1. Other single-byte encodings are not yet supported, but + full support for them is planned for a later version of Eggdrop1.8. + + IPV6 + + Full IPv6 support for servers, telnet and script connections, dcc and + botnet. See doc/IPV6 for more information. + + + SSL + + Full SSL support has been added for all kinds of connections, including + certificate verification and authorization, and partyline SSL. See doc/TLS. + + BOTNET + + Because 1.8 bots attempt to link with SSL if available everytime, make + sure you generate a certificate on your hub bot with "make sslcert" after + "make install". + + CONFIG + + eggdrop.conf changes: + + To ease the transition from Eggdrop1.6.x to Eggdrop1.8.0, we have created + a list of config file changes needed at http://eggheads.org/eggconf180.txt. + Perhaps the most important changes are the removal of the my-ip and + my-hostname settings, replaced by vhost4, vhost6 and the listen-addr + setting. Check our new eggdrop.conf for examples. + + eggdrop-basic.conf: + + Eggdrop1.8.0 includes a simpler configuration file called + eggdrop-basic.conf, which is recommended for users that do not need + advanced Eggdrop features such as botnets. We still recommend reading the + full eggdrop.conf and copying settings over that you might want to modify. + + + WIRE REMOVED + + The wire module has been removed from eggdrop 1.8. You can still get it + from ftp://eggheads.org/pub/eggdrop/modules/1.8/wire-2.1.tar.gz + Note that with ssl support you can have encrypted botnet and partyline + without wire.mod. + + + DOCUMENTATION + + Documentation has been updated to reflect new and removed commands and + variables. Almost all files have changed, so take a look at them. + + + TCL COMMANDS + + A lot of changes have been made to Tcl commands. Please look at + doc/tcl-commands.doc to see them. + ________________________________________________________________________ + +Copyright (C) 1997 Robey Pointer +Copyright (C) 1999 - 2016 Eggheads Development Team From b4a472cc117d7e7ab94aa1d52c0b401727be6b4a Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 19 Mar 2017 22:11:13 -0400 Subject: [PATCH 14/19] Update releaseprep to correct version.h on stable release (cherry picked from commit 2a01ba790e159f1fcafd113dc274aa1e4f90b299) --- misc/releaseprep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/releaseprep b/misc/releaseprep index 1375ab239..07a40a603 100755 --- a/misc/releaseprep +++ b/misc/releaseprep @@ -83,6 +83,8 @@ change_default_make() { fix_version_h() { if test $do_rc -eq 1; then misc/setpatch RC${rc_number} >/dev/null + else + misc/setpatch none > /dev/null fi } From 0abd960fc95c67db30707c2c056d6407f7a25562 Mon Sep 17 00:00:00 2001 From: Thomas Sader Date: Mon, 27 Mar 2017 01:41:14 +0200 Subject: [PATCH 15/19] Unify changelog generation. (cherry picked from commit 4b9c30a9bb988cbc436a9bad705dcbeb6120dafc) --- misc/genChangelog | 54 --------- misc/genchanges | 292 +++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 261 insertions(+), 85 deletions(-) delete mode 100755 misc/genChangelog diff --git a/misc/genChangelog b/misc/genChangelog deleted file mode 100755 index b44fff639..000000000 --- a/misc/genChangelog +++ /dev/null @@ -1,54 +0,0 @@ -#! /bin/sh -# -# genChangelog - Create a Changelog file based on git commits -# -# Copyright (C) 2004 - 2017 Eggheads Development Team -# -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -git log --no-merges --pretty=format:"%w(75)%H %n Committed %ai by %aN %n %s %n %b" $1 - -show_usage() { - echo "Usage: `basename $0` " - echo "" - exit 1 -} - - - -if test "x${1}" = "x-h" || test "x${1}" = "x--help"; then - show_usage -fi - -do_rc=0 -if test "x${1}" = "x-r" || test "x${1}" = "x--rc"; then - do_rc=1 - if test "x${2}" = "x"; then - show_usage - fi - rc_number=$2 -fi - -if test ! -f src/main.c; then - echo "You are not in the Eggdrop root directory." - exit 1 -fi - diff --git a/misc/genchanges b/misc/genchanges index 02ab95d12..15e4572f2 100755 --- a/misc/genchanges +++ b/misc/genchanges @@ -1,6 +1,6 @@ #! /usr/bin/env tclsh # -# genchanges - Generate changes summary for doc/Changes files. +# genchanges - Generate changelog (doc/Changes and ChangeLog) files. # # Copyright (C) 2017 Eggheads Development Team # @@ -22,48 +22,278 @@ # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. -package require Tcl 8.5 -proc show_usage {} { - puts "Syntax: $::argv0 \[show changes to this git tag (e.g. v1.8.1)\]" - puts "normal usage: \"$::argv0 v1.8.0\", then paste the result into doc/Changes1.8" - exit 1 +package require Tcl 8.6 +package require textutil::adjust + +proc get_usage {} { + return [subst [join { + {Syntax: $::argv0 \[options\] } {} {Commands:} + {short - Generate short changelog (doc/ChangesX.Y)} + {full - Generate full changelog (ChangeLog)} + {release - OVERWRITE ChangeLog and doc/ChangesX.Y} + {} {Options (general):} + {-d - Verbose debug logging} + {-r - Specify remote for tags and public branches} + {} {Options (short):} + {-e - Specify ref to exclude with ancestors} + {-i - Specify ref to include with ancestors} + {-n - Specify the upcoming version} + {} {Examples:} + { Generate doc/Changes1.8 for v1.8.2rc3:} + { $::argv0 -e v1.6.21 -i v1.8.1 -i v1.8.2 -i stable/1.8 -n 1.8.2rc3 short} + { Generate doc/Changes1.8 for v1.8.3 final (make sure version order is correct at the end):} + { $::argv0 -e v1.6.21 -i "v1.8.*" -i stable/1.8 -n 1.8.3 short} + { Generate ChangeLog for v1.8.3 final:} + { $::argv0 -i stable/1.8} + } \n]] } -if {[llength $argv] != 1 || [set basecommit [lindex $argv 0]] in {-h --help}} { - show_usage +proc commands {} { + lmap cmd [info commands cmd:*] { + string range $cmd 4 end + } } -if {[catch {exec git rev-list $basecommit..HEAD} commits]} { - puts "Error: git rev-list $basecommit..HEAD returned\n$commits\n" +proc fatal {msg {showusage 0}} { + if {$msg ne ""} { + puts stderr $msg + if {$showusage} { + puts stderr "" + } + } + if {$showusage} { + puts stderr [get_usage] + } exit 1 } -set result "" -foreach commit [lreverse $commits] { - set fullmsg [exec git show -s --pretty=format:%B $commit] - set shortmsg [exec git show -s --pretty=format:%s $commit] - set date [clock format [exec git show -s --pretty=format:%ct $commit] -gmt 1 -format "%Y-%m-%d"] - set found "" - set patch "" - foreach {- category names} [regexp -nocase -all -inline -- {(found|patch) by:([^\r\n/]+)} $fullmsg] { - foreach nick [split $names {, }] { - set nick [string trim $nick ""] - if {$nick ne ""} { - dict set [string tolower $category] $nick 1 +proc pop {listVar} { + upvar 1 $listVar list + set e [lindex $list 0] + set list [lrange $list 1 end] + return $e +} + +proc log {text} { + puts stderr $text +} + +proc vlog {text} { + if {$::verbose} { + log $text + } +} + +proc parsecmdline {argv} { + global verbose + if {![llength $argv]} { + fatal "" 1 + } + foreach var {remote command version includes excludes} { + set $var "" + } + set verbose 0 + while {[llength $argv]} { + set arg [pop argv] + if {[string index $arg 0] eq "-"} { + for {set i 1} {$i < [string length $arg]} {incr i} { + set c [string index $arg $i] + switch -exact -- $c { + "r" { set remote [pop argv] } + "d" { set verbose 1 } + "v" { set version [pop argv] } + "i" { lappend includes [pop argv] } + "e" { lappend excludes [pop argv] } + default { + fatal "Unknown option: -$c" 1 + } + } + vlog "OptParse: $c (left: $argv)" } + } else { + set command $arg + break } } - set secondline "" - if {[dict size $found]} { - lappend secondline "Found by: [join [dict keys $found] {, }]" + if {$command eq ""} { + fatal "No command specified." 1 + show_usage } - if {[dict size $patch]} { - lappend secondline "Patch by: [join [dict keys $patch] {, }]" + if {![llength $includes]} { + fatal "No -i includes specified." 1 } - if {[llength $secondline]} { - append shortmsg "\n [string repeat " " 10] [join $secondline { / }]" + foreach var {remote version includes excludes} { + cfg$var [set $var] } - lappend result " $date $shortmsg" + return $command } -puts [join [lreverse $result] \n\n] + +interp alias {} cfgincludes {} cfgtags includes +interp alias {} cfgexcludes {} cfgtags excludes + +proc cfgtags {varName patterns} { + global remote + upvar #0 $varName tags + set tags "" + foreach pattern $patterns { + set tmp [regexp -all -inline -- {\S+} [exec git tag -l $pattern]] + if {![llength $tmp]} { + # no matching tags + if {[catch {exec git rev-parse --verify -q $remote/$pattern}]} { + fatal "Could not parse revision $pattern on remote $remote." + } + set tmp [list $remote/$pattern] + } + lappend tags {*}$tmp + } +} + +proc cfgversion {version} { + if {$version ne "" && ![regexp {^\d+\.\d+\.\d+} $version]} { + fatal "Invalid ersion number: $version. Try 1.8.1 or similar." + } + set ::version $version +} + +proc cfgremote {remote} { + set remotes [regexp -all -inline -- {\S+} [exec git remote]] + if {![llength $remotes]} { + fatal "No git remotes configured." + exit 1 + } + if {$remote eq ""} { + if {[llength $remotes] == 1} { + set remote [lindex $remotes 0] + } else { + fatal "Multiple remotes available, must specify -r. Available: [join $remotes {, }]" + } + } + if {[llength $remotes] == 1 && $remote eq ""} { + set remote [lindex $remotes 0] + } + if {$remote ni $remotes} { + fatal "Unknown remote: $remote. Available: [join $remotes {, }]" + exit 1 + } + vlog "Remotes: '[join $remotes ',']'. Using '$remote'" + set ::remote $remote +} + +proc start {} { + global remote + set command [parsecmdline $::argv] + if {$command ni [commands]} { + fatal "Unknown command: $command. Available: [join [commands] {, }]" 1 + } + log "Working with remote $remote..." + cmd:$command +} + +proc revlist {} { + global includes excludes + set includestr $includes + set excludestr [lmap x $excludes { return -level 0 ^$x }] + return [list {*}$includestr {*}$excludestr] +} + +proc doexec {cmd} { + log "Executing: [join $cmd]" + if {[catch {exec {*}$cmd} res]} { + fatal "Error during executing: $res" + } + set res [regsub -all -- {\n\n\n+} [string trim $res] "\n\n"] + log "Executed: [join $cmd]" + return $res +} + +proc cmd:full {} { + set revlist [revlist] + set cmd [list git log --no-merges --date-order --name-status {--pretty=format:%n------------------------------%nCommit %h (%ai) by %aN %n%n%B%n%n} {*}[revlist]] + puts [doexec $cmd] +} + +proc cmd:short {} { + global version includes excludes + if {$version eq ""} { + fatal "Need version number (-v) for short changelog." + } + set cmd [list git rev-list --no-merges --reverse --author-date-order {*}[revlist]] + set commits [doexec $cmd] + set taglist [regexp -all -inline -- {\S+} [exec git tag --list]] + set tags "" + foreach tag $taglist { + dict set tags [string trim [exec git rev-parse $tag]] $tag + } + set lastdate "" + set lastappend "" + foreach commit $commits { + set fullmsg [exec git show -s --pretty=format:%B $commit] + set shortmsg [exec git show -s --pretty=format:%s $commit] + set date [clock format [exec git show -s --pretty=format:%ct $commit] -gmt 1 -format "%Y-%m-%d"] + set found "" + set patch "" + set shortmsg [string trim $shortmsg "- "] + if {$lastappend ne ""} { + lappend result {*}[string map [list %%CHANGELOGDATE%% [expr {($date eq $lastdate && !$forcedate) ? "[string repeat " " 10]" : "$lastdate"}]] $lastappend] + } + set forcedate 0 + foreach {- category names} [regexp -nocase -all -inline -- {(found|patch) by:([^\r\n/]+)} $fullmsg] { + foreach nick [split $names {, }] { + set nick [string trim $nick ""] + if {$nick ne ""} { + dict set [string tolower $category] $nick 1 + } + } + } + set shortmsgs "" + #ugly specific fixup + if {[string index $shortmsg 0] eq "*"} { + set split [split $shortmsg *] + foreach e $split { + set e [string trim $e] + if {$e eq ""} { continue } + lappend shortmsgs $e + } + } else { + set shortmsgs [list $shortmsg] + } + set secondline "" + if {[dict size $found]} { + lappend secondline "Found by: [join [dict keys $found] {, }]" + } + if {[dict size $patch]} { + lappend secondline "Patch by: [join [dict keys $patch] {, }]" + } + if {[llength $secondline]} { + set lastmsg [lindex $shortmsgs end] + append lastmsg "\n [string repeat " " 12] [join $secondline { / }]" + set shortmsgs [list {*}[lrange $shortmsgs 0 end-1] $lastmsg] + } + set lastappend "" + set lastmsg [lindex $shortmsgs end] + set shortmsgs [lrange $shortmsgs 0 end-1] + foreach shortmsg $shortmsgs { + set lines [split [textutil::adjust::adjust $shortmsg -full true -justify left -length 120 -strictlength true] \n] + lappend lastappend " [string repeat " " 10] * [pop lines]" + foreach line $lines { + lappend lastappend " [string repeat " " 12] $line" + } + } + set lines [split [textutil::adjust::adjust $shortmsg -full true -justify left -length 120 -strictlength true] \n] + lappend lastappend " %%CHANGELOGDATE%% * [pop lines]" + foreach line $lines { + lappend lastappend " [string repeat " " 10] * $line" + } + if {[dict exists $tags $commit]} { + lappend lastappend "\nEggdrop [dict get $tags $commit] (released $date):\n" + set forcedate 1 + } + set lastdate $date + } + lappend result {*}[string map [list %%CHANGELOGDATE%% $lastdate] $lastappend] + puts "Eggdrop Changes (Last Updated [clock format [clock seconds] -gmt 1 -format "%Y-%m-%d"]):\n__________________________________________\n\nEggdrop v$version:\n" + puts [join [lreverse $result] \n] +} + +start From bb83f7a9ea212e371a0923e64efe5731b139e5af Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 26 Mar 2017 20:07:36 -0400 Subject: [PATCH 16/19] Remove changelog generation from releaseprep TODO: Better integrate this for 1.8.2 (cherry picked from commit ad4e5e6b5df96cb32dfb9500dc674de79c4b625b) --- misc/releaseprep | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/misc/releaseprep b/misc/releaseprep index 07a40a603..280ee7175 100755 --- a/misc/releaseprep +++ b/misc/releaseprep @@ -131,10 +131,13 @@ if test ! -f src/main.c; then fi +#TODO: Update releaseprep with new genchanges scripts +# do it manually for now +# # Regenerate ChangeLog file before doing anything else... -echo "Regenerating ChangeLog file..." -regenerate_changelog $LASTVER -echo "" +#echo "Regenerating ChangeLog file..." +#regenerate_changelog $LASTVER +#echo "" # Change default make from "debug" to "eggdrop"... echo -n "Changing default make..." From d854337bbd163c9cf1db8e55bcb30689e60ca5de Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 26 Mar 2017 20:11:58 -0400 Subject: [PATCH 17/19] Update doc/Changes1.8 --- doc/Changes1.8 | 1091 +++++++++++++++++++++--------------------------- 1 file changed, 473 insertions(+), 618 deletions(-) diff --git a/doc/Changes1.8 b/doc/Changes1.8 index 8b4584db1..e584fa6ec 100644 --- a/doc/Changes1.8 +++ b/doc/Changes1.8 @@ -1,618 +1,473 @@ -Eggdrop Changes (since version 1.6.21) - - _____________________________________________________________________ - -1.8.0: - - - Add some default paths to tcl.m4. - Patch by: thommey / Found by: Kiril, erickjvelez, various - - - Revert userent.c bugfix in XTRA settings for now. - Patch by: thommey / Found by: erickjvelez - - - Fix paranthesis bug. - Patch by: thommey - - # RC3 Released on Nov 22, 2016 - - - Fix skipping password generation on botnet links with TLS. - Patch by: Geo / Found by: erickjvelez - - - Various small bugfixes. - Patch by: Geo, thommey - - # RC2 Relased on Nov 1, 2016 - - - Use -pthread for OpenBSD linking, found in TCL_EXTRA_CFLAGS in tclConfig.sh. - Patch by: thommey / Found by: fahuo - - - Trim version numbers from tcllib names like libtcl8.5.so.1.7. - Patch by: thommey - - - Switch to using $CC -shared for BSD in general, this seems to work on - newer versios, and ld -Bshareable -x fails. - Patch by: thommey / Found by: LinaSovereign - - - Work around some incompatibilies between gnu make 3.82 and 4.x. - Patch by: thommey / Found by: Robby - - - Fix out-of-bounds read error - Patch by: thommey, Geo / Found by: Robby - - - Clear channel modes on disconnect - Patch by: Geo / Found by: thommey - - nuke_server() calls reset_chan_info(), which clears channel modes and - then re-requests them, which is the point of the function. However, - because the server connection has already been killed, chan->status - is set to CHAN_ASKEDBANS and thus doesn't re-request the banlist from - the server when it finally does rejoin. By setting to clear_chan, the - list is just cleared and the banlist properly requested from the IRC - server on join. - - - Ensure our Makefile works with both BSD make and GNU make. - Patch by: thommey / Found by: Geo - - - Fix formatting bug in 618ecbf9, MISC_LOGREPEAT contains a format specifier. - Patch by: thommey / Found by: Robby - - - Increase memory table size for memory debugging by factor 10. - Found by: Kiril, various / Patch by: thommey - - - Fix compile warnings. - Patch by: thommey - - - Update x-compile Makefile changes to POSIX compliance. Fixes #273 - Patch by: Geo - - Allows bsd 'make' to be used on BSD systems (gmake not needed). Fixes - bug introduced in e3321ccf46da7950995f7003b83e1b4a8e9eef81 - - - Tcl various OS linking, cross-compilation issues. Fixes #250, #251 - Patch by: thommey / Found by: eelcohuininga, thommey - - Fixes Tcl-related compilation/linking issues by using the - tclConfig.sh variables and including -lz if Tcl >= 8.6 and we have no - tclConfig.sh - - - Fix cygwin windows.h inclusion. Fixes #262, #265, #266 - Patch by: thommey / Found by: creatio, jackal - - Cygwin's windows.h inclusion only works if VOID is not defined, and - we undefine their openssl defines before including the official - openssh headers. We need to include windows.h to have FreeConsole() - to launch eggdrop into the background properly. - - - Reset channel information on disconnect properly. - Patch by: Cizzle - - - Fix a bug introduced by Tcl interp result transition. - Patch by: thommey / Found by: simply - - - Update tcl.m4 (Adds NetBSD tclConfig.sh path). Fixes #175 - Patch by: thommey,Geo / Found by: fhorst - - - Remove duplicate uppercase doc filenames - Patch by: Geo / Found by: jackal^ - - - Fix compile warning about potentially signed char as array subscript. - Patch by: thommey - - - Install eggdrop-basic.conf on make install. - Patch by: Geo / Found by: thommey - - - Fix various compile warnings: - Fixed type of recvfrom's last argument to be socklen_t, not uint. - Added first arg cast for const char* in gethostbyaddr for cygwin. - Added explicit type of idx as function argument. - Patch by: thommey - - - Add help-path to eggdrop-basic.conf - Patch by: thommey / Found by: simple - - - Add owner setting to eggdrop-basic.conf - Patch by: thommey - - - Update TEA version for tcl.m4. - Patch by: thommey / Found by: b6s3d - - - Fix doc generation incorrectly placing new docs - Patch by: Geo / Found by: Pixelz - - - Commit ChangeLog before generating RC/Final release - Patch by: Geo / Found by: kisser - - - Update docs to indicate the 'j' flag logs topic changes - Patch by: Geo / Found by: senpai - - - Fix cross-compilation errors regarding socklen and IPv6 - Skip attempted test run after make on x-compiles - Patch by: Anonymous / Found by: eelcohuininga - - - Update copyright date for ./eggdrop -v. - Patch by: thommey / Found by: maimizuno - - - Typo: tcl-commands.doc bind time description - Patch by: Geo / Found by: maimizuno - - - Typo: "timer " should be "utimer " - Patch by: sirfz, Geo / Found by: sirfz - - # RC1 Relased on September 12, 2016 - - - Add basic.eggdrop.conf to source directory - Patch by: Geo, thommey - - - Update releaseprep script to transition from CVS to git. - Update release scripts for 1.8 modifications - Patch by: Geo - - - Fix DNS resolution with IPv6 disabled. - Patch by: Geo, thommey / Found by: raclure - - - Fix a compilation issue with --disable-ipv6. - Patch by: Geo - - - Reset the channel information when eggdrop disconnects. - Patch by: Geo / Found by: renols - - - Fix SSL hostname verification for partyline connections. - Patch by: manuel - - - Move logging of failed bot logins to LOG_MISC to improve visibility. - It can also affect users logging in, so it does not belong to LOG_BOT only. - Patch by: Robby - - - Fix SSL verification flags not working. - Patch by: manuel - - - Improve CTCP CHAT IPv6 selection logic. - Patch by: Geo / Found by: Geo, Robby, thommey - - - Set bounce-bans to default to 0 in the sourcecode, not just in the config. - Patch by: speechles / Found by: Release_ - - - Prevent msg commands from functioning without a password set. - Patch by: Geo / Found by: elWanderino - - - Reduce TLS error noise if neither key nor cert is set. - Patch by: thommey - - - Clarify that wait-split is in seconds, not minutes. - Found by: SpiKe^^ - - - Remove unnecessary Tcl_CreateInterp() prototype, it is in tcl.h. - - Reintroduce closest match when matching masks broken by CIDR code. - Maximum score for matching IPv4 and IPv6 is 32. - Patch by: thommey - - - Provide some examples for bind pubm documentation in tcl-commands. - Patch by: Geo - - - Correct the documentation of getudefs, improve tcl-commands.doc. - Patch by: Geo / Found by: Domino - - - Complain if an SSL connection is specified in server connections, but - SSL support was not compiled. - Patch by: Geo / Found by: thommey - - - Add the Tcl function rfcequal which compares strings case-insensitively - and with respect to RFC1459 character equality if rfc_compliant is 1. - Patch by: thommey / Found by: Pixelz - - - Revert compression of +b, +e, +I to +beI when asking for MODEs. - Unfortunately, MODE #chan +beI doesn't work on all IRCds. - Patch by: thommey / Found by: knux - - - Document that you can trigger arbitrary events by Tcl scripts. - This is an intended feature. - - Make sure to always set evnt and log temporary variables in the - global scope. This is not complete by any means, but fixes the most - common binds triggered by Tcl scripts in a local scope. - Patch by: thommey / Found by: Domino - - - Fix relative DEST= paths for make install. - Patch by: thommey - - - Allow botmasters to add hosts to shared bots. - Patch by: Geo - - - Alias PASSWORD to PASS in msg cmds - Patch by: Geo - - - Add option to disable ident lookup - Patch by: manuel - - - Fix init_channel logic/memory leak - Patch by: Geo / Found by: Phiber2000 - - - Prevent the user from installing into the source directory. - Patch by: thommey / Found by: boubou - - - Remove unused HAVE_TCL defines. - - Clean up the inline business by removing most of them, or changing - them all to static inline. - - Fix compilation with tcl.m4 again. - - Fix Makefile - - Fix compilation with tcl.m4 - Patch by: thommey - - - Fixed assoc module ability to work with local partyline channels. - Patch by: Geo / Found by: mw - - - Update botname after +i/+x - Patch by: Pixelz / Found by: Domino - - - Clarify SSL documentation, add error messages - Patch by: Geo - - - Remove deprecated EMAIL and URL fields from tcl-commands.doc - Patch by: Geo - - - Reset channel info on part/kick - Patch by: Geo / Found by: multiple users - - - Fix duplicate array value in module API - Patch by: Geo / Found by: IRC user - - - Reply properly to server-generated CTCPs - Patch by: Geo / Found by: IRC user - - - Return -1 for idletime if user is not on channel - Patch by: Geo - - - Fix failing alt hub links - Patch by: Geo / Found by: Robby - - - Change user mode after adding a hostmask to a user - Patch by: Geo, thommey / Found by: IRC user - - - Fix some compiler warnings - Patch by: Tobbe - - - Incorporate tclConfig.sh into ./configure process - Patch by: Geo - - - Throw error when writing to read-only variables in server module. - Patch by: chrfle / Found by: thommey - - - Add a config warning to tell users they are in the source directory. - Patch by: Pixelz - - - Fix description for share-unlinks in the config. - Patch by: chrfle - - - Remove length limit of info line. - Patch by: chrfle / Found by: Kiril - - - Fix stripcodes modifying the Tcl object in-place. - Patch by: thommey / Found by: speechles - - - Only permanent owners can delete owners. - Patch by: chrfle / Found by: pseudo - - - Add Tcl8.6 and /usr/lib/x86_64-linux-gnu to Tcl search paths. - - Ran autotools. - Patch by: Geo - - - Changed IRCnet's max-bans/max-modes to 64. - Patch by: ente - - - Fix error messages of the Tcl commands (un)stick(exempt/invite). - - Add an alias for (un)stickban to correspond to them. - Found by: Domino / Patch by: thommey - - - Fix a potentially endless loop when looking up bot hostnames. - Patch by: thommey / Found by: Kiril - - - We only support Tcl >= 8.2 now. Deal with it. - - Remove servlimit variables, unused these days - Patch by: guppy - - - New evnt bind type - preinit-server - to allow CAP implementation in Tcl - Patch by: grawity - - - Better documentation of bind cron/time - - New evnt bind type - fail-server - which triggers on failed connection - attempts to a server. - - Share flags documentation update - Patch by: Geo - - - Master can no longer .-user another master. - Found by: pseudo / Patch by: Geo - - - Correct and add missing flags for .help strip, [strip] and [stripcodes] - Patch by: Robby - - - Fixed a typo in the html documentation. - Found by: Johannes13 / Patch by: pseudo - - - Fixed the .match command help. - Fixes Trac Bug #85 "dcc match command documentation" - Found by: jack3 / Patch by: pseudo - - - Against all odds we survived unixtime 999999999. - Patch by: thommey / Found by: Robby - - - Fix a special char issue in dccwhois.tcl - Patch by: thommey / Found by: dupondje - - - Make sure match_cidr returns NOMATCH if address families mismatch. - Patch by: Robby - - - Fix match_cidr to always return MATCH if the prefix is 0. - Patch by: thommey / Found by: Robby - - - Export the tcl_result* functions to modules. They're required because - access to interp->result will be removed from Tcl. - Patch by: thommey / Found by: Nocty - - - Clarify documentation of mask matching in bind notc. - Patch by: Pixelz - - - Added a [stripcodes] flag to remove mIRC's italics (ascii 29). - - Refactored code to clarify 'o' means "ordinary". - Patch by: thommey / Found by: speechles - - - Added a [stripcodes] flag to remove mIRC's CTRL+o (ascii 15) which - terminates all bold, underline, color. Also added * to strip everything. - Patch by: thommey / Found by: SpiKe, ealexp - - - Partially revert changes to vwait/update. They are back to only - processing Tcl events for now (fileevent/after) as handling eggdrop - events turned out to require careful examination of reentrance issues. - Patch by: thommey - - - Call Tcl's bgerror on Eggdrop background errors. This allows custom - code to react to errors (and output full $::errorInfo, for example). - Patch by: thommey - - - Remove wrong truncation of ERR_YOUREBANNEDCREEP output to console. - Found by: Edelstahl / Patch by: thommey - - - Fixed the format specifier for the Tcl [traffic] command. - Found by: Vertigo / Patch 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. - Found by: Dopsy / Patch by: pseudo - - - Fixed a bug in the mainloop for Tcl threads which is now - also being used as vwait/update recursion mainloop. - Patch by: thommey - - - Ran autotools. - - Work around Tcl8.5.10 bug 3371644 (strings starting with # could crash - in Tcl_ConvertElement()). TCL_DONT_QUOTE_HASH can be used to work - around it, as long as the string is not passed to Tcl_Eval(). - Found by: Austin - - Use the autoconf macros AC_LANG_PROGRAM/AC_LANG_SOURCE for sourcecode - to avoid warnings in autoconf >= 2.68. - Patch by: thommey - - - Make sure to account for null termination when using Tcl_ScanElement - to generate a string representation of a list using Tcl_ConvertElement. - A behavioural change in Tcl8.5.10 revealed this bug. - Found by: various / Patch by: thommey - - - Moved variable declarations to conform to C89 (beginning of blocks only). - Found by: Anon-e-mouse / Patch by: thommey - - - Documented a .+ban/+exempt/+invite feature allowing to make the hostmask - sticky by prefixing the comment with '*'. - Found by: Robby / Patch by: pseudo - - - script listen sockets with the pub flag no longer perform ident lookups - Found by: FireEgl / Patch by: thommey - - - Fixed a bug with connecting to numeric addresses when compiled with - --disable-ipv6, reintroduced with a recent sync between branches. - Found by: skydrome / Patch by: pseudo - - - Fixed statuslog documentation. - Found by: ziplock / Patch by: pseudo - - - Fixed a bug with [channel get] returning types instead of values for - udefs. - Found by: Robby / Patch by: pseudo - - - Check for pending data on SSL sockets even when select() reports the - descriptor's not readable. - - Allow moving write buffers for SSL sockets. - Patch by: pseudo - - - Added missing message for incoming telnet connections. - Found by: Robby / Patch by: pseudo - - - Changed the prototype in module.h for check_tcl_event - - bind evnt return value now ignored for non-signal events as documented - Found by: Robby / Patch by: thommey - - - Reran autotools - - Clarified --with-tcl* usage in configure and mentioned tcl-dev packages. - - Fixed some section numbering in doc/COMPILE-GUIDE. - Patch by: thommey - - - Added a little hack to send starttls before password exchange during the - initial handshake. - Patch by: pseudo - - - Fixed a problem with sharing causing starttls to fail. - Found by: DarkReap1 - - 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 (user)file sending over ssl. - Patch by: pseudo - - - Fixed a problem with resolving hostnames when compiled with IPv6 disabled. - - Made server.mod report connection failures properly. - Found by: Arkadietz / Patch by: pseudo - - - Fixed getudef() to return intptr_t instead of int to prevent crashes on - 64-bit systems. - Found by: izy` / Patch by: pseudo - - - Fixed a bug in (u)timers which could lead to invalid memory access. - Found by: DarkReap1 / Patch by: thommey - - - 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 IPv6 addresses in - square brackets, instead of using a comma to separate the port. - Patch by: pseudo - - - Fixed dcc_telnet_pass() to not use a constant string with fingerprint - authentication, because strip_telnet() may attempt to write to it later. - Found by: grawity / Patch by: pseudo - - - 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. - Patch by: pseudo - - - Added optional count argument to Tcl timer and utimer to allow them run - more than once. - Patch by: pseudo - - - Renamed the vhost Tcl variable to vhost4 as it is in the documentation. - Patch by: pseudo - - - Removed -mwin32 on Windows. It's no longer necessary and causes problems - with Cygwin 1.7. - Patch by: Kirben, pseudo - - - Removed few wire.mod leftovers. Removed IRC_FUNKICK. - Patch by: pseudo - - - Performed some cleanup. Removed some obsolete config aliases. - - Added missing parts of the documentation. Updated news and features - for 1.8. - Patch by: pseudo - - - Added -lcrypto when probing for -lssl in --with-ssllib - Patch by: pseudo - - - 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. - Patch by: guppy - - - Removed wire.mod and all references to it. Botnet and partyline encryption - are now available using ssl. - Patch by: guppy - - - 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. - Patch by: pseudo - - - Clarified the OpenSSL version requirements. - - Rewrote open_telnet() to make it more useful. - - Replaced some calls to open_telnet_raw() with open_telnet(). - Patch by: pseudo - - - Added few autoconf checks for ssl. - - Added tls to tcl_status() - Patch by: pseudo - - - 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. - Patch by: pseudo - - - 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. - Patch by: pseudo - - - 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. - Patch by: pjb - - - Removed the unrecognized options warning when configuring modules. - - Modified -v output and .status display configure options. - Patch by: pseudo - - - 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. - Patch by: pseudo - - - Fixed some problems with IPv6 autodetection and system headers. - Patch by: pseudo - - - Made some corrections to the contributors list, removed a duplicate entry. - Patch by: pseudo - - - Fixed bind cron html documention to be in sync with non-html one. - Found by: 64MAAMVDH / Patch by: thommey - - - 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 - Patch by: pseudo - - - Fixed a bug in setsockname() making it fail with IPv6 enabled due to a - variable not being set. - Found by: afterlife / Patch by: pseudo - - - 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. - Found by: Digdilem / Patch by: thommey - - - Made dcc_telnet_new() allow non-latin characters in new handles like - other handle validation functions. - Patch by: pseudo - - - 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. - Patch by: pseudo - - - Reran autotools. - - Added detection of Tcl_NotifierProcs members to ensure the notifier can - be replaced. Fixes compilation against Tcl 8.2 and 8.3. - Found by: AlIt0 / Patch by: thommey - - - Added full IPv6 support. New patch, nothing in common with older ones. - - Changed a lot of functions and variables without breaking scripting - compatibility. The list of changes is too long to include here. - Patch by: pseudo - - - Updated documentation to reference 1.8 instead of 1.6. - - Changed module dependencies to 1.8. - - Changed default handlen to 32. - - Changed default make type to 'debug' as it should be in CVS builds. - Patch by: pseudo - - - Ran misc/runautotools for 1.8.0. - Patch by: pseudo - - - Ran misc/newversion for 1.8.0. - Patch by: pseudo - - - initial commit of old 1.6.20 source - Commit by: simple - - # 1.8 tree started on July 26, 2010 +Eggdrop Changes (Last Updated 2017-03-27): +__________________________________________ + +Eggdrop v1.8.1: + + +Eggdrop v1.8.1rc2 (released 2017-03-03): + + 2017-03-03 * Eggdrop v1.8.1 Release Candidate 2 + * Update ChangeLog + * Run autotools. + * Remove debug output. + * Run autotools. + * Replace version fetching function in aclocal.m4 to use new version.h. + +Eggdrop v1.8.1rc1 (released 2017-03-01): + + 2017-03-01 * Eggdrop v1.8.1 Release Candidate 1 + * Update ChangeLog + * Update NEWS file for 1.8.1 + 2017-02-28 * Fix copyright date + 2017-02-27 * Run autoconf + * Generate docs with 1.8.1 version + * Update version strings to 1.8.1 + * Generate ChangeLog for 1.8.1 + * Geo-proof misc/newversion + 2017-02-26 * Add indention to genchanges. + * Add misc/genchanges to generate doc/Changes file entries. + * Add comment about .su command in -nt + * Update patch.h reference to version.h + * Fix missing quotes generating version.h + * Fix missing quotes generating version.h + * Don't change version in releaseprep, it is done in newversion + * Update patch.h reference to version.h + * Update releaseprep with setpatch usage + * Use setpatch vice addpatch + * Use setpatch vice addpatch + * Update Eggdrop versioning system. Fixes #337 + 2017-02-19 * Update newversion with sphinx doc paths + 2017-02-18 * Update ChangeLog + 2017-02-17 * Fix safe_write prototype to equal write. + * Don't use pointer after freeing w/o explicit setting to NULL. + 2017-02-14 * Variety of long-needed code clean-up & fixes (coverity branch) + 2017-02-13 * Clean up some compile warnings (#330) + * Fixes for autobotchk. Fixes #239 + 2017-02-08 * Update AUTHORS file + * Update THANKS file + 2017-02-07 * Update copyright to 2017 + 2017-02-06 * Add main.c to search path + * update updatecopyright help + * Update docs copyright as part of updatecopyright script + 2017-02-04 * Simplify sockgets line parsing + 2017-02-03 * Fix channels output for ".who linkedbot" + * Zero memory after nmalloc() to initialize memberlist. Fixes #326 + 2017-02-02 * Specify what 1 and 0 do for prefer-ipv6 in conf + 2017-01-30 * Update BUG-REPORT with GitHub info + 2017-01-28 * Detect newer OpenSSL function names. Fixes #323 + 2017-01-27 * Fix minutely hook to be called for all missed minutes. Fixes #308 + 2017-01-26 * Update patchlevel to vhostreply + * Return more user-friendly message with incorrect vhost4/6 setting in config. Closes #316 + 2017-01-25 * Add summary with tcl, tls and ipv6 info to configure output. Closes #264 + 2017-01-20 * Fix patch() compilation warning. Fixes #303 + 2017-01-15 * Address cppcheck mods. Fixes #69 + 2017-01-01 * Update docs version as part of releaseprep + 2016-12-31 * Fix pandoc rendering. Fixes #302 + 2016-12-28 * Update config server comments. Fixes #237 + 2016-12-27 * Fix misleading indentation warnings from gcc + * Remove CVS references from Eggdrop. Fixes #149 + 2016-12-25 * Update patchlevel string to configdefaults + * Reorganize commit.template + * Update mod.channels src/docs to match defaults to eggdrop.conf. Fixes #243 + 2016-12-19 * Add git commit template to misc/. + * Make genChangelog executable. + 2016-12-04 * Eggdrop 1.8.0 *STABLE* release + +Eggdrop v1.8.0rc4 (released 2016-11-23): + + 2016-11-23 * Eggdrop 1.8.0 Release Candidate 4 + * Update ChangeLog + * Add rc3 to Changes1.8. + * Add some default paths to tcl.m4. + 2016-11-22 * Fix some bugs. + +Eggdrop v1.8.0rc3 (released 2016-11-22): + + 2016-11-22 * Eggdrop v1.8.0 Release Candidate 3 + * Update ChangeLog + * Remove git push from ChangeLog generation + * Update THANKS file + 2016-11-21 * Adjust patchlevel. + * Various small bugfixes. + 2016-11-15 * Adjust TLS ifdefs to not skip link steps + 2016-11-14 * Update NEWS-1.8.0 + 2016-11-13 * Rename NEWS to NEWS-1.8.0. + * Fix reference to 1.8 transition documentation + * Merge readme.1.8.0 into NEWS. + 2016-11-12 * Add 1.8 readme. + +Eggdrop v1.8.0rc2 (released 2016-11-02): + + 2016-11-02 * Eggdrop v1.8.0 Release Candidate 2 + * Update ChangeLog + * Commit ChangeLog during releaseprep if changed + * Revert "Commit ChangeLog in releaseprep if changed" + * Fix Cygwin doc format, regen docs + 2016-11-01 * Update ChangeLog + * Don't create _sources doc dir + * Update ChangeLog + * Push tags as part of releaseprep + * Update doc/Changes1.8 + * Commit ChangeLog in releaseprep if changed + * Update version in Changes1.8 + * Add Cygwin compile section to INSTALL docs + * Use -pthread for threaded Tcl on OpenBSD, fixes #295. + 2016-10-31 * Update THANKS file + 2016-10-28 * Run autotools. + * Trim version numbers from tcllib names like libtcl8.5.so.1.7. + * Use cc -shared for linking on BSD. + * Work around some incompatibilies between gnu make 3.82 and 4.x. + * Fix out-of-bounds read error (#292). Fixes #200 + * Clear channel modes on disconnect (#279) + * Ensure Makefile works with both BSDand GNU make (#291). Fixes #272 + 2016-10-25 * Fix commit hash for last commit, I meant 618ecbf9. + * Fix formatting bug in 49df122, MISC_LOGREPEAT contains a format specifier. + 2016-10-20 * Increase memory table size for memory debugging by factor 10. + 2016-10-13 * Update THANKS file + * Add RC1 release date to Changelog + * Update patch description, while we are still using it. + * Fix compile warnings. + * Update Changelog + * Update x-compile Makefile changes to POSIX. Fixes #273 Patch by: Geo + * Update Changelog + * Reset channel information on disconnect properly. + 2016-10-12 * Fix a bug from the Tcl interp result transition. + 2016-10-11 * Update Changelog + 2016-10-09 * Run autotools + * Update tcl.m4 (Adds NetBSD tclConfig.sh path). Fixes #175 Patch by: thommey,Geo / Found by: fhorst + 2016-10-03 * Update INSTALL. + * Revert "Add byte-based flood option", we will re-add it at a later point. It's not how we want it to be right now. + * Update Changes1.8 Patch by: Geo + * Remove duplicate uppercase doc filenames. Fixes #270 Patch by: Geo / Found by: jackal^ + 2016-10-02 * Squelsh error message on misc/runautotools if git is not found. + * Run autotools. + * Use Tcl linker suggestion when using Tcl ldflags for them to be compatible. + * Fix compile warning about potentially signed char as array subscript. + * Run autotools. + * Include -lz for Tcl >= 8.6 if not autoconfigured via tclConfig.sh. + * Update .gitignore some more. + * Update .gitignore. + 2016-10-01 * Fix cygwin windows.h inclusion. + * Revert "Remove windows.h including, and instead provide our own FreeConsole() prototype." + * Run autotools. + * Remove duplicate math libs from Tcl library list. + * Remove windows.h including, and instead provide our own FreeConsole() prototype. + * Fix various compile warnings. + 2016-09-29 * Run autotools. + * Add Tcl library link flags from tclConfig.sh. + * Add help-path setting to eggdrop-basic.conf. + * Add owner setting to eggdrop-basic.conf. + * Run autotools. + * Update TEA version to match tcl.m4. + 2016-09-28 * Move eggdrop-basic.conf as part of make install. Fixes #261 Patch by: Geo / Found by: thommey + 2016-09-27 * Fix documents not being generated to correct places. Fixes #257 (#258) + 2016-09-24 * Commit ChangeLog to develop before gen'ing RC/Releases. Fixes #246, closes #256 Patch by: Geo / Found by: kisser + * Update docs to indicate j log flag logs topic changes. Fixes #191 Patch by: Geo / Found by: senpai + 2016-09-23 * Fix cross-compile errors. Fixes #247, fixes #248, closes #249 Patch by: Anonymous / Found by: eelcohuininga + 2016-09-22 * Update copyright date for ./eggdrop -v. + 2016-09-17 * Typo: tcl-commands.doc bind time description. Fixes #244 Patch by: Geo / Found by: maimizuno + 2016-09-16 * Typo: "timer " should be "utimer ". Closes #241 Patch by: sirfz, Geo / Found by: sirfz + +Eggdrop v1.8.0rc1 (released 2016-09-11): + + 2016-09-11 * Eggdrop v1.8.0 Release Candidate 1 + 2016-09-10 * Rename basic.eggdrop.conf to eggdrop-basic.conf + * Generate documents + * Update THANKS file + 2016-09-09 * Add pid setting to basic.conf + * Add 'basic' config file option to Eggdrop. Fixes #164 + * Remove incorrect docs update artifact + 2016-09-08 * Fix incorrect .chaddr help documentation. Merges #238 + 2016-08-30 * Fix format string warnings. Fixes #195, Merges #232. + * Update HTML docs to match eggheads color scheme + 2016-08-25 * Raise default max-log to 20, update config docs (#230) + 2016-08-13 * update AUTHORS + 2016-08-12 * Update doc Makefile for new HTML files + 2016-08-10 * Fixup bash git push script + * Generate fresh docs as part of release + * Remove whitespace + 2016-08-07 * Update THANKS file + 2016-08-04 * Commit, Tag, Push final release version + * Update genChangelog to respect .mailmap + 2016-07-31 * Update : counting method + 2016-07-26 * Typo fix + * Update text files + * Convert new documentation to HTML, sexify the rest + 2016-07-21 * ...aaaaand the html docs, too + * Fix generateDocs path error, re-gen tcl-commands.doc + * Add pandoc/sphinx check in generateDocs + * Rename coreDocs from git-ignored filename core + * Formatting - Update binds procname spacing + 2016-07-17 * Formatting - tcl-commands.doc + * Update BOTNET formatting, add assoc docs + * Update plaintext docs from rst files + * Create generateDocs to gen HTML and plaintext docs + * Formatting- Add emphasis to tcl-commands.rst heading + * inet_pton() is not reliable, so we simply check for 2 or more :s in the provided IP/hostname. + 2016-07-16 * Use :-checking instead of inet_pton to determine AF_INET/6 If the OS doesn't have IPv6 capabilities, the presence of + * appropriate IPv6 ifdef to exclude it from the conditional if IPv6 is not compiled. + * Fix IPv6 pref_af #ifdef bug If compiled without IPv6 support, pref_af is improperly attempted for use. This adds the + * Check/reject IPv6 addresses w/o IPv6 support + 2016-07-11 * Docs font/bullets update + * Remove un-needed sphinx build-byproducts + * Organize under TOC; add remaining topics + 2016-07-10 * Update css elements + * Create custom eggdrop CSS colorscheme + 2016-07-09 * Restore changelog entries. They are merged. + * Reverting changelog entries of not fully merged pull requests. + * Add 1.6.21 to doc/Versions, update AUTHORS + * Update tcl.m4 (#216) + * Fix SSL verify logic (#221) + * Fix DNS Certificate Matching (#222) + * Log failed logins due to invalid handles to LOG_MISC instead of LOG_BOTS. (#223) + * Fix SSL DNS name matching for telnet (#224) + * Ipv6 chat select (#220) + * MOAR rest formatting + * Update source formatting + 2016-07-08 * Refine ChangeLog format + 2016-07-07 * Update ChangeLog format + * Update releaseprep to use git for ChangeLog + 2016-07-04 * Reset channel info on server disconnect + 2016-07-03 * Update github download link to .tar.gz + * HTML docs template update + * html' to build docs. TODO: Script method to convert html docs to text, then update the base text docs + * Add new Sphinx-based HTML documentation build system Built in reStructure language, go to sphinx_source and type 'make + * Remove old HTML files + 2016-06-05 * Remove a trailing space in eggdrop.conf. + 2016-07-03 * Grammar update + 2016-05-02 * Grammar update + 2016-04-18 * Fix SSL hostname verification for partyline connections. Closes #98. + * Move logging of failed bot logins to LOG_MISC. Closes #184. + * Fix SSL verification flags not working. Closes #100. + * Improve CTCP CHAT IPv6 selection logic. Closes #159. + 2016-04-17 * Set bounce-bans to default to 0, 18a4e634 was incomplete. + 2016-04-08 * Add changelog entry for last commit. + 2016-03-30 * Reduce TLS error noise if neither key nor cert is set. + 2016-03-06 * Prevent msg commands from functioning without a password set + 2016-02-27 * Clarify that wait-split is in seconds, not minutes. + * Remove issue template for github. + * Update HTML docs + 2016-02-26 * Update HTML docs + 2016-02-25 * Create ISSUE_TEMPLATE + * Create PULL_REQUEST_TEMPLATE + 2016-02-24 * Revert "Add TCL_EXTRA_CFLAGS from tclConfig.sh to the compiler (to get -pthread)." + * Add TCL_EXTRA_CFLAGS from tclConfig.sh to the compiler (to get -pthread). + * Remove unnecessary Tcl_CreateInterp() prototype, it is in tcl.h. + 2016-02-23 * Fix missing ifdef + * Touchups + * Update IPV6 docs to include SCHAT4/6 + * Added SCHAT4/6 command support + * Add CTCP CHAT4/CHAT6 functionality + 2016-02-22 * IPv6 CTCP IP selection logic docs update + * Explain network settings in eggdrop.conf + 2016-02-15 * grammarz + * Add ERROR prefix to errors + * Fix SSL error logging + * Update botnet TLS documentation + * Remove duplicate entries from doc/Changes1.8 + 2016-02-11 * Clarify that the owner setting are handles. + * Normalize IPv6 score to same as IPv4 score: 32. + 2016-02-10 * Add CTCP chat src IPv6 settings/selection logic + 2016-02-06 * Fail if SSL server attempted with no SSL support + * Update chansettype + 2016-02-05 * Documentation update + * Fix THANKS file indention. + * Fix utf-8 encoding of THANKS file. + * Update my email address. + 2016-01-31 * Because spelling. + * Update PUBM documentation + 2016-01-30 * Add the Tcl function rfcequal. + 2016-01-29 * Fix bug in 0abc1c3b. + 2016-01-27 * thommey knows best + * Last change! + * Revert compression of +b, +e, +I to +beI when asking for MODEs. + * Reintroduce scoring system for hostmask matching. Removed by 532d9fe. Fixes #89. + * Change deprecation message. + * Document that you can trigger arbitrary events by Tcl scripts. + * Make sure to always set evnt and log temporary variables in the global scope. + * Update message + * Fix relative DEST= paths for make install. + * Fix relative DEST= paths for make install. + 2016-01-26 * Add deprecation warning code and transition for my-ip/my-hostname to vhost4/vhost6/listen-addr. + * Update changes file. + 2016-01-24 * alias PASSWORD to PASS in msg cmds + 2016-01-20 * Formatting fixup + 2016-01-23 * Allow botmasters to add shared bot hostmasks + 2016-01-20 * Add option to disable ident lookups + 2016-01-14 * Fix init_channel logic/memory leak + 2016-01-01 * Prevent the user from installing into the source directory. + 2015-12-30 * Remove newline in getting commit number. + * Update copyright ahead of time. + * Add script to update copyrights (at least most of them). + * Kill whitespaces. + * Ran autotools. + * Replace CVS revision tags with git describe and patch as fallback. + * Remove all CVS Id tags. + 2015-12-29 * Update patchname. + * Clear unused variable. + * Run autotools. + * Remove superfluous definition of Tcl version, it is already in tcl.h. + * Clarify minimum required Tcl version. + * Run autotools, update changelog. + * Fix spelling error compatability. + * Set Tcl version from configure. + * Adjust HAVE_TCL_* settings to assume Tcl >= 8.3. + * Remove XREQs. + * Remove unused variables. Fix memset to zero. + * Remove another inline specifier. + 2015-12-28 * Clean up the inline business. + * Fix --with-tcllib compilation typo. + * Fix compilation with tcl.m4 again. + 2015-12-13 * Fix basename for Tcl library when compiling without --with-tcllib. + * Fix Makefile + * run autotools + * Fix compilation with tcl.m4 + * fix assoc module local channels + * Update botname on +i/+x + 2015-12-06 * re-run autotools + * Up encryption to 4096 + * Updated tcl.m4 file Update date: 2015-10-05 from http://core.tcl.tk/tclconfig/dir?ci=tip + * Incorporate tclConfig.sh + 2015-11-01 * Reset channel info on part/kick + 2015-10-24 * Clarify SSL documentation and errors + * Update Change1.8 file + 2015-10-23 * Remove two inline keywords. Fixes #123. + * Remove EMAIL and URL fields from docs + * update Change file + 2015-10-24 * un-remove compile warning ignores + 2015-10-23 * Point user to userinfo.tcl + 2015-10-22 * Point user to userinfo.tcl + 2015-10-24 * various compile warning fixes + * appears not to have been updated along with it. + 2015-10-23 * Removes the EMAIL and URL fields from tcl-commands.doc these were removed some time ago in code, but documentation + 2015-10-09 * fix failing alt hub links + * Add byte-based flood option + * fix duplicate array mask value + * Reply to server CTCPs + 2015-10-08 * Return -1 for idletime if user not on channel + * Mode change after host add + * appears not to have been updated along with it. + * Removes the EMAIL and URL fields from tcl-commands.doc these were removed some time ago in code, but documentation + 2014-10-08 * Throw error when writing to read-only variables in server module. + * Add a config warning to tell users they are in the source directory. + 2014-10-03 * Fix description for share-unlinks in the config. + * owners. + 2014-10-02 * Remove length limit of info line. Fix stripcodes modifying the Tcl object in-place. Only permanent owners can delete + 2014-09-30 * Add Tcl8.6 and /usr/lib/x86_64-linux-gnu to Tcl search paths. + 2014-09-09 * Changed IRCnet's max-bans/max-modes to 64. + 2014-09-06 * Fix error messages of (un)stick(exempt/invite). + 2014-03-21 * Fix a potentially endless loop when looking up bot hostnames. + 2013-07-31 * apply two patches of guppy that were missing + * better documentation of bind time/cron + * new evnt bind type: preinit-server + * new evnt bind: fail-server + * share doc update + * master can no longer .-user another master + * apply two patches by robby + 2013-07-29 * We need more chars to print unixtime these days (10 instead of 9) + 2012-12-19 * Fix a special char issue in dccwhois.tcl + 2012-12-11 * Make sure match_cidr returns NOMATCH if address families mismatch. + 2012-12-10 * Fix match_cidr to always return MATCH if the prefix is 0. + 2012-09-25 * Export the tcl_result* functions to modules + 2012-06-26 * Clarify documentation of mask matching in bind notc. + 2012-06-22 * add stripcodes flag to strip italics and rename code for stripcodes o + * new stripcode flag "o" for mirc ctrl+o and * for everything + 2012-06-19 * Partially revert changes to vwait/update as in 1.6.21. + 2012-06-16 * Call Tcl's bgerror on Eggdrop background errors. + 2012-06-15 * Remove wrong truncation of ERR_YOUREBANNEDCREEP output to console. + 2011-11-10 * Fixed the format specifier for the Tcl [traffic] command. + 2011-10-25 * THANKS file update + * unload. + * Added missing read trace flag to the nick-len variable trace after being unset to make the trace be removed properly on + 2011-09-09 * Fixed a bug in the mainloop for Tcl threads which is now also being used as vwait/update recursion mainloop. + 2011-07-20 * Ran autotools. + * Work around Tcl8.5.10 bug 3371644. Use the autoconf macros AC_LANG_PROGRAM/AC_LANG_SOURCE. + 2011-07-08 * Fix Tcl8.5.10 memory corruption bug related to Tcl_ScanElement and Tcl_ConvertElement. + 2011-03-14 * Moved variable declarations to conform to C89 (beginning of blocks only) + 2011-03-12 * Documented a .+ban/+exempt/+invite feature allowing to make the hostmask sticky by prefixing the comment with '*'. + 2011-02-26 * script listen sockets with the pub flag no longer perform ident lookups + 2011-02-17 * Update of statuslog documentation. + 2011-02-15 * Fixed a bug with connecting to numeric addresses when compiled with --disable-ipv6 + 2011-02-11 * Fixed statuslog documentation. + * Fixed statuslog documentation. + 2011-02-10 * Fixed a bug with [channel get] returning types instead of values for udefs. + * for SSL sockets. + 2011-02-03 * Check for pending data on SSL sockets even when select reports the descriptor's not readable. Allow moving write buffers + 2011-01-27 * Added missing message for incoming telnet connections. + * Changed the prototype in module.h for check_tcl_event + * bind evnt return value now ignored for non-signal events as documented + 2011-01-21 * Reran autotools + * doc/COMPILE-GUIDE. + * Clarified --with-tcl* usage in configure and mentioned tcl-dev packages. Fixed some section numbering in + 2010-11-26 * Added a little hack to send starttls before password exchange during the initial handshake. + 2010-11-23 * Fixed a dumb mistake in the previous patch. + * bug resulting in sending uninitialized strings when sharing bot addresses. Enabled userfile sending over ssl. + * handshake. Made it possible for ssl handshakes to complete even without data to be sent on the channel. Fixed an ancient + * Fixed a problem with sharing causing starttls to fail. Moved STARTTLS early in the bot link process and synchronized the + * properly. + 2010-11-18 * Fixed a problem with resolving hostnames when compiled with IPv6 disabled. Made server.mod report connection failures + 2010-11-06 * file gettext.h was initially added on branch gettext. + 2010-11-05 * Fixed getudef() to return intptr_t instead of int to prevent crashes on 64-bit systems. + 2010-11-04 * Fixed a bug in (u)timers which could lead to invalid memory access. + 2010-11-01 * Minor docfixes + * enclose literal IPv6 addresses in square brackets, instead of using a comma to separate the port. + * of .chaddr and .+bot to use space as a port separator instead of ':'. Changed the syntax of server list entries to + * Made it possible to specify ssl independently for telnet and user ports when modifying bot addresses. Changed the syntax + * to write to it later. + 2010-10-31 * Fixed dcc_telnet_pass() to not use a constant string with fingerprint authentication, because strip_telnet() may attempt + * settings. + * argument. Added two new Tcl commands: chansettype returning setting types and getudefs listing user defined channel + 2010-10-29 * Modified tcl_channel_get to return a flat list of all channel settings and their values when called without a setting + 2010-10-27 * Added optional count argument to Tcl timer and utimer to allow them run more than once. + 2010-10-26 * Fixed indentation. + * Renamed the vhost Tcl variable to vhost4. + 2010-10-25 * Removed -mwin32 on Windows. It's no longer necessary and causes problems with Cygwin 1.7. + * Removed few wire.mod leftovers. Removed IRC_FUNKICK. + * features for 1.8. + * Performed some cleanup. Removed some obsolete config aliases. Added missing parts of the documentation. Updated news and + 2010-10-24 * Added -lcrypto when probing for -lssl in --with-ssllib + * nowadays. The rest are rarely used and can be scripted. + * Removed the never-give-up, sort-users and kick-fun/ban-fun variables. Sorting users shouldn't be a challenge for CPUs + * Removed wire.mod and all references to it. Botnet and partyline encryption are now available using ssl. + * shutdown. Changed the exit status on clean shutdown to 0. + * actions. Removed the die-on-sighup and die-on-sigterm variables. Added a new bind type DIE triggered before a clean + 2010-10-23 * Modified SIGQUIT handler to restart the bot by default. Added support for evnt bind procs to cancel default signal + * open_telnet_raw() with open_telnet(). + 2010-10-20 * Clarified the OpenSSL version requirements. Rewrote open_telnet() to make it more useful. Replaced some calls to + 2010-10-19 * Added few autoconf checks for ssl. Added tls to tcl_status() + * addresses in the server list. + * and partyline encryption using ssl. Documented the new features and commands. Fixed add_server() problems with IPv6 + * Added full SSL support including Tcl commands. Added support for certificate authentication. Added support for botnet + * Darwin/Solaris. Added -lsocket to the list of libraries, searched for res_* functions, in order to support QNX6. + 2010-10-14 * Fixed dns.mod on QNX6/Mac OS X/Solaris Rewrote dns.mod's autoconf checks to detect the resolver library properly on + * operators to set global bans. + 2010-10-11 * Altered the permission check on the pls/mns ban/exempt/invite commands from USER_MASTER to USER_OP to allow global + * options. + 2010-10-10 * Removed the unrecognized options warning when configuring modules. Modified -v output and .status display configure + * command status to provide access to cpu/memory/cache information now and some more in the future. + * Added the process and parent pids to .status output. Increased the precision of cpu time reporting. Added a new Tcl + 2010-10-06 * Fixed some problems with IPv6 autodetection and system headers. + 2010-10-05 * Made some corrections to the contributors list, removed a duplicate entry. + 2010-10-01 * Fixed bind cron html documention to be in sync with non-html one. + * list. Added the servers list to the dns module information displayed by .status all + * common conditions. Added a trace to the new variable dns-servers, allowing scripts to get or set the current dns server + * non-standard ports. This is most important for Cygwin 1.7, where the dns server list won't get initialized under some + 2010-09-27 * Replaced most dns.mod preprocessor definitions with config variables. Added support for user-specified dns servers and + 2010-09-14 * Fixed a bug in setsockname() making it fail with IPv6 enabled due to a variable not being set. + * not be there. + 2010-09-06 * Fix env(TZ) config setting to not contain a space. The space is just inserted in POSIX documentation to clarify, it must + 2010-08-31 * Made dcc_telnet_new() allow non-latin characters in new handles like other handle validation functions. + * missing header preventing gethostbyname2() from compiling on FreeBSD. Fixed few lines with wrong indentation. + 2010-08-23 * Modified src/compat/ replacements of gethostbyname2() and inet_ntop() to not compile when IPv6 is disabled. Added a + 2010-08-11 * Removed Makefile from the repository. Doh! + * Reran autotools + * and 8.3. + * Added detection of Tcl_NotifierProcs members to ensure the notifier can be replaced. Fixes compilation against Tcl 8.2 + 2010-08-05 * Replaced some tabs with spaces. + * Added new, full IPv6 support to eggdrop. + * to 32. Changed default make type to 'debug' as it should be in CVS builds. + 2010-07-27 * Updated documentation to reference 1.8 instead of 1.6. Changed module dependencies to 1.8. Changed default handle length + * Ran misc/runautotools for 1.8.0. + * Ran misc/newversion for 1.8.0. + 2010-07-26 * Imported Eggdrop 1.6.20 + * *** empty log message *** From 7c9f9b3126065580619ec36241ade8ca3a10e732 Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 26 Mar 2017 20:13:48 -0400 Subject: [PATCH 18/19] Update ChangeLog --- ChangeLog | 29418 ------------------------------------------------- ChangeLog.gz | Bin 0 -> 139180 bytes 2 files changed, 29418 deletions(-) delete mode 100644 ChangeLog create mode 100644 ChangeLog.gz diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index ce035c7ad..000000000 --- a/ChangeLog +++ /dev/null @@ -1,29418 +0,0 @@ -- - - - - - - - - - - - - - - -Commit f086368 (2017-03-03 02:09:48 +0100) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit c12e715 (2017-03-03 02:09:36 +0100) by thommey -Remove debug output. - -aclocal.m4 - -- - - - - - - - - - - - - - - -Commit d076def (2017-03-03 02:08:29 +0100) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit e4dda8a (2017-03-03 02:07:28 +0100) by thommey -Replace version fetching function in aclocal.m4 to use new version.h. -Found by: karakedi - -aclocal.m4 - -- - - - - - - - - - - - - - - -Commit 52ae60f (2017-02-28 19:49:49 -0500) by Geo -Eggdrop v1.8.1 Release Candidate 1 - -aclocal.m4 -configure -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/search.html -src/version.h - -- - - - - - - - - - - - - - - -Commit ed69bd4 (2017-02-28 19:46:10 -0500) by Geo -Update ChangeLog - -ChangeLog - -- - - - - - - - - - - - - - - -Commit b1fadfb (2017-02-28 19:42:36 -0500) by Geo -Update NEWS file for 1.8.1 - -NEWS-1.8.0 -NEWS-1.8.1 -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 2c9abcd (2017-02-28 17:19:13 -0500) by Geo -Fix copyright date -Found by: Pixelz -src/main.c - -- - - - - - - - - - - - - - - -Commit 58a3ba3 (2017-02-26 23:57:08 -0500) by Geo -Run autoconf - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 176e4b1 (2017-02-26 23:57:07 -0500) by Geo -Generate docs with 1.8.1 version - -doc/PATCH-HOWTO -doc/TEXT-SUBSTITUTIONS -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/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit d7663e5 (2017-02-26 23:56:55 -0500) by Geo -Update version strings to 1.8.1 - -configure.ac -doc/COMPILE-GUIDE -doc/sphinx_source/appendices/text-sub.rst -doc/sphinx_source/conf.py -doc/sphinx_source/mainDocs/patch.rst -doc/sphinx_source/mainDocs/tcl-commands.rst -src/mod/compress.mod/configure.ac -src/mod/dns.mod/configure.ac -src/version.h - -- - - - - - - - - - - - - - - -Commit dd02605 (2017-02-26 23:56:55 -0500) by Geo -Generate ChangeLog for 1.8.1 - -ChangeLog - -- - - - - - - - - - - - - - - -Commit 1762fe9 (2017-02-26 22:56:39 -0500) by Geo -Geo-proof misc/newversion - -misc/newversion - -- - - - - - - - - - - - - - - -Commit 2cb92e1 (2017-02-27 00:28:28 +0100) by thommey -Add indention to genchanges. - -misc/genchanges - -- - - - - - - - - - - - - - - -Commit b2a54ea (2017-02-27 00:25:41 +0100) by thommey -Add misc/genchanges to generate doc/Changes file entries. - -misc/genchanges - -- - - - - - - - - - - - - - - -Commit 12a1478 (2017-02-26 22:59:52 +0100) by thommey -Add comment about .su command in -nt -Add comment about .su command in -nt, because it's very useful and not -commonly known. -src/main.c - -- - - - - - - - - - - - - - - -Commit c39175a (2017-02-26 01:05:31 -0500) by Geo -* Update releaseprep with setpatch usage * Update patch.h reference to -version.h * Don't change version in releaseprep, it is done in newversion * -Fix missing quotes generating version.h * Add missing quotes to version.h -string version - -misc/newversion -misc/releaseprep -src/Makefile.in - -- - - - - - - - - - - - - - - -Commit ca5179f (2017-02-26 11:04:52 -0500) by Geo -Update patch.h reference to version.h - -src/Makefile.in - -- - - - - - - - - - - - - - - -Commit 55166da (2017-02-25 21:29:12 -0500) by Geo -* Use setpatch vice addpatch * Use 'none' to remove patchlevel from -version.h - -misc/newversion -misc/setpatch - -- - - - - - - - - - - - - - - -Commit 0948058 (2017-02-25 20:05:22 -0600) by Geo -Update Eggdrop versioning system. Fixes #337 -Found by: maimizuno -* Display 'none' in summary if no configure flags used -* Replace hard-coded version numbers with version.h references -* Introduce version.h for version assignments -* Use misc/setpatch to generate version.h -* Update misc/newversion to use version.h -* Update docs to reflect new global var version output -* Remove patch.h and misc/addpatch -* Replace patch.h with version.h in docs -* use misc/setpatch to give patchlevel to misc/getcommit -aclocal.m4 -configure -doc/PATCH-HOWTO -doc/html/mainDocs/patch.html -doc/html/mainDocs/tcl-commands.html -doc/sphinx_source/mainDocs/patch.rst -doc/sphinx_source/mainDocs/tcl-commands.rst -doc/tcl-commands.doc -misc/addpatch -misc/getcommit -misc/newversion -misc/setpatch -src/main.c -src/patch.h -src/version.h - -- - - - - - - - - - - - - - - -Commit 14f0718 (2017-02-18 20:56:46 -0500) by Geo -Update newversion with sphinx doc paths - -misc/newversion - -- - - - - - - - - - - - - - - -Commit bb27466 (2017-02-18 10:36:39 -0500) by Geo -Update ChangeLog - -ChangeLog - -- - - - - - - - - - - - - - - -Commit 6bc613a (2017-02-17 18:37:12 +0100) by thommey -Fix safe_write prototype to equal write. - -src/net.c -src/proto.h - -- - - - - - - - - - - - - - - -Commit b8c1e42 (2017-02-17 08:23:56 +0100) by Cizzle -Don't use pointer after freeing w/o explicit setting to NULL. - -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit afdd3a5 (2017-02-13 21:06:31 -0600) by Geo -Variety of long-needed code clean-up & fixes (coverity branch) -* Tons of small fixes, return value checks, etc -* Move logfile_suffix declaration to misc.c. -* Set botnetnick through accessor function so its size is known. -* Avoid repetition and alter u_addinvite and u_addban as well. -* Clean up TCL_PATCH_LEVEL usage. -src/botcmd.c -src/botnet.c -src/chanprog.c -src/cmds.c -src/dcc.c -src/language.c -src/main.c -src/main.h -src/mem.c -src/misc.c -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/userchan.c -src/mod/console.mod/console.c -src/mod/dns.mod/coredns.c -src/mod/dns.mod/dns.c -src/mod/filesys.mod/files.c -src/mod/filesys.mod/filesys.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.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/server.c -src/mod/server.mod/servmsg.c -src/mod/share.mod/share.c -src/mod/share.mod/uf_features.c -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transferqueue.c -src/net.c -src/proto.h -src/tcl.c -src/tcldcc.c -src/tclhash.c -src/tclmisc.c -src/userent.c -src/userrec.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 9bd9d1b (2017-02-12 21:51:17 -0600) by Geo -Clean up some compile warnings (#330) -* Change releaseprep patch version string to "" for stable release. Fixes -#303 -* Check return value for fgets calls -* Check return value for write calls -* Check return value for freopen calls -* Check return value of ftruncate calls -* Revisit fgets occurrences. -* Properly check freopen. -* Check for write errors as well. -* Fix ftruncate errorchecking -* Properly output freopen errors. -* Add missing fclose and correct printf. -* Use version of write() that doesn't ignore its return value. -* Have language file reading errors output to MISC. -* Change write to safe_write. -* Replace LOG_DEBUG with LOG_MISC for errors. -src/botcmd.c -src/dcc.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/net.c -src/patch.h -src/proto.h -src/users.c - -- - - - - - - - - - - - - - - -Commit d6165e2 (2017-02-12 20:37:04 -0600) by Geo -Fixes for autobotchk. Fixes #239 -Found by: Cizzle, StephenS Patch by: Cizzle, Geo - -* adds possibilty for multiple confs if settings are split -* fixes nick or botnet-nick with \\[ \\] in creating botchk file not -findable by cron -* fixes multiple cron entries added when \\[ \\] is in filename -* fixes cases where botnet-nick="$nick" or pidfile="pid.${botnet-nick}" or -any of the other vars nick, userfile, pidfile and botnet-nick having one -of the other vars in conf -* fixes cases where botnet-nick or nick has handlen > defined handlen and -pidfile uses this botnet-nick or nick -* Prevent \s from being used in filenames -* Fix addt'l handlen, {}, and pidfile autobotchk issues -* Update copyright info -scripts/autobotchk -src/patch.h - -- - - - - - - - - - - - - - - -Commit 283cee6 (2017-02-07 19:27:48 -0500) by Geo -Update AUTHORS file - -AUTHORS - -- - - - - - - - - - - - - - - -Commit a278043 (2017-02-07 19:21:06 -0500) by Geo -Update THANKS file - -THANKS - -- - - - - - - - - - - - - - - -Commit eab7bea (2017-02-06 21:46:54 -0500) by Geo -Update copyright to 2017 - -AUTHORS -CONTENTS -FEATURES -INSTALL -NEWS-1.8.0 -README -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/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/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-msg.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/genindex.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/search.html -doc/html/searchindex.js -doc/html/tcl-commands.html -doc/html/toc_installAndSetup.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/sphinx_source/appendices/first-script.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/conf.py -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/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/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/ipv6.rst -doc/sphinx_source/mainDocs/partyline.rst -doc/sphinx_source/mainDocs/patch.rst -doc/sphinx_source/mainDocs/tcl-commands.rst -doc/sphinx_source/mainDocs/tls.rst -doc/sphinx_source/mainDocs/users.rst -doc/tcl-commands.doc -logs/CONTENTS -misc/addpatch -misc/genChangelog -misc/generatedocs -misc/getcommit -misc/killwhitespace -misc/makedepend -misc/modconfig -misc/newversion -misc/releaseprep -misc/runautotools -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 dc9227f (2017-02-06 00:49:25 -0500) by Geo -Add main.c to search path - -misc/updatecopyright - -- - - - - - - - - - - - - - - -Commit e0de5ac (2017-02-06 00:32:09 -0500) by Geo -update updatecopyright help - -misc/updatecopyright - -- - - - - - - - - - - - - - - -Commit 8cd27d8 (2017-02-06 00:30:47 -0500) by Geo -Update docs copyright as part of updatecopyright script - -misc/updatecopyright - -- - - - - - - - - - - - - - - -Commit d6420e9 (2017-02-04 03:49:50 +0100) by thommey -Simplify sockgets line parsing -This simplifies the line parsing of sockets, and fixes the bug where -s[strlen(s)-1] accesses invalid memory in case of an empty line (s = "\n" -and it looks behind to find '\r'). -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 66f6d87 (2017-02-03 18:54:07 +0100) by Cizzle -Fix channels output for ".who linkedbot" -* Fix channels output for .who linkedbot -* Output of channels on multiple lines instead of truncating. -* Fix output when no channels are present -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1017d96 (2017-02-02 22:23:48 -0600) by Geo -Zero memory after nmalloc() to initialize memberlist. Fixes #326 -* Call bzero() after nmalloc() when initializing a new channel to properly -zero all data since channel_malloc() isn't available. -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1fb2777 (2017-02-02 15:37:29 -0500) by Geo -Specify what 1 and 0 do for prefer-ipv6 in conf - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 299a763 (2017-01-29 22:37:06 -0500) by Geo -Update BUG-REPORT with GitHub info - -doc/BUG-REPORT - -- - - - - - - - - - - - - - - -Commit 4cae981 (2017-01-28 17:25:28 +0100) by Cizzle -Detect newer OpenSSL function names. Fixes #323 -* Checks for newer OpenSSL function names when old ones aren't found. -aclocal.m4 -config.h.in -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 39ee2eb (2017-01-27 03:27:08 +0100) by Cizzle -Fix minutely hook to be called for all missed minutes. Fixes #308 -Found by: maimizuno / Patch by: Cizzle - -* Minutely hook now able to display minutes > 60 (previously only displayed -mod 60) -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 20eb6a8 (2017-01-25 21:43:52 -0500) by Geo -Update patchlevel to vhostreply - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5e35eb6 (2017-01-26 03:33:30 +0100) by Cizzle -Return more user-friendly message with incorrect vhost4/6 setting in -config. Closes #316 -* Return more user-friendly message when vhost4/6 (or the deprecated -my-ip/hostname) are incorrectly set in config. -* Update language files (where possible) with error translations (TODO - -finnish and danish) -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/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit 571975b (2017-01-25 04:56:51 +0100) by Cizzle -Add summary with tcl, tls and ipv6 info to configure output. Closes #264 -Patch by: Cizzle - -* Add summary with tcl, tls and ipv6 info to configure output. -* Improve tcl info gathering. -* Show output with yes/no and add some safeguards for getting openssl -version. -* Display OpenSSL version and TCL threading, if available -aclocal.m4 -configure -configure.ac - -- - - - - - - - - - - - - - - -Commit 6d98a07 (2017-01-19 20:08:31 -0600) by Geo -Fix patch() compilation warning. Fixes #303 -* Change releaseprep patch version string to "" for stable release to -prevent compile warning. -* Update patchlevel - -misc/releaseprep -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d5c8cd3 (2017-01-15 22:27:04 +0100) by Cizzle -Address cppcheck mods. Fixes #69 -Found by: vBm Patch by: Cizzle - -* Fix uninit var in rare case where af != AF_INET and IPV6 is disabled - -* Fix res leak where f wasn't closed with full dcc send queue - -* Fix res leaks when compressing a file fails -src/mod/compress.mod/compress.c -src/mod/transfer.mod/transfer.c -src/net.c - -- - - - - - - - - - - - - - - -Commit 12eba6d (2017-01-01 16:51:45 -0500) by Geo -Update docs version as part of releaseprep - -misc/generatedocs -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit 1ff9451 (2016-12-31 02:14:21 -0600) by Geo -Fix pandoc rendering. Fixes #302 -Found by: Geo Patch by: Geo - -* Update docs to work with new pandoc rendering. Fixes #302 Created a -pandoc filter (docsfilter.py) to elevate every heading to level 1, -rendering the resulting text in all caps (for text docs only). - -* Update filter to remove Strong tag from emphasized text - -* Regenerate documentation - -* Add panflute to generatedocs tool search - -* Update patch string -FEATURES -INSTALL -README -doc/ABOUT -doc/BANS -doc/BOTNET -doc/FAQ -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/_static/basic.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/underscore.js -doc/html/_static/up-pressed.png -doc/html/_static/up.png -doc/html/_static/websupport.js -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/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 -misc/docsfilter.py -misc/generateDocs -misc/generatedocs -misc/releaseprep -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2523474 (2016-12-28 01:11:22 -0500) by Geo -Update config server comments. Fixes #237 -Found by: andy5995 - Add text to alert users that placing a # in front of a server inside the -brace list will not comment out that server but rather cause it to fail on -the hostname lookup. -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit eb72426 (2016-12-27 18:04:31 +0100) by Cizzle -Fix misleading indentation warnings from gcc -Found by: Cizzle Patch by: Cizzle -src/tclmisc.c -src/tcluser.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit 7be507c (2016-12-27 09:58:57 -0600) by Geo -Remove CVS references from Eggdrop. Fixes #149 - -CONTENTS -doc/sphinx_source/installAndSetup/readme.rst -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit a5c1e9b (2016-12-25 13:03:08 -0500) by Geo -Update patchlevel string to configdefaults - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 58ec3a1 (2016-12-25 00:43:14 -0500) by Geo -Reorganize commit.template - -misc/commit.template - -- - - - - - - - - - - - - - - -Commit f492377 (2016-12-24 23:41:42 -0600) by Geo -Update mod.channels src/docs to match defaults to eggdrop.conf. Fixes #243 -Found by: Geo Patch by: Cizzle - -* Update code with config defaults - -* Update docs with config defaults -doc/html/coreDocs/channels.html -doc/settings/mod.channels -doc/sphinx_source/coreDocs/channels.rst -src/mod/channels.mod/channels.c - -- - - - - - - - - - - - - - - -Commit 791c072 (2016-12-19 03:49:04 -0600) by thommey -Add git commit template to misc/. - -misc/commit.template - -- - - - - - - - - - - - - - - -Commit 3b65bfc (2016-12-19 03:20:57 -0600) by thommey -Make genChangelog executable. - -misc/genChangelog - -- - - - - - - - - - - - - - - -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 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 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 - -misc/generateDocs - -- - - - - - - - - - - - - - - -Commit 69c0546 (2016-11-01 18:51:50 -0400) by Geo -Update ChangeLog - -ChangeLog - -- - - - - - - - - - - - - - - -Commit 9a669cf (2016-11-01 18:51:27 -0400) by Geo -Push tags as part of releaseprep - -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit 9e1f329 (2016-11-01 18:49:33 -0400) by Geo -Update doc/Changes1.8 - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 7f5c04f (2016-11-01 18:19:08 -0400) by Geo -Commit ChangeLog in releaseprep if changed - -ChangeLog -aclocal.m4 -configure -doc/html/objects.inv -doc/html/searchindex.js -misc/releaseprep -src/patch.h - -- - - - - - - - - - - - - - - -Commit becf7dd (2016-11-01 18:13:32 -0400) by Geo -Update version in Changes1.8 - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit fc56390 (2016-11-01 17:41:21 -0400) by Geo -Add Cygwin compile section to INSTALL docs - -INSTALL -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/appendices/first-script.txt -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/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/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/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/ipv6.txt -doc/html/_sources/mainDocs/partyline.txt -doc/html/_sources/mainDocs/patch.txt -doc/html/_sources/mainDocs/tcl-commands.txt -doc/html/_sources/mainDocs/tls.txt -doc/html/_sources/mainDocs/users.txt -doc/html/_sources/tcl-commands.txt -doc/html/_sources/toc_installAndSetup.txt -doc/html/index.html -doc/html/installAndSetup/index.html -doc/html/installAndSetup/install.html -doc/html/objects.inv -doc/html/search.html -doc/html/searchindex.js -doc/sphinx_source/installAndSetup/install.rst - -- - - - - - - - - - - - - - - -Commit 9c0fc90 (2016-11-01 14:05:07 +0100) by thommey -Use -pthread for threaded Tcl on OpenBSD, fixes #295. -* Use -pthread for OpenBSD linking, found in TCL_EXTRA_CFLAGS in -tclConfig.sh. - -* Run autotools. - -* Update changelog. - -* Add -pthread to cflags instead of shared module linker. - -* Run autotools. - -* Fix typo. - -* Run autotools. - -* Add linker flag to where it is being used. - -* Run autotools. - -aclocal.m4 -configure -doc/Changes1.8 -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit bb5fb02 (2016-10-31 17:30:14 -0400) by Geo -Update THANKS file - -THANKS -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 3d44182 (2016-10-28 18:12:54 +0200) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit cdd012a (2016-10-28 17:51:22 +0200) by thommey -Trim version numbers from tcllib names like libtcl8.5.so.1.7. - -aclocal.m4 -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 2f98259 (2016-10-28 17:18:50 +0200) by thommey -Use cc -shared for linking on BSD. - -aclocal.m4 -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 63aaa90 (2016-10-28 16:07:05 +0200) by thommey -Work around some incompatibilies between gnu make 3.82 and 4.x. - -Makefile.in -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 0f4bbd1 (2016-10-27 21:19:25 -0500) by Geo -Fix out-of-bounds read error (#292). Fixes #200 -Patch by: thommey, Geo / Found by: Robby -doc/Changes1.8 -src/mod/dns.mod/coredns.c - -- - - - - - - - - - - - - - - -Commit 711bf7f (2016-10-27 20:08:06 -0500) by Geo -Clear channel modes on disconnect (#279) -Patch by: Geo, thommey / Found by: thommey - nuke_server() calls reset_chan_info(), which clears channel modes and then -re-requests them, which is the point of the function. However, because the -server connection has already been killed, chan->status is set to -CHAN_ASKEDBANS and thus doesn't re-request the banlist from the server -when it finally does rejoin. By setting to clear_chan, the list is just -cleared and the banlist properly requested from the IRC server on join. -doc/Changes1.8 -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit 3a9a7be (2016-10-27 19:53:39 -0500) by Geo -Ensure Makefile works with both BSDand GNU make (#291). Fixes #272 -Patch by: thommey / Found by: Geo - -* Adding -f to readlink in Makefile because the destination path usually -does not exist. -Makefile.in -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 829084a (2016-10-25 18:25:43 +0200) by thommey -Fix commit hash for last commit, I meant 618ecbf9. - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 8ad1bc0 (2016-10-25 18:19:43 +0200) by thommey -Fix formatting bug in 49df122, MISC_LOGREPEAT contains a format specifier. - -doc/Changes1.8 -src/misc.c - -- - - - - - - - - - - - - - - -Commit a4353e5 (2016-10-20 18:56:49 +0200) by thommey -Increase memory table size for memory debugging by factor 10. - -doc/Changes1.8 -src/mem.c - -- - - - - - - - - - - - - - - -Commit a059d84 (2016-10-13 19:33:23 -0400) by Geo -Update THANKS file - -THANKS - -- - - - - - - - - - - - - - - -Commit 14f9f6a (2016-10-13 18:38:04 -0400) by Geo -Add RC1 release date to Changelog - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit f6292e3 (2016-10-13 17:47:41 +0200) by thommey -Update patch description, while we are still using it. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 306bfe3 (2016-10-13 17:47:02 +0200) by thommey -Fix compile warnings. - -doc/Changes1.8 -src/botnet.c -src/mem.c -src/mod/filesys.mod/files.c -src/mod/share.mod/share.c -src/mod/share.mod/uf_features.c - -- - - - - - - - - - - - - - - -Commit 9557c38 (2016-10-13 00:19:46 -0400) by Geo -Update Changelog - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 21816ec (2016-10-03 22:01:49 -0400) by Geo -Update x-compile Makefile changes to POSIX. Fixes #273 Patch by: Geo - -Makefile.in - -- - - - - - - - - - - - - - - -Commit 9878939 (2016-10-12 23:44:58 -0400) by Geo -Update Changelog - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 321c219 (2016-10-13 03:00:43 +0200) by Christophe Beauval -Reset channel information on disconnect properly. -This fixes two instances missing in cc7240, in the fix for #218. Closes -#275. - -doc/Changes1.8 -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit d953721 (2016-10-12 19:01:52 +0200) by thommey -Fix a bug from the Tcl interp result transition. - -doc/Changes1.8 -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 09dd276 (2016-10-10 22:41:29 -0400) by Geo -Update Changelog - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 57419b9 (2016-10-04 15:59:43 -0400) by Geo -Run autotools - -configure -doc/Changes1.8 -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit eafc49d (2016-10-04 15:57:50 -0400) by Geo -Update tcl.m4 (Adds NetBSD tclConfig.sh path). Fixes #175 Patch by: -thommey,Geo / Found by: fhorst - -doc/Changes1.8 -tcl.m4 - -- - - - - - - - - - - - - - - -Commit 4a21b5a (2016-10-03 21:06:03 +0200) by thommey -Update INSTALL. - -INSTALL - -- - - - - - - - - - - - - - - -Commit 2f316eb (2016-10-03 16:03:02 +0200) by thommey -Revert "Add byte-based flood option", we will re-add it at a later point. -It's not how we want it to be right now. -This reverts commit cfdf0ec1a01979ffaa694c93f764609e429ff13b. - -doc/Changes1.8 -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 20b7479 (2016-10-02 20:37:44 -0400) by Geo -Update Changes1.8 Patch by: Geo - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 867f4bb (2016-10-02 20:33:20 -0400) by Geo -Remove duplicate uppercase doc filenames. Fixes #270 Patch by: Geo / Found -by: jackal^ - -doc/html/_sources/installAndSetup/INSTALL.txt -doc/html/_sources/installAndSetup/README.txt -doc/html/_sources/mainDocs/TLS.txt -doc/html/installAndSetup/INSTALL.html -doc/html/installAndSetup/README.html -doc/html/mainDocs/TLS.html - -- - - - - - - - - - - - - - - -Commit a858678 (2016-10-02 21:04:01 +0200) by thommey -Squelsh error message on misc/runautotools if git is not found. - -misc/getcommit - -- - - - - - - - - - - - - - - -Commit 393e6ad (2016-10-02 17:33:54 +0200) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit d2371c3 (2016-10-02 17:33:42 +0200) by thommey -Use Tcl linker suggestion when using Tcl ldflags for them to be compatible. - - -aclocal.m4 - -- - - - - - - - - - - - - - - -Commit 18fc31c (2016-10-02 17:27:00 +0200) by thommey -Fix compile warning about potentially signed char as array subscript. - -doc/Changes1.8 -src/tls.c - -- - - - - - - - - - - - - - - -Commit 885b4e5 (2016-10-02 17:15:41 +0200) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 962c542 (2016-10-02 16:13:33 +0200) by thommey -Include -lz for Tcl >= 8.6 if not autoconfigured via tclConfig.sh. - -aclocal.m4 - -- - - - - - - - - - - - - - - -Commit c9bff21 (2016-10-02 16:06:30 +0200) by thommey -Update .gitignore some more. - -.gitignore - -- - - - - - - - - - - - - - - -Commit 5a625d2 (2016-10-02 16:01:26 +0200) by thommey -Update .gitignore. - -.gitignore - -- - - - - - - - - - - - - - - -Commit f11ce2c (2016-10-01 17:51:02 +0200) by thommey -Fix cygwin windows.h inclusion. - -src/main.c - -- - - - - - - - - - - - - - - -Commit 74398d3 (2016-10-01 17:50:26 +0200) by thommey -Revert "Remove windows.h including, and instead provide our own -FreeConsole() prototype." -This reverts commit 28301664dd303d35563714a160b9bc7c9f6848eb. - -src/main.c - -- - - - - - - - - - - - - - - -Commit becc096 (2016-10-01 11:56:03 +0200) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit b3a0f63 (2016-10-01 11:55:44 +0200) by thommey -Remove duplicate math libs from Tcl library list. - -aclocal.m4 - -- - - - - - - - - - - - - - - -Commit 2830166 (2016-10-01 10:58:35 +0200) by thommey -Remove windows.h including, and instead provide our own FreeConsole() -prototype. - -src/main.c - -- - - - - - - - - - - - - - - -Commit e159be3 (2016-10-01 10:57:10 +0200) by thommey -Fix various compile warnings. - -doc/Changes1.8 -src/dcc.c -src/dns.c -src/mod/dns.mod/coredns.c - -- - - - - - - - - - - - - - - -Commit fe21006 (2016-09-30 00:35:35 +0200) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 593ec65 (2016-09-30 00:34:59 +0200) by thommey -Add Tcl library link flags from tclConfig.sh. - -aclocal.m4 - -- - - - - - - - - - - - - - - -Commit 2965183 (2016-09-29 22:26:06 +0200) by thommey -Add help-path setting to eggdrop-basic.conf. - -doc/Changes1.8 -eggdrop-basic.conf - -- - - - - - - - - - - - - - - -Commit b41fb6b (2016-09-29 21:29:48 +0200) by thommey -Add owner setting to eggdrop-basic.conf. - -doc/Changes1.8 -eggdrop-basic.conf - -- - - - - - - - - - - - - - - -Commit 0a90a9f (2016-09-29 17:06:02 +0200) by thommey -Run autotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit fb7db08 (2016-09-29 17:04:51 +0200) by thommey -Update TEA version to match tcl.m4. - -aclocal.m4 -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit 789fc8c (2016-09-28 08:43:33 -0400) by Geo -Move eggdrop-basic.conf as part of make install. Fixes #261 Patch by: Geo / -Found by: thommey - -Makefile.in - -- - - - - - - - - - - - - - - -Commit 918b0e3 (2016-09-26 22:09:09 -0500) by Geo -Fix documents not being generated to correct places. Fixes #257 (#258) -Patch by: Geo / Found by: Pixelz -FEATURES -INSTALL -README -doc/Changes1.8 -misc/generateDocs - -- - - - - - - - - - - - - - - -Commit bd1ee04 (2016-09-23 23:04:08 -0400) by Geo -Commit ChangeLog to develop before gen'ing RC/Releases. Fixes #246, closes -#256 Patch by: Geo / Found by: kisser - -doc/Changes1.8 -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit 48e427c (2016-09-23 22:52:47 -0400) by Geo -Update docs to indicate j log flag logs topic changes. Fixes #191 Patch by: -Geo / Found by: senpai - -doc/Changes1.8 -doc/html/_sources/mainDocs/tcl-commands.txt -doc/html/index.html -doc/html/mainDocs/index.html -doc/html/mainDocs/tcl-commands.html -doc/html/search.html -doc/html/searchindex.js -doc/sphinx_source/mainDocs/tcl-commands.rst -doc/tcl-commands.doc -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit e3321cc (2016-09-21 23:31:02 -0500) by Generic User -Fix cross-compile errors. Fixes #247, fixes #248, closes #249 Patch by: -Anonymous / Found by: eelcohuininga -Fix some cross-compile issues with socklen_t and IPv6 autoconf - -Updated to not run the compiled eggdrop when cross-compiling - -Fixed typo when determining if we are cross-compiling - -Add notification that test run is to be skipped if x-compilation is used - -Makefile.in -aclocal.m4 -configure -configure.ac -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit a4ca7a5 (2016-09-23 00:39:50 +0200) by thommey -Update copyright date for ./eggdrop -v. - -doc/Changes1.8 -src/main.c - -- - - - - - - - - - - - - - - -Commit be8bd09 (2016-09-16 20:22:54 -0400) by Geo -Typo: tcl-commands.doc bind time description. Fixes #244 Patch by: Geo / -Found by: maimizuno - -doc/Changes1.8 -doc/html/_sources/mainDocs/tcl-commands.txt -doc/html/index.html -doc/html/mainDocs/index.html -doc/html/mainDocs/tcl-commands.html -doc/html/objects.inv -doc/html/search.html -doc/html/searchindex.js -doc/sphinx_source/mainDocs/tcl-commands.rst -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit c2b173f (2016-09-15 18:19:40 +0300) by Fayez -Typo: "timer " should be "utimer ". Closes #241 Patch by: -sirfz, Geo / Found by: sirfz - -doc/Changes1.8 -doc/html/_sources/mainDocs/tcl-commands.txt -doc/html/index.html -doc/html/mainDocs/index.html -doc/html/mainDocs/tcl-commands.html -doc/html/objects.inv -doc/html/search.html -doc/html/searchindex.js -doc/sphinx_source/mainDocs/tcl-commands.rst -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -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.8 -doc/html/tcl-commands.html -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 4bbf0ec (2016-02-27 06:43:15 +0100) by thommey -Remove issue template for github. - -.github/ISSUE_TEMPLATE - -- - - - - - - - - - - - - - - -Commit 2f1ceaa (2016-02-26 22:39:59 -0500) by Geo -Update HTML docs - -doc/html/tcl-commands.html - -- - - - - - - - - - - - - - - -Commit 84e146a (2016-02-26 00:08:00 -0500) by Geo -Update HTML docs - -doc/html/tcl-commands.html - -- - - - - - - - - - - - - - - -Commit 057431e (2016-02-24 19:41:23 -0500) by Geo -Create ISSUE_TEMPLATE - -.github/ISSUE_TEMPLATE - -- - - - - - - - - - - - - - - -Commit 3e28ae4 (2016-02-24 19:32:18 -0500) by Geo -Create PULL_REQUEST_TEMPLATE - -.github/PULL_REQUEST_TEMPLATE - -- - - - - - - - - - - - - - - -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. - -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. - -Makefile.in -aclocal.m4 -configure -doc/Changes1.8 -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit f0927b9 (2016-02-25 00:32:49 +0100) by thommey -Add TCL_EXTRA_CFLAGS from tclConfig.sh to the compiler (to get -pthread). - -Makefile.in -aclocal.m4 -configure -doc/Changes1.8 -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 46e26ac (2016-02-25 00:07:35 +0100) by thommey -Remove unnecessary Tcl_CreateInterp() prototype, it is in tcl.h. - -doc/Changes1.8 -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 8cd9c1b (2016-02-22 21:11:33 -0500) by Geo -Fix missing ifdef - -src/mod/ctcp.mod/ctcp.c - -- - - - - - - - - - - - - - - -Commit 10b5f58 (2016-02-22 20:55:42 -0500) by Geo -Touchups - -doc/IPV6 -src/mod/ctcp.mod/ctcp.c - -- - - - - - - - - - - - - - - -Commit 3fbec09 (2016-02-22 20:50:38 -0500) by Geo -Update IPV6 docs to include SCHAT4/6 - -doc/IPV6 - -- - - - - - - - - - - - - - - -Commit c57bd5d (2016-02-22 20:41:10 -0500) by Geo -Added SCHAT4/6 command support - -src/mod/ctcp.mod/ctcp.c - -- - - - - - - - - - - - - - - -Commit 8abba25 (2016-02-22 19:32:22 -0500) by Geo -Add CTCP CHAT4/CHAT6 functionality - -doc/IPV6 -src/mod/ctcp.mod/ctcp.c -src/mod/module.h -src/modules.c -src/net.c -src/proto.h - -- - - - - - - - - - - - - - - -Commit 89c6dda (2016-02-22 15:27:16 -0500) by Geo -IPv6 CTCP IP selection logic docs update - -doc/IPV6 - -- - - - - - - - - - - - - - - -Commit 24444dd (2016-02-22 00:29:19 -0500) by Geo -Explain network settings in eggdrop.conf - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 5bf60a6 (2016-02-15 15:36:12 -0500) by Geo -grammarz - -doc/TLS - -- - - - - - - - - - - - - - - -Commit 4cb9fa6 (2016-02-14 22:26:10 -0500) by Geo -Update botnet TLS documentation - -doc/TLS -doc/tcl-commands.doc -help/cmds1.help - -- - - - - - - - - - - - - - - -Commit a367dae (2016-02-15 00:42:19 -0500) by Geo -Add ERROR prefix to errors - -src/tls.c - -- - - - - - - - - - - - - - - -Commit e045deb (2016-02-15 00:22:46 -0500) by Geo -Fix SSL error logging - -src/tls.c - -- - - - - - - - - - - - - - - -Commit 1a145a1 (2016-02-15 03:37:25 +0100) by Robby -Remove duplicate entries from doc/Changes1.8 - -doc/Changes1.8 - -- - - - - - - - - - - - - - - -Commit da89238 (2016-02-11 21:10:23 +0100) by thommey -Clarify that the owner setting are handles. - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit eb3885a (2016-02-11 03:13:06 +0100) by thommey -Normalize IPv6 score to same as IPv4 score: 32. - -src/match.c - -- - - - - - - - - - - - - - - -Commit 88837c2 (2016-02-09 23:56:44 -0500) by Geo -Add CTCP chat src IPv6 settings/selection logic - -src/net.c - -- - - - - - - - - - - - - - - -Commit 480d0d7 (2016-02-06 00:09:49 -0500) by Geo -Fail if SSL server attempted with no SSL support - -src/mod/server.mod/cmdsserv.c -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit 73938bc (2016-02-05 22:31:21 -0500) by Geo -Update chansettype - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit b59bf20 (2016-02-04 22:45:54 -0500) by Geo -Documentation update - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 9ec109a (2016-02-05 02:36:43 +0100) by thommey -Fix THANKS file indention. - -THANKS - -- - - - - - - - - - - - - - - -Commit 82db0bb (2016-02-05 02:28:25 +0100) by thommey -Fix utf-8 encoding of THANKS file. - -THANKS - -- - - - - - - - - - - - - - - -Commit 61d5017 (2016-02-05 02:13:38 +0100) by Robby -Update my email address. - -THANKS - -- - - - - - - - - - - - - - - -Commit f14fac0 (2016-01-30 21:29:51 -0500) by Geo -Because spelling. - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 7224cb8 (2016-01-30 21:27:03 -0500) by Geo -Update PUBM documentation - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 1ac3404 (2016-01-30 22:23:24 +0100) by thommey -Add the Tcl function rfcequal. - -doc/Changes1.8 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 7648f02 (2016-01-29 21:43:38 +0100) by thommey -Fix bug in 0abc1c3b. - -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit dc74cec (2016-01-27 16:55:10 -0500) by Geo -thommey knows best - -src/net.c - -- - - - - - - - - - - - - - - -Commit 92a1259 (2016-01-27 16:44:34 -0500) by Geo -Last change! - -src/net.c - -- - - - - - - - - - - - - - - -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. - -doc/Changes1.8 -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit 6528e34 (2016-01-27 20:07:59 +0100) by thommey -Reintroduce scoring system for hostmask matching. Removed by 532d9fe. Fixes -#89. - -src/match.c - -- - - - - - - - - - - - - - - -Commit 8e8aec3 (2016-01-27 18:50:49 +0100) by thommey -Change deprecation message. - -src/net.c - -- - - - - - - - - - - - - - - -Commit 98603fd (2016-01-27 17:54:51 +0100) by thommey -Document that you can trigger arbitrary events by Tcl scripts. - -doc/Changes1.8 -doc/html/tcl-commands.html -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -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. - -doc/Changes1.8 -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 897c0cf (2016-01-27 00:30:46 -0500) by Geo -Update message - -src/net.c - -- - - - - - - - - - - - - - - -Commit a40de62 (2016-01-27 02:34:36 +0100) by thommey -Fix relative DEST= paths for make install. - -Makefile.in - -- - - - - - - - - - - - - - - -Commit 27c4179 (2016-01-27 02:08:20 +0100) by thommey -Fix relative DEST= paths for make install. - -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. - -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 - -- - - - - - - - - - - - - - - -Commit bf47f57 (2015-12-28 19:07:30 +0100) by thommey -Fix --with-tcllib compilation typo. - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit 6694623 (2015-12-28 19:01:45 +0100) by thommey -Fix compilation with tcl.m4 again. - -Makefile.in -aclocal.m4 -config.h.in -configure -configure.ac -doc/Changes1.8 -src/Makefile.in - -- - - - - - - - - - - - - - - -Commit ed910ff (2015-12-14 00:11:02 +0100) by thommey -Fix basename for Tcl library when compiling without --with-tcllib. - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -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 - -- - - - - - - - - - - - - - - -Commit 970765c (2010-07-12 16:18:09 +0000) by thommey -Add sanity check to check-stoned event. Prevents eggdrop from disconnecting -in case of drift timers. - -doc/Changes1.6 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b59295e (2010-07-12 15:40:52 +0000) by thommey -Unwind all nested [vwait] calls before performing a restart. Prevents -Tcl_Panic() when deleting active interpreter. -Make sure traces are looked up in the global scope. - -Give eggdrop events priority over Tcl events so they can't starve it. - -doc/Changes1.6 -src/main.c -src/net.c -src/proto.h -src/tcl.c -src/tclhash.h - -- - - - - - - - - - - - - - - -Commit f39662c (2010-07-10 14:54:49 +0000) by Rumen Stoyanov -Channels weren't read from the chanfile. - -src/mod/channels.mod/channels.c -src/mod/channels.mod/channels.h -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c - -- - - - - - - - - - - - - - - -Commit 9fad3d7 (2010-07-09 23:29:54 +0000) by Rumen Stoyanov -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. - -doc/Changes1.6 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c729f8d (2010-07-09 17:21:47 +0000) by Rumen Stoyanov -Added mod-transfer.html to index.html - -doc/Changes1.6 -doc/html/index.html - -- - - - - - - - - - - - - - - -Commit 431f297 (2010-07-09 15:33:27 +0000) by thommey -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. - -doc/Changes1.6 -src/main.c -src/net.c -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 8911d9e (2010-07-08 19:23:06 +0000) by Rumen Stoyanov -Added log_ts to the modules function table to keep modules relying on the -old LOG_TS #define working. - -doc/Changes1.6 -src/mod/module.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3220ede (2010-07-07 21:05:50 +0000) by thommey -Restore socket_cleanup functionality, was broken by the notifier patch. - -doc/Changes1.6 -src/main.c - -- - - - - - - - - - - - - - - -Commit f600f9f (2010-07-07 16:25:58 +0000) by thommey -Fixed detection of eggdrop already running on startup. - -doc/Changes1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ab5e1ff (2010-07-05 12:07:05 +0000) by Rumen Stoyanov -Changed the URL of gseen.mod in docs. Fixed a minor problem with special -dcc handles like (telnet), (dns), etc. - -doc/Changes1.6 -doc/MODULES -doc/html/mod-seen.html -doc/settings/mod.seen -eggdrop.conf -src/userrec.c - -- - - - - - - - - - - - - - - -Commit be0c190 (2010-07-02 21:56:44 +0000) by Rumen Stoyanov -Added a -raw argument to tcl_putdcc(). Modified putdccraw in compat.tcl to -use putdcc -raw - -doc/Changes1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -scripts/compat.tcl -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 6efe778 (2010-07-02 15:41:14 +0000) by Rumen Stoyanov -Added few contributors to the THANKS file - -THANKS -doc/Changes1.6 - -- - - - - - - - - - - - - - - -Commit 506adef (2010-07-01 19:02:10 +0000) by thommey -Added CVE references to the Changes file, added simple to AUTHORS - -AUTHORS -doc/Changes1.6 - -- - - - - - - - - - - - - - - -Commit 5635d4e (2010-07-01 18:09:16 +0000) by thommey -More anticipation of the (usually automatically generated) THANKS and -AUTHORS file - -AUTHORS -THANKS - -- - - - - - - - - - - - - - - -Commit 1e3c49a (2010-07-01 18:05:13 +0000) by thommey -Fixed some stuff in the THANKS file. I know this should be autogenerated, -but manual fixing is better than no fixing. - -THANKS - -- - - - - - - - - - - - - - - -Commit dd86750 (2010-07-01 16:10:50 +0000) by thommey -Ran misc/killwhitespace and misc/runautotools - -configure -doc/Changes1.6 -src/cmds.c -src/match.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 -src/tclmisc.c -src/tcluser.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit a56aad1 (2010-06-30 21:12:25 +0000) by thommey -Prevent uninitialized memory access that became visible due to the notifier -overwrite. Use memmove when strcpy targets overlap. - -doc/Changes1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 12cff44 (2010-06-29 15:52:24 +0000) by thommey -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. - -aclocal.m4 -config.h.in -configure -configure.ac -doc/Changes1.6 -doc/html/egg-core.html -eggdrop.conf -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/mod/dns.mod/coredns.c -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/server.mod/server.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 - -- - - - - - - - - - - - - - - -Commit 479c5b3 (2010-06-28 21:13:26 +0000) by thommey -Modified compat.tcl version of time to allow accessing Tcl's time command -if any arguments are passed to it. - -doc/Changes1.6 -scripts/compat.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9bf8b2d (2010-06-26 20:26:05 +0000) by Rumen Stoyanov -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. - -doc/Changes1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c20fe89 (2010-06-17 20:44:33 +0000) by Jonathan Rudolph -Added 'simple' and 'rfc' to the THANKS file - -THANKS - -- - - - - - - - - - - - - - - -Commit 2f727f1 (2010-03-24 13:14:50 +0000) by Rumen Stoyanov -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. - -doc/Changes1.6 -doc/settings/mod.channels -eggdrop.conf -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 18a4e63 (2010-03-23 15:25:29 +0000) by Rumen Stoyanov -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. - -doc/Changes1.6 -eggdrop.conf -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3694c3d (2010-03-21 20:41:32 +0000) by Rumen Stoyanov -Fixed a crash when restarting, related to bind log. - -doc/Changes1.6 -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 5229abc (2010-03-18 15:19:39 +0000) by Rumen Stoyanov -Modified cron_match() to match Sunday as both 0 and 7. Fixed some spelling -errors. - -doc/Changes1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/match.c -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 0f52800 (2010-03-14 18:34:59 +0000) by Rumen Stoyanov -Added new Tcl command 'matchstr' as a simplified alternative to Tcl's -string match. - -doc/Changes1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit b4adaac (2010-03-14 18:30:17 +0000) by Rumen Stoyanov -Added Brian Greenberg's patch to randomize the uptime update interval. - -doc/Changes1.6 -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 863274f (2010-03-14 18:21:59 +0000) by Rumen Stoyanov -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. - -Makefile.in -aclocal.m4 -config.h.in -configure -configure.ac -doc/Changes1.6 -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit a1e1277 (2010-03-13 22:49:38 +0000) by Rumen Stoyanov -Added missing mod-transfer.html. Thanks to mike.ds - -doc/Changes1.6 -doc/html/mod-transfer.html - -- - - - - - - - - - - - - - - -Commit b8e68cb (2010-03-08 20:52:56 +0000) by Rumen Stoyanov -Added a new bind LOG triggered when text is sent to the logs. - -doc/Changes1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/misc.c -src/patch.h -src/tclhash.c -src/tclhash.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 2d5d288 (2010-03-08 16:01:15 +0000) by thommey -Fixed a bug in checking user priviledges for .chaddr on sharebots. - -doc/Changes1.6 -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 2a59b72 (2010-03-08 11:18:07 +0000) by Rumen Stoyanov -Added a new bind CRON as a crontab-like alternative to bind TIME. - -doc/Changes1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/main.c -src/match.c -src/patch.h -src/proto.h -src/tclegg.h -src/tclhash.c -src/tclhash.h - -- - - - - - - - - - - - - - - -Commit 03669fe (2010-02-20 18:33:52 +0000) by Rumen Stoyanov -Removed some CYGWIN_HACKS that aren't needed anymore. - -doc/Changes1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5d25914 (2010-02-18 13:11:20 +0000) by Rumen Stoyanov -Fixed dns.mod SIGBUS crashes on 64-bit Sparc. Fixes Bugzilla Bug # 454 -"Eggdrop crashes on sun sparc running debian etch" - -doc/Changes1.6 -src/mod/dns.mod/coredns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3601930 (2010-02-18 13:03:04 +0000) by Rumen Stoyanov -Got rid of some compile warnings related to passing possibly signed chars -to tolower(). - -doc/Changes1.6 -src/chanprog.c -src/cmds.c -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 451eac0 (2010-02-18 09:52:30 +0000) by Rumen Stoyanov -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. -Fixes Bugzilla Bug # 485 "64-bit eggdrop builds crash on some systems" - -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/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/module.h -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 -src/modules.c -src/modules.h -src/patch.h -src/tclegg.h -src/tclhash.c -src/tclhash.h - -- - - - - - - - - - - - - - - -Commit 7c2640d (2010-02-09 14:51:08 +0000) by thommey -Fixed a minor notes.mod formatting bug when displaying dcc usage. - -doc/Changes1.6 -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/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 18c25dc (2010-02-07 17:21:14 +0000) by Rumen Stoyanov -Renamed list_delete/list_append/list_contains functions to egg_list_* due -to request to avoid conflicts with MySQL headers. - -doc/Changes1.6 -src/mod/channels.mod/tclchan.c -src/mod/module.h -src/mod/server.mod/server.c -src/mod/share.mod/share.c -src/modules.c -src/patch.h -src/tcluser.c -src/userent.c -src/users.c -src/users.h - -- - - - - - - - - - - - - - - -Commit 3eac5a9 (2010-02-06 09:20:12 +0000) by Rumen Stoyanov -Updated module versions and dependencies for the console, channels, irc and -server modules. - -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 - -- - - - - - - - - - - - - - - -Commit 4fecc58 (2010-02-04 13:56:59 +0000) by Jonathan Rudolph -Fixed a small spelling mistake, and some caps consistency. - -src/eggdrop.h - -- - - - - - - - - - - - - - - -Commit 0b22c69 (2010-02-03 08:58:24 +0000) by Rumen Stoyanov -Don't assume cidr notation for hostmasks with slashes, unless the string -portion after the slash consists only of digits. - -doc/Changes1.6 -src/match.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 23279a9 (2010-01-26 09:39:59 +0000) by Rumen Stoyanov -Fixed the STRIP_ALL flag used with strip_mirc_codes() to actually work. - -doc/Changes1.6 -eggdrop.conf -src/eggdrop.h - -- - - - - - - - - - - - - - - -Commit 9a38295 (2010-01-26 03:12:15 +0000) by Tothwolf -Added runtime check using Tcl_GetCurrentThread() to autodetect a threaded -Tcl library when compiled and linked against Tcl 8.1 and later. -Replaced EGG_TCL_ENABLE_THREADS and EGG_TCL_CHECK_THREADS autoconf macros -with EGG_TCL_CHECK_GETCURRENTTHREAD. - -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 - -- - - - - - - - - - - - - - - -Commit 1519e0e (2010-01-25 20:11:55 +0000) by Rumen Stoyanov -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. - -doc/Changes1.6 -src/dcc.c -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 2889b5f (2010-01-23 18:34:09 +0000) by Tothwolf -* Regenerated config.h.in with autoheader - -config.h.in - -- - - - - - - - - - - - - - - -Commit 40c49dc (2010-01-15 19:51:49 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -help/core.help -help/set/cmds1.help -src/eggdrop.h -src/main.c -src/misc.c -src/mod/channels.mod/channels.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit f71de85 (2010-01-10 22:28:57 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -doc/html/egg-core.html -doc/html/mod-server.html -doc/settings/core.settings -doc/settings/mod.server -eggdrop.conf -help/set/cmds1.help -src/mod/server.mod/help/set/server.help -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 532d9fe (2010-01-07 13:48:31 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -doc/html/egg-core.html -doc/html/tcl-commands.html -doc/settings/core.settings -doc/tcl-commands.doc -eggdrop.conf -help/set/cmds1.help -src/match.c -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 -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/tcl.c -src/tclmisc.c -src/userent.c -src/userrec.c -src/users.c - -- - - - - - - - - - - - - - - -Commit a97b0ab (2010-01-04 18:38:26 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 6afbf9f (2010-01-04 13:15:41 +0000) by Rumen Stoyanov -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 - -README -doc/Changes1.6 -src/botcmd.c -src/cmds.c -src/dcc.c -src/eggdrop.h -src/mod/irc.mod/cmdsirc.c -src/patch.h -src/tcldcc.c -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 2ddef8f (2010-01-03 14:48:39 +0000) by Rumen Stoyanov -Various minor docfixes. -Patch by: pseudo - -README -doc/Changes1.6 -doc/html/readme.html -doc/html/tcl-commands.html -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 00b3ac1 (2010-01-03 13:27:55 +0000) by Rumen Stoyanov -Updated copyright dates -Patch by: 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/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 -doc/tcl-commands.doc -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/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/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/wire.mod/wire.c -src/mod/wire.mod/wire.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/userent.c -src/userrec.c -src/users.c -src/users.h -text/CONTENTS -text/banner - -- - - - - - - - - - - - - - - -Commit e725c09 (2009-12-24 10:31:06 +0000) by Rumen Stoyanov -Fixed a potential crash in read_lang() with lines > 512 characters in -language files. Added support for lines of unlimited size. -Patch by: pseudo - -doc/Changes1.6 -src/language.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 84f4689 (2009-12-16 17:56:14 +0000) by Tothwolf -* Fixed another link for geteggdrop.com - -README - -- - - - - - - - - - - - - - - -Commit 30b2cae (2009-12-16 17:55:07 +0000) by Tothwolf -* Fixed links for geteggdrop.com - -doc/COMPILE-GUIDE -doc/html/compiling.html -doc/html/readme.html - -- - - - - - - - - - - - - - - -Commit 3235910 (2009-11-26 09:32:28 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -help/cmds1.help -src/cmds.c -src/mod/console.mod/console.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/tcluser.c -src/userrec.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 79c4023 (2009-11-23 09:42:01 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -doc/html/mod-channels.html -doc/settings/mod.channels -eggdrop.conf -src/mod/channels.mod/channels.c -src/mod/channels.mod/help/set/channels.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5d815ee (2009-11-21 23:12:30 +0000) by Rumen Stoyanov -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. - -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 - -doc/Changes1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/chan.h -src/misc.c -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/help/msg/irc.help -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/server.mod/tclserv.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d9e5cff (2009-11-15 13:10:34 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/cmds.c -src/flags.c -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 15db99d (2009-10-31 15:18:03 +0000) by thommey -updated patch.h, changed _wild_match_per behaviour - -doc/Changes1.6 -src/match.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 18f1951 (2009-10-31 14:43:09 +0000) by thommey -Make mode binds case-sensitive for the mode change. Fixes Bug # 476. - -doc/Changes1.6 -src/match.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/mod/module.h -src/proto.h -src/tclegg.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 84a72da (2009-10-30 16:02:20 +0000) by thommey -Only whine once about the opless state of a channel. Fixes Bug # 483 - -doc/Changes1.6 -src/chan.h -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6961817 (2009-10-25 15:19:06 +0000) by Rumen Stoyanov -Fixed some spelling errors in the documentation. -Improved the description of the getchanjoin Tcl command in the docs. - -Patch by: pseudo - -README -doc/ABOUT -doc/COMPILE-GUIDE -doc/Changes1.6 -doc/TRICKS -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 -doc/tcl-commands.doc -eggdrop.conf -help/set/cmds1.help -language/core.english.lang -src/mod/transfer.mod/language/transfer.english.lang - -- - - - - - - - - - - - - - - -Commit 96aa49b (2009-10-25 10:57:52 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a837ea8 (2009-10-12 14:10:32 +0000) by thommey -Replace deprecated Tcl result access method. Fixes Bug # 472. - -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/mod/server.mod/server.c -src/patch.h -src/proto.h -src/tcl.c -src/tcldcc.c -src/tclegg.h -src/tclhash.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 514cca9 (2009-10-09 22:24:23 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -scripts/compat.tcl -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/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 1c3a785 (2009-10-09 11:16:58 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 38dc267 (2009-10-02 11:16:59 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 47320c6 (2009-10-02 09:47:28 +0000) by Rumen Stoyanov -Added bugreporter names for recent patches to doc/Changes1.6. -Patch by: pseudo - -doc/Changes1.6 - -- - - - - - - - - - - - - - - -Commit a277414 (2009-10-01 21:33:33 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 162ad6e (2009-10-01 15:52:34 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -doc/html/mod-server.html -doc/html/tcl-commands.html -doc/settings/mod.server -doc/tcl-commands.doc -eggdrop.conf -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/tclserv.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 95e73c7 (2009-10-01 15:24:00 +0000) by Rumen Stoyanov -Fixed a reversed pointer check in join_notes(). Fixes Bugzilla Bug # 455: -"Possible segment violation in join_notes" -Patch by: pseudo - -doc/Changes1.6 -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c1fba27 (2009-10-01 15:02:14 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 98310ed (2009-10-01 14:56:30 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 2b3dacd (2009-10-01 14:50:38 +0000) by Rumen Stoyanov -Added dccwhois.tcl, quotepass.tcl and quotepong.tcl to scripts/CONTENTS -Fixes Bugzilla Bug # 480 "scripts/CONTENTS missing data" -Patch by: pseudo - -doc/Changes1.6 -scripts/CONTENTS -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9c27b7f (2009-10-01 14:38:04 +0000) by Rumen Stoyanov -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 - -doc/Changes1.6 -src/mod/irc.mod/help/msg/irc.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 232e4e4 (2009-09-22 20:30:47 +0000) by thommey -The KEY msg command now logs on success. Fixes Bugzilla # 482 -Found by: Rickard Utgren / Patch by: Freeder - -doc/Changes1.6 -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8472eab (2009-09-22 00:09:10 +0000) by thommey -Removed blank at the end of wrong args tcl error for restart/rehash - -doc/Changes1.6 -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit fef45d9 (2009-05-16 14:16:07 +0000) by Tothwolf -Fixed a number of compiler warnings due to recent versions of GCC. Fixes -Bugzilla Bug # 450 "some warning during compile" -Patch by: pseudo - -doc/Changes1.6 -src/botcmd.c -src/chanprog.c -src/dns.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 -src/net.c -src/patch.h -src/tcl.c -src/tclmisc.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit 16d294d (2009-05-16 13:16:55 +0000) by Tothwolf -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 - -doc/Changes1.6 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 2b87b11 (2009-05-16 11:25:28 +0000) by Tothwolf -Updated masktype selection documentation for tcl_maskhost and ban-type. -Patch by: pseudo - -doc/Changes1.6 -doc/html/mod-channels.html -doc/html/tcl-commands.html -doc/settings/mod.channels -doc/tcl-commands.doc -eggdrop.conf -src/mod/channels.mod/help/chaninfo.help - -- - - - - - - - - - - - - - - -Commit e4002de (2009-05-07 22:01:42 +0000) by Tothwolf -Added masktype selection to tcl_maskhost and ban-type configuration setting -to set default banmask type for each channel. -Patch by: pseudo - -doc/Changes1.6 -doc/html/mod-channels.html -doc/html/tcl-commands.html -doc/settings/mod.channels -doc/tcl-commands.doc -eggdrop.conf -src/chan.h -src/misc.c -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/tclirc.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit f9d93b6 (2009-05-07 02:35:42 +0000) by Tothwolf -Updated dates - -AUTHORS -THANKS - -- - - - - - - - - - - - - - - -Commit fd5ee9b (2009-05-07 01:18:48 +0000) by Tothwolf -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. - -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 - -- - - - - - - - - - - - - - - -Commit dd5d3d8 (2009-05-07 01:07:05 +0000) by Tothwolf -* 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. - -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/Versions - -- - - - - - - - - - - - - - - -Commit 345e4c5 (2009-05-06 19:17:52 +0000) by Tothwolf -* Fixed another bug in the CTCP parsing code introduced by the servmsg.c -buffer overflow patch in 1.6.19. -Patch by: thommey - -doc/Changes1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3197749 (2009-05-06 18:11:39 +0000) by Tothwolf -Added dccwhois.tcl to install target - -scripts/Makefile.in - -- - - - - - - - - - - - - - - -Commit 07493d3 (2009-01-22 03:12:45 +0000) by Tothwolf -Added scripts/dccwhois.tcl Tcl script. This script enhances the built-in -dcc '.whois' command to allow all users to '.whois' their own handle. - -doc/Changes1.6 -eggdrop.conf -scripts/dccwhois.tcl - -- - - - - - - - - - - - - - - -Commit 48677d8 (2009-01-22 02:14:45 +0000) by Tothwolf -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. - -doc/Changes1.6 -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 19a4243 (2008-11-29 14:39:46 +0000) by Tothwolf -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. - -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/Versions - -- - - - - - - - - - - - - - - -Commit 888d55e (2008-11-19 01:47:44 +0000) by Tothwolf -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. - -doc/Changes0.6 -doc/Changes0.7 -doc/Changes0.9 -doc/Changes1.0 -doc/Changes1.1 -doc/Changes1.6 -doc/Versions - -- - - - - - - - - - - - - - - -Commit 947a3e9 (2008-11-16 06:33:17 +0000) by Tothwolf -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. - -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/Versions - -- - - - - - - - - - - - - - - -Commit 22c16d1 (2008-11-02 03:19:57 +0000) by Tothwolf -Refactored channels_report() and simplified the channel status information -for the .status command. - -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 - -- - - - - - - - - - - - - - - -Commit 220f0f4 (2008-11-01 23:23:08 +0000) by Tothwolf -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 - -doc/Changes1.6 -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit 9676907 (2008-11-01 22:02:27 +0000) by Tothwolf -Added missing fclose() to tout_dcc_send() Fixes the socket leak in the -transfer module. -Found by: C4thY (and others) / Patch by: bryand - -doc/Changes1.6 -src/mod/transfer.mod/transfer.c - -- - - - - - - - - - - - - - - -Commit 4535760 (2008-11-01 20:41:10 +0000) by Tothwolf -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. - -doc/Changes1.6 -help/cmds1.help -language/core.english.lang -src/chan.h -src/mod/channels.mod/tclchan.c -src/tclegg.h -src/tclhash.c -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit b9d0e2f (2008-11-01 00:40:03 +0000) by Tothwolf -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 - -doc/Changes1.6 -src/users.c - -- - - - - - - - - - - - - - - -Commit bbe898e (2008-10-31 23:55:10 +0000) by Tothwolf -Added .vbottree command help section to cmds2.help. Fixes Bugzilla Bug # -464 ".help vbottree not working" -Found by: wanderer / Patch by: Tothwolf - -doc/Changes1.6 -help/cmds2.help - -- - - - - - - - - - - - - - - -Commit 2dd1eab (2008-10-31 22:07:14 +0000) by Tothwolf -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 - -doc/Changes1.6 -src/cmds.c -src/tcldcc.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 1174ec6 (2008-10-31 18:10:59 +0000) by Tothwolf -Make it clear that SA25276 was fixed. - -doc/Changes1.6 -doc/Versions - -- - - - - - - - - - - - - - - -Commit a40dc57 (2008-07-11 23:29:28 +0000) by Tothwolf -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 - -doc/Changes1.6 -src/mod/irc.mod/tclirc.c - -- - - - - - - - - - - - - - - -Commit b482206 (2008-07-11 12:48:59 +0000) by Tothwolf -Let's see if this works a little better... - -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 56e9955 (2008-07-10 10:56:23 +0000) by Tothwolf -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. - -aclocal.m4 -config.h.in -configure -configure.ac -doc/Changes1.6 -src/eggdrop.h -src/main.c -src/main.h -src/mod/irc.mod/chan.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit be134b4 (2008-07-10 10:06:54 +0000) by Tothwolf -More minor autoconf changes. -Context and ContextNote should use 'do {} while (0)' instead of '{}'. - -Put Context init code into an #ifdef DEBUG_CONTEXT block. - -aclocal.m4 -configure -configure.ac -doc/Changes1.6 -src/eggdrop.h -src/main.c -src/mod/channels.mod/cmdschan.c -src/mod/module.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit abdb4a0 (2008-07-10 09:22:04 +0000) by Tothwolf -Updated doc/Versions and added more milestone information. -Misc doc updates and fixes. - -doc/Changes1.2 -doc/Changes1.3 -doc/Changes1.6 -doc/Versions -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit c43db4e (2008-07-08 08:18:06 +0000) by Tothwolf -Fixed a few minor Makefile things - -doc/Makefile.in - -- - - - - - - - - - - - - - - -Commit e70c052 (2008-07-05 02:32:13 +0000) by Tothwolf -I knew I missed something... - -doc/Changes1.6 - -- - - - - - - - - - - - - - - -Commit 4920df9 (2008-07-05 02:15:55 +0000) by Tothwolf -UPDATES1.6 -> Changes1.6 - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 1001d1a (2008-07-05 02:14:03 +0000) by Tothwolf -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. - -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/Versions - -- - - - - - - - - - - - - - - -Commit f5fcb4d (2008-07-04 03:25:08 +0000) by Tothwolf -UPDATES1.6 didn't commit the first time for some reason. - -configure -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit b8ba67a (2008-07-04 03:17:25 +0000) by Tothwolf -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. - -Makefile.in -aclocal.m4 -config.h.in -configure -configure.ac -src/eggdrop.h -src/main.c - -- - - - - - - - - - - - - - - -Commit 3cd1311 (2008-07-04 02:41:43 +0000) by Tothwolf -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. - -aclocal.m4 -config.h.in -configure -configure.ac -doc/UPDATES1.6 -src/compat/snprintf.c -src/main.h - -- - - - - - - - - - - - - - - -Commit 4b2e938 (2008-07-04 01:52:55 +0000) by Tothwolf -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. - -Makefile.in -aclocal.m4 -configure -configure.ac -doc/UPDATES1.6 -src/main.c - -- - - - - - - - - - - - - - - -Commit 1522715 (2008-07-02 07:31:27 +0000) by Tothwolf -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() - -aclocal.m4 -configure -configure.ac -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 1cc6cec (2008-07-01 00:20:04 +0000) by Tothwolf -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 - -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 - -- - - - - - - - - - - - - - - -Commit ea45df4 (2008-06-30 19:12:27 +0000) by Tothwolf -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 - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cd5ef70 (2008-06-30 18:45:42 +0000) by Tothwolf -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'. - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit 9034d7d (2008-06-30 16:41:47 +0000) by Tothwolf -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 - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit 1bbe0d7 (2008-06-29 16:39:42 +0000) by Jeff Fisher -added thommey's whofix patch - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a59f52f (2008-06-23 22:50:45 +0000) by Tothwolf -Add missing anchor for uncompressfile Patch by: skiidoo - -doc/html/tcl-commands.html - -- - - - - - - - - - - - - - - -Commit 7a816cb (2008-06-22 16:17:20 +0000) by Tothwolf -Let's put these in the right order... - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit daee60f (2008-06-21 18:24:08 +0000) by Jeff Fisher -oops, skiidoo did those doc patches not thommey! sorry skiidoo - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 8d08ae7 (2008-06-21 03:50:24 +0000) by Jeff Fisher -thommey added anchors to the html version of tcl-commands.doc - -doc/html/tcl-commands.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit ec364e0 (2008-06-21 03:49:15 +0000) by Jeff Fisher -some doc updates - -doc/ABOUT -doc/UPDATES1.6 -doc/html/about.html -doc/html/authors.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2ea8ef8 (2008-06-18 10:12:22 +0000) by Tothwolf -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. - -doc/UPDATES1.6 -scripts/autobotchk -scripts/weed - -- - - - - - - - - - - - - - - -Commit 41bfb3d (2008-06-18 09:42:50 +0000) by Tothwolf -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. - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit fbb1ccc (2008-06-18 07:36:29 +0000) by Tothwolf -Make custom configure warning messages' prefix match AC_MSG_WARN. - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit 23c1607 (2008-06-18 06:03:21 +0000) by Tothwolf -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. - -aclocal.m4 -config.h.in -configure -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit d498623 (2008-06-17 11:13:33 +0000) by Tothwolf -Added argument checking to randstring proc in alltools.tcl to make it a -little more robust. - -doc/UPDATES1.6 -scripts/alltools.tcl - -- - - - - - - - - - - - - - - -Commit cc77a2f (2008-06-17 10:49:01 +0000) by Tothwolf -Modified releaseprep script to run cvs2cl so we will (hopefully) have an -up-to-date ChangeLog file before each release. - -doc/UPDATES1.6 -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit d007844 (2008-06-17 10:15:08 +0000) by Tothwolf -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. - -doc/UPDATES1.6 -misc/config.guess -misc/config.sub - -- - - - - - - - - - - - - - - -Commit 2f2b0c0 (2008-06-17 05:46:55 +0000) by Tothwolf -*** empty log message *** - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit eb6636e (2008-04-30 01:07:37 +0000) by Jeff Fisher -minor raw logging fix - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3f2fca0 (2008-04-29 17:29:45 +0000) by Jeff Fisher -tcl_maskhost could crash the bot, fixed by FireEgl - -doc/UPDATES1.6 -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e7defd1 (2008-04-28 23:54:24 +0000) by Jeff Fisher -Quakenet has an auto-invite flag which in some cases could cause a bot to -flood off the server, hopefully this fixes that problem - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8971cb9 (2008-04-19 14:57:11 +0000) by Jeff Fisher -and so starts 1.6.20 - -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/mod/compress.mod/configure -src/mod/compress.mod/configure.ac -src/mod/dns.mod/configure -src/mod/dns.mod/configure.ac -src/patch.h - -- - - - - - - - - - - - - - - -Commit aa2eb17 (2008-02-18 22:25:33 +0000) by Jeff Fisher -updated the recommended TCL version - -configure -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 65094a4 (2008-02-16 21:41:11 +0000) by Jeff Fisher -update the Copyright dates - -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/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/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/wire.mod/wire.c -src/mod/wire.mod/wire.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/userent.c -src/userrec.c -src/users.c -src/users.h -text/CONTENTS -text/banner - -- - - - - - - - - - - - - - - -Commit 1466832 (2008-02-16 20:15:31 +0000) by Jeff Fisher -a couple small config changes - -doc/UPDATES1.6 -eggdrop.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4a63aea (2008-02-16 06:00:18 +0000) by Jeff Fisher -added the quotepong.tcl - -doc/UPDATES1.6 -eggdrop.conf -scripts/Makefile.in -scripts/quotepong.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit fbde3a0 (2008-02-11 02:28:41 +0000) by Jeff Fisher -a couple of small fixes to the quotepass.tcl script - -eggdrop.conf -scripts/Makefile.in -scripts/quotepass.tcl - -- - - - - - - - - - - - - - - -Commit a1b6e01 (2008-02-11 01:43:30 +0000) by Jeff Fisher -stdarg != sl, sl is not nearly as sexy - -scripts/quotepass.tcl - -- - - - - - - - - - - - - - - -Commit 851488c (2008-02-11 01:23:14 +0000) by Jeff Fisher -and the script for the previous commit - -scripts/quotepass.tcl - -- - - - - - - - - - - - - - - -Commit 6f2d3b7 (2008-02-11 01:22:46 +0000) by Jeff Fisher -added a simple TCL for some silly Undernet servers - -doc/UPDATES1.6 -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 36bea6a (2008-02-05 02:36:22 +0000) by Jeff Fisher -a little too much text in the UPDATES1.6 - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 6f6b559 (2008-02-05 00:19:26 +0000) by Jeff Fisher -Add support for Quakenet's chanmode +T - -doc/UPDATES1.6 -src/chan.h -src/mod/channels.mod/channels.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 001a358 (2008-02-05 00:14:50 +0000) by Jeff Fisher -Applied the CTCP fix patch - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 939d30e (2007-11-19 07:24:21 +0000) by Will Buckner -* patch.h to make Windrop CVS guys happy ;) - -src/patch.h - -- - - - - - - - - - - - - - - -Commit f5e2251 (2007-10-17 08:03:38 +0000) by Will Buckner -* Ran misc/runautotools. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 41b05ec (2007-10-17 08:02:21 +0000) by Will Buckner -* 1.6.18 -> 1.6.19. Aparently we never did this. Oops, my bad :/ Thanks to - kirben for noticing. - -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 - -- - - - - - - - - - - - - - - -Commit 6ce4651 (2007-10-17 07:55:38 +0000) by Will Buckner -- Fixed a couple of typos in the FEATURES file. * Patch by: Tomas Szaniszlo - - -FEATURES -doc/UPDATES1.6 -doc/html/features.html - -- - - - - - - - - - - - - - - -Commit cff1405 (2007-10-17 07:52:33 +0000) by Will Buckner -* 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 -> - -doc/AUTHORS - -- - - - - - - - - - - - - - - -Commit e78092e (2007-10-17 07:42:40 +0000) by Will Buckner -- Fixed two buffer overflows in servmsg.c. * Found by: Bow Sineath - Patch -by: Nico Golde / Wcc - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit bbde470 (2007-10-17 06:42:49 +0000) by Will Buckner -* Fixed a typo in server.c. Thanks to Domino Mizuno. - -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit 0047837 (2007-04-21 04:38:31 +0000) by Will Buckner -* 2007 Copyright; 4 months late! - -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/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/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/wire.mod/wire.c -src/mod/wire.mod/wire.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/userent.c -src/userrec.c -src/users.c -src/users.h -text/CONTENTS -text/banner - -- - - - - - - - - - - - - - - -Commit 0840a65 (2006-11-20 14:09:31 +0000) by Tothwolf -* Updated recommended Tcl version. * Fixed typo from long time_t changes. - -configure -configure.ac -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 3724eba (2006-11-20 11:38:27 +0000) by Tothwolf -* Fixed compatibility problems with certain time_t implementations. - -aclocal.m4 -config.h.in -doc/UPDATES1.6 -src/Makefile.in -src/dcc.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 -src/patch.h -src/tcldcc.c -src/tcluser.c -src/userent.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 25cd0a2 (2006-08-21 17:40:08 +0000) by Will Buckner -- Complete raw traffic wasn't getting logged in some cases; only the raw -command itself was. Fixed. * Patch by: mrBuG - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e816a1b (2006-07-09 22:14:07 +0000) by Will Buckner -* Update doc/UPDATES1.6 for release. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit dd23b72 (2006-07-09 22:02:24 +0000) by Will Buckner -* Ran misc/runautotools. Release ready in a few minutes. - -configure - -- - - - - - - - - - - - - - - -Commit e70e2a9 (2006-07-09 22:00:18 +0000) by Will Buckner -* 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. - -config.h.in -configure -configure.ac -misc/config.guess -misc/config.sub -src/proto.h - -- - - - - - - - - - - - - - - -Commit beece2e (2006-05-29 01:56:08 +0000) by Will Buckner -* Use the latest config.guess / config.sub. * Found by: SiD3WiNDR - Patch -by: Wcc - -doc/UPDATES1.6 -misc/config.guess -misc/config.sub -src/mod/filesys.mod/filesys.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit af4160d (2006-05-21 20:31:55 +0000) by Will Buckner -* Ran misc/runautotools. - -configure - -- - - - - - - - - - - - - - - -Commit 8d57392 (2006-05-21 20:31:17 +0000) by Will Buckner -* Look for Tcl in /lib64 and /usr/lib64. * Patch by: Kuja - -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8d09a8b (2006-04-14 22:18:27 +0000) by Will Buckner -* AUTHORS updates. - -doc/AUTHORS - -- - - - - - - - - - - - - - - -Commit 9bea652 (2006-04-05 15:11:16 +0000) by Will Buckner -* Forgot to misc/runautotools after copyright updates. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 2fcb723 (2006-04-05 14:49:02 +0000) by Will Buckner -* Fixed incorrect patch author in UPDATES1.6. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 05e6d43 (2006-04-03 17:42:01 +0000) by Jeff Fisher -updated the release date of RC1 - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 298b7a7 (2006-03-29 00:52:53 +0000) by Will Buckner -* Added lordares to AUTHORS. - -doc/AUTHORS - -- - - - - - - - - - - - - - - -Commit 296379e (2006-03-29 00:47:43 +0000) by Will Buckner -* Fixed a typo in authors. Thanks reed. - -doc/AUTHORS - -- - - - - - - - - - - - - - - -Commit f4f2675 (2006-03-28 10:02:38 +0000) by Will Buckner -* Release prep. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit a16280c (2006-03-28 09:09:35 +0000) by Will Buckner -* Added Sven Trenkel to the AUTHORS file :) If anyone else thinks they are - missing, please let me know. - -doc/AUTHORS - -- - - - - - - - - - - - - - - -Commit d49293a (2006-03-28 02:35:52 +0000) by Will Buckner -* Copyright updates. - -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/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/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/wire.mod/wire.c -src/mod/wire.mod/wire.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/userent.c -src/userrec.c -src/users.c -src/users.h -text/CONTENTS -text/banner - -- - - - - - - - - - - - - - - -Commit 877b009 (2006-03-27 06:48:58 +0000) by Will Buckner -* 2006 copyright updates (finally). - -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/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/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 18463df (2005-12-09 09:29:12 +0000) by Will Buckner -* Ran misc/runautotools and misc/makedepend. - -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 - -- - - - - - - - - - - - - - - -Commit 3d791c2 (2005-12-09 09:24:58 +0000) by Will Buckner -* Fixed a few spelling errors in ./configure. Thanks to shortybsd@EFnet. - -aclocal.m4 -configure.ac -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7bb6477 (2005-12-01 21:51:08 +0000) by Will Buckner -* Fixed a type conversion problem in snprintf.c causing Eggdrop to not -compile on OSF1. * Found by: Joker - Patch by: Wcc - -doc/UPDATES1.6 -src/compat/snprintf.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 67dd901 (2005-11-28 17:23:40 +0000) by Will Buckner -* Small code-formatting fix... was bugging me. - -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ae0af8d (2005-11-17 18:03:49 +0000) by Will Buckner -* 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. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 794e1ca (2005-11-17 17:58:26 +0000) by Will Buckner -* WTF is Max OS? - -doc/UPDATES1.6 -src/botmsg.c -src/flags.c -src/mod/irc.mod/tclirc.c -src/mod/server.mod/server.c -src/patch.h -src/tcl.c -src/tclegg.h -src/tclhash.c -src/users.c - -- - - - - - - - - - - - - - - -Commit b98bdf3 (2005-11-17 05:21:34 +0000) by Tothwolf -* Synchronized working tree tclhash.c with CVS. * Removed redundant -Tcl_SetVar() lastbind that was from a submitted patch. - -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 021a758 (2005-11-15 04:56:04 +0000) by Will Buckner -* Grr; forgot patch.h. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit f521e28 (2005-11-15 04:52:53 +0000) by Will Buckner -* Looks like I forgot to run misc/runautotools. EggCheck to the rescue -again! - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit dcb9b73 (2005-10-21 01:56:34 +0000) by Will Buckner -- Detect NetBSD Tcl in /usr/pkg/lib and /usr/pkg/include. * Found by: mish -- Patch by: Wcc -Thanks mish :) - -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 501bc50 (2005-10-16 00:03:34 +0000) by Will Buckner -* No ' in HTML docs! :) - -doc/html/egg-core.html -doc/html/mod-server.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3f04c3f (2005-09-05 03:38:32 +0000) by Will Buckner -* 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. - -language/core.danish.lang -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fe2acf9 (2005-09-04 18:53:58 +0000) by Will Buckner -- Fixed possibility of referencing a NULL pointer in rembot(). * Patch by: -lordares - -doc/UPDATES1.6 -src/botnet.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a3c253a (2005-09-01 02:23:49 +0000) by Will Buckner -- A couple of cleanups in ctcp_DCC_CHAT(). * Patch by: lordares - -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ffa6894 (2005-08-30 01:52:49 +0000) by Will Buckner -- No need to fill the buffers at the end of the cmd_[de]voice() functions. -* Patch by: lordares - -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 70ad68a (2005-08-29 23:44:33 +0000) by Will Buckner -- Added a missing param cast for dcc_table.timeout. * Patch by: lordares - -doc/UPDATES1.6 -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 75c3939 (2005-08-29 05:16:20 +0000) by Will Buckner -- Fixed a memleak / other nasty stuff when MODES_PER_LINE_MAX != 6. * Patch -by: lordares - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4f7540f (2005-08-29 04:48:19 +0000) by Will Buckner -- Fixed putlog() of an uninitialized (and incorrect) variable in -dcc_telnet_hostresolved(). * Patch by: lordares - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cdbc6e9 (2005-08-29 04:39:25 +0000) by Will Buckner -* Added and ran misc/killwhitespace. - -misc/killwhitespace -src/botcmd.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 -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit cf96815 (2005-08-29 03:51:36 +0000) by Will Buckner -* More doc synching. - -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -help/set/cmds1.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 562e906 (2005-08-29 03:45:41 +0000) by Will Buckner -* Backported a couple of doc changes from 1.7. - -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -help/set/cmds1.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7193a67 (2005-08-20 21:27:31 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/main.c -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dddb091 (2005-08-16 02:11:17 +0000) by Will Buckner -* Ran misc/runautotools. - -config.h.in -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8d1038b (2005-08-16 02:09:58 +0000) by Will Buckner -* dns.mod should work on Mac OS X now. This will get a changelog entry -and stuff once it is a verified fix. - -aclocal.m4 - -- - - - - - - - - - - - - - - -Commit 7e1bac8 (2005-07-31 17:37:29 +0000) by Will Buckner -- Corrected nat-ip setting documentation. * Found by: BarkerJr - Patch by: -Wcc - -doc/UPDATES1.6 -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -help/set/cmds1.help -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7c4d7cc (2005-07-31 07:23:10 +0000) by Will Buckner -Rest of patch... oops. -- Don't allow realname to be blank or whitespace. -* Found by: Jesse M - Patch by: BarkerJr / Wcc - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ecbcecc (2005-07-31 07:01:51 +0000) by Will Buckner -* Fixed previous commit so it won't break scripts. Thanks to lordares. - -eggdrop.conf -src/mod/channels.mod/tclchan.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 004e692 (2005-07-31 06:32:57 +0000) by Will Buckner -- Fixed an error in channel get. You can now, correctly, do a channel get -#channel stopnethack-mode. * Found by: Chris Northwood - Patch by: Wcc - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b945a32 (2005-07-31 02:23:56 +0000) by Will Buckner -- The pushmode command should work properly for bans now. * Patch by: -thommey -TEST ME. - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bc0eb88 (2005-07-31 02:18:36 +0000) by Will Buckner -- Apparently we broke lastbind. * Found by: bUrN - Patch by: thommey - -doc/UPDATES1.6 -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 392228b (2005-07-23 22:13:15 +0000) by Will Buckner -- Request topic on channel reset. * Found by: De Kus - Patch by: Darko - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 47d03bf (2005-05-30 22:44:51 +0000) by Will Buckner -* Forgot patch.h... - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8c9934d (2005-05-30 22:43:15 +0000) by Will Buckner -- 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. - -doc/UPDATES1.6 -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit 86bd595 (2005-05-30 22:09:35 +0000) by Will Buckner -- Fixed a socklist leak in net.c. * Fixed by: lordares - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ac2d7b2 (2005-04-16 03:01:05 +0000) by Will Buckner -- Hopefully fixed dns lockups. * Found by: various - Patch by: Sven Trenkel - - -doc/UPDATES1.6 -src/dns.c -src/main.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e5f5130 (2005-02-08 16:30:33 +0000) by Tothwolf -* Who??? Robey, thats who! :P - -README -doc/html/readme.html - -- - - - - - - - - - - - - - - -Commit c2585c4 (2005-02-08 16:13:11 +0000) by Tothwolf -- 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 - -doc/UPDATES1.6 -src/botmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e0b0512 (2005-02-08 06:51:59 +0000) by Tothwolf -- Corrected missing part of the copyright for net.c. - -src/net.c - -- - - - - - - - - - - - - - - -Commit 900b94c (2005-02-08 01:09:56 +0000) by Tothwolf -- Probably should run misc/addpatch... - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4e45805 (2005-02-08 01:08:19 +0000) by Tothwolf -- 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 - -doc/UPDATES1.6 -src/cmds.c -src/cmdt.h -src/dccutil.c -src/main.h -src/mod/filesys.mod/filesys.c -src/proto.h -src/tcl.c -src/tclegg.h -src/tclhash.c -src/tclhash.h - -- - - - - - - - - - - - - - - -Commit 3991d4f (2005-02-08 00:14:35 +0000) by Tothwolf -- Corrected copyright header for net.c. (I thought I did this years ago -when I did all the others...) - -src/net.c - -- - - - - - - - - - - - - - - -Commit eb24e03 (2005-02-04 14:15:27 +0000) by Tothwolf -- 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 - -doc/UPDATES1.6 -doc/html/mod-server.html -doc/html/tcl-commands.html -doc/settings/mod.server -doc/tcl-commands.doc -eggdrop.conf -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -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/tclegg.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 288cc24 (2005-02-03 18:18:41 +0000) by Tothwolf -* Odd... - -configure - -- - - - - - - - - - - - - - - -Commit 40380bb (2005-02-03 18:13:21 +0000) by Tothwolf -* Regenerated configure script. - -configure - -- - - - - - - - - - - - - - - -Commit 1562cc0 (2005-02-03 18:07:21 +0000) by Tothwolf -- Check for Tcl 8.5 before older versions. * Patch by: Tothwolf - -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 782b0ab (2005-02-03 15:34:21 +0000) by Tothwolf -- 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 - -doc/UPDATES1.6 -src/flags.c -src/misc.c -src/mod/irc.mod/chan.c -src/mod/server.mod/servmsg.c -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 859564a (2005-02-02 16:53:32 +0000) by Tothwolf -* Don't load compat.tcl by default in example eggdrop.conf. - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit b565efd (2005-02-02 15:32:54 +0000) by Tothwolf -* More documentation corrections. - -doc/html/tcl-commands.html -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit f21c389 (2005-02-02 00:02:29 +0000) by Tothwolf -- Allow wildcard matching and stacking for note binds. (I thought this -was fixed 5 years ago...) * Patch by: Tothwolf - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h -src/tclegg.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 3cb220c (2005-01-28 03:26:20 +0000) by Will Buckner -* A couple more Copyright updates. - -FEATURES -doc/man1/eggdrop.1 -scripts/action.fix.tcl -scripts/ques5.tcl -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b27d2c7 (2005-01-25 18:08:25 +0000) by Will Buckner -- Use CHANMETA to define valid channel prefixes in gotmsg(). * Found by: -zathras3 at hotmail.com - Patch by: Wcc - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 72f5c3e (2005-01-22 07:22:03 +0000) by Will Buckner -- Fix for problems created when loading long user-defined channel setting -names from the channel file. * Patch by: Stream - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 63d5511 (2005-01-20 21:03:37 +0000) by Will Buckner -- Help file update related to sharing. * Patch by: Shawn888, slennox - -doc/UPDATES1.6 -help/cmds2.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit f0657c7 (2005-01-20 20:50:54 +0000) by Will Buckner -* Ran misc/runautotools. - -config.h.in -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit fb71c1d (2005-01-20 20:45:20 +0000) by Will Buckner -- Fix for randint() on Solaris / SunOS. * Patch by: Mikael Hedberg - -aclocal.m4 -doc/UPDATES1.6 -src/main.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5559096 (2005-01-07 02:25:05 +0000) by Tothwolf -* Corrections to MODE binding documentation. - -doc/html/tcl-commands.html -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 7ac8f4c (2005-01-03 20:03:41 +0000) by Alan Cameron -Run misc/runautotools because of changes to aclocal.m4 and configure.ac -files - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 928f482 (2005-01-03 20:01:47 +0000) by Alan Cameron -- Updated Copyright Dates * Patch by: 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/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 -doc/tcl-commands.doc -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/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/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/wire.mod/wire.c -src/mod/wire.mod/wire.h -src/mod/woobie.mod/woobie.c -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 -text/CONTENTS -text/banner - -- - - - - - - - - - - - - - - -Commit 3788919 (2004-12-11 04:23:46 +0000) by Will Buckner -* Fixed byg 418 (misleading comment). Found by rush at winkey.oompah.org. - -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit b304ace (2004-12-02 23:36:47 +0000) by Will Buckner -- Fixed 3 invalid reads in notes.c. * Patch by: rush at winkey.oompah.org - -doc/UPDATES1.6 -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 504b516 (2004-09-02 22:49:25 +0000) by Will Buckner -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). - -doc/html/mod-server.html -doc/settings/mod.server -eggdrop.conf -misc/newversion -src/mod/server.mod/server.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 208a82b (2004-08-28 06:50:35 +0000) by Will Buckner -* A couple more unused variables and an unused function removed. - -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 - -- - - - - - - - - - - - - - - -Commit af04ee7 (2004-08-28 06:43:23 +0000) by Will Buckner -* 'make depend' works again. Use 'misc/makedepend' to update Makefile -dependencies (Backport 1.7). * Small fix to misc/addpatch by TaKeDa -(Backport 1.7). - -Makefile.in -misc/addpatch -misc/makedepend -src/Makefile.in -src/compat/Makefile.in -src/main.h -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit d461f90 (2004-08-25 06:57:46 +0000) by Will Buckner -* 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. - -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 919e85c (2004-08-24 15:44:13 +0000) by Will Buckner -- Currected a few of the error messages in neterror(). * Found by: Steven -Nikkel - Patch by: Wcc -Bug: 410 - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9517179 (2004-08-24 04:45:25 +0000) by Will Buckner -* Ran autoconf. - -configure - -- - - - - - - - - - - - - - - -Commit 4316b10 (2004-08-24 04:44:47 +0000) by Will Buckner -- Corrected the order of our search paths for Tcl. This should help stop -version mismatches between the headers and libraries. * Patch by: CoderX2 - -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 912a65a (2004-08-24 03:41:04 +0000) by Will Buckner -* Ran autoconf, and made a misc/runautotools to automate updating all of -the configure scripts. - -configure -misc/newversion -misc/runautotools -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 6d0e764 (2004-08-24 02:37:06 +0000) by Will Buckner -* Start of 1.6.18. I added a little script to bump versions when we do a -new release. - -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 -doc/tcl-commands.doc -misc/newversion -src/main.c -src/mod/compress.mod/configure.ac -src/mod/dns.mod/configure.ac -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7db8d7a (2004-08-22 22:33:24 +0000) by Will Buckner -* Ready to release 1.6.17. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 3133ff9 (2004-08-21 22:43:27 +0000) by Will Buckner -* Somehow the IRC module docs got out of sync with the config file. - -doc/html/mod-irc.html -doc/settings/mod.irc -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 100d39e (2004-08-21 00:18:39 +0000) by Will Buckner -* Ran autoconf. - -configure - -- - - - - - - - - - - - - - - -Commit 99e8746 (2004-08-21 00:16:56 +0000) by Will Buckner -* Some doc fixes. - -aclocal.m4 -doc/COMPILE-GUIDE -doc/html/compiling.html -doc/html/index.html - -- - - - - - - - - - - - - - - -Commit 8a55b12 (2004-08-20 07:13:37 +0000) by Will Buckner -* Ran autoconf. - -configure - -- - - - - - - - - - - - - - - -Commit ba07089 (2004-08-20 07:10:40 +0000) by Will Buckner -* 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. - -aclocal.m4 -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit 251f80f (2004-08-12 06:49:58 +0000) by Will Buckner -* Small change to misc/releaseprep to remove another empty directory from -the final release. - -misc/releaseprep -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 4f107ff (2004-08-09 04:39:44 +0000) by Will Buckner -* More doc/cosmetic stuff. - -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 - -- - - - - - - - - - - - - - - -Commit 598014b (2004-08-09 03:19:02 +0000) by Will Buckner -* Much needed updates to the man page (its been 4 years!). * Misc doc -stuff.. probably more coming. - -configure -doc/ABOUT -doc/html/patch-howto.html -doc/man1/eggdrop.1 -logs/CONTENTS -scripts/CONTENTS -src/patch.h - -- - - - - - - - - - - - - - - -Commit c440b7d (2004-08-08 18:17:00 +0000) by Will Buckner -* Renamed doc/COMPILING-FAQ to doc/COMPILE-GUIDE (it isn't just an FAQ -now). - -INSTALL -aclocal.m4 -doc/COMPILE-GUIDE -doc/COMPILING-FAQ -doc/CONTENTS -doc/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 569b173 (2004-08-04 19:57:13 +0000) by Will Buckner -* Cosmetic fix to a dprintf() cmd_pls_bot (also reworked it so the entire -body isn't inside an else {}...). Found by BarkerJr. - -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f7bc5ee (2004-08-02 20:24:08 +0000) by Will Buckner -* I thought I nuked this a week ago.. - -misc/releaseprep -src/mod/eggmod.sh - -- - - - - - - - - - - - - - - -Commit e4a7a61 (2004-08-02 20:15:40 +0000) by Will Buckner -* Ok, now... - -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit f8e6698 (2004-08-02 20:09:51 +0000) by Will Buckner -* Er. - -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit 9c0c967 (2004-08-02 20:08:49 +0000) by Will Buckner -* Small changes to releaseprep to work correctly for RC releases. - -misc/addpatch -misc/releaseprep -src/patch.h - -- - - - - - - - - - - - - - - -Commit c3d86e8 (2004-08-02 19:03:54 +0000) by Will Buckner -* Getting ready for RC1. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 0950131 (2004-08-02 18:50:47 +0000) by Will Buckner -- Added a "stripcodes" Tcl command. See doc/tcl-commands.doc for more -information. * Patch by: BarkerJr -(And some related doc updates...) - -NEWS -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 7ab97b0 (2004-07-31 01:21:53 +0000) by Will Buckner -- Bot idx's should be considered valid to tcl_valididx. * Found by: -SteppenWolf - Patch by: Wcc - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2f7f082 (2004-07-25 22:16:43 +0000) by Will Buckner -* 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.) - -configure - -- - - - - - - - - - - - - - - -Commit cf45073 (2004-07-25 22:15:12 +0000) by Will Buckner -* Always try to detect shared Tcl libraries before static ones. - -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 45afcd7 (2004-07-25 21:37:32 +0000) by Will Buckner -- We now correctly differentiate the +l user flag from the +l bot flag. * -Found by: Joker - Patch by: Wcc, darko`` - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7255b0b (2004-07-25 20:39:01 +0000) by Will Buckner -* Small fix to realname code in got001().. see the comment for details. - -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9cfce1f (2004-07-25 11:18:29 +0000) by Will Buckner -* Ran autoconf. - -configure -src/mod/compress.mod/configure -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit cb53c4f (2004-07-25 11:17:35 +0000) by Will Buckner -* 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). - -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/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/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/eggmod.m4 -src/mod/filesys.mod/Makefile -src/mod/irc.mod/Makefile -src/mod/modvals.h -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 -src/modules.c -src/modules.h -src/patch.h -src/tcl.c -src/users.c - -- - - - - - - - - - - - - - - -Commit c851c27 (2004-07-25 03:57:00 +0000) by Will Buckner -* And just when you guys thought there wouldn't be any more 5,000 line doc - commits.. =P - -CONTENTS -FEATURES -INSTALL -README -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/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 -doc/tcl-commands.doc -eggdrop.conf -src/mod/wire.mod/help/wire.help -src/mod/wire.mod/modinfo -src/patch.h -text/CONTENTS - -- - - - - - - - - - - - - - - -Commit adfef10 (2004-07-18 17:54:38 +0000) by Will Buckner -- Don't try to call tcl_notes if the notes module isn't loaded. * Found by: -Chris Northwood - Patch by: lordares - -doc/UPDATES1.6 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 8334a48 (2004-07-05 21:42:39 +0000) by Will Buckner -- Show a more descriptive error message when a listen socket can't be -opened. * Found by: various - Patch by: Wcc - -doc/UPDATES1.6 -src/net.c -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 55f9112 (2004-07-05 07:35:16 +0000) by Will Buckner -- 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 - -doc/UPDATES1.6 -src/botmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b85e4f7 (2004-07-05 05:14:12 +0000) by Will Buckner -- Fixed Tcl encoding issues with .tcl and .set. * Found by: fabulous, -Miguel Ventura - Patch by: CoderX2 -* Added Darko to AUTHORS. - -doc/AUTHORS -doc/UPDATES1.6 -doc/html/authors.html -src/cmds.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit ac06807 (2004-07-05 04:37:34 +0000) by Will Buckner -- Added a set of Finnish language files and a Finnish MOTD. * Patch by: -Mikko Vester - -doc/UPDATES1.6 -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -language/core.finnish.lang -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 -src/patch.h -text/motd.finnish - -- - - - - - - - - - - - - - - -Commit 537d8eb (2004-07-02 21:21:08 +0000) by Will Buckner -- 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`` - -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit efd58dd (2004-07-02 21:02:02 +0000) by Will Buckner -- time_t isn't unsigned, and therefor %lu should not be used as a -conversion specifier. * Patch by: lordares - -doc/UPDATES1.6 -src/dcc.c -src/dns.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 -src/patch.h -src/tcldcc.c -src/tclmisc.c -src/userrec.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 787a14d (2004-07-02 20:48:51 +0000) by Will Buckner -* Fixed a warning in dcc.c (also saves CPU time). Patch by BarkerJr. - -config.h.in -configure -configure.ac -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5dc37e8 (2004-06-27 17:26:51 +0000) by Will Buckner -- Added support for Quakenet channel modes. * Patch by: thommey - -doc/UPDATES1.6 -src/chan.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit dd5ab64 (2004-06-21 05:57:24 +0000) by Will Buckner -- Removed an invalid killsock() in dcc.c * Patch by: lordares - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 29feea0 (2004-06-20 02:28:10 +0000) by Will Buckner -* Small cleanup. - -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 09361d7 (2004-06-17 05:56:20 +0000) by Will Buckner -- Fixed extra spaces being written to chan file. * Patch by: lordares - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f0edd6f (2004-06-17 05:43:29 +0000) by Will Buckner -* Some more build-process stuff. - -Makefile.in -doc/Makefile.in -misc/addpatch -scripts/Makefile.in -src/mod/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8f91d6f (2004-06-16 06:55:16 +0000) by Will Buckner -* Ran autoconf && autoheader. - -config.h.in -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 23a5b2e (2004-06-16 06:53:03 +0000) by Will Buckner -* Grr. - -aclocal.m4 -configure.ac - -- - - - - - - - - - - - - - - -Commit 113d9d0 (2004-06-16 06:47:10 +0000) by Will Buckner -* More autotools stuff. - -aclocal.m4 -configure.ac - -- - - - - - - - - - - - - - - -Commit 9069e83 (2004-06-16 03:45:41 +0000) by stdarg -* Fix to check_delay - -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit 6c53d69 (2004-06-15 07:28:14 +0000) by Will Buckner -* Ran autoconf (/src/mod/dns.mod, /src/mod/compress.mod). * UPDATES1.6 -entry from past commit. - -doc/UPDATES1.6 -src/mod/compress.mod/configure -src/mod/dns.mod/configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9ed5386 (2004-06-15 07:25:51 +0000) by Will Buckner -* Ran autoconf (/). * Modules: configure.in -> configure.ac. - -configure -src/mod/compress.mod/configure.ac -src/mod/compress.mod/configure.in -src/mod/dns.mod/configure.ac -src/mod/dns.mod/configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit c96d59f (2004-06-15 07:20:55 +0000) by Will Buckner -* 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. - -Makefile.in -config.h.in -configure -configure.ac -misc/modconfig -src/mod/compress.mod/.gitignore -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/.gitignore -src/mod/dns.mod/configure -src/mod/dns.mod/configure.in -src/mod/eggautoconf -src/mod/eggmod.m4 -src/mod/filesys.mod/filedb3.h -src/mod/filesys.mod/filesys.c -src/mod/seen.mod/seen.c -src/mod/wire.mod/wire.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ceaf4be (2004-06-14 01:14:08 +0000) by Will Buckner -* Misc. cleanups. - -src/bg.c -src/chanprog.c -src/compat/inet_aton.h -src/eggdrop.h -src/main.c -src/main.h -src/mem.c -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.h -src/mod/filesys.mod/filedb3.h -src/mod/filesys.mod/files.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/uptime.mod/uptime.c -src/mod/wire.mod/wire.c -src/mod/woobie.mod/woobie.c -src/net.c -src/patch.h -src/proto.h -src/tcl.c -src/tclhash.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit f4cbbf0 (2004-06-13 21:02:13 +0000) by Will Buckner -* 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. - -src/chanprog.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit adef244 (2004-06-13 17:34:01 +0000) by Will Buckner -* Fix to fixfrom() from cleanups1.6. - -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 94425b3 (2004-06-12 21:00:41 +0000) by Will Buckner -- Op (+o) implies halfop (+l) now. * Patch by: darko`` - -doc/UPDATES1.6 -src/flags.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 00a7847 (2004-06-12 19:54:04 +0000) by Will Buckner -* Part two of Sup's rmspace() optimization. - -src/chanprog.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a78fb38 (2004-06-12 01:24:57 +0000) by Will Buckner -- Cleaned up and optimized rmspace() and fixfrom(). * Patch by: Sup - -doc/UPDATES1.6 -src/chanprog.c -src/eggdrop.h -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 6cc5d31 (2004-06-11 19:17:44 +0000) by Will Buckner -* Run autoconf from last commit. - -configure - -- - - - - - - - - - - - - - - -Commit dc5d659 (2004-06-11 19:16:27 +0000) by Will Buckner -* Updated recomended Tcl version to 8.4.6. - -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 698741c (2004-06-11 18:40:59 +0000) by Will Buckner -* 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.... - -doc/COMPILING-FAQ -doc/html/compiling.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit f1e748e (2004-06-11 17:55:49 +0000) by Will Buckner -*** empty log message *** - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 2943743 (2004-06-11 17:46:14 +0000) by Will Buckner -- 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 - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/botcmd.c -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit ba7e335 (2004-06-11 06:06:24 +0000) by Will Buckner -* Couple fixes from that last patch. - -src/botnet.c -src/dccutil.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5b68007 (2004-06-11 05:53:03 +0000) by Will Buckner -- Remove some unneeded casts. * Patch by: darko`` - -doc/UPDATES1.6 -src/botnet.c -src/chanprog.c -src/dccutil.c -src/misc.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 -src/net.c -src/patch.h -src/tcl.c -src/tclhash.c -src/tclmisc.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 86d097d (2004-06-10 20:36:54 +0000) by Will Buckner -- Fixed performance issues with mv/cp when a lot of files are in the file -area. * Found by: fabulous - Patch by: Wingman - -doc/UPDATES1.6 -src/mod/filesys.mod/filedb3.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9461f88 (2004-06-10 20:03:19 +0000) by Will Buckner -- Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, not LB_LIBRARY_PATH. * -Found by: NoPleX - Patch by: Wcc - -doc/COMPILING-FAQ -doc/UPDATES1.6 -doc/html/compiling.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 602f5ea (2004-06-09 17:43:09 +0000) by Will Buckner -* Hmm, how did that happen? Damn middle mouse button. =P - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit a78be9e (2004-06-09 17:34:16 +0000) by Will Buckner -- Fix a possible issue with ident code. * Found by: various - Patch by: -darko`` - -doc/UPDATES1.6 -src/dcc.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 3520cc9 (2004-06-06 00:04:18 +0000) by stdarg -*** empty log message *** - -INSTALL - -- - - - - - - - - - - - - - - -Commit 90b3bfd (2004-06-06 00:03:57 +0000) by stdarg -*** empty log message *** - -INSTALL - -- - - - - - - - - - - - - - - -Commit 04cb3f3 (2004-06-04 17:25:17 +0000) by Will Buckner --- Small updates from tcl_mkdir patch... - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/mod/filesys.mod/tclfiles.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 985afcd (2004-06-04 16:41:08 +0000) by Will Buckner -- Don't let .tcl mkdir create duplicate filedb entries. * Found by: -fabulous - Patch by: Wingman - -configure -doc/UPDATES1.6 -src/mod/filesys.mod/tclfiles.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 12a0d5e (2004-06-04 14:07:48 +0000) by Will Buckner -- 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. - -aclocal.m4 -config.h.in -configure -configure.ac -doc/UPDATES1.6 -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2481d0e (2004-06-03 14:10:18 +0000) by Will Buckner -* 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. - -aclocal.m4 -configure -help/cmds1.help -help/cmds2.help -src/eggdrop.h -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f6e673d (2004-06-03 03:57:39 +0000) by Will Buckner -Testing. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit cd4c073 (2004-06-03 02:51:59 +0000) by Will Buckner -* Seeing if CVS works right now. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit a7cd9e7 (2004-06-02 06:58:59 +0000) by Will Buckner -* Start of 1.6.17 :) - -configure -configure.ac -doc/COMPILING-FAQ -doc/PATCH-HOWTO -doc/TEXT-SUBSTITUTIONS -doc/UPDATES1.6 -doc/html/app-textsub.html -doc/html/compiling.html -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a53e17b (2004-06-01 00:59:47 +0000) by Will Buckner -* Misc stuff before the release. - -doc/UPDATES1.6 -help/core.help - -- - - - - - - - - - - - - - - -Commit 08ec0f6 (2004-06-01 00:41:24 +0000) by Will Buckner -* Help file stuff. - -help/core.help - -- - - - - - - - - - - - - - - -Commit 034b39e (2004-05-27 06:29:46 +0000) by Will Buckner -* Part 4 of doc stuff.. more will come tomorrow. - -doc/UPDATES1.6 -doc/html/mod-compress.html -doc/settings/mod.compress -eggdrop.conf -help/core.help -src/misc.c -src/mod/compress.mod/help/set/compress.help -src/mod/irc.mod/help/irc.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit a1b092f (2004-05-27 05:33:41 +0000) by Will Buckner -* Fixed a missing alarm call (removed accidentally with IPv6). - -src/mod/wire.mod/wire.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 999d89b (2004-05-27 05:23:41 +0000) by Will Buckner -* Doc stuff part 3. - -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 -eggdrop.conf -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/help/set/transfer.help -src/mod/transfer.mod/help/transfer.help -src/mod/transfer.mod/modinfo -src/mod/uptime.mod/help/uptime.help -src/mod/uptime.mod/modinfo -src/mod/uptime.mod/uptime.c -src/mod/wire.mod/help/wire.help -src/mod/wire.mod/wire.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b951a42 (2004-05-27 04:18:40 +0000) by Will Buckner -* More help/docs. - -doc/MODULES -doc/UPDATES1.6 -doc/html/mod-filesys.html -doc/settings/mod.filesys -doc/settings/mod.notes -eggdrop.conf -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 96cdfee (2004-05-27 01:30:12 +0000) by Will Buckner -* Some help and doc stuff... wanted to go ahead and do a commit, but more -is coming in a few minutes. - -doc/html/mod-irc.html -doc/html/tcl-commands.html -doc/settings/mod.irc -doc/tcl-commands.doc -help/cmds2.help -help/set/cmds1.help -scripts/help/userinfo.help -src/mod/assoc.mod/help/assoc.help -src/mod/assoc.mod/modinfo -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/help/irc.help -src/mod/irc.mod/modinfo -src/mod/server.mod/help/server.help -src/mod/woobie.mod/modinfo -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7258c2b (2004-05-26 00:20:19 +0000) by Will Buckner -- Use high-order bits for random numbers. - Cleaned up and optimized delay -code in share.c. * Patch by: Sup - -doc/UPDATES1.6 -src/dccutil.c -src/main.c -src/main.h -src/misc.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 -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 0da4fca (2004-05-24 19:14:38 +0000) by Will Buckner -* Change Undernet nicklen to 12. - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1c01a03 (2004-05-22 07:57:58 +0000) by Will Buckner -* Fix flags not lining up in .console's help. Found by BarkerJr. - -help/cmds1.help - -- - - - - - - - - - - - - - - -Commit 2e94d9e (2004-05-20 22:39:20 +0000) by Will Buckner -* Fix text sent to the server being terminated with "\x00\x0d\x0a" -instead of just "\x0d\x0a". Patch by Sven Trenkel. - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c1aaf75 (2004-05-20 21:44:10 +0000) by Will Buckner -* Small fix to transfer.mod lang files. Patch by winkey. - -doc/UPDATES1.6 -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/patch.h - -- - - - - - - - - - - - - - - -Commit b252510 (2004-04-30 07:51:08 +0000) by Tothwolf -* Documentation fixes. * Cosmetic fixes for tcl_clearqueue and -tcl_queuesize. - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/mod/server.mod/tclserv.c - -- - - - - - - - - - - - - - - -Commit 13ebd1f (2004-04-13 03:57:51 +0000) by Will Buckner -* Fixed some doc stuff. - -README -doc/BUG-REPORT -doc/html/faqs.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 377564e (2004-04-10 07:49:23 +0000) by stdarg -* Another try at hpux fix - -src/md5/md5c.c - -- - - - - - - - - - - - - - - -Commit dd9df44 (2004-04-10 04:53:42 +0000) by Will Buckner -* More HP stuff. - -aclocal.m4 -configure -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a35b9c9 (2004-04-10 03:52:28 +0000) by stdarg -* Fixed some compile warnings - -src/md5/md5c.c -src/net.c -src/tcl.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 2817336 (2004-04-09 20:16:25 +0000) by Will Buckner -* Small fix to releaseprep... was making ./configure -x. - -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit e10d151 (2004-04-09 18:38:04 +0000) by Will Buckner -* Small fix. - -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit c850503 (2004-04-09 18:31:37 +0000) by Will Buckner -* More releaseprep changes. - -Makefile.in -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit e00a01b (2004-04-09 18:06:18 +0000) by Will Buckner -* More releaseprep stuff. - -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit a009d3a (2004-04-09 18:00:31 +0000) by Will Buckner -* Missing \n in some notes files. Found by dollar. - -doc/UPDATES1.6 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7342b12 (2004-04-09 04:18:07 +0000) by Will Buckner -* Detect Tcl 8.5. Patch by Juvenal. - -configure -configure.ac -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1290af6 (2004-04-09 02:33:19 +0000) by Will Buckner -* Wrote a small release-prep script. - -misc/releaseprep - -- - - - - - - - - - - - - - - -Commit b47d652 (2004-04-08 00:54:40 +0000) by Will Buckner -- Fixed a crash in savechannels/loadchannels. Found by: Stu Jones - Patch -by: TaKeDa - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b1638ce (2004-04-07 13:00:39 +0000) by Will Buckner -* Fixed a crash in putlog() that appears when timestamps are turned off. -Patch by darko``. - -doc/UPDATES1.6 -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d2bbbdd (2004-04-06 07:15:18 +0000) by Will Buckner -* Rewrote isowner(). Patch by Sup. - -doc/UPDATES1.6 -src/chanprog.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 446359c (2004-04-06 06:56:38 +0000) by Will Buckner -* Some trim-trailing-space/tab2space stuff. - -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/mod/share.mod/share.c -src/modules.c -src/rfc1459.c -src/tcldcc.c -src/tclhash.c -src/tclmisc.c -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 0a71291 (2004-04-06 06:50:11 +0000) by Will Buckner -* Doc stuff. - -doc/COMPILING-FAQ -doc/UPDATES1.6 -doc/html/compiling.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7552062 (2004-04-05 23:35:20 +0000) by Will Buckner -* Better support for non-standard "op" prefixes (UnrealIRCD, etc.). Patch -by Sven. * More doc updates/etc. - -doc/BUG-REPORT -doc/COMPILING-FAQ -doc/UPDATES1.6 -doc/html/compiling.html -eggdrop.conf -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 6d207c3 (2004-03-14 13:52:29 +0000) by Will Buckner -* Terminate wire_bot[] in wire.mod, fixing a crash. Patch by Bryan Dolan. - -doc/UPDATES1.6 -src/mod/wire.mod/wire.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 827c066 (2004-03-14 13:30:21 +0000) by Will Buckner -* Fixed a segfault in dcc.c. Patch by daimonic. - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3765d8a (2004-02-25 23:08:12 +0000) by stdarg -* rmspace workaround for constant arguments - -src/chanprog.c - -- - - - - - - - - - - - - - - -Commit 6c76e5a (2004-02-14 20:11:08 +0000) by Will Buckner -* Small bugfix to notes.mod. Reported by Danil Boeije. - -doc/UPDATES1.6 -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dfa0f2b (2004-02-10 02:10:50 +0000) by Will Buckner -* Indenting and stuff... - -doc/UPDATES1.6 -src/chanprog.c -src/match.c -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit 08d8ee2 (2004-02-10 01:57:13 +0000) by Will Buckner -* Don't always set SHARE_OFFERED status in check_expired_tbufs(). Patch -by: Luca De Roberto, Dania Stolfi, Giuseppe Caulo - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e7b091f (2004-02-06 22:36:28 +0000) by stdarg -* 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 - -src/dcc.c -src/mem.c -src/mod/notes.mod/notes.c - -- - - - - - - - - - - - - - - -Commit 6c9e832 (2004-02-04 02:40:42 +0000) by stdarg -* 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! - -src/chanprog.c -src/match.c -src/mod/server.mod/server.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 7f9391f (2004-02-01 06:13:03 +0000) by Will Buckner -* Cosmetic fixes to notes.mod. Found by: BarkerJr - Patch by: Wcc - -doc/UPDATES1.6 -language/core.danish.lang -language/core.english.lang -src/botnet.c -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 -src/mod/notes.mod/notes.c -src/mod/notes.mod/notes.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 76ed18e (2004-01-20 18:39:37 +0000) by Will Buckner -* Don't check the bot's own user record when looking for a hub/althub to -link to. Found by poptix; patch by lordares. - -doc/UPDATES1.6 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 6f97cbd (2004-01-18 03:57:26 +0000) by Will Buckner -* Small fix from last commit. - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit 1c098f3 (2004-01-18 03:50:21 +0000) by Will Buckner -* More build process stuff. - -aclocal.m4 -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 50f33c7 (2004-01-18 02:11:39 +0000) by Will Buckner -* 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. - -aclocal.m4 -configure -configure.ac -doc/COMPILING-FAQ -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5b3f948 (2004-01-13 10:21:00 +0000) by Will Buckner -* OSF/1 fixes. - -doc/COMPILING-FAQ -doc/html/compiling.html -src/compat/snprintf.c -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4510c56 (2004-01-13 10:04:45 +0000) by Will Buckner -* More build process stuff. - -aclocal.m4 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 712e3e0 (2004-01-13 01:30:26 +0000) by Will Buckner -* Fixes from select_argtypes. * Doc updates. * More small build-process -fixes. * More .cvsignore stuff. - -INSTALL -README -aclocal.m4 -doc/html/egg-core.html -doc/html/install.html -doc/html/readme.html -doc/html/tcl-commands.html -doc/settings/core.settings -doc/tcl-commands.doc -eggdrop.conf -help/set/cmds1.help -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 327fdc6 (2004-01-12 07:49:17 +0000) by Will Buckner -* 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. - -aclocal.m4 -config.h.in -configure -configure.ac -src/compat/inet_aton.h -src/modules.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f36f9e1 (2004-01-10 18:53:28 +0000) by Will Buckner -* .cvsignores - -doc/.gitignore -scripts/.gitignore -src/.gitignore -src/compat/.gitignore -src/md5/.gitignore -src/mod/.gitignore -src/mod/compress.mod/.gitignore -src/mod/dns.mod/.gitignore - -- - - - - - - - - - - - - - - -Commit be4573e (2004-01-10 08:41:38 +0000) by Will Buckner -* Fixes from server_crlf. * Add space between Banned: and kick reason. -Found by reed. - -language/core.danish.lang -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/mod/server.mod/server.c -src/mod/server.mod/server.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2ecf3ed (2004-01-09 12:23:59 +0000) by Will Buckner -* Oops. - -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit 0151ebb (2004-01-09 12:07:23 +0000) by Will Buckner -* Make sure we append \r\n to irc messages. - -src/misc.c -src/mod/module.h -src/mod/server.mod/server.c -src/modules.c -src/net.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 2b99a8c (2004-01-09 09:48:33 +0000) by Tothwolf -*** empty log message *** - -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit d62e2c4 (2004-01-09 08:23:53 +0000) by Will Buckner -* A few server-queuing fixes.. this might fix bug 379; please test. - -eggdrop.conf -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3884e5f (2004-01-09 05:56:39 +0000) by Will Buckner -* Yay, 2004 copyright. That sucked.. I need to write a script to do that... -*pops knuckles and stretches*. - -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/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 -doc/tcl-commands.doc -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/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/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/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/eggautoconf -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/wire.mod/wire.c -src/mod/wire.mod/wire.h -src/mod/woobie.mod/woobie.c -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 -text/CONTENTS -text/banner - -- - - - - - - - - - - - - - - -Commit 4eedc66 (2004-01-09 02:01:44 +0000) by Will Buckner -* configure.in -> configure.ac - -CONTENTS -config.h.in -configure -configure.ac -configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1e0c3c4 (2004-01-09 01:52:44 +0000) by Will Buckner -* Er.. - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit 0cf2d18 (2004-01-09 01:50:22 +0000) by Will Buckner -* Fixes. - -configure -configure.in -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 62cdf4c (2004-01-09 01:36:38 +0000) by Will Buckner -* Fixes/updates for newer autoconf versions. This should fix the -permissions errors. * Removed --disable-cc-optimization. - -acconfig.h -aclocal.m4 -config.h.in -configure -configure.in -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 296cdcf (2004-01-06 10:34:16 +0000) by Will Buckner -* Autoconf 2.59. * Mac OS X fixes. * Fixes from previous msg_status() -changes. - -aclocal.m4 -config.h.in -configure -configure.in -doc/UPDATES1.6 -src/eggdrop.h -src/mod/compress.mod/compress.c -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fe250fc (2003-12-27 10:55:11 +0000) by Tothwolf -* Added matchbotattrany * Optimized ordnumber * More minor changes - -scripts/alltools.tcl - -- - - - - - - - - - - - - - - -Commit 295f5c9 (2003-12-23 22:13:44 +0000) by Will Buckner -* Truncate passwords at 30 chars instead of 15. Found by ting. Patch by -Paladin. - -doc/UPDATES1.6 -src/patch.h -src/userent.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 20be0eb (2003-12-20 22:29:51 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/main.c -src/mod/blowfish.mod/modinfo -src/mod/dns.mod/configure -src/mod/dns.mod/configure.in -src/mod/irc.mod/tclirc.c -src/modules.c - -- - - - - - - - - - - - - - - -Commit 0f59a52 (2003-12-15 06:18:52 +0000) by Tothwolf -* Sanity check for EGG_PROG_HEAD_1 autoconf macro. - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit beb57ec (2003-12-14 06:44:25 +0000) by Will Buckner -* Indenting, UPDATES1.6... - -doc/UPDATES1.6 -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit 5859f7b (2003-12-14 06:26:11 +0000) by stdarg -* leftover putlog - -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit c7d0b33 (2003-12-14 06:08:15 +0000) by stdarg -* Check for multiple sources in mv when moving onto a single dest file. I -think. - -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f210695 (2003-12-14 06:04:16 +0000) by Will Buckner -* man1 updates. - -doc/man1/eggdrop.1 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 28745b8 (2003-12-14 05:17:16 +0000) by Will Buckner -* Grr. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 805e0d1 (2003-12-14 04:31:02 +0000) by Will Buckner -* Ha. - -src/cmds.c - -- - - - - - - - - - - - - - - -Commit d232dcd (2003-12-14 04:24:02 +0000) by Will Buckner -* Allow any user to .whois their own handle. Found by zeveroar at -phreaker dot net (ZeveRoaRe RoeLt). - -doc/UPDATES1.6 -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 3a34714 (2003-12-13 22:06:08 +0000) by Will Buckner -* Added a new EVNT type, "userfile-loaded", which is called after the bot's - userfile has been loaded. Patch by darko``. Found by wanderer. - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/chanprog.c -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 404b534 (2003-12-13 19:18:50 +0000) by Will Buckner -* Small fix. - -src/mod/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit f792ee9 (2003-12-12 00:06:04 +0000) by Will Buckner -* Fixed a few places where chan->name was being used instead of -chan->dname. Found by wanderer. - -doc/UPDATES1.6 -src/botcmd.c -src/chan.h -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 28ab99b (2003-12-11 23:37:44 +0000) by Will Buckner -* hand2idx works for bots now. Found by BarkerJr. - -doc/UPDATES1.6 -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 0231bc2 (2003-12-11 03:56:39 +0000) by Will Buckner -* .stick/.unstick now works for channel masks. Patch by Sven -Trenkel. - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 769993c (2003-12-11 01:30:20 +0000) by Will Buckner -* Properly escape IPv6 masks in write_exempts() and write_invites(). Patch - by TaKeDa. - -doc/UPDATES1.6 -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 642f6ea (2003-12-11 01:23:51 +0000) by Will Buckner -* Docs. - -CONTENTS -FEATURES -INSTALL -NEWS -README -doc/html/readme.html - -- - - - - - - - - - - - - - - -Commit 4e34bf9 (2003-12-11 00:37:00 +0000) by Will Buckner -* Works now; WEIRD. My tree must have been desynched. - -src/mod/channels.mod/userchan.c - -- - - - - - - - - - - - - - - -Commit 7d74962 (2003-12-11 00:31:28 +0000) by Will Buckner -* Doc updates. * Testing stick stuff. - -doc/FIRST-SCRIPT -doc/PATCH-HOWTO -src/mod/channels.mod/userchan.c - -- - - - - - - - - - - - - - - -Commit 5901d69 (2003-12-10 19:37:27 +0000) by Will Buckner -* Small fix from num_delmask. - -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6e5d7fd (2003-12-10 19:04:50 +0000) by Will Buckner -* More build updates. - -Makefile.in -misc/modconfig -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4e211d9 (2003-12-10 05:21:22 +0000) by Tothwolf -* Fix for nonworking 'head -1' in GNU Coreutils 5.0. - -aclocal.m4 -configure -configure.in -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit add3f04 (2003-12-10 01:37:13 +0000) by Tothwolf -* Properly declare dcc_telnet_got_ident as static. - -src/dcc.c - -- - - - - - - - - - - - - - - -Commit 4cd502f (2003-12-09 22:22:20 +0000) by Will Buckner -* Forgot patch.h. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit acc50d8 (2003-12-09 22:21:47 +0000) by Will Buckner -* Cosmetic updates to the build process. * ctype.h is*() functions are -apparently unsafe unless recasted. * Found by Teemu Hjelt. - -Makefile.in -doc/Makefile.in -doc/UPDATES1.6 -misc/modconfig -scripts/Makefile.in -src/Makefile.in -src/compat/inet_aton.c -src/compat/snprintf.c -src/dcc.c -src/eggdrop.h -src/misc.c -src/mod/Makefile.in -src/mod/compress.mod/configure -src/mod/dns.mod/configure -src/mod/eggmod.m4 - -- - - - - - - - - - - - - - - -Commit 2ff3eae (2003-12-09 00:51:12 +0000) by Will Buckner -* Small fix. - -doc/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit eae84a5 (2003-12-09 00:42:43 +0000) by Will Buckner -* Fixes from last commit. - -PATCH-HOWTO -doc/PATCH-HOWTO -doc/TRICKS - -- - - - - - - - - - - - - - - -Commit 320261d (2003-12-09 00:27:13 +0000) by Will Buckner -* 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*. - -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/html/app-tricks.html -doc/patch.howto -doc/tcl-commands.doc -doc/text-substitutions.doc -doc/tricks -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4d6a35d (2003-12-07 21:49:17 +0000) by Will Buckner -* Bans, exempts, and invites starting with numbers can now be removed, -stuck, and unstuck. Found by BarkerJr. - -doc/UPDATES1.6 -src/misc.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/userchan.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 1d3734f (2003-12-04 05:57:10 +0000) by Will Buckner -* Fixed head -1 problem. - -aclocal.m4 -configure -src/patch.h -text/CONTENTS - -- - - - - - - - - - - - - - - -Commit 1c61f93 (2003-12-02 00:37:34 +0000) by Will Buckner -* Fixed the very very horrible handling of arguments by tcl_dnslookup(). -Found by wanderer. Patch by KuNgFo0 and Wcc. - -doc/UPDATES1.6 -src/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e063296 (2003-12-02 00:10:47 +0000) by Will Buckner -* Reverted head.diff. - -aclocal.m4 -configure -doc/UPDATES1.6 -misc/config.guess -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7a9ea29 (2003-12-01 03:19:37 +0000) by Will Buckner -* Changed head -1 to head -n 1. Patch by guppy. Found by ali3n. - -aclocal.m4 -configure -doc/UPDATES1.6 -misc/config.guess -src/patch.h - -- - - - - - - - - - - - - - - -Commit 01f2b06 (2003-12-01 03:02:59 +0000) by Will Buckner -* Effing editor. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 052cb99 (2003-12-01 02:54:17 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8017596 (2003-11-30 21:42:07 +0000) by Matthew Hallacy -Added a space. - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit b4a88e0 (2003-11-30 21:39:30 +0000) by Will Buckner -* More help/doc updates. - -doc/UPDATES1.6 -doc/html/mod-share.html -doc/settings/mod.share -eggdrop.conf -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/set/share.help -src/mod/share.mod/help/share.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit e8471a6 (2003-11-27 07:09:28 +0000) by Will Buckner -* More cosmetics... - -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c2b4f99 (2003-11-27 06:15:06 +0000) by Will Buckner -* Fixes from last commit. - -src/mod/irc.mod/irc.c -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0812ab5 (2003-11-27 05:48:12 +0000) by Will Buckner -* Small fix from last commit. - -src/mod/irc.mod/msgcmds.c - -- - - - - - - - - - - - - - - -Commit f7dd585 (2003-11-27 05:45:06 +0000) by Will Buckner -* Continued. - -src/chanprog.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 486e881 (2003-11-27 05:17:02 +0000) by Will Buckner -* No point in exporting the var for this really. - -src/mod/irc.mod/msgcmds.c - -- - - - - - - - - - - - - - - -Commit 8c25b43 (2003-11-27 05:10:30 +0000) by Will Buckner -* Msg commands cosmetic cleanups. * More status cleanups. * Fixed a buffer -overrun in msg_status(). - -language/core.english.lang -src/chanprog.c -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7cf0b28 (2003-11-27 03:25:10 +0000) by Will Buckner -* Cosmetic fixes to .status. - -doc/UPDATES1.6 -src/chanprog.c -src/mod/irc.mod/irc.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 979283d (2003-11-27 03:20:24 +0000) by Will Buckner -* Cosmetic fixes to .who. - -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 - -- - - - - - - - - - - - - - - -Commit 5a0036b (2003-11-27 02:44:12 +0000) by Will Buckner -* Round 2. - -README -doc/html/app-textsub.html -doc/html/faqs.html -doc/text-substitutions.doc -help/cmds1.help -help/cmds2.help -help/core.help -src/dcc.c -src/eggdrop.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7eae45a (2003-11-27 01:07:46 +0000) by Will Buckner -* More doc and help file cleanups. More coming. - -doc/BOTNET -doc/BUG-REPORT -doc/html/botnet.html -doc/tricks -help/cmds1.help -help/cmds2.help -language/core.danish.lang -language/core.english.lang -language/core.french.lang -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8d478c2 (2003-11-26 16:01:10 +0000) by Will Buckner -* Fixed a getdesc segfault when a file has no description. Patch by dw. -Found by R. Ramos. - -doc/UPDATES1.6 -src/mod/filesys.mod/filedb3.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8fbfbde (2003-11-23 16:10:09 +0000) by Will Buckner -* Small typo fix. - -doc/compiling.FAQ -doc/html/compiling.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit f84c9ab (2003-11-01 23:26:58 +0000) by Will Buckner -* 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 - -NEWS -acconfig.h -aclocal.m4 -config.h.in -configure -configure.in -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 -eggdrop.conf -src/Makefile.in -src/botnet.c -src/cmds.c -src/compat/Makefile.in -src/compat/compat.h -src/compat/inet_ntop.c -src/compat/inet_ntop.h -src/dcc.c -src/eggdrop.h -src/main.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/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/module.h -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 -src/modules.c -src/net.c -src/patch.h -src/proto.h -src/tcl.c -src/tcldcc.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit ee70420 (2003-11-01 20:04:32 +0000) by Will Buckner -* 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" - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d7ec1cb (2003-11-01 20:00:31 +0000) by Will Buckner -* .chanset accepts '*'; reflect in the docs. Patch by Johoho. - -doc/UPDATES1.6 -src/mod/channels.mod/help/channels.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit d278b8a (2003-10-04 00:53:50 +0000) by Will Buckner -* 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? - -doc/UPDATES1.6 -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 1741336 (2003-08-21 02:02:50 +0000) by Tothwolf -*** empty log message *** - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 3625956 (2003-08-20 06:56:25 +0000) by Will Buckner -* Forgot UPDATES. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit f257775 (2003-08-20 04:52:14 +0000) by Will Buckner -* Patch by Sven Trenkel: * Fixed '.-ban number #channel' bug (bug 348). - * Found by R. Brooklyn. * Small fixes to fakemode-kick code. - -src/mod/channels.mod/cmdschan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6030c8a (2003-08-18 18:37:58 +0000) by Tothwolf -*** empty log message *** - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 4e0b18a (2003-08-18 03:27:06 +0000) by Will Buckner -* Made appropriate changes to accommodate for EFnet's implementation of -exempts and invites. - -doc/UPDATES1.6 -doc/html/mod-irc.html -doc/html/mod-server.html -doc/settings/mod.irc -doc/settings/mod.server -eggdrop.conf -src/mod/irc.mod/irc.c -src/mod/server.mod/help/set/server.help -src/mod/server.mod/server.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 426453f (2003-08-16 23:22:32 +0000) by Will Buckner -* Missing UPDATES entries; grr :P. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit a9ca497 (2003-08-16 21:26:57 +0000) by Will Buckner -* Updates to help for +host. Found by MC_8. Patch by BarkerJr. This -resolves bug 357. - -help/cmds1.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0f7e2d3 (2003-08-16 21:20:12 +0000) by Will Buckner -* Bind documentation updates. Found by |SmAsH|. - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8a2dd01 (2003-08-16 20:12:36 +0000) by Will Buckner -* Exported strip_mirc_codes() and check_ansi(). This closes bug 361. Found - by BarkerJr. - -doc/UPDATES1.6 -src/dcc.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 8dacef2 (2003-08-16 16:41:01 +0000) by stdarg -* H_notc used wrong handler. Fixed by PaulE@Blueyonder.co.uk - -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit 1810de0 (2003-08-06 18:17:56 +0000) by stdarg -* Check to make sure file we want to send exists; found by fabulous at -brasnet.org - -src/mod/transfer.mod/transfer.c - -- - - - - - - - - - - - - - - -Commit 65b0ea3 (2003-07-31 02:50:20 +0000) by Tothwolf -Removed unnecessary quiet_reject checks in msg_ident() that have been -present since 1.3.0+bel17. - -src/mod/irc.mod/msgcmds.c - -- - - - - - - - - - - - - - - -Commit fd2d886 (2003-07-01 04:36:26 +0000) by Will Buckner -* Fix to MD5 function exporting. Patch by Paladin. - -src/main.c -src/mod/module.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 20001e7 (2003-06-10 19:05:37 +0000) by Will Buckner -* Autoconf 2.57 has problems on FreeBSD; reverting to autoconf 2.54. - -config.h.in -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0296ab8 (2003-06-10 15:16:08 +0000) by stdarg -* 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? - -acconfig.h -aclocal.m4 -config.h.in -configure -src/main.c - -- - - - - - - - - - - - - - - -Commit e340721 (2003-06-10 04:27:19 +0000) by stdarg -* Removed stripping, added --enable-strip option to configure. Needs -testing since I don't know much about autoconf! - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit e41dbd9 (2003-06-09 01:49:10 +0000) by Will Buckner -* Small fix to n_realloc(). Patch by Timothy Barbeisch. - -doc/UPDATES1.6 -src/mem.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3ca4c5e (2003-05-14 05:27:48 +0000) by stdarg -* Another missing sys/types.h? - -src/compat/inet_ntop.h - -- - - - - - - - - - - - - - - -Commit a609564 (2003-05-13 20:06:49 +0000) by Will Buckner -* Tcl commands doc update by PPSlim. - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8f771e0 (2003-05-12 23:57:51 +0000) by Will Buckner -* Updates to addpatch script. * Added a sanity check to previous patch. - -misc/addpatch -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit c08c06a (2003-05-11 23:53:24 +0000) by Will Buckner -* Fixed output of tcl_duration to not return extra spaces. Found by -Wanderer. - -doc/UPDATES1.6 -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 93961fa (2003-05-08 01:51:39 +0000) by stdarg -* .topic command works for halfops too - -src/mod/irc.mod/cmdsirc.c - -- - - - - - - - - - - - - - - -Commit 3ab2ad5 (2003-05-08 00:20:09 +0000) by stdarg -* Fix .voice/.devoice logic - -src/mod/irc.mod/cmdsirc.c - -- - - - - - - - - - - - - - - -Commit d68811f (2003-05-07 23:05:08 +0000) by Will Buckner -* More inet_ntop() fixes. - -aclocal.m4 -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8bef1a7 (2003-05-07 20:41:32 +0000) by Will Buckner -* More socklen_t fixes. - -aclocal.m4 -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 12e24a6 (2003-05-07 04:57:04 +0000) by Will Buckner -* Indenting. - -src/compat/inet_ntop.c - -- - - - - - - - - - - - - - - -Commit 716dcaa (2003-05-07 04:46:18 +0000) by Will Buckner -* Ran autoconf 2.54. - -configure - -- - - - - - - - - - - - - - - -Commit 907fd95 (2003-05-07 04:45:10 +0000) by Will Buckner -* Don't compile inet_ntop compatability code unless USE_IPV6 is defined. * -typedef socklen_t to int if non-existant. - -acconfig.h -aclocal.m4 -config.h.in -configure.in -doc/UPDATES1.6 -src/compat/inet_ntop.c -src/compat/inet_ntop.h -src/eggdrop.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c0f656d (2003-05-07 00:23:25 +0000) by Will Buckner -* IPv6 documentation updates. - -doc/html/mod-server.html -doc/settings/mod.server -eggdrop.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 061878b (2003-05-05 00:49:44 +0000) by Will Buckner -* Fixed an uninitialized variable in putlog(). Patch by TaKeDa. - -doc/UPDATES1.6 -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 55520fa (2003-05-05 00:22:31 +0000) by Will Buckner -* Start of 1.6.16. - -doc/UPDATES1.6 -doc/html/app-textsub.html -doc/html/tcl-commands.html -doc/patch.howto -doc/tcl-commands.doc -doc/text-substitutions.doc -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cc48304 (2003-05-04 22:04:32 +0000) by Will Buckner -* Here comes 1.6.15 :/. - -doc/UPDATES1.6 -doc/html/app-textsub.html -doc/html/tcl-commands.html -doc/patch.howto -doc/tcl-commands.doc -doc/text-substitutions.doc -language/core.english.lang -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 46397af (2003-05-04 20:13:58 +0000) by Will Buckner -* Added UPDATES entry for IPv6 support. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 37e2b65 (2003-05-03 04:36:38 +0000) by Will Buckner -* Fixed bug 302. Patch by TaKeDa. Found by eviler. - -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a543bd7 (2003-04-30 03:47:46 +0000) by Will Buckner -* IPv6 fixes. - -src/misc.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8092b5b (2003-04-17 08:29:07 +0000) by stdarg -* Fixed logfile suffix stray message bug. - -src/misc.c - -- - - - - - - - - - - - - - - -Commit 1c8ab12 (2003-04-17 05:09:32 +0000) by Will Buckner -* Addpatch compatability. - -misc/addpatch -src/patch.h - -- - - - - - - - - - - - - - - -Commit 87ab27f (2003-04-17 04:52:48 +0000) by Will Buckner -* Another IPv6 ifdef fix. - -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1ae5f6f (2003-04-17 04:38:33 +0000) by Will Buckner -* IPv6 doc updates. * More IPv6 fixes. * Misc. doc updates. - -CONTENTS -NEWS -doc/CONTENTS -doc/IPV6 -doc/KNOWN-PROBLEMS -doc/MODULES -doc/compiling.FAQ -doc/html/egg-core.html -doc/html/ipv6.html -doc/html/news.html -doc/html/tcl-commands.html -doc/patch.howto -doc/settings/CONTENTS -doc/settings/core.settings -eggdrop.conf -src/cmds.c -src/net.c -src/patch.h -src/tcl.c -text/CONTENTS - -- - - - - - - - - - - - - - - -Commit 690dcf0 (2003-04-17 01:55:57 +0000) by Will Buckner -* IPv6 indenting. * Misc IPv6 fixes. - -src/botnet.c -src/cmds.c -src/dcc.c -src/eggdrop.h -src/main.c -src/main.h -src/mod/dns.mod/dns.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 - -- - - - - - - - - - - - - - - -Commit 20ce67d (2003-04-16 21:53:33 +0000) by Will Buckner -* Updates to addpatch. - -misc/addpatch -src/patch.h - -- - - - - - - - - - - - - - - -Commit aa02e26 (2003-04-16 21:25:16 +0000) by Will Buckner -* Fixed uninitialized x->port. Patch by Matyas Koszik. - -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8f4e79c (2003-04-16 01:03:04 +0000) by Jeff Fisher -couple of small things in cmd_resolve.tcl - -scripts/cmd_resolve.tcl - -- - - - - - - - - - - - - - - -Commit 3da15d0 (2003-04-15 17:41:57 +0000) by Jeff Fisher -oops, apparently -20 never did anything - -scripts/autobotchk - -- - - - - - - - - - - - - - - -Commit 0f4b226 (2003-04-15 17:37:33 +0000) by Jeff Fisher -fixed a few autobotchk things - -doc/UPDATES1.6 -scripts/autobotchk - -- - - - - - - - - - - - - - - -Commit 74359f0 (2003-04-02 21:16:22 +0000) by Will Buckner -* Fixed an IPv6 typo. - -src/compat/inet_ntop.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f855925 (2003-04-01 22:58:41 +0000) by Will Buckner -* patch.h - -src/patch.h - -- - - - - - - - - - - - - - - -Commit f9ea062 (2003-04-01 22:58:08 +0000) by Will Buckner -* Forgot cvs add last night. - -src/compat/inet_ntop.c -src/compat/inet_ntop.h - -- - - - - - - - - - - - - - - -Commit 0121fdf (2003-04-01 05:33:41 +0000) by Will Buckner -* Added the IPv6 patch to CVS. This is not 100% complete yet. Please test -and improve! :P - -acconfig.h -aclocal.m4 -config.h.in -configure -configure.in -src/Makefile.in -src/botnet.c -src/cmds.c -src/compat/Makefile.in -src/compat/compat.h -src/compat/inet_aton.c -src/dcc.c -src/eggdrop.h -src/main.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/dns.mod/configure -src/mod/dns.mod/configure.in -src/mod/dns.mod/dns.c -src/mod/eggautoconf -src/mod/filesys.mod/Makefile -src/mod/filesys.mod/filesys.c -src/mod/irc.mod/Makefile -src/mod/module.h -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 -src/modules.c -src/net.c -src/proto.h -src/tcl.c -src/tcldcc.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 85c3058 (2003-03-31 12:03:56 +0000) by Will Buckner -* Fixed the logic of .fixcodes. Patch by PPSlim. - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ff115d9 (2003-03-31 12:01:07 +0000) by Will Buckner -* Added a missing cast in tcl_rand. Patch by KuNgFo0. - -doc/UPDATES1.6 -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit d51d997 (2003-03-26 00:19:30 +0000) by Will Buckner -* Fixed getops timer handling. Patch by PPSlim. - -doc/UPDATES1.6 -scripts/getops.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit e4f8090 (2003-03-24 07:29:20 +0000) by Will Buckner -* Documented a problem I came accross on AIX... - -doc/compiling.FAQ -doc/html/compiling.html - -- - - - - - - - - - - - - - - -Commit c6ce0bb (2003-03-24 05:47:07 +0000) by Will Buckner -* Fixed access checking in -ban, -exempt, and -invite. - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8c1128f (2003-03-24 02:48:01 +0000) by Will Buckner -* 8.4 fixes. - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f808a4e (2003-03-24 02:46:42 +0000) by Will Buckner -* Tcl 8.4 fixes from stdarg's patch. - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2128539 (2003-03-24 02:18:06 +0000) by Will Buckner -* GRRRRR.... - -src/mod/channels.mod/tclchan.c - -- - - - - - - - - - - - - - - -Commit 9c445c0 (2003-03-24 01:52:24 +0000) by Will Buckner -* Indenting and patch.h from last commit. - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3a864a0 (2003-03-24 01:36:34 +0000) by stdarg -* Added string support to "channel get" -- it was left out of the -back-port. - -src/mod/channels.mod/tclchan.c - -- - - - - - - - - - - - - - - -Commit 193db09 (2003-03-24 00:00:10 +0000) by Will Buckner -* Fixed a Tcl_Merge memleak. Patch by TaKeDa. - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7c47f71 (2003-03-21 22:56:29 +0000) by Will Buckner -* One more danish language fix. - -src/mod/transfer.mod/language/transfer.danish.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit d119507 (2003-03-20 00:10:26 +0000) by Will Buckner -* Previous patch screwed up Id tags. - -src/mod/assoc.mod/language/assoc.danish.lang -src/mod/console.mod/language/console.danish.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3a522ad (2003-03-20 00:04:48 +0000) by Will Buckner -* A couple of Danish language fixes. Patch by TheAvatar. - -language/core.danish.lang -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit b113cd9 (2003-03-19 23:44:49 +0000) by Will Buckner -* Fixed a memleak in the channels module. Patch by Eule. - -src/mod/channels.mod/channels.c -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 541b8a7 (2003-03-19 23:05:31 +0000) by Will Buckner -* Removing and adding eggdrop.conf (doesn't show up in cvsweb). - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 4db9cab (2003-03-19 23:04:54 +0000) by Will Buckner -* Removing and adding eggdrop.conf (doesn't show up in cvsweb). - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 3b7feb1 (2003-03-19 00:13:22 +0000) by Will Buckner -* Removed an unused variable from last commit. - -src/mod/irc.mod/cmdsirc.c - -- - - - - - - - - - - - - - - -Commit 4199ab4 (2003-03-18 21:23:08 +0000) by Will Buckner -* Logic fixes to the has_flags-get_channel changes. Found by Eule. - -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 99fc045 (2003-03-16 21:41:29 +0000) by Will Buckner -* Fixed a crash related to the cd command in filesys.mod. Patch by Matyas -Koszik. - -doc/UPDATES1.6 -doc/patch.howto -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0f85159 (2003-03-16 05:04:33 +0000) by Will Buckner -* Channel keys are now handled correctly in flush_mode(). Patch by Eule. - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 824aa33 (2003-03-16 05:01:21 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 27a4784 (2003-03-16 04:49:14 +0000) by Will Buckner -* Only show real-name of current server. Found by Paladin. - -src/mod/server.mod/cmdsserv.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c34fe0f (2003-03-13 01:05:56 +0000) by Will Buckner -* Reverted identd-safety. - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ce1bfa7 (2003-03-13 00:55:18 +0000) by Will Buckner -* Added a few safety checks to dcc_ident(). - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7cddc9b (2003-03-12 08:42:00 +0000) by Will Buckner -* Fixed two more AlphaLinux warnings. - -src/mod/filesys.mod/filedb3.c -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f193d2d (2003-03-11 06:12:42 +0000) by Will Buckner -* Small indenting fixes from last commit. - -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1c1e06b (2003-03-11 01:41:34 +0000) by Will Buckner -* enable-simul compat var should be set to 1. - -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit c68f1c4 (2003-03-11 01:22:25 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -language/core.danish.lang -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/lang.h -src/mod/channels.mod/userchan.c -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 990d00c (2003-03-10 06:06:29 +0000) by Will Buckner -* Script compatability for recently removed config file variables. - -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit dbd5f2b (2003-03-10 05:57:10 +0000) by Will Buckner -Patch by Sven Trenkel: * -ban now works for channel bans. * --ban now removes the ban from the channel. - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4f4402b (2003-03-10 05:33:14 +0000) by Will Buckner -* Fixed another off-by-one error in u_del[ban/exempt/invite]. Found by -BarkerJr. - -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 13d1f5b (2003-03-10 05:26:41 +0000) by Will Buckner -* Doc updates. * Fixed indenting from handshakefix. - -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 - -- - - - - - - - - - - - - - - -Commit 8788a97 (2003-03-08 07:47:23 +0000) by Will Buckner -* Fixed the order of the bot command table. *HIDES IN CORNER* - -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 74c01ba (2003-03-08 04:29:44 +0000) by Will Buckner -* Cleaned up the output of .status (mainly .status all). - -doc/UPDATES1.6 -language/core.danish.lang -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/chanprog.c -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/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/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/mod/uptime.mod/uptime.c -src/mod/wire.mod/wire.c -src/mod/woobie.mod/woobie.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2c802ed (2003-03-07 21:32:52 +0000) by Will Buckner -* Danish language files were in PC format. * Fixed other small file -formatting/Id tag issues. - -language/core.danish.lang -language/core.english.lang -language/core.french.lang -language/core.german.lang -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7a4515b (2003-03-07 12:38:04 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/mod/transfer.mod/language/transfer.danish.lang -src/mod/transfer.mod/language/transfer.english.lang -src/mod/transfer.mod/language/transfer.german.lang -src/mod/transfer.mod/transfer.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 72eea74 (2003-03-07 07:02:17 +0000) by Will Buckner -* Show a meaningful error message when an invalid channel is added with -cmd_pls_chan(). - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 108f12b (2003-03-07 06:42:33 +0000) by Will Buckner -* A french entry was missing in transfer.mod's language files. Translation - by caesar. - -src/mod/transfer.mod/language/transfer.french.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1dc0757 (2003-03-07 04:40:46 +0000) by Will Buckner -* Woops, realservername's memory should be calculated outside of the -serverlist loop. - -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cba0528 (2003-03-07 03:36:10 +0000) by Will Buckner -* Memory calculation for realservername should be done in server_expmem() -instead of msgq_expmem(). - -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bbd2cd0 (2003-03-07 03:27:57 +0000) by stdarg -* minor realservername fixes - -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit a365ffc (2003-03-06 05:19:50 +0000) by Will Buckner -* compat.h needs to be included in md5c.c. - -src/md5/md5c.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bc9e55b (2003-03-06 03:49:41 +0000) by Will Buckner -* We weren't using the compat functions for memcpy() and memset() in some -places. - -doc/UPDATES1.6 -src/md5/md5c.c -src/mod/transfer.mod/transferfstat.c -src/mod/uptime.mod/uptime.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit b35a6f7 (2003-03-06 03:35:59 +0000) by Will Buckner -* src/md5/ should not have been indented. - -src/md5/md5.h -src/md5/md5c.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 123dfed (2003-03-05 04:32:25 +0000) by Will Buckner -* Reverted C99 snprintf() stuff for now. This patch needed further testing - before commit. It is creating many header conflicts, etc. - -acconfig.h -aclocal.m4 -config.h.in -configure -configure.in -doc/BUG-REPORT -src/compat/snprintf.c -src/compat/snprintf.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit f0792eb (2003-03-05 03:24:34 +0000) by stdarg -* Get rid of HAVE_CTYPE_H check since we don't check for it in configure - -src/compat/snprintf.c - -- - - - - - - - - - - - - - - -Commit 5a8f641 (2003-03-05 03:15:36 +0000) by stdarg -* compat code should not include main.h, since that pulls in nmalloc -"enforcement" - -src/compat/snprintf.c - -- - - - - - - - - - - - - - - -Commit 36163ee (2003-03-05 02:39:45 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/mod/server.mod/cmdsserv.c -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7506ef2 (2003-03-05 02:09:14 +0000) by Will Buckner -* Updates to doc/MODULES. * Cosmetic updates to misc/addpatch. - -doc/MODULES -misc/addpatch -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9e5ec86 (2003-03-04 22:14:03 +0000) by Will Buckner -* Backported C99 snprintf() checking. Patch by Tothwolf. - -acconfig.h -aclocal.m4 -config.h.in -configure -configure.in -src/compat/snprintf.c -src/compat/snprintf.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit d740224 (2003-03-04 14:11:33 +0000) by Tothwolf -Added casts for nmalloc and nrealloc in the module symbol lookup table. - -src/mod/module.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 35d5b8e (2003-03-04 10:33:11 +0000) by Tothwolf -Simplify checking for broken snprintf/vsnprintf functions. - -acconfig.h -aclocal.m4 -config.h.in -configure -src/compat/snprintf.c -src/compat/snprintf.h - -- - - - - - - - - - - - - - - -Commit b54eba1 (2003-03-04 09:02:13 +0000) by Will Buckner -* Patch howto updates. - -doc/patch.howto - -- - - - - - - - - - - - - - - -Commit a17f2d6 (2003-03-04 08:51:45 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/botnet.c -src/chan.h -src/cmds.c -src/compat/inet_aton.c -src/dcc.c -src/language.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 -src/modules.c -src/net.c -src/patch.h -src/tcl.c -src/tcldcc.c -src/tclegg.h -src/tclhash.c -src/tclhash.h - -- - - - - - - - - - - - - - - -Commit 8060769 (2003-03-04 07:01:08 +0000) by Will Buckner -* More OSF/1 fixes. - -doc/UPDATES1.6 -src/compat/snprintf.c -src/compat/snprintf.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 98b665b (2003-03-01 23:31:22 +0000) by Will Buckner -* Small doc fix. - -doc/html/tcl-commands.html - -- - - - - - - - - - - - - - - -Commit 33b6607 (2003-03-01 08:31:49 +0000) by Will Buckner -* The WASHALFOP flag now works correctly. Patch by Sven Trenkel. - -doc/UPDATES1.6 -src/chan.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7df6c28 (2003-03-01 08:27:50 +0000) by Will Buckner -* Documentation updates. - -CONTENTS -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8444dd8 (2003-02-28 23:07:39 +0000) by Will Buckner -* Kill a transfer connection after sending a TRANSFER_DCC_IGNORED notice to - a user. Found by fbs. - -doc/UPDATES1.6 -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bc9f7ef (2003-02-28 12:45:49 +0000) by Will Buckner -* flood-pub should be flood-chan when using 'channel get'. Patch by ppslim. - - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d7558cc (2003-02-28 09:21:35 +0000) by Tothwolf -Reverted Function cast changes and fixed a couple CONST typos. - -src/patch.h -src/tcl.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 8ee0a9f (2003-02-28 08:17:44 +0000) by Tothwolf -Moved new Tcl checks to main.h. - -src/main.h -src/patch.h -src/tclegg.h - -- - - - - - - - - - - - - - - -Commit 5daf949 (2003-02-28 07:20:58 +0000) by Tothwolf -utf_converter needed a Function cast. - -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 59d129a (2003-02-28 04:01:36 +0000) by Will Buckner -* 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. - -acconfig.h -aclocal.m4 -config.h.in -configure -doc/UPDATES1.6 -src/compat/snprintf.c -src/compat/snprintf.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 44a80ac (2003-02-27 12:15:36 +0000) by Will Buckner -* Ran autoheader and autoconf for last commit. - -config.h.in -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7bc1c19 (2003-02-27 10:18:40 +0000) by Tothwolf -Simplify TCL_MAJOR_VERSION/TCL_MINOR_VERSION checks. - -acconfig.h -aclocal.m4 -configure.in -src/chanprog.c -src/flags.c -src/main.c -src/main.h -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 -src/modules.c -src/tcl.c -src/tcldcc.c -src/tclegg.h -src/tclhash.c -src/tclmisc.c -src/tcluser.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit 0163ed1 (2003-02-27 02:36:07 +0000) by Will Buckner -* '~' and '&' are now correctly recognized as a meaning a user has ops on -a channel. Patch by BarkerJr. - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d136de6 (2003-02-26 06:16:53 +0000) by Tothwolf -Group some TCL_MAJOR_VERSION/TCL_MINOR_VERSION checks with parenthesis. - -src/tcl.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 04e19f6 (2003-02-21 05:01:56 +0000) by Will Buckner -* Fixed uhost buffer length. Fixed by winkey. - -doc/UPDATES1.6 -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit f0fe1f3 (2003-02-21 02:15:58 +0000) by Will Buckner -* Don't use the help queue for dcc sends or gets. Found by winkey. - -doc/UPDATES1.6 -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e92984d (2003-02-18 00:47:58 +0000) by Will Buckner -* Case-changes should be traced when the 'nick' Tcl variable is modified. - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 32bfb08 (2003-02-16 09:03:22 +0000) by Will Buckner -* Grr, UPDATES1.6 conflict. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit df7c823 (2003-02-16 08:59:58 +0000) by Will Buckner -* Added a set of Danish language files by TheAvatar. - -doc/UPDATES1.6 -language/core.danish.lang -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 158bfe7 (2003-02-16 06:36:48 +0000) by Will Buckner -* Reverted to autoconf 2.54 due to problems on *BSD. - -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 229a64c (2003-02-15 19:42:59 +0000) by Will Buckner -* Sigh, the igrec structure is different than the maskrec structure :/. - -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 4a035fb (2003-02-15 08:59:30 +0000) by Will Buckner -* Fixed an out-of-bounds error in delignore(). - -doc/UPDATES1.6 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 8aea89d (2003-02-13 23:56:43 +0000) by Will Buckner -* More help/doc updates. - -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 -eggdrop.conf -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2f11d3f (2003-02-13 23:39:21 +0000) by Will Buckner -Argument checking for cmd_comment() and cmd_botaddr() was incorrect. Found -by Tothwolf. - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4b67632 (2003-02-11 09:19:17 +0000) by Will Buckner -* 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. - -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -src/misc_file.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5d9d11f (2003-02-10 00:25:19 +0000) by Will Buckner -* Fixed an off-by-one error in u_delban(), u_delexempt(), and -u_delinvite(). Found by |SmAsH|. - -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 65091ae (2003-02-06 20:15:19 +0000) by Will Buckner -* GLOBAL_CHANS wasn't used everywhere it should be. - -doc/UPDATES1.6 -src/botnet.c -src/cmds.c -src/mod/assoc.mod/assoc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ab84303 (2003-02-05 04:17:07 +0000) by Will Buckner -* It's copy_to_tmp, not copy_to_temp. - -src/dccutil.c - -- - - - - - - - - - - - - - - -Commit d92ae4a (2003-02-05 03:05:20 +0000) by Will Buckner -* Fixed a bug in killtransfer causing it to delete the original file if -copy_to_temp is disabled. Found by fbs. - -src/dccutil.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d84f5ab (2003-02-04 11:15:16 +0000) by Will Buckner -Fixed a me_op() logic problem when reversing in got_[op|halfop](). - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6b75e39 (2003-02-04 11:11:11 +0000) by Will Buckner -* Forgot patch.h. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4af62c3 (2003-02-04 11:10:39 +0000) by Will Buckner -* x(serverlist entry)->realname in got001() should be set before anything -that could utilize x->realname is called. Test this! - -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit a18da1a (2003-02-04 11:07:55 +0000) by Will Buckner -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|. - -doc/UPDATES1.6 -src/misc.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/tclirc.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 2aeab90 (2003-02-04 10:21:04 +0000) by Will Buckner -* More help file/documentation cleanups/updates. * Removed 'nick'and -'chnick' bindings from compat.tcl because they were never removed from -the internal bind table. - -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/mod/assoc.mod/help/assoc.help -src/mod/channels.mod/help/channels.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 60ab87a (2003-02-04 08:23:21 +0000) by Will Buckner -* Patch.h and indenting from stdarg's last commit :P. - -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 128754b (2003-02-04 08:11:30 +0000) by stdarg -* cd / and . work in filesys.mod - -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit c590bda (2003-02-04 07:51:39 +0000) by Will Buckner -* Added patch.h for filesys crash. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit d82681a (2003-02-04 07:10:51 +0000) by stdarg -* malloc_strcpy to the rescue! - -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit ae91810 (2003-02-04 06:47:23 +0000) by stdarg -Uninitialized var in files.c - -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit e490823 (2003-02-03 09:48:00 +0000) by Will Buckner -* 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). - -doc/UPDATES1.6 -eggdrop.conf -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5db493f (2003-02-03 09:18:23 +0000) by stdarg -* Fixed filesys leak, be sure to test a lot! - -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit 38e163b (2003-02-03 08:37:01 +0000) by stdarg -* Trying something else - -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit 79d61fc (2003-02-03 08:15:11 +0000) by stdarg -* Testing to see if this is a memory leak - -src/mod/filesys.mod/files.c - -- - - - - - - - - - - - - - - -Commit 454fb83 (2003-02-03 07:59:57 +0000) by Matthew Hallacy -testing - -README - -- - - - - - - - - - - - - - - -Commit f0820b9 (2003-02-02 22:14:40 +0000) by Will Buckner -* Changed recomended Tcl version to 8.3.4. * Changed URL for Tcl to -http://tcl.activestate.com/. * Updated autoconf to 2.57. - -README -configure -configure.in -doc/UPDATES1.6 -doc/compiling.FAQ -doc/html/compiling.html -doc/html/readme.html -help/core.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit cca0e80 (2003-02-02 21:13:31 +0000) by Will Buckner -* More help file fixes (I'm not exactly sure how this happened..). - -help/core.help - -- - - - - - - - - - - - - - - -Commit 4c4cb7c (2003-02-02 21:08:08 +0000) by Will Buckner -* More help file fixes. - -help/core.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit b931762 (2003-02-02 18:36:37 +0000) by Will Buckner -* Fixed an unbalenced comment. - -src/mod/module.h - -- - - - - - - - - - - - - - - -Commit 7d69303 (2003-02-02 18:24:40 +0000) by Will Buckner -* Sorry, should compile now. - -src/mod/channels.mod/help/channels.help -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 60cf6d9 (2003-02-02 10:19:33 +0000) by Will Buckner -* Merged use-console-r and debug-output into one new setting named raw-log. -* Small indenting fix from a pls_bot_cosmetic. - -doc/UPDATES1.6 -doc/html/mod-server.html -doc/settings/mod.server -eggdrop.conf -src/cmds.c -src/dcc.c -src/flags.c -src/misc.c -src/mod/module.h -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/modules.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 5c29a7b (2003-02-02 09:22:55 +0000) by Will Buckner -Backported user-defined channel strings from 1.7. - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -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/patch.h - -- - - - - - - - - - - - - - - -Commit 22f3190 (2003-02-02 04:20:44 +0000) by Will Buckner -* Start of help file cleanups. - -doc/html/mod-channels.html -doc/html/tcl-commands.html -doc/settings/mod.channels -doc/tcl-commands.doc -eggdrop.conf -help/set/cmds2.help -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/help/set/channels.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit fb1b71e (2003-01-31 11:50:03 +0000) by Tothwolf -Sanity check tcl_dccsimul args before checking idx. - -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 5be6bf3 (2003-01-31 08:02:08 +0000) by Will Buckner -Removed the enable-simul config file setting. - -doc/UPDATES1.6 -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -src/patch.h -src/tcl.c -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 5628145 (2003-01-31 07:26:27 +0000) by Will Buckner -* Core help set cleanups. - -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.conf -help/core.help -help/set/cmds1.help -src/mod/irc.mod/help/msg/irc.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 02b68e5 (2003-01-31 07:13:08 +0000) by Will Buckner -Fixed a small halfop-related helpfile error. Fixed by Tothwolf. - -src/mod/irc.mod/help/irc.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit f7bdaad (2003-01-31 02:53:08 +0000) by Will Buckner -* Fixed a cosmetic problem with cmd_pls_bot(). - -doc/UPDATES1.6 -help/cmds1.help -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8dc6c19 (2003-01-30 22:39:24 +0000) by Will Buckner -Fixed a crash in u_delban (bug 267) caused by trying to strcpy to an -initialized pointer char. Found by Cosmo. - -doc/UPDATES1.6 -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f097042 (2003-01-30 10:38:31 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -src/mod/filesys.mod/files.c -src/mod/filesys.mod/tclfiles.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0a0d8a7 (2003-01-30 07:15:15 +0000) by Will Buckner -* We should have been using indent -ce (fixed). - -src/bg.c -src/botcmd.c -src/botmsg.c -src/botnet.c -src/chanprog.c -src/cmds.c -src/compat/inet_aton.c -src/compat/snprintf.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/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/compress.mod/tclcompress.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/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/tcltransfer.c -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transferfstat.c -src/mod/transfer.mod/transferqueue.c -src/mod/wire.mod/wire.c -src/modules.c -src/net.c -src/patch.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 - -- - - - - - - - - - - - - - - -Commit a34aa4d (2003-01-30 06:26:16 +0000) by Will Buckner -Reverted indenting changes to gnu_strftime.c. - -src/compat/gnu_strftime.c - -- - - - - - - - - - - - - - - -Commit 911a44d (2003-01-30 02:49:50 +0000) by Will Buckner -* Fixed a segfault in do_dcc_send() in filesys.mod (found by Eule). - -src/mod/filesys.mod/filesys.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 00b1b42 (2003-01-30 01:00:58 +0000) by Will Buckner -* More config cleanups. - -eggdrop.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 25d59fc (2003-01-30 00:41:24 +0000) by Will Buckner -* Config file/doc updates. * Changed EFnet's max-bans/max-modes to 25. - -doc/UPDATES1.6 -doc/html/mod-irc.html -doc/html/mod-server.html -doc/settings/mod.irc -doc/settings/mod.server -eggdrop.conf -src/mod/irc.mod/irc.c -src/mod/server.mod/server.h - -- - - - - - - - - - - - - - - -Commit 5a5fdca (2003-01-29 07:24:32 +0000) by Will Buckner -* Fixed a check variable from being reset to 1 incorrectly when writing -userfiles. - -src/mod/share.mod/share.c -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 30815d8 (2003-01-29 06:13:49 +0000) by Will Buckner -*** empty log message *** - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 269c46c (2003-01-29 06:12:04 +0000) by Will Buckner -More indenting fixes. - -src/mod/channels.mod/tclchan.c -src/patch.h -src/tclegg.h - -- - - - - - - - - - - - - - - -Commit 3ae83c7 (2003-01-29 05:48:42 +0000) by Will Buckner -* Removed unused define ASSOC_NOSUCHCMD. * More indenting. * Help file -cleanups. * Fixed a warning from last commit. - -help/cmds1.help -help/cmds2.help -help/core.help -src/chanprog.c -src/cmds.c -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/eggdrop.h -src/flags.h -src/lang.h -src/main.h -src/md5/md5c.c -src/misc.c -src/misc_file.c -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/help/chaninfo.help -src/mod/channels.mod/help/channels.help -src/mod/channels.mod/help/set/channels.help -src/mod/channels.mod/tclchan.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.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/help/irc.help -src/mod/irc.mod/help/set/irc.help -src/mod/irc.mod/irc.h -src/mod/irc.mod/msgcmds.c -src/mod/module.h -src/mod/modvals.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/notes.mod/notes.h -src/mod/seen.mod/help/msg/seen.help -src/mod/seen.mod/help/seen.help -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/share.mod/help/share.help -src/mod/share.mod/share.c -src/mod/share.mod/share.h -src/mod/share.mod/uf_features.c -src/mod/transfer.mod/language/transfer.english.lang -src/mod/transfer.mod/language/transfer.french.lang -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/mod/uptime.mod/uptime.c -src/mod/wire.mod/wire.h -src/mod/woobie.mod/woobie.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 - -- - - - - - - - - - - - - - - -Commit bd08de5 (2003-01-28 23:14:50 +0000) by Will Buckner -More config-file documentation updates (logfile related). - -doc/html/egg-core.html -doc/html/mod-blowfish.html -doc/settings/core.settings -doc/settings/mod.blowfish -doc/tcl-commands.doc -eggdrop.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit d8ad018 (2003-01-28 07:52:08 +0000) by Will Buckner -Moved debug-output and use-console-r to the logging section of the config -file and updated config documentation. Found by Tothwolf. - -doc/UPDATES1.6 -eggdrop.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 915202b (2003-01-28 06:54:04 +0000) by Will Buckner -* Fixed credit for an UPDATES1.6 entry as requested. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 0d1336f (2003-01-28 06:37:27 +0000) by Will Buckner -* 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. - -README -doc/html/mod-server.html -doc/man1/eggdrop.1 -doc/settings/mod.server -eggdrop.conf -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/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/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/md5.h -src/md5/md5c.c -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/help/set/channels.help -src/mod/channels.mod/tclchan.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/help/set/irc.help -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/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/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 -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 - -- - - - - - - - - - - - - - - -Commit 5b0ae5c (2003-01-23 03:32:29 +0000) by Will Buckner -* Don't tell users to /msg the bot hello when they don't have access if -learn-users is disabled. Found by Tothwolf. - -doc/UPDATES1.6 -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4099923 (2003-01-23 02:41:48 +0000) by Will Buckner -* Fixed a few header problems related to time.h. Patch by Tothwolf. - -doc/UPDATES1.6 -src/eggdrop.h -src/main.c -src/mod/filesys.mod/filedb3.h -src/mod/seen.mod/seen.c -src/mod/wire.mod/wire.c -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 271b20f (2003-01-23 02:13:29 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -doc/html/mod-server.html -doc/settings/mod.server -eggdrop.conf -src/chanprog.c -src/language.c -src/match.c -src/misc_file.c -src/misc_file.h -src/mod/filesys.mod/filesys.c -src/mod/irc.mod/msgcmds.c -src/mod/module.h -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/help/set/transfer.help -src/mod/transfer.mod/language/transfer.english.lang -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/modules.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 48e72e7 (2003-01-21 00:53:27 +0000) by Will Buckner -* Misc bugfixes and code cleanups. Patch by Matyas Koszik. - -doc/UPDATES1.6 -src/main.c -src/misc.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 -src/patch.h -src/tcl.c -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 05db1c2 (2003-01-21 00:11:29 +0000) by Will Buckner -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. - -doc/UPDATES1.6 -src/dccutil.c -src/mod/module.h -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/modules.c -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 95eae02 (2003-01-20 08:54:54 +0000) by Will Buckner -Fixed a segfault in killtransfer() with non-transfer connections. - -src/dccutil.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 567c035 (2003-01-20 08:51:19 +0000) by Will Buckner -Ignores are now saved if channels.mod is not loaded. Fixes bug 285. Found -by BarkerJr. - -doc/UPDATES1.6 -src/mod/channels.mod/userchan.c -src/mod/module.h -src/mod/share.mod/share.c -src/modules.c -src/patch.h -src/proto.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit a351258 (2003-01-18 04:34:25 +0000) by Will Buckner -stamp's array size in flushlogs() should be 33, not 32. - -src/misc.c - -- - - - - - - - - - - - - - - -Commit 104f935 (2003-01-18 04:30:54 +0000) by Will Buckner -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). - -src/patch.h - -- - - - - - - - - - - - - - - -Commit a33d2fd (2003-01-18 04:24:41 +0000) by Will Buckner -Fixed incorrect help information for +host. Non-+m/+t users cannot add -hosts to their own accounts. Found by Nilsy. - -help/cmds1.help -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0d92fd0 (2003-01-18 01:58:05 +0000) by Will Buckner -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. - -doc/UPDATES1.6 -src/dccutil.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 406b26f (2003-01-18 00:40:05 +0000) by Will Buckner -[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. - -doc/UPDATES1.6 -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 201f15e (2003-01-15 01:42:21 +0000) by Will Buckner -Exported getchanmode(). Found by lee. - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3301d8a (2003-01-15 01:03:05 +0000) by Will Buckner -Removed strict-servernames. $server is now always the server's realname and -$serveraddress is it's server list entry. - -NEWS -doc/UPDATES1.6 -doc/html/mod-server.html -doc/html/news.html -doc/html/tcl-commands.html -doc/settings/mod.server -doc/tcl-commands.doc -eggdrop.conf -scripts/compat.tcl -src/mod/server.mod/help/set/server.help -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 805494f (2003-01-15 00:35:01 +0000) by Will Buckner -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. - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 084c550 (2003-01-02 02:42:53 +0000) by Will Buckner -Doc updates from past commit. - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 315f082 (2003-01-02 00:07:46 +0000) by Will Buckner -Fixed parsing of userhosts in gotwall(). Patch by darko``. - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 743e929 (2002-12-27 22:48:49 +0000) by Will Buckner -Forgot config updates from last commit. - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 5a9162a (2002-12-27 22:39:32 +0000) by Will Buckner -~Updated UnderNet's max_bans to 45. Found by reed. - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit de3d2e4 (2002-12-27 20:27:40 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -doc/html/mod-channels.html -doc/settings/mod.channels -doc/settings/mod.transfer -eggdrop.conf -src/mod/channels.mod/channels.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9f03825 (2002-12-26 02:21:54 +0000) by Will Buckner -Removed quoting support from wild_match() which fixes several bugs with '\' -characters. - -doc/UPDATES1.6 -src/Makefile.in -src/match.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/tclhash.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 379088e (2002-12-24 03:33:24 +0000) by Will Buckner -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. - -doc/UPDATES1.6 -src/botcmd.c -src/botnet.c -src/cmds.c -src/patch.h -src/proto.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 6dac670 (2002-12-24 03:10:22 +0000) by Will Buckner -Small cosmetic fix to configure. - -aclocal.m4 -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit c5f3824 (2002-12-24 02:30:09 +0000) by Will Buckner -Updated copyright info for 2003. - -CONTENTS -FEATURES -INSTALL -NEWS -README -doc/ABOUT -doc/AUTHORS -doc/BANS -doc/BOTNET -doc/MODULES -doc/PARTYLINE -doc/USERS -doc/compiling.FAQ -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/patch.howto -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 -doc/text-substitutions.doc -doc/tricks -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/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/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/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/eggautoconf -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/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 -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 -text/CONTENTS -text/banner - -- - - - - - - - - - - - - - - -Commit ffec985 (2002-12-14 23:13:24 +0000) by Will Buckner -* Updates to tcl-commands.doc. - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3c0862d (2002-12-12 03:42:35 +0000) by Will Buckner -Fixed default setting for the help-path and text-path settings. Patch by -poptix. - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 112ad0f (2002-12-02 00:27:00 +0000) by Will Buckner -* A few small doc updates... - -doc/html/app-textsub.html -doc/html/tcl-commands.html -doc/tcl-commands.doc -doc/text-substitutions.doc - -- - - - - - - - - - - - - - - -Commit e1f80a0 (2002-11-29 22:29:19 +0000) by Will Buckner -Fixes from export-md5. Found by BarkerJr. - -src/mod/module.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2a89434 (2002-11-29 06:14:22 +0000) by Will Buckner -Fixed a problem in cmd_kick()/cmd_kickban() where the victim's access is -checked instead of the user's. Patch by The_Dawn. - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ced9879 (2002-11-29 05:52:44 +0000) by Will Buckner -Small fix to addpatch. - -misc/addpatch -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2810db7 (2002-11-29 05:43:33 +0000) by Will Buckner -Exported MD5 functions to modules. - -doc/UPDATES1.6 -src/mod/module.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6866259 (2002-11-27 21:31:34 +0000) by Will Buckner -Exported me_voice() in irc_table. - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit ac7e580 (2002-11-23 19:40:49 +0000) by Will Buckner -Renamed CHANMODR (+M) to CHANMODREG. This is more descriptive and will stop -confusion with CHANMODER (+m). - -src/chan.h -src/mod/channels.mod/channels.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a227ee3 (2002-11-23 19:34:41 +0000) by Will Buckner -.say and .act now allow you to send a message to a moderated channel when -the bot has halfop status. - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 43112a8 (2002-11-23 03:16:55 +0000) by Will Buckner -Here comes 1.6.14.. - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e8832cf (2002-11-22 23:36:50 +0000) by Will Buckner -Updated autoconf to 2.54. - -configure - -- - - - - - - - - - - - - - - -Commit 2e9a6f8 (2002-11-22 23:29:51 +0000) by Will Buckner -Finished reverting sockfix :P. - -src/dcc.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 76cbe01 (2002-11-22 21:35:03 +0000) by Will Buckner -Reverted the sockfix patch for now. - -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0f020d9 (2002-11-21 23:53:08 +0000) by Will Buckner -More Tcl 8.4 warning fixes. - -src/chanprog.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 -src/patch.h -src/tcl.c -src/tcldcc.c -src/tclmisc.c -src/tcluser.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit 0d9929a (2002-11-21 07:59:25 +0000) by Will Buckner -Fixed the remaining Tcl 8.4 warnings. - -src/mod/channels.mod/channels.c -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/irc.c -src/mod/server.mod/server.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 5370e33 (2002-11-19 05:21:07 +0000) by Will Buckner -The argument variable added in the infointlist patch should not be called -argv. - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6fa6726 (2002-11-18 05:39:34 +0000) by Will Buckner -Fixed a small typo in eggdrop.conf. - -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 69a76ae (2002-11-18 05:38:19 +0000) by Will Buckner -Updates to doc/MODULES. Patch by BarkerJr. - -doc/MODULES -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit effa803 (2002-11-18 03:53:33 +0000) by stdarg -* Fixed some compile warnings for tcl 8.4 - -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 5f19025 (2002-11-17 05:36:03 +0000) by stdarg -* Fixed utf-8 handling for config string settings (e.g. realname) - -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 8168496 (2002-11-06 04:10:49 +0000) by Will Buckner -Added a proc to alltools that returns the ordinal number for a number. -Patch by Souperman. - -doc/UPDATES1.6 -scripts/alltools.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit f464c2e (2002-11-06 03:56:43 +0000) by Will Buckner -Added support for EMFILE (errno 24 - Too many files open) in neterror(). - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b9439ab (2002-11-03 23:33:35 +0000) by Will Buckner -Forgot patch.h. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5cf8d4f (2002-11-03 23:33:02 +0000) by Will Buckner -Fixed the list format returned by tcl_channel_info(). Patch by MC_8. - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c - -- - - - - - - - - - - - - - - -Commit 877e29d (2002-11-02 03:39:43 +0000) by Will Buckner -Fixed a typo in eggdrop.conf and core.settings (found by R33D33R). - -doc/settings/core.settings -eggdrop.conf - -- - - - - - - - - - - - - - - -Commit 5566af6 (2002-11-02 00:23:21 +0000) by Will Buckner -Reverted encoding patch for now as it seems to be causing quite a few -problems. - -doc/UPDATES1.6 -eggdrop.conf -src/net.c -src/tcl.c - -- - - - - - - - - - - - - - - -Commit acb3c54 (2002-10-28 22:17:55 +0000) by Will Buckner -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. - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 91bf53c (2002-10-28 03:29:39 +0000) by Will Buckner -tcl.h shouldn't have been included in net.c (from encoding patch). Found by -R33D3R. - -src/net.c - -- - - - - - - - - - - - - - - -Commit 9c2c838 (2002-10-23 04:11:33 +0000) by Will Buckner -Don't ban users when not going to kick in refresh_ban_kick(). Patch by -Eule. - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit 72bb99b (2002-10-23 04:06:22 +0000) by Will Buckner -Added a stacking limit for fastdeq. Patch by Eule. - -doc/UPDATES1.6 -eggdrop.conf -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit 3cc8d6a (2002-10-23 04:03:04 +0000) by Will Buckner -Fixed a UTF problem with scandinavian characters. Patch by Pauli Borodulin. - - -doc/UPDATES1.6 -eggdrop.conf -src/net.c -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 4333438 (2002-10-11 01:59:31 +0000) by Will Buckner -laston in whois should not be fixed-length. Patch by BarkerJr. - -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit c2d45e1 (2002-10-11 01:39:46 +0000) by Will Buckner -Forgot patch.h on last commit. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit ecbdc4f (2002-10-11 01:37:14 +0000) by Will Buckner -strftime() needs to be egg_strftime(). - -doc/html/mod-irc.html -src/misc.c - -- - - - - - - - - - - - - - - -Commit c4dbb5e (2002-10-08 04:25:37 +0000) by Will Buckner -Made the modes-per-line limit definable in src/chan.h. Patch by Eule. - -doc/UPDATES1.6 -doc/html/mod-irc.html -doc/settings/mod.irc -eggdrop.conf -src/chan.h -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1e20eba (2002-10-08 02:04:03 +0000) by Will Buckner -[ban/exempt/invite]-time were not being saved to the channel file. Patch by -BarkerJr. - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1a570ce (2002-10-08 01:21:30 +0000) by Will Buckner -Halfops were not honored in flush_modes(). - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9d6a103 (2002-09-30 06:32:30 +0000) by Will Buckner -More logging optimizations. Patch by BarkerJr. - -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 97283fb (2002-09-28 00:06:29 +0000) by Will Buckner -Fixed cosmetic problems with logging in some irc module commands. Patch by -NeoN. - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7c39d0d (2002-09-27 23:51:32 +0000) by Will Buckner -Added the 'addpatch' utility to misc/ to simplify the editing of patch.h. - -misc/addpatch - -- - - - - - - - - - - - - - - -Commit cc2a60b (2002-09-27 22:55:20 +0000) by Will Buckner -Exported tell_bottree() to modules. Patch by Mo-Ize. - -doc/UPDATES1.6 -src/mod/module.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9f1da7d (2002-09-27 22:44:02 +0000) by Will Buckner -Optimized logging functions. Patch by BarkerJr. - -doc/UPDATES1.6 -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit da30eb1 (2002-09-27 22:16:24 +0000) by Will Buckner -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. - -CONTENTS -INSTALL -Makefile.in -NEWS -README -doc/UPDATES1.6 -doc/html/install.html -doc/html/news.html -doc/html/readme.html -doc/man1/eggdrop.1 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.conf -eggdrop.simple.conf - -- - - - - - - - - - - - - - - -Commit 3500855 (2002-09-27 21:14:44 +0000) by Will Buckner -* Updated patch.h from stdarg's last commit. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6bf72ab (2002-09-27 19:30:02 +0000) by stdarg -* 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) - -eggdrop.simple.conf -src/chan.h -src/chanprog.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/tclirc.c - -- - - - - - - - - - - - - - - -Commit 96aa771 (2002-09-22 18:10:21 +0000) by Will Buckner -* Adding a missing killsock and lostdcc in eof_dcc_send() and -eof_dcc_get(). Patch by Eule. * Fixed indenting from auto-logic. - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 97cacfc (2002-09-22 09:22:10 +0000) by Will Buckner -Fixed a warning in check_this_member(). - -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9fd3df8 (2002-09-22 08:12:30 +0000) by Will Buckner -Fixed the logic in check_this_member(). - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9e48cbd (2002-09-22 04:11:08 +0000) by Will Buckner -I applied the wrong version of sockfix. - -src/dcc.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6ede6ad (2002-09-21 21:32:05 +0000) by Will Buckner -Made the timestamp style definable in src/eggdrop.h. Patch by BarkerJr. - -doc/UPDATES1.6 -src/eggdrop.h -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bc8a997 (2002-09-21 21:06:23 +0000) by Will Buckner -Added a missing return in bot_actchan(). Patch by Eule. - -doc/UPDATES1.6 -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6519026 (2002-09-21 20:55:25 +0000) by Will Buckner -Fixed a problem with 'connect' and 'control' where the script would abort -prematurely. Patch by [sL]. - -doc/UPDATES1.6 -src/dcc.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 09d9596 (2002-09-21 20:40:56 +0000) by Will Buckner -Don't "want ops" in modeless (+) channels. Patch by BarkerJr. - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 096e589 (2002-09-15 19:26:35 +0000) by Will Buckner -Tell the user to set 'my-ip' when hostname self-lookup fails. - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 72f486e (2002-09-11 02:14:45 +0000) by Will Buckner -Cosmetic updates to cmds.c and cmdsirc.c. - -src/cmds.c -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dcf40a2 (2002-09-11 02:07:26 +0000) by Will Buckner -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. - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 218b0ac (2002-09-10 02:22:01 +0000) by Will Buckner -Fixed a possible buffer overflow in raw_dcc_resend_send(). - -doc/UPDATES1.6 -src/eggdrop.h -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4c8622b (2002-09-09 23:14:23 +0000) by Will Buckner -* 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. - -doc/UPDATES1.6 -misc/modconfig -src/patch.h - -- - - - - - - - - - - - - - - -Commit da329c0 (2002-09-01 05:17:39 +0000) by Will Buckner -Fixed a spelling error in UPDATES1.6. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 79fbd70 (2002-09-01 05:07:51 +0000) by Will Buckner -Using "channel set #chan chanmode $var" corrupted $var in Tcl8.x. - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5ffcb07 (2002-08-31 00:39:04 +0000) by Will Buckner -Changed 'Johoho' to 'Wiktor' in the UPDATES file as requested. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit d5bbd33 (2002-08-30 03:07:04 +0000) by Will Buckner -Don't log joined - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4901ff7 (2002-08-25 05:21:08 +0000) by Will Buckner -Forgot a space on last commit. - -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b591c6e (2002-08-25 05:13:33 +0000) by Will Buckner -Cosmetic changes to share_stick_[exempt/invite/ban]. - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 53bd3d0 (2002-08-25 04:44:44 +0000) by Will Buckner -msg_invite and msg_key did not work properly for \!channels. Patch by -TaKeDa. - -doc/UPDATES1.6 -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit aa7fd46 (2002-08-24 17:29:47 +0000) by Will Buckner -Reverted tcl-rpath for now. - -Makefile.in -aclocal.m4 -configure -configure.in -doc/UPDATES1.6 -misc/check_tclversion.c - -- - - - - - - - - - - - - - - -Commit 1d02e67 (2002-08-21 02:37:55 +0000) by Will Buckner -Minor cosmetic fix to last patch. - -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f329b51 (2002-08-21 02:05:25 +0000) by Will Buckner -Show the number of hops in .trace's output. Patch by BarkerJr. - -doc/UPDATES1.6 -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ce6ae59 (2002-08-21 01:57:25 +0000) by Will Buckner -Use the proper dynamic lib extention on Mac OSX. Patch by Mo-Ize. - -configure -configure.in -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit dede539 (2002-08-15 04:51:53 +0000) by Will Buckner -Return 5 from dccsend if the file exists in the temp directory and -copy-to-tmp is enabled. Patch by Johoho (modified). - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8fb53f8 (2002-08-15 01:45:46 +0000) by Will Buckner -Forgot to run autoconf. - -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4aaaea5 (2002-08-15 00:01:47 +0000) by Will Buckner -Forgot cvs add on last commit. - -misc/check_tclversion.c - -- - - - - - - - - - - - - - - -Commit 26fc328 (2002-08-15 00:01:01 +0000) by Will Buckner -LD_LIBRARY_PATH now may not have to be set in some situations. Patch by -BHAB. - -Makefile.in -aclocal.m4 -configure.in -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit c352966 (2002-08-11 18:45:52 +0000) by Will Buckner -Fixed a possible exploit in reaffirm_owners(). Patch by poptix. - -doc/UPDATES1.6 -src/chanprog.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b3cc11f (2002-08-10 02:24:49 +0000) by Will Buckner -A few small fixes from last commit. - -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1ef44a1 (2002-08-09 19:26:43 +0000) by Will Buckner -Friends/ops/bots are now correctly unbanned when a ban is set on a channel -that matches their host. - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 566a220 (2002-08-08 20:49:32 +0000) by Will Buckner -Eggdrop should now compile on systems without snprintf(). Patch by BHAB. - -doc/UPDATES1.6 -src/botnet.c -src/cmds.c -src/dccutil.c -src/mod/irc.mod/cmdsirc.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit d476eb2 (2002-08-08 19:31:45 +0000) by Will Buckner -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. - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 80db721 (2002-08-08 06:57:59 +0000) by Will Buckner -Removed names parsing, as it causes many problems and was only added for -compatability with an old version of unrealircd. - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2587519 (2002-08-08 01:38:57 +0000) by Will Buckner -Fixed a crash in .status all (found by supers). - -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 22314eb (2002-08-07 22:05:49 +0000) by Will Buckner -Fixed more broken dprintf's in irc commands. - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b39ccb7 (2002-08-05 01:56:12 +0000) by Will Buckner -Fixed a broken dprintf in cmd_kick(). - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 534b42b (2002-08-03 02:54:37 +0000) by Will Buckner -Made ban-time a channel int (2). - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 38960f7 (2002-08-02 23:50:39 +0000) by Will Buckner -Made ban-time a channel int. - -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 - -- - - - - - - - - - - - - - - -Commit 8dec8ae (2002-07-31 20:04:11 +0000) by Will Buckner -Added BarkerJr's tcldoc1.6.patch. - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit f194dfa (2002-07-26 18:33:34 +0000) by Jeff Fisher -eggdrop1.6.13 - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dbb23cc (2002-07-26 17:55:18 +0000) by Jeff Fisher -reverted the sockfix patches, time to release 1.6.12 - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7a854e4 (2002-07-26 16:28:31 +0000) by Jeff Fisher -the start of 1.6.12 - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 44c1a04 (2002-07-26 02:18:28 +0000) by Will Buckner -Another small fix to status_log(). - -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 52f4397 (2002-07-25 21:54:55 +0000) by Will Buckner -Woops.. can't have an empty %c. - -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 30dfa09 (2002-07-25 21:03:23 +0000) by Will Buckner -Updated status_log() for halfop support. - -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit db01d3a (2002-07-25 20:44:55 +0000) by Will Buckner -More halfop doc updates. - -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit ce4bf71 (2002-07-25 20:00:18 +0000) by Will Buckner -Fixes double-echo from sockfix1 (patch by [sL]@EFnet). - -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 46c13ca (2002-07-25 17:40:18 +0000) by Jeff Fisher -added Wcc's need_fix2 ... I'm tempted to do a release tomorrow of .11 ... I -feel its ready and needed - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 86f2b53 (2002-07-22 05:55:23 +0000) by Jeff Fisher -[sL]'s sockfix patch - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 279bcb7 (2002-07-22 05:48:53 +0000) by Jeff Fisher -added Wcc's banlogic patch - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6957635 (2002-07-22 05:43:28 +0000) by Jeff Fisher -added Eule's kickbanfix patch - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 387a1e6 (2002-07-21 23:56:43 +0000) by Will Buckner -Small help file fix for -ban (found by MC_8 - bug #261). - -src/mod/channels.mod/help/channels.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9d6a7e7 (2002-07-21 03:22:49 +0000) by Will Buckner -Revert changes to eggdrop.conf from last patch. - -eggdrop.complete.conf - -- - - - - - - - - - - - - - - -Commit 6d91f69 (2002-07-21 02:39:04 +0000) by Will Buckner -Halfop-support related doc updates. - -doc/html/mod-channels.html -doc/settings/mod.channels -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit b6d2860 (2002-07-19 05:25:33 +0000) by Will Buckner -Fixed a bug causing '[HH:MM] !!! OVER MAXIMUM QUEUE' to be logged -to LOG_SVROUT. - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cb3a6e1 (2002-07-19 05:16:52 +0000) by Will Buckner -Log PINGs/PONGs sent to the server in LOG_SVROUT. - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b6ffad8 (2002-07-18 20:28:32 +0000) by Jeff Fisher -couple small fixes - -src/chanprog.c -src/compat/snprintf.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ec110ad (2002-07-18 19:01:45 +0000) by Jeff Fisher -eggdrop works with tcl8.4b1 now - -doc/UPDATES1.6 -src/chanprog.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 -src/patch.h -src/tcl.c -src/tcldcc.c -src/tclmisc.c -src/tcluser.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit fa99b52 (2002-07-17 19:18:29 +0000) by Will Buckner -Added 'strip' to tcl-commands.[doc|html] and made the description for NOTC -more clear. - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7ee47e4 (2002-07-10 00:37:36 +0000) by Will Buckner -Some minor doc updates.. debug stuff found by BarkerJr. - -doc/html/mod-server.html -doc/html/tcl-commands.html -doc/settings/mod.server -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit a4ddd5d (2002-07-09 05:46:35 +0000) by Jeff Fisher -added the kickban patch - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3471d07 (2002-07-09 05:43:27 +0000) by Jeff Fisher -added Zart's uname-fix patch - -doc/UPDATES1.6 -src/misc.c -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f3396d6 (2002-07-09 05:40:56 +0000) by Jeff Fisher -the new handlen friendly patch --- please people w/ handlen > 9 test this -:) - -doc/UPDATES1.6 -src/botnet.c -src/cmds.c -src/dccutil.c -src/mod/irc.mod/cmdsirc.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 1a3d9fe (2002-07-09 05:37:22 +0000) by Jeff Fisher -added BarkerJr's small whochaninactive patch - -doc/UPDATES1.6 -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 21ed598 (2002-07-07 22:35:25 +0000) by Jeff Fisher -added a small cosmetic patch - -doc/UPDATES1.6 -src/chanprog.c -src/mod/dns.mod/dns.c -src/mod/filesys.mod/filesys.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2c8e214 (2002-06-19 21:13:39 +0000) by Will Buckner -Fixed extra-nicks-in-memberlist bug. - -src/chan.h -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit da4c765 (2002-06-17 03:58:54 +0000) by Will Buckner -msg_whois should require an argument. - -doc/UPDATES1.6 -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit df2e7ee (2002-06-16 04:45:44 +0000) by Will Buckner -Damn editor. - -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit 79ceb8d (2002-06-16 04:42:48 +0000) by Will Buckner -Fixed a warning in irc.c (found by BarkerJr). - -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit d6d7cd8 (2002-06-15 19:33:36 +0000) by Will Buckner -Strip all chars from nick that aren't valid in a nick from 353 (this will -prevent problems if an ircd adds additional flags). - -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 05cf49b (2002-06-15 17:33:48 +0000) by Will Buckner -Strip the flag before adding the nick to the memberlist (found/fixed by -BarkerJr). - -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit af1c009 (2002-06-14 05:30:31 +0000) by Will Buckner -Channel flag problem is fixed now.. - -src/mod/channels.mod/channels.c - -- - - - - - - - - - - - - - - -Commit 9bc588e (2002-06-14 04:10:46 +0000) by Will Buckner -Hrm.. maybe the spaces were there for a reason.. :P - -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 284009c (2002-06-14 03:52:34 +0000) by Will Buckner -Woops.. - -src/mod/channels.mod/cmdschan.c - -- - - - - - - - - - - - - - - -Commit 43c490e (2002-06-14 03:46:49 +0000) by Will Buckner -Doc and help file updates related to halfop support - -NEWS -doc/html/news.html -doc/html/tcl-commands.html -doc/settings/mod.channels -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -help/cmds2.help -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0a1e9b9 (2002-06-13 21:58:06 +0000) by Will Buckner -small cosmetic fix - -src/mod/channels.mod/cmdschan.c - -- - - - - - - - - - - - - - - -Commit 63e6842 (2002-06-13 21:22:47 +0000) by Will Buckner -Halfop support part 2.. - -doc/tcl-commands.doc -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 26cf008 (2002-06-13 20:43:08 +0000) by Will Buckner -Added support for halfops (channel mode +h). Test this! :P - -NEWS -doc/UPDATES1.6 -doc/USERS -doc/html/news.html -doc/html/tcl-commands.html -doc/html/users.html -doc/tcl-commands.doc -src/chan.h -src/flags.c -src/flags.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/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/patch.h -src/tclhash.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 662f837 (2002-06-12 21:45:19 +0000) by Will Buckner -Don't allow channels containing a comma to be added. - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8764cc4 (2002-06-06 18:52:26 +0000) by Will Buckner -Made module dependency errors consistent. - -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8bca013 (2002-06-06 18:15:52 +0000) by Will Buckner -Ok.. this is all.. :P - -FEATURES -INSTALL -README -doc/compiling.FAQ -doc/html/faqs.html -doc/html/features.html -doc/html/readme.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit ddd6aea (2002-06-06 03:11:55 +0000) by Will Buckner -Lets try cvs add.. - -doc/html/patch-howto.html - -- - - - - - - - - - - - - - - -Commit d5cc584 (2002-06-06 03:11:01 +0000) by Will Buckner -I'm sure that one day, I'll eventually finish this.. sigh.. :P - -CONTENTS -FEATURES -INSTALL -NEWS -README -doc/CONTENTS -doc/MODULES -doc/UPDATES1.6 -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 -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1514365 (2002-06-04 07:02:46 +0000) by Will Buckner -Ok, lets try now.. \:P - -doc/UPDATES1.6 -doc/html/egg-core.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit d05aaec (2002-06-04 05:11:11 +0000) by Will Buckner -More doc updates.. - -CONTENTS -FEATURES -INSTALL -README -disabled_modules -doc/ABOUT -doc/AUTHORS -doc/BOTNET -doc/CONTENTS -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/patch.howto -doc/settings/core.settings -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf - -- - - - - - - - - - - - - - - -Commit 64d32d5 (2002-06-04 05:03:26 +0000) by Will Buckner -Revert last patch. - -doc/UPDATES1.6 -doc/html/egg-core.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8d5001a (2002-06-04 04:33:33 +0000) by Will Buckner -More doc updates.. - -doc/UPDATES1.6 -doc/html/egg-core.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 61ac0eb (2002-05-28 20:16:01 +0000) by Will Buckner -More doc updates. - -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.complete.conf -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3f8b3ea (2002-05-21 20:34:21 +0000) by Will Buckner -Moved restart and rehash from the dcc section to the misc section in -tcl-commands.doc.: - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4b1512b (2002-05-20 00:54:24 +0000) by Will Buckner -Right... - -doc/html/news.html - -- - - - - - - - - - - - - - - -Commit ee4100c (2002-05-20 00:51:27 +0000) by Will Buckner -More doc updates relating to channel get. - -NEWS -doc/html/news.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0a4b9c7 (2002-05-19 15:59:54 +0000) by Jeff Fisher -added a missing patch - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3bc0899 (2002-05-18 02:08:04 +0000) by Will Buckner -Updated tcl-commands.html in relation to the channel get patch. Also added -missing 'channel info' - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0555370 (2002-05-18 00:07:31 +0000) by Jeff Fisher -added Eule's patch to fix some commands that were borked on !channels - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e4b289c (2002-05-18 00:04:36 +0000) by Jeff Fisher -added the channel get patch - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ff5dc31 (2002-05-11 06:55:39 +0000) by Jeff Fisher -small fix to uptime.mod that caused it to crash on startup (thanks to -Turner@Undernet and Kevin Walker from RacBot for noticing - -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7c7db61 (2002-05-06 22:35:58 +0000) by Jeff Fisher -oops, forgot to remove my hack to get me onto the uptime server quicker - -src/main.c - -- - - - - - - - - - - - - - - -Commit d265b37 (2002-05-06 22:33:48 +0000) by Jeff Fisher -uptime.mod requires 1.6.11 now since I did some core changes in main.c to -make it function properly - -src/main.c -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ae5f0ea (2002-05-05 17:34:19 +0000) by Jeff Fisher -small bug fix, online_since is not set until later in main.c - -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 09a9576 (2002-05-04 18:33:10 +0000) by Jeff Fisher -added a bit of verboseness to the details output - -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7348338 (2002-05-04 06:55:31 +0000) by Jeff Fisher -I should change patch.h I guess and fix one other little thing - -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4c2d027 (2002-05-04 06:47:38 +0000) by Jeff Fisher -made uptime.mod not unload on .restart - -doc/UPDATES1.6 -src/main.c -src/mod/blowfish.mod/blowfish.c -src/mod/uptime.mod/modinfo -src/mod/uptime.mod/uptime.c - -- - - - - - - - - - - - - - - -Commit 0ca3916 (2002-05-03 18:08:06 +0000) by Jeff Fisher -fixed a few bugs in uptime.mod including sending the wrong pid and sending -random garbage from memory. - -doc/UPDATES1.6 -src/mod/uptime.mod/uptime.c -src/mod/uptime.mod/uptime.h - -- - - - - - - - - - - - - - - -Commit dffe510 (2002-04-30 16:20:36 +0000) by Will Buckner -updated slennox's sentinel.tcl to the latest version - -doc/UPDATES1.6 -scripts/sentinel.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2771888 (2002-04-21 16:09:41 +0000) by Will Buckner -Fixed a small documentation error with the switch-logfiles-at setting. - -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit f247e7f (2002-04-16 19:56:33 +0000) by Jeff Fisher -added wcc's chanmoder patch - -doc/UPDATES1.6 -src/chan.h -src/mod/channels.mod/channels.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 68572b8 (2002-04-16 03:51:19 +0000) by Jeff Fisher -added a patch sent by upstream to bugs@ - -doc/UPDATES1.6 -src/mod/seen.mod/seen.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 527d924 (2002-04-16 03:45:48 +0000) by Jeff Fisher -added the qnet patch - -doc/UPDATES1.6 -src/chan.h -src/mod/channels.mod/channels.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dc2c904 (2002-03-29 20:47:47 +0000) by Will Buckner -1.6.11 - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8bbb1db (2002-03-29 05:53:55 +0000) by Jeff Fisher -added Eule's protectfixes patch - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h -src/users.h - -- - - - - - - - - - - - - - - -Commit 33f7959 (2002-03-27 04:27:29 +0000) by Jeff Fisher -reverted the handlen friendly patches since they are broken - -doc/UPDATES1.6 -src/cmds.c -src/dccutil.c -src/mod/irc.mod/cmdsirc.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 1a265c2 (2002-03-27 03:57:38 +0000) by Jeff Fisher -added dw's patch and a small nick2hand fix - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e386c8d (2002-03-23 17:27:52 +0000) by Will Buckner -* fixed a few config file problems -* chattr's description in tcl-commands.doc was unclear relating to - channel-specific flag changes - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2263ad6 (2002-03-22 04:06:25 +0000) by Jeff Fisher -small patch to fix a case of proper pluralization - -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/lang.h -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit e3e2cb2 (2002-03-22 04:01:05 +0000) by Jeff Fisher -added the transfer.french.lang file - -doc/UPDATES1.6 -src/mod/transfer.mod/language/transfer.french.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit a748dee (2002-03-22 03:57:48 +0000) by Jeff Fisher -added another patch to languagify (my words are just great tonight) cmd_who - - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2e9be75 (2002-03-22 03:53:57 +0000) by Jeff Fisher -uselesshack patch applied .. this patch has been around awhile if I -remember - -doc/UPDATES1.6 -src/botcmd.c -src/botnet.c -src/cmds.c -src/dcc.c -src/dccutil.c -src/mod/assoc.mod/assoc.c -src/mod/console.mod/console.c -src/mod/filesys.mod/filesys.c -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 15c2ee2 (2002-03-20 12:59:36 +0000) by Will Buckner -Fixed a missing parenthesis in tcl-commands.doc - -doc/html/tcl-commands.html -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 2575d6a (2002-03-15 01:51:07 +0000) by Will Buckner -more tcl-commands.doc fixes (found by MC_8) - -README -doc/UPDATES1.6 -doc/html/readme.html -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit aeb9cae (2002-03-14 07:10:55 +0000) by Will Buckner -added some missing command options to tcl-commands.doc (found by MC_8) - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0f1a866 (2002-03-12 19:11:32 +0000) by Jeff Fisher -./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 - -aclocal.m4 -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 593546e (2002-03-12 18:07:17 +0000) by Jeff Fisher -added an UPDATES1.6 entry for Uwe's patch (please don't forget these -stdarg) - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1490510 (2002-03-12 18:02:06 +0000) by stdarg -* Null-terminated the cd_cmd_table list (found by Uwe Schindler -) - -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 273ffcd (2002-03-11 19:22:30 +0000) by stdarg -* Made utf_converter 64-bit compatible (needs testing on 64-bit system). - -src/tcl.c - -- - - - - - - - - - - - - - - -Commit fc61cac (2002-03-11 05:17:01 +0000) by Jeff Fisher -1.6.10 here we come - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3bc35b7 (2002-03-11 04:34:16 +0000) by Jeff Fisher -fixed a small error with channel add not showing an error message on -invalid channel prefixes (found by Wcc) - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9157b89 (2002-03-10 18:47:52 +0000) by Will Buckner -"Detected loop: two bots exist named bot2: disconnecting bot3" sounds -better than "Detected loop: disconnecting (bot2): Disconnected bot3". - -doc/UPDATES1.6 -language/core.english.lang -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9002ace (2002-03-10 18:12:34 +0000) by Will Buckner -Forgot README on last commit. - -README - -- - - - - - - - - - - - - - - -Commit a370c6f (2002-03-10 18:10:28 +0000) by Will Buckner -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. - -doc/UPDATES1.6 -doc/html/readme.html -doc/settings/core.settings -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 854cbfa (2002-03-10 17:34:32 +0000) by Jeff Fisher -added Eule's aptch - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9504114 (2002-03-09 21:22:14 +0000) by Will Buckner -forgot some cvs add/remove - -doc/BANS -doc/USERS -doc/eggdrop.doc -doc/html/flags.html - -- - - - - - - - - - - - - - - -Commit 21f8337 (2002-03-09 21:14:16 +0000) by Will Buckner -more doc updates - -CONTENTS -INSTALL -NEWS -README -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/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 -doc/patch.howto -doc/tcl-commands.doc -doc/text-substitutions.doc -doc/tricks -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit a5ea083 (2002-03-09 03:39:15 +0000) by Will Buckner -removed an extra space from the 'Writing channel file...' message - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ccb1da2 (2002-03-07 23:32:03 +0000) by Will Buckner -Fixed a small typo in the channels module documentation. - -doc/settings/mod.channels -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1b1e03d (2002-03-07 21:37:58 +0000) by Jeff Fisher -Make the die messages in the config a bit more verbose - -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit ec1ee6f (2002-03-07 21:18:52 +0000) by Jeff Fisher -added Amir's fix for the uff bug - -doc/UPDATES1.6 -src/mod/share.mod/uf_features.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e1a5a0d (2002-03-07 15:41:18 +0000) by Jeff Fisher -added Boing's patches to make a few commands more handlen friendly - -doc/UPDATES1.6 -src/cmds.c -src/dccutil.c -src/mod/irc.mod/cmdsirc.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 49532f6 (2002-03-07 15:10:17 +0000) by Jeff Fisher -added Eule's cmode.type-defines patch -- getting ready for a 1.6.9 release -in 3 days so get your bugfixes in!! - -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0f7a2c0 (2002-03-07 04:22:59 +0000) by Jeff Fisher -added Amir's botlink() fix from bugs@eggheads.org - -doc/UPDATES1.6 -src/botnet.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0218cf5 (2002-03-07 04:17:29 +0000) by Jeff Fisher -added Eule's flushmode patch - -doc/UPDATES1.6 -src/chan.h -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a3ea5be (2002-03-04 04:27:03 +0000) by Jeff Fisher -got rid of some more returns in alltools.tcl - -scripts/alltools.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit d7924f2 (2002-03-03 02:22:45 +0000) by Will Buckner -A few more commands were missing from tcl-commands.doc. - -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit dabd432 (2002-03-01 21:42:24 +0000) by Will Buckner -modules was missing in tcl-commands.doc. I added this to the html version -and slightly changed the description. - -doc/UPDATES1.6 -doc/html/tcl-commands.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit d492cd4 (2002-03-01 05:59:42 +0000) by Will Buckner -More small doc fixes - -doc/MODULES -doc/compiling.FAQ -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 -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/channels.mod/help/chaninfo.help -src/mod/server.mod/help/set/server.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3ad3a4f (2002-02-28 05:28:40 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0c3e673 (2002-02-28 05:13:57 +0000) by Will Buckner -more doc updates - -FEATURES -Makefile.in -NEWS -doc/BOTNET -doc/MODULES -doc/UPDATES1.6 -doc/eggdrop.doc -doc/first_script.txt -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 -doc/tcl-commands.doc -doc/text-substitutions.doc -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 56c9984 (2002-02-27 18:21:46 +0000) by Jeff Fisher -BarkerJr thought botchk wasn't too clear on the nickname to set ... it -should be the botnet-nick - -scripts/botchk - -- - - - - - - - - - - - - - - -Commit 8ff2622 (2002-02-26 06:09:11 +0000) by Jeff Fisher -a few more protect* changes .. please check them over and see if the logic -is now _more_ correct - -doc/UPDATES1.6 -doc/compiling.FAQ -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit 6d85f4a (2002-02-25 18:15:51 +0000) by Jeff Fisher -added a referenece to LD_LIBRARY_PATH in compiling.FAQ -- most of the info -in there could probably be removed these days - -doc/ABOUT -doc/UPDATES1.6 -doc/compiling.FAQ -doc/html/compiling.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5a1f40c (2002-02-25 15:57:37 +0000) by Jeff Fisher -fixed a bug pointed out by Eule - -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d97a579 (2002-02-25 04:37:09 +0000) by Jeff Fisher -fixed bug #254 -- those of you who use protectfriends/ops please test this -code out before the 1.6.9 release - -doc/ABOUT -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 80733f4 (2002-02-25 03:39:57 +0000) by Will Buckner -made a few cosmetic changes to the configure script - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1e694a7 (2002-02-25 03:34:16 +0000) by Will Buckner -more plural fixes for commands and error messages - -doc/UPDATES1.6 -src/cmds.c -src/mod/filesys.mod/filesys.c -src/mod/server.mod/cmdsserv.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 45b6353 (2002-02-24 16:50:14 +0000) by Jeff Fisher -fixed a bunch of binds, please look over this patch and see if there is a -better solution I'm missing - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit af25518 (2002-02-24 09:09:01 +0000) by Jeff Fisher -added a missing UPDATES1.6 entry - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 401f481 (2002-02-24 07:57:43 +0000) by Jeff Fisher -fixed a small annoying problem when rerunning ./configure - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0f3bb44 (2002-02-24 07:37:01 +0000) by Jeff Fisher -added ITE's modconfig patch - -doc/UPDATES1.6 -misc/modconfig -src/patch.h - -- - - - - - - - - - - - - - - -Commit cabbf3f (2002-02-24 07:17:58 +0000) by Jeff Fisher -added Eule's cleanup patch for a few variables - -doc/UPDATES1.6 -src/mod/channels.mod/userchan.c -src/mod/module.h -src/modules.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 2c936e8 (2002-02-22 13:25:45 +0000) by stdarg -* Updated the "channel info" command to properly list all user-defined -settings. - -src/mod/channels.mod/tclchan.c - -- - - - - - - - - - - - - - - -Commit b31056b (2002-02-22 13:02:27 +0000) by stdarg -* Added bounds checking in lostdcc() - -src/dccutil.c - -- - - - - - - - - - - - - - - -Commit d8d9a22 (2002-02-22 05:26:06 +0000) by Jeff Fisher -added TaKeDa's/ITE's cygwin patch - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 63cc2b0 (2002-02-22 04:04:57 +0000) by Jeff Fisher -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. - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9174950 (2002-02-21 05:55:11 +0000) by Jeff Fisher -forgot patch.h - -src/patch.h - -- - - - - - - - - - - - - - - -Commit f627ea1 (2002-02-21 05:54:23 +0000) by Jeff Fisher -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 - -text/motd - -- - - - - - - - - - - - - - - -Commit 8edb890 (2002-02-20 22:32:35 +0000) by Jeff Fisher -added BHAB's solaris patch slightly modified, please test this - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit d7ed0ad (2002-02-20 22:28:08 +0000) by Jeff Fisher -added the lastoff_bot patch - -doc/UPDATES1.6 -src/botnet.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c5abc65 (2002-02-20 03:32:20 +0000) by Will Buckner -A few more cosmetic fixes I missed.. - -src/cmds.c - -- - - - - - - - - - - - - - - -Commit e8f675a (2002-02-20 00:13:22 +0000) by Will Buckner -owner_cosmetic didn't commit correctly - -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 7989706 (2002-02-19 22:23:35 +0000) by Jeff Fisher -Added Wcc's cosmetic patch as well - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 07d2b31 (2002-02-19 22:21:28 +0000) by Jeff Fisher -added Eule's cosmetic fix for cmd_store - -doc/UPDATES1.6 -src/mod/console.mod/console.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fd30520 (2002-02-19 22:19:24 +0000) by Jeff Fisher -added TaKeDa's flood-kick patch - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0417534 (2002-02-19 22:14:24 +0000) by Jeff Fisher -added TaKeDa's revengemode_fix - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c394308 (2002-02-16 07:22:07 +0000) by Jeff Fisher -added Eule's membercheck patch - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8a4c74d (2002-02-13 05:22:59 +0000) by Will Buckner -Minor config file doc update. - -eggdrop.advanced.conf -eggdrop.complete.conf - -- - - - - - - - - - - - - - - -Commit 69f2267 (2002-02-12 04:00:46 +0000) by Jeff Fisher -added a small fix to detect PART events when they are done properly without -a message - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1007cae (2002-02-12 00:35:24 +0000) by Will Buckner -Fixed a couple of cosmetic problems in cmd_pls_user. - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d8fd544 (2002-02-07 05:14:45 +0000) by Jeff Fisher -added Wcc's init-server patch and also, fixed a small comment bug in -server.c found by Looser long long long long ago - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3128a10 (2002-02-07 05:04:20 +0000) by Jeff Fisher -added dw's newuser patch - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3f92c37 (2002-02-04 05:03:35 +0000) by Will Buckner -MISC_USERFCREATE1 should use origbotname instead of botnetnick - -doc/UPDATES1.6 -language/core.english.lang -language/core.french.lang -src/chanprog.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3dd23a1 (2002-02-04 03:53:55 +0000) by Will Buckner -eggdrop.complete.conf - -eggdrop.complete.conf - -- - - - - - - - - - - - - - - -Commit cbd9fd8 (2002-02-04 03:51:29 +0000) by Will Buckner -Added a warning about allow-resync in the config file. - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2b2da31 (2002-01-29 21:08:50 +0000) by Jeff Fisher -added TakeDa's ignore fix patch - -doc/UPDATES1.6 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 084b2d1 (2002-01-27 04:14:25 +0000) by Will Buckner -Some docs were not getting installed correctly. - -doc/Makefile.in -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit d140024 (2002-01-24 21:26:14 +0000) by Will Buckner -Forgot two UPDATES entries. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit db4ac50 (2002-01-22 21:36:23 +0000) by Will Buckner -A password is required to use the NOTES msg command, therefore [pass] -should be in usage notices. - -src/mod/notes.mod/notes.c - -- - - - - - - - - - - - - - - -Commit 40bab72 (2002-01-21 19:19:56 +0000) by Will Buckner -More cosmetic changes - -src/cmds.c -src/mod/channels.mod/cmdschan.c -src/mod/irc.mod/cmdsirc.c -src/mod/server.mod/cmdsserv.c -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 7c754b0 (2002-01-19 22:18:15 +0000) by Will Buckner -Fixed a small authors.html error. - -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit cca639c (2002-01-19 14:03:36 +0000) by Tothwolf -Small fixes to AUTHORS files - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit 972d995 (2002-01-19 12:47:18 +0000) by Tothwolf -Updated an AUTHORS entry - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit 838cc43 (2002-01-19 11:54:55 +0000) by Tothwolf -Updated an AUTHORS entry - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit b661c94 (2002-01-19 11:34:51 +0000) by Tothwolf -Updated an AUTHORS entry - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit a5b135c (2002-01-19 11:24:23 +0000) by Tothwolf -Updated an AUTHORS entry - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit f511286 (2002-01-19 11:13:46 +0000) by Tothwolf -Updated an AUTHORS entry - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit e8cf045 (2002-01-19 09:22:49 +0000) by Tothwolf -Updated an AUTHORS entry - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit c22407a (2002-01-19 08:56:33 +0000) by Tothwolf -Updated an AUTHORS entry - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit 7c0f7be (2002-01-16 03:24:17 +0000) by Jeff Fisher -added Wcc's cosmetic patch - -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/mod/server.mod/help/set/server.help -src/patch.h -src/tcl.c -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit a9cd484 (2002-01-16 03:18:01 +0000) by Jeff Fisher -more doc changes by Wcc - -README -doc/ABOUT -doc/UPDATES1.6 -doc/html/about.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 -doc/html/readme.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit 34934e6 (2002-01-14 21:23:50 +0000) by Jeff Fisher -added Eule's patch for memleaks in adduser functions - -doc/UPDATES1.6 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit feeef9f (2002-01-14 21:20:50 +0000) by Jeff Fisher -added ITE's 64 bit archs patch - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0093382 (2002-01-14 21:19:36 +0000) by Jeff Fisher -added BarkerJr's logbotinfo patch - -doc/UPDATES1.6 -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 90cb00e (2002-01-14 21:18:35 +0000) by Jeff Fisher -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? :) - -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 40a39fe (2002-01-14 15:51:12 +0000) by stdarg -* Added #define for 'parties' export. - -src/mod/module.h - -- - - - - - - - - - - - - - - -Commit c22642e (2002-01-14 15:47:42 +0000) by stdarg -* Added 'parties' variable to export table, to tell the length of the -'party' array. - -src/modules.c - -- - - - - - - - - - - - - - - -Commit 46e636b (2002-01-14 15:41:05 +0000) by stdarg -* ginvite_total and gexempt_total were mixed up in the export table (thanks -to amir on egghelp.org for finding this) - -src/modules.c - -- - - - - - - - - - - - - - - -Commit 178041f (2002-01-08 04:28:59 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8281f51 (2002-01-08 04:26:10 +0000) by Jeff Fisher -added BarkerJr's laston_link patch - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fc3a4d5 (2002-01-08 04:24:27 +0000) by Jeff Fisher -couple more small remote boot fixes - -doc/UPDATES1.6 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/botcmd.c -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 36a2aa6 (2002-01-08 04:11:53 +0000) by Jeff Fisher -added a small patch to make sure hand2nick, etc .. return that a user is -known if they are really know - -doc/UPDATES1.6 -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ab61cae (2002-01-03 04:32:55 +0000) by Jeff Fisher -eggdrop1.6.9 here we go - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7530f4c (2002-01-03 03:25:42 +0000) by Jeff Fisher - a few doc fixes, time for the 1.6.8 release folks - -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 - -- - - - - - - - - - - - - - - -Commit df69eae (2002-01-03 01:06:56 +0000) by Jeff Fisher -dang cvs - -doc/html/mod-console.html -doc/html/mod-ctcp.html -doc/html/mod-seen.html -doc/html/mod-uptime.html -doc/html/mod-woobie.html - -- - - - - - - - - - - - - - - -Commit 2878121 (2002-01-03 01:05:43 +0000) by Jeff Fisher -added Wcc's latest doc (wasn't sent via email since his stmp is busted) - -INSTALL -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 -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit f78a20b (2002-01-02 21:51:24 +0000) by Tothwolf -fixed extra 'tricks' file listing - -doc/Makefile.in - -- - - - - - - - - - - - - - - -Commit 8cd8cc2 (2002-01-02 20:54:56 +0000) by Tothwolf -more documentation changes - -doc/ABOUT -doc/PARTYLINE - -- - - - - - - - - - - - - - - -Commit 6a0416e (2002-01-02 20:25:47 +0000) by Jeff Fisher -forgot a couple of cvs adds .. I wish cvs would bitch at me instead of just -letting me forget - -doc/ABOUT -doc/PARTYLINE -doc/html/chat/dalnet_eggdrop.chat - -- - - - - - - - - - - - - - - -Commit e481120 (2002-01-02 20:23:40 +0000) by Jeff Fisher -removed a small tck hack that PPSlim reminded me about .. waiting on a -patch from Wcc to release 1.6.8 - -doc/UPDATES1.6 -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 5b2f75d (2002-01-02 08:06:17 +0000) by Tothwolf -more copyright updates and documentation changes - -README -disabled_modules -doc/BOTNET -doc/CONTENTS -doc/KNOWN-PROBLEMS -doc/MODULES -doc/UPDATES1.6 -doc/compiling.FAQ -doc/eggdrop.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/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/patch.howto -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 -doc/text-substitutions.doc -doc/tricks -logs/CONTENTS -scripts/CONTENTS -scripts/help/cmd_resolve.help -scripts/ques5.tcl -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/help/filesys.help -src/mod/filesys.mod/tclfiles.c -src/mod/irc.mod/help/irc.help -src/mod/notes.mod/cmdsnote.c -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/notes.mod/notes.c -src/mod/notes.mod/notes.h -src/mod/server.mod/help/server.help -src/mod/share.mod/help/share.help -src/mod/share.mod/share.c -src/mod/transfer.mod/transfer.c -src/rfc1459.c -text/CONTENTS - -- - - - - - - - - - - - - - - -Commit 8e690e8 (2002-01-02 05:04:53 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -scripts/autobotchk -src/mod/channels.mod/channels.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0c6fb98 (2002-01-02 03:55:20 +0000) by Jeff Fisher -oops, I was in the wrong dir on the previous commit .. added the cosmetic -patches for purals also now - -doc/UPDATES1.6 -scripts/sentinel.tcl -src/botnet.c -src/mod/filesys.mod/filedb3.c -src/mod/notes.mod/notes.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e8ee6ae (2002-01-02 03:50:49 +0000) by Jeff Fisher -added the sentinel patch and removed a few files I forgot to remove - -doc/UPDATES1.6 -doc/html/app-sharing.html -doc/settings/tricks - -- - - - - - - - - - - - - - - -Commit e97f9b7 (2002-01-02 03:46:41 +0000) by Jeff Fisher -added Wcc's even_more_docs patch - -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/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/patch.howto -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 -doc/text-substitutions.doc -doc/tricks -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/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/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/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/eggautoconf -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/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 -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 -text/banner -text/motd - -- - - - - - - - - - - - - - - -Commit c235823 (2001-12-31 06:47:13 +0000) by Jeff Fisher -added a few small changes to 1.6.8 - -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 - -- - - - - - - - - - - - - - - -Commit 2bda4e7 (2001-12-30 18:38:22 +0000) by Jeff Fisher -some small changes leading upto 1.6.8 (hopefully unless there is a problem -installing the cvs on freebsd machines) - -doc/AUTHORS -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf - -- - - - - - - - - - - - - - - -Commit 1ce34d2 (2001-12-30 07:56:35 +0000) by Jeff Fisher -forgot the UPDATES1.6 file - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit fe8f2e3 (2001-12-30 06:32:43 +0000) by Jeff Fisher -changed nick-len and hand-len to nicklen nad handlen (Wcc is gonna update -the docs .. nick-len is still there for backwards compat - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 1e97a21 (2001-12-30 06:14:01 +0000) by Jeff Fisher -added a few names to AUTHORS -- I need some realnames though for stdarg, -BarkerJr and uhm ... *thinks* - -doc/AUTHORS -src/patch.h - -- - - - - - - - - - - - - - - -Commit f442cf6 (2001-12-29 21:46:29 +0000) by Jeff Fisher -added Wcc's patch to update some more docs - -doc/BOTNET -doc/UPDATES1.6 -doc/first_script.txt -src/patch.h - -- - - - - - - - - - - - - - - -Commit 809b40a (2001-12-29 21:06:38 +0000) by Jeff Fisher -small bug in the transfer.mod language files was introduced by a patch made -before the transfer.mod had language files - -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ac5d4e9 (2001-12-29 06:17:17 +0000) by Jeff Fisher -oops forgot to delete a line - -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit d5016bc (2001-12-29 05:52:35 +0000) by Jeff Fisher -added Wcc's old_debugs patch - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7f2159f (2001-12-29 05:49:47 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fae7c43 (2001-12-29 05:48:34 +0000) by Jeff Fisher -added Wcc's cosmetic patch - -doc/UPDATES1.6 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit f874a79 (2001-12-29 05:45:12 +0000) by Jeff Fisher -added Wcc's patch to set defaults on net-type 5 for max-bans and max-modes - -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3ca1181 (2001-12-29 05:43:34 +0000) by Jeff Fisher -added Wcc's handlen patch - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 871b787 (2001-12-29 05:38:50 +0000) by Jeff Fisher -added the sum whom patch by BarkerJr - -doc/UPDATES1.6 -src/botnet.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 45f5ad1 (2001-12-26 05:03:31 +0000) by Tothwolf -even more copyright updates - -doc/html/app-textsub.html -doc/text-substitutions.doc - -- - - - - - - - - - - - - - - -Commit 6115c51 (2001-12-26 04:43:57 +0000) by Tothwolf -more copyright updates - -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 -doc/text-substitutions.doc -src/bg.c -src/compat/inet_aton.c -src/compat/strftime.h -src/main.c -src/modules.c - -- - - - - - - - - - - - - - - -Commit b15181e (2001-12-26 03:50:42 +0000) by Tothwolf -copyright updates - -doc/UPDATES1.6 -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 -doc/text-substitutions.doc -src/modules.c - -- - - - - - - - - - - - - - - -Commit 05d2934 (2001-12-23 06:52:30 +0000) by Jeff Fisher -tcl_bot should be tcl_boot - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 35c333b (2001-12-23 06:49:13 +0000) by Jeff Fisher -added a small fix for tcl_boot - -doc/UPDATES1.6 -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 63b52ae (2001-12-22 20:58:34 +0000) by Jeff Fisher -added Wcc's nettype_modes patch - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 237edcc (2001-12-22 20:25:17 +0000) by Jeff Fisher -added my correctname patch - -doc/UPDATES1.6 -src/chanprog.c -src/main.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 -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 126c3fd (2001-12-22 06:43:57 +0000) by Jeff Fisher -I'll properly fix it this time okay - -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1760abe (2001-12-22 05:02:01 +0000) by Jeff Fisher -added a very small patch to get the proper channel key on op - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 10526a6 (2001-12-22 04:42:17 +0000) by Jeff Fisher -added my nopass.diff - -doc/UPDATES1.6 -src/mod/ctcp.mod/ctcp.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1fe32d1 (2001-12-21 18:51:11 +0000) by Jeff Fisher -added this patch from 1.6.7 - -doc/UPDATES1.6 -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 45a81ba (2001-12-21 05:57:28 +0000) by Jeff Fisher -better updates entry - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit b033d73 (2001-12-21 05:12:37 +0000) by Jeff Fisher -added BarkerJr's whomsg patch - -doc/UPDATES1.6 -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0559d3f (2001-12-21 00:41:41 +0000) by Jeff Fisher -fixed botisop, botisvoice, and botonchan (I forgot to change argc > 2 to > -1) - -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f18a73f (2001-12-20 21:05:13 +0000) by Jeff Fisher -oops, thanks BarkerJr for that little fix - -doc/UPDATES1.6 -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f5c24f9 (2001-12-20 18:52:11 +0000) by Jeff Fisher -applied a few more changes to some tcl commands to make them take an -optional channel argument - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f046d2b (2001-12-20 17:37:20 +0000) by Jeff Fisher -added my onchanfix patch - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c616b78 (2001-12-20 07:51:26 +0000) by Jeff Fisher -added stdarg's tcl_traffic patch (which was modified by yours truly) - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/patch.h -src/tcldcc.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 05c2afe (2001-12-20 06:53:15 +0000) by Jeff Fisher -added my cmd_servers.diff and yes I fixed the cosmetic bug as pointed out -by Wcc - -doc/UPDATES1.6 -src/mod/server.mod/cmdsserv.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e4a5620 (2001-12-20 06:32:01 +0000) by Jeff Fisher -added my localmodules patch - -doc/UPDATES1.6 -help/cmds2.help -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6299a18 (2001-12-20 04:53:28 +0000) by Jeff Fisher -cleaned up show_motd a bit and fixed a bug with show_banner not reseting -help_subst - -doc/UPDATES1.6 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/lang.h -src/misc.c - -- - - - - - - - - - - - - - - -Commit 87857bd (2001-12-20 00:10:43 +0000) by Jeff Fisher -added autom4te.cache to make distrib and also added need limit to -doc/tcl-commands.doc - -Makefile.in -config.h.in -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit c75ab05 (2001-12-19 07:30:59 +0000) by Jeff Fisher -added my jumpfix patch - -doc/UPDATES1.6 -src/mod/server.mod/tclserv.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ecc1c9f (2001-12-19 06:29:21 +0000) by Jeff Fisher -applied my morespeedyness.diff to speed up some more tcl commands - -doc/UPDATES1.6 -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 06285f5 (2001-12-19 04:58:39 +0000) by Jeff Fisher -added Wcc's doc updates for BHAB's serverdocfix patch - -doc/html/mod-server.html -doc/settings/mod.server -src/patch.h - -- - - - - - - - - - - - - - - -Commit 38a616f (2001-12-19 04:57:54 +0000) by Jeff Fisher -added Eule's small-fixes patch - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4a0b5f2 (2001-12-19 02:59:08 +0000) by Jeff Fisher -added a found by for Wcc's whois_ports patch - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit a619e84 (2001-12-18 17:21:35 +0000) by Jeff Fisher -more doc updates! yay - -doc/BUG-REPORT -doc/CONTENTS -doc/MODULES -doc/UPDATES1.6 -doc/patch.howto -doc/settings/CONTENTS -doc/settings/mod.compress -doc/settings/mod.transfer -doc/tcl-commands.doc -doc/text-substitutions.doc -doc/tricks -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9945431 (2001-12-18 17:19:26 +0000) by Jeff Fisher -added BHAB's server password doc fix -- Wcc could you please update the -other related docs - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit b6e97b8 (2001-12-18 16:40:58 +0000) by Jeff Fisher -sped up hand2nick a ton (people using it alot on big userlists should -notice the difference greatly) - -doc/UPDATES1.6 -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1af2739 (2001-12-16 15:07:07 +0000) by Jeff Fisher -oops - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 84184bc (2001-12-16 14:56:00 +0000) by Jeff Fisher -applied Eule's membercheck 2 & 3 patches - -doc/UPDATES1.6 -src/chan.h -src/cmds.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/cmdsirc.c -src/mod/irc.mod/msgcmds.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 6db3e01 (2001-12-16 14:40:17 +0000) by Jeff Fisher -added BarkerJr's patch, also please do not use C++ comments in your patches - - -doc/UPDATES1.6 -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit df43b21 (2001-12-16 14:37:23 +0000) by Jeff Fisher -forgot rename mod.channel to mod.channels - -doc/settings/mod.channel -doc/settings/mod.channels - -- - - - - - - - - - - - - - - -Commit afbcd0e (2001-12-14 18:48:23 +0000) by Jeff Fisher -fixed a small make install error - -doc/Makefile.in -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 71fd978 (2001-12-14 05:44:52 +0000) by Jeff Fisher -Fabian knows my pain .. forgetting to cvs add and remove - -doc/settings/CONTENTS -doc/settings/contents - -- - - - - - - - - - - - - - - -Commit f7292bd (2001-12-14 05:43:11 +0000) by Jeff Fisher -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 - -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 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5f3875d (2001-12-14 05:38:12 +0000) by Jeff Fisher -applied BarkerJr's patch to update doc/MODULES - -doc/MODULES -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit b440375 (2001-12-14 05:32:11 +0000) by Jeff Fisher -added Wcc's whois_ports patch - -doc/UPDATES1.6 -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit df09b34 (2001-12-14 05:30:06 +0000) by Jeff Fisher -stdarg's note fix patch - -doc/UPDATES1.6 -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 89edfac (2001-12-08 18:16:03 +0000) by Jeff Fisher -added BarkerJr's uptime doc - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 19ee676 (2001-12-07 20:14:45 +0000) by Jeff Fisher -lets go 1.6.8 - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cde66f2 (2001-12-07 18:20:30 +0000) by Matthew Hallacy -Hah, slipping this in, makes action.fix handle irssi (and a few others) -"broken" behavior. - -scripts/action.fix.tcl - -- - - - - - - - - - - - - - - -Commit 6c1e7a4 (2001-12-06 04:57:41 +0000) by Jeff Fisher -forgot patch.h *sigh* - -src/patch.h - -- - - - - - - - - - - - - - - -Commit cb7df68 (2001-12-06 04:57:17 +0000) by Jeff Fisher -fixed a small annoying thing I just noticed concerning +statuslog being -shown when we aren't on a server - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit 51bec2d (2001-12-06 04:52:19 +0000) by Jeff Fisher -ITE's cygwin patch - -aclocal.m4 -config.h.in -configure -configure.in -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 04e5928 (2001-12-05 04:12:07 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/mod/transfer.mod/language/transfer.english.lang -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3d3b665 (2001-12-04 21:11:57 +0000) by Jeff Fisher -fixed a small typo - -aclocal.m4 -config.h.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit d68f610 (2001-12-04 20:12:55 +0000) by Jeff Fisher -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. - -aclocal.m4 -config.h.in -configure -configure.in -doc/UPDATES1.6 -doc/compiling.FAQ -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4a96d3f (2001-12-04 19:58:07 +0000) by Jeff Fisher -added Eule's membercheck patch - -doc/UPDATES1.6 -src/cmds.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/msgcmds.c -src/mod/modvals.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2e3d52f (2001-12-03 03:02:41 +0000) by Jeff Fisher -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 - -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d2999ac (2001-12-03 02:57:31 +0000) by Jeff Fisher -*sigh* .. its fixed now - -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f656308 (2001-12-03 02:31:04 +0000) by Jeff Fisher -silly guppy .. adding stuff wrong - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f49eacd (2001-12-02 21:43:28 +0000) by Jeff Fisher -here are some Frecnh language files to feast on - -doc/UPDATES1.6 -src/mod/assoc.mod/language/assoc.french.lang -src/mod/console.mod/language/console.french.lang -src/mod/notes.mod/language/notes.french.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit b80b288 (2001-12-02 21:38:57 +0000) by Jeff Fisher -dang period instead of a comma - -src/mod/transfer.mod/language/transfer.english.lang - -- - - - - - - - - - - - - - - -Commit 954a7a5 (2001-12-02 19:35:31 +0000) by Jeff Fisher -added a missing Id tag and removed an extra language message not being used - - -src/mod/transfer.mod/language/transfer.english.lang - -- - - - - - - - - - - - - - - -Commit 1ce5cd6 (2001-12-02 07:35:07 +0000) by Jeff Fisher -oops .. canadian on cold pills here - -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8cd6feb (2001-12-02 07:17:24 +0000) by Jeff Fisher -added the patch for %n support to the motd stuff ... its getting late, dont -expect my changelogs to be masterpieces hehe - -doc/UPDATES1.6 -doc/html/app-textsub.html -doc/text-substitutions.doc -help/set/cmds1.help -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0c86221 (2001-12-02 07:11:15 +0000) by Jeff Fisher -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. - -doc/UPDATES1.6 -src/mod/transfer.mod/language/transfer.english.lang -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 878c3b2 (2001-12-01 21:45:10 +0000) by Matthew Hallacy -Update help files for new bind changes, we really need a few helpfile -format =P - -help/cmds1.help -help/cmds2.help -help/core.help - -- - - - - - - - - - - - - - - -Commit 44bdba0 (2001-12-01 04:31:29 +0000) by Jeff Fisher -got rid of some language which didn't really fully describe what the -problem was - -doc/UPDATES1.6 -language/core.english.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7751997 (2001-11-30 21:16:00 +0000) by Matthew Hallacy -scum. - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 08970b9 (2001-11-30 01:34:24 +0000) by Jeff Fisher -applied ITE's divert2 patch after I got off crack - -aclocal.m4 -config.h.in -configure -doc/UPDATES1.6 -misc/config.guess -misc/config.sub -src/patch.h - -- - - - - - - - - - - - - - - -Commit 32a37fd (2001-11-29 23:25:37 +0000) by Jeff Fisher -applied my security patch - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 756a65c (2001-11-29 05:48:38 +0000) by Jeff Fisher -applied my banproblems patch -- its even tested, hopefully some others can -test this and see if it fixes their problems as well - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cab9a98 (2001-11-29 04:43:39 +0000) by Jeff Fisher -more spelling related things - -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/help/channels.help -src/mod/console.mod/help/console.help -src/mod/ctcp.mod/help/set/ctcp.help -src/mod/irc.mod/help/irc.help -src/mod/server.mod/help/server.help -src/mod/server.mod/help/set/server.help -src/mod/server.mod/server.c -src/mod/share.mod/help/share.help -src/mod/share.mod/share.c -src/mod/transfer.mod/help/set/transfer.help -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f1b208b (2001-11-29 02:53:33 +0000) by Jeff Fisher -applied Wcc's optimize patch with a minor change for backwards compat - -doc/UPDATES1.6 -src/mod/filesys.mod/files.c -src/mod/filesys.mod/help/filesys.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 08d2a3f (2001-11-28 23:51:16 +0000) by Jeff Fisher -Hanno's patch to fix testip - -doc/UPDATES1.6 -scripts/alltools.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 29c66f5 (2001-11-28 23:26:05 +0000) by Jeff Fisher -applied Eule's sotpnethack patch and wcc's doc patch - -INSTALL -doc/UPDATES1.6 -doc/text-substitutions.doc -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2ad65cc (2001-11-28 23:17:41 +0000) by Jeff Fisher -applied Wcc's patch for +M support on Dalnet - -doc/UPDATES1.6 -src/chan.h -src/mod/channels.mod/channels.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 97b6843 (2001-11-28 23:10:39 +0000) by Jeff Fisher -applied Wcc's small patch for the compress module and Lam's +a patch for -\!channels - -doc/UPDATES1.6 -src/mod/compress.mod/compress.c -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7a7ecd8 (2001-11-21 00:07:43 +0000) by Jeff Fisher -tcl_botattr is now fixed - -doc/UPDATES1.6 -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 3f2d453 (2001-11-16 05:01:32 +0000) by Jeff Fisher -stdarg fixed a bogus memory leak - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 82389ef (2001-11-16 04:48:43 +0000) by Jeff Fisher -removed usetsend and some other unused crap in uptime.mod - -doc/UPDATES1.6 -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 48d9ae3 (2001-11-15 22:48:39 +0000) by Ryan Butler -Fixed guppy's fat fingering - -scripts/getops.tcl - -- - - - - - - - - - - - - - - -Commit 157c515 (2001-11-15 14:11:02 +0000) by Matthew Hallacy -Grr, these stupid bugs are *really* annoying me. - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 64793eb (2001-11-15 06:28:36 +0000) by Jeff Fisher -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. - -doc/UPDATES1.6 -scripts/autobotchk -scripts/cmd_resolve.tcl -scripts/getops.tcl -scripts/userinfo.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1e52f8e (2001-11-14 16:25:48 +0000) by Jeff Fisher -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. - -doc/UPDATES1.6 -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f54f06f (2001-11-13 22:55:20 +0000) by Jeff Fisher -lets fix tcl_setuser alsopico doc/UPDATES1.6 - -doc/UPDATES1.6 -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit f09bb0f (2001-11-13 22:51:50 +0000) by Jeff Fisher -lets fix stopnethack-mode 4 - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 161074a (2001-11-11 20:43:12 +0000) by Matthew Hallacy -(more) socket debugging - -doc/UPDATES1.6 -src/net.c - -- - - - - - - - - - - - - - - -Commit 2373286 (2001-11-11 20:24:46 +0000) by Jeff Fisher -Yes, Tcl looks cooler anyways :P~ - -CONTENTS -FEATURES -INSTALL -Makefile.in -NEWS -README -acconfig.h -aclocal.m4 -config.h.in -configure -configure.in -doc/BUG-REPORT -doc/CONTENTS -doc/KNOWN-PROBLEMS -doc/MODULES -doc/compiling.FAQ -doc/eggdrop.doc -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 -doc/tcl-commands.doc -doc/tricks -eggdrop.advanced.conf -eggdrop.complete.conf -scripts/CONTENTS -scripts/compat.tcl -scripts/ques5.tcl -scripts/weed -src/patch.h - -- - - - - - - - - - - - - - - -Commit e3547e6 (2001-11-11 19:56:54 +0000) by Jeff Fisher -we'll just move that line to the proper location - -src/net.c - -- - - - - - - - - - - - - - - -Commit 17298d2 (2001-11-11 03:07:50 +0000) by Matthew Hallacy -Add a continue for EAGAIN - -doc/UPDATES1.6 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6a87747 (2001-11-10 20:01:47 +0000) by Matthew Hallacy -HPUX/FreeBSD fixes for previous socket code changes - -src/net.c - -- - - - - - - - - - - - - - - -Commit 37c587b (2001-11-10 19:48:37 +0000) by Matthew Hallacy -Oops. - -src/net.c - -- - - - - - - - - - - - - - - -Commit 56b0494 (2001-11-10 19:45:34 +0000) by Matthew Hallacy -Fix up some socket code, please report *any* problems, this may not be -acceptable for 1.6.7 release. - -doc/UPDATES1.6 -src/main.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ecf3c92 (2001-11-10 02:11:09 +0000) by Jeff Fisher -typos are being fixed .. lets release this thing already :P - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 30d646e (2001-11-07 05:12:02 +0000) by Jeff Fisher -more doc fixes - -doc/BOTNET -doc/CONTENTS -doc/UPDATES1.6 -doc/eggdrop.doc -doc/html/flags.html -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7638fac (2001-11-05 14:14:23 +0000) by Jeff Fisher -added mod.uptime to the settings dir - -doc/settings/mod.uptime -src/patch.h - -- - - - - - - - - - - - - - - -Commit 068245a (2001-11-05 04:08:28 +0000) by Jeff Fisher -Wcc is much better at spelling then us - -CONTENTS -FEATURES -INSTALL -Makefile.in -NEWS -README -acconfig.h -config.h.in -configure -configure.in -disabled_modules -doc/BOTNET -doc/BUG-REPORT -doc/CONTENTS -doc/KNOWN-PROBLEMS -doc/MODULES -doc/UPDATES1.6 -doc/compiling.FAQ -doc/eggdrop.doc -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/patch.howto -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 -doc/tcl-commands.doc -doc/text-substitutions.doc -doc/tricks -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -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/help/cmd_resolve.help -scripts/help/msg/userinfo.help -scripts/help/userinfo.help -scripts/notes2.tcl -scripts/ques5.tcl -scripts/userinfo.tcl -scripts/weed -src/patch.h -text/CONTENTS - -- - - - - - - - - - - - - - - -Commit 646420d (2001-11-05 03:54:35 +0000) by Jeff Fisher -odd, tcl_chattr was busted .. - -doc/UPDATES1.6 -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 7a4160e (2001-11-04 09:23:34 +0000) by Jeff Fisher -pfft, updates1.6 -- you never cease to amaze me - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 9cba6e5 (2001-11-04 09:18:44 +0000) by Jeff Fisher -fixed an issue that was causing a whole slew of other problems for eggdrop - -doc/UPDATES1.6 -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 58b4b52 (2001-11-03 21:58:18 +0000) by Jeff Fisher -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!!! - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/irc.mod/irc.c -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 76215e4 (2001-10-31 21:07:31 +0000) by Jeff Fisher -small fix for tcldcc.c - -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 5acece7 (2001-10-31 17:46:41 +0000) by Matthew Hallacy -final commit for src/*.c on argv crap. - -doc/UPDATES1.6 -src/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d32c33e (2001-10-31 16:54:07 +0000) by Matthew Hallacy -yum yum. - -doc/UPDATES1.6 -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 87bf89f (2001-10-31 15:22:48 +0000) by Matthew Hallacy -more (all of?) the argv mis-usage - -doc/UPDATES1.6 -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 23aad68 (2001-10-31 02:20:56 +0000) by Jeff Fisher -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! - -doc/UPDATES1.6 -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 3f0b04b (2001-10-30 16:04:08 +0000) by Matthew Hallacy -Hey! another banreason patch, I lost count.. - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 34b6d70 (2001-10-30 03:01:02 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2f666c2 (2001-10-30 01:36:10 +0000) by Matthew Hallacy -And one more.. - -src/mod/uptime.mod/uptime.h - -- - - - - - - - - - - - - - - -Commit eea1138 (2001-10-30 01:24:06 +0000) by Matthew Hallacy -erm, copyright info - -src/mod/uptime.mod/uptime.c - -- - - - - - - - - - - - - - - -Commit 7b7444d (2001-10-29 20:20:31 +0000) by Jeff Fisher -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? - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/mod/uptime.mod/uptime.c -src/mod/uptime.mod/uptime.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 341a7c6 (2001-10-21 07:06:08 +0000) by Jeff Fisher -Oops, lets fix what stdarg properly this time - -src/modules.c - -- - - - - - - - - - - - - - - -Commit 23db4cd (2001-10-20 23:50:28 +0000) by Matthew Hallacy -* ()'s improve code clarity. - -src/mod/irc.mod/msgcmds.c - -- - - - - - - - - - - - - - - -Commit 09b5966 (2001-10-20 19:03:09 +0000) by Jeff Fisher -a patch by Sup to export some module functions - -doc/UPDATES1.6 -src/mod/module.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 543db9a (2001-10-19 22:53:54 +0000) by Jeff Fisher -oops, I should use the proper words in UPDATES1.6 eh? - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit c4b346b (2001-10-19 21:14:14 +0000) by Jeff Fisher -oops, forgot patch.h - -src/patch.h - -- - - - - - - - - - - - - - - -Commit f873c6d (2001-10-19 21:12:55 +0000) by Jeff Fisher -small fix by stdarg to prevent sendnote from crashing the notes module - -doc/UPDATES1.6 -src/modules.c - -- - - - - - - - - - - - - - - -Commit 65fc888 (2001-10-17 01:58:35 +0000) by Matthew Hallacy -* Bad argv[] use in tcl_userlist - -doc/UPDATES1.6 -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit dfdb4b9 (2001-10-14 18:10:31 +0000) by Matthew Hallacy -* part #3 .. - -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 74ea7e7 (2001-10-14 16:21:49 +0000) by Matthew Hallacy -*** empty log message *** - -src/patch.h - -- - - - - - - - - - - - - - - -Commit c47398c (2001-10-14 16:12:57 +0000) by Matthew Hallacy -fix overflow in adduser, free what we malloc - -doc/UPDATES1.6 -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 2aa516f (2001-10-14 15:06:34 +0000) by Tothwolf -* 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() - -doc/UPDATES1.6 -src/mod/channels.mod/userchan.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 934b4b1 (2001-10-14 14:25:30 +0000) by Matthew Hallacy -Since we're running the uptime stats now, we're free to send the server -again, as per guppy's request. - -src/mod/uptime.mod/uptime.c - -- - - - - - - - - - - - - - - -Commit 40f7db7 (2001-10-11 19:47:04 +0000) by Tothwolf -* Update patch.h - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 458a836 (2001-10-09 17:23:21 +0000) by Tothwolf -fixed buffer overflow in adduser() - -doc/UPDATES1.6 -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 1c4bd44 (2001-10-09 10:55:07 +0000) by Tothwolf -fixed typo in filedb3.c: EBUG_MEM -> DEBUG_MEM removed extra egg_bzero call -from filesys.c - -doc/UPDATES1.6 -src/mod/filesys.mod/filedb3.c -src/mod/filesys.mod/filesys.c - -- - - - - - - - - - - - - - - -Commit f5dc466 (2001-10-07 14:27:01 +0000) by Matthew Hallacy -*** empty log message *** - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4958cc2 (2001-10-07 14:09:12 +0000) by Matthew Hallacy -Fixed multiple crashes introduced by another patch - -src/mod/irc.mod/tclirc.c - -- - - - - - - - - - - - - - - -Commit 8d94b36 (2001-10-05 09:21:59 +0000) by Matthew Hallacy -guh, apparently it got changed quite a while back.. - -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 404428e (2001-10-05 07:26:57 +0000) by Matthew Hallacy -*grumble* when did this get changed? - -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 7cd48c0 (2001-10-03 15:58:07 +0000) by Matthew Hallacy -len = 63... remove a debug line from uptime.mod that was starting to get -annoying - -src/mod/uptime.mod/uptime.c - -- - - - - - - - - - - - - - - -Commit 6acf8da (2001-09-30 05:15:05 +0000) by Tothwolf -Revert broken eggdrop1.6+sunfix.patch (why was this applied?) - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 028f6ef (2001-09-30 05:06:33 +0000) by Tothwolf -Revert broken eggdrop1.6+sunfix.patch (why was this applied?) - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit 68d1dc6 (2001-09-29 06:33:21 +0000) by Jeff Fisher -tothwolf's memory patch ... lets go 1.6.7 - -doc/UPDATES1.6 -src/mem.c -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 1dc960f (2001-09-28 14:07:26 +0000) by Jeff Fisher -newe pid file setting - -doc/UPDATES1.6 -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.complete.conf -scripts/autobotchk -scripts/botchk -src/main.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 3037941 (2001-09-28 02:47:48 +0000) by Matthew Hallacy -! != -, .kickban was semi broken - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 089cdfb (2001-09-26 04:07:39 +0000) by Jeff Fisher -oops, forgot this file - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 42284de (2001-09-26 03:58:20 +0000) by Jeff Fisher -backported BarkerJr's -dynamicban patch and cleaned up a few while loops - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/channels.mod/tclchan.c - -- - - - - - - - - - - - - - - -Commit 3c82bac (2001-09-25 23:21:44 +0000) by Jeff Fisher -replaced old md5 routines with newer ones - -doc/UPDATES1.6 -src/dcc.c -src/md5/md5.h -src/md5/md5c.c -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 7984bf3 (2001-09-25 23:11:59 +0000) by Jeff Fisher -here is the properly indented code for stdarg's uf8 patch - -src/patch.h -src/tcl.c -src/tclegg.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 1f0fb05 (2001-09-24 04:35:55 +0000) by Jeff Fisher -a small bug with banreasons was fixed, related to an previous 1.6.7 patch -by dw - -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit dd6fea7 (2001-09-24 04:25:40 +0000) by Jeff Fisher -here are some backports from 1.7 to 1.6 .. mostly minor - -doc/UPDATES1.6 -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.complete.conf -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/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/modules.c -src/patch.h -src/tcl.c -text/banner -text/motd - -- - - - - - - - - - - - - - - -Commit 0f403f6 (2001-09-23 20:17:47 +0000) by Jeff Fisher -lets test this patchls - -doc/UPDATES1.6 -src/botmsg.c -src/dccutil.c -src/misc.c -src/mod/channels.mod/tclchan.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/tcl.c -src/tclegg.h -src/tclhash.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit a189b87 (2001-09-23 19:56:06 +0000) by Jeff Fisher -here is TaKeDa's wasop fix - -doc/UPDATES1.6 -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6fdd67e (2001-09-23 19:54:07 +0000) by Jeff Fisher -here is a sunos fix - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit dedee63 (2001-08-27 23:25:15 +0000) by Matthew Hallacy -updated userinfo.tcl - -scripts/userinfo.tcl - -- - - - - - - - - - - - - - - -Commit 8bee887 (2001-08-27 23:13:22 +0000) by Matthew Hallacy -PATCH: cmb_boot.patch -Fix booting for people with full length handles - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 584ba8f (2001-08-27 23:08:29 +0000) by Matthew Hallacy -PATCH: wildctcp1.6.patc -Allow wildcard CTCP binding - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 73cf936 (2001-08-27 23:04:18 +0000) by Matthew Hallacy -PATCH: ctcp2help.patch -Move CTCP replies to the help queue - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 49efa16 (2001-08-23 00:40:18 +0000) by Matthew Hallacy -don't send server in uptime.mod packets - -doc/UPDATES1.6 -src/mod/uptime.mod/uptime.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 017fb12 (2001-08-19 09:04:44 +0000) by Matthew Hallacy -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 =) - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f0b042e (2001-08-19 08:41:28 +0000) by Matthew Hallacy -documentation fix for SIGN - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 96166a7 (2001-08-19 08:28:04 +0000) by Matthew Hallacy -*** empty log message *** - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 67a4efc (2001-08-11 08:20:53 +0000) by Jeff Fisher -I found out ITE's realname ... yay .. yay... - -doc/AUTHORS - -- - - - - - - - - - - - - - - -Commit 8fc1910 (2001-08-10 23:14:55 +0000) by Jeff Fisher -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) - -doc/UPDATES1.6 -doc/tcl-commands.doc -scripts/getops.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit fb0d6e6 (2001-08-09 04:00:26 +0000) by Jeff Fisher -applied Kirben's cygwin patch - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit a3b6d3a (2001-08-08 17:29:59 +0000) by Jeff Fisher -small fix for getops - -scripts/getops.tcl - -- - - - - - - - - - - - - - - -Commit 27a8b34 (2001-08-07 13:55:24 +0000) by Matthew Hallacy -PATCH: helppatch.diff - -doc/UPDATES1.6 -src/mod/channels.mod/help/chaninfo.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit abe82c4 (2001-08-07 13:52:37 +0000) by Matthew Hallacy -PATCH: nice_whom.patch - -doc/UPDATES1.6 -src/botnet.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f77871c (2001-08-07 13:43:32 +0000) by Matthew Hallacy -oops, addpatch.. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5034b1c (2001-08-07 13:42:13 +0000) by Matthew Hallacy -PATCH: eggdrop1.6+dalupd.patch - -doc/UPDATES1.6 -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit bd8b8ca (2001-07-29 06:15:57 +0000) by Jeff Fisher -yay .... raven will love this patch - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9c1b04f (2001-07-29 06:08:04 +0000) by Jeff Fisher -sup's hook die ... this has been needed for years right slennox? - -doc/MODULES -doc/UPDATES1.6 -src/cmds.c -src/main.c -src/misc.c -src/mod/module.h -src/mod/modvals.h -src/mod/server.mod/cmdsserv.c -src/mod/server.mod/server.c -src/modules.c -src/patch.h -src/proto.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 83a4933 (2001-07-26 21:57:31 +0000) by Jeff Fisher -added takeda's resync fix patch... - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3e5bedb (2001-07-26 03:59:45 +0000) by Jeff Fisher -Hm.... I thought md5 was borken ... hehe - -doc/UPDATES1.6 -src/patch.h -src/tcl.c -src/tclegg.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit e9dca84 (2001-07-26 03:55:34 +0000) by Jeff Fisher -added Kirben's win32 patch - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6dde5ba (2001-07-25 17:27:21 +0000) by Jeff Fisher -small fix to the channels.mod and a small fix to dw's banreason patch - -src/mod/channels.mod/channels.c -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit edfbfcf (2001-07-25 03:56:09 +0000) by Jeff Fisher -check for a newer eggdrop when using our new channels.mod - -src/mod/channels.mod/channels.c - -- - - - - - - - - - - - - - - -Commit e962bb1 (2001-07-24 21:50:41 +0000) by Jeff Fisher -doh, I forgot to commit the changed configure :P~ - -src/mod/dns.mod/configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9d4c97e (2001-07-24 15:11:15 +0000) by Jeff Fisher -go Kirben, go Kirben, its your birthday - -doc/AUTHORS -src/patch.h - -- - - - - - - - - - - - - - - -Commit ba88f3c (2001-07-24 15:08:22 +0000) by Jeff Fisher -here is Kirben's bind82.patch applied - -doc/UPDATES1.6 -src/mod/dns.mod/Makefile.in -src/mod/dns.mod/configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1e4eafe (2001-07-24 15:02:01 +0000) by Jeff Fisher -yay dw, .. that Vodka helps - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 621b194 (2001-07-24 14:48:13 +0000) by Jeff Fisher -let me strike down thee olde ircd - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cb5e96d (2001-07-24 14:43:35 +0000) by Jeff Fisher -QNX? don't banks use that - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit eeee037 (2001-07-24 14:32:31 +0000) by Jeff Fisher -dang those mismatches ... yay stdarg - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5184b29 (2001-07-24 14:22:32 +0000) by Jeff Fisher -a typo hunting we shall go ... yay Kirben - -doc/UPDATES1.6 -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit af05826 (2001-07-24 14:19:19 +0000) by Jeff Fisher -I thought about doing this years ago .. glad someone did it :P~ - -doc/MODULES -doc/UPDATES1.6 -doc/html/egg-core.html -doc/tcl-commands.doc -help/cmds2.help -src/cmds.c -src/main.c -src/mod/channels.mod/channels.c -src/mod/modvals.h -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit c12987d (2001-07-24 14:09:27 +0000) by Jeff Fisher -well, we know unicode support will work one day :P~ - -doc/UPDATES1.6 -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit b9b43ae (2001-07-24 14:05:18 +0000) by Jeff Fisher -go go gadget mobile .. lets do lots of work today on eggdrop - -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 836060d (2001-07-21 06:53:30 +0000) by Jeff Fisher -forgot main.c .. - -src/main.c - -- - - - - - - - - - - - - - - -Commit 43cf8c5 (2001-07-21 06:52:33 +0000) by Jeff Fisher -lets go for 1.6.7 .. I'm gonna make a 1.7 branch off of this - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2890966 (2001-07-18 14:12:03 +0000) by Jeff Fisher -applied Paladin's doc updates patch - -INSTALL -README -doc/UPDATES1.6 -src/mod/channels.mod/help/chaninfo.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8de22f8 (2001-07-18 06:03:29 +0000) by Tothwolf -Autoindenting mess-up - -src/mod/module.h - -- - - - - - - - - - - - - - - -Commit 037161d (2001-07-17 19:53:43 +0000) by Jeff Fisher -here is ITE's expore_define_fix - -doc/UPDATES1.6 -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/module.h -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 433adce (2001-07-16 14:59:42 +0000) by Jeff Fisher -added drummer's delignore patch - -doc/UPDATES1.6 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 6a81f51 (2001-07-16 14:54:02 +0000) by Jeff Fisher -oops, I should apply the patch too I guess - -src/misc.c -src/mod/module.h -src/modules.c -src/proto.h - -- - - - - - - - - - - - - - - -Commit d303204 (2001-07-16 14:53:21 +0000) by Jeff Fisher -applied drummer's patch to get rid of remove_gunk - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1bfddd3 (2001-07-16 05:14:33 +0000) by Jeff Fisher -fixed a tiny buffer overflow in cmd_whois .. - -doc/UPDATES1.6 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit c4eacee (2001-07-15 05:26:42 +0000) by Jeff Fisher -here is a fix for getops and I moved ITE's patches to 1.6.6 - -doc/UPDATES1.6 -scripts/getops.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9bee446 (2001-07-15 05:15:14 +0000) by Jeff Fisher -here is 1.6.6 ... - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c7dc050 (2001-07-14 12:38:56 +0000) by Matthew Hallacy - ITE .conf cleanups, TCL threaded info in DEBUG - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 604b772 (2001-07-14 12:37:08 +0000) by Matthew Hallacy -Cosmetic TCL fixes, plus TCL threaded info, primarily ITE's patch. - -src/chanprog.c -src/cmds.c -src/language.c -src/main.c -src/patch.h -src/tcl.c -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 275a314 (2001-07-09 15:57:04 +0000) by Jeff Fisher -applied Fabian's modconfig patch ... should I release 1.6.5 tomorrow? all -signs point to yes - -doc/UPDATES1.6 -misc/modconfig - -- - - - - - - - - - - - - - - -Commit ff46e71 (2001-07-07 01:49:24 +0000) by Tothwolf -std_args.h check was missing from configure - -configure -configure.in -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 8c58666 (2001-07-06 16:38:01 +0000) by Jeff Fisher -Sorry about this bug ... newbies shouldn't use linked lists :) - -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 025a073 (2001-07-06 16:36:41 +0000) by Jeff Fisher -here is the limitlegacy patch ... eggdrop had some funny hacks - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 052a04f (2001-07-06 04:48:08 +0000) by Jeff Fisher -couple of fixes to /msg commands - -doc/UPDATES1.6 -src/mod/irc.mod/help/msg/irc.help -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b387b49 (2001-07-05 22:19:51 +0000) by Jeff Fisher -two unalligned colons in the debug code - -src/main.c - -- - - - - - - - - - - - - - - -Commit 8b36dda (2001-07-04 19:27:37 +0000) by Matthew Hallacy -ctcr fix - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e549c76 (2001-07-03 16:47:14 +0000) by Jeff Fisher -Tothwolf's patch to fix his aclocal.m4 patch - -aclocal.m4 -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit b7d3d38 (2001-07-03 16:46:08 +0000) by Jeff Fisher -BAD POPTIX. BAD. - -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0c97bc2 (2001-07-03 01:52:28 +0000) by Matthew Hallacy -guppy's wiremod.diff, check encrypt mod before trying to load - -doc/UPDATES1.6 -src/mod/wire.mod/wire.c - -- - - - - - - - - - - - - - - -Commit 050905b (2001-07-03 01:33:34 +0000) by Matthew Hallacy -isowner.patch by me! - -doc/UPDATES1.6 -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 49dd7d1 (2001-07-02 16:39:24 +0000) by Jeff Fisher -oops, forgot patch.h - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9bfcc7a (2001-07-02 16:39:11 +0000) by Jeff Fisher -committed an old patch of dw's that I and others think is useful - -doc/UPDATES1.6 -src/mod/irc.mod/cmdsirc.c - -- - - - - - - - - - - - - - - -Commit 33481be (2001-07-01 07:19:38 +0000) by Jeff Fisher -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~ - -aclocal.m4 -configure - -- - - - - - - - - - - - - - - -Commit 5b4512d (2001-07-01 07:06:30 +0000) by Jeff Fisher -added Sup's inactive patch - -README -doc/UPDATES1.6 -doc/html/chat/efnet_eggfaq.chat -doc/html/readme.html -src/mod/channels.mod/channels.c -src/patch.h -text/motd - -- - - - - - - - - - - - - - - -Commit 9f712e7 (2001-06-30 14:51:16 +0000) by Jeff Fisher -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. - -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ba9606a (2001-06-30 06:34:44 +0000) by Jeff Fisher -my haschanrec patch - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 71e59cf (2001-06-30 06:33:10 +0000) by Jeff Fisher -Sup's shareflood fix ... would some people please test this on irncet and -such ... - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f36a70aa (2001-06-30 06:29:57 +0000) by Jeff Fisher -here are my cleanup patches ... - -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/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 -src/modules.c -src/patch.h -src/tcluser.c -src/userrec.c -src/users.c - -- - - - - - - - - - - - - - - -Commit c352dba (2001-06-29 13:58:54 +0000) by Jeff Fisher -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? - -configure -configure.in -doc/UPDATES1.6 -scripts/getops.tcl -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit e528a70 (2001-06-29 05:09:58 +0000) by Jeff Fisher -One small patch coming up ... I even created this problem I believe .. -silly guppy, mistakes are for lusers - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 17a33b5 (2001-06-28 19:21:56 +0000) by Jeff Fisher -here is my small fixes patch - -doc/UPDATES1.6 -help/cmds1.help -src/cmds.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/channels.help -src/mod/server.mod/server.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0f6c0c0 (2001-06-28 19:10:49 +0000) by Jeff Fisher -oops forget addpatch - -src/patch.h - -- - - - - - - - - - - - - - - -Commit cc0a626 (2001-06-28 19:06:44 +0000) by Jeff Fisher -Kirben's binary patch for Cygwin - -aclocal.m4 -configure -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit ad66f8b (2001-06-28 19:04:28 +0000) by Jeff Fisher -Kirben's compiler patch (affects both unix and cygwin actually) - -doc/UPDATES1.6 -src/mod/compress.mod/configure -src/mod/compress.mod/configure.in -src/mod/dns.mod/configure -src/mod/dns.mod/configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8adf21e (2001-06-28 19:01:14 +0000) by Jeff Fisher -Sup's channels fix patch - -doc/UPDATES1.6 -doc/html/mod-server.html -doc/settings/mod.server -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/channels.mod/channels.c -src/mod/channels.mod/channels.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 90fbdd4 (2001-06-26 12:45:03 +0000) by Jeff Fisher -oops, forgot to run eggautoconf - -src/mod/dns.mod/configure - -- - - - - - - - - - - - - - - -Commit 489fe4d (2001-06-25 21:32:08 +0000) by Jeff Fisher -added a fixed up version of Kirben's pthreads patch .. also I forgot an -update for his previous cygwin_bind patch - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 03c1070 (2001-06-25 21:17:03 +0000) by Jeff Fisher -Kirben's cygwin bind patch .. I'm redoing his cygwin pthreads one currently - - -src/mod/dns.mod/configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit f7dad8d (2001-06-25 04:34:03 +0000) by Jeff Fisher -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 - -aclocal.m4 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8497dc8 (2001-06-24 20:50:33 +0000) by Matthew Hallacy -logging fix, extraneous \n's by G`Quann/Florian - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1c65f76 (2001-06-24 20:49:24 +0000) by Matthew Hallacy -florian's 'netstuff' patch. - -doc/UPDATES1.6 -src/mod/module.h -src/modules.c -src/net.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 3d5b4e1 (2001-06-24 20:42:17 +0000) by Matthew Hallacy -ITE's new patch for msg key invite etc - -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 17a04a0 (2001-06-24 20:37:16 +0000) by Matthew Hallacy -jeff's tbuf patch - -aclocal.m4 -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit 36bbd9b (2001-06-24 18:29:48 +0000) by Matthew Hallacy -nuh, my warning re-added =P - -src/mod/ctcp.mod/ctcp.c - -- - - - - - - - - - - - - - - -Commit fdfe260 (2001-06-22 05:52:40 +0000) by Jeff Fisher -here is that pthreads patch with the changes tothwolf talked about - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit ad5e7a5 (2001-06-22 05:49:31 +0000) by Jeff Fisher -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 - -acconfig.h -aclocal.m4 -config.h.in -configure -configure.in -doc/UPDATES1.6 -src/language.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c7131cb (2001-06-21 04:01:22 +0000) by Jeff Fisher -poptix forgot to run autoconf - -configure - -- - - - - - - - - - - - - - - -Commit 2912e89 (2001-06-21 01:21:01 +0000) by Matthew Hallacy -blech. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit a4d3d41 (2001-06-21 01:15:41 +0000) by Matthew Hallacy -Boo hoo, fix my name or i'll cry.. - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 319e2de (2001-06-20 15:57:31 +0000) by Jeff Fisher -fixed - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 814b929 (2001-06-20 14:53:36 +0000) by Matthew Hallacy -Increase the random-ness of rand() - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 537a5d1 (2001-06-20 14:51:00 +0000) by Matthew Hallacy -Sup's .whoami patch - -doc/UPDATES1.6 -help/cmds2.help -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 86a32e3 (2001-06-20 14:48:34 +0000) by Matthew Hallacy -stdarg's unicode fixes, along with buffer overflow(s) - -doc/UPDATES1.6 -src/botmsg.c -src/dccutil.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cc6340c (2001-06-20 14:44:21 +0000) by Matthew Hallacy -Cygwin32 Fixes - -aclocal.m4 -doc/UPDATES1.6 -src/main.c -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/module.h -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7d27e86 (2001-06-17 14:09:31 +0000) by Matthew Hallacy -cleanup, removal of userfix.patch, yawn.. - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4e8e6ef (2001-06-16 01:36:06 +0000) by Matthew Hallacy -Noyga's default-flags in .+user fix - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b44afc8 (2001-06-16 01:33:03 +0000) by Matthew Hallacy -dccdumpfile/dumpfile fixes. - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/misc.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit ddbd4d6 (2001-06-15 05:31:38 +0000) by Tothwolf -*** empty log message *** - -scripts/alltools.tcl - -- - - - - - - - - - - - - - - -Commit f95986a (2001-06-14 12:52:03 +0000) by Matthew Hallacy -*** empty log message *** - -scripts/alltools.tcl - -- - - - - - - - - - - - - - - -Commit 73cd4e3 (2001-06-14 12:39:55 +0000) by Matthew Hallacy -*** empty log message *** - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a4bf4d3 (2001-06-14 00:19:14 +0000) by Tothwolf -added a few more explicit returns - -scripts/alltools.tcl - -- - - - - - - - - - - - - - - -Commit 604b675 (2001-06-14 00:15:21 +0000) by Tothwolf -updated/modified several commands - -scripts/alltools.tcl - -- - - - - - - - - - - - - - - -Commit c86fe3c (2001-06-12 19:51:48 +0000) by Matthew Hallacy -*** empty log message *** - -src/mod/uptime.mod/uptime.c - -- - - - - - - - - - - - - - - -Commit 5cf218b (2001-06-12 19:49:33 +0000) by Matthew Hallacy -*** empty log message *** - -src/mod/uptime.mod/uptime.c - -- - - - - - - - - - - - - - - -Commit 5c1b190 (2001-06-12 17:50:10 +0000) by Matthew Hallacy -we use botnet-nick now, instead of botname - -src/mod/uptime.mod/uptime.c - -- - - - - - - - - - - - - - - -Commit e44ab8b (2001-06-12 17:45:33 +0000) by Matthew Hallacy -*** empty log message *** - -src/mod/uptime.mod/uptime.c -src/mod/uptime.mod/uptime.h - -- - - - - - - - - - - - - - - -Commit b679cd2 (2001-06-12 17:44:42 +0000) by Matthew Hallacy -copyright, attempt to get cvs tags working (never used them myself before) - -src/mod/uptime.mod/Makefile -src/mod/uptime.mod/uptime.c -src/mod/uptime.mod/uptime.h - -- - - - - - - - - - - - - - - -Commit e6538c2 (2001-06-11 02:48:33 +0000) by Matthew Hallacy -uptime.mod 3 of 3 (license) - -src/mod/uptime.mod/uptime.c -src/mod/uptime.mod/uptime.h - -- - - - - - - - - - - - - - - -Commit 5cbb5a0 (2001-06-11 02:45:00 +0000) by Matthew Hallacy -uptime.mod commit 2 of 3 - -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf - -- - - - - - - - - - - - - - - -Commit fa88bd2 (2001-06-11 02:40:13 +0000) by Matthew Hallacy -uptime.mod - -src/mod/uptime.mod/Makefile -src/mod/uptime.mod/modinfo -src/mod/uptime.mod/uptime.c -src/mod/uptime.mod/uptime.h - -- - - - - - - - - - - - - - - -Commit a12b6bb (2001-06-10 00:11:51 +0000) by Matthew Hallacy -filesys memleak fixed, setflags allows flags/channel now like it claimed -to. - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/filesys.mod/tclfiles.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9db9c60 (2001-06-08 17:02:02 +0000) by Matthew Hallacy -teeny tiny addition in tcl-commands.doc for the people who cannot figure -out the obvious. - -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 893b90b (2001-06-08 07:00:47 +0000) by Matthew Hallacy -Boo! updating patch.h with the addpatch script to show the last patch I -applied. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit ee58f7d (2001-06-06 22:49:38 +0000) by Tothwolf -ignorelist entry was slightly wrong - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 8100f13 (2001-06-06 22:34:44 +0000) by Tothwolf -*** empty log message *** - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9082368 (2001-06-06 21:35:52 +0000) by Matthew Hallacy -Sup's ignorelist patch. - -doc/UPDATES1.6 -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 0e53ec2 (2001-06-06 13:20:23 +0000) by Matthew Hallacy - .info locking fix, add .info to .help - -doc/UPDATES1.6 -help/core.help -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/channels.help - -- - - - - - - - - - - - - - - -Commit 209fce1 (2001-06-04 23:41:55 +0000) by Tothwolf -additions/clarifications to tcl-commands.doc - -doc/UPDATES1.6 -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit a7ab309 (2001-06-01 22:07:32 +0000) by Matthew Hallacy -*** empty log message *** - -doc/UPDATES1.6 -scripts/getops.tcl - -- - - - - - - - - - - - - - - -Commit ddd1722 (2001-06-01 22:03:15 +0000) by Jeff Fisher -here is sup's patch to fix .relay and .chaddr - -doc/UPDATES1.6 -src/botnet.c -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 563dcd1 (2001-06-01 22:00:05 +0000) by Jeff Fisher -small cleanup in misc.c by Eugene - -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0d14a85 (2001-06-01 21:56:41 +0000) by Jeff Fisher -new evnt: loaded - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/main.c -src/mod/modvals.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit b3f5d57 (2001-05-25 11:09:16 +0000) by Matthew Hallacy -Update for last 2 patches (mkdir, server var problems) - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 5b8956a (2001-05-25 11:06:04 +0000) by Matthew Hallacy -It's been 3 days, guppy said wait 2, no bad comments on these two patches. - -src/mod/filesys.mod/tclfiles.c -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit 08848a8 (2001-05-23 07:00:41 +0000) by Matthew Hallacy -Added my email address, actually testing cvs, guppy says I have write acces -CVS says otherwise... - -scripts/getops.tcl - -- - - - - - - - - - - - - - - -Commit 747596e (2001-05-20 00:25:58 +0000) by Jeff Fisher -oops, after a few hours I finally remembered to commit this - -doc/BUG-REPORT -doc/UPDATES1.6 -doc/eggdrop.doc -doc/html/compiling.html -doc/man1/eggdrop.1 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/cmds.c -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 443ead7 (2001-05-19 22:19:02 +0000) by Jeff Fisher -here we go ... 1.6.5 any time soon because of that dns.mod problem.... - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/main.c -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit e93aed5 (2001-05-18 22:46:37 +0000) by Jeff Fisher -ooo dns.mod now too :P~ - -README -doc/UPDATES1.6 -src/mod/dns.mod/configure -src/mod/dns.mod/configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit c0d65ee (2001-05-18 22:35:04 +0000) by Jeff Fisher -ooo legacy code - -doc/UPDATES1.6 -doc/html/mod-server.html -doc/settings/mod.server -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a72e5ee (2001-05-14 16:17:00 +0000) by Jeff Fisher -Come on september - -doc/UPDATES1.6 -src/patch.h -src/tcldcc.c -src/tclmisc.c -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 1f28c7e (2001-05-12 20:50:57 +0000) by Jeff Fisher -TaKeDa's patch is now commited - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 38ad5b4 (2001-05-12 20:48:36 +0000) by Jeff Fisher -small small fix to msgm - -doc/UPDATES1.6 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e9d5e6d (2001-04-26 03:41:36 +0000) by Jeff Fisher -applied Sup's helpchans patch - -README -doc/UPDATES1.6 -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 -doc/html/readme.html -src/patch.h -text/motd - -- - - - - - - - - - - - - - - -Commit 3ac738f (2001-04-26 03:38:51 +0000) by Jeff Fisher -applied Eule's patch to save us some cpu - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/mod/modvals.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 002835e (2001-04-19 04:49:54 +0000) by Jeff Fisher -added a few more patches... - -doc/UPDATES1.6 -language/core.english.lang -language/core.german.lang -src/mod/channels.mod/help/chaninfo.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 675fed0 (2001-04-19 04:31:52 +0000) by Jeff Fisher -updated the OS check for IRIX, thank you Kevin - -aclocal.m4 -configure -doc/BUG-REPORT -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 93214d3 (2001-04-13 22:27:14 +0000) by Jeff Fisher -yay, 1.6.5 - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 45aca59 (2001-04-13 19:26:35 +0000) by Jeff Fisher -added Sup's write_debug patch - -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c9d5c7a (2001-04-13 19:25:05 +0000) by Jeff Fisher -more typos and more German translations have been added - -doc/UPDATES1.6 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit fc310d5 (2001-04-13 19:19:14 +0000) by Jeff Fisher -added ITE's weed.patch, also modified weed and autobotchk slighty, sorry -for not sending a patch - -doc/UPDATES1.6 -scripts/autobotchk -scripts/weed -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7af1221 (2001-04-13 06:33:23 +0000) by Jeff Fisher -added sup's patch also a small small small fix to assoc.mod .. a NULL NULL -NULL NULL line was missing - -doc/UPDATES1.6 -src/mod/assoc.mod/assoc.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 3af2b56 (2001-04-13 06:22:11 +0000) by Jeff Fisher -Added some German translations and a German notes language file - -doc/UPDATES1.6 -language/core.german.lang -src/mod/notes.mod/language/notes.german.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit 20cb2c1 (2001-04-12 02:44:23 +0000) by Jeff Fisher -yay, how close are we to releasing 1.6.4 now? - -config.h.in -configure -configure.in -doc/UPDATES1.6 -src/misc_file.c -src/mod/dns.mod/coredns.c -src/mod/notes.mod/cmdsnote.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d53ab14 (2001-04-12 02:41:37 +0000) by Jeff Fisher -here is Krome's .-noteign patch ... yay - -doc/UPDATES1.6 -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 33f5c87 (2001-04-12 02:39:48 +0000) by Jeff Fisher -lets update the copyright info for 2001 k? :P~ - -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/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/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/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/eggautoconf -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/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 -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 -text/banner -text/motd - -- - - - - - - - - - - - - - - -Commit 70e389f (2001-04-07 19:36:53 +0000) by Jeff Fisher -fixed Krome's modes per line bug finally, modes-per-line 3 now works - -doc/UPDATES1.6 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6fdd5b8 (2001-04-06 22:39:52 +0000) by Jeff Fisher -fixed a channel add bug - -doc/UPDATES1.6 -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit d9764d9 (2001-04-06 22:31:03 +0000) by Jeff Fisher -added a small typo patch - -doc/UPDATES1.6 -scripts/ques5.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5164e61 (2001-04-06 22:29:47 +0000) by Jeff Fisher -applied nakee's solaris compile fix - -aclocal.m4 -configure -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit deaf5a3 (2001-04-06 22:28:43 +0000) by Jeff Fisher -applied Zart's patch to make the unicode shit handle tcl version > 9 - -doc/UPDATES1.6 -src/botmsg.c -src/dccutil.c -src/misc.c -src/mod/channels.mod/tclchan.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit b10be90 (2001-04-02 22:50:31 +0000) by Jeff Fisher -added sup's patch, who thinks 1.6.4 on friday or saturday? I got a few -things I'll be sending on wed - -doc/UPDATES1.6 -scripts/alltools.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 006bb98 (2001-04-01 17:42:55 +0000) by Jeff Fisher -applied kirben's cygwin patch - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 59a9682 (2001-04-01 16:02:47 +0000) by Jeff Fisher -gave poptix more credit for getops.tcl - -scripts/getops.tcl - -- - - - - - - - - - - - - - - -Commit c97f8ee (2001-03-18 23:00:32 +0000) by Jeff Fisher -here is wingman's bug fix, yay - -src/botmsg.c -src/dccutil.c -src/misc.c -src/mod/channels.mod/tclchan.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit bc2838d (2001-03-17 23:25:12 +0000) by Jeff Fisher -per's patch for .stick - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c - -- - - - - - - - - - - - - - - -Commit b20a89b (2001-03-17 23:20:57 +0000) by Jeff Fisher -typos fixed by eugene - -doc/KNOWN-PROBLEMS -language/core.german.lang -scripts/notes2.tcl -scripts/userinfo.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 898b769 (2001-03-17 23:19:51 +0000) by Jeff Fisher -abraham's patch for remote boots - -doc/UPDATES1.6 -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit d01d5f4 (2001-03-11 21:00:34 +0000) by Jeff Fisher -added a fix to Wingman's unicode patch - -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 14aed69 (2001-03-11 07:02:57 +0000) by Jeff Fisher -Applied ITE's patch to fix a small remote motd bug -- good work ITE. - -doc/UPDATES1.6 -doc/text-substitutions.doc -help/cmds2.help -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cd15eb5 (2001-03-10 22:44:47 +0000) by Jeff Fisher -ITE's dns fix .. yay .. such a simple fix - -doc/UPDATES1.6 -src/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5d3c90a (2001-03-10 22:38:03 +0000) by Jeff Fisher -added Wingman's patch to remove debug-tcl - -doc/UPDATES1.6 -src/patch.h -src/tcl.c -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 92541ad (2001-03-10 22:32:11 +0000) by Jeff Fisher -added Wingman's encryption fix patch, this does the same as ITE's but -Wingman's was there first, sorry ITE. - -doc/UPDATES1.6 -src/mod/blowfish.mod/blowfish.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fca0831 (2001-03-10 06:36:20 +0000) by Jeff Fisher -Wingman's utf8 fix ... please test this alot people :P~ - -doc/UPDATES1.6 -src/botmsg.c -src/dccutil.c -src/misc.c -src/mod/channels.mod/tclchan.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 16d657f (2001-02-27 21:33:19 +0000) by Jeff Fisher -time for 1.6.4, looks like we have bugs already - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 038f7b3 (2001-02-27 17:06:28 +0000) by Jeff Fisher -reverted the Makefile patch and the protect-telnet patch before 1.6.3 -- we -are ready to release - -Makefile.in -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bed0453 (2001-02-27 03:18:24 +0000) by Jeff Fisher -lets make blowfish more friendly - -doc/UPDATES1.6 -src/mod/blowfish.mod/blowfish.c -src/mod/module.h -src/mod/modvals.h -src/mod/wire.mod/wire.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0c11eab (2001-02-26 04:17:09 +0000) by Jeff Fisher -nakee's makefile fix - -Makefile.in -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit be58cc6 (2001-02-26 03:56:18 +0000) by Jeff Fisher -this memory leak has existed for a long time, pre 1.6 :P~ - -doc/UPDATES1.6 -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit f0e82dc (2001-02-25 07:33:35 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/net.c -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit b955413 (2001-02-25 07:05:04 +0000) by Jeff Fisher -new sentinel version - -doc/UPDATES1.6 -scripts/sentinel.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit f577128 (2001-02-24 20:15:17 +0000) by Jeff Fisher -fireball's protect-telnet patch - -doc/UPDATES1.6 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 053d9c7 (2001-02-24 20:11:45 +0000) by Jeff Fisher -jason's shareexpire patch - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1046737 (2001-02-24 20:08:51 +0000) by Jeff Fisher -added tothwolf's root patch - -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 - -- - - - - - - - - - - - - - - -Commit b76c906 (2001-02-16 03:48:46 +0000) by Tothwolf -*** empty log message *** - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit 9c0d5f4 (2001-02-15 04:33:18 +0000) by Tothwolf -Reversed putkickall patch - -doc/tcl-commands.doc -src/mod/irc.mod/tclirc.c - -- - - - - - - - - - - - - - - -Commit d60a876 (2001-02-11 17:57:31 +0000) by Jeff Fisher -finally, msg_hello is fixed - -doc/UPDATES1.6 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1048c73 (2001-02-11 17:55:03 +0000) by Jeff Fisher -putkickall, I am for this command since I have written it myself in tcl -various times - -doc/UPDATES1.6 -doc/tcl-commands.doc -src/mod/irc.mod/tclirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6f1871a (2001-01-31 05:40:14 +0000) by Jeff Fisher -jason's notes patch ... - -doc/UPDATES1.6 -src/mod/notes.mod/language/notes.english.lang -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6eecc74 (2001-01-31 05:38:06 +0000) by Jeff Fisher -more revengebot crap Thanks fabian, the code is cleaner .. - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9c6e998 (2001-01-31 05:34:23 +0000) by Jeff Fisher -sigterm-default.diff -- I agree wit this, kill -9 is bad - -doc/UPDATES1.6 -eggdrop.complete.conf -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bf5b3b8 (2001-01-31 05:32:31 +0000) by Jeff Fisher -added tclstuff.diff -- finally, we can see our tcl version in a .status - - -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 - -- - - - - - - - - - - - - - - -Commit cbdf209 (2001-01-27 06:26:40 +0000) by Tothwolf -*** empty log message *** - -src/dccutil.c - -- - - - - - - - - - - - - - - -Commit f66e63a (2001-01-26 21:18:22 +0000) by Jeff Fisher -Tothwolf's lastest i18n fix - -src/dccutil.c -src/misc.c -src/patch.h -src/tcl.c -src/tclegg.h - -- - - - - - - - - - - - - - - -Commit c1f061f (2001-01-26 21:06:14 +0000) by Jeff Fisher -applied sup's helpchans patch - -README -doc/UPDATES1.6 -doc/html/readme.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit e170d14 (2001-01-24 13:43:36 +0000) by Tothwolf -Call Tcl_FindExecutable() in tcl.c before Tcl_SetSystemEncoding() - -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit a2ba20b (2001-01-23 04:33:56 +0000) by Jeff Fisher -applied revengebot.patch (slightly modified by myself) -- please test as I -dont use revengebot ever - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ab8bf83 (2001-01-22 23:47:34 +0000) by Jeff Fisher -applied reserved-portrange.diff (yay) - -doc/UPDATES1.6 -doc/html/egg-core.html -doc/settings/core.settings -eggdrop.complete.conf -help/core.help -help/set/cmds1.help -help/set/cmds2.help -src/dccutil.c -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/transfer.mod/transfer.c -src/modules.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 537ee6c (2001-01-22 23:41:11 +0000) by Jeff Fisher -applied Tothwolf's i18n support patch -- lets test this one, cause it would -be good for 1.6.4 - -doc/UPDATES1.6 -src/patch.h -src/tcl.c -src/tclegg.h - -- - - - - - - - - - - - - - - -Commit f935a73 (2001-01-22 23:34:41 +0000) by Jeff Fisher -applied a small patch by ppslim - -doc/UPDATES1.6 -doc/tcl-commands.doc -help/cmds1.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit cf59b66 (2001-01-21 07:49:05 +0000) by Jeff Fisher -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 - -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 705ed90 (2001-01-21 07:32:40 +0000) by Jeff Fisher -our noteusage fix .. brought to you by the makers of Sup. - -doc/UPDATES1.6 -src/mod/notes.mod/cmdsnote.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6e1db62 (2001-01-21 07:25:48 +0000) by Jeff Fisher -applied Jason's -host patch (now how am I suppose to get around that +k -flag? ) - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ee1687c (2001-01-19 08:16:59 +0000) by Tothwolf -autoconf needed to be run - -configure - -- - - - - - - - - - - - - - - -Commit e7a9ba9 (2001-01-17 23:32:44 +0000) by Jeff Fisher -oops I did it again .. Britney Spears, , this fixes .binds - -doc/UPDATES1.6 -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit c1134bf (2001-01-16 17:13:24 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/botcmd.c -src/botmsg.c -src/botnet.c -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1f9b625 (2001-01-15 03:28:10 +0000) by Jeff Fisher -welcome to 1.6.3 land boys and girls - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7817fc4 (2001-01-15 02:44:31 +0000) by Jeff Fisher -updated the recommended tcl version to 8.3.2 .. working on a 1.6.2 release -soon - -configure.in - -- - - - - - - - - - - - - - - -Commit 7e8ffad (2001-01-15 00:25:06 +0000) by Jeff Fisher -fixed UPDATES1.6, we were missing an entry. - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit eacc6a2 (2001-01-08 03:43:06 +0000) by Jeff Fisher -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 - -doc/UPDATES1.6 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 32a5815 (2001-01-08 03:30:57 +0000) by Jeff Fisher -applied blaster's tclhash patch slightly - -doc/UPDATES1.6 -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 7e229ae (2000-12-23 06:15:46 +0000) by Jeff Fisher -quickly fixed chaddr .. looked over cmds.c for anymore broken strncpyz, and -couldn't seem to find any - -doc/UPDATES1.6 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9ad01a5 (2000-12-23 06:11:34 +0000) by Jeff Fisher -ITE's trafficfix patch (slightly modified to fix a compiler warning and a -problem in net.c dealing with extern) - -doc/UPDATES1.6 -help/cmds2.help -help/core.help -src/cmds.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e6eeb00 (2000-12-21 20:20:03 +0000) by Jeff Fisher -ITE's configure path fix patch - -aclocal.m4 -configure -configure.in -doc/UPDATES1.6 -src/mod/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit c18fcd5 (2000-12-21 20:12:43 +0000) by Jeff Fisher -sharefix.diff has been applied, slightly modified since I realized I sent -the wrong patch :) - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d2846b5 (2000-12-19 22:17:12 +0000) by Jeff Fisher -forgot the revenge fix in patch.h - -src/patch.h - -- - - - - - - - - - - - - - - -Commit a48170c (2000-12-19 21:56:40 +0000) by Jeff Fisher -applied toot's two patches (revengefix and the one to eggdev about XTRA -info breaking) - -doc/UPDATES1.6 -src/mod/channels.mod/tclchan.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit 98fa7fb (2000-12-18 20:24:16 +0000) by Jeff Fisher -oops - -src/misc.c - -- - - - - - - - - - - - - - - -Commit 927db9b (2000-12-18 20:18:51 +0000) by Jeff Fisher -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. - -src/misc.c - -- - - - - - - - - - - - - - - -Commit 5886e26 (2000-12-17 21:48:42 +0000) by Jeff Fisher -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 - -src/mod/module.h -src/proto.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit c785268 (2000-12-17 21:37:46 +0000) by Jeff Fisher -TaKeDa's negative limit patch - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b615be6 (2000-12-14 04:11:55 +0000) by Jeff Fisher -guppy: fabian's share_status_message fix, fixes a few problems with -userfile sharing - -doc/UPDATES1.6 -src/mod/share.mod/share.c -src/mod/share.mod/uf_features.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6bbb800 (2000-12-10 15:10:27 +0000) by Jeff Fisher -guppy: core_cleanup.diff ... - -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 - -- - - - - - - - - - - - - - - -Commit b6086b2 (2000-12-08 03:07:38 +0000) by Jeff Fisher -guppy: added my tclfiles.diff (left out the shit to remove the check for # -in tcl_utimers and tcl_timers) - -doc/UPDATES1.6 -src/patch.h -src/tcldcc.c -src/tclmisc.c -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 8c0ffa8 (2000-12-06 02:45:38 +0000) by Jeff Fisher -guppy: Sup's stickfix patch - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/channels.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 27a90d2 (2000-12-06 02:35:18 +0000) by Jeff Fisher -guppy: fabian's transfer_fclose_fix - -doc/UPDATES1.6 -src/mod/channels.mod/userchan.c -src/mod/transfer.mod/transfer.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit dabcf04 (2000-12-06 02:32:18 +0000) by Jeff Fisher -guppy: Eule's efnetcycle patch - -doc/UPDATES1.6 -src/chan.h -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 083d807 (2000-11-29 03:10:24 +0000) by Jeff Fisher -Eule's delayvoice patch - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit f4e2334 (2000-11-29 02:52:05 +0000) by Jeff Fisher -Tothwolf's unused language cleanup - -doc/UPDATES1.6 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/lang.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit fe39823 (2000-11-29 02:49:20 +0000) by Jeff Fisher -part of sup's variable fix patch. - -doc/UPDATES1.6 -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 076515d (2000-11-29 02:46:16 +0000) by Jeff Fisher -added Tothwolf's thread-stuff-fixed patch - -aclocal.m4 -configure -configure.in -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit daa483d (2000-11-23 03:56:40 +0000) by Jeff Fisher -guppy: changed to 1.6.2 folks ... - -doc/UPDATES1.6 -src/Makefile.in -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dec201e (2000-11-21 22:31:59 +0000) by Jeff Fisher -guppy: Wiktor's knownproblems patch - -doc/KNOWN-PROBLEMS -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit f98ba55 (2000-11-21 22:30:24 +0000) by Jeff Fisher -guppy: Eule's (from fabian) new_expired patch - -doc/UPDATES1.6 -src/mod/channels.mod/channels.c -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 31f2962 (2000-11-21 05:18:05 +0000) by Jeff Fisher -guppy: toot's revenge-mode patch and two patches by dw for seen.mod and -quietsave - -doc/UPDATES1.6 -doc/settings/mod.channel -doc/settings/mod.irc -eggdrop.advanced.conf -eggdrop.complete.conf -src/chan.h -src/cmds.c -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/help/set/channels.help -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/irc.c -src/mod/seen.mod/seen.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cdca7c5 (2000-11-21 05:06:45 +0000) by Jeff Fisher -guppy: Axel's recheck_channel patch - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4c1a418 (2000-11-21 04:56:38 +0000) by Jeff Fisher -guppy: dw's dynamicbans patch - -doc/UPDATES1.6 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9f10111 (2000-11-21 04:55:45 +0000) by Jeff Fisher -guppy: fabian's chanmasks ignore patch - -doc/UPDATES1.6 -language/core.english.lang -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 8d77a54 (2000-11-21 04:46:17 +0000) by Jeff Fisher -guppy: fabian's dumplots patch - -doc/UPDATES1.6 -src/misc.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 1c22a4e (2000-11-21 04:38:36 +0000) by Jeff Fisher -guppy: fabian's expired_banmask_fix patch - -doc/UPDATES1.6 -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 835bc39 (2000-11-16 03:27:01 +0000) by Jeff Fisher -guppy: 1.6.1 here we go - -doc/UPDATES1.6 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 059b2d3 (2000-11-16 02:49:14 +0000) by Jeff Fisher -guppy: my nouserfile patch, time to release 1.6.0 - -doc/UPDATES1.6 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/chanprog.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a0f2bda (2000-11-12 06:57:41 +0000) by Jeff Fisher -guppy: fabian's fixdoc patch ... - -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 76bea27 (2000-11-10 19:43:30 +0000) by Jeff Fisher -guppy: dw's default setting patch, I've heard many people complain about -this - -doc/UPDATES1.6 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 21b73ed (2000-11-10 19:39:38 +0000) by Jeff Fisher -guppy: flags.patch by ITE .. - -doc/UPDATES1.6 -src/flags.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dbd3200 (2000-11-08 22:55:06 +0000) by Jeff Fisher -guppy: added Eule's ircd2.9 patch ... damn legacy code - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 52a6b08 (2000-11-08 20:11:05 +0000) by Jeff Fisher -guppy: the lagcheck removal patch - -doc/UPDATES1.6 -doc/html/mod-server.html -doc/settings/mod.server -src/mod/server.mod/server.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit e658ee9 (2000-11-08 20:07:06 +0000) by Jeff Fisher -guppy: Eule's check_exempt2.patch - -doc/UPDATES1.6 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2d17810 (2000-11-08 19:52:38 +0000) by Jeff Fisher -guppy: applied sentinelupgrade.diff, did I remember to add the files? - -doc/UPDATES1.6 -scripts/CONTENTS -scripts/Makefile.in -scripts/sentinel.tcl -scripts/sentinel1.55.tcl - -- - - - - - - - - - - - - - - -Commit 6e64029 (2000-11-08 19:45:35 +0000) by Jeff Fisher -guppy: Sup's statuslog fix .. can't believe I left a bug in some of my own -code ... - -doc/UPDATES1.6 -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit 481ecb0 (2000-11-08 19:43:46 +0000) by Jeff Fisher -guppy: Applied Sup's patch so you cannot unlink directly linked bots. - -doc/UPDATES1.6 -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 4cdde32 (2000-11-08 14:59:37 +0000) by Jeff Fisher -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) - -NEWS -doc/UPDATES1.6 -doc/settings/mod.server -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3a4a02e (2000-11-08 12:30:10 +0000) by johoho -forgot to change the last mod. line in NEWS file...heaven forbid to write a -new patch :o) - -NEWS - -- - - - - - - - - - - - - - - -Commit 59cc699 (2000-11-08 07:32:52 +0000) by johoho -removed lagcheck from the docs - -NEWS -doc/UPDATES1.6 -doc/settings/mod.server -src/patch.h - -- - - - - - - - - - - - - - - -Commit be78287 (2000-11-08 02:42:45 +0000) by Jeff Fisher -guppy: cleaned up the UPDATES.pre1.5 file - -doc/Makefile.in -doc/UPDATES.pre1.5 -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit bbc2ddd (2000-11-07 08:16:00 +0000) by johoho -I hope this is final now.... - -doc/UPDATES1.3 -doc/UPDATES1.4 - -- - - - - - - - - - - - - - - -Commit ae5e5ca (2000-11-07 08:14:56 +0000) by johoho -*** empty log message *** - -doc/UPDATES.pre1.3 -doc/UPDATES.pre1.5 - -- - - - - - - - - - - - - - - -Commit 7298c24 (2000-11-07 08:12:51 +0000) by johoho -concated updates* files in doc/ - -doc/UPDATES1.6 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4cb1a98 (2000-11-06 14:30:07 +0000) by Jeff Fisher -guppy: sup just told me his module patch from long ago was still not -applied, minor doc change - -doc/MODULES - -- - - - - - - - - - - - - - - -Commit 7c54e25 (2000-11-06 14:27:24 +0000) by Jeff Fisher -guppy: and our authors html file - -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit 5041384 (2000-11-06 14:26:04 +0000) by Jeff Fisher -guppy: sup reminded me to fix AUTHORS - -doc/AUTHORS - -- - - - - - - - - - - - - - - -Commit 469e83b (2000-11-06 05:57:19 +0000) by Tothwolf -Changed version to 1.6 in motd file - -text/motd - -- - - - - - - - - - - - - - - -Commit e21e7b1 (2000-11-06 04:24:09 +0000) by Tothwolf -Removed ^M chars from config examples - -eggdrop.advanced.conf -eggdrop.complete.conf - -- - - - - - - - - - - - - - - -Commit 104e98c (2000-11-06 04:18:52 +0000) by Jeff Fisher -forgot UPDATES1.6 - -doc/UPDATES1.6 - -- - - - - - - - - - - - - - - -Commit ccee9bf (2000-11-06 04:06:45 +0000) by Jeff Fisher -1.5 has now become 1.6 - -FEATURES -NEWS -README -doc/BOTNET -doc/BUG-REPORT -doc/CONTENTS -doc/Makefile.in -doc/UPDATES1.5 -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 -doc/patch.howto -doc/tcl-commands.doc -doc/text-substitutions.doc -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -scripts/getops.tcl -src/main.c -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/language/wire.english.lang -src/mod/wire.mod/language/wire.french.lang -src/mod/wire.mod/language/wire.german.lang -src/mod/wire.mod/wire.c -src/mod/wire.mod/wire.h -src/mod/woobie.mod/woobie.c -src/patch.h -text/banner - -- - - - - - - - - - - - - - - -Commit 1eaa89a (2000-11-05 21:37:57 +0000) by Fabian Knittel -fabian: applied Eule's irc_close patch - -doc/UPDATES1.5 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit acb0e2b (2000-11-05 21:36:47 +0000) by Fabian Knittel -fabian: applied guppy's cmd_resolve patch - -doc/UPDATES1.5 -scripts/CONTENTS -scripts/Makefile.in -scripts/cmd_resolve.tcl -scripts/help/cmd_resolve.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit a3bbb12 (2000-11-05 10:31:10 +0000) by Fabian Knittel -fabian: applied dns_zero_resolve patch - -doc/UPDATES1.5 -src/mod/dns.mod/coredns.c -src/mod/dns.mod/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a1f9eac (2000-11-05 10:30:25 +0000) by Fabian Knittel -fabian: applied idchannel_detect patch - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit af74bad (2000-11-04 16:03:30 +0000) by Fabian Knittel -fabian: applied Sup's remove_cmd_resolve patch - -doc/UPDATES1.5 -src/mod/dns.mod/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1af617c (2000-11-03 17:17:16 +0000) by Fabian Knittel -fabian: applied Sup's cmdsirc_fix patch. Stylistic adjustments. Changed to -make use of strncpyz. - -doc/UPDATES1.5 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1e17557 (2000-11-03 17:15:49 +0000) by Fabian Knittel -fabian: applied guppy's banreason patch. Adjusted to make use of strncpyz. -Added MASKREASON_LEN/_MAX defines. - -doc/UPDATES1.5 -src/mod/channels.mod/channels.h -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3cfa751 (2000-11-03 17:06:35 +0000) by Fabian Knittel -fabian: applied strncpyz patch - -doc/UPDATES1.5 -src/main.h -src/mod/server.mod/server.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 24f4a95 (2000-11-03 17:05:47 +0000) by Fabian Knittel -fabian: applied Eule's who_stack patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ffee071 (2000-11-03 17:04:59 +0000) by Fabian Knittel -fabian: applied Eule's delayset patch - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/chan.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1f51cbb (2000-10-30 20:51:22 +0000) by Fabian Knittel -fabian: applied do_channel_part_fix patch - -doc/UPDATES1.5 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 18640e6 (2000-10-30 20:50:41 +0000) by Fabian Knittel -fabian: applied const_setvar_fix patch - -doc/UPDATES1.5 -src/dcc.c -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit d651996 (2000-10-30 20:49:46 +0000) by Fabian Knittel -fabian: applied drummer's sun_firewall_fix patch (net.c.patch) - -doc/UPDATES1.5 -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7a6d76a (2000-10-27 19:40:53 +0000) by Fabian Knittel -fabian: applied delchan_during_joinbind patch - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 65b08c8 (2000-10-27 19:39:30 +0000) by Fabian Knittel -fabian: applied filesys_remote_ln patch - -doc/UPDATES1.5 -src/mod/filesys.mod/dbcompat.c -src/mod/filesys.mod/filedb3.c -src/mod/filesys.mod/filedb3.h -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 59492bc (2000-10-27 19:38:50 +0000) by Fabian Knittel -fabian: applied Eule's expired2 patch - -doc/UPDATES1.5 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 41a50b6 (2000-10-27 19:38:09 +0000) by Fabian Knittel -fabian: applied Eule's stopnethack_exempt patch - -doc/UPDATES1.5 -help/cmds2.help -src/flags.h -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 15d222a (2000-10-27 19:36:34 +0000) by Fabian Knittel -fabian: applied bg_cleanup patch - -doc/UPDATES1.5 -src/bg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0b8b356 (2000-10-27 19:35:52 +0000) by Fabian Knittel -fabian: applied save_data patch - -doc/UPDATES1.5 -src/dcc.c -src/eggdrop.h -src/net.c -src/patch.h -src/proto.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 8a43cbc (2000-10-27 19:34:55 +0000) by Fabian Knittel -fabian: applied net_sockfail_nonfatal patch - -doc/UPDATES1.5 -language/core.english.lang -language/core.german.lang -src/botnet.c -src/dcc.c -src/lang.h -src/mod/filesys.mod/filesys.c -src/mod/server.mod/server.c -src/mod/share.mod/share.c -src/net.c -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit d61bbca (2000-10-27 19:33:29 +0000) by Fabian Knittel -fabian: applied sunos_aclocal_fix patch - -aclocal.m4 -configure -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9f4d0b5 (2000-10-27 19:32:42 +0000) by Fabian Knittel -fabian: applied tcl_hash_overhaul patch. (minor change: added comments to -end of check_tcl_bind().) - -doc/UPDATES1.5 -src/dcc.c -src/flags.c -src/flags.h -src/main.c -src/mem.c -src/mod/irc.mod/chan.c -src/mod/module.h -src/mod/server.mod/servmsg.c -src/mod/share.mod/share.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 - -- - - - - - - - - - - - - - - -Commit 7e65a49 (2000-10-27 19:30:24 +0000) by Fabian Knittel -fabian: applied getmyhostname_fix patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8a78952 (2000-10-27 19:29:11 +0000) by Fabian Knittel -fabian: applied channel_part_fix patch - -doc/UPDATES1.5 -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 -src/mod/modvals.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit fb6c37e (2000-10-27 19:28:21 +0000) by Fabian Knittel -fabian: applied the assert_fix patch - -doc/UPDATES1.5 -src/eggdrop.h -src/main.c -src/mod/module.h -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 18b0f06 (2000-10-27 19:27:32 +0000) by Fabian Knittel -fabian: applied the ambiguous_braces patch - -doc/UPDATES1.5 -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 282d2d2 (2000-10-27 19:26:50 +0000) by Fabian Knittel -fabian: applied Eule's expired patch - -doc/UPDATES1.5 -src/mod/channels.mod/channels.c -src/mod/channels.mod/channels.h -src/mod/channels.mod/userchan.c -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 764f321 (2000-10-27 19:24:44 +0000) by Fabian Knittel -fabian: applied Sup's ctcp_dcc_fix patch - -doc/UPDATES1.5 -src/mod/filesys.mod/filesys.c -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4e79bb9 (2000-10-26 10:20:32 +0000) by Jason Ede -Fabians manpage patch - -doc/man1/eggdrop.1 - -- - - - - - - - - - - - - - - -Commit dc31077 (2000-10-19 16:35:36 +0000) by Fabian Knittel -fabian: applied Looser^'s me_op_fix patch, fixing the export macro for -me_op - -doc/UPDATES1.5 -src/mod/irc.mod/irc.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 350a048 (2000-10-19 16:34:07 +0000) by Fabian Knittel -fabian: applied Eule's mode_while_pending patch - -doc/UPDATES1.5 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8a00c9a (2000-10-19 16:33:11 +0000) by Fabian Knittel -fabian: applied Eule's set_chanlist-fix patch - -doc/UPDATES1.5 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit d68c194 (2000-10-19 16:32:21 +0000) by Fabian Knittel -fabian: applied Eule's gotnick patch - -doc/UPDATES1.5 -src/chanprog.c -src/mod/irc.mod/chan.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 761ddc8 (2000-10-19 16:31:30 +0000) by Fabian Knittel -fabian: applied guppy's bug83-telnetuser-v2 patch - -doc/UPDATES1.5 -src/dcc.c -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e921de8 (2000-10-19 16:30:33 +0000) by Fabian Knittel -fabian: applied Eule's clearmodes patch - -doc/UPDATES1.5 -doc/html/mod-channels.html -doc/settings/mod.channel -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -src/chan.h -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5fdb868 (2000-10-15 16:11:31 +0000) by Tothwolf -doc/Makefile.in still had a reference to doc/readme - -doc/Makefile.in - -- - - - - - - - - - - - - - - -Commit f41d9f0 (2000-10-11 11:03:29 +0000) by Tothwolf -renamed app-botnet.html to app-sharing.html - -doc/html/app-botnet.html -doc/html/app-sharing.html -doc/html/index.html - -- - - - - - - - - - - - - - - -Commit d629759 (2000-10-11 10:27:55 +0000) by Tothwolf -Changed copyright footer - -doc/html/about.html -doc/html/app-botnet.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/faq1.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 - -- - - - - - - - - - - - - - - -Commit d7494dc (2000-10-09 13:07:20 +0000) by Tothwolf -fixed html doctype - -doc/html/about.html -doc/html/app-botnet.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/faq1.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 - -- - - - - - - - - - - - - - - -Commit 09271c1 (2000-10-09 12:57:17 +0000) by Tothwolf -Use table for authors file - -doc/AUTHORS -doc/html/authors.html - -- - - - - - - - - - - - - - - -Commit eec42e9 (2000-10-09 12:32:30 +0000) by Tothwolf -Removed extra readme file - -doc/readme - -- - - - - - - - - - - - - - - -Commit 9ad0884 (2000-10-09 12:26:33 +0000) by Tothwolf -Documentation updates - -NEWS -README -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/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/patch.howto -doc/readme -doc/settings/core.settings -doc/settings/mod.channel -doc/tcl-commands.doc -doc/tricks -eggdrop.advanced.conf -eggdrop.complete.conf - -- - - - - - - - - - - - - - - -Commit 0379426 (2000-10-02 22:35:42 +0000) by Fabian Knittel -fabian: applied the ismember_fix patch - -doc/UPDATES1.5 -src/chanprog.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 97e8da4 (2000-10-02 00:18:07 +0000) by Fabian Knittel -fabian: applied Cybah's flush_mode_cleanups patch - -doc/UPDATES1.5 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 403cc38 (2000-10-01 19:19:20 +0000) by Fabian Knittel -fabian: applied SuperS' osfix3 patch. Fixed tcl configuration caching -(should have made a seperate patch, but I'm too lazy. Someone please fix me -;)). - -aclocal.m4 -configure -configure.in -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit f678283 (2000-10-01 19:14:41 +0000) by Fabian Knittel -fabian: applied TheUnknown's patch solaris-config. Adjusted to cache -result. - -aclocal.m4 -configure -configure.in -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 106b640 (2000-10-01 19:12:46 +0000) by Fabian Knittel -fabian: applied Eugene's testfix patch. Slightly edited. - -doc/MODULES -doc/UPDATES1.5 -doc/compiling.FAQ -doc/patch.howto -doc/tcl-commands.doc -help/set/cmds2.help -src/mod/wire.mod/language/wire.german.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit bb732aa (2000-10-01 19:11:43 +0000) by Fabian Knittel -fabian: applied notes_lang_fix patch - -doc/UPDATES1.5 -scripts/getops.tcl -src/chan.h -src/chanprog.c -src/mod/irc.mod/chan.c -src/mod/notes.mod/notes.c -src/patch.h -src/proto.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 2eba029 (2000-09-27 19:48:54 +0000) by Fabian Knittel -fabian: applied threaded_libtcl_support patch - -aclocal.m4 -configure -doc/UPDATES1.5 -src/Makefile.in -src/bg.c -src/bg.h -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3a69dac (2000-09-27 19:47:16 +0000) by Fabian Knittel -fabian: applied the plus_a_cycle patch - -doc/UPDATES1.5 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9ffcf58 (2000-09-27 19:43:12 +0000) by Fabian Knittel -fabian: applied Eule's kickall_fix patch, together with my own small tweaks - - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a29442f (2000-09-27 19:41:37 +0000) by Fabian Knittel -fabian: applied guppy's serverloaded patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e34fc4a (2000-09-27 19:40:44 +0000) by Fabian Knittel -fabian: applied new_dcc_fixes patch - -doc/UPDATES1.5 -src/main.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 -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 10d75b2 (2000-09-23 17:49:57 +0000) by Fabian Knittel -fabian: applied Cybah's egg_strcatn patch - -doc/UPDATES1.5 -src/misc.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit b249a02 (2000-09-23 17:49:07 +0000) by Fabian Knittel -fabian: applied eugene's helppath (aka eggdrop.simple.conf) patch - -doc/UPDATES1.5 -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 91b5905 (2000-09-23 17:47:50 +0000) by Fabian Knittel -fabian: applied seen_help patch - -doc/UPDATES1.5 -src/mod/seen.mod/help/msg/seen.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit d87aff6 (2000-09-23 17:46:56 +0000) by Fabian Knittel -fabian: applied transfer_turbodcc_dos patch - -doc/UPDATES1.5 -src/eggdrop.h -src/mod/transfer.mod/transfer.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 08f6853 (2000-09-23 17:46:08 +0000) by Fabian Knittel -fabian: applied flag_correct patch - -doc/UPDATES1.5 -src/flags.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit f983606 (2000-09-23 17:45:23 +0000) by Fabian Knittel -fabian: phew.. that was close. almost forgot to add the new files again.. -(guppy's language-v2 patch) - -src/mod/assoc.mod/assoc.h -src/mod/assoc.mod/language/assoc.english.lang -src/mod/console.mod/console.h -src/mod/console.mod/language/console.english.lang -src/mod/notes.mod/language/notes.english.lang - -- - - - - - - - - - - - - - - -Commit e702cb0 (2000-09-23 17:40:18 +0000) by Fabian Knittel -fabian: applied guppy's language-v2 patch - -doc/UPDATES1.5 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/lang.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1418004 (2000-09-18 20:04:59 +0000) by Fabian Knittel -fabian: applied guppy's lang_args patch - -doc/UPDATES1.5 -src/dcc.c -src/dccutil.c -src/lang.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit d681b96 (2000-09-18 20:03:31 +0000) by Fabian Knittel -fabian: applied guppy's ctcp_mod_cleanup patch - -doc/UPDATES1.5 -src/mod/ctcp.mod/ctcp.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 97ca13f (2000-09-18 20:02:42 +0000) by Fabian Knittel -fabian: applied guppy's cmd_jump_helpfix patch - -doc/UPDATES1.5 -src/mod/server.mod/help/server.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7b7c94e (2000-09-18 20:01:43 +0000) by Fabian Knittel -fabian: applied ipv6_masks patch, revision 3 - -doc/UPDATES1.5 -src/cmds.c -src/misc.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/userchan.c -src/mod/module.h -src/mod/share.mod/share.c -src/mod/share.mod/uf_features.c -src/modules.c -src/patch.h -src/proto.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 7987fb0 (2000-09-18 10:06:14 +0000) by Fabian Knittel -fabian: thanks to Tothwolf, I remembered to finally complete applying the -strftime_compat patch. probably the third attempt. 8) - -src/compat/gnu_strftime.c - -- - - - - - - - - - - - - - - -Commit a65b385 (2000-09-15 20:08:34 +0000) by Fabian Knittel -fabian: applied the chaninfo_udef_output patch - -doc/UPDATES1.5 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 55d7a4e (2000-09-13 20:49:40 +0000) by Fabian Knittel -fabian: applied udef_inactivechan_fix patch - -doc/UPDATES1.5 -src/botmsg.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/patch.h - -- - - - - - - - - - - - - - - -Commit e9fd54b (2000-09-13 19:44:08 +0000) by Fabian Knittel -fabian: forgot to remove md5/global.h - -src/md5/global.h - -- - - - - - - - - - - - - - - -Commit 5af8e45 (2000-09-12 15:34:01 +0000) by Fabian Knittel -forgot to add the new files strftime.c and strftime.h, belonging to the -strftime_compat patch. - -src/compat/strftime.c -src/compat/strftime.h - -- - - - - - - - - - - - - - - -Commit 378a5f8 (2000-09-12 15:29:23 +0000) by Fabian Knittel -fabian: applied revenge_bot_update patch - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3a145b5 (2000-09-12 15:28:29 +0000) by Fabian Knittel -fabian: configure_fix patch - -Makefile.in -aclocal.m4 -configure -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit dd5f4ba (2000-09-12 15:26:54 +0000) by Fabian Knittel -fabian: strftime_compat patch - -config.h.in -configure -configure.in -doc/UPDATES1.5 -src/Makefile.in -src/cmds.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/main.h -src/md5/Makefile.in -src/misc.c -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 -src/patch.h -src/tclmisc.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 1601942 (2000-09-12 15:25:40 +0000) by Fabian Knittel -fabian: Eule's notebeep2 patch - -doc/UPDATES1.5 -src/botmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 11b3a19 (2000-09-09 17:31:27 +0000) by Fabian Knittel -fabian: Koach's rfc1459_pass patch - -doc/UPDATES1.5 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 558e6f6 (2000-09-09 17:30:31 +0000) by Fabian Knittel -fabian: guppy's unlink patch - -doc/UPDATES1.5 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7809631 (2000-09-09 17:29:08 +0000) by Fabian Knittel -fabian: format_string_fixes patch - -doc/UPDATES1.5 -src/botcmd.c -src/botmsg.c -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6854e99 (2000-09-09 11:40:52 +0000) by Fabian Knittel -fabian: userfile_fail_fix patch - -doc/UPDATES1.5 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cf4ffd8 (2000-09-09 11:40:02 +0000) by Fabian Knittel -fabian: uff_compress_fix patch - -doc/UPDATES1.5 -src/mod/compress.mod/compress.c -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8d0b373 (2000-09-09 11:39:11 +0000) by Fabian Knittel -fabian: cleanup_types patch - -configure.in -doc/UPDATES1.5 -src/Makefile.in -src/botnet.c -src/compat/inet_aton.c -src/compat/memset.c -src/dcc.c -src/dns.c -src/dns.h -src/eggdrop.h -src/main.h -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 -src/net.c -src/patch.h -src/tcldcc.c -src/tclmisc.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit 8d9e1db (2000-09-09 11:37:53 +0000) by Fabian Knittel -fabian: fix_exporting patch - -doc/UPDATES1.5 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit cd584d5 (2000-09-09 11:36:59 +0000) by Fabian Knittel -fabian: Eule's recheck-addmode patch - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 46b2fb4 (2000-09-07 16:04:44 +0000) by Fabian Knittel -fabian: fixing modesperline patch stuff, which was applied incorrectly - -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5717d51 (2000-09-05 16:00:30 +0000) by Fabian Knittel -fabian: whois_match_crash patch - -doc/UPDATES1.5 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit aa33970 (2000-09-05 15:59:43 +0000) by Fabian Knittel -fabian: minor_share_cleanup patch - -doc/UPDATES1.5 -src/dcc.c -src/flags.c -src/mod/channels.mod/userchan.c -src/mod/share.mod/share.c -src/net.c -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 8408ef4 (2000-09-05 15:58:41 +0000) by Fabian Knittel -fabian: SuperS' osfix2 patch - -aclocal.m4 -configure -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit c94cba3 (2000-09-02 19:45:24 +0000) by Fabian Knittel -fabian: server_dns_recursion patch. Added minor modifications to -mod/dns.mod/dns.c. - -doc/UPDATES1.5 -src/botnet.c -src/dcc.c -src/eggdrop.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 544c991 (2000-09-02 19:34:36 +0000) by Fabian Knittel -fabian: Eule's checkexempt patch - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/mod/irc.mod/cmdsirc.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bb454f9 (2000-09-02 18:48:41 +0000) by Fabian Knittel -fabian: Sup's addbothost patch - -doc/UPDATES1.5 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6ea6555 (2000-09-02 18:47:47 +0000) by Fabian Knittel -fabian: irc_mode_cleanup patch - -doc/UPDATES1.5 -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b4a336c (2000-09-02 18:46:34 +0000) by Fabian Knittel -Eule's modesperline3 patch, with really minor modifications - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 109178b (2000-09-02 18:45:15 +0000) by Fabian Knittel -SuperS' osfix patch - -aclocal.m4 -configure -configure.in -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 77cf422 (2000-08-31 18:11:40 +0000) by Fabian Knittel -fabian: FirebaII's filesys_nicklen patch, with minor additions. - -doc/UPDATES1.5 -src/mod/filesys.mod/filesys.c -src/mod/filesys.mod/tclfiles.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c820837 (2000-08-31 18:10:10 +0000) by Fabian Knittel -fabian: G`Quann's finallagcheckfix patch. - -doc/UPDATES1.5 -doc/html/mod-server.html -doc/settings/mod.server -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9410f86 (2000-08-31 18:08:56 +0000) by Fabian Knittel -fabian: dccsimul_errmsg patch - -doc/UPDATES1.5 -src/mod/filesys.mod/files.c -src/mod/filesys.mod/filesys.c -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit fd19921 (2000-08-27 19:21:32 +0000) by Fabian Knittel - dns_retry patch. - -doc/UPDATES1.5 -src/mod/dns.mod/coredns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2986ee3 (2000-08-27 19:14:53 +0000) by Fabian Knittel - Eule's remove_channel patch - -doc/UPDATES1.5 -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a6bd6a1 (2000-08-27 18:52:26 +0000) by Fabian Knittel - userfile_disappear patch. - -doc/UPDATES1.5 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 615f325 (2000-08-26 16:07:03 +0000) by Fabian Knittel - splitc crash fix, suggested by blaster. - -doc/UPDATES1.5 -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2aad601 (2000-08-25 13:15:38 +0000) by Fabian Knittel - Tothwolf's cmdschan_c-cleanup patch. - -doc/UPDATES1.5 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 85c9573 (2000-08-25 13:14:28 +0000) by Fabian Knittel - Cybah's splitcn patch. Small style corrections (added newline -after var def). - -doc/UPDATES1.5 -src/cmds.c -src/misc.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 4f79a65 (2000-08-25 13:12:24 +0000) by Fabian Knittel - Shaun's chanfix patch. Removed parts overlapping with Cybah. -Removed unnecessary initialisation. - -doc/UPDATES1.5 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6142c72 (2000-08-24 21:08:55 +0000) by Fabian Knittel -fabian: hmm... who messed up patch.h? :) Added 'CVS' again. - -src/patch.h - -- - - - - - - - - - - - - - - -Commit e4e295c (2000-08-24 21:03:49 +0000) by Fabian Knittel -fabian: changes to reflect release of 1.5.4 - -doc/UPDATES1.5 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1b117ee (2000-08-24 02:01:40 +0000) by Tothwolf -Minor corrections and changes. - -doc/UPDATES1.3 -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit 67968d5 (2000-08-22 16:22:45 +0000) by Fabian Knittel -Eule's overrun patch (fixing a security bug). Slightly modified by Cybah -and me. - -doc/UPDATES1.5 -src/chan.h -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1701b86 (2000-08-21 18:28:11 +0000) by Jeff Fisher -added Sup's two small patches, needfix and ignorehelp (also testing cvslog --- sorry for not letting fabian apply these patches) - -doc/UPDATES1.5 -help/cmds1.help -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit 4b2069f (2000-08-20 12:28:51 +0000) by johoho -documentation update - -doc/UPDATES1.5 -doc/compiling.FAQ -doc/settings/core.settings -doc/settings/mod.channel -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 52a4ff5 (2000-08-20 11:17:38 +0000) by Fabian Knittel -Tothwolf's user_entry_type patch - -doc/UPDATES1.5 -src/patch.h -src/users.h - -- - - - - - - - - - - - - - - -Commit 3854b2a (2000-08-20 11:16:43 +0000) by Fabian Knittel -G`Quann's lagcheck6 patch; minor coding style in affected function - -doc/UPDATES1.5 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6bd80aa (2000-08-19 14:17:28 +0000) by Fabian Knittel -Tothwolf's no_safe_str patch; minor fix to make it compile - -doc/UPDATES1.5 -src/botmsg.c -src/botnet.c -src/patch.h -src/tandem.h - -- - - - - - - - - - - - - - - -Commit 4b5a7be (2000-08-19 14:15:56 +0000) by Fabian Knittel -1.4, Sup's note_bell_chr patch - -doc/UPDATES1.4 -src/botmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d2155c4 (2000-08-19 01:10:46 +0000) by Jeff Fisher -updated NEWS slightly to add a line about bind need, sorry for no patch, -just a doc update - -NEWS - -- - - - - - - - - - - - - - - -Commit 7834563 (2000-08-18 19:35:22 +0000) by Jeff Fisher -missing global botnet-nick - -scripts/notes2.tcl - -- - - - - - - - - - - - - - - -Commit 904a13e (2000-08-18 16:45:51 +0000) by Fabian Knittel -guppy's ign-lifetime patch - -doc/UPDATES1.5 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit af7fcc9 (2000-08-18 01:06:44 +0000) by Fabian Knittel -Tothwolf's fixspaces patch - -disabled_modules -doc/UPDATES1.5 -misc/modconfig -src/patch.h - -- - - - - - - - - - - - - - - -Commit accf1d1 (2000-08-18 01:05:30 +0000) by Fabian Knittel -guppy's bindneed patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f0c4cc4 (2000-08-18 01:04:38 +0000) by Fabian Knittel -stary's notes patch - -doc/UPDATES1.5 -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 28b7831 (2000-08-18 00:25:10 +0000) by Fabian Knittel -open_address_listen patch - -doc/UPDATES1.5 -src/mod/module.h -src/modules.c -src/net.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit aaa57cb (2000-08-17 03:49:10 +0000) by Jeff Fisher -reverting my small changes to getops.tcl - -scripts/getops.tcl - -- - - - - - - - - - - - - - - -Commit 205f249 (2000-08-17 03:45:27 +0000) by Jeff Fisher -testing the cvs again - -scripts/getops.tcl - -- - - - - - - - - - - - - - - -Commit 9e12a54 (2000-08-17 03:42:36 +0000) by Jeff Fisher -the TODO file is useless - -TODO - -- - - - - - - - - - - - - - - -Commit 88480de (2000-08-16 20:33:32 +0000) by Jeff Fisher -testing - -disabled_modules - -- - - - - - - - - - - - - - - -Commit 8222a58 (2000-08-16 20:26:51 +0000) by Jeff Fisher -testing for cvs lcoks - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 7315c82 (2000-08-11 22:44:14 +0000) by Fabian Knittel -guppy's and Sup's tandbot_party patch - -doc/UPDATES1.5 -src/mod/module.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2eb7812 (2000-08-11 22:43:07 +0000) by Fabian Knittel -Sup's chrec_usage patch - -doc/UPDATES1.5 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 51a9879 (2000-08-11 22:42:21 +0000) by Fabian Knittel -drummer's jupedfix3 patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d3235f7 (2000-08-11 22:40:26 +0000) by Fabian Knittel -resync with 1.4, Aug12 966031001 - -doc/UPDATES1.4 -scripts/notes2.tcl -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 295225d (2000-08-07 10:09:53 +0000) by Fabian Knittel -Sup's handlechg patch - -doc/UPDATES1.5 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 15f2908 (2000-08-07 10:09:17 +0000) by Fabian Knittel -1.4 reync, Aug7 965641446 - -aclocal.m4 -configure -doc/UPDATES1.4 -src/chan.h -src/mod/channels.mod/channels.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dfa5e49 (2000-08-06 14:53:54 +0000) by Fabian Knittel -Sup's chanset_usage patch - -doc/UPDATES1.5 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d77ad79 (2000-08-06 14:53:10 +0000) by Fabian Knittel -ghost_unlink_fix patch - -doc/UPDATES1.5 -src/botnet.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9b4366a (2000-08-06 14:52:25 +0000) by Fabian Knittel -Eule's getops patch - -scripts/getops.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 98eb393 (2000-08-06 14:51:39 +0000) by Fabian Knittel -Tothwolf's strftime2 patch - -config.h.in -configure -configure.in -doc/UPDATES1.5 -src/cmds.c -src/misc.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 -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 6227cc5 (2000-08-06 14:50:45 +0000) by Fabian Knittel -Sup's dccrefused2 patch - -doc/UPDATES1.5 -src/mod/filesys.mod/filesys.c -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e6938a3 (2000-08-06 14:49:56 +0000) by Fabian Knittel -Eule's lastkey2 patch - -doc/UPDATES1.5 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c5959de (2000-08-06 14:48:01 +0000) by Fabian Knittel -Shaun's change_handlefix - -doc/UPDATES1.5 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit cfcd3cf (2000-08-06 14:47:20 +0000) by Fabian Knittel -TaKeDa's share_newuser patch - -doc/UPDATES1.5 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c6ecda3 (2000-08-03 21:51:33 +0000) by Fabian Knittel -resync with 1.4, Aug03 965337849 - -configure -doc/UPDATES1.4 -doc/html/mod-irc.html -doc/settings/mod.irc -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/lang.h -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c -src/patch.h -src/tcl.c -src/tclhash.c -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 3245bd6 (2000-08-03 04:45:29 +0000) by Tothwolf -Updated FSF postal address - -COPYING - -- - - - - - - - - - - - - - - -Commit 5dfda3c (2000-07-25 19:48:16 +0000) by johoho -still some patches by sup...damn :-) - -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit 4074d5a (2000-07-25 19:42:57 +0000) by johoho -still some patches by sup...damn :-) - -NEWS -TODO -doc/BUG-REPORT -doc/KNOWN-PROBLEMS -doc/MODULES -doc/UPDATES1.5 -doc/html/news.html -help/cmds2.help - -- - - - - - - - - - - - - - - -Commit e143bcf (2000-07-25 19:27:45 +0000) by johoho -doc/MODULES typo patch 2 - -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit 1b1dcad (2000-07-25 19:25:03 +0000) by johoho -doc/MODULES typo patch - -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit eebf7da (2000-07-25 19:22:44 +0000) by johoho -fixes various typos in the docs and a small bug when - -doc/MODULES -doc/UPDATES1.4 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6093eab (2000-07-25 19:16:42 +0000) by johoho -fixes various typos in the docs and a small bug when - -README - -- - - - - - - - - - - - - - - -Commit c702c2e (2000-07-25 19:15:50 +0000) by johoho -README - -doc/html/readme.html - -- - - - - - - - - - - - - - - -Commit b5b3664 (2000-07-23 20:50:35 +0000) by Fabian Knittel -Sup's addusercomp patch - -doc/UPDATES1.5 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 193e932 (2000-07-23 20:47:13 +0000) by Fabian Knittel -1.4 resync, autoconf_shell_fix patch - -Makefile.in -aclocal.m4 -doc/Makefile.in -doc/UPDATES1.4 -scripts/Makefile.in -src/Makefile.in -src/compat/Makefile.in -src/md5/Makefile.in -src/mod/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit cabceac (2000-07-13 21:19:52 +0000) by Fabian Knittel -Eule's lastkey patch - -doc/UPDATES1.5 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 785a146 (2000-07-13 21:18:52 +0000) by Fabian Knittel -Lucas' and Tit00n's frenchlangfixes for 1.4 and 1.5, bug-fixed. - -doc/UPDATES1.4 -doc/UPDATES1.5 -language/core.french.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit 98dc61a (2000-07-12 21:52:13 +0000) by Fabian Knittel -Sup's addbotfix patch - -doc/UPDATES1.5 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6628b19 (2000-07-12 21:51:32 +0000) by Fabian Knittel -Sup's deluser patch - -doc/UPDATES1.5 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e5e3ea4 (2000-07-12 21:50:35 +0000) by Fabian Knittel -lost_tout_getfilesendtime patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/eggdrop.h -src/mod/filesys.mod/files.c -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/patch.h -src/tclegg.h -src/tclhash.c -src/tclhash.h - -- - - - - - - - - - - - - - - -Commit ec9ed8a (2000-07-12 21:49:41 +0000) by Fabian Knittel -G`Quann's lagcheckfix5 patch, with minor modifications by me - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 83dba39 (2000-07-12 21:45:29 +0000) by Fabian Knittel -resync with 1.4, Jul12 963435800 - -doc/UPDATES1.4 -src/botnet.c -src/dcc.c -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 173bcea (2000-07-11 20:47:28 +0000) by Tothwolf -Fixed remaining 'console..$(MOD_EXT)' typos - -doc/UPDATES1.5 -src/mod/console.mod/Makefile - -- - - - - - - - - - - - - - - -Commit babe344 (2000-07-11 17:06:35 +0000) by Tothwolf -Missing $Id$ tag and newline at end of file - -doc/html/faq1.html - -- - - - - - - - - - - - - - - -Commit 631bffa (2000-07-11 17:03:05 +0000) by Tothwolf -Fixed 'console..$(MOD_EXT)' typo - -src/mod/console.mod/Makefile - -- - - - - - - - - - - - - - - -Commit f525e67 (2000-07-09 14:23:34 +0000) by Fabian Knittel -updates to the modules_cygwin patch, 963151788 -- I forgot to rebuild -configure - -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit 29a5979 (2000-07-09 14:13:54 +0000) by Fabian Knittel -Tit00n's core.french.lang update - -doc/UPDATES1.5 -language/core.french.lang -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4b949cb (2000-07-09 14:10:49 +0000) by Fabian Knittel -RebuM's modules_cygwin patch, together with my corrections - -Makefile.in -acconfig.h -aclocal.m4 -config.h.in -doc/UPDATES1.5 -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 -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7ba222c (2000-07-09 14:07:13 +0000) by Fabian Knittel -server_cleanup patch - -doc/UPDATES1.5 -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/patch.h - -- - - - - - - - - - - - - - - -Commit dfdfb13 (2000-07-09 13:51:56 +0000) by Fabian Knittel -resync with 1.4, Jul9 963149797 - -doc/UPDATES1.4 -doc/UPDATES1.5 -scripts/getops.tcl -src/cmds.c -src/mod/notes.mod/notes.c -src/modules.c -src/modules.h -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 6d69eb0 (2000-06-21 22:28:13 +0000) by Fabian Knittel -1.4 resync Jun22, 961625558 - -doc/UPDATES1.4 -src/cmds.c -src/lang.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 87cb311 (2000-06-20 21:41:22 +0000) by Fabian Knittel -guppy's permbanned patch (modified a bit to get the logic straight), 1.4 - -doc/UPDATES1.4 -doc/UPDATES1.5 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/lang.h -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f162bf2 (2000-06-20 21:01:20 +0000) by Fabian Knittel -filesys_fixes3 patch - -doc/UPDATES1.5 -src/mod/filesys.mod/filedb3.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 37925b3 (2000-06-20 20:54:00 +0000) by Fabian Knittel -Sup's msgfix patch, for 1.4 too - -doc/UPDATES1.4 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0fc42bf (2000-06-20 20:49:46 +0000) by Fabian Knittel -Sup's sanitycheck patch - -doc/UPDATES1.5 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e1f3fd3 (2000-06-20 20:44:18 +0000) by Fabian Knittel -Sup's missingdnames patch - -doc/UPDATES1.5 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8323399 (2000-06-20 20:41:11 +0000) by Fabian Knittel -SuperS' tcl8.4 patch - -configure -configure.in -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 488f94f (2000-06-20 20:37:31 +0000) by Fabian Knittel -getops_userinfo_fix patch - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -scripts/Makefile.in -scripts/getops-2.2d.tcl -scripts/getops.tcl -scripts/userinfo.tcl -scripts/userinfo1.0.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit c2b5388 (2000-06-20 19:54:54 +0000) by Fabian Knittel -1.4 resync patch, Jun20, 961529757 - -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/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ccf2934 (2000-06-14 11:24:38 +0000) by johoho -oops, a typo :-) - -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit f92fcc4 (2000-06-14 11:18:09 +0000) by johoho -some places used still nick instead of hand - -doc/UPDATES1.5 -src/cmds.c -src/mod/irc.mod/help/msg/irc.help -src/mod/notes.mod/notes.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bf0af27 (2000-06-10 01:28:50 +0000) by Fabian Knittel -G`Quann's lagcheckfix4 patch - -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8457751 (2000-06-10 01:03:44 +0000) by Fabian Knittel -minor_fixes patch - -doc/UPDATES1.5 -src/mod/channels.mod/userchan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c -src/mod/transfer.mod/transfer.c -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 0e78789 (2000-06-10 01:02:23 +0000) by Fabian Knittel -Eule's addmode patch - -doc/UPDATES1.5 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 84a7b11 (2000-06-10 01:00:22 +0000) by Fabian Knittel -G`Quann's logsuffix_fix patch - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/main.c -src/misc.c -src/patch.h -src/proto.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 385c047 (2000-06-10 00:59:06 +0000) by Fabian Knittel -G`Quann's lagcheckfix3 patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit faf6c3f (2000-06-10 00:54:07 +0000) by Fabian Knittel -resync with 1.4, June 10 - -doc/UPDATES1.4 -scripts/alltools.tcl -src/cmds.c -src/lang.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit db7556a (2000-06-03 12:16:57 +0000) by Fabian Knittel -private_owner_fix patch - -doc/UPDATES1.5 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1970cd5 (2000-06-03 12:15:57 +0000) by Fabian Knittel -1.4 resync, Jun3 - -doc/UPDATES1.4 -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/channels.mod/channels.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3384e66 (2000-06-03 12:14:41 +0000) by Fabian Knittel -channame2dname patch - -doc/UPDATES1.5 -doc/html/mod-server.html -doc/settings/mod.server -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -src/cmds.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/tclirc.c -src/mod/module.h -src/mod/server.mod/help/set/server.help -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/modules.c -src/patch.h -src/tcl.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 407ba9f (2000-06-02 17:54:20 +0000) by Fabian Knittel -channel_fixes patch - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6637ec7 (2000-06-02 17:46:06 +0000) by Fabian Knittel -context_fix patch - -doc/UPDATES1.5 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 13cffa4 (2000-06-02 17:44:16 +0000) by Fabian Knittel -drummer's sentinel_update patch - -doc/UPDATES1.5 -scripts/CONTENTS -scripts/Makefile.in -scripts/sentinel1.54.tcl -scripts/sentinel1.55.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7c8b4ad (2000-06-02 16:56:52 +0000) by Fabian Knittel -resync with 1.4 - -aclocal.m4 -configure -doc/UPDATES1.4 -help/core.help -language/core.french.lang -src/mod/channels.mod/cmdschan.c -src/mod/irc.mod/msgcmds.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fe48b0d (2000-05-29 11:44:45 +0000) by johoho -.help tcl info added - -doc/UPDATES1.5 -help/core.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit b15509e (2000-05-29 11:38:57 +0000) by johoho -extended info in patch.howto - -doc/UPDATES1.5 -doc/patch.howto -src/patch.h - -- - - - - - - - - - - - - - - -Commit dd88320 (2000-05-28 18:59:24 +0000) by Fabian Knittel -Wiktor's config1.5_2 patch - -CONTENTS -INSTALL -Makefile.in -README -doc/eggdrop.doc -doc/readme -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 -doc/tcl-commands.doc -scripts/CONTENTS -src/patch.h - -- - - - - - - - - - - - - - - -Commit ea66311 (2000-05-28 17:32:44 +0000) by Fabian Knittel -Resync with egg1.4 CVS, May28 - -doc/UPDATES1.4 -doc/tcl-commands.doc -scripts/userinfo1.0.tcl -src/botnet.c -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/mod/module.h -src/mod/modvals.h -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 20827ca (2000-05-28 12:07:54 +0000) by johoho -ultrix hint added to compiling faq - -doc/UPDATES1.5 -doc/compiling.FAQ -src/patch.h - -- - - - - - - - - - - - - - - -Commit 49c0f64 (2000-05-22 10:22:56 +0000) by johoho -some changes for better understanding - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -help/cmds1.help -help/cmds2.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1b1fcfc (2000-05-14 22:16:46 +0000) by Fabian Knittel -Wiktor's login2 patch - -doc/UPDATES1.5 -src/dccutil.c -src/patch.h -text/motd - -- - - - - - - - - - - - - - - -Commit 93764b7 (2000-05-13 20:28:02 +0000) by Fabian Knittel -snprintf_fix2 patch - -doc/UPDATES1.5 -src/compat/snprintf.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0bf5426 (2000-05-13 20:24:09 +0000) by Fabian Knittel -Eule's botversion patch - -doc/UPDATES1.5 -src/dcc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 14dd9fd (2000-05-13 20:20:30 +0000) by Fabian Knittel -Tothwolf's cygwin-fixes-07May2000 patch (with changes by Fabian) - -doc/UPDATES1.5 -src/main.c -src/misc_file.c -src/mod/filesys.mod/files.c -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cb52ce7 (2000-05-13 14:46:45 +0000) by johoho -removed private-owner - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4cc9f2d (2000-05-07 11:45:59 +0000) by johoho -compress.mod was missing in eggdropc.omplete.conf - -doc/UPDATES1.5 -eggdrop.complete.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit ad80aba (2000-05-07 10:57:07 +0000) by johoho -NEWS file update - -NEWS -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 7f94868 (2000-05-07 01:28:59 +0000) by Fabian Knittel -this was supposed to be committed together with the conf_make_fix9 patch. -grumble... - -src/mod/assoc.mod/modinfo - -- - - - - - - - - - - - - - - -Commit dc0d225 (2000-05-07 01:10:35 +0000) by Fabian Knittel -start 1.5.4 - -doc/UPDATES1.5 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d27b83f (2000-05-07 00:18:36 +0000) by Fabian Knittel -fixed small typo in SuperS' change to aclocal.m4 - -aclocal.m4 -configure -src/patch.h - -- - - - - - - - - - - - - - - -Commit e70f87b (2000-05-07 00:08:03 +0000) by Fabian Knittel -SuperS' dell patch - -aclocal.m4 -doc/BUG-REPORT -doc/UPDATES1.5 -src/botnet.c -src/mod/filesys.mod/filesys.c -src/mod/seen.mod/seen.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e424dc5 (2000-05-07 00:07:28 +0000) by Fabian Knittel -SuperS' vafix patch - -doc/UPDATES1.5 -src/compat/snprintf.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 29383bd (2000-05-06 22:08:38 +0000) by Fabian Knittel -G`Quann's lagcheckfix2 patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 78a54c1 (2000-05-06 22:06:44 +0000) by Fabian Knittel -G`Quann's achanset patch - -doc/UPDATES1.5 -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3747b8a (2000-05-06 22:04:55 +0000) by Fabian Knittel -G`Quann's logfilesuffix patch - -config.h.in -configure -configure.in -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/main.c -src/misc.c -src/patch.h -src/proto.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit fb21aea (2000-05-06 22:02:27 +0000) by Fabian Knittel -guppy's cleanups patch - -doc/UPDATES1.5 -src/botcmd.c -src/chan.h -src/cmds.c -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/chan.c -src/mod/server.mod/server.h -src/patch.h -src/tcl.c -src/tclegg.h -src/tclhash.c -src/tclmisc.c -src/userent.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 037adfe (2000-05-06 22:00:31 +0000) by Fabian Knittel -misc_fix patch - -doc/UPDATES1.5 -src/botnet.c -src/cmds.c -src/compat/snprintf.h -src/dcc.c -src/dns.c -src/mod/server.mod/servmsg.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 38056ff (2000-05-06 21:59:24 +0000) by Fabian Knittel -note_x_fix patch - -doc/UPDATES1.4 -src/botmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d480687 (2000-05-06 21:58:38 +0000) by Fabian Knittel -guppy's motd_fix patch (orginally motd1.diff) - -doc/UPDATES1.5 -src/patch.h -text/motd - -- - - - - - - - - - - - - - - -Commit aba0fb9 (2000-04-25 20:53:55 +0000) by Fabian Knittel -filesys_ls_fix patch - -doc/UPDATES1.5 -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a4a496f (2000-04-25 20:49:48 +0000) by Fabian Knittel -conf_make_fix9 patch - -Makefile.in -configure -configure.in -doc/UPDATES1.5 -misc/modconfig -src/mod/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0215a28 (2000-04-25 20:46:16 +0000) by Fabian Knittel -max-filesize patch - -doc/UPDATES1.5 -eggdrop.advanced.conf -eggdrop.complete.conf -src/mod/filesys.mod/filesys.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4712709 (2000-04-25 08:32:37 +0000) by johoho -misc. small doc patches - -README -doc/BOTNET -doc/UPDATES1.5 -doc/readme -doc/tcl-commands.doc -text/motd - -- - - - - - - - - - - - - - - -Commit 27c9064 (2000-04-19 09:48:57 +0000) by Tothwolf -Fixed typo. - -src/mod/filesys.mod/language/filesys.english.lang - -- - - - - - - - - - - - - - - -Commit 66e795a (2000-04-13 21:44:05 +0000) by Fabian Knittel -Wiktor's bogusowner patch - -doc/UPDATES1.5 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ba4f8cd (2000-04-13 21:38:42 +0000) by Fabian Knittel -Eule's got442_2 patch, 1.4 - -doc/UPDATES1.4 -src/mod/irc.mod/chan.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e3a87e6 (2000-04-13 11:22:55 +0000) by Tothwolf -Fixed %{center} typo. - -doc/html/app-textsub.html - -- - - - - - - - - - - - - - - -Commit 137ab73 (2000-04-13 11:21:24 +0000) by Tothwolf -Updated html docs, added html/chat dir and files for irc links. - -doc/html/about.html -doc/html/app-botnet.html -doc/html/app-probs.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/chat/efnet_eggheads.chat -doc/html/chat/efnet_eggtcl.chat -doc/html/chat/ircnet_bothelp.chat -doc/html/chat/ircnet_eggdrop.chat -doc/html/chat/ircnet_egghelp.chat -doc/html/chat/undernet_eggdrop.chat -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 - -- - - - - - - - - - - - - - - -Commit f5412d0 (2000-04-13 10:10:48 +0000) by Tothwolf -Updated NEWS file to refer to 'doc/html/' instead of 'doc/web_docs/' - -NEWS - -- - - - - - - - - - - - - - - -Commit ef99096 (2000-04-13 10:08:47 +0000) by Tothwolf -Updated Makefile.in to use 'html' dir instead of 'web_docs' dir. - -doc/Makefile.in - -- - - - - - - - - - - - - - - -Commit e224b76 (2000-04-13 09:56:48 +0000) by Jason Ede -renaming of web_docs to html - -doc/UPDATES1.5 -doc/html/about.html -doc/html/app-botnet.html -doc/html/app-probs.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/faq1.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/web_docs/about.html -doc/web_docs/app-botnet.html -doc/web_docs/app-probs.html -doc/web_docs/app-textsub.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/egg-core.html -doc/web_docs/faq1.html -doc/web_docs/faqs.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-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/mod-share.html -doc/web_docs/mod-wire.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 - -- - - - - - - - - - - - - - - -Commit 1b21260 (2000-04-13 09:52:42 +0000) by Jason Ede -*** empty log message *** - -doc/web_docs/install.html -doc/web_docs/readme.html - -- - - - - - - - - - - - - - - -Commit 78b1ef7 (2000-04-12 15:25:23 +0000) by Jason Ede -addition of faq - -doc/web_docs/faq1.html - -- - - - - - - - - - - - - - - -Commit 4bcc2bc (2000-04-11 08:58:17 +0000) by Jason Ede -toth's addition of textfile substituion to webdocs - -doc/UPDATES1.5 -doc/web_docs/app-textsub.html -doc/web_docs/index.html - -- - - - - - - - - - - - - - - -Commit 5b291aa (2000-04-10 19:05:33 +0000) by johoho -KNOWN-PROBLEMS update - -doc/UPDATES1.4 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 838e6b7 (2000-04-10 18:53:04 +0000) by johoho -This patch adds the ghost bug to the KNOWN-PROBLEMS file..Johoho - -doc/KNOWN-PROBLEMS - -- - - - - - - - - - - - - - - -Commit bb5f4d0 (2000-04-10 14:35:12 +0000) by Jason Ede -silly mistakes to web_docs - -doc/web_docs/mod-share.html -doc/web_docs/mod-wire.html - -- - - - - - - - - - - - - - - -Commit 483b03e (2000-04-10 14:26:45 +0000) by Jason Ede -changes to webdocs - -doc/web_docs/app-tcl-commands.html -doc/web_docs/faqs.html - -- - - - - - - - - - - - - - - -Commit c6d9786 (2000-04-10 14:24:58 +0000) by Jason Ede -*** empty log message *** - -doc/web_docs/egg-core.html - -- - - - - - - - - - - - - - - -Commit 06e66b4 (2000-04-10 14:22:38 +0000) by Jason Ede -doc/web_docs changes - -doc/UPDATES1.5 -doc/web_docs/about.html -doc/web_docs/app-botnet.html -doc/web_docs/app-probs.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-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/party.html -doc/web_docs/readme.html -doc/web_docs/sharing.html -doc/web_docs/starting.html -doc/web_docs/users.html - -- - - - - - - - - - - - - - - -Commit 585e854 (2000-04-09 10:00:39 +0000) by johoho -changed a copyright message - -INSTALL - -- - - - - - - - - - - - - - - -Commit ee2352f (2000-04-05 19:58:11 +0000) by Fabian Knittel -must_be_owner patch - -doc/UPDATES1.5 -src/mod/channels.mod/channels.c -src/mod/module.h -src/mod/server.mod/server.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 98aa9cd (2000-04-05 19:55:13 +0000) by Fabian Knittel -mem_debug_fix patch - -doc/UPDATES1.5 -src/dccutil.c -src/mem.c -src/modules.c -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 0272ff4 (2000-04-05 19:51:54 +0000) by Fabian Knittel -compress_fix patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/misc.c -src/mod/compress.mod/compress.c -src/mod/compress.mod/compress.h -src/mod/compress.mod/tclcompress.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 545ed8e (2000-04-05 19:48:42 +0000) by Fabian Knittel -Wiktor's smalldoc patch - -NEWS -doc/UPDATES1.5 -eggdrop.simple.conf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3fd928e (2000-04-05 19:45:37 +0000) by Fabian Knittel -show_banner_fix2 patch, 1.4 - -doc/UPDATES1.4 -doc/UPDATES1.5 -src/dcc.c -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f13db11 (2000-04-05 19:40:31 +0000) by Fabian Knittel -snprintf_fix patch - -doc/UPDATES1.5 -src/compat/README.snprintf -src/compat/snprintf.c -src/compat/snprintf.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9da59c6 (2000-04-05 19:35:44 +0000) by Fabian Knittel -make_quiet_lang patch - -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 - -- - - - - - - - - - - - - - - -Commit a8845de (2000-04-05 19:31:38 +0000) by Fabian Knittel -transfer_resume_ack_fix patch - -doc/UPDATES1.5 -src/eggdrop.h -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d37702c (2000-04-05 19:27:30 +0000) by Fabian Knittel -transfer_memleak_fix patch - -doc/UPDATES1.5 -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d3987fc (2000-04-05 19:25:34 +0000) by Fabian Knittel -Wiktor's chnick patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.simple.conf -help/cmds1.help -help/cmds2.help -help/core.help -scripts/compat.tcl -src/cmds.c -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 39e691f (2000-04-05 19:22:33 +0000) by Fabian Knittel -resync with 1.4, Apr05 - -doc/UPDATES1.4 -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit e1049dd (2000-03-31 23:04:22 +0000) by Fabian Knittel -conf_make_fix8 patch - -doc/UPDATES1.5 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit b020218 (2000-03-31 22:50:27 +0000) by Fabian Knittel -Wiktor's miscdoc patch - -doc/CONTENTS -doc/MODULES -doc/Makefile.in -doc/UPDATES1.4 -doc/UPDATES1.5 -doc/motd.settings -doc/readme -doc/settings/contents -doc/settings/mod.woobie -doc/settings/tricks -doc/text-substitutions.doc -doc/web_docs/readme.html -src/patch.h - -- - - - - - - - - - - - - - - -Commit ee94b6b (2000-03-31 22:27:17 +0000) by Fabian Knittel -resync with 1.4, Mar31 - -doc/UPDATES1.4 -doc/UPDATES1.5 -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5ac585f (2000-03-24 23:00:25 +0000) by Fabian Knittel -conf_make_fix7 patch - -doc/UPDATES1.5 -src/Makefile.in -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8a93610 (2000-03-23 23:20:07 +0000) by Fabian Knittel -conf_make_fix6 patch - -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/compat/Makefile.in -src/compat/compat.h -src/compat/inet_aton.c -src/compat/memcpy.c -src/compat/memcpy.h -src/compat/memset.c -src/compat/memset.h -src/compat/snprintf.c -src/compat/strcasecmp.c -src/compat/strcasecmp.h -src/dcc.c -src/dccutil.c -src/dns.c -src/eggdrop.h -src/flags.c -src/main.c -src/main.h -src/md5/Makefile.in -src/md5/md5c.c -src/mem.c -src/misc.c -src/mod/Makefile.in -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/eggmod.m4 -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/module.h -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/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 - -- - - - - - - - - - - - - - - -Commit f1aacf7 (2000-03-23 23:10:26 +0000) by Fabian Knittel -resync with 1.4, Mar24 - -aclocal.m4 -config.h.in -configure -configure.in -doc/UPDATES1.4 -src/chanprog.c -src/main.c -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 3939e1a (2000-03-22 01:04:25 +0000) by Fabian Knittel -conf_make_fix5 patch - -Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2379f53 (2000-03-22 00:42:59 +0000) by Fabian Knittel -configure_makefile_fix3 patch - -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/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/dcc.c -src/dccutil.c -src/dns.c -src/main.h -src/md5/Makefile.in -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/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/eggmod.m4 -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/module.h -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 -src/modules.c -src/patch.h -src/proto.h -src/tclegg.h - -- - - - - - - - - - - - - - - -Commit 3151ce3 (2000-03-22 00:38:21 +0000) by Fabian Knittel -Jason's webdocs patch for 1.5 - -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 - -- - - - - - - - - - - - - - - -Commit 1a36b6a (2000-03-22 00:35:40 +0000) by Fabian Knittel -Wiktor's nextparam patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit b48831a (2000-03-22 00:34:54 +0000) by Fabian Knittel -Wiktor's settingsdoc patch - -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 -eggdrop.advanced.conf -eggdrop.complete.conf -eggdrop.conf.dist -eggdrop.simple.conf -src/mod/share.mod/help/share.help -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c0a937b (2000-03-22 00:28:28 +0000) by Fabian Knittel -resync with 1.4, Mar22 - -doc/UPDATES1.4 -scripts/userinfo1.0.tcl -src/eggdrop.h -src/mod/server.mod/servmsg.c -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit a0096f2 (2000-03-19 23:58:01 +0000) by Fabian Knittel -G`Quann's muchtraffic patch - -doc/UPDATES1.5 -src/cmds.c -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f3ce925 (2000-03-19 23:56:07 +0000) by Fabian Knittel -G`Quann's udefexport patch - -doc/UPDATES1.5 -src/mod/channels.mod/channels.c -src/mod/channels.mod/channels.h -src/mod/channels.mod/udefchan.c -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 6f35812 (2000-03-19 23:32:09 +0000) by Fabian Knittel -1.4 resync, Mar20 - -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/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 51edbaf (2000-03-06 19:10:12 +0000) by Fabian Knittel -drummer's relaydns patch - -doc/UPDATES1.5 -src/botnet.c -src/eggdrop.h -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 13f97c8 (2000-03-06 18:54:08 +0000) by Fabian Knittel -configure_fix2,3 patches - -Makefile.in -aclocal.m4 -configure -configure.in -doc/Makefile.in -doc/UPDATES1.5 -lush.h.in -misc/modconfig -scripts/Makefile.in -src/mod/eggautoconf -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1d70bd8 (2000-03-05 23:48:04 +0000) by Fabian Knittel -drummer's msg_voice patch, 1.4 - -doc/UPDATES1.4 -src/mod/irc.mod/msgcmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0832397 (2000-03-05 23:22:49 +0000) by Fabian Knittel -configure_fix patch - -Makefile.in -aclocal.m4 -configure -configure.in -doc/UPDATES1.4 -doc/UPDATES1.5 -install-sh -misc/install-sh -misc/mkinstalldirs -misc/modconfig -mkinstalldirs -src/main.c -src/mod/Makefile.in -src/mod/compress.mod/configure -src/mod/dns.mod/configure -src/mod/dns.mod/configure.in -src/mod/eggmod.m4 -src/patch.h - -- - - - - - - - - - - - - - - -Commit bde2721 (2000-03-04 21:23:33 +0000) by Fabian Knittel -Eule's duplicate_check patch, 1.4 - -doc/UPDATES1.4 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d5e0ab4 (2000-03-04 21:14:01 +0000) by Fabian Knittel -Lucas' closebanner patch, 1.4 - -doc/UPDATES1.4 -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5a0dad1 (2000-03-04 21:05:06 +0000) by Fabian Knittel -david's wildbinds fix patch - -doc/UPDATES1.5 -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit be478fa (2000-03-04 20:49:45 +0000) by Fabian Knittel -share_compress patch - -doc/UPDATES1.5 -eggdrop.conf.dist -src/eggdrop.h -src/main.c -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/help/set/compress.help -src/mod/compress.mod/tclcompress.c -src/mod/modvals.h -src/mod/share.mod/share.c -src/mod/share.mod/share.h -src/mod/share.mod/uf_features.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 316b159 (2000-03-04 20:40:24 +0000) by Fabian Knittel -dns_minor_fixes patch - -doc/UPDATES1.5 -src/mod/dns.mod/Makefile.in -src/mod/dns.mod/coredns.c -src/mod/dns.mod/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4a69f38 (2000-03-04 20:38:20 +0000) by Fabian Knittel -filesys_minor_fixes patch - -doc/UPDATES1.5 -src/mod/filesys.mod/dbcompat.c -src/mod/filesys.mod/filedb3.c -src/mod/filesys.mod/filedb3.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 09c85a7 (2000-03-04 20:35:04 +0000) by Fabian Knittel -Jason's +host for users patch - -doc/UPDATES1.5 -eggdrop.conf.dist -help/cmds1.help -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b3525b1 (2000-03-04 20:31:10 +0000) by Fabian Knittel -eule's bothost patch - -doc/UPDATES1.5 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fef22c6 (2000-03-04 18:40:19 +0000) by Fabian Knittel -resync with 1.4 - -doc/UPDATES1.4 -eggdrop.conf.dist -src/patch.h - -- - - - - - - - - - - - - - - -Commit 86fc1c6 (2000-03-01 17:54:37 +0000) by Fabian Knittel -uff_compress2 patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -eggdrop.conf.dist -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/help/set/compress.help -src/mod/compress.mod/modinfo -src/mod/compress.mod/tclcompress.c -src/mod/modvals.h -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 58eca36 (2000-02-29 20:29:29 +0000) by Fabian Knittel -resync with 1.4 - -aclocal.m4 -configure -configure.in -doc/BUG-REPORT -doc/UPDATES1.4 -src/mod/filesys.mod/filedb3.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit bb9abf0 (2000-02-29 20:16:55 +0000) by Fabian Knittel -drummer's partnotc patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/mod/irc.mod/irc.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 30657e3 (2000-02-29 20:13:37 +0000) by Fabian Knittel -drummer's optimizefix patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 47faf6e (2000-02-29 20:10:11 +0000) by Fabian Knittel -Eule's who_recheck patch - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 091ba1c (2000-02-29 20:05:41 +0000) by Fabian Knittel -filesys_info patch - -doc/UPDATES1.5 -src/mod/filesys.mod/filesys.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e987048 (2000-02-29 20:03:57 +0000) by Fabian Knittel -filesys_fixes patch - -doc/UPDATES1.5 -src/mod/filesys.mod/files.c -src/mod/filesys.mod/filesys.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2c86ed0 (2000-02-29 19:57:27 +0000) by Fabian Knittel -configure_makefile_fix2 patch - -Makefile.in -aclocal.m4 -configure -configure.in -doc/UPDATES1.5 -src/mod/Makefile.in -src/mod/dns.mod/configure -src/mod/dns.mod/configure.in -src/mod/eggmod.m4 -src/mod/modtool -src/patch.h - -- - - - - - - - - - - - - - - -Commit d2eb060 (2000-02-25 22:05:58 +0000) by Fabian Knittel -david's wildbinds patch - -doc/UPDATES1.5 -help/cmds1.help -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit c2cafc0 (2000-02-25 21:51:30 +0000) by Fabian Knittel -configure_module patch - -Makefile.in -README -aclocal.m4 -configure -configure.in -disabled_modules -doc/KNOWN-PROBLEMS -doc/MODULES -doc/UPDATES1.5 -doc/tricks -src/Makefile.in -src/mod/Makefile.in -src/mod/assoc.mod/Makefile -src/mod/blowfish.mod/Makefile -src/mod/blowfish.mod/modinfo -src/mod/buildstatic -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/eggautoconf -src/mod/eggmod.m4 -src/mod/eggmod.sh -src/mod/filesys.mod/Makefile -src/mod/filesys.mod/modinfo -src/mod/irc.mod/Makefile -src/mod/irc.mod/modinfo -src/mod/modtool -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit f48a675 (2000-02-25 21:36:33 +0000) by Fabian Knittel -Jason's mult_exempts patch, 1.4 - -doc/UPDATES1.4 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1de1437 (2000-02-25 20:51:11 +0000) by Fabian Knittel -resync with 1.4, Feb25 - -doc/UPDATES1.4 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1a3d6c2 (2000-02-18 22:45:20 +0000) by Fabian Knittel -Wiktor's typodoc patch - -doc/UPDATES1.5 -doc/patch.howto -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0ac3de8 (2000-02-18 22:40:37 +0000) by Fabian Knittel -G`Quann's lagcheckfix patch - -doc/UPDATES1.5 -src/dcc.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c18ca9d (2000-02-18 22:38:02 +0000) by Fabian Knittel -invite_fix patch - -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 567cd22 (2000-02-18 22:36:12 +0000) by Fabian Knittel -blowfish_fix patch - -doc/UPDATES1.5 -src/main.c -src/mod/blowfish.mod/blowfish.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cd02467 (2000-02-18 22:34:24 +0000) by Fabian Knittel -dw's docfix patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/patch.h - -- - - - - - - - - - - - - - - -Commit 66e68de (2000-02-18 22:27:54 +0000) by Fabian Knittel -1.4 resync - -doc/UPDATES1.4 -doc/UPDATES1.5 -src/mod/irc.mod/chan.c -src/mod/irc.mod/cmdsirc.c -src/mod/irc.mod/help/irc.help -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c -src/mod/share.mod/share.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 9542db8 (2000-02-04 23:31:51 +0000) by Fabian Knittel -release of 1.5.2 - -doc/UPDATES1.5 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9dd96bf (2000-02-03 22:54:17 +0000) by Fabian Knittel -Jason's 2nd chanjupe patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -language/core.english.lang -src/chan.h -src/lang.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4218a20 (2000-02-03 21:58:28 +0000) by Fabian Knittel -1.4 resync Feb03 - -doc/UPDATES1.4 -eggdrop.conf.dist -src/cmds.c -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ef69d80 (2000-02-01 23:35:24 +0000) by Fabian Knittel -tiny_makefile_fix patch - -aclocal.m4 -configure -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5ffbcfb (2000-02-01 20:47:20 +0000) by Fabian Knittel -src/stat.h belonging to the stat_fix patch - -src/stat.h - -- - - - - - - - - - - - - - - -Commit 8e39888 (2000-02-01 20:36:18 +0000) by Fabian Knittel -stat_fix patch - -src/main.c -src/main.h -src/misc.c -src/mod/filesys.mod/Makefile -src/mod/filesys.mod/files.c -src/mod/filesys.mod/filesys.c -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit 29ea3bf (2000-02-01 20:17:36 +0000) by Fabian Knittel -resync with 1.4 on the 1st of January - -doc/UPDATES1.4 -src/mod/channels.mod/cmdschan.c -src/mod/irc.mod/chan.c -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit 60d2ab6 (2000-01-31 23:03:02 +0000) by Fabian Knittel -G`Quann's yaup patch - -doc/UPDATES1.5 -src/botcmd.c -src/botnet.c -src/dcc.c -src/mod/module.h -src/patch.h -src/tandem.h - -- - - - - - - - - - - - - - - -Commit b4d070a (2000-01-31 22:56:01 +0000) by Fabian Knittel -G`Quann's lagcheck patch - -doc/UPDATES1.5 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 23db162 (2000-01-31 22:49:07 +0000) by Fabian Knittel -resync with 1.4, Jan 31st - -doc/UPDATES1.4 -src/mod/filesys.mod/help/filesys.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2a42b86 (2000-01-30 19:26:22 +0000) by Fabian Knittel -cleanup3 patch - -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/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/module.h -src/mod/modvals.h -src/mod/notes.mod/notes.c -src/mod/share.mod/share.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 - -- - - - - - - - - - - - - - - -Commit 03ed73d (2000-01-30 18:02:02 +0000) by Fabian Knittel -eule's globalset patch - -doc/UPDATES1.5 -eggdrop.conf.dist -src/mod/channels.mod/channels.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 40024a5 (2000-01-30 17:59:53 +0000) by Fabian Knittel -resync with 1.4, Jan30 - -doc/UPDATES1.4 -language/core.english.lang -language/core.german.lang -src/lang.h -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 9447344 (2000-01-28 22:14:03 +0000) by Fabian Knittel -guppy's binds patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -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/patch.h - -- - - - - - - - - - - - - - - -Commit c22f100 (2000-01-28 22:05:04 +0000) by Fabian Knittel -Wiktor's NEWS patch - -NEWS -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit ae5f143 (2000-01-28 21:51:54 +0000) by Fabian Knittel -Eule's stopnethack-mode2 patch - -doc/UPDATES1.5 -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 33b7386 (2000-01-28 21:24:41 +0000) by Fabian Knittel -resync with 1.4, 2000/08/01 - -doc/UPDATES1.4 -doc/UPDATES1.5 -doc/tcl-commands.doc -doc/tricks -src/patch.h -src/tcluser.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 6f51bb6 (2000-01-24 21:42:28 +0000) by Fabian Knittel -dw's nickjuped patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4ce453c (2000-01-24 21:37:59 +0000) by Fabian Knittel -dw's who patch - -doc/UPDATES1.4 -src/botcmd.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f5dcdc2 (2000-01-24 20:46:50 +0000) by Fabian Knittel -bzerofix patch - -config.h.in -configure -configure.in -doc/UPDATES1.5 -src/main.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 271a5f2 (2000-01-22 23:43:09 +0000) by Fabian Knittel -dw's got_op_deop patch to 1.4 - -doc/UPDATES1.4 -doc/tcl-commands.doc -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.h -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cb240f4 (2000-01-22 23:30:54 +0000) by Fabian Knittel -david's unlink info patch - -doc/UPDATES1.5 -src/botcmd.c -src/botnet.c -src/dcc.c -src/patch.h -src/users.c - -- - - - - - - - - - - - - - - -Commit 591259f (2000-01-22 23:04:04 +0000) by Fabian Knittel -forgot to add those files again (originally in uff.patch) - -src/mod/share.mod/share.h -src/mod/share.mod/uf_features.c - -- - - - - - - - - - - - - - - -Commit 63c08e6 (2000-01-22 23:01:55 +0000) by Fabian Knittel -Toth's and Wiktor's banreason-fix patch - -doc/UPDATES1.4 -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 643554c (2000-01-22 22:54:21 +0000) by Fabian Knittel -G`Quann's kickstuff patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4a494fd (2000-01-22 22:37:47 +0000) by Fabian Knittel -uff and outdone_event patch - -doc/UPDATES1.5 -src/eggdrop.h -src/main.c -src/mod/module.h -src/mod/share.mod/Makefile -src/mod/share.mod/share.c -src/modules.c -src/net.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 62d9bff (2000-01-17 23:00:31 +0000) by Fabian Knittel -changed Johoho to Wiktor in UPDATES1.5 - -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit f72a88e (2000-01-17 22:36:10 +0000) by Fabian Knittel -Eule's copyright patch, updated by him for 1.5 - -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/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/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/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 -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 -text/banner -text/motd - -- - - - - - - - - - - - - - - -Commit b42fa14 (2000-01-17 22:28:04 +0000) by Fabian Knittel -G`Quann's penaltyfix patch - -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e3f7708 (2000-01-17 22:18:48 +0000) by Fabian Knittel -Tothwolf's resolv-before-bind patch - -aclocal.m4 -configure -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit bd88ccc (2000-01-17 22:14:00 +0000) by Fabian Knittel -Eule's stopnethack_mode patch - -doc/UPDATES1.5 -eggdrop.conf.dist -src/chan.h -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/help/chaninfo.help -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit fe94e03 (2000-01-17 21:59:12 +0000) by Fabian Knittel -resync with 1.4, 17Jan2000 - -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/mod/irc.mod/chan.c -src/mod/transfer.mod/transfer.c -src/mod/wire.mod/wire.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 - -- - - - - - - - - - - - - - - -Commit a477d2b (2000-01-09 16:34:50 +0000) by Fabian Knittel -forgot the version_export patch, during last 1.4 resync - -acconfig.h -aclocal.m4 -config.h.in -configure -doc/UPDATES1.4 -src/mod/module.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 70ff25a (2000-01-09 15:06:38 +0000) by Fabian Knittel -tiny_transfer_share patch - -doc/UPDATES1.5 -src/mod/share.mod/share.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit cd60e34 (2000-01-09 14:59:30 +0000) by Fabian Knittel -resync with 1.4, a few 1.5 specific additions - -aclocal.m4 -configure -configure.in -doc/UPDATES1.4 -doc/UPDATES1.5 -doc/compiling.FAQ -src/main.c -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/module.h -src/mod/share.mod/share.c -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e9f7354 (2000-01-09 14:36:54 +0000) by Fabian Knittel -Johoho's config patch - -doc/UPDATES1.5 -eggdrop.conf.dist -src/patch.h - -- - - - - - - - - - - - - - - -Commit 78c5c1c (2000-01-07 21:43:57 +0000) by Fabian Knittel -S0meguy's flood-nick patch, which i missed to apply earlier - -doc/UPDATES1.5 -src/chan.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/patch.h - -- - - - - - - - - - - - - - - -Commit f3181dc (2000-01-07 20:04:02 +0000) by Fabian Knittel -S0meguy's ctcpchanfloodfix patch, which i missed to commit by accident - -doc/UPDATES1.4 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3ed0ad3 (2000-01-06 19:46:55 +0000) by Fabian Knittel -userfile_perm patch - -doc/UPDATES1.5 -eggdrop.conf.dist -help/set/cmds2.help -src/misc.c -src/mod/channels.mod/channels.c -src/mod/module.h -src/mod/notes.mod/notes.c -src/modules.c -src/patch.h -src/proto.h -src/tcl.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 3dc3ce8 (2000-01-06 19:45:06 +0000) by Fabian Knittel -errors_fix, simialer to 1.4 - -doc/UPDATES1.4 -src/main.c -src/md5/global.h -src/misc.c -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/module.h -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 -src/modules.c -src/modules.h -src/net.c -src/patch.h -src/tclegg.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 011b0fd (2000-01-06 19:42:10 +0000) by Fabian Knittel -resync with 1.4, 6Jan2000 - -doc/UPDATES1.4 -src/cmds.c -src/dcc.c -src/mem.c -src/misc.c -src/mod/irc.mod/chan.c -src/mod/share.mod/share.c -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit a1b340c (2000-01-02 17:29:37 +0000) by Fabian Knittel -don't ask. Yet Another File Fabian Forgot To Add... - -src/mod/channels.mod/udefchan.c - -- - - - - - - - - - - - - - - -Commit 6ebc189 (2000-01-02 02:42:13 +0000) by Fabian Knittel -cleanup2 patch - -src/main.c -src/mod/assoc.mod/assoc.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/console.mod/console.c -src/mod/ctcp.mod/ctcp.c -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/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/tclfiles.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/cmdsirc.c -src/mod/irc.mod/irc.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/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/mod/wire.mod/wire.c -src/mod/woobie.mod/woobie.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 145780a (2000-01-01 19:42:29 +0000) by Fabian Knittel -bzero_memset patch - -doc/UPDATES1.5 -src/dns.c -src/main.c -src/md5/md5c.c -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 027f1e9 (2000-01-01 19:34:14 +0000) by Fabian Knittel -1.4 dccfix patch - -doc/UPDATES1.4 -src/botnet.c -src/dcc.c -src/dccutil.c -src/main.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/patch.h - -- - - - - - - - - - - - - - - -Commit 555beb5 (2000-01-01 19:28:24 +0000) by Fabian Knittel -publisten patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/dcc.c -src/eggdrop.h -src/patch.h -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 2b14680 (2000-01-01 19:24:38 +0000) by Fabian Knittel -notes_cleanup patch - -src/mod/notes.mod/cmdsnote.c -src/mod/notes.mod/notes.c -src/mod/notes.mod/notes.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 17f879f (2000-01-01 19:23:47 +0000) by Fabian Knittel -G`Quann's trafficfix patch - -doc/UPDATES1.5 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a3bf442 (2000-01-01 19:22:33 +0000) by Fabian Knittel -irc_cleanup patch - -doc/UPDATES1.5 -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/patch.h - -- - - - - - - - - - - - - - - -Commit ec1cf95 (2000-01-01 19:12:19 +0000) by Fabian Knittel -cleanup patch - -doc/UPDATES1.5 -src/mod/modvals.h -src/mod/seen.mod/seen.c -src/mod/transfer.mod/transfer.c -src/mod/woobie.mod/woobie.c -src/patch.h -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 72a7e0d (2000-01-01 19:08:48 +0000) by Fabian Knittel -resync with 1.4 - -doc/UPDATES1.4 -doc/tcl-commands.doc -eggdrop.conf.dist -src/mod/irc.mod/chan.c -src/mod/irc.mod/mode.c -src/mod/irc.mod/tclirc.c -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 2a59dd2 (1999-12-27 20:39:24 +0000) by Fabian Knittel -1.4 drummer's stricthost patch - -doc/UPDATES1.4 -src/misc.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 -src/patch.h -src/tcl.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit f977142 (1999-12-27 20:38:05 +0000) by Fabian Knittel -useless file - -doc/honorable.mentions - -- - - - - - - - - - - - - - - -Commit 5f7488d (1999-12-27 20:07:54 +0000) by Fabian Knittel -forgot to patch Makefile.in when removing Ode_To_Beldin - -doc/Makefile.in - -- - - - - - - - - - - - - - - -Commit 096ec23 (1999-12-27 19:56:20 +0000) by Fabian Knittel -tcl_md5 messup ... - -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 458e8b0 (1999-12-27 19:50:18 +0000) by Fabian Knittel -the override-bots change was in 1.5.1 not 1.5.0\! - -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit 0350875 (1999-12-27 19:36:43 +0000) by Fabian Knittel -Olrick's tcl md5 patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit 43a9c17 (1999-12-27 19:35:16 +0000) by Fabian Knittel -removed useless file - -doc/Ode_To_Beldin - -- - - - - - - - - - - - - - - -Commit 85ed373 (1999-12-27 18:35:44 +0000) by Fabian Knittel -dw's strip patch - -doc/UPDATES1.5 -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ae59090 (1999-12-27 14:52:43 +0000) by Fabian Knittel -dw's getuser patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 73c8541 (1999-12-26 12:29:36 +0000) by Fabian Knittel -dnsfix - -doc/UPDATES1.5 -src/mod/dns.mod/coredns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit d719180 (1999-12-26 12:21:52 +0000) by Fabian Knittel -dnslookup2 - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/dns.c -src/dns.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 89ef08f (1999-12-26 05:50:53 +0000) by Matthew Hallacy -blah, just a text file i felt like adding, we can throw random funny stuff -in here. - -doc/honorable.mentions - -- - - - - - - - - - - - - - - -Commit 78b99b0 (1999-12-25 16:18:20 +0000) by Fabian Knittel -1.4 nowtm_timerfix.patch - -doc/UPDATES1.4 -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3496461 (1999-12-25 15:05:28 +0000) by Fabian Knittel -dnslookup - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/dns.c -src/dns.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit f7a0053 (1999-12-25 02:37:37 +0000) by Fabian Knittel -serverfix - -doc/UPDATES1.4 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f7e5e69 (1999-12-25 00:36:15 +0000) by Fabian Knittel -tclasyncdns.patch - -src/dns.h - -- - - - - - - - - - - - - - - -Commit dd1d677 (1999-12-25 00:07:51 +0000) by Fabian Knittel -tclasyncdns - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/Makefile.in -src/botnet.c -src/dcc.c -src/dns.c -src/mem.c -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/modules.c -src/patch.h -src/proto.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit c861d16 (1999-12-24 23:59:43 +0000) by Fabian Knittel -langclean - -doc/UPDATES1.5 -src/language.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8bc14f3 (1999-12-24 23:57:38 +0000) by Fabian Knittel -1.4 revengepunishfix - -doc/UPDATES1.4 -src/mod/irc.mod/irc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b59f54a (1999-12-24 14:25:57 +0000) by Fabian Knittel -toot's .channel fix - -doc/UPDATES1.5 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 98fe662 (1999-12-24 14:23:48 +0000) by Fabian Knittel -1.4 hidelost - -doc/UPDATES1.4 -src/dccutil.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 32e054d (1999-12-24 14:21:54 +0000) by Fabian Knittel -dccremovelost - -doc/UPDATES1.4 -src/dccutil.c -src/main.c -src/mod/dns.mod/dns.c -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/server.mod/server.c -src/mod/transfer.mod/transfer.c -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit ca9b7e8 (1999-12-24 14:20:08 +0000) by Fabian Knittel -nicklength2 - -doc/UPDATES1.4 -doc/UPDATES1.5 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5c95962 (1999-12-24 14:19:24 +0000) by Fabian Knittel -nodesynchfix - -doc/UPDATES1.5 -src/chan.h -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e68b51d (1999-12-22 22:02:20 +0000) by Fabian Knittel -re-added missing help/set and help/msg directories - -help/set/cmds1.help -help/set/cmds2.help - -- - - - - - - - - - - - - - - -Commit ffe16b7 (1999-12-22 13:17:55 +0000) by Fabian Knittel -small error while applying a patch, reported by SuperS - -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4f2b67a (1999-12-22 12:27:48 +0000) by Fabian Knittel -G`Quann's whoispenaltyfix patch - -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 205e39c (1999-12-22 12:24:58 +0000) by Fabian Knittel -Ian's silencefix patch - -doc/UPDATES1.5 -src/cmds.c -src/mod/server.mod/servmsg.c -src/patch.h -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit 45d042e (1999-12-22 12:21:43 +0000) by Fabian Knittel -Ian's nodesync patch - -doc/UPDATES1.5 -eggdrop.conf.dist -src/chan.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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 19189a0 (1999-12-22 12:11:04 +0000) by Fabian Knittel -resync with 1.4.2, 1999/12/22 - -doc/UPDATES1.4 -eggdrop.conf.dist -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/mod/filesys.mod/files.c -src/mod/irc.mod/irc.c -src/mod/module.h -src/mod/modvals.h -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 -src/modules.c -src/net.c -src/patch.h -src/proto.h -src/tclhash.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 377e862 (1999-12-21 17:35:32 +0000) by Fabian Knittel -Tothwolf's id-header - -Makefile.in -acconfig.h -aclocal.m4 -configure -configure.in -doc/Makefile.in -doc/UPDATES1.4 -eggdrop.conf.dist -install-sh -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/md5/Makefile.in -src/md5/global.h -src/md5/md5.h -src/md5/md5c.c -src/mem.c -src/misc.c -src/mod/Makefile.in -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/buildstatic -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/language/filesys.english.lang -src/mod/filesys.mod/language/filesys.french.lang -src/mod/filesys.mod/language/filesys.german.lang -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/module.h -src/mod/modvals.h -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/language/wire.english.lang -src/mod/wire.mod/language/wire.french.lang -src/mod/wire.mod/language/wire.german.lang -src/mod/wire.mod/wire.c -src/mod/wire.mod/wire.h -src/mod/woobie.mod/Makefile -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/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 - -- - - - - - - - - - - - - - - -Commit ce9be5a (1999-12-21 17:32:43 +0000) by Fabian Knittel -filesys_fixes2 - -doc/UPDATES1.5 -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/help/filesys.help -src/mod/filesys.mod/tclfiles.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 12864ea (1999-12-19 16:06:34 +0000) by Fabian Knittel -G`Quann's traffic patch - -doc/UPDATES1.5 -src/cmds.c -src/main.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3faac44 (1999-12-19 16:05:33 +0000) by Fabian Knittel -G`Quann's udef_dname patch - -doc/UPDATES1.5 -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c161960 (1999-12-17 20:26:24 +0000) by Fabian Knittel -dns_reversefail - -doc/UPDATES1.5 -src/botnet.c -src/dcc.c -src/mod/filesys.mod/filesys.c -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 74985c5 (1999-12-17 18:40:22 +0000) by Fabian Knittel -tothwolf's assert-nulls patch - -doc/UPDATES1.4 -src/cmds.c -src/flags.c -src/mod/console.mod/console.c -src/mod/module.h -src/mod/transfer.mod/transfer.c -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit 3eb3587 (1999-12-15 17:20:37 +0000) by Fabian Knittel -the share_botoverride patch... - -doc/UPDATES1.5 -eggdrop.conf.dist -src/eggdrop.h -src/main.c -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dd0997c (1999-12-15 15:31:59 +0000) by Fabian Knittel -1.4 resync 991215 - -doc/UPDATES1.4 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 76aaf24 (1999-12-14 22:39:43 +0000) by Fabian Knittel -toth's patch-assert - -Makefile.in -doc/UPDATES1.4 -doc/UPDATES1.5 -src/eggdrop.h -src/main.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 3e1ad61 (1999-12-13 23:53:47 +0000) by Fabian Knittel -tothwolf's sync-1.5-11Dec1999-1 patch - -doc/UPDATES1.4 -doc/UPDATES1.5 -src/dcc.c -src/mod/channels.mod/tclchan.c -src/mod/server.mod/server.c -src/patch.h -src/tcl.c -src/tcluser.c - -- - - - - - - - - - - - - - - -Commit beab64e (1999-12-13 23:39:23 +0000) by Fabian Knittel -resume patch - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/eggdrop.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/modvals.h -src/mod/server.mod/server.c -src/mod/server.mod/server.h -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 21318d9 (1999-12-12 22:14:50 +0000) by Fabian Knittel -32 bit usage made consistent - patch :) - -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 - -- - - - - - - - - - - - - - - -Commit 7ae21ad (1999-12-12 15:39:36 +0000) by Fabian Knittel -tiny botlink fix - -doc/UPDATES1.5 -src/botnet.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2cbd35b (1999-12-11 23:20:27 +0000) by Fabian Knittel -removed silly warning in Asser macro - -src/eggdrop.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit f73d14f (1999-12-11 18:58:06 +0000) by Fabian Knittel -tothwolf's remove-context-bloat patch - -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/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/module.h -src/mod/modvals.h -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 -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 - -- - - - - - - - - - - - - - - -Commit 36e8499 (1999-12-10 17:20:09 +0000) by Fabian Knittel -resync 991210 with 1.4 - -doc/UPDATES1.4 -doc/tcl-commands.doc -src/chanprog.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 -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit bd6ea5a (1999-12-06 16:15:49 +0000) by Fabian Knittel -1.4 resync - -doc/UPDATES1.4 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit e867ded (1999-12-06 15:56:44 +0000) by Fabian Knittel -Toth's configure-with-fixes patch - -aclocal.m4 -configure -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit e48140e (1999-12-04 14:05:07 +0000) by Fabian Knittel -Tothwolf's configure-strip-fix patch - -aclocal.m4 -configure -configure.in -doc/UPDATES1.5 - -- - - - - - - - - - - - - - - -Commit 7d5cb8c (1999-12-01 14:50:37 +0000) by Fabian Knittel -missed aclocal in toth's new-configure patch... as always... :/ - -aclocal.m4 -src/patch.h - -- - - - - - - - - - - - - - - -Commit c4f0633 (1999-12-01 00:09:42 +0000) by Fabian Knittel -toths new-configure patch - -configure -configure.in -doc/UPDATES1.5 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2b73e82 (1999-11-30 23:04:15 +0000) by Fabian Knittel -egg1.4 resync 991130 - -doc/UPDATES1.4 -src/chanprog.c -src/eggdrop.h -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 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 65af967 (1999-11-27 23:54:57 +0000) by Fabian Knittel -filesys_fixes patch - -doc/UPDATES1.5 -src/mod/filesys.mod/files.c -src/mod/filesys.mod/filesys.c -src/mod/transfer.mod/transfer.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit dc59dd9 (1999-11-27 23:53:25 +0000) by Fabian Knittel -complete_sharefix patch - -doc/UPDATES1.5 -src/cmds.c -src/flags.c -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/mod/module.h -src/modules.c -src/patch.h -src/proto.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 626ae7d (1999-11-27 23:51:42 +0000) by Fabian Knittel -addbanmode patch - -doc/UPDATES1.5 -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f79c0ff (1999-11-26 17:21:41 +0000) by Fabian Knittel -dupwait patch - -doc/UPDATES1.5 -eggdrop.conf.dist -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 - -- - - - - - - - - - - - - - - -Commit 1a81ea1 (1999-11-24 23:28:08 +0000) by Fabian Knittel -drummer's notefix patch - -doc/UPDATES1.4 -src/botmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit a5b74b2 (1999-11-24 22:23:55 +0000) by Fabian Knittel -guppy's tables patch - -doc/UPDATES1.4 -src/mod/channels.mod/channels.c -src/mod/channels.mod/channels.h -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/wire.mod/wire.c -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 8c6a8ef (1999-11-22 19:42:53 +0000) by Fabian Knittel -G`Quann's putnext patch - -doc/UPDATES1.5 -src/dccutil.c -src/eggdrop.h -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 422bd5c (1999-11-22 19:31:58 +0000) by Fabian Knittel -filedb3_fix2 patch - -doc/UPDATES1.5 -src/mod/filesys.mod/filedb3.c -src/mod/filesys.mod/filelist.c -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8f43b43 (1999-11-22 16:22:15 +0000) by Fabian Knittel -resync 11Nov1999 - -doc/UPDATES1.4 -eggdrop.conf.dist -scripts/ques4.tcl -src/mod/irc.mod/mode.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit d45821f (1999-11-20 21:40:58 +0000) by Fabian Knittel -G`Quann's udefmemleak patch - -doc/UPDATES1.5 -src/mod/channels.mod/channels.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5e2446b (1999-11-20 21:27:29 +0000) by Fabian Knittel -dnsstatic patch - -Makefile.in -doc/UPDATES1.5 -src/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3f8054c (1999-11-20 15:56:41 +0000) by Fabian Knittel -filedb3_fix patch - -doc/UPDATES1.5 -src/mod/filesys.mod/filedb3.c -src/mod/filesys.mod/filedb3.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit e09f814 (1999-11-16 21:06:50 +0000) by Fabian Knittel -filedb_autoconf patch - -configure -configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit cfa12b3 (1999-11-15 20:36:06 +0000) by Fabian Knittel -missed to remove that file during tosk's NEWTO1.5.0 -> NEWS switch - -NEWTO1.5.0 - -- - - - - - - - - - - - - - - -Commit 6def15f (1999-11-15 17:42:35 +0000) by Fabian Knittel -Toth's sync-1.5-14Nov1999-1 - -CONTENTS -FEATURES -INSTALL -NEWS -README -configure -configure.in -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 -eggdrop.conf.dist -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/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/language/wire.french.lang -src/mod/wire.mod/wire.c -src/mod/woobie.mod/woobie.c -src/net.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 97ffbcd (1999-11-15 17:13:28 +0000) by Fabian Knittel -fastdeq_options patch (G`Quann), udef_doc patch (G`Quann), fixlisten patch -(Fabian), minorfilesys patch (Fabian) - -doc/UPDATES1.5 -doc/tcl-commands.doc -src/dcc.c -src/mod/filesys.mod/filesys.c -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 812368e (1999-11-14 17:15:51 +0000) by Fabian Knittel -spelling mistake, reported by guppy - -src/mod/filesys.mod/files.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ed3a048 (1999-11-14 13:06:33 +0000) by Fabian Knittel -filedb3 patch - -NEWTO1.5.0 -doc/UPDATES1.5 -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 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3b0085e (1999-11-13 00:53:27 +0000) by Ryan Butler -Tothwolf's banner and motd updates to new version - -text/banner -text/motd - -- - - - - - - - - - - - - - - -Commit 0558547 (1999-11-11 21:51:01 +0000) by Fabian Knittel -messed up configure, oops - -configure - -- - - - - - - - - - - - - - - -Commit 17a3aff (1999-11-11 21:44:56 +0000) by Fabian Knittel -dns_fixagain.patch which fixes a bug in blocking dns code and turns on -debugmem to default on linux - -configure -doc/UPDATES1.5 -src/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit b8f7dc3 (1999-11-11 17:45:04 +0000) by Ryan Butler -Configure did not have default make = make debug - -configure -configure.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit 577e98d (1999-11-11 16:22:19 +0000) by Ryan Butler -mkinstalldirs was mysteriously left out of 1.5 and therefore would not make -install correctly - -mkinstalldirs - -- - - - - - - - - - - - - - - -Commit 1658138 (1999-11-10 22:02:24 +0000) by Fabian Knittel -I had messed up the scripts Makefile.in - -scripts/Makefile.in -src/patch.h - -- - - - - - - - - - - - - - - -Commit d3380c6 (1999-11-10 21:35:07 +0000) by Fabian Knittel -Resync with 1.4 - -FEATURES -Makefile.in -README -TODO -acconfig.h -config.h.in -configure -configure.in -doc/BOTNET -doc/Makefile.in -doc/UPDATES.pre1.5 -doc/eggdrop.doc -doc/man1/eggdrop.1 -doc/patch.howto -doc/tcl-commands.doc -eggdrop.conf.dist -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/md5/Makefile.in -src/mem.c -src/mod/Makefile.in -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/module.h -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 -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 - -- - - - - - - - - - - - - - - -Commit 21d5074 (1999-11-10 00:08:40 +0000) by Ryan Butler -Another oops - -text/banner - -- - - - - - - - - - - - - - - -Commit 6a926e8 (1999-11-10 00:07:06 +0000) by Ryan Butler -Blah - -NEWTO1.4.0 - -- - - - - - - - - - - - - - - -Commit 416ae6b (1999-11-10 00:06:30 +0000) by Ryan Butler -Part 2 - -src/main.c -src/mod/assoc.mod/assoc.c -src/mod/blowfish.mod/blowfish.c -src/mod/channels.mod/channels.c -src/mod/console.mod/console.c -src/mod/filesys.mod/filesys.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/woobie.mod/woobie.c - -- - - - - - - - - - - - - - - -Commit c7e653b (1999-11-10 00:01:13 +0000) by Ryan Butler -Part 1 of numbering revision - -NEWTO1.5.0 -README -doc/CONTENTS -doc/UPDATES.pre1.4 -doc/UPDATES.pre1.5 -doc/UPDATES1.4 -doc/UPDATES1.5 -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit e6420d4 (1999-10-26 21:46:44 +0000) by Fabian Knittel -Cybah's safechan patch - -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/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/module.h -src/mod/seen.mod/seen.c -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/mod/share.mod/share.c -src/modules.c -src/patch.h -src/tcldcc.c -src/tcluser.c -src/userrec.c -src/users.c - -- - - - - - - - - - - - - - - -Commit be16d4d (1999-10-26 21:38:41 +0000) by Fabian Knittel -resync 940380771-940924890 - -Makefile.in -acconfig.h -config.h.in -configure -configure.in -doc/UPDATES.pre1.4 -doc/tcl-commands.doc -eggdrop.conf.dist -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/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/module.h -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 -src/modules.c -src/patch.h -src/tcldcc.c -src/tcluser.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit f3798a7 (1999-10-26 19:44:49 +0000) by Fabian Knittel -G`Quann's fastdeq patch - -doc/UPDATES1.4 -src/mod/server.mod/server.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c226ead (1999-10-24 14:36:36 +0000) by Fabian Knittel -1) udef patch was wrongly applied in one place. 2) small fixes - -src/mod/channels.mod/Makefile -src/mod/channels.mod/channels.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 31d9220 (1999-10-24 12:17:34 +0000) by Fabian Knittel -G`Quann's udef_chanstuff3 patch - -doc/UPDATES1.4 -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4bc12f9 (1999-10-21 20:04:59 +0000) by Fabian Knittel -dnsfix patch from G`Quann - -doc/UPDATES1.4 -src/dns.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 4a6bf5c (1999-10-21 19:23:18 +0000) by Fabian Knittel -resync with 1.3 tree, 939863113-940380771 - -Makefile.in -acconfig.h -config.h.in -configure -configure.in -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 -install-sh -language/core.french.lang -scripts/CONTENTS -scripts/Makefile.in -scripts/bugreport.tcl -scripts/help/msg/userinfo.help -scripts/help/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/md5/Makefile -src/md5/Makefile.in -src/mem.c -src/misc.c -src/mod/Makefile -src/mod/Makefile.generic -src/mod/Makefile.in -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/buildstatic -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/help/chaninfo.help -src/mod/channels.mod/help/channels.help -src/mod/channels.mod/help/set/channels.help -src/mod/channels.mod/tclchan.c -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/help/irc.help -src/mod/irc.mod/help/msg/irc.help -src/mod/irc.mod/help/set/irc.help -src/mod/irc.mod/mode.c -src/mod/notes.mod/Makefile -src/mod/notes.mod/help/msg/notes.help -src/mod/notes.mod/help/notes.help -src/mod/notes.mod/help/set/notes.help -src/mod/seen.mod/Makefile -src/mod/seen.mod/help/msg/seen.help -src/mod/seen.mod/help/seen.help -src/mod/seen.mod/seen.c -src/mod/server.mod/Makefile -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/servmsg.c -src/mod/share.mod/Makefile -src/mod/share.mod/help/share.help -src/mod/share.mod/share.c -src/mod/transfer.mod/Makefile -src/mod/transfer.mod/help/set/transfer.help -src/mod/wire.mod/Makefile -src/mod/wire.mod/language/wire.english.lang -src/mod/wire.mod/language/wire.german.lang -src/mod/wire.mod/wire.english.lang -src/mod/wire.mod/wire.german.lang -src/mod/woobie.mod/Makefile -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 - -- - - - - - - - - - - - - - - -Commit 9655978 (1999-10-15 10:44:58 +0000) by Fabian Knittel -resync 1.3: 939574072->939863113 - -doc/UPDATES.pre1.4 -doc/tcl-commands.doc -eggdrop.conf.dist -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/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 -src/patch.h -src/rfc1459.h -src/tcl.c -src/userent.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 6344e5f (1999-10-12 22:19:24 +0000) by Fabian Knittel -the transfer patch - -doc/UPDATES1.4 -src/eggdrop.h -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/share.mod/share.c -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/modules.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 680c186 (1999-10-12 10:28:27 +0000) by Fabian Knittel -penalties3 patch - -doc/UPDATES1.4 -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 334af72 (1999-10-11 16:20:30 +0000) by Fabian Knittel -This shouldn't have happened... *grrr* - -Makefile - -- - - - - - - - - - - - - - - -Commit a0f235f (1999-10-11 07:59:58 +0000) by Fabian Knittel -dns patches, textdir patch, sync 939496415-939574072 - -Makefile -Makefile.in -configure.in -doc/UPDATES.pre1.4 -doc/UPDATES1.4 -eggdrop.conf.dist -help/cmds2.help -language/core.english.lang -language/core.french.lang -language/core.german.lang -logs/CONTENTS -motd -src/botnet.c -src/cmds.c -src/dcc.c -src/dccutil.c -src/dns.c -src/eggdrop.h -src/main.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 -src/net.c -src/patch.h -src/users.c -telnet-banner -text/CONTENTS -text/banner -text/motd - -- - - - - - - - - - - - - - - -Commit 776140b (1999-10-10 23:33:10 +0000) by Fabian Knittel -the nonallocsock patch - -doc/UPDATES1.4 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c0b7f03 (1999-10-10 22:24:59 +0000) by Fabian Knittel -the hostbyteorder patch - -doc/UPDATES1.4 -src/botnet.c -src/dcc.c -src/dns.c -src/eggdrop.h -src/mod/server.mod/servmsg.c -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit ad292a9 (1999-10-10 00:56:34 +0000) by Fabian Knittel -yet another tree merge and fixups... let's see how long it takes until I -learn this stuff - -CONTENTS -FEATURES -Makefile.in -configure -configure.in -doc/BUG-REPORT -doc/UPDATES.pre1.4 -doc/eggdrop.doc -doc/man1/eggdrop.1 -doc/tcl-commands.doc -eggdrop.conf.dist -help/cmds1.help -scripts/autobotchk -scripts/botchk -scripts/weed -src/cmds.c -src/eggdrop.h -src/main.c -src/mod/share.mod/share.c -src/modules.c -src/net.c -src/patch.h -src/tcl.c -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 6b3c17d (1999-10-09 19:44:50 +0000) by Fabian Knittel -forgot those new files again.. *gnnnn*.. I'll learn it... - -src/dns.c -src/mod/dns.mod/Makefile -src/mod/dns.mod/coredns.c -src/mod/dns.mod/dns.c -src/mod/dns.mod/dns.h - -- - - - - - - - - - - - - - - -Commit 4eed212 (1999-10-09 19:31:57 +0000) by Fabian Knittel -Fabian's asyncdns patch - -Makefile.in -configure -configure.in -doc/UPDATES1.4 -eggdrop.conf.dist -src/Makefile -src/botnet.c -src/dcc.c -src/dccutil.c -src/eggdrop.h -src/main.h -src/mod/Makefile -src/mod/Makefile.generic -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/modvals.h -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c -src/modules.c -src/net.c -src/proto.h - -- - - - - - - - - - - - - - - -Commit ee99edf (1999-10-09 16:41:10 +0000) by Fabian Knittel -missed new files during 1.3 merge - -doc/BUG-REPORT -scripts/ques5.tcl -src/mod/notes.mod/cmdsnote.c -src/mod/notes.mod/notes.h - -- - - - - - - - - - - - - - - -Commit aed08f2 (1999-10-09 15:46:39 +0000) by Fabian Knittel -all changes to the 1.3 tree merged with 1.4 - -Makefile -Makefile.in -README -config.h.in -configure -configure.in -doc/MODULES -doc/UPDATES.pre1.4 -doc/eggdrop.doc -doc/tcl-commands.doc -doc/tricks -eggdrop.conf.dist -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/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/module.h -src/mod/modvals.h -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 -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 - -- - - - - - - - - - - - - - - -Commit 6c54048 (1999-10-09 13:10:46 +0000) by Fabian Knittel -finished reordering help files. They were all misplaced... - -help/assoc.help -help/chaninfo.help -help/channels.help -help/cmds1.help -help/cmds2.help -help/console.help -help/core.help -help/filesys.help -help/irc.help -help/notes.help -help/seen.help -help/server.help -help/share.help -help/userinfo.help - -- - - - - - - - - - - - - - - -Commit c57c918 (1999-09-13 14:43:20 +0000) by Ryan Butler -Blah - -src/patch.h - -- - - - - - - - - - - - - - - -Commit c286ffc (1999-09-13 14:38:17 +0000) by Ryan Butler -Commits - -configure -configure.in - -- - - - - - - - - - - - - - - -Commit 3737e9a (1999-09-13 14:18:32 +0000) by Ryan Butler -Initial stuff (.29 cvs) - -NEWTO1.3.0 -NEWTO1.4.0 -doc/BOTNET -doc/CONTENTS -doc/KNOWN-PROBLEMS -doc/MODULES -doc/Ode_To_Beldin -doc/UPDATES.pre1.3 -doc/UPDATES1.3 -doc/compiling.FAQ -doc/eggdrop.doc -doc/man1/eggdrop.1 -doc/patch.howto -doc/tcl-commands.doc -doc/tricks -help/assoc.help -help/chaninfo.help -help/channels.help -help/cmds1.help -help/cmds2.help -help/console.help -help/core.help -help/filesys.help -help/irc.help -help/msg/irc.help -help/msg/notes.help -help/msg/seen.help -help/msg/userinfo.help -help/notes.help -help/seen.help -help/server.help -help/set/channels.help -help/set/cmds1.help -help/set/cmds2.help -help/set/console.help -help/set/ctcp.help -help/set/filesys.help -help/set/irc.help -help/set/notes.help -help/set/server.help -help/set/transfer.help -help/share.help -help/userinfo.help -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/md5/Makefile -src/md5/global.h -src/md5/md5.h -src/md5/md5c.c -src/mem.c -src/misc.c -src/mod/Makefile -src/mod/Makefile.generic -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/buildstatic -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/module.h -src/mod/modvals.h -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 -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 -telnet-banner - -- - - - - - - - - - - - - - - -Commit 279e820 (1999-09-11 23:28:16 +0000) by arthur2 -more cleaning - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 8cb41be (1999-09-11 18:16:20 +0000) by arthur2 -cleaning - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit b19e510 (1999-09-10 07:56:11 +0000) by arthur2 -check-mode-r details - -eggdrop.conf.dist - -- - - - - - - - - - - - - - - -Commit ce1a7a6 (1999-09-09 07:55:38 +0000) by arthur2 -removed useless C_dcc_irc and C_fil - -src/tclhash.c - -- - - - - - - - - - - - - - - -Commit 00602ab (1999-09-09 07:54:46 +0000) by arthur2 -removed a wtf comment - -src/modules.c - -- - - - - - - - - - - - - - - -Commit e06186b (1999-09-09 07:54:15 +0000) by arthur2 -quotes [] were missing in AC_MSG_RESULT in configure.in - -configure.in -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit c7ecd9a (1999-09-08 22:12:06 +0000) by arthur2 -indent - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 3e4043e (1999-09-08 19:58:38 +0000) by Matthew Hallacy -fixed nrealloc() with non-debugmode : Modified Files: : Makefile -doc/UPDATES1.3 src/patch.h src/userrec.c - -doc/UPDATES1.3 -src/patch.h -src/userrec.c - -- - - - - - - - - - - - - - - -Commit d1cadf2 (1999-09-08 19:35:47 +0000) by Matthew Hallacy - lame FIXME's abound. - -doc/UPDATES1.3 -src/cmds.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit c60594b (1999-09-08 13:58:23 +0000) by Matthew Hallacy -*** empty log message *** - -TODO - -- - - - - - - - - - - - - - - -Commit 24caa28 (1999-09-08 12:31:11 +0000) by arthur2 -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 3dc6178 (1999-09-08 06:37:17 +0000) by Matthew Hallacy -*** empty log message *** - -Makefile - -- - - - - - - - - - - - - - - -Commit 34d16af (1999-09-08 06:37:01 +0000) by Matthew Hallacy -: Committing in . : fabian's xtramemleak.patch : Modified Files: : -eggdrop.conf.dist doc/UPDATES1.3 src/main.h src/modules.h : src/patch.h -src/tclegg.h src/userent.c : src/mod/filesys.mod/filesys.h - -doc/UPDATES1.3 -src/patch.h -src/userent.c - -- - - - - - - - - - - - - - - -Commit 4eb88bc (1999-09-08 06:30:55 +0000) by Matthew Hallacy -: Committing in . : more of fabian's ereet patch3s ;) : Modified Files: : -Makefile eggdrop.conf.dist help/core.help src/botmsg.c : src/cmds.c -src/main.h src/modules.h src/patch.h src/proto.h : src/tclegg.h -src/tclhash.c src/userent.c src/users.h : -src/mod/filesys.mod/filesys.h - -Makefile -help/core.help -src/botmsg.c -src/cmds.c -src/patch.h -src/proto.h -src/tclhash.c -src/userent.c -src/users.h - -- - - - - - - - - - - - - - - -Commit 9f868ab (1999-09-08 06:22:15 +0000) by Matthew Hallacy -*** empty log message *** - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 91b2afc (1999-09-08 06:17:50 +0000) by Matthew Hallacy -: Committing in . fabian's user_realloc.patch -: Modified Files: -: Makefile eggdrop.conf.dist doc/UPDATES1.3 src/main.h -: src/modules.c src/modules.h src/patch.h src/tclegg.h -: src/userrec.c src/users.h src/mod/module.h -: src/mod/filesys.mod/filesys.h - -doc/UPDATES1.3 -src/mod/module.h -src/modules.c -src/patch.h -src/userrec.c -src/users.h - -- - - - - - - - - - - - - - - -Commit a95b102 (1999-09-08 06:03:49 +0000) by Matthew Hallacy -fabian's languageupdate.patch : Modified Files: : Makefile -eggdrop.conf.dist doc/UPDATES1.3 doc/eggdrop.doc : help/core.help -src/language.c src/main.c src/main.h : src/modules.c src/modules.h -src/patch.h src/proto.h : src/tclegg.h src/mod/module.h -src/mod/filesys.mod/filesys.c : src/mod/filesys.mod/filesys.h -src/mod/wire.mod/wire.c - -doc/UPDATES1.3 -doc/eggdrop.doc -eggdrop.conf.dist -help/core.help -src/language.c -src/main.c -src/mod/filesys.mod/filesys.c -src/mod/module.h -src/mod/wire.mod/wire.c -src/modules.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit e7c617b (1999-09-08 04:06:46 +0000) by Matthew Hallacy -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit f64f4f2 (1999-09-08 04:04:58 +0000) by Matthew Hallacy -: Modified Files: : src/patch.h src/mod/channels.mod/cmdschan.c - -src/mod/channels.mod/cmdschan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c00ab76 (1999-09-07 17:04:09 +0000) by arthur2 -doc/BOTNET update - -doc/BOTNET -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit c00bfb3 (1999-09-07 16:36:30 +0000) by arthur2 -missing Wull on my CHANMETA patch - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 3ce9a77 (1999-09-07 16:15:57 +0000) by arthur2 -resolve-timeout comment - -eggdrop.conf.dist - -- - - - - - - - - - - - - - - -Commit a92823e (1999-09-07 08:09:30 +0000) by arthur2 -reverse ircnet.patch - -doc/UPDATES1.3 -src/mod/channels.mod/cmdschan.c - -- - - - - - - - - - - - - - - -Commit dab7e3a (1999-09-07 01:03:48 +0000) by Jeff Fisher -oops - -Makefile - -- - - - - - - - - - - - - - - -Commit bb0b308 (1999-09-07 01:03:21 +0000) by Jeff Fisher -added some of fab's patches - -Makefile -doc/UPDATES1.3 -src/mod/irc.mod/chan.c -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3cfb307 (1999-09-07 00:49:40 +0000) by Jeff Fisher -mho's delchanrec patch - -doc/UPDATES1.3 -eggdrop.conf.dist -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 77017ab (1999-09-06 23:26:14 +0000) by Jeff Fisher -committed guppy's three patches, resetcmds, filesys, and ircnet.patch - -doc/UPDATES1.3 -help/irc.help -src/mod/channels.mod/cmdschan.c -src/mod/filesys.mod/filesys.c -src/mod/irc.mod/cmdsirc.c - -- - - - - - - - - - - - - - - -Commit 812c7bb (1999-09-06 13:26:54 +0000) by arthur2 -contextnote missing ; - -src/userent.c - -- - - - - - - - - - - - - - - -Commit d5297b0 (1999-09-06 07:38:31 +0000) by arthur2 -helpfix3.patch - -doc/UPDATES1.3 -help/core.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit df8a620 (1999-09-05 17:39:51 +0000) by arthur2 -.help all - -motd - -- - - - - - - - - - - - - - - -Commit 40cd618 (1999-09-05 16:13:56 +0000) by arthur2 -S0meguy == Ian - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit a2ddaf1 (1999-09-03 23:07:01 +0000) by Jeff Fisher -dude's makefile patch .. damn me and my feeble mind - -Makefile.in -doc/UPDATES1.3 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 816e898 (1999-09-03 22:54:07 +0000) by Jeff Fisher -resetbans patch by s0meguy - -doc/UPDATES1.3 -help/irc.help -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit af159de (1999-09-03 17:21:17 +0000) by arthur2 -setuserfix.patch - -doc/UPDATES1.3 -src/tcluser.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit ace6535 (1999-09-03 16:37:40 +0000) by arthur2 -eggdrop1.3.29cvs+configpatch2 - -eggdrop.conf.dist - -- - - - - - - - - - - - - - - -Commit 8f3b619 (1999-09-03 16:35:17 +0000) by arthur2 -eggdrop1.3.29cvs+configpatch - -doc/UPDATES1.3 -eggdrop.conf.dist - -- - - - - - - - - - - - - - - -Commit a8b5e1a (1999-09-03 07:39:06 +0000) by arthur2 -todo.eggheads.org - -TODO -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 97e8539 (1999-09-03 07:37:14 +0000) by arthur2 -todo.eggheads.org - -TODO - -- - - - - - - - - - - - - - - -Commit 63df29c (1999-09-03 07:30:39 +0000) by arthur2 -typo - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 18606a4 (1999-09-03 01:09:58 +0000) by Jeff Fisher -fixed latenightshare.patch - -doc/UPDATES1.3 -src/mod/channels.mod/userchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1b8f43d (1999-09-03 00:42:25 +0000) by Jeff Fisher -reverted latenightshare.patch - -doc/UPDATES1.3 -src/mod/channels.mod/userchan.c - -- - - - - - - - - - - - - - - -Commit 0e02e36 (1999-09-02 08:19:40 +0000) by arthur2 -patches@eggheads.org - -TODO - -- - - - - - - - - - - - - - - -Commit 8091f5b (1999-09-02 08:12:01 +0000) by arthur2 -typo - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 774cae8 (1999-09-02 05:40:09 +0000) by Jeff Fisher -+g bug fix ... dang sharing - -doc/UPDATES1.3 -src/mod/channels.mod/userchan.c - -- - - - - - - - - - - - - - - -Commit 03f0803 (1999-08-30 19:30:53 +0000) by Matthew Hallacy -quiet_reject2.patch, ignoremodes.patch, parafix.patch -: Modified Files: -: Makefile TODO doc/UPDATES1.3 src/dcc.c src/main.h src/misc.c -: src/patch.h src/tclegg.h src/mod/channels.mod/tclchan.c -: src/mod/filesys.mod/filesys.c src/mod/filesys.mod/filesys.h -: src/mod/server.mod/servmsg.c src/mod/transfer.mod/transfer.c -: src/mod/transfer.mod/transfer.h - -TODO -doc/UPDATES1.3 -src/dcc.c -src/misc.c -src/mod/channels.mod/tclchan.c -src/mod/filesys.mod/filesys.c -src/mod/server.mod/servmsg.c -src/mod/transfer.mod/transfer.c -src/mod/transfer.mod/transfer.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit fcd183f (1999-08-27 16:26:34 +0000) by arthur2 -added a context; for toot's bug report - -src/mod/irc.mod/tclirc.c - -- - - - - - - - - - - - - - - -Commit 9458cbd (1999-08-27 16:21:55 +0000) by arthur2 -removed dw's bug comments - -src/net.c - -- - - - - - - - - - - - - - - -Commit 6f5976f (1999-08-27 07:23:08 +0000) by arthur2 -typo - -TODO - -- - - - - - - - - - - - - - - -Commit 0f0b1bb (1999-08-27 07:22:41 +0000) by arthur2 -telnet banner is 1.3.28pico UPDATES1.3! - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 0c07ab2 (1999-08-26 18:23:25 +0000) by Jeff Fisher -todo updates - -TODO - -- - - - - - - - - - - - - - - -Commit 2866e01 (1999-08-26 17:23:27 +0000) by Jeff Fisher -irc.mod.diff after so many months - -doc/UPDATES1.3 -src/chan.h -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/patch.h - -- - - - - - - - - - - - - - - -Commit 9eb2cfa (1999-08-26 17:14:56 +0000) by Jeff Fisher -a && should have been a || in language.c - -src/language.c - -- - - - - - - - - - - - - - - -Commit c0025bd (1999-08-26 16:31:27 +0000) by Jeff Fisher -blah - -Makefile -Makefile.in -doc/UPDATES1.3 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 31a1509 (1999-08-26 16:28:12 +0000) by Jeff Fisher -dude's makefile change - -Makefile.in -doc/UPDATES1.3 -src/patch.h - -- - - - - - - - - - - - - - - -Commit 65d9db0 (1999-08-26 15:34:22 +0000) by arthur2 -warning added - -TODO - -- - - - - - - - - - - - - - - -Commit 054ae74 (1999-08-26 15:23:43 +0000) by Jeff Fisher -another patch - -Makefile -doc/UPDATES1.3 -src/cmds.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/mode.c -src/mod/irc.mod/msgcmds.c -src/mod/seen.mod/seen.c -src/mod/server.mod/servmsg.c -src/tcldcc.c -src/tcluser.c -src/users.c - -- - - - - - - - - - - - - - - -Commit d841315 (1999-08-26 08:54:41 +0000) by Jeff Fisher -language fixes/changes - -doc/UPDATES1.3 -doc/eggdrop.doc -src/eggdrop.h -src/language.c - -- - - - - - - - - - - - - - - -Commit da1c919 (1999-08-26 08:41:29 +0000) by Jeff Fisher -console autosave patch by drummer - -doc/UPDATES1.3 -src/cmds.c -src/mod/console.mod/console.c -src/tcldcc.c - -- - - - - - - - - - - - - - - -Commit 40fa679 (1999-08-26 08:30:22 +0000) by Jeff Fisher -quiet-save patch - -doc/UPDATES1.3 -eggdrop.conf.dist -src/mod/channels.mod/channels.c -src/tcl.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 5f6efe7 (1999-08-26 08:17:07 +0000) by Jeff Fisher -missing UPDATES1.3 line - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit ff6fec3 (1999-08-26 08:15:16 +0000) by Jeff Fisher -helpfix2.patch - -doc/UPDATES1.3 -help/assoc.help -help/channels.help -help/console.help -help/core.help -help/filesys.help -help/irc.help -help/notes.help -help/seen.help -help/server.help -help/share.help -src/cmds.c -src/misc.c -src/proto.h - -- - - - - - - - - - - - - - - -Commit efc9e28 (1999-08-26 08:03:22 +0000) by arthur2 -telnet-banner entry 1.3.29->1.3.28 - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit a4bd589 (1999-08-26 07:56:03 +0000) by arthur2 -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 02c0278 (1999-08-26 07:51:55 +0000) by Jeff Fisher -Missing line in the UPDATES1.3 for the length limitation patch - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 9d0e9fa (1999-08-25 07:42:58 +0000) by arthur2 -TODO #10 seems to be fixed - -TODO - -- - - - - - - - - - - - - - - -Commit 0d5cbac (1999-08-25 07:42:28 +0000) by arthur2 -forgotten mentions - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit be32d15 (1999-08-25 07:25:09 +0000) by arthur2 -typo - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 5f7a4e0 (1999-08-24 15:16:54 +0000) by arthur2 -point 26 fixed and removed - -TODO - -- - - - - - - - - - - - - - - -Commit 3d2564e (1999-08-24 08:42:45 +0000) by Jeff Fisher -blah - -src/md5/Makefile -src/md5/global.h -src/md5/md5.h -src/md5/md5c.c - -- - - - - - - - - - - - - - - -Commit 28e1c98 (1999-08-24 08:25:53 +0000) by Jeff Fisher -blah - -TODO -doc/UPDATES1.3 -eggdrop.conf.dist -help/irc.help -src/main.c -src/mod/assoc.mod/assoc.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/server.mod/server.c -src/mod/server.mod/server.h -src/mod/server.mod/servmsg.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 260fbe5 (1999-08-24 07:55:51 +0000) by Jeff Fisher -blah - -Makefile.in -configure -doc/UPDATES1.3 -src/Makefile -src/dcc.c - -- - - - - - - - - - - - - - - -Commit e3a665e (1999-08-24 07:37:13 +0000) by Jeff Fisher -blah - -doc/UPDATES1.3 -src/main.c -src/misc.c -src/mod/channels.mod/channels.c -src/mod/filesys.mod/filedb.c -src/mod/filesys.mod/filesys.c -src/mod/notes.mod/notes.c -src/mod/server.mod/servmsg.c -src/mod/share.mod/share.c -src/mod/transfer.mod/transfer.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit cc7e22a (1999-08-24 07:16:50 +0000) by Jeff Fisher -blah - -doc/UPDATES1.3 -src/misc.c - -- - - - - - - - - - - - - - - -Commit 4309241 (1999-08-17 22:27:57 +0000) by Matthew Hallacy -*** empty log message *** - -src/mod/transfer.mod/transfer.c - -- - - - - - - - - - - - - - - -Commit f2a92c3 (1999-08-17 22:26:16 +0000) by Matthew Hallacy - Committing in . - Modified Files: Makefile TODO doc/UPDATES1.3 src/cmds.c -src/language.c - src/main.c src/mem.c src/misc.c src/modules.h src/patch.h - src/proto.h src/tclegg.h src/users.c - src/mod/channels.mod/userchan.c src/mod/filesys.mod/filesys.h - -all of fabian's patches. - -TODO -doc/UPDATES1.3 -src/cmds.c -src/language.c -src/mem.c -src/misc.c -src/mod/channels.mod/userchan.c -src/patch.h -src/proto.h -src/users.c - -- - - - - - - - - - - - - - - -Commit a1e3ce5 (1999-08-11 15:25:55 +0000) by Ryan Butler -Update CVS to reflect .29 - -TODO -doc/UPDATES1.3 -scripts/bugreport.tcl -src/main.c - -- - - - - - - - - - - - - - - -Commit 705c0e3 (1999-08-09 22:51:05 +0000) by Ryan Butler -Fabian's patch to add telnet-banner to the config and add a sample -telnet-banner. - -doc/UPDATES1.3 -eggdrop.conf.dist -src/patch.h -telnet-banner - -- - - - - - - - - - - - - - - -Commit 767a522 (1999-08-07 16:53:31 +0000) by Ryan Butler -jkw's 64 bit *nix fix. - -doc/UPDATES1.3 -src/main.h -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2a9b3f7 (1999-08-05 17:15:10 +0000) by Ryan Butler -Fixes poptix's bitch - -Makefile.in - -- - - - - - - - - - - - - - - -Commit 55c26e9 (1999-08-05 16:46:31 +0000) by Ryan Butler -drummer's usermode_r patch - -doc/UPDATES1.3 -src/mod/server.mod/servmsg.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3982aa3 (1999-08-05 16:44:46 +0000) by Ryan Butler -drummer's dccflood patch - -doc/UPDATES1.3 -src/dccutil.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit e3a0dd1 (1999-08-04 15:51:58 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 -eggdrop.conf.dist -src/dcc.c -src/misc.c -src/mod/irc.mod/chan.c -src/mod/server.mod/server.c -src/net.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit ffdb46f (1999-08-04 01:52:10 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 -src/mod/channels.mod/channels.c - -- - - - - - - - - - - - - - - -Commit 9c3a068 (1999-08-04 01:41:03 +0000) by Ryan Butler -debugmem patch by me. - -Makefile.in -configure -configure.in -doc/UPDATES1.3 -src/patch.h - -- - - - - - - - - - - - - - - -Commit a2666d8 (1999-08-02 20:40:45 +0000) by Ryan Butler -blah - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 1bff050 (1999-08-02 20:16:47 +0000) by Ryan Butler -Drummer's where to get help patch - -doc/UPDATES1.3 -src/main.c -src/userent.c - -- - - - - - - - - - - - - - - -Commit fd73ea1 (1999-08-02 20:12:50 +0000) by Ryan Butler -drummer's globchanset patch - -doc/UPDATES1.3 -eggdrop.conf.dist -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 1d1663b (1999-08-01 19:04:13 +0000) by Jeff Fisher -blah - -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit 0b15ae0 (1999-07-30 22:19:14 +0000) by arthur2 -Expired function didn't test for use_exempts/invites. - -doc/UPDATES1.3 -src/mod/channels.mod/userchan.c - -- - - - - - - - - - - - - - - -Commit ccd624e (1999-07-30 15:41:11 +0000) by arthur2 -Jason tcl-commands.patch - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit dcf9ba4 (1999-07-30 14:18:38 +0000) by arthur2 -defaultflud.patch - -doc/UPDATES1.3 -src/mod/channels.mod/channels.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 34ceb77 (1999-07-30 13:07:11 +0000) by arthur2 -missing entry - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit f34b342 (1999-07-30 13:06:42 +0000) by arthur2 -Jason debug cleaning - -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit ddea64e (1999-07-30 09:39:40 +0000) by arthur2 -Rufus/Jason fix - -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit d09bafe (1999-07-30 09:39:25 +0000) by arthur2 -Rufux fix for arthur2's bug - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 4e22859 (1999-07-28 10:50:06 +0000) by arthur2 -missing name - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 2f5c1b7 (1999-07-28 08:10:14 +0000) by arthur2 -missing entry - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 7a151de (1999-07-28 08:09:17 +0000) by arthur2 -missing entry - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 6d31cbb (1999-07-28 07:56:45 +0000) by arthur2 -corrections - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 9a89164 (1999-07-25 18:57:42 +0000) by Jeff Fisher -hi - -configure -configure.in -doc/BOTNET -doc/UPDATES1.3 -doc/patch.howto -doc/tcl-commands.doc -eggdrop.conf.dist -language/core.english.lang -src/lang.h -src/misc.c -src/mod/irc.mod/irc.c -src/mod/module.h -src/modules.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 247ba3f (1999-07-24 02:18:25 +0000) by Matthew Hallacy -: Modified Files: - dw's patch, try # 3, heh.. - -: Makefile TODO doc/UPDATES1.3 doc/tcl-commands.doc src/cmds.c -: src/patch.h src/mod/channels.mod/userchan.c -: src/mod/filesys.mod/filesys.h src/mod/irc.mod/chan.c -: src/mod/irc.mod/irc.c src/mod/irc.mod/mode.c - -doc/UPDATES1.3 -doc/tcl-commands.doc -src/cmds.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/patch.h - -- - - - - - - - - - - - - - - -Commit 0e16fd5 (1999-07-24 02:06:29 +0000) by Matthew Hallacy -dw's patch (chattrfix2.patch Modified Files: Makefile TODO -doc/UPDATES1.3 src/cmds.c src/mod/filesys.mod/filesys.h - -TODO -doc/UPDATES1.3 -src/cmds.c - -- - - - - - - - - - - - - - - -Commit 1741d58 (1999-07-24 01:59:58 +0000) by Matthew Hallacy -*** empty log message *** - -Makefile -doc/UPDATES1.3 -src/mod/irc.mod/cmdsirc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 5cc100c (1999-07-24 01:59:37 +0000) by Matthew Hallacy -*** empty log message *** - -Makefile - -- - - - - - - - - - - - - - - -Commit 7a6dc10 (1999-07-23 16:35:13 +0000) by Ryan Butler -oops - -src/patch.h - -- - - - - - - - - - - - - - - -Commit cc523ec (1999-07-23 16:26:19 +0000) by Ryan Butler -Fixes Jason's bad patch - -doc/UPDATES1.3 -doc/tcl-commands.doc -src/mod/channels.mod/userchan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit d6f53f1 (1999-07-23 16:15:42 +0000) by Ryan Butler -Jason's atlast patch - -doc/UPDATES1.3 -doc/tcl-commands.doc -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/patch.h - -- - - - - - - - - - - - - - - -Commit e76bdfc (1999-07-23 15:54:30 +0000) by Matthew Hallacy -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit e38c743 (1999-07-23 15:53:41 +0000) by Matthew Hallacy - proxy.patch by dw - Modified Files: - Makefile src/eggdrop.h src/main.h src/net.c src/patch.h - -Makefile -src/eggdrop.h -src/net.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3c203cb (1999-07-23 14:00:02 +0000) by Matthew Hallacy - drummer's mem.c.patch Modified Files: Makefile -src/mem.c - -Makefile -src/mem.c - -- - - - - - - - - - - - - - - -Commit dfd96e5 (1999-07-23 13:38:54 +0000) by Matthew Hallacy - drummer's tclcmds2.patch Modified Files: -doc/tcl-commands.doc - -doc/tcl-commands.doc - -- - - - - - - - - - - - - - - -Commit 1e97fda (1999-07-23 13:31:51 +0000) by Matthew Hallacy -mixter's patch for fclose() on non-open fd - Modified Files: - doc/UPDATES1.3 src/mod/channels.mod/channels.c - -doc/UPDATES1.3 -src/mod/channels.mod/channels.c - -- - - - - - - - - - - - - - - -Commit 8d1a14a (1999-07-23 10:56:06 +0000) by arthur2 -configure, 'to/too'. - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit eb3f6b4 (1999-07-23 04:21:34 +0000) by Matthew Hallacy - Committing in . -buffer overflow on long patchnames -Modified Files: - src/main.c src/patch.h - -src/main.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8c9126f (1999-07-23 03:52:07 +0000) by Matthew Hallacy -*** empty log message *** - -Makefile - -- - - - - - - - - - - - - - - -Commit d2861b1 (1999-07-23 03:51:49 +0000) by Matthew Hallacy - Committing in . -lets try looking in /lib for tcl =) - - Modified Files: - Makefile configure configure.in - -Makefile -configure -configure.in - -- - - - - - - - - - - - - - - -Commit 9b5245d (1999-07-23 03:46:26 +0000) by Ryan Butler -ooops - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 8f4c7e1 (1999-07-23 03:20:11 +0000) by Ryan Butler -poptix's patch to support tcl8.2 - -configure -configure.in -doc/UPDATES1.3 -src/patch.h - -- - - - - - - - - - - - - - - -Commit ebc6876 (1999-07-23 02:07:18 +0000) by Ryan Butler -Guppy's share patch - -doc/UPDATES1.3 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit f9ce105 (1999-07-22 00:00:46 +0000) by Jeff Fisher -missing non - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit cde5dca (1999-07-21 15:43:28 +0000) by Ryan Butler -dw's chansethelp patch - -doc/UPDATES1.3 -help/chaninfo.help -src/patch.h - -- - - - - - - - - - - - - - - -Commit d9aaaac (1999-07-21 15:36:53 +0000) by Ryan Butler -Guppy's chansharefix patch - -doc/UPDATES1.3 -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 75206eb (1999-07-20 21:13:16 +0000) by Matthew Hallacy - drummers.patch Modified Files: -src/modules.c src/patch.h src/tcl.c src/mod/module.h -src/mod/channels.mod/channels.c src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c src/mod/irc.mod/irc.h - -src/mod/channels.mod/channels.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/mod/module.h -src/modules.c -src/patch.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit b9b6c3d (1999-07-20 18:31:52 +0000) by Matthew Hallacy -*** empty log message *** - -Makefile - -- - - - - - - - - - - - - - - -Commit 044a8f0 (1999-07-20 18:23:28 +0000) by Matthew Hallacy - arthur2's share.patch - Modified Files: - src/mod/channels.mod/userchan.c src/mod/share.mod/share.c - -src/mod/channels.mod/userchan.c -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit 7c69046 (1999-07-20 18:20:41 +0000) by Matthew Hallacy - typo fix. Modified Files: src/mod/irc.mod/irc.c - -src/mod/irc.mod/irc.c - -- - - - - - - - - - - - - - - -Commit ecb5b85 (1999-07-20 18:16:58 +0000) by Matthew Hallacy - guppy's cleanup1-2.patch - Modified Files: - doc/UPDATES1.3 src/main.h src/patch.h src/tclegg.h - src/tclmisc.c src/mod/server.mod/server.c - -doc/UPDATES1.3 -src/mod/server.mod/server.c -src/patch.h -src/tclmisc.c - -- - - - - - - - - - - - - - - -Commit bf4b50c (1999-07-20 18:14:39 +0000) by Matthew Hallacy - guppy-tellverbose.patch - Modified Files: - Makefile doc/UPDATES1.3 src/chanprog.c src/cmds.c src/main.c - src/main.h src/patch.h src/proto.h src/tclegg.h - -Makefile -doc/UPDATES1.3 -src/chanprog.c -src/cmds.c -src/main.c -src/patch.h -src/proto.h - -- - - - - - - - - - - - - - - -Commit 8153eea (1999-07-20 18:08:31 +0000) by Matthew Hallacy - forgot the patch.h changes for sharemeuncleguppy.patch -Modified Files: patch.h - -src/patch.h - -- - - - - - - - - - - - - - - -Commit fb1acb7 (1999-07-20 18:04:30 +0000) by Matthew Hallacy - guppy's sharemeuncleguppy.patch, yay. Modified Files: -doc/UPDATES1.3 src/mod/share.mod/share.c - -doc/UPDATES1.3 -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit 4fd45a4 (1999-07-19 15:08:11 +0000) by Ryan Butler -arthur's usermode and cycle patches - -doc/UPDATES1.3 -src/mod/channels.mod/cmdschan.c -src/mod/irc.mod/mode.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 98c6ce4 (1999-07-18 22:28:21 +0000) by Ryan Butler -John's help bug, guppy's fix - -doc/UPDATES1.3 -src/misc.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2363654 (1999-07-17 17:37:14 +0000) by Matthew Hallacy - changes 'make dist' so that the Makefile it produces doesnt do a - make install, and added a default Makefile that runs ./configure - then make. - poptix : Modified Files: : Makefile.in configure -doc/UPDATES1.3 : Added Files: : Makefile - -Makefile -Makefile.in -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 8586456 (1999-07-17 17:15:20 +0000) by Matthew Hallacy -: "new2.diff" from Eule : Modified Files: : doc/UPDATES1.3 -src/patch.h src/mod/irc.mod/chan.c - -doc/UPDATES1.3 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit c204e50 (1999-07-17 16:58:11 +0000) by Ryan Butler -Eule's joinfloodkick patch - -doc/UPDATES1.3 -src/mod/irc.mod/chan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3148adf (1999-07-17 15:54:19 +0000) by arthur2 -newway.patch unixtime - -src/patch.h - -- - - - - - - - - - - - - - - -Commit af5f03d (1999-07-17 15:45:04 +0000) by arthur2 -newway patch - -doc/UPDATES1.3 -eggdrop.conf.dist -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/irc.h -src/mod/irc.mod/mode.c -src/mod/share.mod/share.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 3b11365 (1999-07-17 15:02:44 +0000) by arthur2 -Dude missing comment - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit bf642e4 (1999-07-16 20:46:39 +0000) by arthur2 -./eggdrop -m - -doc/UPDATES1.3 -language/core.english.lang -language/core.french.lang -language/core.german.lang - -- - - - - - - - - - - - - - - -Commit 803056b (1999-07-15 15:50:09 +0000) by Ryan Butler -Dude's Userinfo patch - -help/msg/userinfo.help -help/userinfo.help -scripts/userinfo1.0.tcl -src/patch.h - -- - - - - - - - - - - - - - - -Commit 2f01cea (1999-07-15 13:36:38 +0000) by Matthew Hallacy - from drummer : Modified Files: : TODO - -TODO - -- - - - - - - - - - - - - - - -Commit 46c1c5d (1999-07-14 21:18:18 +0000) by arthur2 -enforceban bug - -doc/UPDATES1.3 -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit bc56268 (1999-07-14 15:49:35 +0000) by arthur2 -dw commited patch - -TODO - -- - - - - - - - - - - - - - - -Commit 08d5e9e (1999-07-13 14:26:11 +0000) by Matthew Hallacy - Fixed some buffer overflows, fixed a duplication, moved text - to language file, fixed some cosmetic stuff. - -poptix - - Modified Files: - doc/UPDATES1.3 language/core.english.lang src/botcmd.c - src/cmds.c src/patch.h - -doc/UPDATES1.3 -language/core.english.lang -src/botcmd.c -src/cmds.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 647b01b (1999-07-13 00:33:05 +0000) by Matthew Hallacy -*** empty log message *** - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 54dac9c (1999-07-12 21:37:37 +0000) by Ryan Butler -patch for idle-kick misinformation by dw - -doc/UPDATES1.3 -help/chaninfo.help - -- - - - - - - - - - - - - - - -Commit b83b3cd (1999-07-12 21:20:22 +0000) by Ryan Butler -dw's config file patch - -doc/UPDATES1.3 -eggdrop.conf.dist - -- - - - - - - - - - - - - - - -Commit c2da005 (1999-07-12 15:31:16 +0000) by Matthew Hallacy - one rfc_casecmp() added, one strcasecmp() removed, small cpu - optimization. -poptix : Modified Files: : -doc/UPDATES1.3 src/mod/server.mod/servmsg.c - -doc/UPDATES1.3 -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit 39aef7e (1999-07-11 21:58:31 +0000) by Ryan Butler -Guppy's nickjupe stuff - -doc/UPDATES1.3 -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit 52a5a64 (1999-07-11 21:05:15 +0000) by arthur2 -typo inv invires/invites - -doc/UPDATES1.3 -src/mod/channels.mod/cmdschan.c - -- - - - - - - - - - - - - - - -Commit 320bf8a (1999-07-11 15:01:57 +0000) by Matthew Hallacy - bug reporting TCL script -: Added Files: -: bugreport.tcl - -scripts/bugreport.tcl - -- - - - - - - - - - - - - - - -Commit 418fac1 (1999-07-11 14:57:39 +0000) by Matthew Hallacy - dw's default_chansets2.patch - Modified Files: - eggdrop.conf.dist doc/UPDATES1.3 src/patch.h - src/mod/channels.mod/channels.c src/mod/channels.mod/tclchan.c - -doc/UPDATES1.3 -eggdrop.conf.dist -src/mod/channels.mod/channels.c -src/mod/channels.mod/tclchan.c -src/patch.h - -- - - - - - - - - - - - - - - -Commit 0ae5569 (1999-07-09 19:57:39 +0000) by Matthew Hallacy - Now has the patch +CVS Modified Files: src/patch.h - - -src/patch.h - -- - - - - - - - - - - - - - - -Commit 84fe626 (1999-07-09 01:43:27 +0000) by Matthew Hallacy - guppy's fix of the sharing problems. : Modified Files: : -doc/UPDATES1.3 src/mod/share.mod/share.c - -doc/UPDATES1.3 -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit cafb728 (1999-07-06 18:47:30 +0000) by Matthew Hallacy -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 3ba8a37 (1999-07-06 15:52:29 +0000) by Matthew Hallacy -removal of bad(?) patch by jason, maybe i shouldnt be touching the ircnet -stuff :) -: Modified Files: -: src/mod/irc.mod/chan.c - -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit f284a17 (1999-07-06 14:59:28 +0000) by Matthew Hallacy - Jason's patch, chanflood.patch -: Modified Files: -: doc/UPDATES1.3 src/mod/irc.mod/chan.c - -doc/UPDATES1.3 -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit 60a5010 (1999-07-06 14:05:55 +0000) by Matthew Hallacy - cantsay.patch by drummer : Modified Files: : -doc/UPDATES1.3 src/mod/irc.mod/cmdsirc.c - -doc/UPDATES1.3 -src/mod/irc.mod/cmdsirc.c - -- - - - - - - - - - - - - - - -Commit d38bb80 (1999-07-05 17:28:01 +0000) by Matthew Hallacy -*** empty log message *** - -TODO - -- - - - - - - - - - - - - - - -Commit fa1268a (1999-07-05 04:29:18 +0000) by Matthew Hallacy -makes it so you can use the %s for the channel in the language files for -some common things (invite only channel, full channel, banned from channel, -etc) -: Modified Files: -: doc/UPDATES1.3 language/core.english.lang -: language/core.french.lang language/core.german.lang src/net.c -: src/mod/irc.mod/chan.c - -language/core.english.lang -language/core.french.lang -language/core.german.lang -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit e78f861 (1999-07-04 15:42:19 +0000) by Ryan Butler -Poptix's unresolved host patch. - -doc/UPDATES1.3 -src/net.c - -- - - - - - - - - - - - - - - -Commit b795c39 (1999-07-04 14:51:50 +0000) by Matthew Hallacy -: ---------------------------------------------------------------------- -The rest of eggdrop1.3.27+dude-language1-2.patch --poptix : Modified Files: : language/core.french.lang -language/core.german.lang : ----------------------------------------------------------------------- - -language/core.french.lang -language/core.german.lang - -- - - - - - - - - - - - - - - -Commit 0c361c2 (1999-07-04 14:46:04 +0000) by Matthew Hallacy -: ---------------------------------------------------------------------- -0x660 language file fixes for all language files, reported by dude, -fixed by poptix/dude -: Modified Files: -: doc/UPDATES1.3 language/core.english.lang -: src/mod/irc.mod/chan.c -: ---------------------------------------------------------------------- - -doc/UPDATES1.3 -language/core.english.lang -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit 479148a (1999-07-02 02:57:46 +0000) by Jeff Fisher -*** empty log message *** - -eggdrop.conf.dist - -- - - - - - - - - - - - - - - -Commit cd5fe6b (1999-07-02 01:22:34 +0000) by Jeff Fisher -more patches - -configure -configure.in -doc/UPDATES1.3 -eggdrop.conf.dist -language/core.english.lang -language/core.french.lang -language/core.german.lang -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/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit 0bef4bb (1999-06-30 15:04:23 +0000) by arthur2 -exempts bug - -src/mod/channels.mod/cmdschan.c - -- - - - - - - - - - - - - - - -Commit 96f5c0f (1999-06-30 11:53:07 +0000) by arthur2 -recycle.patch - -doc/UPDATES1.3 -src/mod/irc.mod/irc.c -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit d659af2 (1999-06-30 11:38:02 +0000) by arthur2 -|| -> 42145 for Invites - -src/mod/channels.mod/userchan.c - -- - - - - - - - - - - - - - - -Commit 276d163 (1999-06-29 09:28:00 +0000) by arthur2 -shareout channels.mod Inv - -src/mod/channels.mod/userchan.c - -- - - - - - - - - - - - - - - -Commit a48052a (1999-06-29 09:06:30 +0000) by arthur2 -share_mns_exempt/invite fix - -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit 91d495b (1999-06-29 09:03:31 +0000) by arthur2 -I/i troubles in share.mod - -src/mod/share.mod/share.c - -- - - - - - - - - - - - - - - -Commit c696b98 (1999-06-29 08:53:51 +0000) by arthur2 -% and & added to BADNICKCHARS - -doc/UPDATES1.3 -src/cmds.c -src/users.c - -- - - - - - - - - - - - - - - -Commit 867f9e5 (1999-06-29 08:26:26 +0000) by arthur2 -bug.patch for +e/+I modes - -src/mod/channels.mod/channels.h -src/mod/channels.mod/cmdschan.c - -- - - - - - - - - - - - - - - -Commit 0703c66 (1999-06-29 02:11:39 +0000) by Jeff Fisher -reverting - -configure -configure.in -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 4a960ef (1999-06-28 11:19:45 +0000) by arthur2 -exempt/invite patch - -TODO -doc/UPDATES1.3 -help/channels.help -language/core.english.lang -src/chan.h -src/lang.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/irc.mod/chan.c -src/mod/irc.mod/irc.c -src/mod/irc.mod/mode.c -src/mod/module.h -src/mod/share.mod/share.c -src/modules.c -src/proto.h -src/tcl.c -src/userrec.c -src/users.c -src/users.h - -- - - - - - - - - - - - - - - -Commit a3559eb (1999-06-28 11:18:07 +0000) by arthur2 -exempt/invite patch - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 9b60893 (1999-06-27 22:23:06 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 -src/botmsg.c - -- - - - - - - - - - - - - - - -Commit b797e27 (1999-06-27 21:58:29 +0000) by Jeff Fisher -oops - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 9e8ff6b (1999-06-27 21:57:23 +0000) by Jeff Fisher -Mixter's configure shit - -configure -configure.in -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 6ea83e2 (1999-06-27 21:36:55 +0000) by Jeff Fisher -*** empty log message *** - -TODO - -- - - - - - - - - - - - - - - -Commit 6948d3c (1999-06-27 21:02:38 +0000) by Jeff Fisher -*** empty log message *** - -src/botcmd.c - -- - - - - - - - - - - - - - - -Commit 6f77552 (1999-06-27 20:37:25 +0000) by Jeff Fisher -A whole bunch of drummer patches - -doc/UPDATES1.3 -scripts/action.fix.tcl -src/chanprog.c -src/flags.h -src/main.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/mod/channels.mod/userchan.c -src/mod/irc.mod/chan.c -src/mod/irc.mod/cmdsirc.c -src/mod/irc.mod/msgcmds.c -src/mod/share.mod/share.c -src/net.c -src/tcl.c -src/tclmisc.c -src/tcluser.c -src/userent.c -src/userrec.c - -- - - - - - - - - - - - - - - -Commit 22d316a (1999-06-27 19:10:54 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 -src/chanprog.c -src/mod/irc.mod/msgcmds.c - -- - - - - - - - - - - - - - - -Commit 6b970d9 (1999-06-27 17:39:55 +0000) by arthur2 -arthur2's protectfriend bug - -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit fbcb46d (1999-06-27 17:26:43 +0000) by Jeff Fisher -*** empty log message *** - -configure -configure.in -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 09dc635 (1999-06-27 07:10:05 +0000) by Jeff Fisher -*** empty log message *** - -src/mod/irc.mod/msgcmds.c - -- - - - - - - - - - - - - - - -Commit 262439b (1999-06-27 06:59:53 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 -src/mod/irc.mod/chan.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 - -- - - - - - - - - - - - - - - -Commit 08b3292 (1999-06-27 06:39:15 +0000) by Jeff Fisher -*** empty log message *** - -README -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 741f12a (1999-06-26 23:49:43 +0000) by Jeff Fisher -*** empty log message *** - -README -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 5ba5b57 (1999-06-26 18:21:53 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 0ba887a (1999-06-26 18:20:51 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit a277b28 (1999-06-26 18:19:16 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit e82ef7e (1999-06-26 18:07:59 +0000) by Jeff Fisher -*** empty log message *** - -README -doc/UPDATES1.3 -doc/tcl-commands.doc -eggdrop.conf.dist - -- - - - - - - - - - - - - - - -Commit a8cdd32 (1999-06-25 18:32:44 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 -eggdrop.conf.dist -src/main.c - -- - - - - - - - - - - - - - - -Commit e43e02d (1999-06-25 18:28:04 +0000) by Jeff Fisher -*** empty log message *** - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit e2e86f9 (1999-06-25 18:04:16 +0000) by Jeff Fisher -*** empty log message *** - -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit f40d023 (1999-06-25 15:41:32 +0000) by Ryan Butler -Arthur's patch for a +protectfriends option - -doc/UPDATES1.3 -eggdrop.conf.dist -help/chaninfo.help -src/chan.h -src/mod/channels.mod/channels.c -src/mod/channels.mod/cmdschan.c -src/mod/channels.mod/tclchan.c -src/mod/irc.mod/mode.c - -- - - - - - - - - - - - - - - -Commit a68f1ab (1999-06-25 04:53:59 +0000) by Jeff Fisher -*** empty log message *** - -src/dcc.c - -- - - - - - - - - - - - - - - -Commit 65c1e97 (1999-06-25 04:51:50 +0000) by Ryan Butler -Minor fix to clearqueue stuff - -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit 974ed9c (1999-06-25 04:38:05 +0000) by Ryan Butler -Guppy's fix for nickregian stuff (more of it anyhow) - -doc/UPDATES1.3 -src/mod/irc.mod/chan.c -src/mod/server.mod/server.c -src/mod/server.mod/servmsg.c - -- - - - - - - - - - - - - - - -Commit d2405e3 (1999-06-25 02:29:54 +0000) by Ryan Butler -Typo... me... - -doc/UPDATES1.3 - -- - - - - - - - - - - - - - - -Commit 8ff7622 (1999-06-24 21:28:35 +0000) by Ryan Butler -Tothwolf/^PRS4^ patch to fix the ban/kick bug reported on eggdev@ - -doc/UPDATES1.3 -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit 3879d11 (1999-06-24 21:06:08 +0000) by Ryan Butler -drummer's patch to fix the killdcc bug - -doc/UPDATES1.3 -src/dcc.c -src/dccutil.c - -- - - - - - - - - - - - - - - -Commit 35b05e8 (1999-06-24 20:41:06 +0000) by Ryan Butler -Small fixes to bugs in Fabian's telnet-banner patch - -eggdrop.conf.dist -src/misc.c - -- - - - - - - - - - - - - - - -Commit 29a0d45 (1999-06-24 19:54:57 +0000) by Ryan Butler -Patch by Fabian to allow a customizable (by file) telnet banner handled -similarly to motd - -doc/UPDATES1.3 -eggdrop.conf.dist -src/dcc.c -src/misc.c -src/proto.h -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 4fb7a71 (1999-06-24 19:23:32 +0000) by Ryan Butler -Ernst patches to fix bugs in autobotchk and userinfo1.0 - -doc/UPDATES1.3 -scripts/autobotchk -scripts/userinfo1.0.tcl - -- - - - - - - - - - - - - - - -Commit c09fec7 (1999-06-24 19:12:00 +0000) by Ryan Butler -Fixes a missed ! which caused the bot to push JOIN for inactive channels - -src/mod/irc.mod/chan.c - -- - - - - - - - - - - - - - - -Commit 2bcf3ca (1999-06-24 19:05:53 +0000) by Ryan Butler -This patch makes it so that if a user starts the bot with the -m option and -the userfile already exists, it will warn them to drop the -m but continue -loading anyhow, should cut down on newbie confusion. Also makes some -cosmetic english.lang changes - -doc/UPDATES1.3 -language/core.english.lang -src/chanprog.c - -- - - - - - - - - - - - - - - -Commit 78795f7 (1999-06-24 15:34:13 +0000) by Ryan Butler -This patch fixes the problem of users with +f still being ignored in the -case of a telnet flood. Patch sent by dw, manually applied by SegFault. - -TODO -doc/UPDATES1.3 -eggdrop.conf.dist -src/dcc.c -src/tcl.c - -- - - - - - - - - - - - - - - -Commit 99aa3bd (1999-06-24 14:42:02 +0000) by Ryan Butler -Drummer's TODO patch specifying his work on TODO 49 - -TODO - -- - - - - - - - - - - - - - - -Commit a84c4f6 (1999-06-24 01:42:50 +0000) by Ryan Butler -This is a patch sent in by G`Quann to add the tcl commands queuesize and -clearqueue. It also adds the dcc command clearqueue and support for -double-queue. See the related help files for more info. - -doc/UPDATES1.3 -doc/tcl-commands.doc -eggdrop.conf.dist -help/core.help -help/server.help -src/mod/server.mod/cmdsserv.c -src/mod/server.mod/server.c - -- - - - - - - - - - - - - - - -Commit a44b222 (1999-06-23 20:26:53 +0000) by Ryan Butler -TODO updated to reflect item #4. Also first test to make sure commits -take. - -TODO - -- - - - - - - - - - - - - - - -Commit c484371 (1999-06-23 19:51:37 +0000) by Ryan Butler -*** empty log message *** - -CONTENTS -COPYING -FEATURES -INSTALL -Makefile.in -NEWTO1.3.0 -README -TODO -config.h.in -configure -configure.in -doc/BOTNET -doc/CONTENTS -doc/KNOWN-PROBLEMS -doc/MODULES -doc/Ode_To_Beldin -doc/UPDATES1.3 -doc/compiling.FAQ -doc/eggdrop.doc -doc/man1/eggdrop.1 -doc/patch.howto -doc/tcl-commands.doc -doc/tricks -eggdrop.conf.dist -help/assoc.help -help/chaninfo.help -help/channels.help -help/cmds1.help -help/cmds2.help -help/console.help -help/core.help -help/filesys.help -help/irc.help -help/msg/irc.help -help/msg/notes.help -help/msg/seen.help -help/msg/userinfo.help -help/notes.help -help/seen.help -help/server.help -help/set/channels.help -help/set/cmds1.help -help/set/cmds2.help -help/set/console.help -help/set/ctcp.help -help/set/filesys.help -help/set/irc.help -help/set/notes.help -help/set/server.help -help/set/transfer.help -help/share.help -help/userinfo.help -language/core.english.lang -language/core.french.lang -language/core.german.lang -motd -scripts/CONTENTS -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/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/mod/Makefile -src/mod/Makefile.generic -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/buildstatic -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/module.h -src/mod/modvals.h -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 -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 - -- - - - - - - - - - - - - - - -Commit 56d63e1 (1999-06-23 19:51:23 +0000) by Ryan Butler -Eggdrop 1.3.28 CVS Code - -- - - - - - - - - - - - - - - -Commit 7cf03c1 (1999-06-23 19:51:23 +0000) by Ryan Butler -*** empty log message *** - -.gitignore -doc/UPDATES.pre1.3 -lush.h.in diff --git a/ChangeLog.gz b/ChangeLog.gz new file mode 100644 index 0000000000000000000000000000000000000000..4a7abc9d292a6e4e17dc581cdc5bdc5826d68ff9 GIT binary patch literal 139180 zcmV)AK*YZviwFQJS=d+r1MEC&bK5wQpGUs}m)+VVbCyg}Z&l4!IkuCy#*dsW&)nV4 zmJ1|7iDQc75TqStYybOo1AKtuL$s6KnyGUtwh43tXaJ2yqtT6izwKY|IM{65m<;FE zWIEBv8$;8leQns+3}R@Dp}rW7Nnaal+FN37$p;pYUhj0ZvZEj*5Bgv>(8)FP80Cx{ zQ{Q%N8Z%<_dKcf>fpxf!H{Kx)Lk19w@k7Urc--e!GaEsxBN?EZ$Ys#sPKv6H~!hm`ZcY6hEL@aVXF-Hc(asqZtd zr3ow8gc0Md7(Nd?)`k$ZL1QayhT48h%Z}?YzHLFMpV0ywwG7@SuoI}h8NmD!hKgT%X6(^NxJ`hQ&#E=+NKx;&iJi zP4C5v7`1D7JGG)|(L$<8tAJ6nLmhe?Q##s}{l;uDoK$50Z73xCF-WTwI}cVU>6Jvc79DLi8BS(Oi$kIr3vIp_ z&B%XhdfMW09c(BkH`HbkG<}`;geGwi2LTKpHVpF4aaX_(Y1cte6jD+qst72@%CL@9 zTe`uf`nZN_7^h~c*(P{k#Aar)BCs+-SR6<@wYs3 znT+v_4ox~#$e0jgxEN1CE2@x@X+pT!{`>VHeL7(yQ?Da+S|RlV^I3$G3RA+#qZ_Z~ zgl5W3W?%Vqv^@UU|9JKD@+!?)p8of;e{=ipW_h-}U7lTC-n^(3FDk{0O7Wsnyr>l4 zN~H+QUzrv2f$KlCTWFMQITpY2uiSU->0~lwf+Pc`Dy>d?b*p`n#V)vz~?(2B$35xr8;aTwYb>8Al%l%b|$i^iuwta z*zNna>{R2{U4Wl%GqW{gqIH~yd^gYaKvhM1hI$CPgyFDxxpf0uA6Cr~@EdpMz#$u# zTZcY-RFsHHRyP6+%bXibRc59{6DGqpqt20S6I=(rFyH_iu9$C$zDvWDAg0LctSlRJ zJYuv$%y==<+lkp}FeNG1ybh1ke4$kX*^w(KJ$f#sx-%vxtOH^)i=v^-jbC#V3|lmtIf+LQ3HEMLAn?5{5o+Dwd1|>eoa@su zE%j5=7ut9+)GPe?JxS$MBn@S-jzg*Pauy5805sASD-ct;4+UVehe=>Kam5n;o}2{! zYoJ0*PA>jn2$U8MUD3Q_Rue_*;S+O~x0PqqdZCk&3C(lFD4t zvf|Plg|u|YFX%l(#)EC9^SINoKAk(Iao1toN623dyThKrd_FPbu|ApDDie%}p)U+L zB36lkxdpDwC;S067eZ}Yq*CB(AExRxQWr^+x&V6YfqBGVPAayYf-C@N_mxqgfK1>hefOWM?umYkdu-IPZ!nc0ACrgh7Ah1t#^# z11;#0_b8&@1uFo}D8)o$3h!h?li}=)1B@^>3W!NzSdaebP180eS7|6c7JwMOs&A3XY@aP8e zs=Lxc9orsKMWxq=xL;`#skD?u{ZABh!FWqRtM&qa)%O`gnTwK_Sg@1({UjuR0mTvJ z{TmBp6b$W_m=Oh?@h$Fm%fRPYoNwSnFA)zw?7@-R2T|uGP|uoK_mBx|4e&2e&UwKK zci}spI8cJv%AHAm1>U195)$UF)92>nKQ8ARa9c_Z;MUev8Tj(1SSP z?iYsIP^$ESUh@#RHjopt*cFHg1?Q!4TyT_*PjOl55J>YP!U(g?KB{5i7%aci}fT?YXTh7f!H| zfbbjZ3w>G7cu+8h>^kHZs>wjn+Rv{(+?|}hyZs>5HcVm#V$`yJ z*6$`y*dTWI0aaewCNemUTLr3Z4m%0Dk|-#tD`mm(#MNt0^vReR<<+a9KB$cw%_&^=}d{ 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

0GNSgDV>Dv);@m(h(w;k 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 z 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 LQ#R@p089%2`z*YU literal 0 HcmV?d00001 From da4e6115f26c1ca6ae4ec30e8a4cb78bdcbe80b4 Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 26 Mar 2017 20:17:49 -0400 Subject: [PATCH 19/19] Eggdrop v1.8.1 *STABLE* release --- 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/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/index.html | 2 +- doc/html/installAndSetup/faq.html | 2 +- doc/html/installAndSetup/index.html | 2 +- doc/html/installAndSetup/install.html | 2 +- doc/html/installAndSetup/readme.html | 2 +- doc/html/mainDocs/about.html | 2 +- doc/html/mainDocs/bans.html | 2 +- doc/html/mainDocs/botnet.html | 2 +- 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/search.html | 2 +- src/version.h | 3 +-- 43 files changed, 43 insertions(+), 44 deletions(-) diff --git a/doc/html/appendices/first-script.html b/doc/html/appendices/first-script.html index 9c64fc69b..3990f144d 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 de2ab30cf..9c59ca158 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 c024e88ab..47c61a21e 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 b557a1c8d..4e6ce9077 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 2ef8f90ef..905f882d4 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 bf2f77c34..16d4d664b 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/coreDocs/assoc.html b/doc/html/coreDocs/assoc.html index 8ebed701d..8056a558d 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 bcb6f353a..738e77038 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 e561d9f6c..9bcb9a902 100644 --- a/doc/html/coreDocs/channels.html +++ b/doc/html/coreDocs/channels.html @@ -528,7 +528,7 @@

Search

diff --git a/doc/html/coreDocs/compress.html b/doc/html/coreDocs/compress.html index f58064486..91031603c 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 141a059db..170e56f82 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 67cd80005..521b41ab8 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 5f57368bf..9fa1cd6c7 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 636555153..e9089a46b 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 352b90790..c45cad4d9 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 14d59ed64..3ed358aaa 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 382d8af74..9bc0c2652 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 20d1dd953..722a463ee 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 75f2d9bd0..045056f98 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 afb97ae6f..6e3c2706f 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 fa24514cb..1d378b89d 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 463410edf..dad60c5d3 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 d4f7973f1..13da1cd0b 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 b9df112ef..ec0de4a73 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 2330038eb..7a3b2e079 100644 --- a/doc/html/coreDocs/woobie.html +++ b/doc/html/coreDocs/woobie.html @@ -148,7 +148,7 @@

Search

diff --git a/doc/html/index.html b/doc/html/index.html index 236bd4658..e8120d95c 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -196,7 +196,7 @@

Search

diff --git a/doc/html/installAndSetup/faq.html b/doc/html/installAndSetup/faq.html index 278a7bcb3..f57f3835f 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 41b6f5b1b..b563632f8 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 8b448ac0f..8e65a4ebe 100644 --- a/doc/html/installAndSetup/install.html +++ b/doc/html/installAndSetup/install.html @@ -336,7 +336,7 @@

Search

diff --git a/doc/html/installAndSetup/readme.html b/doc/html/installAndSetup/readme.html index 8e5cfb7a6..301736a7d 100644 --- a/doc/html/installAndSetup/readme.html +++ b/doc/html/installAndSetup/readme.html @@ -479,7 +479,7 @@

Search

diff --git a/doc/html/mainDocs/about.html b/doc/html/mainDocs/about.html index e738960c2..dea4d40b4 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 45366906f..ecf6fa894 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 636e90bc1..91935be8a 100644 --- a/doc/html/mainDocs/botnet.html +++ b/doc/html/mainDocs/botnet.html @@ -400,7 +400,7 @@

Search

diff --git a/doc/html/mainDocs/features.html b/doc/html/mainDocs/features.html index d312f7e7d..d3cd50ea5 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 a9762e83d..a091d4fbb 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 54a7ef22a..0200e70b2 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 290a2e868..0bf89c8b5 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 d2357489e..35b2b76bd 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 fabe7ebdd..23c5d884f 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 8fd08e905..462d491c0 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 596fd4d5d..5b35fcbe8 100644 --- a/doc/html/mainDocs/users.html +++ b/doc/html/mainDocs/users.html @@ -276,7 +276,7 @@

Search

diff --git a/doc/html/search.html b/doc/html/search.html index 7be210194..a50d9d4e2 100644 --- a/doc/html/search.html +++ b/doc/html/search.html @@ -154,7 +154,7 @@

Search

diff --git a/src/version.h b/src/version.h index 1862c1468..f953bd685 100644 --- a/src/version.h +++ b/src/version.h @@ -27,5 +27,4 @@ */ #define EGG_STRINGVER "1.8.1" -#define EGG_NUMVER 1080102 -#define EGG_PATCH "RC2" +#define EGG_NUMVER 1080103