2011-10-25 10:45  thommey

	* THANKS, doc/Changes1.6, src/patch.h, src/mod/server.mod/server.c:
	  Added missing read trace flag to the nick-len variable trace
	  after being unset to make the trace be removed properly on
	  unload.

2011-10-02 14:51  pseudo

	* doc/: ABOUT, COMPILE-GUIDE, Changes1.6, html/about.html,
	  html/compiling.html: Updated instructions for compilation under
	  Cygwin. Updated space requirements a bit.

2011-10-02 14:11  pseudo

	* doc/Changes1.6, src/patch.h, src/mod/share.mod/share.c: Fixed an
	  ancient bug resulting in sending uninitialized strings when
	  sharing bot addresses.

2011-10-02 12:25  pseudo

	* THANKS, doc/Changes1.6, src/patch.h,
	  src/mod/channels.mod/cmdschan.c: 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.

2011-10-02 12:21  pseudo

	* doc/Changes1.6, src/dcc.c, src/patch.h: Made dcc_telnet_new()
	  allow non-latin characters in new handles like other handle
	  validation functions.

2011-10-02 11:34  pseudo

	* aclocal.m4, configure, doc/Changes1.6, src/patch.h: Removed
	  -mwin32 on Windows. It's no longer necessary and causes problems
	  with Cygwin 1.7.

2011-09-23 14:31  thommey

	* THANKS, aclocal.m4, config.h.in, configure, eggdrop.conf,
	  doc/Changes1.6, doc/html/mod-channels.html, src/bg.c,
	  src/chanprog.c, src/main.c, src/mod/Makefile.in,
	  src/mod/channels.mod/help/chaninfo.help,
	  src/mod/channels.mod/help/channels.help,
	  src/mod/compress.mod/configure, src/mod/dns.mod/configure:
	  backport some 1.8 changes

2011-09-19 08:38  thommey

	* doc/: Changes1.6, html/tcl-commands.html: backport 1.8 docfix in
	  the html tcl-commands for bind cron

2011-09-09 15:37  thommey

	* doc/Changes1.6, src/patch.h, src/tcl.c: Fixed a bug in the
	  mainloop for Tcl threads which is now also being used as
	  vwait/update recursion mainloop.

2011-08-15 12:16  thommey

	* THANKS, doc/Changes1.6, src/mem.c: Removed debug output
	  accidentally checked in.

2011-08-13 16:44  pseudo

	* doc/: Changes1.6, html/tcl-commands.html: Fixed a typo in the
	  html documentation.

2011-08-08 17:45  pseudo

	* doc/Changes1.6, help/cmds2.help: Fixed the .match command help.

2011-08-08 16:37  pseudo

	* doc/Changes1.6, src/patch.h, src/mod/dns.mod/dns.c: Fixed a bug
	  in the backported dns-settings patch where dns_change() would
	  call iptostr() with inappropriate argument.

2011-07-31 14:15  thommey

	* doc/Changes1.6, src/patch.h, src/tcl.c, src/tclhash.h: Partially
	  revert changes to vwait/update.

2011-07-20 04:54  thommey

	* config.h.in, configure, doc/Changes1.6: Ran autotools.

2011-07-20 04:54  thommey

	* aclocal.m4, doc/Changes1.6: More AC_LANG_* usage.

2011-07-20 04:50  thommey

	* aclocal.m4, configure.ac, doc/Changes1.6, src/patch.h,
	  src/mod/channels.mod/channels.c: Work around Tcl8.5.10 bug
	  3371644. Use the autoconf macros AC_LANG_PROGRAM/AC_LANG_SOURCE.

2011-07-09 09:07  thommey

	* THANKS, aclocal.m4, config.h.in, configure.ac, eggdrop.conf,
	  doc/COMPILE-GUIDE, doc/Changes1.6, doc/PATCH-HOWTO,
	  doc/TEXT-SUBSTITUTIONS, doc/Versions, doc/tcl-commands.doc,
	  doc/html/app-textsub.html, doc/html/compiling.html,
	  doc/html/patch-howto.html, doc/html/tcl-commands.html,
	  src/Makefile.in, src/dns.c, src/eggdrop.h, 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/tcl.c, src/tclegg.h, src/tclhash.c,
	  src/compat/Makefile.in, src/compat/compat.h, src/compat/strdup.c,
	  src/compat/strdup.h, src/md5/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/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.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: Backport changes from 1.8. Set
	  eggdrop version to 1.6.21.

2011-04-01 06:22  pseudo

	* doc/Changes1.6, src/patch.h, src/mod/channels.mod/udefchan.c:
	  Fixed getudef() to return intptr_t instead of int to prevent
	  crashes on 64-bit systems.  Backport of the 1.8 patch.

2011-04-01 06:10  pseudo

	* aclocal.m4, config.h.in, configure, doc/Changes1.6,
	  src/eggdrop.h, src/patch.h, src/mod/dns.mod/configure,
	  src/mod/dns.mod/configure.ac: Fixed dns.mod on QNX6/Mac OS
	  X/Solaris. Rewrote dns.mod's autoconf checks to detect the
	  resolver library properly on Darwin/Solaris/QNX6.  Backport of
	  the 1.8 patch.

2011-04-01 05:59  pseudo

	* eggdrop.conf, doc/Changes1.6, doc/html/mod-dns.html,
	  doc/settings/mod.dns, src/patch.h, src/mod/dns.mod/coredns.c,
	  src/mod/dns.mod/dns.c: Replaced most dns.mod preprocessor
	  definitions with config variables. Added support for
	  user-specified dns servers and non-standard ports. Backport of
	  the 1.8 patch.

2011-02-13 08:19  simple

	* 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/KNOWN-PROBLEMS, doc/MODULES, doc/PARTYLINE,
	  doc/PATCH-HOWTO, doc/TEXT-SUBSTITUTIONS, doc/TRICKS, doc/USERS,
	  doc/Versions, 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-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, 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:
	  Freshened Copyrights to 2011

2010-07-12 10:18  thommey

	* 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.

2010-07-12 09:40  thommey

	* 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.

	  Make sure traces are looked up in the global scope.

	  Give eggdrop events priority over Tcl events so they can't starve
	  it.

2010-07-10 08:54  pseudo

	* src/mod/channels.mod/: channels.c, channels.h, cmdschan.c,
	  tclchan.c: Channels weren't read from the chanfile.

2010-07-09 17:29  pseudo

	* 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.

2010-07-09 11:21  pseudo

	* doc/: Changes1.6, html/index.html: Added mod-transfer.html to
	  index.html

2010-07-09 09:33  thommey

	* 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.

2010-07-08 13:23  pseudo

	* 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.

2010-07-07 15:05  thommey

	* doc/Changes1.6, src/main.c: Restore socket_cleanup functionality,
	  was broken by the notifier patch.

2010-07-07 10:25  thommey

	* doc/Changes1.6, src/main.c, src/patch.h: Fixed detection of
	  eggdrop already running on startup.

2010-07-05 06:07  pseudo

	* 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.

2010-07-02 15:56  pseudo

	* 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

2010-07-02 09:41  pseudo

	* THANKS, doc/Changes1.6: Added few contributors to the THANKS file

2010-07-01 13:02  thommey

	* AUTHORS, doc/Changes1.6: Added CVE references to the Changes
	  file, added simple to AUTHORS

2010-07-01 12:09  thommey

	* AUTHORS, THANKS: More anticipation of the (usually automatically
	  generated) THANKS and AUTHORS file

2010-07-01 12:05  thommey

	* THANKS: Fixed some stuff in the THANKS file. I know this should
	  be autogenerated, but manual fixing is better than no fixing.

2010-07-01 10:10  thommey

	* 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

2010-06-30 15:12  thommey

	* 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.

2010-06-29 09:52  thommey

	* 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.

2010-06-28 15:13  thommey

	* 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.

2010-06-26 14:26  pseudo

	* 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.

2010-06-17 14:44  simple

	* THANKS: Added 'simple' and 'rfc' to the THANKS file

2010-03-24 07:14  pseudo

	* 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.

2010-03-23 09:25  pseudo

	* 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.

2010-03-21 14:41  pseudo

	* doc/Changes1.6, src/patch.h, src/tclhash.c: Fixed a crash when
	  restarting, related to bind log.

2010-03-18 09:19  pseudo

	* 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.

2010-03-14 12:34  pseudo

	* 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.

2010-03-14 12:30  pseudo

	* doc/Changes1.6, src/patch.h, src/mod/uptime.mod/uptime.c: Added
	  Brian Greenberg's patch to randomize the uptime update interval.

2010-03-14 12:21  pseudo

	* 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.

2010-03-13 16:49  pseudo

	* doc/: Changes1.6, html/mod-transfer.html: Added missing
	  mod-transfer.html. Thanks to mike.ds

2010-03-08 14:52  pseudo

	* 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.

2010-03-08 10:01  thommey

	* doc/Changes1.6, src/cmds.c: Fixed a bug in checking user
	  priviledges for .chaddr on sharebots.

2010-03-08 05:18  pseudo

	* 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.

2010-02-20 12:33  pseudo

	* doc/Changes1.6, src/main.c, src/patch.h: Removed some
	  CYGWIN_HACKS that aren't needed anymore.

2010-02-18 07:11  pseudo

	* 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"

2010-02-18 07:03  pseudo

	* 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().

2010-02-18 03:52  pseudo

	* 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.

	  Fixes Bugzilla Bug # 485 "64-bit eggdrop builds crash on some
	  systems"

2010-02-09 08:51  thommey

	* 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.

2010-02-07 11:21  pseudo

	* 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.

2010-02-06 03:20  pseudo

	* 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.

2010-02-04 07:56  simple

	* src/eggdrop.h: Fixed a small spelling mistake, and some caps
	  consistency.

2010-02-03 02:58  pseudo

	* 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.

2010-01-26 03:39  pseudo

	* eggdrop.conf, doc/Changes1.6, src/eggdrop.h: Fixed the STRIP_ALL
	  flag used with strip_mirc_codes() to actually work.

2010-01-25 21:12  tothwolf

	* 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.

	  Replaced EGG_TCL_ENABLE_THREADS and EGG_TCL_CHECK_THREADS
	  autoconf macros with EGG_TCL_CHECK_GETCURRENTTHREAD.

2010-01-25 14:11  pseudo

	* 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.

2010-01-23 12:34  tothwolf

	* 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.

	  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

2009-11-15 07:10  pseudo

	* 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 <string>"' 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 <number> 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
	  <number> now works for channel bans.	  * -ban <number> 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> 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
	  <uwe@thetaphi.de>)

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!! <g>

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 <pass> 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 <g>

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 <g>

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 <g>

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] <Eggdrop> [03:43] Ignore ch DCCDIR from Eggdrop (unknown
	  type) [20:42] <Eggdrop> [03:43] Ignore ch DCCDIR from Eggdrop
	  (unknown type) [20:42] <Eggdrop> [03:43] Ignore ch DCCDIR from
	  Eggdrop (unknown type) [20:42] <Eggdrop> [03:43] Ignore ch DCCDIR
	  from Eggdrop (unknown type) [20:42] <Eggdrop> [03:43] Ignore ch
	  DCCDIR from Eggdrop (unknown type) [20:42] <Eggdrop> [03:43]
	  Ignore ch DCCDIR from Eggdrop (unknown type) [20:42] <Eggdrop>
	  [03:43] Ignore ch DCCDIR from Eggdrop (unknown type) [20:42]
	  <Eggdrop> [03:43] Ignore ch DCCDIR from Eggdrop (unknown type)
	  [20:42] <Eggdrop> [03:43] Ignore ch DCCDIR from Eggdrop (unknown
	  type) [20:42] <Eggdrop> [03:43] Ignore ch DCCDIR from Eggdrop
	  (unknown type)

	  (<Eggdrop> 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 <g>
	  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 <g> 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 <g>

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 <g> .. 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 <g>

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
	  <g>

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 <g>

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 <g> 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 <pid> 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 <g>

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? <g>)

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, <g>, 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: <fabian>
	  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: <fabian> Eule's remove_channel
	  patch

2000-08-27 12:52  fabian

	* doc/UPDATES1.5, src/patch.h, src/userrec.c: <fabian>
	  userfile_disappear patch.

2000-08-26 10:07  fabian

	* doc/UPDATES1.5, src/misc.c, src/patch.h: <fabian> splitc crash
	  fix, suggested by blaster.

2000-08-25 07:15  fabian

	* doc/UPDATES1.5, src/patch.h, src/mod/channels.mod/cmdschan.c:
	  <fabian> 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:
	  <Fabian> 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: <Fabian>
	  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)

