2007-11-05 18:05  sven

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/partyline.c, modules/botnet/botnet.c,
	  modules/dccparty/dccparty.c, modules/ircparty/ircparty.c,
	  modules/oldbotnet/events.c, modules/oldbotnet/oldbotnet.c,
	  modules/telnetparty/telnetparty.c, src/main.c:  * Added a new
	  socketfilter that provides a per socket timer for easy
	     implementation of various timeouts.
	   * All sockets that expect user logins now have a 60 second
	  timeout for
	     the user to supply a valid login.
	   * All botnet sockets now have a 30 second timeout for the bot to
	  do a
	     successful login. After that it has a 90 second timeout after
	  which
	     a ping will be sent. After another 90 seconds the socket is
	  closed.

2007-10-27 14:55  sven

	* modules/botnet/: botnet.c, events.c: Full botnet support.  The
	  login needs some work, the netburst handling sucks and nobody
	  pings anyone but it works.

2007-09-13 17:20  sven

	* lib/eggdrop/botnet.c, lib/eggdrop/botnet.h, lib/eggdrop/dns.c,
	  lib/eggdrop/ident.c, lib/eggdrop/module.c, lib/eggdrop/module.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/sockbuf.c,
	  lib/eggdrop/sockbuf.h, modules/botnet/botnet.c,
	  modules/botnet/events.c, modules/dccparty/dccparty.c,
	  modules/ircparty/ircparty.c, modules/oldbotnet/oldbotnet.c,
	  modules/proxy/http.c, modules/proxy/proxy.c,
	  modules/proxy/proxy.h, modules/proxy/socks5.c,
	  modules/script/egg_script_internal.h, modules/script/scriptmod.c,
	  modules/script/scriptnet.c, modules/server/dcc.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/servsock.c, modules/telnetparty/telnetparty.c,
	  src/terminal.c:  * Added a owner to sockbufs. Ugly but necessary.
	   * Some more botnet stuff. Bots can actually link now.

2007-08-19 14:49  sven

	* lib/eggdrop/botnet.c, lib/eggdrop/botnet.h, lib/eggdrop/module.c,
	  lib/eggdrop/partymember.c, lib/eggdrop/partymember.h,
	  lib/eggdrop/xml.c, modules/botnet/botnet.c,
	  modules/oldbotnet/oldbotnet.c: Just bugfixes, boring stuff.

2007-08-18 18:03  sven

	* lib/eggdrop/Makefile.am: Oops, how did that happen?

2007-08-18 17:32  sven

	* lib/eggdrop/Makefile.am, lib/eggdrop/base64.c,
	  lib/eggdrop/base64.h, lib/eggdrop/botnet.c, lib/eggdrop/botnet.h,
	  lib/eggdrop/partyline.c, lib/eggdrop/partymember.c,
	  lib/eggdrop/partymember.h, lib/eggdrop/xml.c,
	  modules/botnet/botnet.c, modules/botnet/botnet.h,
	  modules/botnet/events.c, modules/dccparty/events.c,
	  modules/oldbotnet/events.c, modules/oldbotnet/oldbotnet.c: Due to
	  some time without internet access this commit is kinda random
	  stuff thrown together:

	   * Moved the int <-> base64 functions to base64.c
	   * Added botnet event on_login. This is triggered every time
	  someone logs
	     into a bot.
	   * Documented some of xml functions.
	   * Fixed a xml memory leak. (perhaps. That suff still confuses
	  me.)
	   * Fixed a xml bug that crashed the bot if there were comments in
	  an xml file.
	   * Wrote about half of the new botnet module. (The easy part.)
	   * The version of linked bots is now actually saved and
	  transmitted in the
	     oldbotnet module.

	   * Added a xml node to the botnet_bot_t struct. This can be used
	  to save any
	     kind of information a module or scriptwriter might want to
	  keep for this
	     bot. This information has the same lifetime as the bot it
	  refers to and
	     is never saved. If the bot leaves the botnet, the information
	  is gone
	     unless someone copies it somewhere else befor that happens.
	     Depending on how this works out, this xml node might be
	  removed again or
	     added to some more data structs like users, partymembers,
	  channels, and
	     so on.

2007-06-03 18:43  sven

	* doc/developer/doxy/users.h, lib/eggdrop/Makefile.am,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/netstring.c,
	  lib/eggdrop/netstring.h, modules/botnet/.cvsignore,
	  modules/botnet/Makefile.am, modules/botnet/botnet.c,
	  modules/botnet/botnet.h, modules/botnet/config.m4,
	  modules/botnet/events.c, modules/oldbotnet/oldbotnet.h,
	  src/terminal.c:

	   * Added netstring filter.
	   * Created botnet module. (Just the framework, does nothing atm.)

2007-05-11 21:04  sven

	* modules/oldbotnet/: oldbotnet.c, oldbotnet.h:

	  Took care of the temp users that were spawned every time someone
	  who wasn't on any channel did something on the partyline. The
	  oldbotnet module should be finished now.

2007-05-09 19:25  sven

	* lib/eggdrop/: botnet.c, users.c, users.h:

	   * Fixed a crash bug.
	   * Removed the linked user list, use hash table walkers for
	  autolink now.

2007-05-08 20:39  sven

	* modules/oldbotnet/oldbotnet.c:

	  Bleh, messed up the last one.

2007-05-08 20:32  sven

	* Doxyfile, doc/developer/doxy.h, doc/developer/doxy/events.h,
	  doc/developer/doxy/main.h, doc/developer/doxy/users.h,
	  lib/eggdrop/botnet.c, lib/eggdrop/botnet.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/users.c,
	  lib/eggdrop/users.h, modules/oldbotnet/events.c,
	  modules/oldbotnet/oldbotnet.c, modules/oldbotnet/oldbotnet.h,
	  src/main.c:

	   * Created a double linked list to hold all user records. Hash
	  tables are
	     great, but sometimes you just have to go through all records.
	   * Refuse to actively link to bots with a negative priority.
	  Incoming
	     connections from these bots will still be acceppted.
	   * Refuse partyline logins from bots. Bots usually don't have a
	  password
	     set, so that might be exploitable.
	   * Ping connected bots if they haven't sent anything for 5
	  minutes.
	   * Started to structure the user settings and documented it with
	  a Doxygen
	     page.
	   * Added autolinking for bots based on a priority. See
	  botnet_autolink()
	     documentation for details.

2007-04-22 08:18  sven

	* lib/eggdrop/botnet.c, lib/eggdrop/botnet.h,
	  lib/eggdrop/partymember.c, modules/oldbotnet/events.c,
	  modules/oldbotnet/oldbotnet.c, src/core_party.c:

	   * Complete oldbotnet support expect for (user)file sharing.

2007-04-17 20:45  sven

	* lib/eggdrop/botnet.c, lib/eggdrop/botnet.h,
	  lib/eggdrop/partychan.c, lib/eggdrop/partymember.c,
	  modules/oldbotnet/events.c, modules/oldbotnet/oldbotnet.c:

	  More oldbotnet stuff, bugfixes, features.  Nearly complete
	  support, but not yet ...

2007-04-14 10:21  sven

	* Doxyfile, lib/eggdrop/botnet.c, lib/eggdrop/botnet.h,
	  lib/eggdrop/dns.c, lib/eggdrop/partychan.c,
	  lib/eggdrop/partychan.h, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/partymember.c,
	  lib/eggdrop/partymember.h, lib/eggdrop/script.c,
	  lib/eggdrop/script.h, lib/eggdrop/socket.c, lib/eggdrop/string.c,
	  lib/eggdrop/string.h, lib/eggdrop/users.c,
	  modules/dccparty/events.c, modules/ircparty/events.c,
	  modules/ircparty/ircparty.c, modules/oldbotnet/events.c,
	  modules/oldbotnet/oldbotnet.c, modules/oldbotnet/oldbotnet.h,
	  modules/perlscript/perlscript.c, modules/script/scripttimer.c,
	  modules/tclscript/tclscript.c, modules/telnetparty/events.c,
	  modules/telnetparty/telnetparty.c, src/core_party.c,
	  src/terminal.c:

	   * Fixed various compiler warnings about diffent signedness.
	   * Added a new bind: bot. Works just like in eggdrop1.6
	   * Added a new struct: botnet_entity. This is used in places
	  where a certain
	     event might be caused by either a bot or a partyline user.
	   * Added backend for botnet broadcasts, botmsgs (zapf) and
	  botbroadcasts
	     (zapf-broad).
	   * Added oldbotnet support for actchan, zapf and zapf-broad
	  messages.
	   * Improved oldbotnet assocs for mapping 1.6 channel numbers to
	  1.9 channel
	     names. Don't send real assoc messages out because the 1.6
	  assoc module is
	     horribly broken.

2007-01-13 06:23  sven

	* Doxyfile, doc/developer/doxy.h, lib/eggdrop/binds.c,
	  lib/eggdrop/botnet.c, lib/eggdrop/module.c, lib/eggdrop/module.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/partymember.h,
	  lib/eggdrop/script.c, lib/eggdrop/sockbuf.c,
	  modules/dccparty/dccparty.c, modules/dccparty/events.c,
	  modules/ircparty/events.c, modules/ircparty/ircparty.c,
	  modules/oldbotnet/oldbotnet.c, modules/proxy/proxy.c,
	  modules/pythonscript/mystdio.c,
	  modules/pythonscript/pythonscript.c, modules/server/server.c,
	  modules/telnetparty/events.c, modules/telnetparty/telnetparty.c,
	  src/terminal.c:

	   * Added doxy.h for the doxygen main and related pages.
	   * Fixed a bug in bind_rem_list.
	   * Added a function to send text to a partymember with printf
	  like formatting
	   * Added a owner struct to partymembers so they can be deleted if
	  their module
	     is unloaded.
	   * Unlinked the config vars of the server amd all partyline
	  modules on unload.
	   * All partymembers are deleted on bot shutdown or resart.

	   * Reworked the way modules are unloaded:
	     The module API has now two closeing functions, close() and
	  unload(). close()
	     is called by the module_unload function as it was before and
	  should end all
	     normal operation for the module. unload() is called by the
	  main loop and
	     should take care of terminating and freeing memory.
	     This allows module to unload themself, ie a dcc partyline user
	  unloading the
	     dccparty module or a python script unloading the pythonscript
	  module.

2006-12-15 03:30  sven

	* lib/eggdrop/botnet.c, lib/eggdrop/botnet.h, lib/eggdrop/script.c,
	  lib/eggdrop/users.c, src/core_binds.c:

	   * Added a function to delete all bots by owner.
	   * Documented the user binds.

	  I did not fix the various oddities of the user binds because a
	  lot of other binds have similar problems and they should be fixed
	  all at the same time to get consistent behaviour.

2006-12-01 22:05  sven

	* lib/eggdrop/botnet.c, lib/eggdrop/module.c,
	  lib/eggdrop/partymember.c, modules/oldbotnet/oldbotnet.c,
	  src/core_party.c:  * Added a .unlink partyline command (but it
	  only works on local connections
	     right now.
	   * Fixed a module loading bug that prevented them from being
	  unloaded again.
	   * Added some error checking to module unloading that would have
	  made locating
	     the above bug much easier.

2006-11-20 19:38  sven

	* Doxyfile, lib/eggdrop/botnet.c, src/core_binds.c:

	  Added a few aliases to the Doxygen file to help generate a full
	  list of all binds:

	  \bind to create a new page listing all documented binds on a
	  single page	    linked from "Related Pages"

	  \name, \flags, \match to add a paragraph for the Name, Flags and
	  Matches

	  \stackable, \breakable to add a note stating the bind is
	  stackable/breakable

	  \noparam, \noreturn to add a paragraph stating the bind has no
	  parameters/return value

	  Documented the binds used in core and botnet. Look at the
	  changelog for an example of how to use them. Here's an example of
	  the doxygen output:
	  http://www.semidefinite.de/eggdropDocs/bind.html

2006-11-14 08:51  sven

	* Doxyfile, lib/eggdrop/Makefile.am, lib/eggdrop/binds.h,
	  lib/eggdrop/botnet.c, lib/eggdrop/botnet.h,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/linemode.c, lib/eggdrop/partychan.c,
	  lib/eggdrop/partychan.h, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/partymember.c,
	  lib/eggdrop/partymember.h, lib/eggdrop/script.h,
	  lib/eggdrop/users.c, lib/eggdrop/users.h,
	  modules/dccparty/dccparty.c, modules/dccparty/events.c,
	  modules/ircparty/events.c, modules/ircparty/ircparty.c,
	  modules/oldbotnet/events.c, modules/oldbotnet/oldbotnet.c,
	  modules/oldbotnet/oldbotnet.h, modules/perlscript/perlscript.c,
	  modules/tclscript/tclscript.c, modules/telnetparty/events.c,
	  modules/telnetparty/telnetparty.c, src/core_party.c,
	  src/logfile.c, src/main.c, src/terminal.c:

	  Misc:  * Bind table flag BIND_BREAKABLE now includes
	  BIND_STACKABLE, doesn't make	  sense otherwise.   * If the line
	  buffer contains more than one line of text do a check if the
	  index is still valid after every callback (the sockbuf might have
	  been	   deleted).   * Added a "Doxygen" file in the root dir. It
	  will generate html output in	   doc/developer/html. (The dir
	  will be created by doxygen.)

	  Partyline stuff:  * Partychan join and quit functions have an
	  extra parameter indicating if    the event is triggered because
	  of someone joining/quitting or botnet    restructuring.   *
	  Renamed partychan_msg() to chan_msg and made it static. It can
	  now either	 msg the whole channel or just everyone on the
	  local bot on the channel.   * New functions partychan_msg()
	  (works like before) and localchan_msg() to	 send it to every
	  local user of the chan.   * Added stuff to the partymember
	  struct: A pointer to the bot the user is     on, a malloc'd
	  string containing the full unique name in the form
	  "id:nick@bot", a pointer into this string to the full name
	  "nick@bot"	 and a pointer to the common name of the user,
	  "nick" for local users and	 "nick@bot" for users on other
	  bots.   * The id of a partymember is no longer unique, only
	  unique to the bot the     user is on. The nick was never unique.
	  TODO: Change the script modules     to take care of that!   * A
	  partymember is now part of two double linked lists: A list of all
	      partymembers and a list of all partymembers on the bot.	*
	  Removed the partymember_lookup_* functions. partymember_lookup()
	  takes     cares of all the stuff.   * Added functions to count
	  all users on a bot and delete all users on a bot.

	  Ircpartyline:  * IRC requires nicks to be unique for everyone and
	  useing the usual "@" in    the "nick@bot" form doesn't work at
	  all on IRC. Therefor the nick format	  is now: "nick*bot:id" for
	  remote users and "nick:id" for local users.

	  Script stuff:  * Added a new script parameter: 'B': A bot.   *
	  TODO: Change the script modules to use it!

	  Botnet stuff:  * Added botnet.[ch]. Fully documented!  * Changed
	  the oldbotnet module to use the new botnet API. Only very basic
	   stuff works atm: Bot links, unlinks, partymember joins, quits
	  and chatter.	   But at least it doesn't matter any more if the
	  bot is a leaf or a hub.

2006-10-10 20:54  sven

	* lib/eggdrop/eggdrop.c, lib/eggdrop/partyline.c,
	  lib/eggdrop/timer.c, modules/dccparty/events.c:  * Fixed a crash
	  on shutdown bug
	   * Removed an incorrect use of the return value of strftime
	   * Added /me CTCP ACTION handling to the partyline

	  Unlike eggdrop1.6 that does this in the input functions it's done
	  in the output functions to keep the partyline API clean.

2006-10-02 23:02  sven

	* lib/eggdrop/binds.c, lib/eggdrop/binds.h, lib/eggdrop/dns.c,
	  lib/eggdrop/dns.h, lib/eggdrop/hash_table.c,
	  lib/eggdrop/hash_table.h, lib/eggdrop/ident.c,
	  lib/eggdrop/ident.h, lib/eggdrop/module.c, lib/eggdrop/net.h,
	  lib/eggdrop/script.c, lib/eggdrop/script.h, lib/eggdrop/timer.c,
	  lib/eggdrop/timer.h, modules/dccparty/dccparty.c,
	  modules/ircparty/ircparty.c, modules/script/scriptbind.c,
	  modules/telnetparty/telnetparty.c:  * Added an owner struct to
	  ident requests. Same as with dns requests and
	     just as ugly.
	   * Added a function to remove all binds, timers, dns and ident
	  requests of
	     an owner and called before unloading a module.
	   * Some random cleanups.
	   * Note: sockbufs are asyncronous callbacks too and need the same
	  treatment

2006-10-01 16:59  sven

	* lib/eggdrop/users.c:

	  Allow setting flags on a channel that has no flags set. Paradox!

2006-09-30 19:48  sven

	* lib/eggdrop/users.c, lib/eggdrop/users.h, src/core_party.c:

	  Added sanity checks to usernames. All non-printable characters as
	  well as " *?" are rejected. The " " is necessary but "*" und "?"
	  might be ok, so this may change in the future.

2006-09-11 20:50  sven

	* lib/eggdrop/dns.c, lib/eggdrop/dns.h, lib/eggdrop/net.c,
	  lib/eggdrop/script.c, lib/eggdrop/script.h,
	  modules/dccparty/dccparty.c, modules/ircparty/ircparty.c,
	  modules/script/scriptdns.c, modules/server/dcc.c,
	  modules/server/egg_server_internal.h,
	  modules/telnetparty/telnetparty.c:

	  Attached an owner to dns queries. A module should now be able to
	  kill all pending queries on unload.  Moved parts of the scriptdns
	  stuff from the module to the core because an event can only have
	  one owner (the scripting language module) not two (the language
	  module and the script module).

	  Now this thing is kinda ugly but it's the best I could come up
	  with. :/

2006-08-28 21:15  sven

	* modules/server/: channels.c, input.c, party_commands.c:

	   * recognize serverconnect even if it has no motd file
	   * allow adding a channel the bot is already in
	   * fixed channel counter

2006-08-25 12:22  sven

	* lib/eggdrop/dns.c, lib/eggdrop/socket.c,
	  modules/script/Makefile.am, modules/script/egg_script_internal.h,
	  modules/script/scriptdns.c, modules/script/scriptmod.c:

	   * fixed a bug with IPv6 reverse lookups
	   * added dns lookup functions to the scripting interface

2006-08-22 00:21  sven

	* lib/eggdrop/: module.c, partymember.c:

	   * remote partymembers don't have a user struct
	   * added a string to the unload module bind callback explaining
	  why it was unloaded

2006-08-21 20:41  sven

	* lib/eggdrop/partychan.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, src/core_party.c:

	   * Fixed memory corruption in the .chhand partyline command
	   * added new bindtables partynew and partyquit similar to the 1.6
	  binds CHON and CHOF

2006-08-20 10:23  sven

	* lib/eggdrop/linemode.c, lib/eggdrop/linemode.h,
	  lib/eggdrop/sockbuf.c, modules/script/scriptnet.c:

	   * fixed some linebuf bugs about eaten lines, corrupted memory
	  and stuff
	   * added some meaningful return values
	   * scripts can now call net_linemode without a second parameter
	  to get
	     the current linebuf status
	   * wrote some doxygen style comments as Bryan suggested back in
	  february

2006-06-19 10:47  stdarg

	* lib/eggdrop/binds.c, lib/eggdrop/binds.h, lib/eggdrop/dns.c,
	  modules/script/scriptbind.c, src/core_party.c:

	  * Got rid of bind entry id's since they weren't really used
	  anywhere * Got rid of "fake binds" for scripts since it had some
	  problems dealing with bind tables that never came into being

2006-05-21 14:32  stdarg

	* lib/eggdrop/socket.c:

	  * Hopefully fixed an ipv6 related compile error on freebsd
	  (testing would be appreciated)

2006-04-14 17:19  wcc

	* AUTHORS: * AUTHORS updates.

2006-03-28 18:53  wcc

	* AUTHORS: * Added lordares to AUTHORS.

2006-01-06 13:09  guppy

	* modules/pythonscript/.cvsignore: figured a .cvsignore file would
	  be handy

2006-01-06 13:01  sven

	* lib/eggdrop/module.c:

	   * unload all modules on .restart

	  With this fix restarting the bot seems to work. valgrind does not
	  pick up any more corruptions and I didn't notice any obvious bugs
	  but there might still be leaks around.

2006-01-05 21:59  sven

	* lib/eggdrop/users.c, src/main.c, src/terminal.c, src/terminal.h:

	   * lots of memory corrupting .restart fun

2006-01-05 18:53  sven

	* lib/eggdrop/config.c:

	   * fixed two memory crash bugs on .restart

2006-01-05 14:42  sven

	* AUTHORS, lib/eggdrop/binds.c, lib/eggdrop/memutil.c,
	  modules/pythonscript/Makefile.am, modules/pythonscript/config.m4,
	  modules/pythonscript/mycallable.c,
	  modules/pythonscript/myegguser.c,
	  modules/pythonscript/pythonscript.c,
	  modules/pythonscript/pythonscript.h:

	   * fixed the "break" thingy
	   * fixed a va_list crash on AMD64
	   * improved pythonscript module:
	     * used the correct CFLAGS as defined in
	  lib/python2.x/config/Makefile
	     * cleared the exception indicator after loading a script
	     * implemented eggdrop users as a python object instead of an
	  int (3 attributes, 12 methods)
	     * exported the egguser and stdio types into the eggdrop module

2006-01-02 21:00  guppy

	* lib/eggdrop/timer.c: another small fix

2006-01-02 20:39  guppy

	* lib/eggdrop/binds.c: simple typo -- catching up on my
	  post-vacation e-mail

2005-12-28 19:38  sven

	* lib/eggdrop/binds.c, lib/eggdrop/timer.c,
	  modules/script/scriptbind.c, src/core_party.c:

	   * timer IDs are now checked for overflows (like that's ever
	  gonna happen)
	   * binds are assigned a unique non-zero id
	   * this ID is displayed in the partyline's ".binds" output
	   * bind_entry_lookup now searches *all* bind tables if the
	  "table" parameter is NULL
	   * added "unbind_id" and "rebind_id" scripting functions that do
	  the same thing as the non "_id" functions but use the bind ID
	  instead of string guessing

2005-12-28 11:27  sven

	* lib/eggdrop/binds.c, lib/eggdrop/binds.h, lib/eggdrop/module.c,
	  lib/eggdrop/net.c, lib/eggdrop/script.c, lib/eggdrop/script.h,
	  lib/eggdrop/timer.c, lib/eggdrop/timer.h,
	  modules/chanserv/chanserv.c, modules/javascript/javascript.c,
	  modules/perlscript/mod_iface.c, modules/perlscript/perlscript.c,
	  modules/pythonscript/mycallable.c,
	  modules/pythonscript/pythonscript.c, modules/script/scriptbind.c,
	  modules/script/scriptnet.c, modules/script/scripttimer.c,
	  modules/server/channel_events.c, modules/server/dcc.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/tclscript/tclscript.c:

	  As explained in detail here:
	  http://eggheads.org/pipermail/eggdev/2005-December/026748.html

	  Summary:  * Created a "struct event_owner_t" to keep track of
	  which event belongs to which module.	 * Removed the "del"
	  function pointer from the script callback struct, the owner
	  struct does this now.   * Left the delete_data member in the
	  scruct even so it is never used. Why does it exist?	* All
	  modules use the event_owner struct to register their own events.
	   * Remove all binds and all timers belonging to a module before
	  it is unloaded.

2005-12-16 19:25  sven

	* lib/eggdrop/partychan.h, lib/eggdrop/partymember.h,
	  modules/pythonscript/Makefile.am, modules/pythonscript/config.m4,
	  modules/pythonscript/mycallable.c,
	  modules/pythonscript/mystdio.c,
	  modules/pythonscript/pythonscript.c,
	  modules/pythonscript/pythonscript.h:

	  pythonscript:  * Real logfile and partyline output support  *
	  Pretty docstrings for mapped eggdrop functions

	   * Indenting fixes in the partyline includes

2005-12-15 09:26  sven

	* modules/pythonscript/: Makefile.am, config.m4, mycallable.c,
	  mydict.c, mymodule.c, pythonscript.c, pythonscript.h:

	  Adding the pythonscript module

2005-12-09 00:24  wcc

	* lib/compat/inet_ntop.c, lib/eggdrop/dns.c, lib/eggdrop/socket.c,
	  modules/proxy/socks5.c: * DO_IPV6 macros should be disabled if
	  IPV6 is not defined.

2005-12-06 21:17  wcc

	* modules/server/party_commands.c: * Don't allow channels with
	  invalid prefixes to be added to the bot via .+chan.  * Don't
	  allow channels that already exist to be added to the bot via
	  .+chan.  * Show a message saying the channel has been created
	  after creation via +chan.  * Show removed channel name after a
	  channel is removed with .-chan.

2005-12-01 16:18  lordares

	* src/core_party.c: * Formatting error/fix

2005-12-01 16:16  wcc

	* Makefile.am, lib/adns/.cvsignore, lib/compat/.cvsignore,
	  lib/eggdrop/.cvsignore, lib/eggdrop/socket.c,
	  lib/egglib/.cvsignore, modules/blowfish/.cvsignore,
	  modules/channels/.cvsignore, modules/chanserv/.cvsignore,
	  modules/compress/.cvsignore, modules/dccparty/.cvsignore,
	  modules/filesys/.cvsignore, modules/ircparty/.cvsignore,
	  modules/javascript/.cvsignore, modules/oldbotnet/.cvsignore,
	  modules/perlscript/.cvsignore, modules/proxy/.cvsignore,
	  modules/script/.cvsignore, modules/server/.cvsignore,
	  modules/server/party_commands.c, modules/tclscript/.cvsignore,
	  modules/telnetparty/.cvsignore, modules/transfer/.cvsignore,
	  modules/uptime/.cvsignore, src/.cvsignore, src/core_party.c: *
	  Don't use getsockopt() on invalid file descriptors (<0).  * Minor
	  code formatting.  * Added "loT" files to .cvsignore.

2005-12-01 15:22  stdarg

	* lib/eggdrop/users.c, modules/chanserv/chanserv.h,
	  modules/chanserv/egg_chanserv_internal.h,
	  modules/script/egg_script_internal.h,
	  modules/script/scriptbind.c, modules/script/scriptconfig.c,
	  modules/script/scriptlog.c, modules/script/scriptmisc.c,
	  modules/script/scriptmod.c, modules/script/scriptnet.c,
	  modules/script/scriptparty.c, modules/script/scripttimer.c,
	  modules/script/scriptuser.c,
	  modules/server/egg_server_internal.h, modules/server/server.c:
	  * Added some defines to prevent symbol conflicts * Ircmask list
	  was trying to be cleared twice (might need further fixing)

2005-12-01 12:03  stdarg

	* lib/eggdrop/socket.c:
	  * Fix formatting of ipv4-in-ipv6 mapped addresses

2005-12-01 11:43  stdarg

	* lib/eggdrop/module.c, modules/dccparty/dccparty.c,
	  modules/server/dcc.c:
	  * Replaced atol() with stroul() for converting long ip to string

2005-12-01 09:02  stdarg

	* lib/eggdrop/ident.c:

	  * Remove ident_info from linked list in ident_result()

2005-11-28 19:18  wcc

	* modules/: oldbotnet/oldbotnet.c, server/party_commands.c: * More
	  syntax documentation and cleanups for partyline commands.  *
	  Added -obot partyline command for oldbotnet module.

2005-11-28 01:09  wcc

	* modules/: chanserv/.cvsignore, server/channels.c,
	  server/party_commands.c: * Cleanups to server module partyline
	  commands.  * Show "The channel list is empty." in
	  party_channels() if it is.  * Decrement nchannels when a channel
	  is removed.

2005-11-28 00:29  wcc

	* modules/server/party_commands.c: * Added a .channels partyline
	  command.

2005-11-27 22:02  stdarg

	* modules/server/party_commands.c:
	  .+chan joins channel when executed

2005-11-27 21:53  wcc

	* lib/eggdrop/dns.c, modules/proxy/socks5.c: * Check for DO_IPV6
	  before using AF_INET6.

2005-11-27 14:47  wcc

	* lib/eggdrop/script.c, modules/tclscript/tclscript.c: - Corrected
	  a sizeof(int) == sizeof(pointer) assumption in
	  lib/eggdrop/script.c.  - 'newvalue' was declared twice in one
	  function in tclscript/tclscript.c.  * Patch by Sven Trenkel.

2005-11-26 17:41  stdarg

	* modules/server/: dcc.c, nicklist.c:

	  dcc connect wasn't being triggered nicklist memmove size wasn't
	  right when removing elements from list

2005-11-26 10:44  stdarg

	* lib/eggdrop/users.c: Eliminate extra free() for keys of hash
	  table

2005-11-14 21:59  wcc

	* lib/eggdrop/sockbuf.c: * Fixed an off-by-one error in sockbuf.c
	  from last night's commit. Patch by   Sven Trenkel.

2005-11-13 22:44  wcc

	* lib/eggdrop/partychan.c, lib/eggdrop/sockbuf.c,
	  modules/dccparty/dccparty.c, modules/ircparty/ircparty.c,
	  modules/javascript/javascript.c, modules/perlscript/perlscript.c,
	  modules/tclscript/tclscript.c, modules/telnetparty/telnetparty.c:
	  I'll just quote Sven :)

	  "While working on a python scripting module for eggdrop1.9 I
	  found a few bugs, patch attached:

	  1. memcpy is used for overlapping memory areas in
	  lib/eggdrop/partychan.c

	  2. Prevent reading from or writing to a socket <=0 otherwise the
	  following could happen: eof detected -> on_eof handlers called ->
	  on_quit called -> write something to the sockbuf -> eof detected
	  ...

	  3. Under certain conditions some memory blocks were freed twice.
	  (Hopefully) fixed it and added a warning for developers. This
	  part is extremely non-obvious I'm not 100% sure I got it right
	  but at least it doesn't crah anymore if you disconnect and
	  reconnect a telnet connection on AMD32 archs.

	  4. The my_scriptname_callbacker functions used some kind of
	  pointer magic on the stack to get their parameters. This worked
	  on IA32 but not on architectures that don't pass their function
	  parameters over the stack, like AMD64. It uses the stdarg macros
	  now."

2005-10-25 14:55  stdarg

	* config.xml, acconfig/config.stubs:

	  * Got rid of seemingly wrong "- 1" in config.stubs which was
	  trimming off an extra character * Added default value for
	  max_line_len to config.xml

2005-08-27 20:39  lordares

	* lib/eggdrop/socket.c: * Fixed 2 socket leaks in socket_create()

2005-06-24 14:00  darko

	* lib/eggdrop/: hash_table.c, hash_table.h, users.c: - Introduced
	  hash table flag HASH_TABLE_FREE_KEY. Useful with hashes that
	  have their key created specifically for them (via strdup for
	  example).    It will signal hash_table_remove()/delete() to
	  free(key) too.    And there is already a beneficiary -
	  irchosts_cache_ht will leak no more.

	  - Fixed leaks produced by userlist hash deletion -
	  hash_table_delete() was   not enough.

2005-06-22 14:45  darko

	* lib/eggdrop/partychan.c: - Resolved problems occuring due to
	  cyclic dependencies (channels   referenced users who in turn
	  referenced channels who referenced users..)

2005-06-20 21:55  stdarg

	* lib/eggdrop/binds.c, modules/server/input.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/servsock.c:
	  * Check for ping timeout in server connection

2005-06-20 14:21  darko

	* lib/eggdrop/xmlread.c: - Missing sentinel in xml_parse_file() -
	  fixed A LOAD of memory errors

2005-06-08 21:59  stdarg

	* modules/script/scripttimer.c:
	  * Dunno why timer_info was using an uninitialized string instead
	  of the real one

2005-06-08 21:56  stdarg

	* modules/: chanserv/chanserv.c, chanserv/events.c,
	  server/channels.c, server/scriptcmds.c,
	  server/help/en_US/commands.xml:
	  * Free channel stats when channel is deleted in chanserv * Add
	  help for some server commands

2005-05-30 22:35  stdarg

	* lib/eggdrop/memutil.c, lib/eggdrop/sockbuf.c,
	  modules/chanserv/chanserv.c, modules/chanserv/chanserv.h,
	  modules/server/input.c:
	  * Fixed some memleaks I found with valgrind

2005-05-15 12:34  stdarg

	* lib/eggdrop/ircmasks.c:
	  * Get rid of debugging output for ircmasks.c

2005-05-10 01:50  stdarg

	* lib/eggdrop/ident.c:
	  * Didn't delete ident lookup idx when it was cancelled

2005-05-07 23:40  stdarg

	* lib/eggdrop/eggdrop.c, lib/eggdrop/ircmasks.c,
	  lib/eggdrop/ircmasks.h, lib/eggdrop/users.c,
	  modules/chanserv/chanserv.c, modules/chanserv/events.c,
	  modules/script/scriptuser.c, modules/server/channel_events.c,
	  modules/server/channels.c, modules/server/channels.h,
	  modules/server/dcc.c, modules/server/egg_server_api.h,
	  modules/server/egg_server_internal.h, src/main.c:
	  * fix some bugs with initializing mode lists and arg lists for
	  auto-joined channels * experimental code to help user searching
	  based on a host (in ircmasks.c) * use random-replacement for
	  userhost cache management (may need tuning)

2005-03-05 12:14  lordares

	* lib/eggdrop/ircmasks.c: * mIRC masks 4 and 9 also replace user
	  with '*'

2005-03-03 15:40  lordares

	* lib/eggdrop/ircmasks.c: * Actually, looking over mIRC help and
	  testing with $mask() it wasn't as simple as my patch..

2005-03-03 15:37  lordares

	* lib/eggdrop/ircmasks.c: * Added support for 10-19 mask types from
	  mIRC (replaces numbers with '?')

2005-03-03 12:45  stdarg

	* modules/: chanserv/chanserv.c, chanserv/chanserv.h,
	  chanserv/events.c, chanserv/events.h, script/scripttimer.c,
	  server/binds.c, server/binds.h, server/channel_events.c,
	  server/channels.c, server/channels.h, server/egg_server_api.c,
	  server/egg_server_api.h, server/egg_server_internal.h:
	  * Work done on chanserv module (protection, flood detection)

2005-03-03 12:44  stdarg

	* lib/eggdrop/: hash_table.c, hash_table.h, ircmasks.c, ircmasks.h,
	  timer.c, timer.h, xml.c:
	  * Changed time to use long instead of int * Fixed hash table
	  resize to use defined constant

2005-03-03 11:12  lordares

	* lib/eggdrop/hash_table.c: * Changed comment about resizing as I
	  missed that hashes were saved in the table. (newb mistake)

2005-03-02 11:22  lordares

	* lib/eggdrop/hash_table.c: * Added some comments on the hash table
	  resizing to clear up some confusion I personally had	 and some
	  others may have had at some point.

2004-12-22 18:12  lordares

	* lib/eggdrop/: dns.c, string.c, string.h: * Added
	  shuffleArray(char **, int len) to string.c * Dns cached pools are
	  now shuffled before callback

2004-12-22 15:07  lordares

	* lib/compat/inet_ntop.c: * Fix AF_INET6 compile error when IPV6 is
	  not defined in inet-ntop.c

2004-12-22 13:03  lordares

	* lib/eggdrop/dns.c: [no log message]

2004-12-22 11:40  lordares

	* lib/eggdrop/dns.c: * reply.ttl was clobbered, using the lowest
	  value from the replies now

2004-12-20 16:18  lordares

	* lib/eggdrop/dns.c: * Potential loop problem

2004-12-13 09:02  stdarg

	* lib/eggdrop/binds.c, lib/eggdrop/xmlread.c,
	  modules/chanserv/Makefile.am, modules/chanserv/chanserv.c,
	  modules/chanserv/chanserv.h, modules/chanserv/config.m4,
	  modules/chanserv/events.c, modules/chanserv/events.h,
	  modules/server/egg_server_api.c:
	  * skeleton for channel services module

2004-12-10 13:00  lordares

	* lib/eggdrop/dns.c: * Now caching the entire answer for the query
	  cache_find(char *query) will return an int which can be used on
	  cache[]   cache entries are expired accoring to ttl from (last)
	  reply/answer	 -Still need to add an option to disable/tweak the
	  cache   -And need to setup some sort of max for the cache

2004-12-09 00:43  lordares

	* lib/eggdrop/: dns.c, timer.c, timer.h: * Added
	  timer_create_secs(int secs, char *name, Function callback)   -Is
	  just an easy way to create a timer based on seconds instead of
	  declaring howlong    and calling timer_create_complex.  * dns now
	  caches answers in hosts[] and expires them according go ttl	-No
	  max cache settings yet or non-cache option, will add more
	  functionality later...

	    - Please respond if caching dns answers is a problem -

2004-12-08 22:53  lordares

	* lib/eggdrop/dns.c: * Convert the ttl from the dns reply to our
	  host byte order   Going to fix (add) caching/ttl to the dns, if
	  anyone objects   do let me know asap, won't be anything
	  drastic...

2004-10-18 00:39  stdarg

	* lib/eggdrop/: date.c, date.h: * Alternate code to compute
	  timezone.. hopefully more portable

2004-10-17 03:38  stdarg

	* Makefile.am, configure.ac, lib/eggdrop/partychan.c,
	  lib/eggdrop/partyline.c, lib/eggdrop/xmlread.c: * Add intl
	  include directory to CPPFLAGS when using builtin gettext

2004-10-17 00:44  stdarg

	* lib/eggdrop/date.c:
	  * An easier way to get the timezone...

2004-10-17 00:14  stdarg

	* Makefile.am, bootstrap, configure.ac, tcl.license.terms,
	  lib/eggdrop/Makefile.am, lib/eggdrop/binds.c,
	  lib/eggdrop/common.h, lib/eggdrop/config.c, lib/eggdrop/date.c,
	  lib/eggdrop/date.h, lib/eggdrop/dns.c, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/fileutil.c,
	  lib/eggdrop/garbage.c, lib/eggdrop/hash_table.c,
	  lib/eggdrop/help.c, lib/eggdrop/ident.c, lib/eggdrop/ircmasks.c,
	  lib/eggdrop/ircparse.c, lib/eggdrop/linemode.c,
	  lib/eggdrop/logging.c, lib/eggdrop/match.c, lib/eggdrop/md5.c,
	  lib/eggdrop/memory.c, lib/eggdrop/memory.h,
	  lib/eggdrop/memutil.c, lib/eggdrop/memutil.h,
	  lib/eggdrop/module.c, lib/eggdrop/net.c, lib/eggdrop/owner.c,
	  lib/eggdrop/partychan.c, lib/eggdrop/partychan.h,
	  lib/eggdrop/partyline.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/partymember.h,
	  lib/eggdrop/script.c, lib/eggdrop/sockbuf.c,
	  lib/eggdrop/socket.c, lib/eggdrop/string.c,
	  lib/eggdrop/throttle.c, lib/eggdrop/timer.c,
	  lib/eggdrop/timeutil.c, lib/eggdrop/users.c, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, lib/eggdrop/xmlread.c,
	  modules/dccparty/dccparty.c, modules/ircparty/events.c,
	  modules/ircparty/ircparty.c, modules/oldbotnet/events.c,
	  modules/oldbotnet/oldbotnet.c, modules/proxy/http.c,
	  modules/proxy/proxy.c, modules/proxy/socks5.c,
	  modules/script/scriptbind.c, modules/script/scriptconfig.c,
	  modules/script/scriptmisc.c, modules/script/scriptnet.c,
	  modules/script/scriptparty.c, modules/script/scripttimer.c,
	  modules/script/scriptuser.c, modules/server/server.h,
	  modules/server/help/en_US/commands.xml,
	  modules/telnetparty/telnetparty.c, src/bg.c, src/core_config.c,
	  src/core_party.c, src/logfile.c, src/main.c: * Added a few
	  includs to common.h * Removed duplicate includes from a bunch of
	  files * Added tcl date parsing a la "clock scan" * Fixed some
	  issues with configure (maybe)

2004-10-09 23:55  stdarg

	* lib/eggdrop/net.c, lib/eggdrop/sockbuf.c, lib/eggdrop/sockbuf.h,
	  src/core_party.c:
	  * Added .netstats command to see network connections... may add
	  traffic stats later

2004-10-06 09:59  stdarg

	* lib/eggdrop/timer.c, lib/eggdrop/timer.h,
	  modules/script/scripttimer.c, src/core_party.c:
	  * added .timers command to view active timers

2004-10-05 23:53  stdarg

	* modules/server/party_commands.c: [no log message]

2004-10-05 21:35  stdarg

	* lib/eggdrop/users.c, lib/eggdrop/users.h,
	  modules/server/channels.h, modules/server/party_commands.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/uhost_cache.c,
	  modules/server/help/en_US/commands.xml, src/core_config.c: *
	  added some irc partyline commands (op, deop, etc) * added some
	  help

2004-10-04 11:15  stdarg

	* modules/server/channel_events.c:
	  * send PART on -chan

2004-10-04 11:05  stdarg

	* lib/eggdrop/help.h, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, modules/oldbotnet/events.c,
	  modules/oldbotnet/oldbotnet.c: * Fix some compile errors

2004-10-04 10:48  stdarg

	* lib/eggdrop/hash_table.c, lib/eggdrop/help.c,
	  lib/eggdrop/partymember.c, lib/eggdrop/string.c,
	  lib/eggdrop/string.h, modules/server/Makefile.am,
	  modules/server/channel_events.c, modules/server/channels.c,
	  modules/server/channels.h, modules/server/egg_server_internal.h,
	  modules/server/input.c, modules/server/party_commands.c,
	  modules/server/schan.c, modules/server/schan.h,
	  modules/server/scriptcmds.c, modules/server/server.c,
	  modules/server/server.h, modules/server/uhost_cache.c,
	  src/logfile.c: * Reorganized channel functions into several files
	  to aid readability * Got rid of separate "static" channels since
	  it was confusing

2004-10-01 11:13  stdarg

	* modules/server/: channels.c, egg_server_api.h,
	  egg_server_internal.h, input.c, schan.c, schan.h, servsock.c:
	  * Join channels when connecting, free channels when disconnecting

2004-10-01 10:32  stdarg

	* modules/server/: schan.c, schan.h:
	  * Some support for static chans

2004-10-01 10:31  stdarg

	* lib/eggdrop/eggdrop.h, lib/eggdrop/users.c, lib/eggdrop/users.h,
	  lib/eggdrop/xml.c, lib/eggdrop/xml.h, modules/server/Makefile.am,
	  modules/server/scriptcmds.c, modules/server/server.c,
	  modules/server/server.h:
	  * User and channel extended settings accessible by xml dom

2004-09-29 13:03  stdarg

	* lib/eggdrop/help.c, lib/eggdrop/help.h, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, modules/server/help/en_US/commands.xml,
	  src/core_party.c: [no log message]

2004-09-29 10:38  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/help.c, lib/eggdrop/help.h, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, modules/server/help/en_US/commands.xml,
	  src/core_party.c, src/main.c: [no log message]

2004-09-26 04:42  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/binds.c,
	  lib/eggdrop/config.c, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/garbage.c,
	  lib/eggdrop/hash_table.c, lib/eggdrop/memory.h,
	  lib/eggdrop/memutil.c, lib/eggdrop/module.c, lib/eggdrop/users.c,
	  lib/eggdrop/users.h, lib/eggdrop/xml.c, lib/eggdrop/xml.h,
	  lib/eggdrop/xmlread.c, lib/eggdrop/xmlwrite.c,
	  modules/server/Makefile.am, modules/server/channels.c,
	  modules/server/channels.h, modules/server/egg_server_api.c,
	  modules/server/egg_server_internal.h, modules/server/input.c,
	  modules/server/party_commands.c, modules/server/server.c,
	  modules/server/servsock.c, src/bg.c, src/core_config.c,
	  src/core_party.c, src/logfile.c, src/logfile.h, src/main.c: *
	  module_load checks modname_LTX_start in addition to start.  * add
	  linked list info to xml nodes * there were some memory errors
	  somewhere... no idea where... so for now I've changed it back to
	  the old config api and commented out the help system

2004-08-29 02:34  takeda

	* acconfig/module.mk.in, lib/eggdrop/timeutil.c: - compilable under
	  FreeBSD again

2004-08-27 14:16  darko

	* lib/eggdrop/timeutil.c, modules/server/channels.c,
	  modules/server/channels.h, modules/server/party_commands.c: - The
	  remainder of yesterday's (forced) commit - mask list expirations.
	  This time i managed to test it, so there are a few bugfixes :)

2004-08-26 13:32  darko

	* lib/eggdrop/Makefile.am, lib/eggdrop/timeutil.c,
	  modules/server/channels.c, modules/server/party_commands.c: -
	  Intermediate commit. Something got wrong with my cvs tree, so i
	  need to   flush existing stuff. With this commit comes expiration
	  logic for masks.

2004-08-19 13:39  darko

	* lib/eggdrop/eggdrop.h, lib/eggdrop/timeutil.c,
	  lib/eggdrop/timeutil.h, modules/server/channels.c,
	  modules/server/channels.h, modules/server/party_commands.c,
	  src/main.c: - Added timeutil.c and timeutil.h - this is where
	  (obviously) time related   stuff should go.  - Finalized some of
	  the channel mask stuff now that time functions exist.  - Fixed
	  issue where egg_set_params() was called char* instead of char**

2004-08-13 15:49  darko

	* modules/server/: channels.c, channels.h, egg_server_internal.h,
	  party_commands.c, scriptcmds.c: - Fixed a few FIXME's, optimized
	  some code to use the channel pointer which   we already head
	  instead of passing channel name and rerunning through   channels
	  list.  - Fixed and improved channel memory management (including
	  masks and masklists)	 It is almost, if not, done now.  - Added a
	  pointer to a member list entry in channel_t which points to bot.
	  This allowed for creation of macros BOT_ISOP, BOT_ISHALFOP as
	  well as    BOT_CAN_SET_MODES. This was another FIXME.  - Tiny
	  little scriptcmds.c change to declare pointer as const so
	  compilers   will not complain.

2004-08-11 16:02  darko

	* modules/server/: channels.c, channels.h, party_commands.c: - Um,
	  commits ought to be smaller than this but there is so much code
	  missing.    Evantually, i had to commit this even though slightly
	  unfinished. What needs    attention is code that deals with time
	  and egg_timeval_t, which misteriosuly    declares it's members as
	  ints instead of longs. Correcting this might prove	difficult
	  so i decided it's best done as a separate commit.  - That said,
	  new stuff is channel masks handling code. Aside from the standard
	  +/-ban/invite/exempt, there's also +/-chanmask <type> <mask>
	  [args...] which   will hopefully prove handy with all these new
	  list modes (look at UnrealIRCd   for example). Same applies to
	  listing masks - standard bans/invites/exempts   have recived a
	  counterpart 'chanmasks' which (again) takes extra argument
	  <type>. [+/-]chanmask will, of course, accept 'b', 'I', 'e' as
	  argument,   which might be useful when scripting - eg. to remove
	  any trace of	 darko!*@* in any invite/exempt/other list, one
	  could just supply different	typechar ('e', 'I') to code that
	  uses -chanmaks's scripting equivalent (not   yet existing).  -
	  Removing masks works only with, er, masks. No more .-ban 123
	  stuff because   it's inherently broken. Numbering bans is unsafe
	  too, and although there is   a way to make it happen, it's just
	  an unneeded hassle. What might be useful   is to have listing
	  channel related masks display also the global stuff	(the way
	  1.6 does it) but i wasn't sure if to go into it. If we decide to,
	  it is an easy fix, just add a bit of recursion in the mask
	  listing function   itself.

2004-08-04 19:17  darko

	* modules/server/: channels.c, channels.h: - Natural continuation
	  of previous commit. Added channel ints, coupplets and   strings,
	  so to provide support for remaining types of channel settings.

2004-07-29 14:48  darko

	* lib/eggdrop/flags.c, lib/eggdrop/flags.h,
	  modules/server/channels.c, modules/server/channels.h: - Fixed
	  likely segfaults in free_channel_online_stuff.  - Added minutely
	  hook for channels related stuff (need-*, cycle, etc..) - Added
	  +cycle.  - Added flag_match_single_char() to cater for
	  channame_member_has_flag()   and chanptr_member_has_flag().

2004-07-23 17:03  darko

	* channels.xml: - Default channels.xml file to be included in make
	  install process and	copied to user's execution directory.
	  Someone who knows their auto-* stuff please see to it. Thanks :)

2004-07-23 16:58  darko

	* config.xml, modules/server/channels.c, modules/server/channels.h,
	  modules/server/egg_server_internal.h, modules/server/input.c,
	  modules/server/party_commands.c, modules/server/server.c,
	  modules/server/server.h, modules/server/help/en_EN/commands.xml:
	  - Added server module's support for channel file save/load but
	  someone   versed in our build process details should set for
	  'make install' to   install a default channel.xml file
	  (containing just a few defaults).

	  - Added several server module partyline commands: +chan, -chan,
	  chansave,   chanset and chaninfo, as well as documentation for
	  them. This implied   a lot of code change and the way channels
	  are treated (it is close to	1.6's model of channels being
	  created based on channel file settings,   and not simply by bot
	  joining the channel on IRC).	  Obviously, code is far from
	  finished, but is functional and provides    framework for
	  expansion. For now, only support for boolean kind of	  settings
	  is implemted, but since this commit is already around 900 lines
	   i thought it's better to commit it now.

2004-07-17 15:59  darko

	* help/en_EN/commands.xml, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/users.c, lib/eggdrop/users.h, src/core_party.c: -
	  Added partyline command 'match'. It's a lot of complex,
	  unreadable,	error prone code, but it seems to be working quite
	  well.    Possible stumbling point which only had limited testing
	  is matching	 against channel flags. Further testing will have
	  to be done once the	 channel flags system is working correctly.

	  - Documented .match and .whois

	  - Fixed leaks in .chpass and .chhandle, caused by
	  misunderstanding of	the way user_get_args works. stdarg's mail
	  provoked me into looking   deeper and realising it infact
	  allocates space itself and sends back   *copies* of parsed
	  arguments, and not only pointers to different places	 in
	  original string. Thanks!

	  - Added comments in core_party.c which show flags needed to use
	  certain   command in 1.6 - it could serve as a guideline.

2004-07-11 08:54  darko

	* lib/eggdrop/: help.c, memory.c, users.c: - Fixed strdup() to
	  behave properly. strdup("") should still allocate   space for,
	  and put in it, the NUL char. This solved the issues with   .help
	  and possibly others.	  Even though I've tested the code and
	  there appear not to be any problems,	  it is still possible that
	  someone relied on this (broken) functionality,    so please
	  update your code accordingly if that's the case.

	  - As the XXX tag in code said, it was wrong to only do partial
	  checking   when comparing two flags_t structures. Changed it to
	  use	flags_check_subset() which correctly checks that all flags
	  from 'left'	appear in 'right'.

	  - Fixed some formating for .help, as well as broken code to check
	  if user   has access to use command or not (so to print the
	  warning message).    It was caused by extra semicolon that
	  sneaked in in my last commit :)

2004-07-06 12:13  lordares

	* lib/eggdrop/flags.c: * Mis-understood an aspect of flagmap,
	  reverting to previous state.

2004-07-06 00:40  lordares

	* lib/eggdrop/flags.c: * Small change to flagmap, only needs to go
	  to 127, plus unsigned char   makes more sense here.

2004-07-05 17:12  darko

	* doc/internals/users.txt, help/en_EN/commands.xml,
	  lib/eggdrop/help.c, lib/eggdrop/users.c, src/core_party.c: -
	  .chpass now removes pasword if none is specified. Actually, it
	  sets it to   literal string 'none' which is impossible to match
	  accidently.

	  - Fixed .help so to sucessfully recognize empty set of flags "".

	  - Made all help available to everyone, but as Wcc suggested we
	  now print   a warning if user does not have access to the command
	  in question.

	  - Documented .chhandle .chpass and .newpass as well as minor API
	  change in   doc/internals/users.txt

2004-07-05 00:20  wcc

	* AUTHORS: * Sync AUTHORS with 1.6.

2004-07-04 18:55  darko

	* src/main.c, lib/eggdrop/flags.c, lib/eggdrop/flags.h,
	  lib/eggdrop/users.c: - Added global_sanity_check() and
	  channel_sanity_check() . For now it takes   care only about a few
	  basic flags.

	  - Made a lookup table unsigned long flagmap[256] that maps
	  characters to   the values used by flags_t members.

	  - Changed members of flags_t to be unsigned long instead of int.
	  int is not   guaranteed to be longer than 16 bits.

2004-06-30 16:07  stdarg

	* lib/eggdrop/socket.c, lib/eggdrop/xml.c,
	  modules/server/party_commands.c, modules/server/serverlist.c:
	  * Check for ipv4-mapped ipv6 addreses and remove prefix if found
	  * Fix to .jump to jump to new server if one is given

2004-06-30 12:10  wingman

	* lib/eggdrop/config.c: * gdb debugging is for kiddies, printf is
	  the only debugger real coders   need :-P

2004-06-30 12:07  wingman

	* doc/developer/TODO, lib/eggdrop/config.c, lib/eggdrop/config.h,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/variant.c,
	  lib/eggdrop/variant.h, lib/eggdrop/xml.c, lib/eggdrop/xml.h,
	  lib/eggdrop/xmlwrite.c, src/core_binds.c, src/main.c: * Added
	  support for single and double linked lists

	  * Added some more xml validation errors

	  * Added some TODO's

	  * Added MIN/MAX_<datatype> #define's. Someone should really add a
	  check   for limit.h if it provides these types.

	  * Changed default value of variant's int to MIN_INT so our config
	  api	can differ between non-set ints (0 is too commonly used as
	  a real   value). So if variant's int is MIN_INT the attribute is
	  not written.

2004-06-29 16:28  stdarg

	* lib/eggdrop/ident.c, lib/eggdrop/partymember.c,
	  modules/dccparty/dccparty.c, modules/dccparty/dccparty.h,
	  modules/ircparty/ircparty.c, modules/ircparty/ircparty.h,
	  modules/server/channels.c, modules/server/input.c,
	  modules/telnetparty/telnetparty.c,
	  modules/telnetparty/telnetparty.h:
	  * Fix for ident/dns timeout if a partyline session has already
	  been closed * Support for channel mode arguments

2004-06-28 15:44  darko

	* lib/eggdrop/partymember.h, lib/eggdrop/users.c, src/core_party.c:
	  - Added .chpass <handle> <new_pass> - Fixed .chhandle to
	  advertize change if affected user is on partyline.

2004-06-28 12:36  wingman

	* config.xml, lib/eggdrop/Makefile.am, lib/eggdrop/config.c,
	  lib/eggdrop/config.h, lib/eggdrop/help.c, lib/eggdrop/memutil.h,
	  lib/eggdrop/variant.c, lib/eggdrop/variant.h, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, lib/eggdrop/xmlread.c, lib/eggdrop/xmlwrite.c,
	  src/core_config.c, src/core_config.h, src/logfile.c,
	  src/logfile.h: * Added new datatype variant: supports common task
	  of having one   data structure supporting different types (int,
	  bool, string, timestamp)

	  * Added a more fine graned config api, which allows us to use
	  attributes,	sub children, arrays and enum lookups in config
	  files.

	  * Added logfile settings

	  * xml_*_lookup now can return attributes too (by using @ as
	  starting   char of name tokens)

2004-06-26 14:49  stdarg

	* lib/eggdrop/users.c, modules/server/channels.c,
	  modules/server/channels.h, modules/server/scriptcmds.c,
	  src/main.c:
	  * Necessary cast was removed from users.c * Another error in
	  ident, haven't found it yet * Added some more mode code

2004-06-25 12:44  darko

	* lib/eggdrop/: base64.c, binds.c, dns.c, hash_table.c, help.c,
	  ircparse.c, linemode.c, md5.c, memory.c, memutil.c, script.c,
	  sockbuf.c, socket.c, timer.c, users.c, xml.c, xmlread.c: Removed
	  some obviously unneded casts in lib/eggdrop sources.

2004-06-24 17:43  wingman

	* lib/eggdrop/: hash_table.c, users.c: * Fixed a segfault if no
	  username was entered

2004-06-24 01:19  wcc

	* doc/BANS, doc/CONTENTS, doc/SCRIPTING-COMMANDS,
	  doc/developer/TAGS, doc/developer/TODO, modules/server/dcc.c,
	  modules/server/egg_server_internal.h, modules/server/nicklist.c,
	  modules/server/nicklist.h, modules/server/scriptcmds.c: * Added
	  nick_find script comamnd, to aid in deleting a nick.	* Fix from
	  last commit re server_find.  * Finished documenting server module
	  script commands.  * Adding doc/TAGS and starting doc/TODO.

2004-06-23 17:25  darko

	* modules/dccparty/dccparty.c: Fixed use of sizeof(pointer *) by
	  changing char* to char[] so sizeof will yield expected result.

2004-06-23 16:59  darko

	* lib/eggdrop/users.c: Use the renamed hash_table_remove() /* was
	  hash_table_delete() */

2004-06-23 16:26  darko

	* lib/eggdrop/users.c, lib/eggdrop/users.h, src/core_party.c: Added
	  partyline command .chhandle <old_handle> <new_handle>

2004-06-23 16:15  wingman

	* lib/eggdrop/users.c: * someone broke the userlist *me hides*

2004-06-23 16:12  stdarg

	* lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/module.c, lib/eggdrop/sockbuf.c,
	  lib/eggdrop/socket.c, lib/eggdrop/timer.c,
	  modules/script/scriptmisc.c, src/bg.c, src/core_party.c,
	  src/main.c, src/terminal.c:
	  * Basic command line parameter access for scripts/modules (not
	  finished) * Remove special case for stdin/stdio from socket.c

2004-06-23 15:19  wingman

	* lib/eggdrop/Makefile.am, lib/eggdrop/hash_table.c,
	  lib/eggdrop/hash_table.h, lib/eggdrop/help.c,
	  lib/eggdrop/partychan.c, lib/eggdrop/partychan.h,
	  lib/eggdrop/partyline.h, lib/eggdrop/partymember.c,
	  lib/eggdrop/partymember.h, lib/eggdrop/users.c,
	  modules/server/channels.c: * Added missing
	  partychan/partymember.h

	  * Added some pieces of one of lordares patch

2004-06-23 12:24  wingman

	* config.xml, lib/eggdrop/config.c, lib/eggdrop/sockbuf.c,
	  lib/eggdrop/users.c, lib/eggdrop/xml.c, lib/eggdrop/xml.h,
	  lib/eggdrop/xmlread.c, lib/eggdrop/xmlwrite.c, src/core_config.c,
	  src/core_config.h, src/main.c, src/terminal.c: * Added
	  xml_save_str to save xml_node_t into a char *

	  * Made xml reader more spec compliant and a first start of error
	  handling.    Now at least we handle some xml errors. Prior you
	  just got "Error while    loading config file.".

	  * Added top level elements to config.xml and users.xml.

2004-06-23 06:19  wingman

	* modules/: blowfish/blowfish.c, dccparty/dccparty.c,
	  dccparty/events.c, ircparty/events.c, ircparty/ircparty.c,
	  javascript/javascript.c, oldbotnet/events.c,
	  oldbotnet/oldbotnet.c, proxy/proxy.c, script/scriptbind.c,
	  script/scriptconfig.c, script/scriptmisc.c, script/scriptnet.c,
	  script/scriptparty.c, script/scripttimer.c, script/scriptuser.c,
	  server/server.h, tclscript/tclscript.c: * Fixed header orders

2004-06-22 18:20  wingman

	* lib/eggdrop/binds.c, lib/eggdrop/help.c, lib/eggdrop/logging.c,
	  lib/eggdrop/memory.c, lib/eggdrop/net.c, lib/eggdrop/partychan.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/script.c,
	  lib/eggdrop/sockbuf.c, lib/eggdrop/sockbuf.h,
	  lib/eggdrop/users.c, lib/eggdrop/xml.c, lib/eggdrop/xmlwrite.c,
	  src/core_binds.c, src/core_binds.h, src/main.c: * 50 downs, 0 to
	  go 8-). The core and libeggdrop are now init/shutdown   memleak
	  free. Though there'll be still leaks after a normal run.

	  * More xml cleanups. It's really irritating, xml_node_add just
	  "copies"   the node to the parent, xml_node_append_child "moves"
	  the node the parent.	  I think i'll drop the "copy" functions
	  since it's more intuitive that    if i call
	  xml_node_add/append_child the child is "moved", not copied.

2004-06-22 17:00  wingman

	* lib/eggdrop/: ircmasks.c, script.c: * Removed some very critical
	  debugging output...damn...

2004-06-22 16:55  wingman

	* lib/eggdrop/config.c, lib/eggdrop/eggdrop.c, lib/eggdrop/help.c,
	  lib/eggdrop/memory.c, lib/eggdrop/memory.h,
	  lib/eggdrop/partychan.c, lib/eggdrop/partymember.c,
	  lib/eggdrop/script.c, lib/eggdrop/script.h, lib/eggdrop/users.c,
	  lib/eggdrop/xml.c, lib/eggdrop/xml.h, src/main.c: * 20 blocks
	  down, 50 to go...

	  * Renamed xml_node_destroy to xml_node_delete (i guess the
	  majority of our   delete functions is or should be called delete)

	  * Added a new xml_node_destroy_callbacked where you can supply a
	  free()   callback which is called for every child node's
	  client_data

	  * Finished last shutdown function (though it's not right see XXX
	  in   script_shutdown).

	  * Fixed some mem leaks here and there

	  * Made debug output configurable through mem_dbg_set_options.
	  Valid options   are

		  MEM_DEBUG_NONE		  /* no mem debug output at
	  all */
		  MEM_DEBUG_PRINT_ERRORS	  /* print errors */
		  MEM_DEBUG_PRINT_EACH_CALL	  /* each call is print */

2004-06-22 15:47  wcc

	* doc/BANS, doc/BUG-REPORT, doc/CONTENTS, doc/MODULES,
	  doc/Makefile.in, doc/SCRIPTING-COMMANDS, doc/UPDATES1.6,
	  doc/USERS, modules/server/scriptcmds.c, text/CONTENTS: * Added
	  server_find script command (server_del, etc needs a server
	  number,   and there was no way to get one).  * Start of some doc
	  stuff.. I'm going to get SCRIPTING-COMMANDS up to date,   and
	  then start on an XML doc system (need sample content first).

2004-06-22 15:32  wingman

	* lib/eggdrop/binds.c: * 117 blocks down, 70 blocks remaining...

2004-06-22 15:12  wingman

	* lib/eggdrop/binds.h, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/ircmasks.c, lib/eggdrop/ircmasks.h,
	  lib/eggdrop/match.c, lib/eggdrop/memory.c, lib/eggdrop/module.c,
	  lib/eggdrop/module.h, lib/eggdrop/partychan.c,
	  lib/eggdrop/partyline.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/socket.c,
	  lib/eggdrop/users.c, lib/eggdrop/users.h, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, lib/eggdrop/xmlread.c, src/logfile.c,
	  src/main.c, src/terminal.c, src/terminal.h: * "wild_match() in
	  match.c forgot to allow for trailing *'s in the string
	  containing mask" (patch by Darko Ilic)

	  * Added most *_shutdown() methods, though still 187 blocks
	  allocated...	  damn...

	  * Debugging realloc behaved wrong if size == 0 was supplied
	  (equals free	 call now)

2004-06-22 14:08  wingman

	* lib/eggdrop/config.c, lib/eggdrop/help.c, lib/eggdrop/memory.c,
	  lib/eggdrop/users.c, lib/eggdrop/xml.h, lib/eggdrop/xmlread.c,
	  modules/server/server.h: * partymember_printf(p, ("wcc is
	  watching you!")) should be _("wcc is...")

	  * memory tracking now just issues a error messages if it doesn't
	  know a   pointer. Prior it returned NULL, now the memory is
	  allocated beside any	 error.

	    You'll still get this "*** Failed realloc call" at some places
	  but this
	    is most likely due to a missing #include <eggdrop/memory.h>.

	  * Made xml_load/save more constistent and some first changes to
	  unify the   loading options and to fix the nasty text bug. At
	  some pleaces we are	currently unable to free (xml_node_t.text)
	  to due the trimming of the   text.

2004-06-22 13:47  wingman

	* lib/eggdrop/: dns.c, dns.h, eggdrop.c, hash_table.c, help.c,
	  help.h, memory.c, net.c, net.h, timer.c, xml.h: * Fixed
	  hash_table_destroy (segfaulted if you deleted inside a walk) *
	  Added dns_shutdown() * Some tweaks here and there

2004-06-22 06:10  wingman

	* lib/eggdrop/: timer.c, xml.h: * Some small cosmetic fixes to last
	  commit * 2 leaks down, 210 to go...

2004-06-22 05:54  wingman

	* acconfig/module.mk.in, lib/eggdrop/Makefile.am,
	  lib/eggdrop/config.c, lib/eggdrop/config.h,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/garbage.c, lib/eggdrop/hash_table.c,
	  lib/eggdrop/help.c, lib/eggdrop/memory.c, lib/eggdrop/memory.h,
	  lib/eggdrop/memutil.c, lib/eggdrop/module.c,
	  lib/eggdrop/socket.c, lib/eggdrop/xml.c, lib/eggdrop/xml.h,
	  lib/eggdrop/xmlread.c, lib/eggdrop/xmlwrite.c, src/bg.c,
	  src/core_config.c, src/logfile.c, src/main.c: * Fixed -DDEBUG
	  (wasn't supplied in lib/eggdrop and modules)

	  * Reformatted help and xml to match our coding rules

	  * Added simple memory tracking functions

	  * Added a debugging switch (-d, --debug) which isn't very usefull
	  for	anyone but me since it's a normal eggdrop run w/o the main
	  loop ;-). It	 helps me finding mem leaks by doing

		  ./eggdrop -d && cat memory.log

	    Yeah, will be removed, but not yet currently coz there are
	  still ~270
	    memory blocks allocated when eggdrop is shut down.

2004-06-22 00:37  guppy

	* lib/eggdrop/dns.c: as pointed out by stdarg, ipv6 is here

2004-06-21 21:46  guppy

	* lib/eggdrop/dns.c: no sense doing a strcasecmp where a strcmp
	  will suffice

2004-06-21 15:35  wingman

	* lib/eggdrop/Makefile.am, lib/eggdrop/config.c,
	  lib/eggdrop/config.h, lib/eggdrop/dns.c, lib/eggdrop/dns.h,
	  lib/eggdrop/eggconfig.c, lib/eggdrop/eggconfig.h,
	  lib/eggdrop/eggdns.c, lib/eggdrop/eggdns.h,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/eggident.c,
	  lib/eggdrop/eggident.h, lib/eggdrop/eggmod.c,
	  lib/eggdrop/eggmod.h, lib/eggdrop/eggnet.c, lib/eggdrop/eggnet.h,
	  lib/eggdrop/eggowner.c, lib/eggdrop/eggowner.h,
	  lib/eggdrop/eggtimer.c, lib/eggdrop/eggtimer.h,
	  lib/eggdrop/ident.c, lib/eggdrop/ident.h, lib/eggdrop/module.c,
	  lib/eggdrop/module.h, lib/eggdrop/net.c, lib/eggdrop/net.h,
	  lib/eggdrop/owner.c, lib/eggdrop/owner.h, lib/eggdrop/string.h,
	  lib/eggdrop/timer.c, lib/eggdrop/timer.h,
	  modules/script/scriptmod.c, src/core_party.c: * Renamed
	  eggconfig.[hc] => config.[hc] * Renamed eggdns.[hc] => dns.[hc] *
	  Renamed eggtimer.[hc] => timer.[hc] * Renamed eggmod.[hc] =>
	  module.[hc] * Renamed eggnet.[hc] => net.[hc] * Renamed
	  eggowner.[hc] => owner.[hc] * Renamed eggident.[hc] => ident.[hc]

2004-06-21 14:04  stdarg

	* lib/eggdrop/binds.c, modules/script/scriptbind.c, src/bg.c,
	  src/bg.h, src/core_config.c, src/core_config.h, src/main.c,
	  src/main.h:
	  * Trying a simpler method of forking into the background.  *
	  Trying a lockfile approach -- seems to work well so far.

2004-06-21 13:44  wingman

	* lib/eggdrop/: Makefile.am, eggdrop.c, eggdrop.h, egglog.c,
	  egglog.h, eggstring.c, eggstring.h, ircmasks.c, logging.c,
	  logging.h, string.c, string.h: * Renamed egglog.[hc] =>
	  logging.[hc] * Renamed eggstring.[hc] => string.[hc]

2004-06-21 09:26  stdarg

	* lib/eggdrop/users.c, src/main.c:
	  * Create userfile before we split * Don't reload users that
	  already exist

2004-06-21 06:35  wingman

	* lib/eggdrop/: Makefile.am, eggdrop.h: * memory.[hc] are not yet
	  ready to be checked-in.

2004-06-21 06:33  wingman

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/egglog.c, lib/eggdrop/eggmod.c,
	  lib/eggdrop/eggowner.c, lib/eggdrop/linemode.c,
	  lib/eggdrop/partychan.c, lib/eggdrop/partyline.c,
	  lib/eggdrop/partymember.c, lib/eggdrop/script.c,
	  lib/eggdrop/sockbuf.c, modules/telnetparty/events.c,
	  modules/telnetparty/telnetparty.c: * Made the order of include
	  files consistent. Order should *always* be:

		  #include <system-headers>
		  #include <eggdrop/lib-headers>
		  #include "own headers"

	    With the current changes one can rename eggstring.h to string.h
	  w/o having
	    any problems.

2004-06-21 05:59  wingman

	* lib/eggdrop/eggdrop.c, lib/eggdrop/eggtimer.c,
	  lib/eggdrop/eggtimer.h, lib/eggdrop/partyline.c, src/logfile.c: *
	  Some left-over timer changes

2004-06-21 05:34  wingman

	* bootstrap, configure.ac, acconfig/acinclude.m4,
	  acconfig/config.stubs, lib/eggdrop/eggtimer.c,
	  lib/eggdrop/eggtimer.h, src/Makefile.am: * I guess automake 1.6
	  compiles fine now. I've tested it on my local box,   but i'm not
	  really sure since i have 1.6 and 1.8 installed, so someone   with
	  a "clean" 1.6 install should try to boostrap it

2004-06-20 20:14  stdarg

	* lib/eggdrop/eggtimer.c, lib/eggdrop/eggtimer.h,
	  lib/eggdrop/partyline.c, lib/eggdrop/sockbuf.c, src/terminal.c,
	  src/terminal.h:
	  * Removed special-case for stdin from sockbuf.c * Made terminal.c
	  use separate idx's for stdin/stdout * Made timestamp format
	  configurable * Didn't test anything since it doesn't build for me

2004-06-20 16:33  wingman

	* INSTALL, NEWS, README, bootstrap, configure.ac,
	  acconfig/install-help.sh, doc/BUG-REPORT, doc/MODULES,
	  doc/SCRIPTING-COMMANDS, doc/howto/CONTENTS, doc/howto/PATCHING,
	  doc/howto/PORTING, help/en_EN/commands.xml,
	  modules/blowfish/blowfish.c, modules/oldbotnet/PROTOCOL,
	  modules/oldbotnet/oldbotnet.c, scripts/CONTENTS,
	  scripts/alltools.tcl: * 1.7 => 1.9 change (though not all
	  occurrances replaced. Old modules,   ChangeLogs, etc were kept.)

2004-06-20 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-20 08:33  wingman

	* lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/egglog.c, lib/eggdrop/egglog.h,
	  lib/eggdrop/partyline.c, lib/eggdrop/partyline.h,
	  modules/telnetparty/telnetparty.c, src/Makefile.am,
	  src/core_party.c, src/logfile.c, src/logfile.h, src/main.c,
	  src/main.h, src/terminal.c, src/terminal.h: * Moved terminal mode
	  out of telnetparty into core. No more need to   load telnetparty
	  in order to get a console.

	  * Started the beginning (heh) of '.restart'. Currently only the
	  framework   works, meaning if you do '.restart' the old stuff
	  isn't cleared since	currently everything leaks a
	  <section>_shutdown() method :-/.

	    At least we can test memory leaks (and i guess there are a lot)
	  this way
	    by doing a restart and check if there's a single byte of memory
	  allocated
	    (there _shouldn't_ be any).

2004-06-20 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-20 04:46  wingman

	* modules/perlscript/Makefile.am: * Changed yet another occurance
	  of CPPFLAGS

2004-06-20 04:40  wingman

	* bootstrap, lib/eggdrop/Makefile.am: * Added possibility to run
	  ./bootstrap with different version of auto*	tools:

			  ./bootstrap		  # try highest
			  ./bootstrap 1.6	  # run with
	  automake-1.6/aclocal
			  ./bootstrap 1.8	  # ...

	  * CPPFLAGS are not supported by 1.6, so changed to CFLAGS which
	  are.	  Anyone knows a site of such incompatibilities between the
	  automake-*	versions?

2004-06-20 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-19 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-19 13:07  wingman

	* lib/eggdrop/binds.c, lib/eggdrop/binds.h, src/core_party.c,
	  src/core_party.h, src/main.c, src/main.h: * Added new (debugging)
	  command: .binds * Added "framework" for init/shutdown/restart. We
	  should really try to avoid   use of exit system call. More
	  cleanups to come later.

2004-06-19 12:19  wingman

	* help/en_EN/commands.xml, help/en_EN/variables.xml,
	  lib/eggdrop/help.c, src/core_config.c, src/core_party.c: * One
	  small cosmetic fix to help output * Documented a few
	  commands/variables, so 4 down, 194 still to go... *shrug*

2004-06-19 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-19 11:15  wingman

	* lib/eggdrop/: partyline.c, partyline.h: * Some small cosmetic
	  fixes from last commit (don't ask...)

2004-06-19 11:11  wingman

	* lib/eggdrop/binds.h, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, modules/telnetparty/events.c,
	  modules/telnetparty/telnetparty.h, src/logfile.c: * Added new
	  bind return code: BIND_LOG_COMMAND. If you have a command and
	  don't want it's args just the name to be logged return
	  BIND_LOG_COMMAND   instead of BIND_LOG.

	  * Partyline commands are now logged (#nick# <cmd> [args])

	  * Made (partyline) output more consistent.

	  * Added default idx partyline on_join/part/... handler to reduce
	  work in   modules and to have a single place for editing the
	  format of the   messages.

2004-06-19 08:18  wingman

	* Makefile.am, acconfig/gen-config.py, acconfig/gen-docs.py,
	  help/en_EN/variables.xml, lib/eggdrop/xml.h,
	  lib/eggdrop/xmlread.c: * Added xml CDATA_SECTION support * Added
	  scripts for generation of our docs (TODO) and config.xml (HACK)

2004-06-19 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-19 05:30  wingman

	* Makefile.am, lib/eggdrop/eggconfig.c, lib/eggdrop/eggconfig.h,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/egglog.c, lib/eggdrop/egglog.h, lib/eggdrop/eggmod.c,
	  lib/eggdrop/eggmod.h, lib/eggdrop/help.c,
	  lib/eggdrop/partychan.c, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/users.c,
	  lib/eggdrop/users.h, src/core_binds.c, src/core_binds.h: *
	  #Define'd the bind table names. Makes it easier to rename them if
	  we want   to and you can easily get a list of all binds names by
	  a simple grep:

		  grep -r "#define BTN_" eggdrop1.7/*

	    If anyone asks where this BTN_ comes from:

		  BT_<name>	  <- bind table 	  (already in use)
		  BTN_<name>	  <- bind table name

2004-06-19 04:59  wingman

	* lib/compat/Makefile.am, lib/eggdrop/Makefile.am, src/Makefile.am:
	  * Renamed INCLUDES to <program>_CPPFLAGS because of two reasons:

	      - "This does the same job as AM_CPPFLAGS. It is an older name
	  for the
		 same functionality. This variable is deprecated; we
	  suggest using
		 AM_CPPFLAGS instead." (automake manual)

	      - We can now (if anyone wants) rename all egg<file> files to
	  just
		<file> w/o having any problems with name collisions.

2004-06-19 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-18 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-18 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-18 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-18 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-17 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-17 15:52  wingman

	* acconfig/: config.stubs, install-help.sh, module.mk.in: * A wise
	  man once told me that new files shouldn't be back-copyrighted ;-)

2004-06-17 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-17 08:32  wingman

	* Makefile.am, configure.ac, acconfig/install-help.sh,
	  acconfig/module.mk.in, help/core_commands.xml,
	  help/en_EN/commands.xml, help/en_EN/variables.xml,
	  lib/eggdrop/binds.c, lib/eggdrop/eggmod.c,
	  lib/eggdrop/eggstring.c, lib/eggdrop/eggstring.h,
	  lib/eggdrop/eggtimer.c, lib/eggdrop/eggtimer.h,
	  lib/eggdrop/flags.c, lib/eggdrop/help.c, lib/eggdrop/help.h,
	  lib/eggdrop/users.c, lib/eggdrop/users.h, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, lib/eggdrop/xmlread.c,
	  modules/blowfish/Makefile.am, modules/dccparty/Makefile.am,
	  modules/ircparty/Makefile.am, modules/javascript/Makefile.am,
	  modules/oldbotnet/Makefile.am, modules/perlscript/Makefile.am,
	  modules/proxy/Makefile.am, modules/script/Makefile.am,
	  modules/script/scriptuser.c, modules/server/Makefile.am,
	  modules/server/help/en_EN/commands.xml,
	  modules/tclscript/Makefile.am, modules/telnetparty/Makefile.am,
	  modules/telnetparty/telnetparty.c, src/core_config.c,
	  src/core_party.c, src/logfile.c, src/main.c: * Added new TAG: DDC
	  for "this feature is document". After we are sure   that all
	  source code variables/commands/functions/ are tagged with either
	   DDD or DDC we'll remove them.

	  * Made module Makefile.am's more centralized by moving common
	  stuff   to acconfig/module.mk.

	  * Introducted new help system. It's now on per module basis and
	  localized.	Default language is "en_EN" else not otherwise
	  specified. Beside the    %b formattings of 1.6 it has all
	  features of the 1.6 help system.

	    It's also more intelligent since help files are automaticly
	  bound to
	    module load/unload events. You don't need to manually load
	  module help
	    files any more. (Though unloading not tested yet... 8-))

	  * Fixed some tweaks here and there.

2004-06-17 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-17 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-16 21:01  stdarg

	* lib/eggdrop/eggdrop.h, modules/dccparty/dccparty.c,
	  modules/ircparty/ircparty.c, modules/telnetparty/telnetparty.c:
	  * Use snprintf in some places to avoid malloc

2004-06-16 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-16 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-16 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-16 01:33  wcc

	* bootstrap, configure.ac, acconfig/acinclude.m4,
	  modules/blowfish/config.m4, modules/compress/config.m4,
	  modules/dccparty/config.m4, modules/ircparty/config.m4,
	  modules/javascript/config.m4, modules/oldbotnet/config.m4,
	  modules/perlscript/config.m4, modules/proxy/config.m4,
	  modules/script/config.m4, modules/server/config.m4,
	  modules/tclscript/config.m4, modules/telnetparty/config.m4: *
	  Removed EGG_DISABLE_CC_OPTIMIZATION.	* Change AC_PREREQ() to
	  2.57.  * Fixed EGG_INADDR_LOOPBACK(). Former macro always
	  returned false.  * General autotools cleanups.

	  NOTE: For some reason, the modules' Makefile.in's aren't being
	  generated.  This was the case BEFORE this commit (and still is).
	  I'll look at it later after reading the automake manual =P.

	  config.status: error: cannot find input file:
	  modules/blowfish/Makefile.in

2004-06-16 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-15 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-15 14:36  wingman

	* doc/internals/network.txt, lib/eggdrop/Makefile.am,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/my_socket.c,
	  lib/eggdrop/my_socket.h, lib/eggdrop/socket.c,
	  lib/eggdrop/socket.h: * Made his socket to our socket.

2004-06-15 14:19  wingman

	* lib/eggdrop/eggconfig.c, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/egglog.c, lib/eggdrop/eggmod.c,
	  lib/eggdrop/partychan.c, lib/eggdrop/partyline.c,
	  lib/eggdrop/users.c, lib/eggdrop/xml.c, lib/eggdrop/xml.h,
	  lib/eggdrop/xmlread.c, modules/ircparty/ircparty.c,
	  modules/oldbotnet/oldbotnet.c, modules/script/scriptbind.c,
	  modules/script/scriptconfig.c, modules/script/scriptlog.c,
	  modules/script/scriptmisc.c, modules/script/scriptmod.c,
	  modules/script/scriptnet.c, modules/script/scripttimer.c,
	  modules/script/scriptuser.c, modules/server/binds.c,
	  modules/server/party_commands.c, modules/server/scriptcmds.c,
	  src/core_binds.c, src/core_party.c, src/logfile.c: * Added 'DDD'
	  tags to mark stuff for documentation. Example:

		  # list of everything which needs to be documented
		  grep -nR "DDD" eggdrop1.7/

		  # list of all todos
		  grep -nR "XXX" eggdrop1.7/

	    I'm sure i've missed some binds/commands/vars so if anyone
	  finds more
	    - go ahead. After all current stuff is marked we'll (note, that
	  includes
	    YOU (whoever reads this! ;-)) begin with eliminating the DDD
	  lines.

	    The user who removes most of the DDD lines gets a cold beer ;-)

	  * Cleaned up and made xml api more consistent

2004-06-15 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-15 07:23  wingman

	* lib/eggdrop/: binds.c, binds.h, partyline.c: * Added new bind
	  check variant where you can supply a int variable to get   the
	  number of callbacks which are executed.  * Added our beloved
	  'What? You need '.help'!" message. Before you didn't	 even
	  notice if a command exists or not (there was just no response at
	  all).

2004-06-15 06:54  wingman

	* lib/eggdrop/eggdrop.h, lib/eggdrop/md5.c,
	  lib/eggdrop/partyline.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, modules/server/channels.c,
	  modules/tclscript/tclscript.c, modules/telnetparty/telnetparty.c,
	  src/core_party.c, src/logfile.c, src/main.c: * Fixed all current
	  compile warnings * Terminal mode was entered even if there was no
	  -t command line arg.	  Currently this is fixed with a global int
	  symbol, but imho we might    need to find a better way to deal
	  with accessing command line args    in modules (and mapping them
	  back to the core).

2004-06-15 06:24  wingman

	* lib/eggdrop/eggdrop.h, lib/eggdrop/partychan.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/partymember.c,
	  lib/eggdrop/sockbuf.c, modules/telnetparty/telnetparty.c,
	  src/Makefile.am, src/core_binds.c, src/core_binds.h,
	  src/core_party.c, src/core_party.h, src/logfile.c, src/main.c: *
	  Assertion outputs shouldn't be done via putlog * stdin/stdout can
	  now be used with sockbufs (just create a new sockbuf	 with
	  socket fileno(stdout)) * Added terminal mode (--terminal/-t).
	  Though not the best solution yet   since telnetparty needs to be
	  loaded but it's much easier now to   debug/test things now.  *
	  Added two new binds:

		  init: executed after everything (core,modules,scripts) is
	  loaded
			  and right before main loop.

		  shutdown: executed before shutting down the bot
	  (currently never
			  called since we'll never leave our main loop and
	  there
			  are places like party_die which calls exit()
	  manually).

2004-06-15 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-15 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-14 18:57  wingman

	* lib/eggdrop/script.h, modules/script/scriptbind.c,
	  modules/tclscript/tclscript.c: * Removed a left-over debugging
	  putlog * One should use the constants he defines...otherwise
	  they're pretty   useless

2004-06-14 18:42  wingman

	* lib/eggdrop/eggdrop.h, lib/eggdrop/eggmod.c,
	  lib/eggdrop/eggmod.h, lib/eggdrop/script.c, lib/eggdrop/script.h,
	  modules/script/scriptbind.c, modules/script/scriptmod.c,
	  modules/server/input.c, modules/tclscript/tclscript.c,
	  scripts/tests/test-server.tcl:
	  * Added 4 macros for common tasks of parameter validation:
	  egg_assert,	egg_assert_val, egg_return_if_fail,
	  egg_return_val_if_fail (see gtk.h   for origin of this macros.) *
	  Added script command 'module_loaded <name>', returns 1 if <name>
	  is   loaded.	* Added some additional script putlog informations.
	  * Added some additional server putlogs (you didn't know what's
	  the	current nickname/username/hostname of your bot by just
	  looking at the   logs).  * Added a test script, i encourage other
	  people for writing tests for	 all sorts of commands/binds so
	  that we know what's currently working and   what's missing. And
	  this way we get some testing too.

2004-06-14 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-14 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-14 10:01  wingman

	* acconfig/config.stubs, modules/tclscript/config.m4:
	  Made module configure stuff dynamic (part II).

2004-06-14 09:45  wingman

	* configure.ac, acconfig/acinclude.m4, acconfig/tcl.m4,
	  modules/Makefile.am, modules/blowfish/config.m4,
	  modules/compress/Makefile.am, modules/compress/config.m4,
	  modules/dccparty/config.m4, modules/ircparty/config.m4,
	  modules/javascript/Makefile.am, modules/javascript/config.m4,
	  modules/perlscript/Makefile.am, modules/perlscript/config.m4,
	  modules/proxy/config.m4, modules/script/config.m4,
	  modules/server/config.m4, modules/tclscript/Makefile.am,
	  modules/tclscript/config.m4, modules/tclscript/tcl.m4,
	  modules/telnetparty/config.m4, src/Makefile.am:
	  Made module configure stuff dynamic.

2004-06-14 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-14 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-14 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-14 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-13 23:34  stdarg

	* configure.ac, lib/Makefile.am: * Remove egglib from build
	  (hopefully)

2004-06-13 18:31  takeda

	* acconfig/acinclude.m4, acconfig/tcl.m4,
	  modules/tclscript/Makefile.am: * fixing problems with compiling
	  tclscript module on FreeBSD

2004-06-13 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-13 18:00  changelog

	* ChangeLog: ChangeLog

2004-06-13 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-13 12:00  changelog

	* ChangeLog: ChangeLog

2004-06-13 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-13 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-13 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-13 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-12 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-12 18:00  changelog

	* ChangeLog: ChangeLog

2004-06-12 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-12 12:00  changelog

	* ChangeLog: ChangeLog

2004-06-12 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-12 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-12 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-12 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-11 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-11 18:00  changelog

	* ChangeLog: ChangeLog

2004-06-11 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-11 12:00  changelog

	* ChangeLog: ChangeLog

2004-06-11 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-11 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-11 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-11 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-10 18:59  takeda

	* bootstrap, acconfig/acinclude.m4, acconfig/mpatrol.m4,
	  acconfig/tcl.m4, modules/proxy/http.c, modules/proxy/socks5.c: *
	  fixed some warnings and errors while compiling/generating
	  autoconf on FreeBSD

2004-06-10 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-10 18:00  changelog

	* ChangeLog: ChangeLog

2004-06-10 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-10 12:00  changelog

	* ChangeLog: ChangeLog

2004-06-10 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-10 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-10 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-10 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-09 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-09 18:00  changelog

	* ChangeLog: ChangeLog

2004-06-09 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-09 12:00  changelog

	* ChangeLog: ChangeLog

2004-06-09 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-09 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-09 01:45  tothwolf

	* bootstrap, acconfig/ChangeLog.config, acconfig/config.guess,
	  acconfig/config.rpath, acconfig/config.sub: * Don't use --force
	  for libtoolize in bootstrap.	* Upgraded to latest config.guess
	  and config.sub.

2004-06-09 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-09 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-08 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-08 18:00  changelog

	* ChangeLog: ChangeLog

2004-06-08 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-08 12:00  changelog

	* ChangeLog: ChangeLog

2004-06-08 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-08 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-08 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-08 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-07 19:51  stdarg

	* ABOUT-NLS, ChangeLog, Makefile.am, bootstrap, configure.ac,
	  acconfig/acinclude.m4, acconfig/config.guess,
	  acconfig/config.sub, m4/ChangeLog, m4/gettext.m4, po/ChangeLog,
	  po/Makefile.in.in:
	  * Hmm... reran bootstrap with some new options... some of
	  takeda's reordering

2004-06-07 18:19  stdarg

	* modules/server/: egg_server_api.c, egg_server_internal.h: [no log
	  message]

2004-06-07 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-07 18:14  stdarg

	* configure.ac, acconfig/acinclude.m4, modules/server/Makefile.am,
	  modules/server/binds.c, modules/server/channels.c,
	  modules/server/dcc.c, modules/server/egg_server_api.h,
	  modules/server/input.c, modules/server/nicklist.c,
	  modules/server/output.c, modules/server/party_commands.c,
	  modules/server/scriptcmds.c, modules/server/server.c,
	  modules/server/server.h, modules/server/serverlist.c,
	  modules/server/servsock.c: [no log message]

2004-06-07 18:00  changelog

	* ChangeLog: ChangeLog

2004-06-07 12:24  wcc

	* config.xml: * Seeing if CVS works now...

2004-06-07 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-07 12:00  changelog

	* ChangeLog: ChangeLog

2004-06-07 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-07 06:00  changelog

	* ChangeLog: ChangeLog

2004-06-07 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-07 00:00  changelog

	* ChangeLog: ChangeLog

2004-06-06 20:37  changelog

	* ChangeLog: ChangeLog

2004-06-06 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-06 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-06 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-06 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-05 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-05 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-05 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-05 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-04 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-04 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-04 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-04 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-03 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-03 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-03 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-03 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-02 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-02 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-02 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-02 00:15  changelog

	* po/eggdrop.pot: Pots

2004-06-01 18:15  changelog

	* po/eggdrop.pot: Pots

2004-06-01 12:15  changelog

	* po/eggdrop.pot: Pots

2004-06-01 06:15  changelog

	* po/eggdrop.pot: Pots

2004-06-01 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-31 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-31 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-31 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-31 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-30 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-30 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-30 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-30 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-29 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-29 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-29 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-29 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-28 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-28 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-28 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-28 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-27 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-27 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-27 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-27 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-26 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-26 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-26 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-26 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-25 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-25 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-25 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-25 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-24 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-24 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-24 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-24 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-23 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-23 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-23 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-23 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-22 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-22 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-22 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-22 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-21 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-21 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-21 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-21 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-20 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-20 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-20 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-20 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-19 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-19 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-19 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-19 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-18 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-18 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-18 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-18 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-17 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-17 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-17 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-17 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-16 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-16 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-16 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-16 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-15 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-15 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-15 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-15 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-14 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-14 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-14 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-14 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-13 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-13 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-13 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-13 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-12 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-12 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-12 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-12 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-11 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-11 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-11 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-11 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-10 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-10 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-10 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-10 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-09 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-09 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-09 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-09 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-08 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-08 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-08 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-08 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-07 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-07 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-07 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-07 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-06 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-06 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-06 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-06 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-05 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-05 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-05 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-05 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-04 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-04 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-04 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-04 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-03 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-03 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-03 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-03 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-02 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-02 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-02 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-02 00:15  changelog

	* po/eggdrop.pot: Pots

2004-05-01 18:15  changelog

	* po/eggdrop.pot: Pots

2004-05-01 12:15  changelog

	* po/eggdrop.pot: Pots

2004-05-01 06:15  changelog

	* po/eggdrop.pot: Pots

2004-05-01 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-30 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-30 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-30 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-30 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-29 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-29 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-29 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-29 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-28 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-28 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-28 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-28 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-27 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-27 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-27 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-27 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-26 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-26 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-26 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-26 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-25 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-25 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-25 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-25 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-24 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-24 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-24 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-24 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-23 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-23 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-23 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-23 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-22 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-22 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-22 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-22 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-21 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-21 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-21 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-21 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-20 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-20 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-20 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-20 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-19 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-19 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-19 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-19 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-18 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-18 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-18 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-18 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-17 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-17 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-17 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-17 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-16 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-16 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-16 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-16 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-15 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-15 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-15 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-15 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-14 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-14 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-14 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-14 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-13 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-13 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-13 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-13 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-12 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-12 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-12 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-12 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-11 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-11 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-11 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-11 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-10 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-10 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-10 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-10 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-09 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-09 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-09 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-09 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-08 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-08 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-08 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-08 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-07 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-07 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-07 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-07 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-06 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-06 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-06 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-06 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-05 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-05 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-05 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-05 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-04 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-04 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-04 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-04 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-03 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-03 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-03 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-03 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-02 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-02 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-02 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-02 00:15  changelog

	* po/eggdrop.pot: Pots

2004-04-01 18:15  changelog

	* po/eggdrop.pot: Pots

2004-04-01 12:15  changelog

	* po/eggdrop.pot: Pots

2004-04-01 06:15  changelog

	* po/eggdrop.pot: Pots

2004-04-01 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-31 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-31 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-31 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-31 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-30 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-30 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-30 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-30 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-29 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-29 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-29 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-29 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-28 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-28 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-28 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-28 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-27 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-27 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-27 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-27 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-26 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-26 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-26 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-26 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-25 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-25 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-25 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-25 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-24 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-24 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-24 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-24 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-23 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-23 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-23 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-23 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-22 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-22 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-22 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-22 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-21 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-21 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-21 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-21 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-20 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-20 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-20 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-20 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-19 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-19 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-19 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-19 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-18 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-18 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-18 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-18 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-17 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-17 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-17 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-17 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-16 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-16 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-16 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-16 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-15 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-15 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-15 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-15 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-14 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-14 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-14 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-14 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-13 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-13 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-13 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-13 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-12 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-12 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-12 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-12 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-11 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-11 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-11 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-11 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-10 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-10 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-10 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-10 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-09 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-09 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-09 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-09 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-08 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-08 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-08 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-08 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-07 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-07 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-07 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-07 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-06 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-06 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-06 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-06 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-05 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-05 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-05 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-05 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-04 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-04 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-04 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-04 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-03 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-03 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-03 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-03 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-02 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-02 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-02 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-02 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-01 18:15  changelog

	* po/eggdrop.pot: Pots

2004-03-01 16:58  stdarg

	* lib/eggdrop/eggmod.c, lib/eggdrop/eggmod.h,
	  lib/eggdrop/hash_table.c, lib/eggdrop/hash_table.h,
	  lib/eggdrop/help.c, lib/eggdrop/users.c, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, modules/script/scriptbind.c,
	  modules/server/channels.c, modules/server/input.c,
	  modules/server/scriptcmds.c, modules/server/server.c,
	  modules/server/server.h, po/eggdrop.pot, src/core_config.c:
	  * Fixed some valgrind errors; still a few in xml* though.

2004-03-01 12:15  changelog

	* po/eggdrop.pot: Pots

2004-03-01 06:15  changelog

	* po/eggdrop.pot: Pots

2004-03-01 00:15  changelog

	* po/eggdrop.pot: Pots

2004-03-01 00:01  changelog

	* ChangeLog: ChangeLog

2004-02-29 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-29 18:01  changelog

	* ChangeLog: ChangeLog

2004-02-29 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-29 12:01  changelog

	* ChangeLog: ChangeLog

2004-02-29 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-29 06:01  changelog

	* ChangeLog: ChangeLog

2004-02-29 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-29 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-28 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-28 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-28 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-28 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-28 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-28 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-28 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-28 00:00  stdarg

	* lib/eggdrop/binds.c, modules/server/channels.c,
	  modules/server/channels.h, modules/server/scriptcmds.c,
	  modules/server/servsock.c:
	  * Generalized channel mask lists based on 005. Except for binds,
	  which should be configurable or moved to another module/script.

2004-02-28 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-27 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-27 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-27 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-27 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-27 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-27 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-27 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-27 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-26 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-26 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-26 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-26 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-26 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-26 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-26 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-26 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-25 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-25 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-25 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-25 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-25 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-25 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-25 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-25 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-24 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-24 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-24 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-24 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-24 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-24 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-24 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-24 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-23 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-23 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-23 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-23 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-23 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-23 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-23 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-23 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-22 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-22 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-22 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-22 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-22 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-22 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-22 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-22 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-21 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-21 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-21 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-21 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-21 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-21 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-21 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-21 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-20 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-20 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-20 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-20 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-20 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-20 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-20 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-20 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-19 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-19 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-19 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-19 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-19 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-19 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-19 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-19 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-18 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-18 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-18 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-18 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-18 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-18 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-18 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-18 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-17 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-17 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-17 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-17 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-17 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-17 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-17 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-17 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-16 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-16 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-16 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-16 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-16 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-16 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-16 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-16 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-15 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-15 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-15 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-15 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-15 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-15 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-15 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-15 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-14 23:36  stdarg

	* src/core_party.c:
	  * .loadmod and .unloadmod

2004-02-14 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-14 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-14 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-14 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-14 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-14 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-14 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-14 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-13 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-13 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-13 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-13 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-13 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-13 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-13 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-13 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-12 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-12 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-12 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-12 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-12 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-12 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-12 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-12 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-11 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-11 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-11 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-11 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-11 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-11 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-11 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-11 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-10 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-10 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-10 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-10 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-10 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-10 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-10 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-10 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-09 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-09 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-09 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-09 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-09 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-09 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-09 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-09 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-08 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-08 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-08 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-08 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-08 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-08 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-08 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-08 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-07 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-07 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-07 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-07 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-07 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-07 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-07 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-07 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-06 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-06 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-06 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-06 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-06 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-06 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-06 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-06 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-05 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-05 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-05 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-05 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-05 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-05 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-05 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-05 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-04 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-04 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-04 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-04 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-04 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-04 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-04 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-04 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-03 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-03 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-03 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-03 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-03 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-03 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-03 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-03 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-02 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-02 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-02 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-02 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-02 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-02 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-02 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-02 00:00  changelog

	* ChangeLog: ChangeLog

2004-02-01 18:15  changelog

	* po/eggdrop.pot: Pots

2004-02-01 18:00  changelog

	* ChangeLog: ChangeLog

2004-02-01 12:15  changelog

	* po/eggdrop.pot: Pots

2004-02-01 12:00  changelog

	* ChangeLog: ChangeLog

2004-02-01 06:15  changelog

	* po/eggdrop.pot: Pots

2004-02-01 06:00  changelog

	* ChangeLog: ChangeLog

2004-02-01 00:15  changelog

	* po/eggdrop.pot: Pots

2004-02-01 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-31 18:16  changelog

	* po/eggdrop.pot: Pots

2004-01-31 18:02  changelog

	* ChangeLog: ChangeLog

2004-01-31 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-31 12:02  changelog

	* ChangeLog: ChangeLog

2004-01-31 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-31 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-31 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-31 00:01  changelog

	* ChangeLog: ChangeLog

2004-01-30 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-30 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-30 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-30 12:06  changelog

	* ChangeLog: ChangeLog

2004-01-30 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-30 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-30 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-30 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-29 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-29 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-29 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-29 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-29 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-29 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-29 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-29 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-28 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-28 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-28 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-28 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-28 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-28 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-28 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-28 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-27 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-27 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-27 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-27 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-27 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-27 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-27 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-27 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-26 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-26 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-26 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-26 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-26 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-26 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-26 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-26 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-25 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-25 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-25 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-25 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-25 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-25 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-25 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-25 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-24 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-24 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-24 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-24 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-24 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-24 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-24 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-24 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-23 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-23 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-23 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-23 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-23 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-23 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-23 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-23 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-22 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-22 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-22 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-22 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-22 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-22 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-22 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-22 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-21 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-21 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-21 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-21 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-21 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-21 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-21 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-21 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-20 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-20 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-20 16:47  stdarg

	* lib/eggdrop/eggstring.c, src/core_party.c:
	  * Added +/-host

2004-01-20 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-20 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-20 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-20 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-20 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-20 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-19 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-19 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-19 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-19 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-19 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-19 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-19 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-19 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-18 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-18 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-18 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-18 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-18 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-18 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-18 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-18 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-17 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-17 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-17 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-17 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-17 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-17 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-17 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-17 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-16 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-16 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-16 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-16 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-16 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-16 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-16 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-16 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-15 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-15 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-15 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-15 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-15 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-15 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-15 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-15 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-14 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-14 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-14 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-14 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-14 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-14 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-14 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-14 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-13 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-13 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-13 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-13 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-13 09:56  stdarg

	* modules/server/channels.c, src/main.c:
	  * Get channel mode on join

2004-01-13 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-13 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-13 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-13 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-12 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-12 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-12 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-12 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-12 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-12 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-12 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-12 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-11 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-11 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-11 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-11 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-11 08:30  stdarg

	* lib/eggdrop/: help.c, xml.c, xmlread.c:
	  * Get rid of #define AMP_CHARS... we always want them.

2004-01-11 06:16  wcc

	* config.xml, help/core_commands.xml, lib/eggdrop/Makefile.am,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h, lib/eggdrop/help.c,
	  lib/eggdrop/help.h, lib/eggdrop/users.c, lib/eggdrop/xmlread.c,
	  modules/proxy/proxy.c, modules/server/nicklist.c,
	  modules/server/party_commands.c, src/core_config.c,
	  src/core_party.c, src/main.c: * Start of help system.

2004-01-11 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-11 06:12  stdarg

	* config.xml:
	  * whois_items default for now

2004-01-11 06:02  stdarg

	* src/: core_config.c, core_config.h, core_party.c:
	  * Initial .whois command with whois_items variable to control
	  displayed fields

2004-01-11 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-11 04:54  stdarg

	* doc/internals/network.txt, lib/eggdrop/eggnet.c,
	  modules/server/server.c:
	  * Some traffic stats for the server module

2004-01-11 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-11 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-10 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-10 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-10 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-10 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-10 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-10 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-10 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-10 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-09 19:43  stdarg

	* lib/eggdrop/common.h, lib/eggdrop/linemode.c,
	  lib/eggdrop/sockbuf.c, lib/eggdrop/sockbuf.h,
	  lib/eggdrop/throttle.c, modules/script/scriptnet.c,
	  src/core_party.c:
	  * Stats for sockbufs

2004-01-09 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-09 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-09 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-09 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-09 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-09 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-09 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-09 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-08 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-08 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-08 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-08 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-08 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-08 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-08 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-08 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-07 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-07 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-07 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-07 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-07 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-07 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-07 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-07 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-06 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-06 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-06 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-06 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-06 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-06 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-06 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-06 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-05 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-05 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-05 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-05 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-05 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-05 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-05 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-05 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-04 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-04 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-04 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-04 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-04 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-04 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-04 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-04 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-03 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-03 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-03 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-03 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-03 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-03 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-03 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-03 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-02 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-02 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-02 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-02 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-02 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-02 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-02 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-02 00:00  changelog

	* ChangeLog: ChangeLog

2004-01-01 18:15  changelog

	* po/eggdrop.pot: Pots

2004-01-01 18:00  changelog

	* ChangeLog: ChangeLog

2004-01-01 12:15  changelog

	* po/eggdrop.pot: Pots

2004-01-01 12:00  changelog

	* ChangeLog: ChangeLog

2004-01-01 06:15  changelog

	* po/eggdrop.pot: Pots

2004-01-01 06:00  changelog

	* ChangeLog: ChangeLog

2004-01-01 00:15  changelog

	* po/eggdrop.pot: Pots

2004-01-01 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-31 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-31 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-31 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-31 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-31 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-31 06:04  changelog

	* ChangeLog: ChangeLog

2003-12-31 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-31 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-30 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-30 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-30 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-30 12:01  changelog

	* ChangeLog: ChangeLog

2003-12-30 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-30 06:01  changelog

	* ChangeLog: ChangeLog

2003-12-30 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-30 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-29 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-29 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-29 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-29 12:02  changelog

	* ChangeLog: ChangeLog

2003-12-29 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-29 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-29 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-29 00:03  changelog

	* ChangeLog: ChangeLog

2003-12-28 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-28 18:01  changelog

	* ChangeLog: ChangeLog

2003-12-28 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-28 12:03  changelog

	* ChangeLog: ChangeLog

2003-12-28 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-28 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-28 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-28 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-27 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-27 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-27 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-27 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-27 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-27 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-27 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-27 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-26 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-26 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-26 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-26 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-26 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-26 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-26 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-26 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-25 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-25 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-25 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-25 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-25 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-25 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-25 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-25 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-24 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-24 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-24 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-24 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-24 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-24 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-24 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-24 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-23 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-23 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-23 17:21  stdarg

	* lib/eggdrop/: eggstring.c, eggstring.h:
	  * Use unsigned chars (for isspace)

2003-12-23 16:23  stdarg

	* lib/eggdrop/eggstring.c, lib/eggdrop/eggstring.h,
	  modules/server/party_commands.c, src/core_party.c:
	  * egg_get_arg() retrieves an arg from a string and understands
	  quotes single quotes, and escape sequences in a bash-like manner.

2003-12-23 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-23 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-23 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-23 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-23 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-23 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-22 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-22 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-22 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-22 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-22 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-22 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-22 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-22 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-21 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-21 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-21 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-21 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-21 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-21 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-21 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-21 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-20 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-20 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-20 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-20 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-20 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-20 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-20 02:13  stdarg

	* modules/: javascript/javascript.c, perlscript/perlscript.c,
	  proxy/proxy.c, tclscript/tclscript.c: [no log message]

2003-12-20 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-20 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-19 18:34  stdarg

	* config.xml, lib/eggdrop/eggconfig.c, lib/eggdrop/eggconfig.h,
	  modules/proxy/http.c, modules/proxy/proxy.c,
	  modules/proxy/socks5.c, modules/script/scriptconfig.c,
	  modules/server/nicklist.c, modules/server/nicklist.h,
	  modules/server/party_commands.c, modules/server/server.c,
	  src/core_binds.c, src/core_binds.h, src/core_config.c,
	  src/core_party.c, src/main.c:
	  * Server saves nick list and server list

2003-12-19 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-19 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-19 16:12  stdarg

	* modules/proxy/.cvsignore: [no log message]

2003-12-19 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-19 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-19 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-19 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-19 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-19 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-18 19:50  stdarg

	* modules/ircparty/ircparty.c:
	  * Better NOTICE format for ircparty login

2003-12-18 19:08  stdarg

	* lib/eggdrop/eggmod.c, lib/eggdrop/eggmod.h, src/core_party.c:
	  * Fix .die to show the proper die message * Remove auto-save of
	  config on .die * Make module list use const

2003-12-18 18:51  stdarg

	* lib/eggdrop/eggconfig.c, modules/proxy/Makefile.am,
	  modules/proxy/http.c, modules/proxy/proxy.c,
	  modules/proxy/proxy.h, modules/proxy/socks5.c:
	  * socks5 support

2003-12-18 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-18 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-18 17:11  stdarg

	* modules/proxy/: Makefile.am, http.c, proxy.c, proxy.h:
	  * Initial http proxy support

2003-12-18 17:10  stdarg

	* configure.ac, lib/eggdrop/eggnet.c, lib/eggdrop/eggnet.h,
	  modules/Makefile.am, modules/javascript/javascript.c,
	  modules/oldbotnet/oldbotnet.c, modules/perlscript/perlscript.c,
	  modules/server/input.c:
	  * Fix for 005 parsing when multiple 005 messages are received

2003-12-18 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-18 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-18 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-18 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-18 01:34  wcc

	* modules/script/scriptmisc.c: * script_unames() doesn't crash
	  anymore.

2003-12-18 01:20  wcc

	* src/main.c: * Erm..

2003-12-18 01:18  wcc

	* modules/server/scriptcmds.c, modules/server/server.c, src/main.c:
	  * Misc stuff.

2003-12-18 01:10  wcc

	* modules/: javascript/Makefile.am, perlscript/Makefile.am,
	  script/scriptmisc.c, tclscript/Makefile.am: [no log message]

2003-12-18 00:50  wcc

	* modules/blowfish/blowfish.c, modules/blowfish/blowfish.h,
	  modules/dccparty/dccparty.h, modules/ircparty/ircparty.h,
	  modules/javascript/Makefile.am, modules/javascript/javascript.c,
	  modules/oldbotnet/Makefile.am, modules/oldbotnet/events.c,
	  modules/oldbotnet/oldbotnet.c, modules/oldbotnet/oldbotnet.h,
	  modules/perlscript/Makefile.am, modules/perlscript/mod_iface.c,
	  modules/perlscript/perlscript.c, modules/script/Makefile.am,
	  modules/script/scriptbind.c, modules/script/scriptconfig.c,
	  modules/script/scriptlog.c, modules/script/scriptmisc.c,
	  modules/script/scriptmod.c, modules/script/scriptnet.c,
	  modules/script/scriptparty.c, modules/script/scripttimer.c,
	  modules/script/scriptuser.c, modules/server/Makefile.am,
	  modules/server/binds.c, modules/server/binds.h,
	  modules/server/channels.c, modules/server/channels.h,
	  modules/server/dcc.c, modules/server/dcc.h,
	  modules/server/egg_server_api.h, modules/server/input.c,
	  modules/server/input.h, modules/server/modinfo,
	  modules/server/nicklist.c, modules/server/nicklist.h,
	  modules/server/output.c, modules/server/output.h,
	  modules/server/party_commands.c, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/serverlist.c, modules/server/serverlist.h,
	  modules/server/servsock.c, modules/server/servsock.h,
	  modules/server/help/server.help, modules/tclscript/Makefile.am,
	  modules/tclscript/tclscript.c, modules/telnetparty/Makefile.am,
	  modules/telnetparty/events.c, modules/telnetparty/telnetparty.c,
	  modules/telnetparty/telnetparty.h, src/main.c: * More
	  GPL/header/rcsid stuff.

2003-12-18 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-18 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-17 21:54  wcc

	* modules/blowfish/Makefile.am, modules/blowfish/bf_tab.h,
	  modules/blowfish/blowfish.c, modules/blowfish/blowfish.h,
	  modules/blowfish/modinfo, modules/dccparty/Makefile.am,
	  modules/dccparty/dccparty.c, modules/dccparty/dccparty.h,
	  modules/dccparty/events.c, modules/ircparty/Makefile.am,
	  modules/ircparty/events.c, modules/ircparty/ircparty.c,
	  modules/ircparty/ircparty.h, modules/telnetparty/events.c,
	  modules/telnetparty/telnetparty.c, po/.potignore, po/POTFILES.in,
	  src/bg.c, src/core_party.c, src/main.c: * Reverted some stuff
	  that shouldn't have been gettextified.  * More GPL/rcsids.

2003-12-17 20:27  wcc

	* modules/server/input.c: [no log message]

2003-12-17 20:23  wcc

	* modules/dccparty/dccparty.c, modules/dccparty/events.c,
	  modules/ircparty/ircparty.c, modules/javascript/javascript.c,
	  modules/oldbotnet/oldbotnet.c, modules/perlscript/mod_iface.c,
	  modules/server/input.c, modules/server/nicklist.c,
	  modules/server/party_commands.c, modules/server/server.c,
	  modules/server/servsock.c, modules/tclscript/tclscript.c,
	  modules/telnetparty/events.c, modules/telnetparty/telnetparty.c,
	  po/POTFILES.in, po/eggdrop.pot, po/update.pl: * Gettext stuff.

2003-12-17 19:00  wcc

	* modules/: javascript/javascript.c, tclscript/tclscript.c: [no log
	  message]

2003-12-17 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-17 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-17 12:15  changelog

	* po/eggdrop.pot: Pots

2003-12-17 12:00  changelog

	* ChangeLog: ChangeLog

2003-12-17 06:15  changelog

	* po/eggdrop.pot: Pots

2003-12-17 06:00  changelog

	* ChangeLog: ChangeLog

2003-12-17 02:43  wcc

	* help/: cmds1.help, cmds2.help, core.help: * Bye bye notes.mod.

2003-12-17 02:39  wcc

	* lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  modules/javascript/javascript.c, modules/perlscript/mod_iface.c,
	  modules/script/scriptmod.c, modules/server/binds.c,
	  modules/server/server.c, modules/tclscript/tclscript.c,
	  modules/telnetparty/telnetparty.c, src/main.c, src/main.h: *
	  Removed eggdrop_t stuff since global table is gone.  * Few
	  updates to javascript module.  * More cleanups.

2003-12-17 02:12  wcc

	* modules/server/dcc.c, modules/server/party_commands.c,
	  src/core_config.c, src/core_party.c, src/logfile.c, src/main.c: *
	  Should do it..

2003-12-17 02:06  wcc

	* modules/: blowfish/blowfish.c, dccparty/dccparty.c,
	  dccparty/events.c, ircparty/events.c, ircparty/ircparty.c,
	  oldbotnet/events.c, oldbotnet/oldbotnet.c, script/scriptbind.c,
	  script/scriptconfig.c, script/scriptmisc.c, script/scriptnet.c,
	  script/scripttimer.c, script/scriptuser.c, server/channels.c,
	  server/input.c, server/output.c, server/scriptcmds.c,
	  server/server.c, server/servsock.c: * More header stuff.

2003-12-17 01:52  wcc

	* lib/eggdrop/: binds.c, egglog.c, eggmod.c, eggowner.c, irccmp.c,
	  partychan.c, partyline.c, partymember.c, xmlread.c: * More from
	  last commit.

2003-12-17 01:39  wcc

	* lib/eggdrop/: base64.c, base64.h, binds.c, binds.h, botnetutil.c,
	  botnetutil.h, common.h, eggconfig.c, eggconfig.h, eggdns.c,
	  eggdns.h, eggdrop.c, eggdrop.h, eggident.c, eggident.h, egglog.c,
	  egglog.h, eggmod.c, eggmod.h, eggnet.c, eggnet.h, eggowner.c,
	  eggowner.h, eggstring.c, eggstring.h, eggtimer.c, eggtimer.h,
	  fileutil.c, fileutil.h, flags.c, flags.h, garbage.c, garbage.h,
	  hash_table.c, hash_table.h, irccmp.c, irccmp.h, ircmasks.c,
	  ircmasks.h, ircparse.c, ircparse.h, linemode.c, linemode.h,
	  match.c, match.h, md5.c, md5.h, memutil.c, memutil.h,
	  my_socket.c, my_socket.h, partychan.c, partyline.c, partyline.h,
	  partymember.c, script.c, script.h, sockbuf.c, sockbuf.h, stat.h,
	  throttle.c, throttle.h, users.c, users.h, xml.c, xml.h,
	  xmlread.c, xmlwrite.c: * GPL headers and rcsid's on newly added
	  files (part 1).  * More cleanups/etc.

2003-12-17 00:15  changelog

	* po/eggdrop.pot: Pots

2003-12-17 00:00  changelog

	* ChangeLog: ChangeLog

2003-12-16 21:01  ite

	* m4/.cvsignore, modules/dccparty/.cvsignore,
	  modules/ircparty/.cvsignore, modules/oldbotnet/.cvsignore,
	  modules/script/.cvsignore, modules/telnetparty/.cvsignore: *
	  .cvsignore updates.  * Removed some unneeded macros from
	  acconfig/tcl.m4.  * Removed some unneded compat functions related
	  to tcl.m4.  * Do not exit when tcl isn't installed on the system.
	  Just warn.  * Prerequire autconf 2.53.  * bootstrap to use
	  automake-1.6.

2003-12-16 20:24  ite

	* .cvsignore, bootstrap, configure.ac, acconfig/tcl.m4,
	  lib/compat/fixstrtod.c, lib/compat/tclLoadAix.c, po/eggdrop.pot:
	  ../commit.txt

2003-12-16 18:58  wcc

	* lib/eggdrop/eggmod.c, modules/script/scriptbind.c,
	  modules/script/scriptparty.c, scripts/CONTENTS,
	  scripts/Makefile.am, scripts/action.fix.tcl,
	  scripts/alltools.tcl, scripts/autobotchk, scripts/botchk,
	  scripts/cmd_resolve.tcl, scripts/compat.tcl, scripts/getops.tcl,
	  scripts/userinfo.tcl, scripts/weed: * More cleanups.	* Updated
	  alltools.  * botchk works now.

2003-12-16 18:15  changelog

	* po/eggdrop.pot: Pots

2003-12-16 18:00  changelog

	* ChangeLog: ChangeLog

2003-12-16 17:01  stdarg

	* Makefile.am:
	  * Set permissions on config.xml... the right copy this one.

2003-12-16 16:54  stdarg

	* Makefile.am:
	  * Set permissions on config.xml

2003-12-16 16:47  changelog

	* po/eggdrop.pot: Pots

2003-12-16 16:46  changelog

	* ChangeLog: ChangeLog

2003-12-16 16:36  wcc

	* modules/blowfish/blowfish.c, po/POTFILES.in, po/eggdrop.pot,
	  src/bg.c, src/core_party.c, src/logfile.c, src/main.c: * src/
	  gettextification.  * More cleanups.

2003-12-16 15:45  wcc

	* src/: bg.c, bg.h, cmds.h, cmdt.h, core_binds.c, core_binds.h,
	  core_config.c, core_config.h, core_party.c, cryptapi.h, debug.h,
	  flags.c, flags.h, logfile.c, logfile.h, main.c, main.h, misc.h,
	  traffic.c, traffic.h: * src/ cleanups.

2003-12-15 23:59  stdarg

	* modules/script/scriptmisc.c:
	  * start of "die" event

2003-12-15 23:57  wcc

	* modules/script/scriptmisc.c: [no log message]

2003-12-15 23:47  wcc

	* lib/eggdrop/eggmod.c, modules/script/scriptmisc.c: * Fixes from
	  last commit.

2003-12-15 21:26  wcc

	* lib/eggdrop/partyline.c, src/main.c: * Fixes from last commit.

2003-12-15 21:13  wcc

	* config.tcl, config.xml, modules/script/scriptmisc.c,
	  modules/server/Makefile.am, modules/server/dcc_commands.c,
	  modules/server/party_commands.c, src/bg.c, src/cmds.c,
	  src/core_config.c, src/core_config.h, src/core_party.c,
	  src/main.c, src/misc.c: * main.c cleanups.  * Added pidfile and
	  die_on_sigterm to config.  * Added 'act' party command.  *
	  Started a 'status' party command.  * Removed config.tcl.  *
	  General cleanups.

2003-12-15 17:52  stdarg

	* lib/eggdrop/eggmod.c, lib/eggdrop/eggmod.h,
	  modules/server/Makefile.am, modules/server/channels.c,
	  modules/server/channels.h, modules/server/dcc.c,
	  modules/server/dcc_commands.c, modules/server/egg_server_api.h,
	  modules/server/input.c, modules/server/nicklist.c,
	  modules/server/output.c, modules/server/output.h,
	  modules/server/scriptcmds.c, modules/server/servsock.c,
	  src/core_party.c:
	  * Whisper command for partyline messages (better name than
	  .note?) * egg_server_api.h contains the server module's api (as a
	  test.. not done)

2003-12-15 15:48  wcc

	* modules/server/dcc_commands.c: * Fix from last commit.

2003-12-15 15:41  wcc

	* lib/eggdrop/eggmod.c, lib/eggdrop/eggmod.h,
	  lib/eggdrop/partyline.c, modules/server/dcc_commands.c,
	  src/core_party.c: * Party commands.

2003-12-15 03:48  stdarg

	* modules/ircparty/events.c: [no log message]

2003-12-15 03:45  stdarg

	* modules/: ircparty/events.c, ircparty/ircparty.c,
	  script/scriptuser.c, tclscript/tclscript.c:
	  * ircparty module forces unique nicks

2003-12-14 23:10  stdarg

	* lib/eggdrop/eggconfig.c, lib/eggdrop/eggconfig.h,
	  lib/eggdrop/xml.c, lib/eggdrop/xml.h, lib/eggdrop/xmlread.c,
	  src/core_party.c:
	  * Partyline .get and .set commands

2003-12-14 13:38  stdarg

	* config.xml, configure.ac, lib/compat/fixstrtod.c,
	  lib/compat/tclLoadAix.c, src/cmds.c, testcode/chat.c:
	  * More fixes for make dist.. now works on techmonkeys

2003-12-14 02:51  stdarg

	* Makefile.am, configure.ac, lib/eggdrop/eggdrop.h,
	  modules/blowfish/Makefile.am, modules/dccparty/Makefile.am,
	  modules/ircparty/Makefile.am, modules/oldbotnet/Makefile.am,
	  modules/server/Makefile.am, modules/telnetparty/Makefile.am,
	  po/POTFILES.in, po/eggdrop.pot, src/Makefile.am:
	  * 'make dist' works again (dunno if I did it right though)

2003-12-13 21:01  stdarg

	* lib/eggdrop/eggstring.c, lib/eggdrop/eggstring.h,
	  lib/eggdrop/partychan.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/sockbuf.c,
	  modules/ircparty/events.c, modules/ircparty/ircparty.c,
	  modules/oldbotnet/events.c, modules/oldbotnet/oldbotnet.c,
	  modules/oldbotnet/oldbotnet.h, modules/server/binds.c,
	  modules/telnetparty/telnetparty.c:
	  * Partyline improvements

2003-12-12 13:45  stdarg

	* configure.ac, lib/eggdrop/md5.c, lib/eggdrop/partychan.c,
	  modules/Makefile.am, modules/ircparty/ircparty.c,
	  modules/oldbotnet/Makefile.am, modules/oldbotnet/PROTOCOL,
	  modules/oldbotnet/events.c, modules/oldbotnet/oldbotnet.c,
	  modules/oldbotnet/oldbotnet.h, modules/script/scriptconfig.c,
	  modules/script/scriptmisc.c, modules/script/scriptmod.c,
	  modules/telnetparty/telnetparty.c, src/core_party.c:
	  * Added 'oldbotnet' module, which lets us link with 1.6 bots (not
	  done) * Added some binds for the partyline * Fixed some compile
	  warnings

2003-12-10 19:21  wcc

	* CONTENTS, INSTALL, NEWS, README: * Docs.

2003-12-10 18:49  wcc

	* AUTHORS, INSTALL, NEWS, README, doc/MODULES, doc/USERS,
	  doc/howto/PATCHING, doc/settings/CORE, lib/compat/compat.h,
	  lib/compat/inet_ntop.h, lib/compat/inet_pton.h,
	  lib/compat/memcpy.c, lib/compat/memcpy.h, lib/compat/memset.c,
	  lib/compat/memset.h, lib/compat/snprintf.h,
	  lib/compat/strcasecmp.c, lib/compat/strcasecmp.h,
	  lib/compat/strdup.h, lib/compat/strerror.h,
	  lib/compat/strftime.h, lib/compat/strlcat.h,
	  lib/compat/strlcpy.h, lib/compat/strncasecmp.c,
	  lib/compat/strncasecmp.h, lib/eggdrop/botnetutil.c,
	  lib/eggdrop/botnetutil.h, lib/eggdrop/common.h,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggtimer.c,
	  lib/eggdrop/eggtimer.h, lib/eggdrop/fileutil.c,
	  lib/eggdrop/fileutil.h, lib/eggdrop/hash_table.c,
	  lib/eggdrop/irccmp.c, lib/eggdrop/irccmp.h, lib/eggdrop/match.c,
	  lib/eggdrop/memutil.c, lib/eggdrop/memutil.h,
	  lib/eggdrop/script.c, lib/eggdrop/script.h, lib/eggdrop/stat.h,
	  lib/egglib/egglib.h, lib/egglib/hash_table.c,
	  lib/egglib/hash_table.h, lib/egglib/hash_table_test.c,
	  lib/egglib/linked_list.c, lib/egglib/linked_list.h,
	  lib/egglib/linked_list_test.c, lib/egglib/mempool.c,
	  lib/egglib/mempool.h, lib/egglib/mempool_test.c,
	  lib/egglib/msprintf.c, lib/egglib/msprintf.h,
	  lib/egglib/mstack.c, lib/egglib/mstack.h,
	  modules/blowfish/bf_tab.h, modules/blowfish/blowfish.c,
	  modules/blowfish/blowfish.h, modules/channels/channels.c,
	  modules/channels/channels.h, modules/channels/cmdschan.c,
	  modules/channels/flagmaps.c, modules/channels/tclchan.c,
	  modules/channels/udefchan.c, modules/channels/userchan.c,
	  modules/compress/compress.c, modules/compress/compress.h,
	  modules/compress/tclcompress.c, modules/filesys/dbcompat.c,
	  modules/filesys/dbcompat.h, modules/filesys/filedb3.c,
	  modules/filesys/filedb3.h, modules/filesys/filelist.c,
	  modules/filesys/filelist.h, modules/filesys/files.c,
	  modules/filesys/files.h, modules/filesys/filesys.c,
	  modules/filesys/filesys.h, modules/filesys/tclfiles.c,
	  modules/javascript/javascript.c, modules/perlscript/perlscript.c,
	  modules/server/scriptcmds.c, modules/uptime/uptime.c,
	  modules/uptime/uptime.h, src/bg.c, src/bg.h, src/cmds.c,
	  src/cmds.h, src/cmdt.h, src/debug.h, src/flags.c, src/flags.h,
	  src/logfile.h, src/main.c, src/main.h, src/misc.c, src/misc.h,
	  src/traffic.c, src/traffic.h, testcode/match.c, text/CONTENTS,
	  text/banner: * 2004 copyright.

2003-12-06 17:46  stdarg

	* configure.ac, lib/eggdrop/eggmod.h, lib/eggdrop/eggstring.c,
	  lib/eggdrop/eggstring.h, modules/Makefile.am,
	  modules/dccparty/Makefile.am, modules/dccparty/dccparty.c,
	  modules/dccparty/dccparty.h, modules/dccparty/events.c,
	  modules/ircparty/Makefile.am, modules/ircparty/events.c,
	  modules/ircparty/ircparty.c, modules/ircparty/ircparty.h,
	  modules/server/output.c, modules/server/output.h,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/serverlist.c, modules/telnetparty/telnetparty.c:
	  * Added files for ircparty and dccparty modules

2003-12-04 19:31  stdarg

	* config.xml:
	  * Load ircparty module in config file

2003-12-04 19:29  stdarg

	* config.xml, configure.ac, lib/eggdrop/partychan.c,
	  lib/eggdrop/partyline.h, modules/Makefile.am,
	  modules/telnetparty/telnetparty.c,
	  modules/telnetparty/telnetparty.h:
	  * mirc/ansi color conversion for telnet * irc partyline module,
	  allows users to connect to partyline like an irc server

2003-12-01 21:34  stdarg

	* lib/eggdrop/partychan.c, modules/channels/channels.c,
	  modules/server/channels.c, modules/server/scriptcmds.c,
	  modules/telnetparty/telnetparty.c: [no log message]

2003-11-30 19:31  wcc

	* modules/server/dcc_commands.c, src/logfile.c: * Fixed 2 warnings.

2003-09-12 04:30  changelog

	* ChangeLog: ChangeLog

2003-09-12 04:00  changelog

	* ChangeLog: ChangeLog

2003-09-09 04:30  changelog

	* ChangeLog: ChangeLog

2003-09-09 04:00  changelog

	* ChangeLog: ChangeLog

2003-09-04 04:30  changelog

	* ChangeLog: ChangeLog

2003-09-04 04:00  changelog

	* ChangeLog: ChangeLog

2003-08-27 04:30  changelog

	* ChangeLog: ChangeLog

2003-08-27 04:00  changelog

	* ChangeLog: ChangeLog

2003-08-19 13:30  changelog

	* ChangeLog: ChangeLog

2003-08-19 13:20  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/eggstring.c, lib/eggdrop/eggstring.h,
	  modules/server/dcc.c, modules/server/dcc.h,
	  modules/server/dcc_commands.c, modules/server/scriptcmds.c,
	  src/Makefile.am, src/core_party.c: [no log message]

2003-08-18 04:30  changelog

	* ChangeLog: ChangeLog

2003-08-18 04:00  changelog

	* ChangeLog: ChangeLog

2003-08-13 01:30  changelog

	* ChangeLog: ChangeLog

2003-08-13 01:27  stdarg

	* doc/internals/network.txt, doc/internals/timers.txt,
	  doc/internals/users.txt, lib/eggdrop/eggdns.c,
	  lib/eggdrop/eggtimer.h, lib/eggdrop/users.h,
	  modules/server/dcc_commands.c: [no log message]

2003-08-07 04:30  changelog

	* ChangeLog: ChangeLog

2003-08-07 04:00  changelog

	* ChangeLog: ChangeLog

2003-08-06 13:30  changelog

	* ChangeLog: ChangeLog

2003-08-06 13:00  stdarg

	* lib/eggdrop/binds.c, lib/eggdrop/binds.h,
	  modules/script/scriptbind.c, modules/server/dcc_commands.c,
	  modules/server/input.c, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/serverlist.h,
	  src/Makefile.am, src/dccutil.c, src/dccutil.h: [no log message]

2003-08-02 01:00  changelog

	* ChangeLog: ChangeLog

2003-08-02 00:59  tothwolf

	* src/: Makefile.am, dccutil.c, dccutil.h: * I don't think these
	  were supposed to be removed...

2003-08-02 00:56  tothwolf

	* src/cmds.c: * Removed unnecessary quiet_reject checks in
	  msg_ident() that have been present since 1.3.0+bel17.  * Fixed
	  some leftover language defines.

2003-07-30 04:30  changelog

	* ChangeLog: ChangeLog

2003-07-30 04:00  changelog

	* ChangeLog: ChangeLog

2003-07-28 04:30  changelog

	* ChangeLog: ChangeLog

2003-07-28 04:00  changelog

	* ChangeLog: ChangeLog

2003-07-22 04:30  changelog

	* ChangeLog: ChangeLog

2003-07-22 04:00  changelog

	* ChangeLog: ChangeLog

2003-07-21 04:30  changelog

	* ChangeLog: ChangeLog

2003-07-21 04:00  changelog

	* ChangeLog: ChangeLog

2003-07-06 02:30  changelog

	* ChangeLog: ChangeLog

2003-07-06 02:17  stdarg

	* config.xml, lib/eggdrop/xmlwrite.c, modules/server/channels.c,
	  modules/server/channels.h, modules/server/input.c,
	  modules/server/servsock.c: [no log message]

2003-06-27 04:30  changelog

	* ChangeLog: ChangeLog

2003-06-27 04:00  changelog

	* ChangeLog: ChangeLog

2003-06-26 04:30  changelog

	* ChangeLog: ChangeLog

2003-06-26 04:00  changelog

	* ChangeLog: ChangeLog

2003-06-24 04:30  changelog

	* ChangeLog: ChangeLog

2003-06-24 04:00  changelog

	* ChangeLog: ChangeLog

2003-06-21 04:30  changelog

	* ChangeLog: ChangeLog

2003-06-21 04:00  changelog

	* ChangeLog: ChangeLog

2003-06-18 18:00  changelog

	* ChangeLog: ChangeLog

2003-06-18 17:59  stdarg

	* mkinstalldirs:
	  * Added mkinstalldirs to top buildir for snapshot downloaders who
	  don't run/read bootstrap

2003-06-18 13:00  changelog

	* ChangeLog: ChangeLog

2003-06-18 12:36  stdarg

	* po/Makefile.in.in:
	  * top_builddir undefined in po Makefile.in

2003-06-17 23:30  changelog

	* ChangeLog: ChangeLog

2003-06-17 23:10  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/binds.c,
	  lib/eggdrop/eggdns.c, lib/eggdrop/eggdns.h, lib/eggdrop/eggnet.c,
	  lib/eggdrop/eggnet.h, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, modules/server/dcc.c,
	  modules/telnetparty/telnetparty.c, src/core_party.c: [no log
	  message]

2003-06-17 04:30  changelog

	* ChangeLog: ChangeLog

2003-06-17 04:00  changelog

	* ChangeLog: ChangeLog

2003-06-15 01:00  changelog

	* ChangeLog: ChangeLog

2003-06-15 00:43  stdarg

	* lib/eggdrop/binds.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/users.c,
	  lib/eggdrop/users.h, lib/eggdrop/xml.c,
	  modules/telnetparty/events.c, src/core_party.c, src/main.h: [no
	  log message]

2003-06-14 04:30  changelog

	* ChangeLog: ChangeLog

2003-06-14 04:00  changelog

	* ChangeLog: ChangeLog

2003-06-12 23:00  changelog

	* ChangeLog: ChangeLog

2003-06-12 22:35  stdarg

	* lib/eggdrop/binds.c, lib/eggdrop/binds.h,
	  lib/eggdrop/eggconfig.c, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/egglog.c,
	  lib/eggdrop/egglog.h, lib/eggdrop/eggmod.c, lib/eggdrop/flags.c,
	  lib/eggdrop/ircmasks.c, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/partymember.c,
	  lib/eggdrop/users.c, modules/perlscript/mod_iface.c,
	  modules/script/scriptbind.c, modules/script/scriptmisc.c,
	  modules/script/scriptmod.c, modules/script/scriptuser.c,
	  modules/server/binds.c, modules/server/channels.c,
	  modules/server/dcc.c, modules/server/dcc_commands.c,
	  modules/server/input.c, modules/server/output.c,
	  modules/server/server.c, modules/server/servsock.c,
	  modules/tclscript/tclscript.c, src/core_binds.c,
	  src/core_binds.h, src/core_party.c, src/logfile.c, src/main.c:
	  * Added 'flags' param back to bind * Partyline fixes/expansion *
	  Scripts can use 'bind' before the correct module is loaded

2003-06-11 04:00  changelog

	* ChangeLog: ChangeLog

2003-06-11 03:37  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/garbage.h,
	  lib/eggdrop/ircparse.c, lib/eggdrop/ircparse.h,
	  lib/eggdrop/partychan.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, lib/eggdrop/users.c,
	  lib/eggdrop/users.h, modules/server/Makefile.am,
	  modules/server/dcc.c, modules/server/input.c,
	  modules/server/output.c, modules/server/output.h,
	  modules/server/parse.c, modules/server/parse.h,
	  modules/tclscript/tclscript.c, modules/telnetparty/events.c,
	  src/core_config.c, src/core_party.c, src/logfile.c, src/main.c:
	  * guppy needed something to read on the bathroom * new approach
	  to create the initial user -- we prompt for the owner's handle
	  when the bot starts with -m, and then generate a random password
	  and print   it out.

2003-06-10 00:00  changelog

	* ChangeLog: ChangeLog

2003-06-09 23:43  stdarg

	* lib/eggdrop/eggdns.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/partymember.c, modules/telnetparty/events.c:
	  * This commit is dedicated to guppy and his girl! *
	  Simplification of partyline model -- 'write' is a private message
	  with a null source.

2003-06-08 21:30  changelog

	* ChangeLog: ChangeLog

2003-06-08 21:21  stdarg

	* Makefile.am, lib/eggdrop/partychan.c, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, src/cmds.c, src/core_config.c,
	  src/core_config.h, src/core_party.c, src/proxyapi.h,
	  src/telnet.c:
	  * Cleanups and a bit of multi-channel partyline support

2003-06-07 22:30  changelog

	* ChangeLog: ChangeLog

2003-06-07 22:23  stdarg

	* lib/eggdrop/: garbage.c, garbage.h:
	  * basic garbage collection helper

2003-06-07 22:21  stdarg

	* configure.ac, lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/partychan.c, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/partymember.c,
	  lib/eggdrop/script.h, modules/Makefile.am,
	  modules/perlscript/mod_iface.c, modules/perlscript/perlscript.c,
	  modules/script/scriptparty.c, modules/server/dcc_commands.c,
	  modules/tclscript/tclscript.c, modules/telnetparty/Makefile.am,
	  modules/telnetparty/events.c, modules/telnetparty/telnetparty.c,
	  modules/telnetparty/telnetparty.h, src/Makefile.am,
	  src/core_party.c, src/main.c:
	  * Partyline updates

2003-06-01 04:30  changelog

	* ChangeLog: ChangeLog

2003-06-01 04:00  changelog

	* ChangeLog: ChangeLog

2003-05-26 04:30  changelog

	* ChangeLog: ChangeLog

2003-05-26 04:00  changelog

	* ChangeLog: ChangeLog

2003-05-23 04:30  changelog

	* ChangeLog: ChangeLog

2003-05-23 04:00  changelog

	* ChangeLog: ChangeLog

2003-05-15 04:30  changelog

	* ChangeLog: ChangeLog

2003-05-15 04:00  changelog

	* ChangeLog: ChangeLog

2003-05-13 02:30  changelog

	* ChangeLog: ChangeLog

2003-05-13 02:16  stdarg

	* acconfig/acinclude.m4, lib/eggdrop/module.h,
	  lib/eggdrop/modvals.h, modules/tclscript/Makefile.am,
	  src/modules.c, src/modules.h:
	  * Added help to error message if tcl isn't found * Remove some
	  stray files

2003-05-12 19:00  changelog

	* ChangeLog: ChangeLog

2003-05-12 18:32  wcc

	* doc/UPDATES1.6, modules/filesys/files.c, scripts/autobotchk,
	  scripts/cmd_resolve.tcl, scripts/getops.tcl, src/cmds.c: * Sync
	  1.6: key_locking, flushmode-key, bug315, has_flags-get_channel2,
		     getops-timer, fixcodes-fix, (autobotchk stuff),
	  (cmd_resolve stuff).

2003-05-12 09:30  changelog

	* ChangeLog: ChangeLog

2003-05-12 09:11  wingman

	* lib/eggdrop/binds.c, lib/eggdrop/eggdns.c, lib/eggdrop/modvals.h,
	  lib/eggdrop/partyline.c, lib/eggdrop/users.c, lib/eggdrop/xml.h,
	  lib/eggdrop/xmlread.c, src/modules.c:
	  yet another post-it on my monitor..."do not use // for
	  comments..." ;-)

2003-05-12 07:00  changelog

	* ChangeLog: ChangeLog

2003-05-12 06:54  wingman

	* lib/eggdrop/eggdns.c, lib/eggdrop/eggmod.c, lib/eggdrop/eggnet.c,
	  lib/eggdrop/eggowner.c, lib/eggdrop/ircmasks.c,
	  lib/eggdrop/md5.c, lib/eggdrop/xmlwrite.c, src/main.c:  * removed
	  some compile warnings here and there
	   * removed some old notes code which was still in our core

2003-05-10 22:00  changelog

	* ChangeLog: ChangeLog

2003-05-10 21:40  stdarg

	* src/: egg.h, userent.c, userent.h, userrec.c, userrec.h, users.c,
	  users.h:
	  * Remove some stray files

2003-05-10 21:33  stdarg

	* src/main.c:
	  * stray code removal heh

2003-05-10 21:30  stdarg

	* configure.ac, acconfig/acinclude.m4, acconfig/tcl.m4,
	  modules/blowfish/Makefile.am, modules/server/Makefile.am,
	  modules/tclscript/Makefile.am, src/Makefile.am, src/chan.h,
	  src/chanprog.c, src/chanprog.h, src/main.c:
	  * Trying out the autoconf way of detecting tcl (test)

2003-05-09 19:30  changelog

	* ChangeLog: ChangeLog

2003-05-09 19:29  stdarg

	* lib/eggdrop/my_socket.c:
	  * Some socket compatibility fixes

2003-05-05 04:30  changelog

	* ChangeLog: ChangeLog

2003-05-05 04:00  changelog

	* ChangeLog: ChangeLog

2003-05-02 04:30  changelog

	* ChangeLog: ChangeLog

2003-05-02 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-29 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-29 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-27 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-27 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-24 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-24 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-19 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-19 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-19 02:00  changelog

	* ChangeLog: ChangeLog

2003-04-19 01:53  stdarg

	* modules/tclscript/tclscript.c:
	  * tcl: check for read-only status on linked vars

2003-04-19 01:31  stdarg

	* lib/eggdrop/users.c, modules/server/server.c,
	  modules/server/servsock.c: [no log message]

2003-04-19 01:00  changelog

	* ChangeLog: ChangeLog

2003-04-19 00:47  stdarg

	* config.xml:
	  * Added some config info for the server module

2003-04-17 17:00  changelog

	* ChangeLog: ChangeLog

2003-04-17 16:49  stdarg

	* config.xml:
	  * module_path setting

2003-04-15 13:30  changelog

	* ChangeLog: ChangeLog

2003-04-15 13:05  stdarg

	* doc/SCRIPTING-COMMANDS, modules/tclscript/tclscript.c,
	  src/main.c:
	  * guppy's bugfix * tcl command to add tcl channels to our event
	  loop (speeds up async tcl sockets)

2003-04-15 03:30  changelog

	* ChangeLog: ChangeLog

2003-04-15 03:18  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/eggmod.c,
	  lib/eggdrop/eggmod.h, lib/eggdrop/eggowner.c,
	  lib/eggdrop/eggowner.h, lib/eggdrop/eggtimer.c,
	  lib/eggdrop/eggtimer.h, modules/blowfish/bf_tab.h,
	  modules/blowfish/blowfish.c, modules/blowfish/blowfish.h,
	  modules/perlscript/mod_iface.c, modules/script/scriptmisc.c,
	  modules/script/scriptmod.c, modules/server/channels.c,
	  modules/server/dcc.c, modules/server/input.c,
	  modules/server/nicklist.c, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/serverlist.c,
	  modules/server/servsock.c, modules/tclscript/tclscript.c,
	  src/Makefile.am, src/core_binds.c, src/core_binds.h,
	  src/core_config.c, src/logfile.c, src/main.c, src/main.h:
	  * Start of new module interface * Global function table is gone

2003-04-12 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-12 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-10 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-10 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-08 21:30  changelog

	* ChangeLog: ChangeLog

2003-04-08 21:01  stdarg

	* lib/eggdrop/eggdns.c, lib/eggdrop/my_socket.c,
	  lib/eggdrop/my_socket.h, src/telnet.c:
	  * Support for ipv6 reverse dns

2003-04-07 02:30  changelog

	* ChangeLog: ChangeLog

2003-04-07 02:20  stdarg

	* doc/SCRIPTING-COMMANDS, modules/server/input.c,
	  modules/server/scriptcmds.c, modules/server/servsock.c,
	  src/telnet.c, testcode/client.c:
	  * Renamed match_nick to irccmp * Added a default fake005 in case
	  it's not set in the config file

2003-04-04 15:00  changelog

	* ChangeLog: ChangeLog

2003-04-04 14:41  stdarg

	* doc/SCRIPTING-COMMANDS, modules/server/scriptcmds.c:
	  * match_nick script function... to match nicks.

2003-04-04 14:30  changelog

	* ChangeLog: ChangeLog

2003-04-04 14:30  stdarg

	* doc/SCRIPTING-COMMANDS, modules/server/scriptcmds.c:
	  * Doc updates for server mod

2003-04-04 12:30  changelog

	* ChangeLog: ChangeLog

2003-04-04 12:18  stdarg

	* modules/server/scriptcmds.c:
	  * server_fake_input - lets scripts create input to be processed
	  as if the server sent it

2003-04-04 10:00  changelog

	* ChangeLog: ChangeLog

2003-04-04 09:51  stdarg

	* modules/server/dcc.c:
	  * snprintf error

2003-04-04 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-04 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-03 22:30  changelog

	* ChangeLog: ChangeLog

2003-04-03 22:04  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/binds.c,
	  lib/eggdrop/eggnet.c, lib/eggdrop/eggtimer.c,
	  lib/eggdrop/eggtimer.h, lib/eggdrop/throttle.c,
	  modules/script/scripttimer.c, modules/server/dcc.c, src/main.c:
	  * Added a name field to timers

2003-04-01 04:30  changelog

	* ChangeLog: ChangeLog

2003-04-01 04:00  changelog

	* ChangeLog: ChangeLog

2003-04-01 00:00  changelog

	* ChangeLog: ChangeLog

2003-03-31 23:56  stdarg

	* modules/server/: binds.c, binds.h, input.c, output.c, output.h,
	  scriptcmds.c:
	  * Queue manipulation * Server input/output binds

2003-03-28 04:30  changelog

	* ChangeLog: ChangeLog

2003-03-28 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-27 04:30  changelog

	* ChangeLog: ChangeLog

2003-03-27 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-26 04:30  changelog

	* ChangeLog: ChangeLog

2003-03-26 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-25 14:00  changelog

	* ChangeLog: ChangeLog

2003-03-25 13:36  stdarg

	* doc/SCRIPTING-COMMANDS:
	  * Forgot net_listen

2003-03-25 13:30  changelog

	* ChangeLog: ChangeLog

2003-03-25 13:20  stdarg

	* acconfig/acinclude.m4, doc/SCRIPTING-COMMANDS,
	  modules/script/scriptnet.c, modules/server/channels.c,
	  modules/server/input.c:
	  * Scripting doc update for network commands

2003-03-23 21:00  changelog

	* ChangeLog: ChangeLog

2003-03-23 20:42  wcc

	* configure.ac, doc/howto/PATCHING, src/Makefile.am, src/main.c,
	  src/main.h, src/patch.h: * Removed patch.h.

2003-03-23 20:30  changelog

	* ChangeLog: ChangeLog

2003-03-23 20:11  stdarg

	* modules/server/output.c, modules/server/scriptcmds.c, src/main.c:
	  [no log message]

2003-03-13 04:30  changelog

	* ChangeLog: ChangeLog

2003-03-13 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-12 04:30  changelog

	* ChangeLog: ChangeLog

2003-03-12 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-10 22:00  changelog

	* ChangeLog: ChangeLog

2003-03-10 21:53  wcc

	* doc/UPDATES1.6, modules/channels/channels.c,
	  modules/channels/cmdschan.c, modules/channels/tclchan.c,
	  modules/channels/userchan.c, po/eggdrop.pot, src/patch.h: * Sync
	  1.6: pls_chan_error, mns_ban-fix, has_flags-get_channel.

2003-03-10 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-10 03:46  stdarg

	* modules/server/output.c: [no log message]

2003-03-10 03:30  changelog

	* ChangeLog: ChangeLog

2003-03-10 03:11  stdarg

	* modules/server/: dcc.c, input.c, nicklist.c, output.c, output.h,
	  parse.h, scriptcmds.c:
	  * Initial output queue for server.mod, stores pre-parsed messages

2003-03-08 03:30  changelog

	* ChangeLog: ChangeLog

2003-03-08 03:20  stdarg

	* modules/: javascript/javascript.c, tclscript/tclscript.c:
	  * Add SCRIPT_STRING_LIST support to tcl/javascript (for raw
	  binds) (perl is messed up on my computer right now)

2003-03-08 02:00  changelog

	* ChangeLog: ChangeLog

2003-03-08 01:32  tothwolf

	* acconfig/acinclude.m4: * Another small typo...

2003-03-08 01:30  changelog

	* ChangeLog: ChangeLog

2003-03-08 01:17  tothwolf

	* acconfig/acinclude.m4: * Update autoconf macro usage.  * Simplify
	  autoconf variables.

2003-03-08 01:12  stdarg

	* modules/server/: channels.c, channels.h, scriptcmds.c:
	  * Almost done with channel support

2003-03-07 14:00  changelog

	* ChangeLog: ChangeLog

2003-03-07 13:42  stdarg

	* modules/server/input.c: [no log message]

2003-03-07 13:00  changelog

	* ChangeLog: ChangeLog

2003-03-07 12:50  stdarg

	* lib/compat/inet_ntop.h:
	  * Added necessary include file for inet_ntop on freebsd

2003-03-07 07:30  changelog

	* ChangeLog: ChangeLog

2003-03-07 07:00  tothwolf

	* configure.ac: * Fixed a small typo.

2003-03-07 07:00  changelog

	* ChangeLog: ChangeLog

2003-03-07 06:58  tothwolf

	* Makefile.am, configure.ac: * Updates and fixes for
	  configure/Makefile stuff.

2003-03-07 06:30  changelog

	* ChangeLog: ChangeLog

2003-03-07 06:12  tothwolf

	* acconfig/mpatrol.m4: * Upgraded to latest mpatrol.m4.

2003-03-07 06:10  tothwolf

	* lib/egglib/Makefile.am: * Fixed small typo.

2003-03-07 06:06  tothwolf

	* acconfig/: config.rpath: * Corrected file permissions for
	  config.rpath.

2003-03-07 06:00  changelog

	* ChangeLog: ChangeLog

2003-03-07 05:44  tothwolf

	* m4/Makefile.am: * Make maintainer-clean make target remove
	  m4/Makefile.in.

2003-03-07 05:30  tothwolf

	* ABOUT-NLS, Makefile.am, configure.ac, acconfig/codeset.m4,
	  acconfig/config.rpath, acconfig/gettext.m4, acconfig/glibc21.m4,
	  acconfig/iconv.m4, acconfig/isc-posix.m4, acconfig/lcmessage.m4,
	  acconfig/progtest.m4, intl/ChangeLog, intl/Makefile.in,
	  intl/VERSION, intl/bindtextdom.c, intl/config.charset,
	  intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c,
	  intl/dgettext.c, intl/dngettext.c, intl/eval-plural.h,
	  intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/gmo.h,
	  intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
	  intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h,
	  intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c,
	  intl/localename.c, intl/ngettext.c, intl/os2compat.c,
	  intl/os2compat.h, intl/osdep.c, intl/plural-exp.c,
	  intl/plural-exp.h, intl/plural.c, intl/plural.y,
	  intl/textdomain.c, m4/ChangeLog, m4/Makefile.am, m4/codeset.m4,
	  m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4,
	  m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4,
	  m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4,
	  m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4,
	  m4/uintmax_t.m4, m4/ulonglong.m4, po/ChangeLog,
	  po/Makefile.in.in, po/Makevars, po/Rules-quot, po/boldquot.sed,
	  po/en@boldquot.header, po/en@quot.header, po/insert-header.sin,
	  po/quot.sed, po/remove-potcdate.sin: * Upgraded gettext to
	  version 0.11.5.

2003-03-07 02:30  changelog

	* ChangeLog: ChangeLog

2003-03-07 02:16  tothwolf

	* acconfig/: config.guess, config.sub: * Upgraded to latest
	  config.guess and config.sub.

2003-03-06 08:00  changelog

	* ChangeLog: ChangeLog

2003-03-06 07:49  tothwolf

	* configure.ac, acconfig/acinclude.m4, lib/compat/Makefile.am: *
	  Revert LTLIBOBJS changes for now.

2003-03-06 07:00  changelog

	* ChangeLog: ChangeLog

2003-03-06 06:40  tothwolf

	* lib/compat/Makefile.am: * LTLIBOBJS -> LIBOBJS

2003-03-06 06:33  tothwolf

	* configure.ac, acconfig/acinclude.m4: * Removed EGG_LTLIBOBJS
	  macro.    + See: 'AC_LIBOBJ vs. LIBOBJS' in the autoconf manual.

2003-03-06 06:30  changelog

	* ChangeLog: ChangeLog

2003-03-06 06:08  tothwolf

	* modules/blowfish/blowfish.c, modules/channels/tclchan.c,
	  modules/channels/userchan.c, modules/filesys/files.c,
	  modules/filesys/filesys.c, modules/server/dcc.c,
	  modules/server/input.c, src/cmds.c, src/misc.c, src/modules.c,
	  src/userent.c, src/users.c: * Converted most strncpy() usage to
	  strlcpy().	+ See:
	  http://www.courtesan.com/todd/papers/strlcpy.html

2003-03-06 03:30  changelog

	* ChangeLog: ChangeLog

2003-03-06 03:15  stdarg

	* modules/server/: binds.c, binds.h, channels.c, channels.h,
	  input.c, input.h, scriptcmds.c, server.c, server.h, servsock.c:
	  * server_parse_input() allows us to generate "fake" server
	  messages * 005 support for channel modes * new fake005 config
	  setting so that people on servers with invalid/missing 005
	  replies can add their own (largely replaces nettype/*) *
	  server_support "name" function to return values from 005, e.g.
	  server_support("chantypes") returns "#&" (or whatever). Works
	  from scripts too.

2003-03-06 02:00  changelog

	* ChangeLog: ChangeLog

2003-03-06 01:56  tothwolf

	* lib/eggdrop/: memutil.c, memutil.h: Removed egg_strcatn().

2003-03-06 01:51  tothwolf

	* lib/compat/compat.h: Misc formatting cleanups.

2003-03-05 06:30  changelog

	* ChangeLog: ChangeLog

2003-03-05 06:20  stdarg

	* doc/SCRIPTING-COMMANDS, lib/eggdrop/eggconfig.c,
	  lib/eggdrop/hash_table.c, lib/eggdrop/hash_table.h,
	  lib/eggdrop/partyline.c, lib/eggdrop/users.c,
	  modules/server/binds.c, modules/server/binds.h,
	  modules/server/channels.c, modules/server/channels.h,
	  modules/server/input.c, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/servsock.c:
	  * Store some channel information (members, topic info) * Hash
	  table for nick->uhost assocation * Script commands to access
	  channel info * Documentation for script commands *gasp*

2003-03-05 04:30  changelog

	* ChangeLog: ChangeLog

2003-03-05 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-04 20:30  changelog

	* ChangeLog: ChangeLog

2003-03-04 20:16  wcc

	* acconfig/acinclude.m4, doc/MODULES, lib/compat/snprintf.c,
	  lib/compat/snprintf.h: * More doc stuff.  * Reverted last
	  snprintf changes.  * Cosmetic changes to addpatch.

2003-03-04 16:30  changelog

	* ChangeLog: ChangeLog

2003-03-04 16:02  wcc

	* doc/UPDATES1.6, lib/compat/snprintf.c, lib/compat/snprintf.h,
	  modules/channels/channels.c, modules/channels/udefchan.c,
	  modules/filesys/filesys.c, src/egg.h, src/main.c: * Removed
	  debugx() macros.

2003-03-04 06:00  changelog

	* ChangeLog: ChangeLog

2003-03-04 05:31  tothwolf

	* acconfig/acinclude.m4, lib/compat/snprintf.h: Removed checking
	  for broken snprintf/vsnprintf functions since we already check
	  for a C99 compliant vsnprintf.

2003-03-04 05:00  changelog

	* ChangeLog: ChangeLog

2003-03-04 04:33  tothwolf

	* acconfig/acinclude.m4, lib/compat/snprintf.c,
	  lib/compat/snprintf.h: Simplify checking for broken
	  snprintf/vsnprintf functions.

2003-03-04 04:30  changelog

	* ChangeLog: ChangeLog

2003-03-04 04:00  changelog

	* ChangeLog: ChangeLog

2003-03-04 03:30  changelog

	* ChangeLog: ChangeLog

2003-03-04 03:16  wcc

	* configure.ac, acconfig/acinclude.m4, doc/howto/PATCHING,
	  lib/compat/snprintf.c, lib/compat/snprintf.h, src/patch.h: * Sync
	  1.6: Tru64 (both) * More Tcl-related autotools cleanups.

2003-03-03 21:30  changelog

	* ChangeLog: ChangeLog

2003-03-03 21:12  wcc

	* AUTHORS, CONTENTS, doc/AUTHORS, doc/CONTENTS, doc/Makefile.in,
	  doc/howto/CONTENTS, doc/howto/README, src/traffic.c: * More doc
	  stuff.  * Traffic cleanups.

2003-03-03 20:00  changelog

	* ChangeLog: ChangeLog

2003-03-03 17:00  changelog

	* ChangeLog: ChangeLog

2003-03-03 16:31  stdarg

	* acconfig/acinclude.m4, modules/javascript/javascript.c,
	  modules/server/channels.c, modules/server/channels.h,
	  modules/server/dcc.c, modules/server/input.c,
	  modules/server/scriptcmds.c, modules/server/server.h,
	  modules/server/servsock.c:
	  * Make javascript module compile again * "Normal" ip lookup for
	  dccs * Make a --without-perlscript setting for configure

2003-03-01 02:30  changelog

	* ChangeLog: ChangeLog

2003-03-01 02:25  wcc

	* AUTHORS, CONTENTS, FEATURES, configure.ac, acconfig/acinclude.m4,
	  doc/AUTHORS, doc/BANS, doc/MODULES, doc/Makefile.in,
	  doc/SCRIPTING-COMMANDS, doc/USERS, doc/tcl-commands.doc,
	  doc/text-substitutions.doc, doc/tricks,
	  modules/channels/tclchan.c, modules/tclscript/tclscript.c: * Tcl
	  cleanups.  * More documentation.

2003-02-26 21:00  changelog

	* ChangeLog: ChangeLog

2003-02-26 20:44  wcc

	* modules/tclscript/tclscript.c, src/patch.h: * Synch 1.6:
	  Tothwolf's TCL_MAJOR_VERSION/TCL_MINOR_VERSION fixes, qa_as_op.

2003-02-26 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-26 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-25 20:00  changelog

	* ChangeLog: ChangeLog

2003-02-25 19:51  wcc

	* po/POTFILES.in, po/eggdrop.pot, po/update.pl, src/chanprog.c,
	  src/egg.h, src/patch.h: * gettext updates.  * Synch 1.6:
	  uhost-buffer

2003-02-25 05:00  changelog

	* ChangeLog: ChangeLog

2003-02-25 04:30  stdarg

	* src/modules.c:
	  * One more cleanup

2003-02-25 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-25 04:28  stdarg

	* config.xml, configure.ac, lib/Makefile.am,
	  lib/eggdrop/Makefile.am, lib/eggdrop/egglog.h,
	  lib/eggdrop/module.h, lib/eggdrop/my_socket.c,
	  lib/eggdrop/my_socket.h, modules/blowfish/blowfish.c,
	  modules/perlscript/mod_iface.c, modules/server/channels.c,
	  modules/server/dcc.c, modules/server/dcc.h,
	  modules/server/input.c, modules/server/server.c,
	  modules/server/server.h, modules/server/servsock.c,
	  modules/tclscript/tclscript.c, src/Makefile.am, src/dcc.c,
	  src/dcc.h, src/dccutil.c, src/dccutil.h, src/dns.c, src/dns.h,
	  src/logfile.c, src/logfile.h, src/main.c, src/main.h,
	  src/modules.c, src/net.c, src/net.h:
	  * Cleanups

2003-02-25 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-25 01:00  changelog

	* ChangeLog: ChangeLog

2003-02-25 00:52  stdarg

	* Makefile.am, lib/eggdrop/eggnet.c, lib/eggdrop/eggnet.h,
	  lib/eggdrop/match.c, lib/eggdrop/match.h, lib/eggdrop/module.h,
	  modules/server/channels.h, modules/server/input.c,
	  modules/tclscript/tclscript.c, src/Makefile.am, src/chanprog.c,
	  src/core_binds.c, src/dcc.c, src/dccutil.c, src/flags.c,
	  src/main.c, src/main.h, src/misc.c, src/modules.c, src/tcl.c,
	  src/tcl.h, src/tcldcc.c, src/tclegg.h, src/tclmisc.c,
	  src/tcluser.c, src/userent.c, src/users.c, src/users.h:
	  * Well, I think Tcl is finally removed from the core (except for
	  detection/configuration).

2003-02-24 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-24 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-23 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-23 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-23 03:52  wcc

	* doc/: BUG-REPORT, CONTENTS, KNOWN-PROBLEMS, MODULES, Makefile.in,
	  compiling.FAQ, patch.howto, howto/FIRST-SCRIPT, howto/PATCHING,
	  howto/PORTING, howto/TIMERS, howto/UDEF, howto/first_script.txt,
	  howto/porting.txt, howto/setudef.txt, howto/timers.txt,
	  settings/CONTENTS, settings/CORE, settings/core.settings: * More
	  docs.

2003-02-22 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-22 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-21 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-21 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-20 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-20 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-19 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-19 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-18 05:00  changelog

	* ChangeLog: ChangeLog

2003-02-18 04:37  stdarg

	* src/: Makefile.am, core_binds.c, dcc.c, main.c, match.c, match.h,
	  misc.c, modules.c, tcl.c, userent.c, userrec.c, users.c: [no log
	  message]

2003-02-18 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-18 04:13  stdarg

	* lib/eggdrop/eggconfig.c, lib/eggdrop/eggconfig.h,
	  lib/eggdrop/module.h, lib/eggdrop/script.c, lib/eggdrop/users.c,
	  modules/server/binds.c, modules/server/binds.h,
	  modules/server/channels.h, modules/server/input.c,
	  modules/server/parse.c, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/servsock.c,
	  modules/tclscript/tclscript.c, src/main.c: [no log message]

2003-02-18 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-18 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-17 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-17 04:22  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/irccmp.c, lib/eggdrop/irccmp.h, lib/eggdrop/module.h,
	  lib/eggdrop/modvals.h, modules/server/binds.c,
	  modules/server/binds.h, modules/server/dcc.c,
	  modules/server/dcc_commands.c, modules/server/input.c,
	  modules/server/scriptcmds.c, modules/server/server.c,
	  modules/server/server.h, modules/server/servsock.c,
	  src/Makefile.am, src/chanprog.c, src/flags.c, src/irccmp.c,
	  src/irccmp.h, src/logfile.c, src/modules.c, src/userent.c,
	  src/userrec.c, src/users.c:
	  * Moved irccmp to libeggdrop * Initial support for 005 numeric

2003-02-17 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-17 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-16 05:30  changelog

	* ChangeLog: ChangeLog

2003-02-16 05:15  stdarg

	* lib/eggdrop/binds.c, lib/eggdrop/eggconfig.c,
	  lib/eggdrop/eggconfig.h, lib/eggdrop/users.c, lib/eggdrop/xml.c,
	  lib/eggdrop/xml.h, lib/eggdrop/xmlread.c, lib/eggdrop/xmlwrite.c,
	  modules/server/dcc_commands.c, modules/server/output.c,
	  modules/server/server.c, modules/server/serverlist.c,
	  modules/server/serverlist.h, src/Makefile.am, src/chanprog.c,
	  src/core_config.c, src/core_config.h, src/main.c, src/tcl.c:
	  * Variables can be linked to config now (auto-update).  *
	  config_str bind for changes to config strings

2003-02-16 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-16 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-16 01:30  changelog

	* ChangeLog: ChangeLog

2003-02-16 01:05  wcc

	* doc/UPDATES1.6, modules/channels/userchan.c, src/users.c: * Fixes
	  from last commit.

2003-02-16 01:01  wcc

	* src/: patch.h, users.c: * Synch 1.6: delignore-bounds2.

2003-02-15 04:00  changelog

	* ChangeLog: ChangeLog

2003-02-15 04:00  changelog

	* po/eggdrop.pot: Pots

2003-02-15 03:30  changelog

	* ChangeLog: ChangeLog

2003-02-15 03:24  wcc

	* doc/eggdrop.doc, lib/eggdrop/modvals.h,
	  modules/filesys/filedb3.c, modules/filesys/filesys.c,
	  modules/filesys/filesys.h, modules/filesys/modinfo: * Removed
	  tray portions of code from share/transfer/botnet removal.

2003-02-15 03:07  wcc

	* modules/channels/userchan.c, src/cmds.c, src/patch.h,
	  src/users.c: * Synch 1.6: off-by-one, delignore-bounds.

2003-02-14 23:30  changelog

	* ChangeLog: ChangeLog

2003-02-14 23:04  wcc

	* Makefile.am, config.tcl, eggdrop.conf, doc/BOTNET,
	  lib/eggdrop/module.h, lib/eggdrop/modvals.h,
	  modules/blowfish/blowfish.c, modules/channels/channels.c,
	  modules/channels/cmdschan.c, modules/channels/flagmaps.c,
	  modules/channels/modinfo, modules/channels/tclchan.c,
	  modules/channels/userchan.c, modules/compress/compress.c,
	  modules/compress/modinfo, modules/filesys/dbcompat.c,
	  modules/filesys/dbcompat.h, modules/filesys/filedb3.c,
	  modules/filesys/filedb3.h, modules/filesys/files.c,
	  modules/filesys/filesys.c, modules/filesys/filesys.h,
	  modules/filesys/tclfiles.c, po/POTFILES.in, po/eggdrop.pot,
	  scripts/CONTENTS, src/chan.h, src/chanprog.c, src/cmds.c,
	  src/dccutil.h, src/egg.h, src/flags.c, src/flags.h,
	  src/logfile.h, src/main.c, src/misc.c, src/misc.h, src/modules.c,
	  src/tcluser.c, src/userent.c, src/userrec.c, src/users.c,
	  src/users.h: * Removed share.mod (will be part of the new botnet
	  module).  * More transfer removal.  * More botnet removal.  *
	  Regenerated gettext stuff.  * More doc stuff.  * Removed
	  eggdrop.conf (replaced by config.tcl for now).

2003-02-14 18:30  changelog

	* ChangeLog: ChangeLog

2003-02-14 18:23  wcc

	* config.tcl, modules/filesys/filedb3.c, modules/filesys/filedb3.h,
	  modules/filesys/files.c, modules/filesys/filesys.c,
	  modules/script/scriptmisc.c, modules/transfer/Makefile.am,
	  modules/transfer/modinfo, modules/transfer/transfer.c,
	  modules/transfer/transfer.h, src/cmds.c, src/flags.h,
	  src/tcldcc.c, src/traffic.c: * Removed transfer and ctcp. Their
	  functionality is in server now.

2003-02-14 15:00  changelog

	* ChangeLog: ChangeLog

2003-02-14 14:55  stdarg

	* Makefile.am, config.tcl, config.xml, lib/eggdrop/egglog.c,
	  lib/eggdrop/partyline.c, modules/script/Makefile.am,
	  modules/script/scriptmisc.c, modules/script/scriptmod.c,
	  src/chanprog.c, src/core_config.c, src/main.c, src/modules.h,
	  src/tclmisc.c:
	  * Added autoload section to xml config file and got rid of the -p
	  option (preload).  * To load your old config file, rename it to
	  blah.tcl and put <script>blah.tcl</script> in the autoload
	  section.  * Added sample config.xml and config.tcl files.  *
	  Moved some more script functions to the script module.

2003-02-14 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-14 04:07  stdarg

	* lib/eggdrop/eggconfig.c, lib/eggdrop/eggconfig.h,
	  lib/eggdrop/flags.c, modules/script/scriptconfig.c,
	  modules/script/scriptuser.c:
	  * User flag matching for scripts * Config updates

2003-02-14 01:30  changelog

	* ChangeLog: ChangeLog

2003-02-14 01:06  stdarg

	* lib/eggdrop/eggconfig.c, lib/eggdrop/eggconfig.h,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/egglog.h,
	  lib/eggdrop/script.c, lib/eggdrop/script.h,
	  modules/script/Makefile.am, modules/script/scriptconfig.c,
	  modules/script/scriptlog.c, modules/script/scriptmod.c,
	  src/core_config.c:
	  * Initial scripting support for config.

2003-02-12 03:00  changelog

	* ChangeLog: ChangeLog

2003-02-12 02:42  wcc

	* eggdrop.conf, modules/channels/channels.c,
	  modules/channels/cmdschan.c, modules/channels/flagmaps.c,
	  modules/channels/tclchan.c, src/chan.h, text/banner, text/motd: *
	  Finished protection removal -- this is everything (will be added
	  back	 in a module later).

2003-02-11 01:00  changelog

	* ChangeLog: ChangeLog

2003-02-11 00:59  stdarg

	* src/: core_config.c, core_config.h, logfile.c:
	  * A bit more to configure.

2003-02-10 21:00  changelog

	* ChangeLog: ChangeLog

2003-02-10 20:32  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggconfig.c,
	  lib/eggdrop/eggconfig.h, lib/eggdrop/my_socket.c,
	  lib/eggdrop/xml.c, src/Makefile.am, src/chanprog.c,
	  src/core_config.c, src/core_config.h, src/core_party.c,
	  src/main.c, src/telnet.c:
	  * Some initial config code to play around with.

2003-02-09 18:30  changelog

	* ChangeLog: ChangeLog

2003-02-09 18:09  wcc

	* configure.ac, doc/UPDATES1.6, lib/eggdrop/fileutil.c,
	  lib/eggdrop/fileutil.h, lib/eggdrop/module.h,
	  lib/eggdrop/modvals.h, modules/channels/userchan.c,
	  modules/filesys/files.c, modules/filesys/filesys.c,
	  modules/filesys/tclfiles.c, modules/transfer/Makefile.am,
	  modules/transfer/transfer.c, modules/transfer/transfer.h,
	  scripts/compat.tcl, src/chanprog.c, src/cmds.c, src/dccutil.c,
	  src/misc.c, src/misc.h, src/modules.c, src/patch.h, src/tcl.c: *
	  Synch 1.6: transfer-cleanups, filesys-move, delbancrash,
	  plsbot_cosmetic,		stricthostfix, opreverselogic,
	  dontdelfile

2003-02-03 23:00  changelog

	* ChangeLog: ChangeLog

2003-02-03 22:54  wcc

	* eggdrop.conf, 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.filesys, doc/settings/mod.irc,
	  doc/settings/mod.notes, doc/settings/mod.server,
	  doc/settings/mod.share, doc/settings/mod.transfer,
	  doc/settings/mod.woobie, doc/settings/tricks,
	  scripts/alltools.tcl, src/tcl.c: * More botnet removal.  * More
	  config updates.  * alltools.tcl updates.  * Started cleaning up
	  docs before conversion to a more dynamic format. HTML   docs
	  removed for now (they will be dynamically generated later).

2003-02-03 13:00  changelog

	* ChangeLog: ChangeLog

2003-02-03 12:49  stdarg

	* src/flags.h:
	  * Stray chars from botnet removal.

2003-02-03 06:00  changelog

	* ChangeLog: ChangeLog

2003-02-03 05:41  wcc

	* eggdrop.conf, lib/eggdrop/module.h, modules/channels/channels.c,
	  modules/channels/userchan.c, modules/filesys/filedb3.c,
	  modules/filesys/files.c, modules/uptime/uptime.c, src/chanprog.c,
	  src/cmds.c, src/dcc.c, src/dccutil.c, src/main.c, src/misc.c,
	  src/modules.c, src/tcl.c, src/tcldcc.c, src/tcluser.c,
	  src/userrec.c, src/users.c: * More botnet removal.

2003-02-03 05:00  changelog

	* ChangeLog: ChangeLog

2003-02-03 04:43  wcc

	* eggdrop.conf, modules/channels/channels.c,
	  modules/channels/cmdschan.c, modules/channels/flagmaps.c,
	  modules/channels/tclchan.c, scripts/klined.tcl,
	  scripts/notes2.tcl, scripts/ques5.tcl, scripts/sentinel.tcl,
	  src/chan.h, src/cmds.c, src/egg.h, src/flags.c, src/flags.h,
	  src/tcl.c: * Removed protection stuff, will be added back in a
	  module later.  * Removed klined, ques5, sentinel, and notes2 as
	  they won't be compatable and	 are not maintained by us.

2003-02-03 01:00  changelog

	* ChangeLog: ChangeLog

2003-02-03 00:42  stdarg

	* lib/eggdrop/hash_table.c, lib/eggdrop/users.c, src/logfile.c,
	  src/main.c, src/net.c: [no log message]

2003-02-02 21:00  changelog

	* ChangeLog: ChangeLog

2003-02-02 20:32  wcc

	* eggdrop.conf: * Fixed a config file conflict.

2003-02-02 20:00  changelog

	* ChangeLog: ChangeLog

2003-02-02 19:57  stdarg

	* modules/script/scriptlog.c: [no log message]

2003-02-02 19:30  changelog

	* ChangeLog: ChangeLog

2003-02-02 19:01  stdarg

	* eggdrop.conf, lib/eggdrop/Makefile.am, lib/eggdrop/binds.c,
	  lib/eggdrop/binds.h, lib/eggdrop/eggdns.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/eggident.c, lib/eggdrop/eggident.h,
	  lib/eggdrop/egglog.c, lib/eggdrop/egglog.h, lib/eggdrop/flags.c,
	  lib/eggdrop/flags.h, lib/eggdrop/memutil.c,
	  lib/eggdrop/memutil.h, lib/eggdrop/partyline.c,
	  lib/eggdrop/partyline.h, lib/eggdrop/users.c,
	  lib/eggdrop/users.h, modules/script/Makefile.am,
	  modules/script/scriptmod.c, modules/server/input.c,
	  modules/tclscript/tclscript.c, src/Makefile.am, src/core_binds.h,
	  src/core_party.c, src/flags.c, src/logfile.c, src/logfile.h,
	  src/main.c, src/misc.c, src/tcl.c, src/telnet.c, src/userent.c:
	  * Let me know if there are any missing files!

2003-02-02 03:00  changelog

	* ChangeLog: ChangeLog

2003-02-02 02:41  wcc

	* modules/channels/tclchan.c: * Fixed a small typo.

2003-02-02 00:00  changelog

	* ChangeLog: ChangeLog

2003-02-01 23:34  wcc

	* modules/channels/channels.c: * Fixed a udef strings bug.. we
	  should copy to p, not s.

2003-02-01 04:30  changelog

	* ChangeLog: ChangeLog

2003-02-01 04:00  changelog

	* ChangeLog: ChangeLog

2003-01-30 02:30  changelog

	* ChangeLog: ChangeLog

2003-01-30 02:20  wcc

	* modules/channels/tclchan.c, modules/compress/tclcompress.c,
	  modules/filesys/tclfiles.c, modules/transfer/transfer.c,
	  src/tclegg.h: * Removed STDVAR macro.

2003-01-30 02:00  changelog

	* ChangeLog: ChangeLog

2003-01-30 01:47  wcc

	* src/: net.c, tcl.c, tclmisc.c, userrec.c: * Fixed a few compiler
	  errors/warnings (found by Eule).

2003-01-29 21:30  changelog

	* ChangeLog: ChangeLog

2003-01-29 21:05  wcc

	* eggdrop.conf, modules/channels/channels.c, src/tcl.c,
	  src/userrec.c: * Removed quiet_save.

2003-01-29 19:30  changelog

	* ChangeLog: ChangeLog

2003-01-29 19:15  wcc

	* modules/channels/: channels.c, tclchan.c: * udef-[str/int/flag]-*
	  -> udef_[str/int/flag]_*.

2003-01-29 19:04  wcc

	* eggdrop.conf, doc/UPDATES1.6, modules/channels/channels.c,
	  modules/channels/cmdschan.c, modules/channels/tclchan.c,
	  modules/transfer/transfer.c:	 * Removed dont-idle-kick (same as
	  idle-kick 0).
	    * Config cleanups (synch 1.6 (not recent)).
	    * Changed EFnet's max_bans and max_modes to 25.
	    * Renamed max_dloads to dcc_limit in favor of the C variable.
	    * Changed -'s in channel settings to _'s in favor of C
	  variables.

2003-01-29 16:00  changelog

	* ChangeLog: ChangeLog

2003-01-29 15:39  wcc

	* eggdrop.conf, lib/eggdrop/module.h, modules/server/servsock.c,
	  src/dcc.c, src/flags.c, src/misc.c, src/modules.c, src/tcl.c: *
	  Renamed debug_output to raw_log.

2003-01-29 02:00  changelog

	* ChangeLog: ChangeLog

2003-01-29 01:42  wcc

	* lib/eggdrop/memutil.c, lib/eggdrop/module.h,
	  modules/channels/channels.c, modules/channels/userchan.c,
	  modules/filesys/dbcompat.c, modules/filesys/filedb3.h,
	  modules/transfer/transfer.c, modules/transfer/transfer.h,
	  src/dccutil.c, src/egg.h, src/main.c, src/modules.c, src/patch.h,
	  src/tcl.c, src/tclmisc.c, src/userrec.c, src/userrec.h: * Synch
	  1.6: save_ignores, save_ignores2, killtransfer-segv,
	  bugfixes (whatever applied), header-fixes, hello.

2003-01-28 15:00  changelog

	* ChangeLog: ChangeLog

2003-01-28 14:38  wcc

	* src/modules.c: * Fixed a typo in modules.c (found by Eule).

2003-01-25 04:30  changelog

	* ChangeLog: ChangeLog

2003-01-25 04:00  changelog

	* ChangeLog: ChangeLog

2003-01-18 17:00  changelog

	* ChangeLog: ChangeLog

2003-01-18 16:36  wcc

	* doc/UPDATES1.6, lib/eggdrop/module.h, src/dccutil.c,
	  src/dccutil.h, src/logfile.c, src/modules.c, src/patch.h,
	  src/tcldcc.c, src/tclmisc.c: * Synch 1.6: nickbind,
	  unixtime_incr, transfer-close, logblocking.

2003-01-02 16:00  changelog

	* ChangeLog: ChangeLog

2003-01-02 15:33  wcc

	* AUTHORS, FEATURES, INSTALL, NEWS, README, doc/compiling.FAQ,
	  doc/text-substitutions.doc, lib/compat/compat.h,
	  lib/compat/inet_ntop.h, lib/compat/inet_pton.h,
	  lib/compat/memcpy.c, lib/compat/memcpy.h, lib/compat/memset.c,
	  lib/compat/memset.h, lib/compat/snprintf.h,
	  lib/compat/strcasecmp.c, lib/compat/strcasecmp.h,
	  lib/compat/strdup.h, lib/compat/strerror.h,
	  lib/compat/strftime.h, lib/compat/strlcat.h,
	  lib/compat/strlcpy.h, lib/compat/strncasecmp.c,
	  lib/compat/strncasecmp.h, lib/eggdrop/botnetutil.c,
	  lib/eggdrop/botnetutil.h, lib/eggdrop/common.h,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/eggtimer.c, lib/eggdrop/eggtimer.h,
	  lib/eggdrop/fileutil.c, lib/eggdrop/fileutil.h,
	  lib/eggdrop/hash_table.c, lib/eggdrop/memutil.c,
	  lib/eggdrop/memutil.h, lib/eggdrop/module.h,
	  lib/eggdrop/modvals.h, lib/eggdrop/script.c,
	  lib/eggdrop/script.h, lib/eggdrop/stat.h, lib/egglib/egglib.h,
	  lib/egglib/hash_table.c, lib/egglib/hash_table.h,
	  lib/egglib/hash_table_test.c, lib/egglib/linked_list.c,
	  lib/egglib/linked_list.h, lib/egglib/linked_list_test.c,
	  lib/egglib/mempool.c, lib/egglib/mempool.h,
	  lib/egglib/mempool_test.c, lib/egglib/msprintf.c,
	  lib/egglib/msprintf.h, lib/egglib/mstack.c, lib/egglib/mstack.h,
	  modules/blowfish/bf_tab.h, modules/blowfish/blowfish.c,
	  modules/blowfish/blowfish.h, modules/channels/channels.c,
	  modules/channels/channels.h, modules/channels/cmdschan.c,
	  modules/channels/flagmaps.c, modules/channels/tclchan.c,
	  modules/channels/udefchan.c, modules/channels/userchan.c,
	  modules/compress/compress.c, modules/compress/compress.h,
	  modules/compress/tclcompress.c, modules/filesys/dbcompat.c,
	  modules/filesys/dbcompat.h, modules/filesys/filedb3.c,
	  modules/filesys/filedb3.h, modules/filesys/filelist.c,
	  modules/filesys/filelist.h, modules/filesys/files.c,
	  modules/filesys/files.h, modules/filesys/filesys.c,
	  modules/filesys/filesys.h, modules/filesys/tclfiles.c,
	  modules/javascript/javascript.c, modules/perlscript/mod_iface.c,
	  modules/perlscript/perlscript.c, modules/server/scriptcmds.c,
	  modules/tclscript/tclscript.c, modules/transfer/transfer.c,
	  modules/transfer/transfer.h, modules/uptime/uptime.c,
	  modules/uptime/uptime.h, scripts/ques5.tcl, src/bg.c, src/bg.h,
	  src/chan.h, src/chanprog.c, src/chanprog.h, src/cmds.c,
	  src/cmds.h, src/cmdt.h, src/core_binds.h, src/dcc.c, src/dcc.h,
	  src/dccutil.c, src/dccutil.h, src/debug.h, src/dns.c, src/dns.h,
	  src/egg.h, src/flags.c, src/flags.h, src/irccmp.c, src/irccmp.h,
	  src/logfile.c, src/logfile.h, src/main.c, src/main.h, src/misc.c,
	  src/misc.h, src/modules.c, src/modules.h, src/net.h, src/patch.h,
	  src/tcl.c, src/tcl.h, src/tcldcc.c, src/tclegg.h, src/tclmisc.c,
	  src/tcluser.c, src/traffic.c, src/traffic.h, src/userent.c,
	  src/userent.h, src/userrec.c, src/userrec.h, src/users.c,
	  src/users.h, testcode/match.c, text/banner: * Updated copyright
	  info for 2003.

2002-12-27 17:30  changelog

	* ChangeLog: ChangeLog

2002-12-27 17:07  wcc

	* eggdrop.conf, doc/UPDATES1.6, modules/channels/channels.c,
	  modules/transfer/transfer.c, src/patch.h: * Fixed default setting
	  for the help-path and text-path settings.    Patch by poptix.  *
	  Did not port matching changes. We can fix this once we start
	  using   Ian's new matching code.  * Updated max_bans to 45 for
	  UnderNet. Found by reed.  * BarkerJr:   * Reworded the comment
	  above the addhost/ident unbinds (found by	persaukko).    *
	  Changed global-revenge-mode to 0 by default.	  * Changed
	  dcc-block to default to 0 (zero; turbo-dcc).

2002-12-11 22:30  changelog

	* ChangeLog: ChangeLog

2002-12-11 22:28  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-11-29 00:30  changelog

	* ChangeLog: ChangeLog

2002-11-29 00:15  wcc

	* doc/UPDATES1.6, src/patch.h, testcode/match.c: *
	  check_this_user() had the wrong function number in irc_table.  *
	  Exported me_voice() in irc_table (synch 1.6).  * Small fix to
	  zip's match code (requested by zip).	* Applied The_Dawn's
	  kickfix patch (synch 1.6).  * Small fixes to addpatch.

2002-11-23 23:00  changelog

	* ChangeLog: ChangeLog

2002-11-23 22:50  wcc

	* eggdrop.conf, doc/UPDATES1.6, modules/channels/channels.c,
	  modules/channels/tclchan.c, scripts/alltools.tcl, src/chan.h,
	  src/patch.h: * Synch'd 1.6 with 1.7 as of November 23rd.

2002-11-10 04:30  changelog

	* ChangeLog: ChangeLog

2002-11-10 04:00  changelog

	* ChangeLog: ChangeLog

2002-11-04 12:00  changelog

	* ChangeLog: ChangeLog

2002-11-04 11:44  stdarg

	* lib/: eggdrop/Makefile.am, eggdrop/base64.c, eggdrop/base64.h,
	  egglib/base64.c, egglib/base64.h:
	  * base 64 encoding/decoding

2002-11-03 17:30  changelog

	* ChangeLog: ChangeLog

2002-11-03 17:22  stdarg

	* lib/eggdrop/users.c:
	  * Removed some debugging stuff from user auth

2002-11-03 17:16  stdarg

	* configure.ac, lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/eggtimer.c, lib/eggdrop/eggtimer.h,
	  lib/eggdrop/flags.c, lib/eggdrop/flags.h, lib/eggdrop/linemode.c,
	  lib/eggdrop/md5.c, lib/eggdrop/md5.h, lib/eggdrop/module.h,
	  lib/eggdrop/partyline.c, lib/eggdrop/partyline.h,
	  lib/eggdrop/sockbuf.c, lib/eggdrop/users.c, lib/eggdrop/users.h,
	  lib/egglib/Makefile.am, modules/Makefile.am,
	  modules/script/Makefile.am, modules/script/scriptbind.c,
	  modules/script/scriptmod.c, modules/script/scriptnet.c,
	  modules/script/scriptparty.c, modules/script/scripttimer.c,
	  modules/script/scriptuser.c, modules/server/input.c,
	  src/Makefile.am, src/egg_timer.c, src/egg_timer.h, src/main.c,
	  src/md5.c, src/md5.h, src/scriptbind.c, src/scriptnet.c,
	  src/scriptuser.c, src/tcl.c, src/tclmisc.c, src/telnet.c:
	  * Moved md5 code to lib/eggdrop so I can use it for password
	  hashing * Passwords are stored as standard hex encoding of
	  md5(salt + password) * Started moving script interface functions
	  to modules/script

2002-10-20 04:30  changelog

	* ChangeLog: ChangeLog

2002-10-20 04:00  changelog

	* ChangeLog: ChangeLog

2002-10-17 04:30  changelog

	* ChangeLog: ChangeLog

2002-10-17 04:00  changelog

	* ChangeLog: ChangeLog

2002-10-15 04:30  changelog

	* ChangeLog: ChangeLog

2002-10-15 04:00  changelog

	* ChangeLog: ChangeLog

2002-10-11 19:00  changelog

	* ChangeLog: ChangeLog

2002-10-11 18:59  wcc

	* doc/UPDATES1.6, src/egg.h: * Removed a left-over piece of botnet
	  code and finished synch'ing the updates file.

2002-10-11 04:30  changelog

	* ChangeLog: ChangeLog

2002-10-11 04:00  stdarg

	* lib/eggdrop/eggdrop.h, modules/javascript/javascript.c,
	  modules/perlscript/mod_iface.c, modules/perlscript/perlscript.c,
	  modules/server/binds.c, modules/server/dcc.c,
	  modules/server/input.c, modules/server/servsock.c,
	  modules/tclscript/tclscript.c, src/scriptuser.c, src/users.h:
	  * Started switching over user code to the new interface.

2002-10-11 02:30  changelog

	* ChangeLog: ChangeLog

2002-10-11 02:27  stdarg

	* lib/eggdrop/flags.c:
	  * Forgot a file.

2002-10-11 02:00  changelog

	* ChangeLog: ChangeLog

2002-10-11 01:56  stdarg

	* lib/compat/compat.h, lib/compat/strdup.h,
	  lib/eggdrop/Makefile.am, lib/eggdrop/flags.h,
	  lib/eggdrop/users.c, lib/eggdrop/users.h, src/scriptuser.c:
	  * Made 'uset' bind to intercept user settings, and 'uflag' bind
	  for user flags. Next comes 'uhost' I guess.

2002-10-10 22:00  changelog

	* ChangeLog: ChangeLog

2002-10-10 21:46  wcc

	* Makefile.am: * Makefile fixes.

2002-10-10 21:32  wcc

	* Makefile.am: * Makefile fixes from last commit.

2002-10-10 20:00  changelog

	* ChangeLog: ChangeLog

2002-10-10 19:51  wcc

	* eggdrop.complete.conf, eggdrop.conf: Forgot some cvs add/remove.

2002-10-10 19:49  wcc

	* eggdrop.simple.conf, modules/channels/channels.c,
	  modules/channels/tclchan.c, modules/transfer/transfer.c,
	  src/chan.h, src/cmds.c, src/egg.h, src/net.c, src/patch.h: *
	  Completed 1.6<>1.7 patch synch.

2002-10-10 03:00  changelog

	* ChangeLog: ChangeLog

2002-10-10 02:48  stdarg

	* lib/eggdrop/: eggconfig.c, eggconfig.h:
	  * Beginning of config system. Right now it's based on xml but it
	  should be easy to replace it later or add a module backend
	  system.

2002-10-10 01:00  changelog

	* ChangeLog: ChangeLog

2002-10-10 00:50  wcc

	* configure.ac, eggdrop.complete.conf, doc/UPDATES1.6,
	  lib/compat/snprintf.c, modules/channels/channels.c,
	  modules/channels/channels.h, modules/channels/cmdschan.c,
	  modules/channels/tclchan.c, modules/filesys/filesys.c,
	  modules/transfer/transfer.c, scripts/alltools.tcl, src/chan.h,
	  src/chanprog.c, src/misc.c: * Synch'd 1.6 with 1.7 as of
	  September 1st.    * Did not synch +C or +r chanmode additions or
	  halfop code, as our mode	handling really needs to be redone
	  in 1.7.    * Did not synch any of the handlen-friendly patches.
	   * Did not synch Tcl 8.4 fixes (not a proper fix yet).    * My
	  banligic patch doesn't seem relevent currently.    * Did not
	  synch sockfix, as network code has changed drasticly.

	  Synch will be continued tomorrow.

2002-10-10 00:00  changelog

	* ChangeLog: ChangeLog

2002-10-09 23:41  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/binds.c,
	  lib/eggdrop/binds.h, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/eggtimer.c, lib/eggdrop/module.h,
	  lib/eggdrop/users.c, modules/javascript/javascript.c,
	  modules/perlscript/mod_iface.c, modules/server/binds.c,
	  modules/server/dcc.c, modules/server/dcc.h,
	  modules/server/input.c, modules/server/server.c,
	  modules/server/servsock.c, modules/tclscript/tclscript.c,
	  src/Makefile.am, src/core_binds.c, src/dcc.c, src/dccutil.c,
	  src/main.c, src/modules.c, src/net.c, src/scriptbind.c,
	  src/scriptuser.c, src/tcl.c, src/tcldcc.c, src/tclhash.c,
	  src/tclhash.h, src/tcluser.c, src/userrec.c, testcode/match.c:
	  * Moved bind tables to libeggdrop

2002-10-09 04:30  changelog

	* ChangeLog: ChangeLog

2002-10-09 04:09  stdarg

	* lib/eggdrop/: flags.h, hash_table.c, hash_table.h, ircmasks.c,
	  ircmasks.h, users.c:
	  * Forgot some files

2002-10-07 18:00  changelog

	* ChangeLog: ChangeLog

2002-10-07 17:37  stdarg

	* src/scriptuser.c:
	  * Script interface to new user functions.

2002-10-07 17:36  stdarg

	* lib/egglib/Makefile.am, lib/egglib/egglib.h,
	  modules/server/binds.c, modules/server/binds.h,
	  modules/server/dcc.c, modules/server/dcc.h,
	  modules/server/scriptcmds.c, src/Makefile.am, src/cmds.c,
	  src/core_binds.c, src/dcc.c, src/logfile.c, src/main.c,
	  src/modules.c, src/scriptnet.c, src/tcl.c, src/tcluser.c,
	  src/users.c:
	  * Added some dcc support functions like sending/accepting files,
	  with resume, and chats.  * Starting to migrate to new user
	  system.

2002-10-07 17:33  stdarg

	* lib/eggdrop/: Makefile.am, eggdrop.h, eggnet.c, eggnet.h,
	  flags.h, ircmasks.c, ircmasks.h, match.c, match.h, module.h,
	  sockbuf.c, sockbuf.h, throttle.c, throttle.h, users.c, users.h,
	  xml.c, xml.h, xmlread.c, xmlwrite.c:
	  * Added input/output throttling for sockets (haven't tested
	  input) * Basic xml read/write stuff. Very forgiving on xml
	  syntax; doesn't do validation. Not done.  * Beginning of new user
	  code. Works well so far.

2002-09-29 04:30  changelog

	* ChangeLog: ChangeLog

2002-09-29 04:00  changelog

	* ChangeLog: ChangeLog

2002-09-22 04:30  changelog

	* ChangeLog: ChangeLog

2002-09-22 04:00  changelog

	* ChangeLog: ChangeLog

2002-09-22 03:50  stdarg

	* lib/eggdrop/eggnet.c, lib/eggdrop/eggnet.h,
	  lib/eggdrop/my_socket.c, lib/eggdrop/my_socket.h,
	  lib/eggdrop/sockbuf.c, lib/eggdrop/sockbuf.h,
	  modules/server/Makefile.am, modules/server/binds.c,
	  modules/server/binds.h, modules/server/dcc.c,
	  modules/server/dcc.h, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/server.h,
	  src/scriptnet.c:
	  * Added a command to initiate dcc chats

2002-09-21 20:30  changelog

	* ChangeLog: ChangeLog

2002-09-21 20:25  stdarg

	* src/: botcmd.c, botcmd.h, botmsg.c, botmsg.h, botnet.c, botnet.h,
	  tandem.h:
	  * Remove unnecessary files (botnet stuff)

2002-09-21 03:00  changelog

	* ChangeLog: ChangeLog

2002-09-21 02:40  stdarg

	* lib/eggdrop/memutil.c, lib/eggdrop/memutil.h,
	  lib/eggdrop/script.h, lib/eggdrop/sockbuf.c,
	  lib/eggdrop/sockbuf.h, modules/javascript/javascript.c,
	  modules/perlscript/perlscript.c, modules/server/scriptcmds.c,
	  modules/server/servsock.c, modules/tclscript/tclscript.c,
	  src/Makefile.am, src/main.c, src/scriptnet.c:
	  * Added script support for network stuff

2002-09-20 17:00  changelog

	* ChangeLog: ChangeLog

2002-09-20 16:44  stdarg

	* modules/Makefile.am:
	  * last patch accidentally disabled javascript

2002-09-20 16:41  stdarg

	* lib/eggdrop/botnetutil.c, lib/eggdrop/module.h,
	  modules/Makefile.am, src/Makefile.am, src/cmds.c, src/dcc.c,
	  src/dccutil.c, src/dccutil.h, src/main.c, src/misc.c,
	  src/modules.c, src/tcl.c, src/tcldcc.c, src/tclmisc.c,
	  src/tcluser.c, src/userrec.c, src/users.c, src/users.h:
	  * Mo-Ize removed the botnet code, thanks

2002-09-20 15:30  changelog

	* ChangeLog: ChangeLog

2002-09-20 15:28  stdarg

	* modules/server/binds.c: [no log message]

2002-09-20 15:18  stdarg

	* configure.ac, lib/compat/poll.c, lib/compat/poll.h,
	  lib/eggdrop/eggdns.c, lib/eggdrop/module.h,
	  lib/eggdrop/my_socket.c, modules/Makefile.am,
	  modules/server/binds.h:
	  * compat entries for poll, and a server module file I forgot

2002-09-20 04:30  changelog

	* ChangeLog: ChangeLog

2002-09-20 04:00  changelog

	* ChangeLog: ChangeLog

2002-09-19 21:30  changelog

	* ChangeLog: ChangeLog

2002-09-19 21:10  stdarg

	* lib/eggdrop/: my_socket.c, my_socket.h, sockbuf.c, sockbuf.h:
	  * Ah I knew I forgot some.

2002-09-19 21:06  stdarg

	* configure.ac, lib/compat/Makefile.am, lib/eggdrop/Makefile.am,
	  lib/eggdrop/eggdns.c, lib/eggdrop/eggdns.h,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/eggident.c,
	  lib/eggdrop/eggident.h, lib/eggdrop/eggnet.c,
	  lib/eggdrop/eggnet.h, lib/eggdrop/eggtimer.c,
	  lib/eggdrop/eggtimer.h, lib/eggdrop/linemode.c,
	  lib/eggdrop/linemode.h, lib/eggdrop/memutil.c,
	  lib/eggdrop/memutil.h, lib/eggdrop/module.h,
	  lib/eggdrop/script.c, lib/eggdrop/script.h, modules/Makefile.am,
	  modules/javascript/javascript.c, modules/perlscript/perlscript.c,
	  modules/server/Makefile.am, modules/server/channels.c,
	  modules/server/cmdsserv.c, modules/server/dcc_commands.c,
	  modules/server/input.c, modules/server/nicklist.c,
	  modules/server/nicklist.h, modules/server/output.c,
	  modules/server/output.h, modules/server/parse.c,
	  modules/server/parse.h, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/serverlist.c, modules/server/serverlist.h,
	  modules/server/servmsg.c, modules/server/servsock.c,
	  modules/server/servsock.h, modules/tclscript/tclscript.c,
	  src/Makefile.am, src/egg_timer.c, src/main.c, src/modules.c,
	  src/net.c, src/tclhash.c, src/userrec.c, src/userrec.h,
	  src/users.h, testcode/dnscache.c, testcode/socks5.c:
	  * Moved several things from the core into libegg * Server module
	  uses new network code * Lots of stuff removed from the server
	  module, like flood stuff, which should go into a new module *
	  Moved some things from irc module to server module (mostly bind
	  stuff, like pub) * Not everything works right now, but I wanted
	  to get it into cvs in case my computer dies a horrible death. I'm
	  going to combine irc/server (mostly) and make a new one for all
	  the default protection stuff.  * Right now server messages are
	  not queued. I thought the code was pretty much beyond repair. The
	  new queueing code will hopefully be more maintainable.  * I'm not
	  sure I added/removed all the files necessary! Let me know if it
	  doesn't compile for you.

2002-09-18 04:30  changelog

	* ChangeLog: ChangeLog

2002-09-18 04:00  changelog

	* ChangeLog: ChangeLog

2002-09-16 04:30  changelog

	* ChangeLog: ChangeLog

2002-09-16 04:00  changelog

	* ChangeLog: ChangeLog

2002-09-11 04:30  changelog

	* ChangeLog: ChangeLog

2002-09-11 04:00  changelog

	* ChangeLog: ChangeLog

2002-09-09 04:30  changelog

	* ChangeLog: ChangeLog

2002-09-09 04:00  changelog

	* ChangeLog: ChangeLog

2002-08-26 04:30  changelog

	* ChangeLog: ChangeLog

2002-08-26 04:00  changelog

	* ChangeLog: ChangeLog

2002-08-25 04:30  changelog

	* ChangeLog: ChangeLog

2002-08-25 04:00  changelog

	* ChangeLog: ChangeLog

2002-08-16 04:30  changelog

	* ChangeLog: ChangeLog

2002-08-16 04:00  changelog

	* ChangeLog: ChangeLog

2002-08-11 20:30  changelog

	* ChangeLog: ChangeLog

2002-08-11 20:16  stdarg

	* src/tclhash.c:
	  * MATCH_PARTIAL bind tables (like dcc) were not being checked for
	  correct user flags.

2002-08-11 16:00  changelog

	* ChangeLog: ChangeLog

2002-08-11 15:50  stdarg

	* testcode/: client.c, my_poll.c, sockbuf.c: [no log message]

2002-08-10 05:01  changelog

	* ChangeLog: ChangeLog

2002-08-10 04:31  poptix

	* src/: chanprog.c, patch.h:
	  owner variable was not being used properly, potential access
	  elevation.

2002-08-09 19:00  changelog

	* ChangeLog: ChangeLog

2002-08-09 18:48  stdarg

	* testcode/dnscache.c:
	  * beginning of a small caching dns stub resolver, ipv4 and ipv6

2002-08-09 18:44  stdarg

	* src/: tclhash.c, tclhash.h:
	  * Beginning of load-order independent bind tables

2002-08-09 18:42  stdarg

	* testcode/: Makefile, chat.c, my_poll.c, my_poll.h, my_socket.c,
	  mypoll.c, mypoll.h, sockbuf.c, sockbuf.h:
	  * Some updates to network code

2002-08-04 04:31  changelog

	* ChangeLog: ChangeLog

2002-08-04 04:01  changelog

	* ChangeLog: ChangeLog

2002-07-30 04:30  changelog

	* ChangeLog: ChangeLog

2002-07-30 04:00  changelog

	* ChangeLog: ChangeLog

2002-07-17 18:00  changelog

	* ChangeLog: ChangeLog

2002-07-17 17:52  poptix

	* src/patch.h: sigh.

2002-07-17 17:46  poptix

	* src/patch.h: Duh, watch your patch.h entries.

2002-06-19 00:30  changelog

	* ChangeLog: ChangeLog

2002-06-19 00:10  stdarg

	* testcode/: mypoll.c, mypoll.h:
	  * poll() emulation

2002-06-19 00:00  changelog

	* ChangeLog: ChangeLog

2002-06-18 23:51  stdarg

	* testcode/: Makefile, chat.c, client.c, http.c, ipv6.c,
	  linemode.c, my_socket.c, sclient.c, sockbuf.c, sockbuf.h,
	  socks4.c, socks5.c, sslmode.c, zipmode.c:
	  * I think the sockbuf api is almost done

2002-06-18 01:30  changelog

	* ChangeLog: ChangeLog

2002-06-18 01:15  guppy

	* help/cmds2.help: forgot to remove a reference to highlight in a
	  help file

2002-06-18 01:12  guppy

	* configure.ac, eggdrop.complete.conf, help/cmds2.help,
	  help/core.help, lib/eggdrop/module.h, modules/Makefile.am,
	  modules/server/servmsg.c, src/Makefile.am, src/botcmd.c,
	  src/cmds.c, src/cmds.h, src/dcc.c, src/egg.h, src/flags.c,
	  src/flags.h, src/main.c, src/misc.c, src/modules.c, src/tcldcc.c:


	  - removed userflag +k - removed userflag +h - removed all the
	  code related to .strip since stdarg is going to redo it in a
	  better fashion using network filters.  - removed woobie since
	  woobie is useless and we would be much better suited with a
	  "sample" module that actually does something useful

2002-06-18 00:01  changelog

	* ChangeLog: ChangeLog

2002-06-17 23:40  guppy

	* eggdrop.complete.conf, doc/settings/mod.server,
	  modules/server/cmdsserv.c, modules/server/scriptcmds.c,
	  modules/server/server.c:

	  removed the settings that did not allow for duplicate messages to
	  be enqueued.	this always seemed like a hack to me because it
	  doesn't fix the real problem of broken scripts sending duplicates
	  and causing the bot to flood off. if a script wants to send 4000
	  of the same message who are we to say that is wrong.

2002-06-17 12:00  changelog

	* ChangeLog: ChangeLog

2002-06-17 11:39  guppy

	* eggdrop.complete.conf, doc/settings/core.settings, src/tcl.c,
	  src/userrec.c: removed sort_users since any decent userfile
	  backend should do this on the fly -- i.e.. sql or our new user
	  api that is being worked on

2002-06-17 01:30  changelog

	* ChangeLog: ChangeLog

2002-06-17 01:14  guppy

	* help/cmds2.help, help/core.help, src/flags.c, src/flags.h:
	  removed the common user access flag sice this is a throw back to
	  the earlier days of IRC -- common accounts are almost
	  non-existant on IRC these days.

2002-06-17 01:04  guppy

	* eggdrop.complete.conf, help/cmds1.help, help/cmds2.help,
	  help/core.help, src/cmds.c, src/misc.c, src/misc.h: removed some
	  legacy commands that are fairly non-useful and addhost which is
	  just wrong.

2002-06-10 04:30  changelog

	* ChangeLog: ChangeLog

2002-06-10 04:00  changelog

	* ChangeLog: ChangeLog

2002-06-08 02:30  changelog

	* ChangeLog: ChangeLog

2002-06-08 02:21  stdarg

	* modules/server/servmsg.c: [no log message]

2002-06-07 02:00  changelog

	* ChangeLog: ChangeLog

2002-06-07 01:38  stdarg

	* modules/server/servmsg.c:
	  * got432(), got433(), and renamed gotfake433 to choose_altnick

2002-06-05 00:30  changelog

	* ChangeLog: ChangeLog

2002-06-05 00:11  stdarg

	* modules/server/servmsg.c:
	  * Oops committed too early, doh * Converted got303(), thought
	  about moving the keep-nick stuff to a separate file and adding
	  watch-list support

2002-06-05 00:10  stdarg

	* modules/server/servmsg.c: [no log message]

2002-06-02 23:00  changelog

	* ChangeLog: ChangeLog

2002-06-02 22:35  stdarg

	* lib/eggdrop/module.h, modules/server/server.c,
	  modules/server/servmsg.c, src/modules.c:
	  * Server lag checking now does hundredths of a second.  *
	  gotwallops() and gotpong() converted to new raw syntax

2002-06-02 13:30  changelog

	* ChangeLog: ChangeLog

2002-06-02 13:06  stdarg

	* modules/server/: server.c, servmsg.c:
	  * gotnotice()

2002-06-02 04:00  changelog

	* ChangeLog: ChangeLog

2002-06-02 03:56  stdarg

	* modules/server/servmsg.c:
	  * Oops argument mixup

2002-06-02 03:52  stdarg

	* modules/server/: server.c, servmsg.c:
	  * Changed the raw bind syntax again: user nick uhost cmd nargs
	  args... maybe user should come after uhost, like in other binds?
	  * Moved pub/pubm binds from irc module to server module

2002-06-01 13:00  changelog

	* ChangeLog: ChangeLog

2002-06-01 12:57  stdarg

	* modules/server/: channels.c, channels.h, servmsg.c:
	  * Ooops forgot to add channels.c and channels.h last time!

2002-06-01 09:00  changelog

	* ChangeLog: ChangeLog

2002-06-01 08:42  wingman

	* src/Makefile.am:
	    .oO(i should really somewhere write down my modified files or
		just use cvs commit w/o my own
	  in-memory-modified-file-list... ;-)

2002-06-01 08:30  changelog

	* ChangeLog: ChangeLog

2002-06-01 08:28  wingman

	* src/traffic.c:
	    * new file: traffic.

2002-06-01 08:27  wingman

	* src/: main.c, net.c, traffic.h:
		  * moved traffic commands to traffic.[c|h] and cleaned
		    up net.c/main.c

2002-06-01 03:30  changelog

	* ChangeLog: ChangeLog

2002-06-01 03:13  stdarg

	* modules/channels/tclchan.c:
	  * Converted a few more channel commands

2002-06-01 00:30  changelog

	* ChangeLog: ChangeLog

2002-06-01 00:15  stdarg

	* modules/server/Makefile.am, modules/server/server.c,
	  modules/server/servmsg.c, src/modules.c:
	  * Added "newraw" bind table, which will eventually replace "raw"
	  * Made got001() the first newraw-compliant function * Started
	  merging irc/server modules a little bit

2002-05-31 23:00  changelog

	* ChangeLog: ChangeLog

2002-05-31 22:50  stdarg

	* testcode/dns.c:
	  * dns resolving seems to work now, even for strange replies like
	  irc.dal.net and www.lycos.com

2002-05-31 03:30  changelog

	* ChangeLog: ChangeLog

2002-05-31 03:02  stdarg

	* modules/server/servmsg.c:
	  * Beginning of a new model for the raw server bind. It will do
	  more parsing so that other places don't have to. We can also add
	  an SFILT bind so that scripts/modules can modify server input
	  text.

2002-05-31 00:30  changelog

	* ChangeLog: ChangeLog

2002-05-31 00:29  stdarg

	* modules/server/: scriptcmds.c, server.c:
	  * More conversions in the server module

2002-05-30 23:30  changelog

	* ChangeLog: ChangeLog

2002-05-30 23:11  stdarg

	* lib/eggdrop/module.h, lib/eggdrop/script.h,
	  modules/javascript/javascript.c, modules/perlscript/perlscript.c,
	  modules/server/scriptcmds.c, modules/server/server.c,
	  modules/server/servmsg.c, modules/tclscript/tclscript.c,
	  src/chanprog.c, src/misc.c, src/modules.c:
	  * Botname doesn't rely on NICKLEN * Ok.. using strtok() on
	  function arguments that get re-used (binds) is BAD.

2002-05-30 22:30  changelog

	* ChangeLog: ChangeLog

2002-05-30 22:07  stdarg

	* lib/eggdrop/memutil.c, lib/eggdrop/memutil.h,
	  modules/server/scriptcmds.c, modules/server/server.c, src/dcc.c:
	  * Getting rid of some usage of NICKLEN in the hopes that
	  eventually it will disappear.

2002-05-30 21:30  changelog

	* ChangeLog: ChangeLog

2002-05-30 21:01  stdarg

	* modules/server/: server.c, servmsg.c:
	  * Fixed a bug which was corrupting MODE binds *
	  disconnect_server() was resetting servidx before removing it from
	  the dcc table

2002-05-28 16:00  changelog

	* ChangeLog: ChangeLog

2002-05-28 15:36  stdarg

	* modules/filesys/tclfiles.c, modules/server/server.c,
	  modules/server/server.h, modules/server/servmsg.c,
	  modules/uptime/uptime.c, src/botmsg.c:
	  * Got rid of a bit of findanyidx() usage

2002-05-28 00:30  changelog

	* ChangeLog: ChangeLog

2002-05-28 00:13  stdarg

	* modules/channels/tclchan.c:
	  * Some more converted channel commands.

2002-05-26 23:30  changelog

	* ChangeLog: ChangeLog

2002-05-26 23:19  stdarg

	* modules/channels/tclchan.c:
	  * channel_info now returns a list of all channel setting names,
	  not values.  * channel_get returns a single setting for a single
	  channel.

2002-05-26 04:00  changelog

	* ChangeLog: ChangeLog

2002-05-26 03:34  stdarg

	* lib/eggdrop/module.h, modules/filesys/filesys.c, src/botcmd.c,
	  src/botmsg.c, src/botnet.c, src/cmds.c, src/core_binds.c,
	  src/core_binds.h, src/dcc.c, src/dccutil.c, src/modules.c,
	  src/tcldcc.c, src/tclhash.c, src/tclhash.h, src/userrec.c:
	  * Moved creation and maintenance of core binds from tclhash.c to
	  core_binds.c * Renamed check_tcl_* to check_bind_* in the core

2002-05-25 22:30  changelog

	* ChangeLog: ChangeLog

2002-05-25 22:02  stdarg

	* src/tclhash.c:
	  * Made dcc a MATCH_PARTIAL table again.

2002-05-25 22:00  changelog

	* ChangeLog: ChangeLog

2002-05-25 21:49  stdarg

	* lib/eggdrop/module.h, src/modules.c, src/tclegg.h, src/tclhash.c,
	  src/tclhash.h:
	  * Bind table cleanups * Removed bind_chain_t for now. I think for
	  non-wildcard, non-stackable tables, we could do a hash table

2002-05-24 13:00  changelog

	* ChangeLog: ChangeLog

2002-05-24 12:50  stdarg

	* src/proxyapi.h:
	  * Beginning of an interface for modules that support a type of
	  proxy (socks5, http, etc) (proxy_t to be defined later).

2002-05-24 12:37  stdarg

	* src/cryptapi.h:
	  * Beginning of an interface for modules that want to provide
	  hash/crypto functions.

2002-05-24 02:00  changelog

	* ChangeLog: ChangeLog

2002-05-24 01:52  stdarg

	* lib/eggdrop/script.c, modules/server/scriptcmds.c,
	  modules/server/server.c:
	  * Null checking in script_string * Got rid of $servers in favor
	  of [server_list], and $server is now an index

2002-05-22 04:30  changelog

	* ChangeLog: ChangeLog

2002-05-22 04:00  changelog

	* ChangeLog: ChangeLog

2002-05-21 16:30  changelog

	* ChangeLog: ChangeLog

2002-05-21 16:28  stdarg

	* modules/server/server.c:
	  * Forgot to set the serverlist to null when it's cleared.

2002-05-21 16:23  stdarg

	* eggdrop.complete.conf, eggdrop.simple.conf,
	  modules/server/scriptcmds.c, modules/server/server.c:
	  * Added server_add and server_clear, still need a server_del.

2002-05-19 00:00  changelog

	* ChangeLog: ChangeLog

2002-05-18 23:41  stdarg

	* modules/filesys/filesys.c, modules/server/server.c, src/net.c:
	  * Got rid of some inet_ntoa * Converted dcc ip nums to dotted
	  decimal notation

2002-05-18 03:00  changelog

	* ChangeLog: ChangeLog

2002-05-18 02:41  stdarg

	* configure.ac, lib/adns/internal.h, lib/adns/setup.c,
	  lib/compat/Makefile.am, lib/compat/compat.h,
	  lib/compat/inet_aton.c, lib/compat/inet_aton.h,
	  modules/filesys/filesys.c, modules/server/server.c, src/dns.c,
	  src/net.c:
	  * Changed inet_aton(...) to inet_pton(AF_INET, ...) and removed
	  inet_aton from lib/compat -- why have both?

2002-05-17 02:30  changelog

	* ChangeLog: ChangeLog

2002-05-17 02:29  stdarg

	* lib/eggdrop/module.h, modules/channels/channels.c,
	  modules/filesys/filesys.c, modules/javascript/javascript.c,
	  modules/perlscript/mod_iface.c, modules/server/server.c,
	  modules/tclscript/tclscript.c, modules/transfer/transfer.c,
	  modules/uptime/uptime.c, src/botnet.c, src/core_binds.c,
	  src/modules.c, src/tcl.c, src/tclhash.c, src/tclhash.h:
	  * Bind table cleanups, especially renaming bind table functions
	  and making add/rem_builtins take a char * instead of a
	  bind_table_t *.

2002-05-16 18:00  changelog

	* ChangeLog: ChangeLog

2002-05-16 17:56  stdarg

	* src/: botnet.c, dcc.c, dccutil.c:
	  * check_tcl_chon wasn't being called with the real idx

2002-05-13 13:00  changelog

	* ChangeLog: ChangeLog

2002-05-13 04:00  changelog

	* ChangeLog: ChangeLog

2002-05-13 03:38  stdarg

	* lib/eggdrop/script.c:
	  * Fixed some stuff I messed up while moving around code.

2002-05-12 11:00  changelog

	* ChangeLog: ChangeLog

2002-05-12 10:35  ite

	* configure.ac, acconfig/acinclude.m4, src/bg.c, src/main.c,
	  src/users.h: * Now always preforking * More minor configure
	  macros cleanup * Let's try to detect JS_NewObject() instead of
	  JS_Now() for javascript library detection.  * Js headers to be
	  corectly detected when --with-jsinc isn't passed to ./configure

2002-05-12 04:30  changelog

	* ChangeLog: ChangeLog

2002-05-12 04:00  changelog

	* ChangeLog: ChangeLog

2002-05-12 03:00  changelog

	* ChangeLog: ChangeLog

2002-05-12 02:58  stdarg

	* src/patch.h:
	  * Did I update this the right way?

2002-05-12 01:30  changelog

	* ChangeLog: ChangeLog

2002-05-12 01:25  stdarg

	* modules/channels/channels.c:
	  * yay

2002-05-12 01:24  stdarg

	* src/botmsg.c:
	  * Unnecessary strlen()

2002-05-12 01:23  stdarg

	* modules/server/server.c, src/tcldcc.c:
	  * Overlooked name changes

2002-05-12 01:12  stdarg

	* lib/eggdrop/module.h, modules/channels/tclchan.c, src/botmsg.c,
	  src/dccutil.c, src/misc.c, src/misc.h, src/modules.c:
	  * Got rid of str_nutf8tounicode

2002-05-12 01:00  changelog

	* ChangeLog: ChangeLog

2002-05-12 00:59  stdarg

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/registry.c, lib/eggdrop/registry.h,
	  lib/eggdrop/script.c, lib/eggdrop/script.h,
	  modules/blowfish/blowfish.c, modules/channels/channels.c,
	  modules/javascript/javascript.c, modules/perlscript/mod_iface.c,
	  modules/perlscript/perlscript.c, modules/server/server.c,
	  modules/tclscript/tclscript.c, src/dcc.c, src/dns.c,
	  src/egg_timer.c, src/logfile.c, src/tcl.c, src/tcldcc.c,
	  src/tclhash.c, src/tclmisc.c, src/users.c:
	  * Converting the scripting modules to using a well-defined
	  interface rather than the general registry.  * Converted the
	  'traffic' command.  * Got rid of the registry since it wasn't
	  needed anymore.

2002-05-10 20:30  changelog

	* ChangeLog: ChangeLog

2002-05-10 20:08  stdarg

	* modules/javascript/javascript.c, src/cmds.c:
	  * Fixed a lot of duplicate log messages from dcc commands.

2002-05-09 16:30  changelog

	* ChangeLog: ChangeLog

2002-05-09 16:23  ite

	* configure.ac, acconfig/acinclude.m4, modules/Makefile.am,
	  modules/javascript/.cvsignore, modules/javascript/Makefile.am,
	  modules/javascript/javascript.c: Added preliminary support libjs
	  detection and javascript module Makefile

2002-05-09 03:00  changelog

	* ChangeLog: ChangeLog

2002-05-09 02:37  stdarg

	* src/: dcc.c, egg.h, tcldcc.c, tclmisc.c:
	  * Quickly converted the network functions to language neutrality
	  * script_listen_script() doesn't work, I think. I haven't tested
	  it yet, but I'm 99.9% sure. I'll do it later.  * Sort of a cool
	  little new function... script_export. It lets you define a
	  function in tcl/perl/javascript, and make it available in the
	  other scripting modules. It needs some tuning, but it's a start.

2002-05-08 23:00  changelog

	* ChangeLog: ChangeLog

2002-05-08 22:34  stdarg

	* modules/tclscript/tclscript.c:
	  * Don't bother with remaining arguments if there's a conversion
	  error.

2002-05-08 22:30  changelog

	* ChangeLog: ChangeLog

2002-05-08 22:11  stdarg

	* src/egg_timer.c:
	  * Changed a static int array to dynamic.

2002-05-07 17:30  changelog

	* ChangeLog: ChangeLog

2002-05-07 17:09  stdarg

	* modules/javascript/javascript.c:
	  * The javascript module seems to be on par with tcl and perl now.
	  Who's yo daddy! Later we can add special things, like a real
	  EggdropUser object, and EggdropChannel, etc.

2002-05-07 05:30  changelog

	* ChangeLog: ChangeLog

2002-05-07 05:02  stdarg

	* modules/javascript/javascript.c:
	  * Stuff is starting to work. You can use .js putlog("blah blah")
	  for instance.

2002-05-06 06:00  changelog

	* ChangeLog: ChangeLog

2002-05-06 05:41  stdarg

	* modules/javascript/javascript.c:
	  * .js can now do simple stuff like math and string addition

2002-05-06 05:33  stdarg

	* modules/javascript/javascript.c:
	  * it compiles now if you hack up a makefile, but makes eggdrop
	  when you call a function with .js (dcc command)

2002-05-06 05:00  changelog

	* ChangeLog: ChangeLog

2002-05-06 04:39  stdarg

	* modules/javascript/javascript.c:
	  * It doesn't compile yet. Can somebody make a proper Makefile for
	  it though? I tried for a little while, but it's failing horribly.
	  ITE?

2002-05-06 04:30  changelog

	* ChangeLog: ChangeLog

2002-05-06 04:00  changelog

	* ChangeLog: ChangeLog

2002-05-06 01:00  changelog

	* ChangeLog: ChangeLog

2002-05-06 00:44  stdarg

	* lib/egglib/: regexp.c, regexp.h:
	  * Added a regsub() function that works sort of like Tcl's. I'll
	  do a regmatch() function later. We should add regcomp() and
	  regexec() to lib/compat I guess?

2002-05-06 00:00  changelog

	* ChangeLog: ChangeLog

2002-05-05 23:52  guppy

	* testcode/match.c: added zip's matching code

2002-05-05 15:30  changelog

	* ChangeLog: ChangeLog

2002-05-05 15:04  stdarg

	* src/: match.c, match.h:
	  * wild_match has const arguments

2002-05-05 12:00  changelog

	* ChangeLog: ChangeLog

2002-05-05 11:40  tothwolf

	* lib/compat/compat.h, lib/compat/inet_aton.c,
	  lib/compat/inet_aton.h, lib/compat/inet_ntop.c,
	  lib/compat/inet_ntop.h, lib/compat/inet_pton.c,
	  lib/compat/inet_pton.h, lib/compat/memcpy.c, lib/compat/memcpy.h,
	  lib/compat/memset.c, lib/compat/memset.h, lib/compat/snprintf.c,
	  lib/compat/snprintf.h, lib/compat/strcasecmp.c,
	  lib/compat/strcasecmp.h, lib/compat/strdup.c,
	  lib/compat/strdup.h, lib/compat/strerror.h,
	  lib/compat/strftime.h, lib/compat/strlcat.h,
	  lib/compat/strlcpy.h, lib/compat/strncasecmp.c,
	  lib/compat/strncasecmp.h, lib/eggdrop/botnetutil.c,
	  lib/eggdrop/botnetutil.h, lib/eggdrop/common.h,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/fileutil.c, lib/eggdrop/fileutil.h,
	  lib/eggdrop/memutil.c, lib/eggdrop/memutil.h,
	  lib/eggdrop/module.h, lib/eggdrop/modvals.h,
	  lib/eggdrop/registry.c, lib/eggdrop/registry.h,
	  lib/eggdrop/script.c, lib/eggdrop/script.h, lib/eggdrop/stat.h,
	  lib/egglib/base64.c, lib/egglib/base64.h, lib/egglib/egglib.h,
	  lib/egglib/hash_table.c, lib/egglib/hash_table.h,
	  lib/egglib/hash_table_test.c, lib/egglib/linked_list.c,
	  lib/egglib/linked_list.h, lib/egglib/linked_list_test.c,
	  lib/egglib/mempool.c, lib/egglib/mempool.h,
	  lib/egglib/mempool_test.c, lib/egglib/msprintf.c,
	  lib/egglib/msprintf.h, lib/egglib/mstack.c, lib/egglib/mstack.h,
	  modules/blowfish/bf_tab.h, modules/blowfish/blowfish.c,
	  modules/blowfish/blowfish.h, modules/channels/channels.c,
	  modules/channels/channels.h, modules/channels/cmdschan.c,
	  modules/channels/flagmaps.c, modules/channels/tclchan.c,
	  modules/channels/udefchan.c, modules/channels/userchan.c,
	  modules/compress/compress.c, modules/compress/compress.h,
	  modules/compress/tclcompress.c, modules/filesys/dbcompat.c,
	  modules/filesys/dbcompat.h, modules/filesys/filedb3.c,
	  modules/filesys/filedb3.h, modules/filesys/filelist.c,
	  modules/filesys/filelist.h, modules/filesys/files.c,
	  modules/filesys/files.h, modules/filesys/filesys.c,
	  modules/filesys/filesys.h, modules/filesys/tclfiles.c,
	  modules/perlscript/mod_iface.c, modules/perlscript/perlscript.c,
	  modules/server/cmdsserv.c, modules/server/scriptcmds.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/servmsg.c, modules/tclscript/tclscript.c,
	  modules/transfer/transfer.c, modules/transfer/transfer.h,
	  modules/uptime/uptime.c, modules/uptime/uptime.h, src/bg.c,
	  src/bg.h, src/botcmd.c, src/botcmd.h, src/botmsg.c, src/botmsg.h,
	  src/botnet.c, src/botnet.h, src/chan.h, src/chanprog.c,
	  src/chanprog.h, src/cmds.c, src/cmds.h, src/cmdt.h,
	  src/core_binds.c, src/core_binds.h, src/dcc.c, src/dcc.h,
	  src/dccutil.c, src/dccutil.h, src/debug.h, src/dns.c, src/dns.h,
	  src/egg.h, src/egg_timer.c, src/egg_timer.h, src/flags.c,
	  src/flags.h, src/irccmp.c, src/irccmp.h, src/logfile.c,
	  src/logfile.h, src/main.c, src/main.h, src/match.c, src/match.h,
	  src/misc.c, src/misc.h, src/modules.c, src/modules.h, src/net.c,
	  src/net.h, src/patch.h, src/tandem.h, src/tcl.c, src/tcl.h,
	  src/tcldcc.c, src/tclegg.h, src/tclhash.c, src/tclhash.h,
	  src/tclmisc.c, src/tcluser.c, src/traffic.h, src/userent.c,
	  src/userent.h, src/userrec.c, src/userrec.h, src/users.c,
	  src/users.h: Grafted GPL header onto newer files.  Storing rcsid
	  in binary files now.

2002-05-05 10:30  changelog

	* ChangeLog: ChangeLog

2002-05-05 10:21  wingman

	* lib/egglib/linked_list_test.c, modules/server/server.h,
	  src/botcmd.h, src/botmsg.h, src/botnet.h, src/chanprog.h,
	  src/cmds.h, src/core_binds.c, src/dcc.h, src/dccutil.h,
	  src/misc.h, src/modules.h, src/net.c, src/net.h, src/proto.h,
	  src/tcl.h, src/tclhash.h, src/userent.h, src/userrec.h:
	  i knew i forgot something :-P

2002-05-05 10:19  wingman

	* src/Makefile.am, 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/flags.c, src/logfile.c, src/main.c, src/main.h, src/misc.c,
	  src/modules.c, src/tcl.c, src/tcldcc.c, lib/eggdrop/module.h,
	  modules/filesys/files.c, modules/filesys/filesys.c,
	  modules/filesys/filesys.h, src/tclegg.h, src/tclhash.c,
	  src/tclmisc.c, src/tcluser.c, src/userent.c, src/userrec.c,
	  src/users.c, src/users.h:
	  Changes:

	   * removed patch.h
	   * added proper <filename>.h to (nearly) all <filename.h>
	   * moved fixcolon to server.mod and irc.mod
	   * moved ip2long to net.h
	   * removed some unused function (forgot the name :-P)

	  Todo:

	   * move config.h #include's away from main.h to files which
	     needs them
	   * clean up lib/eggdrop/module.h
	     (now not just main.h is included but nearly all .h files from
	      the core, but i guess this fixes itself when the global func
	      table is abandon - then the modules must be revised too and
	      we can clean up module.h)

	  And i'll bet i forgot something... ;-)

2002-05-05 00:01  changelog

	* ChangeLog: ChangeLog

2002-05-04 23:59  stdarg

	* src/tclmisc.c:
	  * Got rid of a static buffer in script_md5

2002-05-04 23:30  changelog

	* ChangeLog: ChangeLog

2002-05-04 23:12  stdarg

	* modules/blowfish/: Makefile.am, blowfish.c:
	  * Applied a modified version of a blowfish.mod patch by Mo-Ize
	  <mo-ize@nul-en.info> to convert blowfish scripting functions.

2002-05-04 12:30  changelog

	* ChangeLog: ChangeLog

2002-05-04 12:01  wingman

	* lib/egglib/: linked_list.c, linked_list.h, linked_list_test.c:
	  egglib:

	    *) commented linked_list.[c|h]
	    *) added a char comparator
	    *) fixed a segfault with uninitialised cursor
	    *) update test code and added a char'd linked_list

2002-05-04 11:30  changelog

	* ChangeLog: ChangeLog

2002-05-04 11:17  ite

	* configure.ac, acconfig/acinclude.m4, src/bg.c: Preforking is now
	  enbaled by default (not matter if Tcl is threaded or not).

2002-05-04 09:30  changelog

	* ChangeLog: ChangeLog

2002-05-04 09:14  ite

	* acconfig/acinclude.m4: Cygwin's binmode static library name was
	  wrong.

2002-05-04 09:00  changelog

	* ChangeLog: ChangeLog

2002-05-04 08:32  tothwolf

	* testcode/Makefile: Simplified build rules and added a clean
	  target.

2002-05-04 04:30  changelog

	* ChangeLog: ChangeLog

2002-05-04 04:18  eule

	* modules/channels/cmdschan.c, src/patch.h: clean up
	  cmd_pls_ban/exempt/invite and cmd_mns_ban/exempt/invite with
	  maskfunctions

2002-05-03 15:30  changelog

	* ChangeLog: ChangeLog

2002-05-03 15:16  wcc

	* text/banner: Small copyright info update.

2002-05-03 03:00  changelog

	* ChangeLog: ChangeLog

2002-05-03 02:59  stdarg

	* src/traffic.h:
	  * Ah, and traffic.h to define the struct

2002-05-03 02:57  stdarg

	* src/: cmds.c, main.c, net.c, tcl.c, tcldcc.c:
	  * Made itraffic_* otraffic_* into a single struct.  * mod-path ->
	  mod_path

2002-05-02 20:30  changelog

	* ChangeLog: ChangeLog

2002-05-02 20:21  ite

	* configure.ac, acconfig/acinclude.m4, lib/compat/Makefile.am,
	  lib/compat/compat.h, lib/compat/getopt.c, lib/compat/getopt.h,
	  lib/compat/getopt1.c, src/main.c: * Now using getopt_long() for
	  command line processing. Might not be defnitive.  * Workarounded
	  an issue on cygwin which prevented binmode.o to be linked in.  *
	  Minor configure macros cleanup

2002-05-02 04:30  changelog

	* ChangeLog: ChangeLog

2002-05-02 04:00  changelog

	* ChangeLog: ChangeLog

2002-05-01 22:30  changelog

	* ChangeLog: ChangeLog

2002-05-01 22:21  stdarg

	* doc/howto/porting.txt:
	  * Oops botnet-nick, not bot-nick

2002-05-01 22:16  stdarg

	* doc/howto/: README, porting.txt, timers.txt:
	  * Added 'porting.txt', which gives some pointers for porting
	  scripts from older versions of Eggdrop to 1.7.  * Updated the
	  howto for timers.

2002-05-01 01:00  changelog

	* ChangeLog: ChangeLog

2002-05-01 00:39  stdarg

	* src/tcluser.c:
	  * Fixed crash in script_matchuser (found by blaster^
	  <blasterb@wanadoo.Fr>)

2002-05-01 00:31  stdarg

	* doc/tcl-commands.doc, modules/server/scriptcmds.c:
	  * now putserv -noqueue adds \r\n to the end of your text for you

2002-04-30 23:30  changelog

	* ChangeLog: ChangeLog

2002-04-30 23:28  stdarg

	* scripts/compat.tcl:
	  * Oops, forgot a }

2002-04-30 23:00  changelog

	* ChangeLog: ChangeLog

2002-04-30 22:56  stdarg

	* eggdrop.complete.conf, eggdrop.simple.conf,
	  modules/channels/channels.c, modules/compress/compress.c,
	  modules/filesys/filesys.c, modules/server/server.c,
	  modules/transfer/transfer.c, scripts/compat.tcl,
	  scripts/userinfo.tcl, src/logfile.c, src/tcl.c:
	  I changed a lot of variable names (- became _). I may have missed
	  some so keep your eyes open and if your scripts stop working,
	  this may be why. I also added 'puthelp' and 'putquick' to
	  compat.tcl.

2002-04-30 22:00  changelog

	* ChangeLog: ChangeLog

2002-04-30 21:30  stdarg

	* doc/tcl-commands.doc, lib/eggdrop/script.c, lib/eggdrop/script.h,
	  src/tcldcc.c, src/tclhash.c, src/tclmisc.c:
	  * Added some convenience functions for working with strings in
	  script_var_t's.  * 'binds' command now returns a list of bind
	  tables if you specify no arguments.

2002-04-28 03:00  changelog

	* ChangeLog: ChangeLog

2002-04-28 02:37  stdarg

	* modules/perlscript/perlscript.c, modules/tclscript/tclscript.c,
	  src/dcc.c, src/tcl.c, src/tclmisc.c:
	  * Converted some more variables * Added null checking in tcl and
	  perl modules for string conversions

2002-04-28 01:30  changelog

	* ChangeLog: ChangeLog

2002-04-28 01:15  ite

	* src/: tcl.c, tclmisc.c: Got rid of tcl_loadmodule() in favour of
	  script_loadmodule.

2002-04-28 01:00  changelog

	* ChangeLog: ChangeLog

2002-04-28 00:58  ite

	* eggdrop.complete.conf, eggdrop.simple.conf: Don't load tclscript
	  in the traditional way since we load it through command line.

2002-04-28 00:53  ite

	* eggdrop.complete.conf, eggdrop.simple.conf, src/main.c: Allow to
	  preload a module from the command line.

2002-04-27 22:30  changelog

	* ChangeLog: ChangeLog

2002-04-27 22:13  ite

	* src/tcldcc.c: Dcc entries weren't released properly in a case of
	  listen command failure

2002-04-27 21:30  changelog

	* ChangeLog: ChangeLog

2002-04-27 21:21  ite

	* lib/eggdrop/module.h, src/dcc.c, src/dccutil.c, src/modules.c,
	  src/proto.h: * Let's increase candidates to be schrienked out
	  from the dcc table.  * Built default for max_dcc is the same to
	  the one in the config file.  * Minor dcc clean up.  * Exporting
	  removedcc() was unneeded and dangerous.

2002-04-27 14:00  changelog

	* ChangeLog: ChangeLog

2002-04-27 13:34  stdarg

	* src/: dcc.c, dccutil.c, tcl.c:
	  * Use init_dcc_max instead of resizing the dcc array ourselves

2002-04-27 13:30  changelog

	* ChangeLog: ChangeLog

2002-04-27 13:15  stdarg

	* src/: dcc.c, main.c, tcl.c, users.c:
	  * Changed some linked variables to new linking method * Made
	  max_dcc shrinkable down to the last-used dcc slot.

2002-04-26 13:00  changelog

	* ChangeLog: ChangeLog

2002-04-26 12:46  stdarg

	* src/dccutil.c:
	  * Applied a patch that ITE <ite@freesurf.ch> sent in, which
	  restores the behavior of max-dcc

2002-04-26 12:33  stdarg

	* modules/perlscript/perlscript.c, src/dcc.c:
	  * On perl error, don't try to get return value off the perl stack
	  * Some NULL checking for dcc.c

2002-04-26 04:30  changelog

	* ChangeLog: ChangeLog

2002-04-26 04:29  stdarg

	* modules/: channels/channels.c, channels/channels.h,
	  channels/tclchan.c, channels/userchan.c, perlscript/perlscript.c:

	  I combined a lot of code for bans, invites, exempts. The new
	  syntax for the commands is like:

	  newban channel ban creator comment ?lifetime? ?sticky?  use ""
	  for channel if you want a global ban

	  killban ?channel? ban   if channel isn't given, or is "", use the
	  global ban list

	  isban ?channel? ban isbansticky ?channel? ban ispermban ?channel?
	  ban matchban ?channel? ban stickban ?channel? ban unstickban
	  ?channel? ban

	  And the same for invites and exempts

2002-04-25 19:30  changelog

	* ChangeLog: ChangeLog

2002-04-25 19:25  stdarg

	* modules/perlscript/perlscript.c:
	  * Got rid of the use of the aTHX_ macro

2002-04-25 18:30  changelog

	* ChangeLog: ChangeLog

2002-04-25 18:18  stdarg

	* modules/channels/cmdschan.c, src/cmds.c, src/tcldcc.c,
	  src/tclhash.c, src/userrec.c, src/users.c:
	  * Added NULL checking to some more dcc table cycling code

2002-04-25 18:00  changelog

	* ChangeLog: ChangeLog

2002-04-25 17:48  stdarg

	* modules/perlscript/: mod_iface.c, perlscript.c:
	  * Added variable linking support to perlscript.mod. I'm not sure
	  if unlinking works right now.

2002-04-25 15:30  changelog

	* ChangeLog: ChangeLog

2002-04-25 15:11  stdarg

	* modules/server/: scriptcmds.c, tclserv.c:
	  Yes, I did forget! doh

2002-04-25 13:00  changelog

	* ChangeLog: ChangeLog

2002-04-25 12:39  stdarg

	* doc/tcl-commands.doc:
	  * Updated docs for putserv

2002-04-25 12:34  stdarg

	* modules/server/server.c:
	  * Fixed compiler warning in storenote * Applied patch by
	  Guillaume Leclanche <mo-ize@nul-en.info> to convert server script
	  functions to language independence * Changed putserv to handle
	  multiple queues, and removed puthelp/putquick

2002-04-24 23:30  changelog

	* ChangeLog: ChangeLog

2002-04-24 23:25  stdarg

	* testcode/base64.h:
	  * Forgot a file heh

2002-04-24 23:24  stdarg

	* testcode/dns.c:
	  * Some simple dns resolution code

2002-04-24 23:19  stdarg

	* testcode/: Makefile, base64.c, chat.c, client.c, http.c, ipv6.c,
	  linemode.c, my_socket.c, my_socket.h, sclient.c, sockbuf.c,
	  sockbuf.h, socks4.c, socks5.c:
	  * sclient.c - test program to telnet using a proxy *
	  http.c/base64.c - http anonymous and authenticated proxies *
	  socks5.c - socks5 proxy with support for username/password
	  authentication, ipv4, ipv6, and remote hostname resolution *
	  socks4.c socks4 proxy (no authentication)

2002-04-24 23:06  stdarg

	* lib/eggdrop/script.c, lib/eggdrop/script.h, lib/egglib/mstack.c,
	  lib/egglib/mstack.h, modules/perlscript/mod_iface.c,
	  modules/perlscript/perlscript.c, modules/tclscript/tclscript.c,
	  src/dcc.c, src/egg_timer.c, src/logfile.c, src/proto.h,
	  src/tcl.c, src/tclhash.c, testcode/sockbuf.c, testcode/sockbuf.h:

	  * Implemented string/int variable linking for the tcl module *
	  Started working on linking variables in the perl module * Some
	  minor fixes as I came across them

2002-04-17 18:30  changelog

	* ChangeLog: ChangeLog

2002-04-17 18:10  ite

	* modules/channels/tclchan.c: Fixed a small error with channel add
	  not showing an error message on invalid channel prefixes (synch
	  1.6)

2002-04-17 18:03  ite

	* src/botcmd.c: * "Detected loop: two bots exist named bot2:
	  disconnecting bot3" sounds better than "Detected loop:
	  disconnecting (bot2): Disconnected bot3" (synch 1.6).  * Minor
	  gettextification clean ups.

2002-04-17 17:00  changelog

	* ChangeLog: ChangeLog

2002-04-17 16:40  ite

	* modules/channels/channels.c: removed an extra space from the
	  'Writing channel file...' message (synch 1.6)

2002-04-17 16:30  changelog

	* ChangeLog: ChangeLog

2002-04-17 16:09  ite

	* src/botnet.c: botlink() now safely copies the linker string.

2002-04-16 18:30  changelog

	* ChangeLog: ChangeLog

2002-04-16 18:08  ite

	* src/chan.h: Fixed crashes relating to flushmodes (synch 1.6)

2002-04-16 18:00  changelog

	* ChangeLog: ChangeLog

2002-04-16 17:52  ite

	* src/dcc.c: Users with only +x can now only login via dcc chat,
	  they cannot use telnet (synch 1.6)

2002-04-16 17:40  ite

	* scripts/botchk: Better botchk comments (synch 1.6)

2002-04-16 17:34  ite

	* doc/compiling.FAQ: Added a referenece to LD_LIBRARY_PATH in
	  compiling FAQ.

2002-04-14 18:30  changelog

	* ChangeLog: ChangeLog

2002-04-14 18:22  ite

	* acconfig/acinclude.m4: Made a few cosmetic changes to the
	  configure macros (synch 1.6).

2002-04-14 18:10  ite

	* modules/filesys/filesys.c, modules/server/cmdsserv.c, src/cmds.c:
	  * Some plural fixes for the filesys and the server modules and
	  the core (synch 1.6).  * More gettextification for the filesys
	  module.

2002-04-14 17:30  changelog

	* ChangeLog: ChangeLog

2002-04-14 17:01  ite

	* acconfig/acinclude.m4: Shared tcl libraries wern't recognised
	  properly on cygwin32 (synch 1.6).

2002-04-10 04:30  changelog

	* ChangeLog: ChangeLog

2002-04-10 04:00  changelog

	* ChangeLog: ChangeLog

2002-04-08 04:30  changelog

	* ChangeLog: ChangeLog

2002-04-08 04:00  changelog

	* ChangeLog: ChangeLog

2002-04-01 18:00  changelog

	* ChangeLog: ChangeLog

2002-04-01 17:39  ite

	* configure.ac, acconfig/acinclude.m4, lib/compat/Makefile.am,
	  lib/compat/compat.h, lib/compat/strerror.c,
	  lib/compat/strerror.h, src/net.c: Stripped neterror() so it will
	  always use strerror(). Provided a full strerror() fallback
	  function.

2002-04-01 17:35  ite

	* acconfig/acinclude.m4: Removed a trick needed by autoconf 2.53 to
	  access the LIBOBJS variable without getting an error on
	  bootstrap, since autoconf 2.52 didn't like it.

2002-04-01 12:00  changelog

	* ChangeLog: ChangeLog

2002-04-01 11:34  eule

	* modules/channels/channels.c, modules/channels/channels.h,
	  modules/channels/cmdschan.c, modules/channels/tclchan.c,
	  modules/channels/userchan.c, src/patch.h: move u_addban,
	  u_addexempt and u_addinvite into u_addmask

2002-04-01 08:00  changelog

	* ChangeLog: ChangeLog

2002-04-01 07:33  ite

	* configure.ac, acconfig/acinclude.m4, lib/compat/Makefile.am,
	  lib/compat/compat.h, lib/compat/strlcat.c, lib/compat/strlcat.h,
	  lib/compat/strlcpy.c, lib/compat/strlcpy.h, lib/eggdrop/common.h,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/memutil.c,
	  lib/eggdrop/memutil.h, modules/channels/cmdschan.c,
	  modules/channels/tclchan.c, modules/channels/userchan.c,
	  modules/filesys/filesys.c, modules/server/cmdsserv.c,
	  modules/server/server.c, modules/server/servmsg.c,
	  modules/server/tclserv.c, src/chanprog.c, src/cmds.c, src/dcc.c,
	  src/dns.c, src/flags.c, src/main.c, src/misc.c, src/modules.c,
	  src/net.c, src/tcldcc.c, src/tclmisc.c, src/tcluser.c,
	  src/userent.c, src/userrec.c, src/users.c: * Got rid of
	  strncpyz() in favour of BSD's strlcpy(). Fallback function
	  provided.  * BSD's strlcat() provided as fallback function.  *
	  Fallback functions weren't linked as expected when needed.

2002-03-25 19:30  changelog

	* ChangeLog: ChangeLog

2002-03-25 19:06  ite

	* .cvsignore, lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.c,
	  lib/eggdrop/eggdrop.h, lib/eggdrop/registry.c,
	  lib/eggdrop/registry.h, lib/eggdrop/script.c,
	  lib/eggdrop/script.h, modules/perlscript/mod_iface.c,
	  modules/perlscript/perlscript.c, modules/tclscript/tclscript.c,
	  src/Makefile.am, src/dcc.c, src/dns.c, src/egg_timer.c,
	  src/logfile.c, src/main.c, src/main.h, src/script.c,
	  src/script.h, src/script_api.h, src/tcl.c, src/tcldcc.c,
	  src/tclhash.c, src/tclmisc.c, src/tcluser.c: * moved script API
	  to libeggdrop (without using the bot context) * fixed a wrong
	  function name in perlscript * do not use the bot context in
	  registry for now

2002-03-25 04:30  changelog

	* ChangeLog: ChangeLog

2002-03-25 04:00  changelog

	* ChangeLog: ChangeLog

2002-03-22 10:30  changelog

	* ChangeLog: ChangeLog

2002-03-22 10:01  ite

	* lib/eggdrop/Makefile.am, lib/eggdrop/common.h,
	  lib/eggdrop/eggdrop.c, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/module.h, lib/eggdrop/registry.c,
	  lib/eggdrop/registry.h, lib/egglib/egglib.h,
	  modules/blowfish/blowfish.c, modules/channels/channels.c,
	  modules/compress/compress.c, modules/filesys/filesys.c,
	  modules/perlscript/mod_iface.c, modules/server/server.c,
	  modules/tclscript/Makefile.am, modules/tclscript/tclscript.c,
	  modules/transfer/transfer.c, modules/uptime/uptime.c,
	  src/Makefile.am, src/egg.h, src/egg_timer.c, src/egg_timer.h,
	  src/main.c, src/main.h, src/modules.c, src/modules.h,
	  src/registry.c, src/registry.h, src/script.c, src/script.h: *
	  Created eggdrop's library context.  * Moved registry stuff to
	  libeggdrop.  * Some headers vs. prototypes cleanups.

2002-03-20 07:30  changelog

	* ChangeLog: ChangeLog

2002-03-20 07:11  wcc

	* doc/UPDATES1.6: Synched UPDATES1.6 with 1.6

2002-03-16 04:30  changelog

	* ChangeLog: ChangeLog

2002-03-16 04:00  changelog

	* ChangeLog: ChangeLog

2002-03-13 08:30  changelog

	* ChangeLog: ChangeLog

2002-03-13 08:16  stdarg

	* testcode/client.c:
	  * Updated chat client

2002-03-12 18:30  changelog

	* ChangeLog: ChangeLog

2002-03-12 18:27  stdarg

	* src/: tcldcc.c, tclmisc.c:
	  * All the tcl commands in tclmisc.c except for loadmodule (has to
	  wait for tcl-free config) * Fixed some dcc stuff that got
	  commented out instead of changed.. oops

2002-03-11 14:30  changelog

	* ChangeLog: ChangeLog

2002-03-11 14:16  stdarg

	* src/: botmsg.c, cmds.c, dcc.c, tcl.c, tcldcc.c, tclmisc.c: *
	  Converted/cleaned some tcl stuff * More dcc fixes

2002-03-09 20:00  changelog

	* ChangeLog: ChangeLog

2002-03-09 14:00  changelog

	* ChangeLog: ChangeLog

2002-03-09 13:42  eule

	* modules/channels/: channels.c, channels.h, cmdschan.c, tclchan.c,
	  userchan.c: move u_delban, u_delexempt and u_delinvite into
	  u_delmask

2002-03-05 14:00  changelog

	* ChangeLog: ChangeLog

2002-03-05 13:53  stdarg

	* configure.ac, src/net.c:
	  * Use strerror() within neterror() if we have it

2002-03-05 02:30  changelog

	* ChangeLog: ChangeLog

2002-03-05 02:12  stdarg

	* src/flags.c:
	  * Cleaned up logmodes a bit.

2002-03-03 22:00  changelog

	* ChangeLog: ChangeLog

2002-03-03 21:55  stdarg

	* modules/tclscript/tclscript.c, src/chanprog.c, src/cmds.c:
	  * Got rid of .set command * Moved Tcl info from chanprog.c to tcl
	  module

2002-03-03 21:00  changelog

	* ChangeLog: ChangeLog

2002-03-03 20:32  stdarg

	* lib/eggdrop/modvals.h, src/botmsg.c, src/modules.c, src/proto.h:
	  * Removed Tcl dependency from storenote.

2002-03-03 14:30  changelog

	* ChangeLog: ChangeLog

2002-03-03 14:17  stdarg

	* modules/tclscript/tclscript.c, src/botcmd.c, src/botnet.c,
	  src/cmds.c:
	  * Moved .tcl command to the tcl module

2002-03-03 13:30  changelog

	* ChangeLog: ChangeLog

2002-03-03 13:09  stdarg

	* eggdrop.complete.conf, doc/tcl-commands.doc:
	  * Remove assoc.mod's tcl commands and entry in the config file.

2002-03-03 13:03  stdarg

	* configure.ac, modules/Makefile.am, src/Makefile.am, src/botcmd.c,
	  src/botnet.c, src/cmds.c, src/tcldcc.c:
	  * Got rid of assoc.mod

2002-03-03 12:30  changelog

	* ChangeLog: ChangeLog

2002-03-03 12:14  stdarg

	* testcode/: Makefile, chat.c, client.c, ipv6.c, my_socket.c,
	  sockbuf.c, sockbuf.h, sslmode.c, zipmode.c: [no log message]

2002-03-03 04:00  changelog

	* ChangeLog: ChangeLog

2002-03-03 04:00  changelog

	* po/eggdrop.pot: Pots

2002-03-02 17:30  changelog

	* ChangeLog: ChangeLog

2002-03-02 04:00  changelog

	* ChangeLog: ChangeLog

2002-03-02 04:00  changelog

	* po/eggdrop.pot: Pots

2002-03-02 02:00  changelog

	* ChangeLog: ChangeLog

2002-03-01 04:00  changelog

	* ChangeLog: ChangeLog

2002-03-01 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-28 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-28 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-27 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-27 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-27 00:00  changelog

	* ChangeLog: ChangeLog

2002-02-26 23:34  guppy

	* doc/UPDATES1.6: sync'd 1.6 to 1.7

2002-02-26 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-26 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-25 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-25 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-24 21:00  changelog

	* ChangeLog: ChangeLog

2002-02-24 20:59  stdarg

	* src/: egg_timer.c, egg_timer.h, logfile.c, main.c:
	  * Added 'timers' and 'timer_info' commands * Removed some
	  unnecessary usage of time(NULL) in logfile.c * New global
	  variable egg_timeval_now (like 'now' but with microseconds) *
	  Fixed some bugs, cleaned up some code, in egg_timer.c

2002-02-24 04:01  changelog

	* ChangeLog: ChangeLog

2002-02-24 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-24 02:30  changelog

	* ChangeLog: ChangeLog

2002-02-24 02:14  guppy

	* doc/UPDATES1.6, lib/eggdrop/module.h, modules/channels/tclchan.c,
	  modules/channels/userchan.c, modules/server/server.c,
	  modules/server/servmsg.c, src/botnet.c, src/dccutil.c,
	  src/modules.c, src/patch.h, src/users.c, text/motd: sync'd 1.6 to
	  1.7

2002-02-23 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-23 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-22 08:00  changelog

	* ChangeLog: ChangeLog

2002-02-22 07:56  stdarg

	* modules/perlscript/perlscript.c:
	  * Sync perl module with tcl module for SCRIPT_VAR_FRONT
	  functions.

2002-02-22 07:44  stdarg

	* modules/tclscript/tclscript.c:
	  * Changed the calling conventions for SCRIPT_VAR_FRONT functions.
	  * Strings returned from Tcl_GetStringFromObj are owned by Tcl,
	  not us. Oops.

2002-02-22 07:43  stdarg

	* src/egg_timer.c:
	  * Made 'microseconds' field optional to the timer and rtimer
	  commands.

2002-02-22 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-22 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-21 21:00  changelog

	* ChangeLog: ChangeLog

2002-02-21 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-21 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-20 10:00  changelog

	* ChangeLog: ChangeLog

2002-02-20 04:30  changelog

	* ChangeLog: ChangeLog

2002-02-20 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-19 21:30  changelog

	* ChangeLog: ChangeLog

2002-02-19 21:29  wcc

	* doc/UPDATES1.6, src/cmds.c: cosmetic fixes (synch 1.6)

2002-02-19 21:00  changelog

	* ChangeLog: ChangeLog

2002-02-19 20:37  guppy

	* doc/UPDATES1.6, src/patch.h: added a few patches to sync with 1.6

2002-02-19 04:30  changelog

	* ChangeLog: ChangeLog

2002-02-19 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-18 17:00  changelog

	* ChangeLog: ChangeLog

2002-02-18 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-18 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-17 18:30  changelog

	* ChangeLog: ChangeLog

2002-02-17 18:07  ite

	* src/cmds.c: Fixed a couple of cosmetic problems in cmd_pls_user
	  (synch 1.6)

2002-02-17 14:00  changelog

	* ChangeLog: ChangeLog

2002-02-17 13:00  changelog

	* ChangeLog: ChangeLog

2002-02-17 12:34  ite

	* configure.ac, acconfig/acinclude.m4,
	  modules/tclscript/Makefile.am, src/Makefile.am: tclscript modules
	  isn't being compiled anymore with tcl versions prior to 8.

2002-02-17 07:00  changelog

	* ChangeLog: ChangeLog

2002-02-17 06:40  ite

	* Makefile.am, configure.ac, eggdrop.complete.conf,
	  eggdrop.simple.conf, modules/server/server.c,
	  modules/server/server.h: * acconfig/mpatrol.m4 wasn't distributed
	  * net-type is history. Added config templates for network
	  specific features.

2002-02-17 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-17 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-16 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-16 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-15 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-15 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-14 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-14 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-13 20:00  changelog

	* ChangeLog: ChangeLog

2002-02-13 19:39  ite

	* acconfig/: config.guess, config.sub: Upgraded to latest
	  config.guess and config.sub

2002-02-13 19:36  ite

	* acconfig/acinclude.m4: If ngettext isn't available in the
	  eventual gettext library available on the system, switch to our
	  own.

2002-02-13 19:00  changelog

	* ChangeLog: ChangeLog

2002-02-13 18:55  ite

	* acconfig/acinclude.m4, src/chanprog.c, src/modules.c, src/tcl.c:
	  * Got rid of STATIC and the related code. We don't need to care
	  if we have a static build these days.  * Let's tell libtdl about
	  the module's search path with lt_dladdsearchdir()

2002-02-13 18:00  changelog

	* ChangeLog: ChangeLog

2002-02-13 17:56  eule

	* doc/tcl-commands.doc, modules/channels/tclchan.c: added as
	  tcl-command isglobalban, isglobalexempt and isglobalinvite

2002-02-13 17:00  changelog

	* ChangeLog: ChangeLog

2002-02-13 16:57  ite

	* src/: main.c, userrec.c: HQ user's nick to be defined only once.

2002-02-13 11:00  changelog

	* ChangeLog: ChangeLog

2002-02-13 10:44  ite

	* modules/compress/compress.c, modules/filesys/filedb3.c,
	  modules/transfer/transfer.c, po/update.pl, src/chanprog.c,
	  src/egg.h: gettext plurals are now supported with the P_() macro

2002-02-13 10:38  ite

	* bootstrap: Updated info about the bootstrap step

2002-02-13 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-13 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-12 04:30  changelog

	* ChangeLog: ChangeLog

2002-02-12 04:01  changelog

	* ChangeLog: ChangeLog

2002-02-12 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-11 04:30  changelog

	* ChangeLog: ChangeLog

2002-02-11 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-10 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-10 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-09 13:00  changelog

	* ChangeLog: ChangeLog

2002-02-09 12:37  eule

	* doc/tcl-commands.doc, modules/channels/tclchan.c: modify some
	  tcl-commands for the new honor-global-sets

2002-02-09 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-09 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-08 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-08 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-07 16:30  changelog

	* ChangeLog: ChangeLog

2002-02-07 16:18  wcc

	* doc/compiling.FAQ, doc/text-substitutions.doc,
	  lib/compat/compat.h, lib/compat/inet_aton.h,
	  lib/compat/inet_ntop.h, lib/compat/inet_pton.h,
	  lib/compat/memcpy.c, lib/compat/memcpy.h, lib/compat/memset.c,
	  lib/compat/memset.h, lib/compat/snprintf.h,
	  lib/compat/strcasecmp.c, lib/compat/strcasecmp.h,
	  lib/compat/strdup.h, lib/compat/strftime.h,
	  lib/compat/strncasecmp.c, lib/compat/strncasecmp.h,
	  lib/eggdrop/botnetutil.c, lib/eggdrop/botnetutil.h,
	  lib/eggdrop/common.h, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/fileutil.c, lib/eggdrop/fileutil.h,
	  lib/eggdrop/memutil.c, lib/eggdrop/memutil.h,
	  lib/eggdrop/module.h, lib/eggdrop/modvals.h, lib/egglib/egglib.h,
	  modules/blowfish/bf_tab.h, modules/blowfish/blowfish.c,
	  modules/blowfish/blowfish.h, modules/channels/channels.c,
	  modules/channels/channels.h, modules/channels/cmdschan.c,
	  modules/channels/tclchan.c, modules/channels/udefchan.c,
	  modules/channels/userchan.c, modules/compress/compress.c,
	  modules/compress/compress.h, modules/compress/tclcompress.c,
	  modules/filesys/dbcompat.c, modules/filesys/dbcompat.h,
	  modules/filesys/filedb3.c, modules/filesys/filedb3.h,
	  modules/filesys/filelist.c, modules/filesys/filelist.h,
	  modules/filesys/files.c, modules/filesys/files.h,
	  modules/filesys/filesys.c, modules/filesys/filesys.h,
	  modules/filesys/tclfiles.c, modules/server/cmdsserv.c,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/servmsg.c, modules/server/tclserv.c,
	  modules/transfer/transfer.c, modules/transfer/transfer.h,
	  modules/uptime/uptime.c, modules/uptime/uptime.h,
	  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/debug.h, src/dns.c, src/dns.h, src/egg.h, src/flags.c,
	  src/flags.h, src/irccmp.c, src/irccmp.h, src/logfile.h,
	  src/main.c, src/main.h, src/misc.c, src/misc.h, 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, FEATURES, INSTALL, NEWS, README:
	  Updated copyright info for 2002

2002-02-07 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-07 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-06 23:30  changelog

	* ChangeLog: ChangeLog

2002-02-06 23:07  guppy

	* doc/UPDATES1.6, src/dcc.c: added newuser.patch by dw from
	  eggdrop1.6

2002-02-06 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-06 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-05 04:30  changelog

	* ChangeLog: ChangeLog

2002-02-05 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-04 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-04 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-04 02:00  changelog

	* ChangeLog: ChangeLog

2002-02-04 01:32  wcc

	* doc/UPDATES1.6: Sync'd doc/UPDATES1.6 with 1.6.

2002-02-04 01:30  changelog

	* ChangeLog: ChangeLog

2002-02-04 01:27  wcc

	* src/: chanprog.c, patch.h: The '/msg bot hello' info should use
	  origbotname instead of botnetnick when starting the bot in
	  userfile creation mode.

2002-02-03 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-03 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-02 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-02 04:00  changelog

	* po/eggdrop.pot: Pots

2002-02-01 04:00  changelog

	* ChangeLog: ChangeLog

2002-02-01 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-31 08:00  changelog

	* ChangeLog: ChangeLog

2002-01-31 07:35  eule

	* eggdrop.complete.conf, eggdrop.simple.conf,
	  modules/channels/channels.c, modules/channels/channels.h,
	  modules/channels/cmdschan.c, modules/channels/flagmaps.c,
	  src/chan.h: adding as channelset honor-global-bans,
	  honor-global-exempts and honor-global-invites

2002-01-31 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-31 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-30 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-30 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-29 04:30  changelog

	* ChangeLog: ChangeLog

2002-01-29 04:01  changelog

	* ChangeLog: ChangeLog

2002-01-29 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-28 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-28 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-27 09:00  changelog

	* ChangeLog: ChangeLog

2002-01-27 08:59  ite

	* modules/channels/cmdschan.c, modules/server/cmdsserv.c,
	  po/.potignore, src/cmds.c: * Cosmetic changes for some
	  partyline's commands output (synch 1.6) * More gettextification
	  in the core and in the channels, irc and server modules * Minor
	  code indentation cleanups

2002-01-27 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-27 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-26 08:00  changelog

	* ChangeLog: ChangeLog

2002-01-26 07:34  ite

	* modules/channels/channels.h: Changed kickreason max length to 307
	  (synch 1.6)

2002-01-26 07:30  changelog

	* ChangeLog: ChangeLog

2002-01-26 07:26  ite

	* scripts/sentinel.tcl: Updated sentinel.tcl to v2.60 (synch 1.6)

2002-01-26 07:18  ite

	* modules/filesys/filedb3.c, modules/transfer/transfer.c,
	  src/botnet.c: Cosmetic changes for plurals (synch 1.6)

2002-01-26 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-26 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-25 22:00  changelog

	* ChangeLog: ChangeLog

2002-01-25 21:44  stdarg

	* modules/transfer/transfer.c:
	  * Cleaned up some of the excessive use of the 'register' keyword
	  * Cleaned up pump_file_to_sock

2002-01-25 21:00  changelog

	* ChangeLog: ChangeLog

2002-01-25 20:57  stdarg

	* modules/perlscript/: Makefile.am, mod_iface.c,
	  module_interface.c, perlscript.c:
	  * Renamed module_interface.c to mod_iface.c to meet filename
	  length requirements

2002-01-25 20:47  stdarg

	* lib/eggdrop/memutil.c:
	  * Cleaned up rmspace() a bit

2002-01-25 15:30  changelog

	* ChangeLog: ChangeLog

2002-01-25 15:25  ite

	* lib/eggdrop/memutil.c: Got rid of the whitespace macro. isspace()
	  does the same thing and should be available on every system.

2002-01-25 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-25 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-24 15:30  changelog

	* ChangeLog: ChangeLog

2002-01-24 04:30  changelog

	* ChangeLog: ChangeLog

2002-01-24 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-24 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-23 16:30  changelog

	* ChangeLog: ChangeLog

2002-01-23 16:18  ite

	* lib/eggdrop/memutil.c, lib/eggdrop/memutil.h,
	  lib/eggdrop/module.h, src/chanprog.c, src/modules.c, src/proto.h:
	  * moved rmspace() from the core to libeggdrop * deleted a couple
	  of prototypes missing the relative function definition *
	  strchr_unescape() was still exported

2002-01-23 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-23 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-22 16:00  changelog

	* ChangeLog: ChangeLog

2002-01-22 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-22 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-21 19:30  changelog

	* ChangeLog: ChangeLog

2002-01-21 19:17  ite

	* lib/eggdrop/module.h, src/botcmd.c, src/botmsg.c, src/botnet.c,
	  src/cmds.c, src/dcc.c, src/dccutil.c, src/flags.c, src/flags.h,
	  src/tcldcc.c: geticon() didn't really need to care about dcc
	  table

2002-01-21 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-21 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-20 11:00  changelog

	* ChangeLog: ChangeLog

2002-01-20 10:56  ite

	* doc/tcl-commands.doc, src/tcldcc.c, src/tclmisc.c: Added
	  tcl_traffic (synch 1.6)

2002-01-20 08:30  changelog

	* ChangeLog: ChangeLog

2002-01-20 08:22  ite

	* modules/server/server.c, src/tcl.c: changed nick-len and hand-len
	  to nicklen and handlen respectively

2002-01-20 07:00  changelog

	* ChangeLog: ChangeLog

2002-01-20 06:55  ite

	* modules/channels/userchan.c: Update already existing
	  bans/invites/exempt entries instead of removing and readding
	  them. (synch 1.6)

2002-01-20 06:00  changelog

	* ChangeLog: ChangeLog

2002-01-20 05:57  ite

	* src/botcmd.c: Let's log remote botinfo calls.

2002-01-20 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-20 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-19 17:00  changelog

	* ChangeLog: ChangeLog

2002-01-19 14:30  changelog

	* ChangeLog: ChangeLog

2002-01-19 14:08  ite

	* lib/eggdrop/eggdrop.h, lib/eggdrop/module.h,
	  modules/filesys/filesys.h, modules/perlscript/perlscript.c,
	  src/Makefile.am, 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/dns.h, src/egg.h, src/flags.c, src/logfile.c, src/logfile.h,
	  src/main.c, src/misc.c, src/misc.h, src/modules.c, src/net.c,
	  src/proto.h, src/tcl.c, src/tcldcc.c, src/tclhash.c,
	  src/tclmisc.c, src/userent.c, src/userrec.c, src/users.c: *
	  varoius header inclusion cleanups * moved FILEDB* defines from
	  src/egg.h to a more suitable place in modules/filesys/filesys.h *
	  moved NORMAL and QUICK defines from src/egg.h to a more suitable
	  place in modules/irc/irc.h * fixed a warning in
	  modules/perlscript/perlscript.c * created src/misc.h and
	  src/logfile.h. Moved in them the respective prototypes from
	  src/proto.h, and the respective defines from src/egg.h * moved
	  private structures from src/dns.h to src/dns.c * moved
	  src/dns.c's related prototypes from src/egg.h to src/dns.h *
	  moved RES_* defines from src/egg.h to dns.h * removed some
	  unneeded defines here and there * moved LOG_* defines from
	  src/egg.h to src/logfile.h * dns_events wasn't static

2002-01-19 08:30  changelog

	* ChangeLog: ChangeLog

2002-01-19 08:03  tothwolf

	* AUTHORS: Sync AUTHORS files with 1.6

2002-01-19 07:00  changelog

	* ChangeLog: ChangeLog

2002-01-19 06:47  tothwolf

	* AUTHORS: Updated an AUTHORS entry

2002-01-19 06:00  changelog

	* ChangeLog: ChangeLog

2002-01-19 05:54  tothwolf

	* AUTHORS: Updated an AUTHORS entry

2002-01-19 05:34  tothwolf

	* AUTHORS: Updated an AUTHORS entry

2002-01-19 05:30  changelog

	* ChangeLog: ChangeLog

2002-01-19 05:24  tothwolf

	* AUTHORS: Updated an AUTHORS entry

2002-01-19 05:13  tothwolf

	* AUTHORS: Updated an AUTHORS entry

2002-01-19 04:30  changelog

	* ChangeLog: ChangeLog

2002-01-19 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-19 03:30  changelog

	* ChangeLog: ChangeLog

2002-01-19 03:22  tothwolf

	* AUTHORS: Updated an AUTHORS entry

2002-01-19 03:00  changelog

	* ChangeLog: ChangeLog

2002-01-19 02:56  tothwolf

	* AUTHORS: Updated an AUTHORS entry

2002-01-18 17:00  changelog

	* ChangeLog: ChangeLog

2002-01-18 16:55  stdarg

	* modules/perlscript/: Makefile.am, module_interface.c,
	  perlscript.c:
	  * Fixed most of the compiler warnings by moving Eggdrop-related
	  stuff into a separate file (module_interface.c)

2002-01-18 16:30  changelog

	* ChangeLog: ChangeLog

2002-01-18 16:28  stdarg

	* modules/channels/cmdschan.c:
	  * Fixed 2 compiler warnings about type mismatches in sprintf

2002-01-18 16:00  changelog

	* ChangeLog: ChangeLog

2002-01-18 15:42  stdarg

	* modules/tclscript/tclscript.c:
	  * Fixes for Tcl < 8.2

2002-01-18 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-18 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-17 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-17 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-16 19:30  changelog

	* ChangeLog: ChangeLog

2002-01-16 19:13  ite

	* src/net.c: * Hopefully fixed SIGBUS crashes on 64bit archs (synch
	  1.6)\n

2002-01-16 19:05  ite

	* src/userrec.c: * Fixed a memleak in adduser (synch 1.6)\n

2002-01-16 19:00  changelog

	* ChangeLog: ChangeLog

2002-01-16 18:52  ite

	* src/dcc.c: * Removed the checks for ips with 0 or 255 in them
	  (synch 1.6)\n * When a leaf is thinking that uses a different
	  HANDLEN then ours log it and then drop the connection instead of
	  just silently dropping the connection.

2002-01-16 18:47  ite

	* AUTHORS: More AUTHORS's entries updates

2002-01-16 18:30  changelog

	* ChangeLog: ChangeLog

2002-01-16 18:26  ite

	* AUTHORS: Updated AUTHORS's entries

2002-01-16 17:00  changelog

	* ChangeLog: ChangeLog

2002-01-16 16:40  ite

	* src/: cmds.c, misc_file.c, misc_file.h, stat.h: Removed sources
	  obsoleted by previous patches

2002-01-16 16:30  changelog

	* ChangeLog: ChangeLog

2002-01-16 16:09  ite

	* configure.ac, lib/compat/Makefile.am, lib/compat/compat.h,
	  lib/compat/strdup.c, lib/compat/strdup.h, lib/eggdrop/memutil.h,
	  modules/channels/cmdschan.c, modules/channels/tclchan.c,
	  modules/channels/udefchan.c, modules/channels/userchan.c,
	  modules/filesys/filedb3.c, modules/filesys/filelist.c,
	  modules/perlscript/perlscript.c, modules/server/server.c,
	  modules/server/servmsg.c, modules/tclscript/tclscript.c,
	  modules/transfer/transfer.c, modules/uptime/uptime.c,
	  src/botnet.c, src/cmds.c, src/dcc.c, src/dccutil.c, src/dns.c,
	  src/egg.h, src/logfile.c, src/misc.c, src/modules.c, src/net.c,
	  src/tclhash.c, src/tcluser.c, src/userent.c, src/userrec.c,
	  src/users.c: Removed our malloc_strcpy macro sincw it had the
	  same functionality of strdup (provided the respective fallback
	  function)

2002-01-16 15:00  changelog

	* ChangeLog: ChangeLog

2002-01-16 14:46  stdarg

	* doc/tcl-commands.doc:
	  * Updated documentation for rand command.

2002-01-16 14:40  stdarg

	* src/tclmisc.c:
	  * Update to script_ctime() to trim newline

2002-01-16 14:30  changelog

	* ChangeLog: ChangeLog

2002-01-16 14:29  stdarg

	* src/cmds.c:
	  * Fixed crash on .who

2002-01-16 12:30  changelog

	* ChangeLog: ChangeLog

2002-01-16 12:12  stdarg

	* modules/tclscript/tclscript.c:
	  * Added support for SCRIPT_UNSIGNED (works like SCRIPT_INTEGER
	  for now).

2002-01-16 12:11  stdarg

	* modules/perlscript/perlscript.c:
	  * Added support for SCRIPT_UNSIGNED (works like SCRIPT_INTEGER
	  for now)

2002-01-16 12:09  stdarg

	* src/: script_api.h, tcl.c, tclmisc.c:
	  * Converted some commands in tclmisc.c.  * Added SCRIPT_UNSIGNED
	  type to script_api.h

2002-01-16 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-16 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-15 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-15 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-15 00:30  changelog

	* ChangeLog: ChangeLog

2002-01-15 00:11  stdarg

	* testcode/: chat.c, client.c, sockbuf.c, sslmode.c:
	  * Added client/server option to sslmode.c and got rid of
	  auto-negotation.  * Experimented with preset dictionaries in
	  zipmode.c... not very successful.  * Cleaned up some stuff.

2002-01-14 10:00  changelog

	* ChangeLog: ChangeLog

2002-01-14 09:39  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-14 04:30  changelog

	* ChangeLog: ChangeLog

2002-01-14 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-13 20:30  changelog

	* ChangeLog: ChangeLog

2002-01-13 20:23  ite

	* lib/eggdrop/fileutil.h, src/bg.c, src/dccutil.c, src/main.c,
	  src/misc.c, src/tcl.c, src/tcldcc.c, src/tclmisc.c,
	  src/tcluser.c: * Merged bits of tothwolf cleaunps from his alpha
	  patch.  * Removed some unneeded externs in some files.

2002-01-13 13:30  changelog

	* ChangeLog: ChangeLog

2002-01-13 13:13  ite

	* lib/eggdrop/Makefile.am, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/fileutil.c, lib/eggdrop/fileutil.h,
	  lib/eggdrop/module.h, lib/eggdrop/stat.h,
	  modules/filesys/files.c, src/Makefile.am, src/misc.c,
	  src/modules.c, src/proto.h: Moved copyfile(), movefile() and
	  is_file() from the core to libeggdrop

2002-01-13 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-13 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-12 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-12 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-11 14:30  changelog

	* ChangeLog: ChangeLog

2002-01-11 14:06  stdarg

	* src/tcluser.c:
	  * Converted all functions in tcluser.c except tcl_getuser and
	  tcl_setuser.

2002-01-11 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-11 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-10 11:30  changelog

	* ChangeLog: ChangeLog

2002-01-10 11:20  stdarg

	* testcode/: sslmode.c, zipmode.c:
	  Found the probem with truncated output, I think.

2002-01-10 11:00  changelog

	* ChangeLog: ChangeLog

2002-01-10 10:44  stdarg

	* testcode/sslmode.c:
	  * Oops, forgot the ssl filter

2002-01-10 10:43  stdarg

	* testcode/: Makefile, chat.c, client.c, sockbuf.c, zipmode.c,
	  private/Makefile:
	  * Initial ssl code (doesn't work perfectly) * Example of using
	  ssl, zip, and linemode filters stacked * Makefile to generate DSA
	  key/certificate pair (you can use RSA too)

2002-01-10 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-10 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-09 06:30  changelog

	* ChangeLog: ChangeLog

2002-01-09 06:11  stdarg

	* src/: tcl.c, tcluser.c:
	  * Converted some commands in tcluser.c

2002-01-09 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-09 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-08 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-08 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-07 18:30  changelog

	* ChangeLog: ChangeLog

2002-01-07 18:09  stdarg

	* testcode/: Makefile, chat.c, client.c, linemode.c, my_socket.c,
	  my_socket.h, sockbuf.c, sockbuf.h, zipmode.c:
	  Err, I don't know if I already added these files or not, so I'll
	  add them again.

2002-01-07 15:30  changelog

	* ChangeLog: ChangeLog

2002-01-07 15:04  ite

	* lib/eggdrop/memutil.h: Missing extern's from
	  lib/eggdrop/memutil.h

2002-01-07 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-07 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-06 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-06 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-06 00:30  changelog

	* ChangeLog: ChangeLog

2002-01-06 00:21  ite

	* lib/eggdrop/Makefile.am, lib/eggdrop/memutil.c,
	  lib/eggdrop/memutil.h, lib/eggdrop/module.h, src/misc.c,
	  src/modules.c, src/proto.h: Moved egg_strcatn, my_strcpy, splitc,
	  splitcn, newsplit, str_escape, strchr_unescape and str_unescape
	  from the core to libeggdrop.

2002-01-05 08:30  changelog

	* ChangeLog: ChangeLog

2002-01-05 08:18  stdarg

	* modules/tclscript/tclscript.c:
	  * Added 2 compatibility functions for Tcl 8.0

2002-01-05 04:30  changelog

	* ChangeLog: ChangeLog

2002-01-05 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-04 04:30  changelog

	* ChangeLog: ChangeLog

2002-01-04 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-03 23:00  changelog

	* ChangeLog: ChangeLog

2002-01-03 22:49  ite

	* lib/egglib/base64.c, lib/egglib/hash_table.c,
	  lib/egglib/hash_table.h, lib/egglib/linked_list.c,
	  lib/egglib/msprintf.h, lib/egglib/mstack.h,
	  modules/transfer/transfer.c, src/registry.c, src/tclmisc.c:
	  Varoius warnings cleanup.

2002-01-03 22:00  changelog

	* ChangeLog: ChangeLog

2002-01-03 21:36  ite

	* lib/eggdrop/botnetutil.c, src/botmsg.c, src/main.h, src/proto.h:
	  Applied missing parts from the previous commit.

2002-01-03 21:00  changelog

	* ChangeLog: ChangeLog

2002-01-03 20:56  ite

	* configure.ac, lib/eggdrop/.cvsignore, lib/eggdrop/Makefile.am,
	  lib/eggdrop/botnetutil.c, lib/eggdrop/botnetutil.h,
	  lib/eggdrop/common.h, lib/eggdrop/eggdrop.h,
	  lib/eggdrop/memutil.h, lib/eggdrop/module.h,
	  lib/egglib/Makefile.am, lib/egglib/egglib.h,
	  modules/blowfish/Makefile.am, modules/channels/Makefile.am,
	  modules/compress/Makefile.am, modules/filesys/Makefile.am,
	  modules/perlscript/Makefile.am, modules/server/Makefile.am,
	  modules/tclscript/Makefile.am, modules/transfer/Makefile.am,
	  modules/uptime/Makefile.am, src/Makefile.am, src/egg.h,
	  src/eggdrop.h, src/logfile.c, src/main.h, src/modules.c,
	  src/modules.h, src/proto.h: * Moved some botnet utility functions
	  from the core to libeggdrop.	* Moved some common macros to
	  libeggdrop.  * Created lib/eggdrop/eggdrop.h and renamed
	  src/eggdrop.h to src/egg.h to avoid ambiguities.  * Added a
	  couple of macros to be c++ friendly

2002-01-03 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-03 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-03 02:30  changelog

	* ChangeLog: ChangeLog

2002-01-03 02:03  stdarg

	* lib/egglib/: base64.c, base64.h, mstack.c:
	  * Added some base64 encoding/decoding functions.  * Made mstack
	  initialize memory to 0.

2002-01-03 02:00  changelog

	* ChangeLog: ChangeLog

2002-01-03 01:33  stdarg

	* src/tcldcc.c:
	  * Converted tcl_whom to script_whom. Arg to whom is optional. No
	  arg means 'list all users' just like previous '*' meant.

2002-01-02 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-02 04:00  changelog

	* po/eggdrop.pot: Pots

2002-01-02 01:00  changelog

	* ChangeLog: ChangeLog

2002-01-02 00:55  tothwolf

	* text/: banner, motd: Fixed figlet text

2002-01-01 04:00  changelog

	* ChangeLog: ChangeLog

2002-01-01 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-31 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-31 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-30 04:30  changelog

	* ChangeLog: ChangeLog

2001-12-30 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-29 16:00  changelog

	* ChangeLog: ChangeLog

2001-12-29 15:43  guppy

	* doc/UPDATES1.6, modules/transfer/transfer.c, src/patch.h: added
	  Wcc's old_debugs patch

2001-12-29 15:40  guppy

	* doc/UPDATES1.6, src/patch.h: Added Ian's capture_the_flag patch
	  from 1.6

2001-12-29 15:39  guppy

	* doc/UPDATES1.6, modules/filesys/filesys.c, src/patch.h: added
	  Wcc's mod_cosmetic patch from 1.6

2001-12-29 15:33  guppy

	* doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h, src/tcl.c:
	  added Wcc's hand-len patch from 1.6

2001-12-29 15:31  guppy

	* doc/UPDATES1.6, src/botnet.c, src/patch.h: added BarkerJr's
	  sum_whom patch from 1.6

2001-12-29 15:30  changelog

	* ChangeLog: ChangeLog

2001-12-29 15:26  guppy

	* doc/UPDATES1.6, src/patch.h, src/tcldcc.c: added my tcl_boot fix
	  from 1.6 modified for the new script_boot command

2001-12-29 15:25  guppy

	* doc/UPDATES1.6, src/patch.h: added Wcc's nettype_modes patch from
	  1.6

2001-12-29 15:21  guppy

	* doc/UPDATES1.6, modules/channels/channels.c,
	  modules/server/servmsg.c, src/chanprog.c, src/main.c,
	  src/patch.h: added my correctname patch from 1.6

2001-12-29 15:13  guppy

	* doc/UPDATES1.6, src/patch.h: added both onopmodefix 1 and 2 from
	  1.6

2001-12-29 15:08  guppy

	* doc/UPDATES1.6, src/patch.h: added my nopass patch from 1.6

2001-12-29 15:04  guppy

	* doc/UPDATES1.6, modules/transfer/transfer.c, src/patch.h: added
	  the filesizefix from eggdrop1.6.7

2001-12-29 15:00  changelog

	* ChangeLog: ChangeLog

2001-12-29 14:59  guppy

	* doc/UPDATES1.6, src/botcmd.c, src/patch.h: added BarkerJr's
	  whomsg patch from 1.6 including a small fix to my last commit on
	  tclirc.c

2001-12-29 14:55  guppy

	* doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h: added my
	  optionalchannelarg patch from 1.6 (with the fixes BarkerJr
	  pointed out)

2001-12-29 14:36  guppy

	* doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h: added my
	  onchanfix patch from 1.6

2001-12-29 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-29 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-28 13:00  changelog

	* ChangeLog: ChangeLog

2001-12-28 12:37  guppy

	* doc/UPDATES1.6, modules/server/cmdsserv.c, src/patch.h: added my
	  cmd_servers patch from 1.6

2001-12-28 12:31  guppy

	* doc/UPDATES1.6, help/cmds2.help, src/cmds.c, src/patch.h: added
	  my localmodules patch from 1.6

2001-12-28 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-28 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-27 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-27 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-26 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-26 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-25 23:30  changelog

	* ChangeLog: ChangeLog

2001-12-25 23:03  tothwolf

	* doc/text-substitutions.doc, src/bg.c, src/main.c, src/modules.c:
	  more copyright updates

2001-12-25 22:30  changelog

	* ChangeLog: ChangeLog

2001-12-25 22:02  tothwolf

	* src/modules.c: copyright updates

2001-12-25 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-25 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-24 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-24 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-23 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-23 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-22 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-22 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-21 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-21 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-20 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-20 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-19 23:30  changelog

	* ChangeLog: ChangeLog

2001-12-19 23:02  guppy

	* doc/UPDATES1.6: forgot UPDATES1.6

2001-12-19 23:01  guppy

	* src/misc.c: applied my patch from eggdrop1.6 that dealt with
	  cleaning up show_motd and a bug in show_banner that wasn't
	  reseting help_subst

2001-12-19 23:00  changelog

	* ChangeLog: ChangeLog

2001-12-19 22:57  guppy

	* doc/UPDATES1.6, modules/server/tclserv.c, src/patch.h: applied
	  jumpfix from eggdrop1.6 and changed rfc_casecmp to irccmp in
	  tclirc.c

2001-12-19 19:30  changelog

	* ChangeLog: ChangeLog

2001-12-19 19:00  changelog

	* ChangeLog: ChangeLog

2001-12-19 18:42  stdarg

	* modules/server/servmsg.c:
	  * Fixed logging of message commands.

2001-12-19 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-19 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-19 01:00  changelog

	* ChangeLog: ChangeLog

2001-12-19 00:31  guppy

	* doc/UPDATES1.6, src/patch.h: applied my morespeedyness.diff from
	  eggdrop1.6

2001-12-19 00:30  changelog

	* ChangeLog: ChangeLog

2001-12-19 00:28  guppy

	* doc/UPDATES1.6, src/patch.h: added Eule's small-fixes patch from
	  eggdrop1.6

2001-12-19 00:25  guppy

	* doc/UPDATES1.6, lib/eggdrop/module.h, src/chan.h, src/cmds.c,
	  src/modules.c, src/patch.h, src/proto.h, src/userrec.c: added
	  Eule's membercheck 2 and 3 patches from eggdrop1.6 (Eule can you
	  please check these over as the diff seemed to fail alot and I had
	  to manually patch it)

2001-12-19 00:03  guppy

	* doc/UPDATES1.6, src/patch.h: added speedyhand2nick.diff from
	  eggdrop1.6

2001-12-18 21:00  changelog

	* ChangeLog: ChangeLog

2001-12-18 21:00  guppy

	* doc/UPDATES1.6: added a found by for Wcc's whois_ports patch

2001-12-18 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-18 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-18 01:30  changelog

	* ChangeLog: ChangeLog

2001-12-18 01:04  guppy

	* doc/MODULES, lib/eggdrop/module.h, modules/uptime/uptime.c,
	  src/eggdrop.h, src/main.c, src/modules.c, src/net.c, src/proto.h:
	  removed Context and ContextNote

2001-12-18 01:00  changelog

	* ChangeLog: ChangeLog

2001-12-18 00:30  guppy

	* eggdrop.complete.conf, doc/settings/mod.server,
	  lib/eggdrop/module.h, modules/server/server.c,
	  modules/server/servmsg.c: strict-servernames is gone, also I
	  cleaned up a few leftovers from the old bind code ... hopefully
	  it was done right otherwise stdarg is gonna murder me

2001-12-18 00:00  changelog

	* ChangeLog: ChangeLog

2001-12-17 23:49  guppy

	* eggdrop.complete.conf, doc/settings/core.settings, src/dcc.c,
	  src/tcl.c: stealth-telnets has been removed, this could be
	  changed using gettext .. the setting changed one line to another
	  line ... not super useful

2001-12-17 23:33  guppy

	* eggdrop.complete.conf, doc/settings/mod.server,
	  modules/server/server.c, modules/server/servmsg.c: removed
	  never-give-up as a config setting

2001-12-17 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-17 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-16 09:00  changelog

	* ChangeLog: ChangeLog

2001-12-16 08:48  guppy

	* doc/UPDATES1.6, src/botcmd.c, src/patch.h: added BarkerJr's
	  fakemsg alert patch from eggdrop1.6

2001-12-16 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-16 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-15 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-15 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-14 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-14 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-14 00:00  changelog

	* ChangeLog: ChangeLog

2001-12-13 23:48  guppy

	* doc/MODULES, doc/UPDATES1.6, src/patch.h: applied BarkerJr's
	  patch to update doc/MODULES from 1.6

2001-12-13 23:35  guppy

	* doc/UPDATES1.6, src/patch.h, src/userent.c: Applied Wcc's
	  whois_ports patch from 1.6

2001-12-13 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-13 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-12 04:30  changelog

	* ChangeLog: ChangeLog

2001-12-12 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-11 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-11 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-10 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-10 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-09 21:30  changelog

	* ChangeLog: ChangeLog

2001-12-09 21:22  guppy

	* eggdrop.complete.conf, doc/settings/core.settings,
	  help/core.help, lib/eggdrop/module.h, modules/filesys/filesys.c,
	  modules/server/server.c, src/cmds.c, src/dcc.c, src/flags.c,
	  src/modules.c, src/tcl.c: require-p is now gone as a config
	  setting

2001-12-09 21:00  changelog

	* ChangeLog: ChangeLog

2001-12-09 20:50  guppy

	* eggdrop.complete.conf, doc/settings/mod.irc,
	  modules/server/server.c, modules/server/server.h,
	  modules/server/servmsg.c: kick-fun and ban-fun have been removed
	  as settings

2001-12-09 20:38  guppy

	* eggdrop.complete.conf, doc/settings/core.settings,
	  help/core.help, lib/eggdrop/module.h, src/dcc.c, src/modules.c,
	  src/tcl.c: open-telnets is no longer a config setting,
	  learn-users handles both irc and telnet

2001-12-09 20:00  changelog

	* ChangeLog: ChangeLog

2001-12-09 19:35  ite

	* src/: botcmd.c, dcc.c: More gettextification

2001-12-09 16:00  changelog

	* ChangeLog: ChangeLog

2001-12-09 15:49  guppy

	* eggdrop.complete.conf, doc/settings/mod.server,
	  modules/server/server.c, modules/server/servmsg.c: serverror-quit
	  has been removed as a config setting

2001-12-09 15:46  guppy

	* eggdrop.complete.conf, doc/settings/core.settings,
	  help/core.help, src/tcl.c, src/tcldcc.c: enable-simul has been
	  removed as a config setting

2001-12-09 15:43  guppy

	* eggdrop.complete.conf, doc/settings/core.settings,
	  help/core.help, src/logfile.c: log-time has been removed as a
	  config setting

2001-12-09 15:38  guppy

	* eggdrop.complete.conf, doc/settings/core.settings,
	  lib/eggdrop/module.h, modules/perlscript/perlscript.c,
	  modules/server/cmdsserv.c, src/cmds.c, src/modules.c, src/tcl.c:
	  must-be-owner has been removed as a config setting

2001-12-09 08:30  changelog

	* ChangeLog: ChangeLog

2001-12-09 08:14  ite

	* acconfig/acinclude.m4, src/chanprog.c: * Fixed a typo in
	  acconfig/acinclude.m4.  * src/chanprog.c gettextification.

2001-12-09 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-09 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-08 22:00  changelog

	* ChangeLog: ChangeLog

2001-12-08 21:55  stdarg

	* src/: main.c, modules.c, tcl.c, tclhash.c, tclhash.h, tclmisc.c:
	  * Converted more tcl commands to language-independence.

2001-12-08 15:30  changelog

	* ChangeLog: ChangeLog

2001-12-08 15:16  tothwolf

	* doc/UPDATES1.6: Sync doc/UPDATES1.6 with 1.6 tree.

2001-12-08 14:30  changelog

	* ChangeLog: ChangeLog

2001-12-08 14:00  changelog

	* ChangeLog: ChangeLog

2001-12-08 13:48  ite

	* configure.ac, acconfig/acinclude.m4, doc/compiling.FAQ: Added
	  '--disable-cc-optimization' to disable -O2 flags. Patch by Ely
	  Levy <cs.huji.ac.il>

2001-12-08 13:30  changelog

	* ChangeLog: ChangeLog

2001-12-08 13:17  ite

	* lib/eggdrop/modvals.h, src/cmds.c, src/misc.c: Added a missing
	  channel membercheck in a few commands. Patch by Axel Franke
	  <eule@berlin.snafu.de>

2001-12-08 12:30  changelog

	* ChangeLog: ChangeLog

2001-12-08 12:17  guppy

	* eggdrop.complete.conf, src/patch.h: Updated the uptime url. Patch
	  by BarkerJr (barkjr@home.com)

2001-12-08 11:00  changelog

	* ChangeLog: ChangeLog

2001-12-08 10:58  ite

	* scripts/action.fix.tcl: Handle irssi (and some others) 'correct'
	  messages for DCC CTCP. Patch by Matthew Hallacy
	  <poptix@techmonkeys.org>

2001-12-08 10:30  changelog

	* ChangeLog: ChangeLog

2001-12-08 10:28  ite

	* modules/channels/tclchan.c: More ban issues fixes. Patch by Jeff
	  Fisher <guppy@techmonkeys.org>

2001-12-08 10:16  ite

	* doc/text-substitutions.doc, src/misc.c: Added %n for	to the list
	  of motd text substitutions. Patch by Benoit Timbert
	  <Benoit.TIMBERT@free.fr>

2001-12-08 10:00  changelog

	* ChangeLog: ChangeLog

2001-12-08 09:59  ite

	* help/cmds1.help, help/cmds2.help, help/core.help, src/cmds.c:
	  Rebound some commands to less restrictive bindings (relay,
	  botinfo, bottree, vbottree). Patch by Matthew Hallacy
	  <poptix@techmonkeys.org>

2001-12-08 09:40  ite

	* eggdrop.complete.conf, eggdrop.simple.conf: Make the default bot
	  a bit more secure in regards to the ability to execute tcl
	  commands from the partyline. Patch by Jeff Fisher
	  <guppy@techmonkeys.org>

2001-12-08 09:30  ite

	* modules/channels/tclchan.c: Last bans patch wasn't applied
	  correctly. Patch by Jeff Fisher <guppy@techmonkeys.org>

2001-12-08 09:30  changelog

	* ChangeLog: ChangeLog

2001-12-08 09:14  ite

	* modules/channels/tclchan.c: Bans weren't always applied
	  correctly. Patch by Jeff Fisher <guppy@techmonkeys.org>

2001-12-08 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-08 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-07 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-07 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-06 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-06 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-05 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-05 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-04 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-04 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-03 20:00  changelog

	* ChangeLog: ChangeLog

2001-12-03 19:30  ite

	* modules/: channels/help/chaninfo.help,
	  channels/help/channels.help, server/server.c,
	  server/help/server.help, transfer/transfer.c: More spelling fixes
	  here and there. Patch by Wcc <will@dawg.dynu.com>

2001-12-03 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-03 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-02 21:30  changelog

	* ChangeLog: ChangeLog

2001-12-02 09:30  changelog

	* ChangeLog: ChangeLog

2001-12-02 09:15  ite

	* modules/server/servmsg.c: More suitable quit message when the
	  server says we aren't registered. Patch by guppy
	  <guppy@techmonkeys.org>

2001-12-02 08:30  changelog

	* ChangeLog: ChangeLog

2001-12-02 08:26  ite

	* modules/filesys/: files.c, help/filesys.help: Renamed .optimise
	  to .optimize. Patch by Wcc <will@centerofnowhere.com>

2001-12-02 08:00  changelog

	* ChangeLog: ChangeLog

2001-12-02 07:36  ite

	* scripts/alltools.tcl: testip wasn't working correctly in
	  scripts/alltools.tcl. Patch by Hanno <unknown>

2001-12-02 07:30  changelog

	* ChangeLog: ChangeLog

2001-12-02 07:22  ite

	* eggdrop.complete.conf: More spelling fixes in
	  eggdrop.complete.conf. Patch by Wcc <will@centerofnowhere.com>

2001-12-02 07:00  changelog

	* ChangeLog: ChangeLog

2001-12-02 06:48  ite

	* INSTALL, doc/text-substitutions.doc: More spelling fixes in docs
	  and MOTD. Patch by Wcc <will@centerofnowhere.com>

2001-12-02 06:36  ite

	* modules/uptime/uptime.c: Made uptime module to server. Patch by
	  Matthew Hallacy <poptix@techmonkeys.org>

2001-12-02 06:30  changelog

	* ChangeLog: ChangeLog

2001-12-02 06:00  changelog

	* ChangeLog: ChangeLog

2001-12-02 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-02 04:00  changelog

	* po/eggdrop.pot: Pots

2001-12-01 12:00  changelog

	* ChangeLog: ChangeLog

2001-12-01 11:35  ite

	* modules/channels/channels.c, src/chan.h, src/tcluser.c: * Added
	  DalNet's +M support. Patch by Wcc <will@centerofnowhere.com>*
	  Fixed a stupid typo of mine in tcl_botattr, which prevented a
	  successful build.

2001-12-01 11:00  changelog

	* ChangeLog: ChangeLog

2001-12-01 10:39  ite

	* modules/compress/compress.c: Runtime debug information cleanup in
	  compress module. Patch by Wcc <will@centerofnowhere.com>

2001-12-01 10:33  ite

	* src/tcluser.c: Fixed more potential crashes in botattr command.
	  Patch by TaKeDa <takeda@eggheads.w.pl>

2001-12-01 10:30  changelog

	* ChangeLog: ChangeLog

2001-12-01 10:03  ite

	* src/tcluser.c: Fixed more potential crashes in src/tcluser.c.
	  Patch by Matthew Hallacy <poptix@techmonkeys.org>

2001-12-01 10:00  changelog

	* ChangeLog: ChangeLog

2001-12-01 09:44  ite

	* doc/tcl-commands.doc: Fixed up some spelling mistakes in
	  doc/tcl-commands.doc. Patch by Wcc <will@centerofnowhere.com>

2001-12-01 09:30  changelog

	* ChangeLog: ChangeLog

2001-12-01 09:13  ite

	* src/tcluser.c: adduser wasn't accepting handle parameter without
	  hostmask parameter. Patch by Wcc <will@centerofnowhere.com>

2001-12-01 09:00  changelog

	* ChangeLog: ChangeLog

2001-12-01 08:39  ite

	* src/tcluser.c: chattr hand crashed. Patch by stdarg
	  <stdarg@techmonkeys.org>

2001-12-01 08:30  changelog

	* ChangeLog: ChangeLog

2001-12-01 08:00  changelog

	* ChangeLog: ChangeLog

2001-12-01 04:00  changelog

	* ChangeLog: ChangeLog

2001-12-01 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-30 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-30 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-29 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-29 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-28 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-28 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-27 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-27 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-26 21:00  changelog

	* ChangeLog: ChangeLog

2001-11-26 20:30  ite

	* intl/.cvsignore, lib/eggdrop/.cvsignore: More and more cvsignore
	  entries.

2001-11-26 20:30  changelog

	* ChangeLog: ChangeLog

2001-11-26 20:15  ite

	* lib/eggdrop/.cvsignore: More cvsignore entries.

2001-11-26 20:13  ite

	* lib/: .cvsignore, eggdrop/.cvsignore: Moved cvsinogre entries in
	  the proper place.

2001-11-26 20:11  ite

	* lib/.cvsignore: Added more cvsignore entries.

2001-11-26 20:08  ite

	* src/main.c: More gettext fixes.

2001-11-26 04:30  changelog

	* ChangeLog: ChangeLog

2001-11-26 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-25 09:00  changelog

	* ChangeLog: ChangeLog

2001-11-25 08:45  ite

	* src/eggdrop.h: Have a successful build if gettext is explicitly
	  disabled.

2001-11-25 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-25 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-24 15:00  changelog

	* ChangeLog: ChangeLog

2001-11-24 14:42  ite

	* modules/blowfish/Makefile.am, modules/channels/Makefile.am,
	  modules/compress/Makefile.am, modules/filesys/Makefile.am,
	  modules/perlscript/Makefile.am, modules/server/Makefile.am,
	  modules/tclscript/Makefile.am, modules/transfer/Makefile.am,
	  modules/uptime/Makefile.am, src/eggdrop.h: Added mssing stuff in
	  Makefile.am's that prevented compilation in some environments.

2001-11-24 10:00  changelog

	* ChangeLog: ChangeLog

2001-11-24 09:31  ite

	* modules/transfer/transfer.h, src/eggdrop.h: Moved XFER defines
	  from the core in a more suitable place in the transfer module.

2001-11-24 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-24 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-23 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-23 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-22 04:30  changelog

	* ChangeLog: ChangeLog

2001-11-22 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-21 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-21 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-20 04:30  changelog

	* ChangeLog: ChangeLog

2001-11-20 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-19 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-19 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-18 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-18 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-17 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-17 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-16 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-16 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-15 04:30  changelog

	* ChangeLog: ChangeLog

2001-11-15 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-14 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-14 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-13 20:00  changelog

	* ChangeLog: ChangeLog

2001-11-13 19:57  stdarg

	* src/: logfile.c, main.c:
	  * Re-ordered init procedures so hooks[] is initialized earlier.
	  * Logfiles should cycle now.

2001-11-13 04:30  changelog

	* ChangeLog: ChangeLog

2001-11-13 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-12 23:00  changelog

	* ChangeLog: ChangeLog

2001-11-12 22:51  stdarg

	* modules/perlscript/perlscript.c:
	  * Added support for lists in perl callbacks.

2001-11-12 22:51  stdarg

	* modules/tclscript/tclscript.c:
	  * Added support for returned lists in tcl callbacks.

2001-11-12 22:50  stdarg

	* src/: logfile.c, script.c, script.h, script_api.h, tcldcc.c:
	  * Added convenience functions for script_var_t's.  * Converted a
	  bunch of functions in tcldcc.c.

2001-11-12 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-12 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-11 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-11 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-10 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-10 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-09 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-09 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-08 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-08 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-07 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-07 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-06 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-06 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-05 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-05 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-04 22:00  changelog

	* ChangeLog: ChangeLog

2001-11-04 21:47  stdarg

	* src/: patch.h, script_api.h, tcl.c, tcldcc.c:
	  Converted some functions in tcldcc.c.

2001-11-04 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-04 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-03 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-03 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-02 04:30  changelog

	* ChangeLog: ChangeLog

2001-11-02 04:00  changelog

	* po/eggdrop.pot: Pots

2001-11-01 04:00  changelog

	* ChangeLog: ChangeLog

2001-11-01 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-31 04:00  changelog

	* ChangeLog: ChangeLog

2001-10-31 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-30 22:30  changelog

	* ChangeLog: ChangeLog

2001-10-30 22:02  tothwolf

	* configure.ac, lib/egglib/hash_table.c, lib/egglib/linked_list.c,
	  lib/egglib/mempool.c, lib/egglib/msprintf.c, lib/egglib/mstack.c,
	  modules/filesys/filesys.c, modules/transfer/transfer.c, src/bg.c,
	  src/bg.h, src/botnet.c, src/chanprog.c, src/egg_timer.c,
	  src/irccmp.h, src/logfile.c, src/main.c, src/match.h, src/misc.c,
	  src/registry.c, src/script.c, src/tcl.c: * 39 less gcc
	  warnings...

2001-10-30 04:00  changelog

	* ChangeLog: ChangeLog

2001-10-30 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-29 20:00  changelog

	* ChangeLog: ChangeLog

2001-10-29 19:35  poptix

	* modules/uptime/: uptime.c, uptime.h: Proper copyright
	  information.

2001-10-29 17:30  changelog

	* ChangeLog: ChangeLog

2001-10-29 17:01  ite

	* lib/eggdrop/Makefile.am, lib/eggdrop/module.h,
	  modules/blowfish/Makefile.am, modules/channels/Makefile.am,
	  modules/compress/Makefile.am, modules/filesys/Makefile.am,
	  modules/perlscript/Makefile.am, modules/server/Makefile.am,
	  modules/tclscript/Makefile.am, modules/transfer/Makefile.am,
	  modules/uptime/Makefile.am, src/Makefile.am, src/modules.c:
	  Created libeggdrop: libadns, libegg and libcompat are now linked
	  in it. Cleaned up some unneeded function exports :)

2001-10-29 14:30  changelog

	* ChangeLog: ChangeLog

2001-10-29 14:09  guppy

	* modules/uptime/: uptime.c, uptime.h: some minor uptime.mod things
	  I noticed while working on 1.6.7

2001-10-29 04:00  changelog

	* ChangeLog: ChangeLog

2001-10-29 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-28 08:00  changelog

	* ChangeLog: ChangeLog

2001-10-28 07:30  ite

	* configure.ac, lib/Makefile.am, lib/adns/.cvsignore,
	  lib/adns/COPYING, lib/adns/GPL-vs-LGPL, lib/adns/Makefile.am,
	  lib/adns/README, lib/adns/README.eggdrop, lib/adns/README.ircd,
	  lib/adns/adns.h, lib/adns/check.c, lib/adns/dlist.h,
	  lib/adns/event.c, lib/adns/general.c, lib/adns/internal.h,
	  lib/adns/parse.c, lib/adns/query.c, lib/adns/reply.c,
	  lib/adns/setup.c, lib/adns/transmit.c, lib/adns/tvarith.h,
	  lib/adns/types.c, lib/compat/.cvsignore, lib/compat/Makefile.am,
	  lib/compat/compat.h, lib/compat/inet_aton.c,
	  lib/compat/inet_aton.h, lib/compat/inet_ntop.c,
	  lib/compat/inet_ntop.h, lib/compat/inet_pton.c,
	  lib/compat/inet_pton.h, lib/compat/memcpy.c, lib/compat/memcpy.h,
	  lib/compat/memset.c, lib/compat/memset.h, lib/compat/snprintf.c,
	  lib/compat/snprintf.h, lib/compat/strcasecmp.c,
	  lib/compat/strcasecmp.h, lib/compat/strftime.c,
	  lib/compat/strftime.h, lib/compat/strncasecmp.c,
	  lib/compat/strncasecmp.h, lib/egglib/.cvsignore,
	  lib/egglib/Makefile.am, lib/egglib/avl.c, lib/egglib/avl.h,
	  lib/egglib/hash_table.c, lib/egglib/hash_table.h,
	  lib/egglib/hash_table_test.c, lib/egglib/linked_list.c,
	  lib/egglib/linked_list.h, lib/egglib/linked_list_test.c,
	  lib/egglib/mempool.c, lib/egglib/mempool.h,
	  lib/egglib/mempool_test.c, lib/egglib/msprintf.c,
	  lib/egglib/msprintf.h, lib/egglib/mstack.c, lib/egglib/mstack.h,
	  modules/perlscript/perlscript.c, modules/tclscript/tclscript.c,
	  src/Makefile.am, src/dns.c, src/logfile.c, src/main.c,
	  src/main.h, src/modules.c, src/net.c, src/registry.c,
	  src/script.c: Renamed src/adns, src/compat, src/egglib to
	  lib/adns, lib/compat, lib/egglib respectively.

2001-10-28 04:00  changelog

	* ChangeLog: ChangeLog

2001-10-28 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-27 14:00  changelog

	* ChangeLog: ChangeLog

2001-10-27 13:35  ite

	* po/: .potignore, POTFILES.in: * Updated internationalizable list
	  of files in po/POTIFLES.in.  * Added po/.potignore as list of
	  files to be ignored when running   po/update.pl --maintain.

2001-10-27 12:00  changelog

	* ChangeLog: ChangeLog

2001-10-27 11:39  ite

	* lib/.cvsignore: Added more .cvsignore files.

2001-10-27 11:34  ite

	* Makefile.am, configure.ac, lib/Makefile.am,
	  lib/eggdrop/.cvsignore, lib/eggdrop/Makefile.am,
	  lib/eggdrop/module.h, lib/eggdrop/modvals.h, modules/.cvsignore,
	  modules/Makefile.am, modules/blowfish/.cvsignore,
	  modules/blowfish/Makefile.am, modules/blowfish/bf_tab.h,
	  modules/blowfish/blowfish.c, modules/blowfish/blowfish.h,
	  modules/blowfish/modinfo, modules/channels/.cvsignore,
	  modules/channels/Makefile.am, modules/channels/channels.c,
	  modules/channels/channels.h, modules/channels/cmdschan.c,
	  modules/channels/flagmaps.c, modules/channels/modinfo,
	  modules/channels/tclchan.c, modules/channels/udefchan.c,
	  modules/channels/userchan.c, modules/channels/help/chaninfo.help,
	  modules/channels/help/channels.help,
	  modules/channels/help/set/channels.help,
	  modules/compress/.cvsignore, modules/compress/Makefile.am,
	  modules/compress/compress.c, modules/compress/compress.h,
	  modules/compress/modinfo, modules/compress/tclcompress.c,
	  modules/compress/help/set/compress.help,
	  modules/filesys/.cvsignore, modules/filesys/Makefile.am,
	  modules/filesys/dbcompat.c, modules/filesys/dbcompat.h,
	  modules/filesys/filedb3.c, modules/filesys/filedb3.h,
	  modules/filesys/filelist.c, modules/filesys/filelist.h,
	  modules/filesys/files.c, modules/filesys/files.h,
	  modules/filesys/filesys.c, modules/filesys/filesys.h,
	  modules/filesys/modinfo, modules/filesys/tclfiles.c,
	  modules/filesys/help/filesys.help,
	  modules/filesys/help/set/filesys.help,
	  modules/perlscript/.cvsignore, modules/perlscript/Makefile.am,
	  modules/perlscript/perlscript.c, modules/server/.cvsignore,
	  modules/server/Makefile.am, modules/server/cmdsserv.c,
	  modules/server/modinfo, modules/server/server.c,
	  modules/server/server.h, modules/server/servmsg.c,
	  modules/server/tclserv.c, modules/server/help/server.help,
	  modules/tclscript/.cvsignore, modules/tclscript/Makefile.am,
	  modules/tclscript/tclscript.c, modules/transfer/.cvsignore,
	  modules/transfer/Makefile.am, modules/transfer/modinfo,
	  modules/transfer/transfer.c, modules/transfer/transfer.h,
	  modules/uptime/.cvsignore, modules/uptime/Makefile.am,
	  modules/uptime/modinfo, modules/uptime/uptime.c,
	  modules/uptime/uptime.h, src/Makefile.am, src/logfile.c,
	  src/modules.h: * Renamed src/mod to modules.	* Created lib as
	  top dir for eggdrop's libraries.

2001-10-27 09:00  changelog

	* ChangeLog: ChangeLog

2001-10-27 08:34  ite

	* configure.ac, acconfig/acinclude.m4: Configure related
	  refactoring and clean up.

2001-10-27 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-27 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-26 17:30  changelog

	* ChangeLog: ChangeLog

2001-10-26 17:22  stdarg

	* src/: chanprog.c, cmds.c, main.c, modules.c, tcl.c, tcldcc.c,
	  tclegg.h, tclhash.c, tclhash.h:
	  * Converted the last few bind tables (I think).  * Removed unused
	  builtin_* functions.

2001-10-26 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-26 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-25 15:30  changelog

	* ChangeLog: ChangeLog

2001-10-25 15:10  ite

	* .cvsignore, acconfig/acinclude.m4, acconfig/mpatrol.m4: Added
	  support for mpatrol (mutally exclusive with efence).

2001-10-25 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-25 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-24 05:30  changelog

	* ChangeLog: ChangeLog

2001-10-24 05:08  stdarg

	* src/: dcc.c, dns.c, egg_timer.c, logfile.c, script.c,
	  script_api.h, tcl.c, tcldcc.c, tclhash.c:
	  * Added support for optional args for scripts.  * Added a ".perl"
	  command.  * Converted some stuff in tcldcc.c, based on Oskar
	  Liljeblad's patch.  * Fixed compile warnings in tcl module.  *
	  Added error reporting when loading perl scripts.

2001-10-24 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-24 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-23 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-23 04:00  changelog

	* ChangeLog: ChangeLog

2001-10-23 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-23 03:47  stdarg

	* src/: botmsg.c, cmds.c, script.c:
	  * Added a "loadscript" script command.  * Fixed up perlscript.mod
	  a little bit, so that it can do stuff.  * Wrote a test script in
	  perl that uses timers, binds, and putlog successfully.

2001-10-22 04:00  changelog

	* ChangeLog: ChangeLog

2001-10-22 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-21 21:00  changelog

	* ChangeLog: ChangeLog

2001-10-21 20:49  stdarg

	* src/modules.c: * Moved msprintf and mstack to the function table
	  (boo this is temporary I hope) * Fixed compile warnings and some
	  other stuff in perlscript.mod so that it compiles and loads (but
	  you can't use it to write a script yet).

2001-10-21 16:00  changelog

	* ChangeLog: ChangeLog

2001-10-21 15:59  stdarg

	* src/: dccutil.c, tcldcc.c: * dcc array is now sparse

2001-10-21 15:00  changelog

	* ChangeLog: ChangeLog

2001-10-21 14:51  stdarg

	* src/tcldcc.c: * Updated putdcc and putdccraw to accept idx
	  instead of sock.  * Putdccraw now recognizes -1 as the server
	  idx, not 0.

2001-10-21 13:00  changelog

	* ChangeLog: ChangeLog

2001-10-21 12:38  ite

	* bootstrap, configure.ac, acconfig/.cvsignore,
	  acconfig/acinclude.m4, src/Makefile.am: * Added autoconf and
	  automake support for perlscript.mod.	* Removed old stuff from
	  bootstrap and src/mod/compress.mod/Makefile.am.  * Removed
	  eggdrop_DEPENDENCIES. They are unneeded.  * Readded -Wall and -g3
	  compile options.

2001-10-21 11:30  changelog

	* ChangeLog: ChangeLog

2001-10-21 11:05  tothwolf

	* Makefile.am, scripts/Makefile.am, src/Makefile.am: * cleanups in
	  Makefile.am files

2001-10-21 10:00  changelog

	* ChangeLog: ChangeLog

2001-10-21 09:51  tothwolf

	* Makefile.am, bootstrap, acconfig/config.guess,
	  acconfig/config.sub: * added latest version of config.guess and
	  config.sub to acconfig dir * don't remove config.guess and
	  config.sub with maintainer-clean rule * keep libtoolize from
	  overwriting config.guess and config.sub

2001-10-21 07:30  changelog

	* ChangeLog: ChangeLog

2001-10-21 07:20  ite

	* po/POTFILES.in: Updated internationalizable list of files.

2001-10-21 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-21 04:00  changelog

	* po/eggdrop.pot: Pots

2001-10-21 02:43  changelog

	* ChangeLog: ChangeLog

2001-10-21 02:25  changelog

	* ChangeLog: ChangeLog

2001-10-21 02:10  changelog

	* ChangeLog: ChangeLog

2001-10-21 02:03  changelog

	* ChangeLog: ChangeLog

2001-10-21 02:03  changelog

	* po/eggdrop.pot: Pots

2001-10-21 01:48  changelog

	* po/eggdrop.pot: Pots

2001-10-21 01:30  changelog

	* ChangeLog: ChangeLog

2001-10-21 01:15  stdarg

	* eggdrop.complete.conf: * Added config setting for
	  dcc_command_chars

2001-10-21 01:04  stdarg

	* scripts/action.fix.tcl: Updated action.fix.tcl to use new
	  filt_string.

2001-10-21 01:02  stdarg

	* doc/tcl-commands.doc, src/dcc.c, src/main.c, src/tclhash.c: *
	  Changed the FILT bind to use a global variable instead of
	  returning a string.  This will make it easier for multiple
	  callbacks to act on one string.  * Made a new config variable
	  called "dcc_command_chars" that lets you change which chars
	  represent a command on the console. Default is "./".

2001-10-20 23:00  changelog

	* ChangeLog: ChangeLog

2001-10-20 22:49  stdarg

	* src/tclhash.c: Changed BT_chat back to sis instead of Uis

2001-10-20 22:44  stdarg

	* src/: botnet.c, cmds.c, logfile.c, modules.c, tcl.c, tclhash.c,
	  tclhash.h: * Applied Oskar Liljeblad's patch to convert more bind
	  tables.  * Fixed bug in putlog which causes an infinite loop.  *
	  Added console error logging into tclscript.mod.  * Added external
	  error logging via "error_logfile" variable, for more detailed
	  information. Default filename is logs/tcl_errors.log.

2001-10-20 17:00  changelog

	* ChangeLog: ChangeLog

2001-10-20 16:57  stdarg

	* src/: dcc.c, modules.c, tclhash.c, tclhash.h: * Added Oskar
	  Liljeblad's patch to convert H_chat, H_act, and H_bcst.  *
	  Experimented with changing around the chat bind so it's called
	  before text is sent, and is breakable.

2001-10-20 05:30  changelog

	* ChangeLog: ChangeLog

2001-10-20 05:22  stdarg

	* src/: modules.c, tclhash.c, tclhash.h: Applied patch by Oskar
	  Liljeblad <oskar@osk.mine.nu>: Replaces H_away bind with new
	  BT_away bind.

2001-10-20 03:30  changelog

	* ChangeLog: ChangeLog

2001-10-20 03:04  guppy

	* src/main.c:
	  * Okay, after talking to various #eggdrop people and seeing x+1
	  people running eggdrop1.7 as production bots -- I added a small
	  warning to the output of ./eggdrop for 1.7 that tells them this
	  is a development version and that they shouldn't run it unless
	  they are testing it. Sound good? It better :P~ hehe

2001-10-20 03:00  changelog

	* ChangeLog: ChangeLog

2001-10-20 02:30  changelog

	* ChangeLog: ChangeLog

2001-10-20 02:29  guppy

	* eggdrop.complete.conf, doc/KNOWN-PROBLEMS,
	  doc/settings/core.settings, doc/settings/mod.server:
	  * blanked KNOWN-PROBLEMS since none of them exist anymore,
	  correct me if I'm wrong * moved debug-output to the core settings
	  documentation since it is both core and server functionality

2001-10-20 01:30  changelog

	* ChangeLog: ChangeLog

2001-10-20 01:04  tothwolf

	* Makefile.am: * added distclean-local and maintainer-clean-local
	  Makefile.am targets

2001-10-19 20:30  changelog

	* ChangeLog: ChangeLog

2001-10-19 20:19  tothwolf

	* acinclude.m4, bootstrap, codeset.m4, configure.ac, gettext.m4,
	  glibc21.m4, iconv.m4, isc-posix.m4, lcmessage.m4, progtest.m4,
	  acconfig/acinclude.m4, acconfig/codeset.m4, acconfig/gettext.m4,
	  acconfig/glibc21.m4, acconfig/iconv.m4, acconfig/isc-posix.m4,
	  acconfig/lcmessage.m4, acconfig/progtest.m4: * added acconfig for
	  an aux dir * moved m4 files to acconfig * modified EGG_LIBTOOL
	  autoconf macro to pass --with-auxdir to libltdl * added notice to
	  bootstrap about libtool needing a patch

2001-10-19 18:30  changelog

	* ChangeLog: ChangeLog

2001-10-19 18:07  tothwolf

	* AUTHORS, Makefile.am, config.guess, config.sub: * sync
	  authors.html with AUTHORS * add config.guess and config.sub to
	  AUX_DIST * remove config.guess and config.sub from cvs

2001-10-19 09:30  changelog

	* ChangeLog: ChangeLog

2001-10-19 09:10  tothwolf

	* acinclude.m4: * fix missing else in acinclude.m4

2001-10-19 03:00  changelog

	* ChangeLog: ChangeLog

2001-10-19 02:33  stdarg

	* src/modules.c: del_hook() wasn't deleting the match_noterej hook
	  correctly.

2001-10-19 01:30  changelog

	* ChangeLog: ChangeLog

2001-10-19 01:01  guppy

	* eggdrop.complete.conf, doc/settings/core.settings,
	  doc/settings/mod.server, src/flags.c, src/modules.c: * removed
	  use-console-r since we have debug-output * removed +r as a log
	  option we tell people about since it used for debugging purposes
	  like +v and the others.  * made sure I didn't commit the wrong
	  files this time <g>

2001-10-19 01:00  changelog

	* ChangeLog: ChangeLog

2001-10-19 00:33  guppy

	* config.guess, config.sub: Hmmm .. that was odd, cvs update -j 1.2
	  -j 1.1 config.guess config.sub is cool <g>

2001-10-19 00:30  changelog

	* ChangeLog: ChangeLog

2001-10-19 00:26  guppy

	* AUTHORS, README, config.guess, config.sub, eggdrop.complete.conf,
	  doc/tcl-commands.doc, doc/settings/core.settings,
	  scripts/autobotchk, scripts/botchk, src/main.c, src/tcl.c:
	  * applied BarkerJr's small documentation patch * applied the
	  pidfile patch from eggdrop1.6 * added stdarg to AUTHORS (wish we
	  had a realname <g>)

2001-10-18 21:30  changelog

	* ChangeLog: ChangeLog

2001-10-18 21:00  changelog

	* ChangeLog: ChangeLog

2001-10-18 20:55  tothwolf

	* acinclude.m4, configure.ac, 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/logfile.c,
	  src/main.c, src/misc.c, src/modules.c, src/net.c, src/stat.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: *
	  removed obsolete EGG_CHECK_FUNC_VSPRINTF autoconf macro * removed
	  obsolete EGG_HEADER_STDC autoconf macro * added EGG_C_LONG_LONG
	  autoconf macro * added EGG_FUNC_C99_VSNPRINTF autoconf macro *
	  added EGG_REPLACE_SNPRINTF autoconf macro * added EGG_TYPE_32BIT
	  autoconf macro

	  * removed unused dlfcn.h header check from configure.ac * removed
	  AC_CHECK_SIZEOF long and int from configure.ac * added many
	  required autoconf macros to configure.ac * added AC_REPLACE_FUNCS
	  to configure.ac for compat functions * many configure.ac cleanups

	  * updated compat/snprintf.c with latest version from Samba *
	  added code to link libm with compat library for snprintf.c *
	  added support for LIBOBJS to compat/Makefile.am * added memset
	  back to compat * added memcpy back to compat * many compat
	  cleanups

	  * renamed egg_strcasecmp() to strcasecmp() * renamed
	  egg_strncasecmp() to strncasecmp() * renamed egg_snprintf() to
	  snprintf() * renamed egg_vsnprintf() to vsnprintf() * renamed
	  egg_strftime() to strftime() * renamed egg_inet_aton() to
	  inet_aton() * renamed egg_inet_ntop() to inet_ntop() * renamed
	  egg_inet_pton() to inet_pton()

	  * exported strftime() for modules * exported inet_ntop() for
	  modules * exported inet_pton() for modules * exported vasprintf()
	  for modules * exported asprintf() for modules

	  * renamed u_32bit_t typedef to u_32int_t * extended stat.h to
	  support standard bits and checks

	  * major function changes:   + egg_strcasecmp -> strcasecmp   +
	  egg_strncasecmp -> strncasecmp   + egg_snprintf -> snprintf	+
	  egg_vsnprintf -> vsnprintf   + egg_strftime -> strftime   +
	  egg_inet_aton -> inet_aton   + egg_inet_ntop -> inet_ntop   +
	  egg_inet_pton -> inet_pton

2001-10-18 20:00  changelog

	* ChangeLog: ChangeLog

2001-10-18 19:47  stdarg

	* doc/: tcl-commands.doc, howto/README, howto/first_script.txt,
	  howto/timers.txt: Documentation updates.

2001-10-18 06:30  changelog

	* ChangeLog: ChangeLog

2001-10-18 06:29  stdarg

	* src/registry.c: Removed some old debugging info I had in
	  registry.c.

2001-10-18 06:18  stdarg

	* src/: logfile.c, script.c: Forgot to initialize a variable in
	  logfile_cycle().

2001-10-18 05:00  changelog

	* ChangeLog: ChangeLog

2001-10-18 04:37  stdarg

	* src/logfile.c: Forgot to reopen logfile after cycling.  I dunno
	  why it keeps thinking msprintf.h and tclscript.c are modified..

2001-10-18 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-18 04:26  stdarg

	* src/script.c: Fixed bug where the config vars were being linked
	  as read-only.

2001-10-18 04:06  stdarg

	* src/: Makefile.am, chanprog.c, eggdrop.h, logfile.c, main.c,
	  misc.c, proto.h, script.c, script_api.h, tcl.c, tclmisc.c: Fixed
	  a bug in msprintf.  Added SCRIPT_FREE_VAR flag, to automatically
	  free a script_var_t.	Added first config variables (for logging)
	  via tclscript.mod.  Separated the logging stuff into logfile.c.
	  Added a command, "stoplog", which lets you close a logfile.
	  Removed "max-logs" since the logfiles are in a linked list (it
	  was kind of pointless).

2001-10-17 22:00  changelog

	* ChangeLog: ChangeLog

2001-10-17 21:57  stdarg

	* src/: modules.c, net.c, proto.h: Converted my_atoul to sscanf.

2001-10-17 01:30  changelog

	* ChangeLog: ChangeLog

2001-10-17 01:08  stdarg

	* src/: egg_timer.c, main.c, script_api.h, tclmisc.c: Updates to
	  timer code.  Added USER and CALLBACK types to perl module.

2001-10-16 22:30  changelog

	* ChangeLog: ChangeLog

2001-10-16 22:28  stdarg

	* src/: chanprog.c, dns.c, main.c, tcl.c, tclegg.h, tclhash.c,
	  tclmisc.c: Removed old timer code.  Updated dns.c to use new
	  script interface.

2001-10-16 21:30  changelog

	* ChangeLog: ChangeLog

2001-10-16 21:01  poptix

	* src/: patch.h, tcluser.c: * bad pointer in tcl_userlist, userlist
	  * = crash

2001-10-16 20:30  changelog

	* ChangeLog: ChangeLog

2001-10-16 20:03  stdarg

	* eggdrop.complete.conf, eggdrop.simple.conf: updated config files
	  for tclscript.mod

2001-10-16 20:00  changelog

	* ChangeLog: ChangeLog

2001-10-16 19:30  changelog

	* ChangeLog: ChangeLog

2001-10-16 19:19  stdarg

	* src/: modules.c, tclhash.c, tclhash.h: Moved load and unload bind
	  tables to modules.c.	Removed old ctcp table.

2001-10-16 07:00  changelog

	* ChangeLog: ChangeLog

2001-10-16 00:30  changelog

	* ChangeLog: ChangeLog

2001-10-15 22:00  changelog

	* ChangeLog: ChangeLog

2001-10-15 21:42  stdarg

	* eggdrop.complete.conf, eggdrop.simple.conf, src/script.c,
	  src/script.h, src/script_api.h, src/tclhash.c: Updated
	  tclscript.mod a bit.	Made bind and unbind use the new tclscript
	  module.

2001-10-15 14:00  changelog

	* ChangeLog: ChangeLog

2001-10-15 13:47  poptix

	* src/patch.h: [no log message]

2001-10-15 13:47  poptix

	* src/userrec.c: * Oops, forgot to fix it here too, weren't
	  supposed to free xk,xk->data in adduser

2001-10-15 05:00  changelog

	* ChangeLog: ChangeLog

2001-10-15 04:54  stdarg

	* src/: main.c, script.c: script.c: Forgot to push the script event
	  on the event stack.  main.c: timer_destroy_all() was being called
	  in the wrong place.  tclscript.c: Documentation error in a
	  comment.

2001-10-15 04:30  changelog

	* ChangeLog: ChangeLog

2001-10-15 04:27  stdarg

	* src/: cmds.c, egg_timer.c, egg_timer.h, main.c, script.c,
	  script_api.h, tcldcc.c: Updates to timer code.  Updates to tcl
	  module.  Convenience functions for scripting.  Script journal for
	  late scripting modules.  Got rid of anonymous union in
	  script_var_t.

2001-10-15 03:00  changelog

	* ChangeLog: ChangeLog

2001-10-15 02:56  tothwolf

	* src/modules.c: * lets not use gettext for botnet commands

2001-10-14 19:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 18:30  changelog

	* ChangeLog: ChangeLog

2001-10-14 18:13  stdarg

	* src/: Makefile.am, core_binds.c, core_binds.h, main.c, modules.c,
	  script.h, tclhash.c, tclhash.h, tclmisc.c: Updates to binds
	  (event and time).  New file to handle core binds.

2001-10-14 18:06  ite

	* src/modules.c: Fixed stupid bug when not sharing userfile.

2001-10-14 18:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 16:30  changelog

	* ChangeLog: ChangeLog

2001-10-14 16:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 15:30  changelog

	* ChangeLog: ChangeLog

2001-10-14 15:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 14:30  ite

	* acinclude.m4: * Removed old shell customization on Ultrix. It
	  should work fine now.  * Fixed wrong $host_os match for NextStep.
	  * In a debug build, link with Electric Fence Malloc Debugger if
	  detected.

2001-10-14 12:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 11:59  stdarg

	* src/: script.c, script_api.h: Added a convenience function, made
	  normal c functions easy to wrap, added a SCRIPT_USER type (handle
	  <--> struct userrec *)

2001-10-14 11:30  changelog

	* ChangeLog: ChangeLog

2001-10-14 11:20  poptix

	* src/: patch.h, userrec.c:
	  another adduser overflow and memleak

2001-10-14 10:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 09:33  ite

	* bootstrap: Reverted a change on bootstrap script, accidentally
	  broken in a previous commit

2001-10-14 09:30  changelog

	* ChangeLog: ChangeLog

2001-10-14 09:16  ite

	* configure.ac, configure.in: Renamed configure.in to configure.ac,
	  since we use automake >= 2.50

2001-10-14 09:09  ite

	* INSTALL, README, acinclude.m4, bootstrap, configure.in,
	  po/eggdrop.pot, src/main.c, src/modules.c: * STATIC is #defined
	  again on static builds.  * Removed code for old module loading
	  emulation on static builds.  * Updated README and INSTALL: new
	  static build explanation.  * More string's gettextized- * Synched
	  po/eggdrop.pot with sources.

2001-10-14 09:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 06:30  changelog

	* ChangeLog: ChangeLog

2001-10-14 06:08  tothwolf

	* src/chanprog.c: * bugfixes where splitnick() was removed

2001-10-14 06:00  changelog

	* ChangeLog: ChangeLog

2001-10-14 05:30  changelog

	* ChangeLog: ChangeLog

2001-10-14 05:22  tothwolf

	* Makefile.am, src/Makefile.am: * more minor Makefile.am cleanups *
	  added .cvsignore for tclscript.mod * detect_flood() needed to be
	  called in gotnotice() *after* checking that a notice is not from
	  a server

2001-10-14 00:00  changelog

	* ChangeLog: ChangeLog

2001-10-13 23:44  stdarg

	* configure.in, src/Makefile.am, src/main.c, src/modules.c,
	  src/registry.c, src/registry.h, src/script.c, src/script_api.h,
	  src/tcl.c: Added code for tclscript.mod Made it compile correctly
	  with configure et al (hopefully...) Removed stuff for encodings
	  from tcl.c egglib/msprintf - like sprintf but mallocs a big
	  enough buffer for you (no overruns, no truncated data)
	  egglib/mstack - simple stack structure (push, pop) that grows
	  with malloc and is accessible in array form

2001-10-13 17:00  changelog

	* ChangeLog: ChangeLog

2001-10-13 16:36  tothwolf

	* acconfig.h, acinclude.m4, configure.in, src/Makefile.am: *
	  configure cleanups * updated many autoconf macros to new formats
	  * removed acconfig.h * --disable-debug configure option * changed
	  @EGG_DEBUG@ to $(EGG_DEBUG) in Makefile.am files

2001-10-13 11:00  changelog

	* ChangeLog: ChangeLog

2001-10-13 10:55  tothwolf

	* src/: chanprog.c, misc.c, modules.c, proto.h: * splitnick()
	  removed * cleanup where splitnicks() was removed * removed unused
	  "existant" check from tell_bans/tell_exempts/tell_invites

2001-10-13 07:30  changelog

	* ChangeLog: ChangeLog

2001-10-13 07:00  stdarg

	* src/: Makefile.am, egg_timer.c, egg_timer.h, main.c, net.c,
	  tclmisc.c: Added code for C-based microsecond-precision timers.
	  Made utimer and timer use the new timer stuff. (But utimers and
	  timers don't work with it yet, either does killtimer +
	  killutimer, maybe somebody else can update those :) or I'll do it
	  later) Added new tcl command, mutimer, to make a timer with a
	  fractional second (i.e. mutimer 500000 hi == run 'hi' after 1/2
	  second) Made net.c change the select() timeout based on the
	  shortest timer.  Added a guard clause to lostdcc(n) to make sure
	  n is valid.  When the socket table is reallocated, now the new
	  sockets are marked SOCK_UNUSED (heh).  Fixed a typo in
	  filesys.mod (mine) (looked up the wrong bind table)

2001-10-12 13:00  changelog

	* ChangeLog: ChangeLog

2001-10-12 12:40  tothwolf

	* src/: irccmp.c, patch.h: * splitnicks() removed * check_queues()
	  removed * parse_q() removed * purge_kicks() removed

2001-10-12 11:00  changelog

	* ChangeLog: ChangeLog

2001-10-12 10:50  tothwolf

	* acinclude.m4, src/Makefile.am, src/botnet.c, src/cmds.c,
	  src/dcc.c, src/debug.h, src/eggdrop.h, src/irccmp.c, src/main.c,
	  src/main.h, src/modules.c, src/net.c, src/proto.h, src/tcl.c,
	  src/tclhash.c: * DEBUG_ASSERT renamed to DEBUG * Assert macro
	  removed, replaced with ANSI assert support * Removed more kludge
	  code

2001-10-12 09:00  changelog

	* ChangeLog: ChangeLog

2001-10-12 03:00  changelog

	* ChangeLog: ChangeLog

2001-10-12 02:45  tothwolf

	* src/: irccmp.h, match.c, modules.c, proto.h: * More
	  irccmp/irctoupper fixes

2001-10-11 21:30  changelog

	* ChangeLog: ChangeLog

2001-10-11 21:27  stdarg

	* src/: botnet.c, main.c, match.c, net.c, tcl.c, tclhash.c: Moved
	  some stuff from main.c to botnet.c (for modularizing botnet)
	  Changed irctoupper to _irctoupper in match.c (temporary fix, cuz
	  something is making it crash (I think irctoupper isn't
	  initialized or exported or something)) Added code to expand the
	  socket table when it's full.

2001-10-11 15:00  changelog

	* ChangeLog: ChangeLog

2001-10-11 14:38  tothwolf

	* src/patch.h: * Update patch.h

2001-10-11 13:30  changelog

	* ChangeLog: ChangeLog

2001-10-11 13:24  tothwolf

	* src/: Makefile.am, chanprog.c, flags.c, irccmp.c, irccmp.h,
	  match.c, match.h, misc.c, modules.c, proto.h, rfc1459.c,
	  userent.c, userrec.c, users.c: * rfc1459.c cleaned up and renamed
	  to irccmp.c * rfc_casecmp() renamed to irccmp() * rfc_ncasecmp()
	  renamed to ircncmp() * rfc_toupper() renamed to irctoupper() *
	  rfc_tolower() renamed to irctolower() * more match.c cleanups

2001-10-11 08:30  changelog

	* ChangeLog: ChangeLog

2001-10-11 08:01  tothwolf

	* src/: dns.c, eggdrop.h, net.c: * malloc_strcpy/realloc_strcpy
	  bugfixes

2001-10-11 07:00  changelog

	* ChangeLog: ChangeLog

2001-10-11 06:34  tothwolf

	* src/: botnet.c, cmds.c, dcc.c, dccutil.c, dns.c, eggdrop.h,
	  flags.c, misc.c, tcldcc.c, tclhash.c, userent.c: * Use calloc()
	  instead of malloc_memset macro

2001-10-10 14:00  changelog

	* ChangeLog: ChangeLog

2001-10-10 13:37  stdarg

	* src/: modules.c, tclhash.c, tclhash.h:
	  Got rid of the last remnants of H_dcc.

2001-10-10 13:00  changelog

	* ChangeLog: ChangeLog

2001-10-10 12:30  changelog

	* ChangeLog: ChangeLog

2001-10-10 11:00  changelog

	* ChangeLog: ChangeLog

2001-10-10 10:00  changelog

	* ChangeLog: ChangeLog

2001-10-10 09:50  tothwolf

	* acinclude.m4, configure.in, src/Makefile.am, src/dcc.c,
	  src/md5.c, src/md5.h, src/tclmisc.c: moved md5.c and md5.h from
	  src/md5/ to src/ added header files in src/ to src/Makefile.am
	  removed redundant egglib/libegg.la entry for eggdrop_LDADD fixed
	  -DEBUG_ASSERT typo in acinclude.m4

2001-10-10 08:30  changelog

	* ChangeLog: ChangeLog

2001-10-10 08:15  tothwolf

	* INSTALL, README, eggdrop.complete.conf, doc/compiling.FAQ,
	  doc/eggdrop.doc, doc/text-substitutions.doc, help/cmds1.help,
	  help/cmds2.help, help/core.help, scripts/CONTENTS,
	  scripts/compat.tcl, scripts/notes2.tcl, scripts/userinfo.tcl,
	  scripts/weed: documentation and misc updates from alpha tree

2001-10-10 06:00  changelog

	* ChangeLog: ChangeLog

2001-10-10 05:44  tothwolf

	* acinclude.m4, configure.in, src/Makefile.am, src/botnet.c,
	  src/chanprog.c, src/cmds.c, src/dcc.c, src/dccutil.c, src/dns.c,
	  src/dns.h, src/eggdrop.h, src/flags.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/proto.h, src/tcl.c, src/tcldcc.c, src/tclhash.c,
	  src/tclhash.h, src/tcluser.c, src/userent.c, src/userrec.c,
	  src/users.c, src/users.h: all expmem functions and support
	  removed all memory status/debugging code removed all #ifdef
	  DEBUG_MEM code removed

	  nmalloc macro/n_malloc function removed, use malloc() now
	  mod_malloc function removed my_strdup function removed, use
	  malloc_strcpy macro now channel_malloc removed, use malloc_memset
	  macro now n_malloc_null function removed, use malloc_memset macro
	  now user_malloc macro/_user_malloc function removed, use malloc()
	  now

	  nrealloc macro/n_realloc function removed, use realloc() now
	  mod_realloc function removed

	  nfree macro/n_free function removed, use free() now mod_free
	  function removed my_free macro removed, use free_null macro now
	  Tcl_Free compat macro now uses free() instead of removed n_free
	  function

	  malloc->strcpy now uses malloc_strcpy macro free(ptr);ptr=NULL;
	  now uses free_null macro malloc->bzero now uses malloc_memset
	  macro get_data_ptr macro/_get_data_ptr function removed, use
	  malloc_memset macro now

	  compat memcpy removed compat memset removed egg_memcpy/my_memcpy
	  misuse/mess changed to memcpy egg_bzero/bzero macro removed, use
	  memset() now

	  many uninitialized pointers now default to NULL

	  match.c is now compiled on it's own instead of being included
	  into tclhash.c match.c cleanup, removed broken/incomplete ircII
	  compat code wild_match macro removed, _wild_match function
	  renamed to wild_match wild_match_per function no longer declared
	  static added prototypes for wild_match and wild_match_per
	  functions

	  Major function/macro changes:   nmalloc -> malloc()	nrealloc ->
	  realloc()   nfree -> free()

	  Bugs found and fixed during audit:   buffer overflow in adduser()

	  Bugs fixed when code was removed:   typo in filedb3.c: EBUG_MEM
	  -> DEBUG_MEM	 extra egg_bzero call from filesys.c

2001-10-09 20:30  changelog

	* ChangeLog: ChangeLog

2001-10-09 20:20  ite

	* .cvsignore, ABOUT-NLS, AUTHORS, Makefile.am, Makefile.in,
	  acconfig.h, acinclude.m4, aclocal.m4, bootstrap, codeset.m4,
	  config.guess, config.sub, configure.in, disabled_modules,
	  gettext.m4, glibc21.m4, iconv.m4, isc-posix.m4, lcmessage.m4,
	  progtest.m4, doc/AUTHORS, intl/ChangeLog, intl/Makefile.in,
	  intl/VERSION, intl/bindtextdom.c, intl/config.charset,
	  intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c,
	  intl/dgettext.c, intl/dngettext.c, intl/explodename.c,
	  intl/finddomain.c, intl/gettext.c, intl/gettext.h,
	  intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c,
	  intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h,
	  intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c,
	  intl/locale.alias, intl/localealias.c, intl/ngettext.c,
	  intl/plural.c, intl/plural.y, intl/ref-add.sin, intl/ref-del.sin,
	  intl/textdomain.c, po/ChangeLog, po/Makefile.in.in,
	  po/eggdrop.pot, scripts/.cvsignore, scripts/Makefile.am,
	  scripts/Makefile.in, src/.cvsignore, src/Makefile.am,
	  src/Makefile.in, src/eggdrop.h, src/modules.c: * Refactored the
	  tree (especially src/modules.c) to use the libltdl   wrapper.
	  Modules are configured to be lt_dlopened or dl_preopened (if
	  the system doesn't support shared libraries).  * Should compile
	  modules on more SunOs environments and on Beos too.  *
	  Libtoolized the package: modules and internal libraries build
	  system   more protable than ever.  * Wiped out old makefiles in
	  favour of automake and Makefile.am's	 files.  * Misc cleanups.
	  * Updated bootstrap script * Moved doc/AUTHORS to ./AUTHORS *
	  Updated config.guess and config.sub * Changed misc/ to ./
	  temporairly * Got rid of misc/modconfig, and more in general of
	  the old module   configuration stuff, in favor of an incoming
	  ./configure parametrized   choice.  * Moved configure macros from
	  aclocal.m4 to acinclude.m4 since aclocal.m4	is now generated by
	  aclocal on bootstrap.  * Removed no more necessary macros like
	  EGG_EXEEXT because of   libltdl+automake power ;P * Removed
	  EGG_CHECK_LIBSAFE_SSCANF macro that wasn't necessary anymore
	  after gettext support.  * Added preliminary EGG_DEBUG_OPTIONS
	  macro.  * Heavily stripped EGG_CHECK_OS macro and got rid of some
	  system   specific defines that were dead because of libltdl.	*
	  Updated .cvsignore files.  * Improved make dist target.  * make
	  static is gone in favor of ./configure --disable-shared.  * make
	  debug is gone in favor of future ./configure --with-debug
	  options.  * Others targets are gone in favor of more GNU standard
	  targets.  * Updated po/eggdrop.pot.  # Egglib is now compiled and
	  linked in the core.  * Moved compress.mod's specific configure
	  macros to the top configure script.  * Switched to gettext
	  0.10.40 and pre-gettextized the devel tree.

2001-10-09 08:00  changelog

	* ChangeLog: ChangeLog

2001-10-09 07:42  tothwolf

	* src/tclhash.h: Added missing prototypes for init_bind2 and
	  kill_bind2 to tclhash.h

2001-10-09 02:00  changelog

	* ChangeLog: ChangeLog

2001-10-09 01:59  stdarg

	* doc/howto/setudef.txt:
	  Sample code for user-defined channel settings

2001-10-06 23:30  changelog

	* ChangeLog: ChangeLog

2001-10-06 23:02  stdarg

	* src/: botcmd.c, botnet.c, cmds.c, dccutil.c, tclhash.c,
	  tclhash.h:
	  Got rid of bind tables in the exported irc function table.
	  They're not used anywhere in the core or other normal modules.
	  Other people should use find_bind_table(), not #define's.  Got
	  rid of H_* bind tables in irc module. All are BT_* now.
	  Integrated the new bind tables in with the normal bind/unbind
	  command.  Made tcl callbacks work with the normal data types
	  (string, int, user (handle)).  Got rid of old bind tables in
	  server.mod Made ctcp.mod use the new bind tables.  Wrote down
	  most of the stuff I did so that ITE could see a detailed report
	  :) hehe (although I have a feeling I've left something out)

2001-10-04 23:30  changelog

	* ChangeLog: ChangeLog

2001-10-04 23:28  guppy

	* src/cmds.c: lets try to keep the same messages that make eggdrop
	  the classic it is

2001-10-04 17:30  changelog

	* ChangeLog: ChangeLog

2001-10-04 17:15  stdarg

	* src/dcc.c:
	  Little potential problem I saw.

2001-10-04 17:00  changelog

	* ChangeLog: ChangeLog

2001-10-04 16:37  stdarg

	* src/: cmds.c, dcc.c, tcldcc.c, tclhash.c:
	  Fixed the quit command to make it an actual dcc command, not a
	  special thing in dcc.c.

2001-10-03 11:00  changelog

	* ChangeLog: ChangeLog

2001-09-29 23:30  changelog

	* ChangeLog: ChangeLog

2001-09-29 23:27  stdarg

	* src/: tclhash.c, tclhash.h:
	  The new bind tables seem to be working pretty well. This patch
	  mainly creates a new dcc bind table and moves the core built-ins
	  to that table.  The behavior of the new table is a little
	  different than the old one (for now).

2001-09-27 22:30  changelog

	* ChangeLog: ChangeLog

2001-09-27 22:15  stdarg

	* src/: botcmd.c, botnet.c, dcc.c, dccutil.c, main.c, modules.c,
	  tcldcc.c, tclhash.c, tclhash.h:

	  This is a big patch! Created several new bind tables (raw, msg,
	  msgm, pub, pubm) to see how it would work. Seems to work well so
	  far, although there could be bugs.  Added most of the new
	  important bind table functions to the global table.

2001-09-27 22:00  changelog

	* ChangeLog: ChangeLog

2001-09-27 21:52  poptix

	* src/patch.h:
	  Someone put a ! in place of a -, .kickban didn't work correctly.

2001-09-27 14:00  changelog

	* ChangeLog: ChangeLog

2001-09-20 15:00  changelog

	* ChangeLog: ChangeLog

2001-09-20 14:50  stdarg

	* src/: main.c, tcl.c, tclhash.c, tclhash.h:
	  STill removing tcl from the bind table.  Created first non-tcl
	  bind entry ("event") and bind2/unbind2.

2001-08-29 14:30  changelog

	* ChangeLog: ChangeLog

2001-08-27 21:00  changelog

	* ChangeLog: ChangeLog

2001-08-27 20:41  ite

	* po/eggdrop.pot: synched eggdrop.pot with latest string changes.

2001-08-27 20:37  ite

	* po/ChangeLog: Removed an unneeded entry from po/ChangeLog

2001-08-27 20:33  ite

	* po/ChangeLog, src/cmds.c: Some gettext's cleanups to strings in
	  src/cmds.c

2001-08-27 19:00  changelog

	* ChangeLog: ChangeLog

2001-08-27 18:31  poptix

	* doc/tcl-commands.doc:

	  Submit these patches seperately, slipping in things with other
	  patches is evil, besides we haven't decided on the GO command
	  yet.

2001-08-27 18:30  changelog

	* ChangeLog: ChangeLog

2001-08-27 18:25  poptix

	* scripts/userinfo.tcl:
	  updated userinfo.tcl

2001-08-27 18:14  poptix

	* src/: cmds.c, patch.h:
	  PATCH: cmd_boot.patch

	  Fix boots with people that have full length HANDLEN

2001-08-27 18:06  poptix

	* src/patch.h:
	  PATCH: ctcp2help.patch

	  By BarkerJr, send CTCP replies to the help queue instead of the
	  server queue

2001-08-25 23:00  changelog

	* ChangeLog: ChangeLog

2001-08-25 22:52  stdarg

	* src/: tclhash.c, tclhash.h:
	  Continuing with new check_bind function.

2001-08-25 22:30  changelog

	* ChangeLog: ChangeLog

2001-08-25 22:16  stdarg

	* src/flags.c:
	  Added information about return values so people don't have to
	  trace through the code.

2001-08-25 16:00  changelog

	* ChangeLog: ChangeLog

2001-08-25 15:42  stdarg

	* doc/tcl-commands.doc:
	  I added the documentation for user-defined string settings and
	  the channel get command. And I created a howto/ directory so we
	  can put in proper programming examples. I'm not sure it's showing
	  up in this commit though.

2001-08-25 03:00  changelog

	* ChangeLog: ChangeLog

2001-08-25 02:47  stdarg

	* src/tclhash.c:
	  Progress getting rid of tcl dependencies. Should build fine, with
	  a couple warnings.

2001-08-24 22:00  changelog

	* ChangeLog: ChangeLog

2001-08-24 21:43  ite

	* src/Makefile.in: Defined a variable in Makefile.in needed for the
	  link with the non system install gexttext.

2001-08-24 15:00  changelog

	* ChangeLog: ChangeLog

2001-08-24 14:54  stdarg

	* src/tclhash.c:
	  Ahh, some more fixes, should be fine now except for "defined but
	  not used" errors.

2001-08-24 14:46  stdarg

	* src/: tclhash.c, tclhash.h:
	  Fixed some stuff and added some more.

2001-08-23 20:30  changelog

	* ChangeLog: ChangeLog

2001-08-23 20:07  stdarg

	* src/: tclhash.c, tclhash.h:
	  Some more changes... haven't deleted anything yet, so it should
	  all still compile. :)

2001-08-23 18:30  changelog

	* ChangeLog: ChangeLog

2001-08-23 18:15  stdarg

	* src/tclhash.h:
	  Making way for tcl-less bind tables.

2001-08-22 23:30  changelog

	* ChangeLog: ChangeLog

2001-08-22 22:30  changelog

	* ChangeLog: ChangeLog

2001-08-22 22:19  stdarg

	* src/chan.h:

	  Changed some stuff around to make some flags positive instead of
	  negative.

2001-08-22 20:00  changelog

	* ChangeLog: ChangeLog

2001-08-22 19:39  poptix

	* src/patch.h: [no log message]

2001-08-22 19:00  changelog

	* ChangeLog: ChangeLog

2001-08-21 20:00  changelog

	* ChangeLog: ChangeLog

2001-08-21 19:41  ite

	* aclocal.m4: aclocal.m4's macros are now automake2.50 compatible

2001-08-21 17:30  changelog

	* ChangeLog: ChangeLog

2001-08-21 15:30  changelog

	* ChangeLog: ChangeLog

2001-08-21 15:00  sup

	* doc/tcl-commands.doc: Removed the GO command and added
	  need-cycle.

2001-08-20 19:30  changelog

	* ChangeLog: ChangeLog

2001-08-20 19:21  ite

	* .cvsignore, Makefile.in, acconfig.h, aclocal.m4, bootstrap,
	  configure.in, po/.cvsignore, po/ChangeLog, po/POTFILES.in,
	  po/eggdrop.pot, po/update.pl, src/Makefile.in, src/eggdrop.h,
	  src/main.c: Gettext phase 2: * Replced dummy _() define with the
	  real one and added language domain binding   code.  * added
	  gettext's related m4 macros to aclocal * added misc/config.guess
	  and misc/config.sub system detection scripts * added the po
	  subdirectory containing:   - eggdrop.pot: the template
	  translation file.    - POTFILES.in: a list of the source files
	  containing _("") macros    - update.pl: a small perl script to
	  generate eggdrop.pot from the sources      and to update existing
	  translation files (*.po)    - ChangeLog: list of changes in that
	  directory.  * added VERSION and VERSION_NUM (replacing
	  EGG_VERSION and EGG_VERSION_NUM)   defines for versioning
	  information. The version (+patch excepted) now changes   by just
	  editing an entry in top of configure.in.  * removed
	  EGG_VERSION_MAX and EGGDROP_VERSION_MIN C macros that wheren't
	  used	 anywhere.  * Modified bootstrap script * added and and
	  modified .cvsignore files

2001-08-19 04:30  changelog

	* ChangeLog: ChangeLog

2001-08-19 04:08  poptix

	* src/patch.h:

	  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 04:00  changelog

	* ChangeLog: ChangeLog

2001-08-19 03:49  stdarg

	* doc/tcl-commands.doc:
	  Changed <arg> to <rest> in the binding part so that people won't
	  be tempted to name it "args"

2001-08-19 03:42  poptix

	* doc/tcl-commands.doc:

	  doc fixes for SIGN

2001-08-18 22:00  changelog

	* ChangeLog: ChangeLog

2001-08-18 21:49  drummer

	* src/: net.c, proto.h: Removed unused hostnamefromip()

2001-08-18 21:36  drummer

	* eggdrop.complete.conf, doc/settings/core.settings,
	  doc/settings/mod.dns, help/core.help, src/modules.c, src/net.c,
	  src/tcl.c, src/tclmisc.c: Removed my-hostname. Cache local ipv4
	  address. Updated docs. FIXME for tcl_getmyip6(). Cleanups for
	  channel.mod.

2001-08-18 21:30  changelog

	* ChangeLog: ChangeLog

2001-08-18 21:24  drummer

	* aclocal.m4, src/net.c: Small changes to ipv6 detection to fail on
	  cygwin

2001-08-18 14:00  changelog

	* ChangeLog: ChangeLog

2001-08-17 01:00  changelog

	* ChangeLog: ChangeLog

2001-08-17 00:35  guppy

	* src/: dcc.c, tclmisc.c: Small change to how we send USER again --
	  since hostname/servername are ignored, send dots in their place
	  as do most other clients .. don't have to worry about them using
	  this method to detect us really. Also I changed our md5 routines
	  from ones by RSA to ones by Solar Designer -- they are smaller
	  and more efficient -- and public domain.

2001-08-16 08:30  changelog

	* ChangeLog: ChangeLog

2001-08-16 08:27  drummer

	* src/mem.c: fixed bad MAX_MEM in mem.c

2001-08-15 12:13  changelog

	* ChangeLog: ChangeLog

2001-08-15 12:11  guppy

	* .cvsignore: Lets put ChangeLog into .cvsignore shall we

2001-08-15 12:09  guppy

	* ChangeLog, src/chanprog.c, src/cmds.c, src/proto.h: Cleaned up
	  cmd_uptime and cmd_botinfo a bit -- started doing some more dummy
	  _(text) ... that is gonna take alot of work to totally finish
	  that

2001-08-15 01:30  changelog

	* ChangeLog: ChangeLog

2001-08-15 01:13  ite

	* .cvsignore: Added more entries in .cvsignore files.

2001-08-14 14:00  changelog

	* ChangeLog: ChangeLog

2001-08-14 13:30  guppy

	* text/: banner, motd: Lets remove version numbers from motd/banner
	  since when we upgrade bots we do not overwrite these files
	  normally and they can get dated when people move between series
	  and do not upgrade their motd/banner .. I am one of these people.

2001-08-14 13:30  changelog

	* ChangeLog: ChangeLog

2001-08-14 12:00  changelog

	* ChangeLog: ChangeLog

2001-08-14 10:54  changelog

	* ChangeLog: ChangeLog

2001-08-14 10:49  changelog

	* ChangeLog: ChangeLog

2001-08-13 18:38  ite

	* bootstrap: Added executable bootstrap.

2001-08-13 18:36  ite

	* bootstrap: Removed non executable bootstrap.

2001-08-13 17:51  ite

	* .cvsignore, doc/.cvsignore, scripts/.cvsignore, src/.cvsignore:
	  Added .cvsignore files to ease committer's life.

2001-08-13 16:50  ite

	* config.h.in, configure: Removed needless config stuff. See
	  previous patch.

2001-08-13 16:41  ite

	* bootstrap: Added missing bootstrap script from the prevoius
	  patch.

2001-08-13 16:39  ite

	* INSTALL, Makefile.in, acconfig.h: * Created bootstrap script that
	  runs the various autotools with a single command.  * Removed
	  configure scripts and *config.h.in files from the tree.  *
	  Modified distclean targets to remove the above files too.  *
	  Updated the INSTALL file with the bootstrap step in the
	  installation process description.

2001-08-13 15:47  guppy

	* CONTENTS, Makefile.in, aclocal.m4, configure,
	  eggdrop.complete.conf, doc/Makefile.in, doc/eggdrop.doc,
	  doc/tricks, doc/settings/CONTENTS, doc/settings/contents,
	  doc/settings/core.settings, help/core.help, src/Makefile.in,
	  src/eggdrop.h, src/lang.h, src/language.c, src/main.c,
	  src/main.h, src/mem.c, src/modules.c, src/proto.h: Good bye
	  language.c, lang.h, we knew you so well yet hated you

2001-08-13 14:22  guppy

	* scripts/compat.tcl, src/tcluser.c: Removed matchchanattr from the
	  core and made a compat tcl proc

2001-08-13 14:12  guppy

	* FEATURES, INSTALL, eggdrop.complete.conf, eggdrop.simple.conf,
	  doc/MODULES, doc/settings/contents, doc/settings/core.settings,
	  doc/settings/mod.channel, doc/settings/mod.woobie,
	  help/core.help, src/chan.h: Removed more references to seen.mod
	  and wire.mod

2001-08-13 12:24  guppy

	* eggdrop.complete.conf, eggdrop.simple.conf,
	  doc/settings/mod.blowfish, src/tclmisc.c: removed checkmodule ..
	  it the same as loadmodule basically, loadmodule blowfish behaves
	  the same as checkmodule blowfish on startup and restart -- if
	  someone can tell me otherwise, I'll revert this patch

2001-08-13 11:52  guppy

	* src/: chanprog.c, main.c: Cleaned up the output of .status
	  inregards to TCL ...

	  Instead of showing:

	  Using Tcl library: /usr/local/lib/tcl8.3 Tcl version: 8.3 (header
	  version 8.3) Tcl patchlevel: 8.3.3 (header patchlevel 8.3.3) TCL
	  isn't threaded

	  We now show:

	  Tcl library: /usr/lib/tcl8.3 Tcl version: 8.3.2 (header version
	  8.3.2)

	  and is TCL is threaded:

	  Tcl library: /usr/lib/tcl8.3 Tcl version: 8.3.2 (header version
	  8.3.2) Tcl is threaded

	  Do we even need to show the header version?

2001-08-13 11:21  guppy

	* eggdrop.complete.conf, doc/settings/core.settings, src/dcc.c,
	  src/misc.c, src/proto.h, src/tcl.c: removed use-telnet-banner
	  (useless option), renamed show_banner to show_telnet_banner,
	  updated the docs a bit for telnet-banner, got rid of a message in
	  show_motd when the motd wasn't a regular text file (is it really
	  needed? someone comment) and a minor speed improved in
	  show_motd/show_telnet_banner .. we dont have to lookup the user
	  if the opening of the files failed .. do it after we know we can
	  read the file.

2001-08-13 09:51  guppy

	* eggdrop.complete.conf, doc/settings/core.settings, src/modules.c,
	  src/net.c, src/proto.h, src/tcl.c: Removed dcc-sanitycheck since
	  it was half commented out as "FIXME" -- also, in the day and age
	  of IRC bouncers and socks5 connections, etc .. more and more
	  people are hiding behind another machine and this setting
	  wouldn't allow them to dcc chat into bots if turned on. As for
	  security concerns with people being able to redirect a bot to
	  connect elsewhere .. they cannot redirect the bot to connect to a
	  port below 1024 -- dw had a suggestion ... if the ip being sent
	  in the dcc is known, let them dcc chat into the bot .. I like
	  this suggestion, what about the others?

2001-08-13 09:17  guppy

	* eggdrop.complete.conf, doc/settings/core.settings, src/dcc.c,
	  src/modules.c, src/tcl.c: Removed dcc-portrange since it was a
	  stupid setting (good idea of course) and the values 1024 and
	  65535 are now hardcoded as the portrange .. anything below 1024
	  shouldn't be used for dcc and of course, anything over 65535
	  isn't even a port. Once we have our #include file mess cleaned up
	  we should think about changing these values to #define's .. maybe
	  and its a big maybe.

2001-08-12 22:58  guppy

	* eggdrop.complete.conf, doc/settings/mod.server: well, servlimit
	  is now gone also .. this is another feature that was made useless
	  years ago and should have been removed years ago

2001-08-12 22:08  guppy

	* eggdrop.advanced.conf: Sorry, forgot to remove
	  eggdrop.advanced.conf -- we shouldn't give Canadians commit
	  access

2001-08-12 22:05  guppy

	* CONTENTS, Makefile.in, NEWS, eggdrop.complete.conf,
	  eggdrop.simple.conf, doc/eggdrop.doc, doc/tcl-commands.doc,
	  doc/settings/core.settings, doc/settings/mod.channel,
	  doc/settings/mod.server, src/chan.h: PATCH:
	  clean_leftover_features About time these got removed since we
	  have better replacements for them ... scripters will hate us at
	  first then love us

2001-08-11 22:09  guppy

	* doc/Makefile.in: lets not try to install UPDATES1.7 since we dont
	  have one (found by Webbie)

2001-08-11 03:22  guppy

	* doc/AUTHORS: ITE! We now know you

2001-08-11 02:29  guppy

	* ChangeLog, doc/UPDATES1.6, doc/tcl-commands.doc,
	  scripts/getops.tcl, src/patch.h: sync'd 1.7 to 1.6 ... also, I
	  modifed the ChangeLog ... gonna try again to get that stupid
	  thing atuomated -- if anyone has any hints or scripts for it,
	  tell me

2001-08-10 18:51  ite

	* Makefile.in, src/bg.c, 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/lang.h, src/main.c, src/misc.c, src/modules.c,
	  src/tcldcc.c, src/tclhash.c, src/tclmisc.c, src/userrec.c,
	  src/users.c: Gettext phase 1: created a dummy _() macro, replaced
	  old get_lang #defines with the respective string entries in
	  english.*.lang and removed them.

2001-08-08 23:07  guppy

	* src/patch.h: oops, I guess I should faithfully use addpatch eh?

2001-08-08 23:06  guppy

	* aclocal.m4, configure: PATCH: cygwinsharedtcl1 -- added Kirben's
	  patch to sync upto 1.6

2001-08-08 23:05  guppy

	* doc/UPDATES1.6: updated doc/UPDATES1.6 to be in sync with 1.6

2001-08-08 12:49  guppy

	* ChangeLog: started playing with the ChangeLog and I'm gonna
	  crontab it to run automatically, the format I am using is
	  ./cvs2cl.pl -U ../CVSROOT/usermap --fsf --gmt, I like the usermap
	  file since it converts our usernames into realnames

2001-08-08 09:06  drummer

	* src/net.c: reversing something that should not be there

2001-08-08 08:47  drummer

	* aclocal.m4, configure: autoenabling IPv6 if supported

2001-08-08 08:45  drummer

	* src/net.c: byteorder problem

2001-08-07 09:15  poptix

	* ChangeLog:
	  Look! it's a changelog..

2001-08-07 08:57  poptix

	* src/patch.h:
	  PATCH: helppatch.diff

2001-08-07 08:49  poptix

	* src/: botnet.c, patch.h:
	  PATCH: nice_whom.patch

2001-08-07 08:48  poptix

	* src/patch.h:
	  PATCH: dalupd

2001-08-01 14:00  drummer

	* aclocal.m4, configure: ipv6support detection fix for freebsd

2001-08-01 11:31  drummer

	* src/net.c: freebsd warnings part2

2001-07-31 11:40  guppy

	* doc/UPDATES1.6, src/cmds.c, src/main.c, src/misc.c,
	  src/modules.c, src/patch.h, src/proto.h, src/tclmisc.c: sync'd
	  1.7 to the latest 1.6

2001-07-29 14:43  drummer

	* Makefile.in, aclocal.m4, configure, configure.in,
	  src/Makefile.in: autoconf, Makefile, compat/ changes

2001-07-26 19:46  drummer

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.in,
	  src/net.c: adns and eggdrop configure merge

2001-07-26 17:59  poptix

	* doc/BUG-REPORT, doc/patch.howto, doc/text-substitutions.doc,
	  text/banner, text/motd:

	  Some 1.6->1.7 updates, including a pretty new banner in
	  motd/banner =)

2001-07-26 17:58  poptix

	* doc/settings/: mod.seen, mod.wire:
	  Finished guppy's seen/wire cleanup.

2001-07-26 12:05  drummer

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.in,
	  eggdrop.advanced.conf, eggdrop.complete.conf,
	  eggdrop.simple.conf: ipv6 stuff

2001-07-26 12:04  drummer

	* src/: Makefile.in, botnet.c, cmds.c, dcc.c, dccutil.c, dns.c,
	  dns.h, eggdrop.h, main.c, modules.c, net.c, proto.h, tcl.c,
	  tcldcc.c, tclmisc.c, tcluser.c, userent.c: added adns dir

2001-07-26 12:02  guppy

	* disabled_modules: removed dns.mod since we are moving to using
	  adns

2001-07-25 23:07  guppy

	* aclocal.m4, configure, doc/UPDATES1.6, src/patch.h, src/tcl.c,
	  src/tclegg.h, src/tclmisc.c: sync'd the lastest 1.6 cvs w/ 1.7

2001-07-24 23:21  guppy

	* disabled_modules, doc/CONTENTS, doc/Makefile.in,
	  doc/UPDATES.pre1.5, doc/UPDATES1.5, src/main.c, src/patch.h: what
	  will the future hold fellow eggdevers! seen and wire are disabled
	  ... shall we remove them and replace in the future with better? I
	  think so.

2001-07-24 16:50  guppy

	* src/patch.h: doh, I forgot to commit the changed configure :P~

2001-07-24 10:11  guppy

	* doc/AUTHORS, src/patch.h: go Kirben, go Kirben, its your birthday

2001-07-24 10:08  guppy

	* doc/UPDATES1.6, src/patch.h: here is Kirben's bind82.patch
	  applied

2001-07-24 10:02  guppy

	* doc/UPDATES1.6, src/patch.h: yay dw, .. that Vodka helps

2001-07-24 09:48  guppy

	* doc/UPDATES1.6, src/patch.h: let me strike down thee olde ircd

2001-07-24 09:43  guppy

	* aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: QNX? don't
	  banks use that

2001-07-24 09:32  guppy

	* doc/UPDATES1.6, src/net.c, src/patch.h: dang those mismatches ...
	  yay stdarg

2001-07-24 09:22  guppy

	* doc/UPDATES1.6, src/modules.c, src/patch.h: a typo hunting we
	  shall go ... yay Kirben

2001-07-24 09:19  guppy

	* doc/MODULES, doc/UPDATES1.6, doc/tcl-commands.doc,
	  help/cmds2.help, src/cmds.c, src/main.c, src/patch.h,
	  src/tclmisc.c: I thought about doing this years ago .. glad
	  someone did it :P~

2001-07-24 09:09  guppy

	* doc/UPDATES1.6, src/patch.h, src/tclhash.c: well, we know unicode
	  support will work one day :P~

2001-07-24 09:05  guppy

	* src/: main.c, patch.h: go go gadget mobile .. lets do lots of
	  work today on eggdrop

2001-07-21 01:53  guppy

	* src/main.c: forgot main.c ..

2001-07-21 01: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 09:12  guppy

	* INSTALL, README, doc/UPDATES1.6, src/patch.h: applied Paladin's
	  doc updates patch

2001-07-17 14:53  guppy

	* doc/UPDATES1.6, src/patch.h: here is ITE's expore_define_fix

2001-07-16 09:59  guppy

	* doc/UPDATES1.6, src/patch.h, src/users.c: added drummer's
	  delignore patch

2001-07-16 09:54  guppy

	* src/: misc.c, modules.c, proto.h: oops, I should apply the patch
	  too I guess

2001-07-16 09:53  guppy

	* doc/UPDATES1.6, src/patch.h: applied drummer's patch to get rid
	  of remove_gunk

2001-07-16 00:14  guppy

	* doc/UPDATES1.6, src/patch.h, src/userrec.c: fixed a tiny buffer
	  overflow in cmd_whois ..

2001-07-15 00: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-15 00:15  guppy

	* doc/UPDATES1.6, src/main.c, src/patch.h: here is 1.6.6 ...

2001-07-14 07: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 07: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 10:57  guppy

	* doc/UPDATES1.6: applied Fabian's modconfig patch ... should I
	  release 1.6.5 tomorrow? all signs point to yes

2001-07-06 20:49  tothwolf

	* configure, configure.in, doc/UPDATES1.6: std_args.h check was
	  missing from configure

2001-07-06 11:38  guppy

	* src/patch.h: Sorry about this bug ... newbies shouldn't use
	  linked lists :)

2001-07-06 11:36  guppy

	* doc/UPDATES1.6, src/patch.h: here is the limitlegacy patch ...
	  eggdrop had some funny hacks

2001-07-05 23:48  guppy

	* doc/UPDATES1.6, src/patch.h: couple of fixes to /msg commands

2001-07-05 17:19  guppy

	* src/main.c: two unalligned colons in the debug code

2001-07-04 14:27  poptix

	* doc/UPDATES1.6, src/patch.h:

	  ctcr fix

2001-07-03 11:47  guppy

	* aclocal.m4, configure, src/patch.h: Tothwolf's patch to fix his
	  aclocal.m4 patch

2001-07-03 11:46  guppy

	* src/: cmds.c, patch.h: BAD POPTIX. BAD.

2001-07-02 20:52  poptix

	* doc/UPDATES1.6:
	  guppy's wiremod.diff, check encrypt mod before trying to load

2001-07-02 20:33  poptix

	* doc/UPDATES1.6, src/cmds.c:

	  isowner.patch by me!

2001-07-02 11:39  guppy

	* src/patch.h: oops, forgot patch.h

2001-07-02 11:39  guppy

	* doc/UPDATES1.6: committed an old patch of dw's that I and others
	  think is useful

2001-07-01 02: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 02:06  guppy

	* README, doc/UPDATES1.6, src/patch.h, text/motd: added Sup's
	  inactive patch

2001-06-30 09:51  guppy

	* src/patch.h: 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 01:34  guppy

	* doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h: my haschanrec
	  patch

2001-06-30 01:33  guppy

	* doc/UPDATES1.6, src/patch.h: Sup's shareflood fix ... would some
	  people please test this on irncet and such ...

2001-06-30 01: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: here are
	  my cleanup patches ...

2001-06-29 08:58  guppy

	* configure, configure.in, doc/UPDATES1.6, scripts/getops.tcl:
	  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-29 00: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 14:21  guppy

	* doc/UPDATES1.6, help/cmds1.help, src/cmds.c, src/net.c,
	  src/patch.h: here is my small fixes patch

2001-06-28 14:10  guppy

	* src/patch.h: oops forget addpatch

2001-06-28 14:06  guppy

	* aclocal.m4, configure, doc/UPDATES1.6: Kirben's binary patch for
	  Cygwin

2001-06-28 14:04  guppy

	* doc/UPDATES1.6, src/patch.h: Kirben's compiler patch (affects
	  both unix and cygwin actually)

2001-06-28 14:01  guppy

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6,
	  doc/settings/mod.server, src/patch.h: Sup's channels fix patch

2001-06-25 16: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 16:17  guppy

	* src/patch.h: Kirben's cygwin bind patch .. I'm redoing his cygwin
	  pthreads one currently

2001-06-24 23: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 15:50  poptix

	* doc/UPDATES1.6, src/patch.h:
	  logging fix, extraneous \n's by G`Quann/Florian

2001-06-24 15:49  poptix

	* doc/UPDATES1.6, src/modules.c, src/net.c, src/patch.h,
	  src/proto.h:
	  florian's 'netstuff' patch.

2001-06-24 15:42  poptix

	* src/patch.h:
	  ITE's new patch for msg key invite etc

2001-06-24 15:37  poptix

	* aclocal.m4:

	  jeff's tbuf patch

2001-06-22 00:52  guppy

	* aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: here is that
	  pthreads patch with the changes tothwolf talked about

2001-06-22 00: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 23:01  guppy

	* configure: poptix forgot to run autoconf <g>

2001-06-20 20:21  poptix

	* doc/UPDATES1.6:

	  blech.

2001-06-20 20:15  poptix

	* doc/UPDATES1.6, src/patch.h:
	  Boo hoo, fix my name or i'll cry..

2001-06-20 10:57  guppy

	* doc/UPDATES1.6: fixed

2001-06-20 09:53  poptix

	* doc/UPDATES1.6, src/main.c, src/patch.h:

	  Increase the random-ness of rand()

2001-06-20 09:50  poptix

	* doc/UPDATES1.6, help/cmds2.help, src/cmds.c, src/patch.h:
	  Sup's .whoami patch

2001-06-20 09: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 09:44  poptix

	* aclocal.m4, doc/UPDATES1.6, src/main.c, src/patch.h:
	  Cygwin32 Fixes

2001-06-17 09:09  poptix

	* doc/UPDATES1.6, src/cmds.c, src/patch.h:
	  cleanup, removal of userfix.patch, yawn..

2001-06-15 20:36  poptix

	* doc/UPDATES1.6, src/cmds.c, src/patch.h:
	  Noyga's default-flags in .+user fix

2001-06-15 20: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-15 00:31  tothwolf

	* scripts/alltools.tcl: [no log message]

2001-06-14 07:52  poptix

	* scripts/alltools.tcl: [no log message]

2001-06-14 07:39  poptix

	* doc/UPDATES1.6, src/patch.h: [no log message]

2001-06-13 19:19  tothwolf

	* scripts/alltools.tcl: added a few more explicit returns

2001-06-13 19:15  tothwolf

	* scripts/alltools.tcl: updated/modified several commands

2001-06-10 21:45  poptix

	* eggdrop.advanced.conf, eggdrop.complete.conf,
	  eggdrop.simple.conf:

	  uptime.mod commit 2 of 3

2001-06-09 19:11  poptix

	* doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h:
	  filesys memleak fixed, setflags allows flags/channel now like it
	  claimed to.

2001-06-08 12: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 02:00  poptix

	* src/patch.h:
	  Boo! updating patch.h with the addpatch script to show the last
	  patch I applied.

2001-06-06 17:49  tothwolf

	* doc/tcl-commands.doc: ignorelist entry was slightly wrong

2001-06-06 17:34  tothwolf

	* src/patch.h: [no log message]

2001-06-06 16:35  poptix

	* doc/UPDATES1.6, src/tcluser.c:
	  Sup's ignorelist patch.

2001-06-06 08:20  poptix

	* doc/UPDATES1.6, help/core.help:
		  .info locking fix, add .info to .help

2001-06-04 18:41  tothwolf

	* doc/: UPDATES1.6, tcl-commands.doc:
	  additions/clarifications to tcl-commands.doc

2001-06-01 17:07  poptix

	* doc/UPDATES1.6, scripts/getops.tcl: [no log message]

2001-06-01 17: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 17:00  guppy

	* src/: misc.c, patch.h: small cleanup in misc.c by Eugene

2001-06-01 16:56  guppy

	* doc/UPDATES1.6, doc/tcl-commands.doc, src/main.c, src/patch.h:
	  new evnt: loaded

2001-05-25 06:09  poptix

	* doc/UPDATES1.6:

	  Update for last 2 patches (mkdir, server var problems)

2001-05-23 02:00  poptix

	* scripts/getops.tcl:

	  Added my email address, actually testing cvs, guppy says I have
	  write acces CVS says otherwise...

2001-05-19 19:25  guppy

	* eggdrop.advanced.conf, eggdrop.complete.conf,
	  eggdrop.simple.conf, doc/BUG-REPORT, doc/UPDATES1.6,
	  doc/eggdrop.doc, src/cmds.c, src/main.c, src/patch.h: oops, after
	  a few hours I finally remembered to commit this

2001-05-19 17: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 17:46  guppy

	* README, doc/UPDATES1.6, src/patch.h: ooo dns.mod now too :P~

2001-05-18 17:35  guppy

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6,
	  doc/settings/mod.server, src/patch.h: ooo legacy code

2001-05-14 11:17  guppy

	* doc/UPDATES1.6, src/patch.h, src/tcldcc.c, src/tclmisc.c,
	  src/tcluser.c: Come on september

2001-05-12 15:50  guppy

	* doc/UPDATES1.6, src/dcc.c, src/patch.h: TaKeDa's patch is now
	  commited

2001-05-12 15:48  guppy

	* doc/UPDATES1.6, src/patch.h: small small fix to msgm

2001-04-25 22:41  guppy

	* README, doc/UPDATES1.6, src/patch.h, text/motd: applied Sup's
	  helpchans patch

2001-04-25 22:38  guppy

	* doc/UPDATES1.6, src/patch.h: applied Eule's patch to save us some
	  cpu

2001-04-18 23:49  guppy

	* doc/UPDATES1.6, src/patch.h: added a few more patches...

2001-04-18 23: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 17:27  guppy

	* doc/UPDATES1.6, src/main.c, src/patch.h: yay, 1.6.5

2001-04-13 14:26  guppy

	* src/: main.c, patch.h: added Sup's write_debug patch

2001-04-13 14:25  guppy

	* doc/UPDATES1.6, src/patch.h: more typos and more German
	  translations have been added

2001-04-13 14: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 01:33  guppy

	* doc/UPDATES1.6, src/patch.h, src/users.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 01:22  guppy

	* doc/UPDATES1.6, src/patch.h: Added some German translations and a
	  German notes language file

2001-04-11 21:44  guppy

	* config.h.in, configure, configure.in, doc/UPDATES1.6,
	  src/misc_file.c, src/patch.h: yay, how close are we to releasing
	  1.6.4 now?

2001-04-11 21:41  guppy

	* doc/UPDATES1.6, src/patch.h: here is Krome's .-noteign patch ...
	  yay

2001-04-11 21:39  guppy

	* FEATURES, INSTALL, NEWS, README, doc/AUTHORS, doc/UPDATES1.6,
	  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, text/banner, text/motd: lets update the copyright
	  info for 2001 k? :P~

2001-04-07 14:36  guppy

	* doc/UPDATES1.6, src/patch.h: fixed Krome's modes per line bug
	  finally, modes-per-line 3 now works

2001-04-06 17:39  guppy

	* doc/UPDATES1.6, src/tclhash.c: fixed a channel add bug

2001-04-06 17:31  guppy

	* doc/UPDATES1.6, scripts/ques5.tcl, src/patch.h: added a small
	  typo patch

2001-04-06 17:29  guppy

	* aclocal.m4, configure, doc/UPDATES1.6, src/patch.h: applied
	  nakee's solaris compile fix

2001-04-06 17: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: applied
	  Zart's patch to make the unicode shit handle tcl version > 9

2001-04-02 17: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 12:42  guppy

	* doc/UPDATES1.6, src/main.c, src/patch.h: applied kirben's cygwin
	  patch

2001-04-01 11: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:
	  here is wingman's bug fix, yay

2001-03-17 17:25  guppy

	* doc/UPDATES1.6: per's patch for .stick

2001-03-17 17:20  guppy

	* doc/KNOWN-PROBLEMS, 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: 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: 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: 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: 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: jason's shareexpire patch

2001-02-24 14:08  guppy

	* doc/UPDATES1.6, 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:
	  Reversed putkickall patch

2001-02-11 11:57  guppy

	* doc/UPDATES1.6, src/patch.h: finally, msg_hello is fixed <g>

2001-02-11 11:55  guppy

	* doc/UPDATES1.6, doc/tcl-commands.doc, src/patch.h: 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: jason's notes patch ...

2001-01-30 23:38  guppy

	* doc/UPDATES1.6, src/patch.h: 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, 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, 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: 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/settings/core.settings, help/core.help, src/dccutil.c,
	  src/modules.c, src/patch.h, src/tcl.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: 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:
	  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: 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:
	  ITE's configure path fix patch

2000-12-21 14:12  guppy

	* doc/UPDATES1.6, src/patch.h: 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: 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: 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: TaKeDa's negative limit patch

2000-12-13 22:11  guppy

	* doc/UPDATES1.6, src/patch.h: 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: guppy: Sup's stickfix patch

2000-12-05 20:35  guppy

	* doc/UPDATES1.6, src/patch.h, src/users.c: guppy: fabian's
	  transfer_fclose_fix

2000-12-05 20:32  guppy

	* doc/UPDATES1.6, src/chan.h, src/patch.h: guppy: Eule's efnetcycle
	  patch

2000-11-28 21:10  guppy

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.6,
	  src/patch.h: Eule's delayvoice patch

2000-11-28 20:52  guppy

	* doc/UPDATES1.6, 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: 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: 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: guppy: Axel's recheck_channel patch

2000-11-20 22:56  guppy

	* doc/UPDATES1.6, src/patch.h: guppy: dw's dynamicbans patch

2000-11-20 22:55  guppy

	* doc/UPDATES1.6, 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: 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, 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: guppy: added Eule's ircd2.9 patch
	  ... damn legacy code

2000-11-08 14:11  guppy

	* doc/UPDATES1.6, doc/settings/mod.server, src/patch.h: guppy: the
	  lagcheck removal patch

2000-11-08 14:07  guppy

	* doc/UPDATES1.6, src/patch.h: 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: 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: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, scripts/getops.tcl, src/main.c,
	  src/patch.h, text/banner: 1.5 has now become 1.6

2000-11-05 15:37  fabian

	* doc/UPDATES1.5, src/patch.h: 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, src/patch.h: fabian: applied guppy's
	  cmd_resolve patch

2000-11-05 04:31  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied dns_zero_resolve
	  patch

2000-11-05 04:30  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied idchannel_detect
	  patch

2000-11-04 10:03  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Sup's
	  remove_cmd_resolve patch

2000-11-03 11:17  fabian

	* doc/UPDATES1.5, src/patch.h: 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: 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: fabian: applied strncpyz
	  patch

2000-11-03 11:05  fabian

	* doc/UPDATES1.5, src/patch.h: 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: fabian: applied Eule's delayset patch

2000-10-30 14:51  fabian

	* doc/UPDATES1.5, src/patch.h: 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 14:40  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied
	  delchan_during_joinbind patch

2000-10-27 14:39  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied filesys_remote_ln
	  patch

2000-10-27 14:38  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Eule's expired2
	  patch

2000-10-27 14:38  fabian

	* doc/UPDATES1.5, help/cmds2.help, src/flags.h, src/patch.h:
	  fabian: applied Eule's stopnethack_exempt patch

2000-10-27 14:36  fabian

	* doc/UPDATES1.5, src/bg.c, src/patch.h: fabian: applied bg_cleanup
	  patch

2000-10-27 14: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 14:34  fabian

	* doc/UPDATES1.5, src/botnet.c, src/dcc.c, src/lang.h, src/net.c,
	  src/patch.h, src/tcldcc.c: fabian: applied net_sockfail_nonfatal
	  patch

2000-10-27 14:33  fabian

	* aclocal.m4, configure, doc/UPDATES1.5, src/patch.h: fabian:
	  applied sunos_aclocal_fix patch

2000-10-27 14: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: fabian: applied tcl_hash_overhaul
	  patch. (minor change: added comments to end of check_tcl_bind().)

2000-10-27 14:30  fabian

	* doc/UPDATES1.5, src/net.c, src/patch.h: fabian: applied
	  getmyhostname_fix patch

2000-10-27 14:29  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied channel_part_fix
	  patch

2000-10-27 14:28  fabian

	* doc/UPDATES1.5, src/eggdrop.h, src/main.c, src/patch.h,
	  src/proto.h: fabian: applied the assert_fix patch

2000-10-27 14:27  fabian

	* doc/UPDATES1.5, src/misc.c, src/patch.h: fabian: applied the
	  ambiguous_braces patch

2000-10-27 14:26  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Eule's expired patch

2000-10-27 14:24  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Sup's ctcp_dcc_fix
	  patch

2000-10-19 11:35  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Looser^'s me_op_fix
	  patch, fixing the export macro for me_op

2000-10-19 11:34  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Eule's
	  mode_while_pending patch

2000-10-19 11:33  fabian

	* doc/UPDATES1.5, src/patch.h, src/userrec.c: fabian: applied
	  Eule's set_chanlist-fix patch

2000-10-19 11:32  fabian

	* doc/UPDATES1.5, src/chanprog.c, src/modules.c, src/patch.h,
	  src/proto.h: fabian: applied Eule's gotnick patch

2000-10-19 11:31  fabian

	* doc/UPDATES1.5, src/dcc.c, src/patch.h: fabian: applied guppy's
	  bug83-telnetuser-v2 patch

2000-10-19 11:30  fabian

	* eggdrop.advanced.conf, eggdrop.complete.conf,
	  eggdrop.simple.conf, doc/UPDATES1.5, doc/settings/mod.channel,
	  src/chan.h, src/patch.h: fabian: applied Eule's clearmodes patch

2000-10-15 11:11  tothwolf

	* doc/Makefile.in:
	  doc/Makefile.in still had a reference to doc/readme

2000-10-09 07:57  tothwolf

	* doc/AUTHORS:
	  Use table for authors file

2000-10-09 07:32  tothwolf

	* doc/readme:
	  Removed extra readme file

2000-10-09 07: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/settings/core.settings, doc/settings/mod.channel:
	  Documentation updates

2000-10-02 17:35  fabian

	* doc/UPDATES1.5, src/chanprog.c, src/patch.h: fabian: applied the
	  ismember_fix patch

2000-10-01 19:18  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Cybah's
	  flush_mode_cleanups patch

2000-10-01 14: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 14: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 14:12  fabian

	* doc/MODULES, doc/UPDATES1.5, doc/compiling.FAQ, doc/patch.howto,
	  doc/tcl-commands.doc, src/patch.h: fabian: applied Eugene's
	  testfix patch. Slightly edited.

2000-10-01 14:11  fabian

	* doc/UPDATES1.5, scripts/getops.tcl, src/chan.h, src/chanprog.c,
	  src/patch.h, src/proto.h, src/userrec.c: fabian: applied
	  notes_lang_fix patch

2000-09-27 14: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 14:47  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied the plus_a_cycle
	  patch

2000-09-27 14:43  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied Eule's kickall_fix
	  patch, together with my own small tweaks

2000-09-27 14:41  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied guppy's serverloaded
	  patch

2000-09-27 14:40  fabian

	* doc/UPDATES1.5, src/main.c, src/patch.h, src/tcldcc.c: fabian:
	  applied new_dcc_fixes patch

2000-09-23 12:49  fabian

	* doc/UPDATES1.5, src/misc.c, src/modules.c, src/patch.h,
	  src/proto.h: fabian: applied Cybah's egg_strcatn patch

2000-09-23 12:49  fabian

	* eggdrop.simple.conf, doc/UPDATES1.5, src/patch.h: fabian: applied
	  eugene's helppath (aka eggdrop.simple.conf) patch

2000-09-23 12:47  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied seen_help patch

2000-09-23 12:46  fabian

	* doc/UPDATES1.5, src/eggdrop.h, src/net.c, src/patch.h: fabian:
	  applied transfer_turbodcc_dos patch

2000-09-23 12:46  fabian

	* doc/UPDATES1.5, src/flags.h, src/patch.h: fabian: applied
	  flag_correct patch

2000-09-23 12:40  fabian

	* doc/UPDATES1.5, src/lang.h, src/patch.h: fabian: applied guppy's
	  language-v2 patch

2000-09-18 15:04  fabian

	* doc/UPDATES1.5, src/dcc.c, src/dccutil.c, src/lang.h,
	  src/patch.h: fabian: applied guppy's lang_args patch

2000-09-18 15:03  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied guppy's
	  ctcp_mod_cleanup patch

2000-09-18 15:02  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied guppy's
	  cmd_jump_helpfix patch

2000-09-18 15:01  fabian

	* doc/UPDATES1.5, src/cmds.c, src/misc.c, src/modules.c,
	  src/patch.h, src/proto.h, src/users.c: fabian: applied ipv6_masks
	  patch, revision 3

2000-09-15 15:08  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: applied the
	  chaninfo_udef_output patch

2000-09-13 15:49  fabian

	* doc/UPDATES1.5, src/botmsg.c, src/patch.h: fabian: applied
	  udef_inactivechan_fix patch

2000-09-12 10:29  fabian

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5,
	  src/patch.h: fabian: applied revenge_bot_update patch

2000-09-12 10: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 10: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: fabian: strftime_compat patch

2000-09-12 10:25  fabian

	* doc/UPDATES1.5, src/botmsg.c, src/patch.h: fabian: Eule's
	  notebeep2 patch

2000-09-09 12:31  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: Koach's rfc1459_pass patch

2000-09-09 12:30  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: guppy's unlink patch

2000-09-09 12:29  fabian

	* doc/UPDATES1.5, src/botcmd.c, src/botmsg.c, src/patch.h: fabian:
	  format_string_fixes patch

2000-09-09 06:40  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: userfile_fail_fix patch

2000-09-09 06:40  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: uff_compress_fix patch

2000-09-09 06: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: fabian: cleanup_types patch

2000-09-09 06:37  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: fix_exporting patch

2000-09-09 06:36  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: Eule's recheck-addmode patch

2000-09-07 11:04  fabian

	* src/patch.h: fabian: fixing modesperline patch stuff, which was
	  applied incorrectly

2000-09-05 11:00  fabian

	* doc/UPDATES1.5, src/patch.h, src/users.c: fabian:
	  whois_match_crash patch

2000-09-05 10:59  fabian

	* doc/UPDATES1.5, src/dcc.c, src/flags.c, src/net.c, src/patch.h,
	  src/userrec.c: fabian: minor_share_cleanup patch

2000-09-05 10:58  fabian

	* aclocal.m4, configure, doc/UPDATES1.5, src/patch.h: fabian:
	  SuperS' osfix2 patch

2000-09-02 14:45  fabian

	* doc/UPDATES1.5, src/botnet.c, src/dcc.c, src/eggdrop.h,
	  src/patch.h: fabian: server_dns_recursion patch. Added minor
	  modifications to mod/dns.mod/dns.c.

2000-09-02 14:34  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: Eule's checkexempt patch

2000-09-02 13:48  fabian

	* doc/UPDATES1.5, src/cmds.c, src/patch.h: fabian: Sup's addbothost
	  patch

2000-09-02 13:47  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: irc_mode_cleanup patch

2000-09-02 13:46  fabian

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5,
	  src/patch.h: Eule's modesperline3 patch, with really minor
	  modifications

2000-09-02 13:45  fabian

	* aclocal.m4, configure, configure.in, doc/UPDATES1.5, src/patch.h:
	  SuperS' osfix patch

2000-08-31 13:11  fabian

	* doc/UPDATES1.5, src/patch.h: fabian: FirebaII's filesys_nicklen
	  patch, with minor additions.

2000-08-31 13:10  fabian

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5,
	  doc/settings/mod.server, src/patch.h: fabian: G`Quann's
	  finallagcheckfix patch.

2000-08-31 13:08  fabian

	* doc/UPDATES1.5, src/patch.h, src/tcldcc.c: fabian:
	  dccsimul_errmsg patch

2000-08-27 14:21  fabian

	* doc/UPDATES1.5, src/patch.h: <fabian> dns_retry patch.

2000-08-27 14:14  fabian

	* doc/UPDATES1.5, src/patch.h: <fabian> Eule's remove_channel patch

2000-08-27 13:52  fabian

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

2000-08-26 11:07  fabian

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

2000-08-25 08:15  fabian

	* doc/UPDATES1.5, src/patch.h: <fabian> Tothwolf's
	  cmdschan_c-cleanup patch.

2000-08-25 08: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 08:12  fabian

	* doc/UPDATES1.5, src/patch.h: <Fabian> Shaun's chanfix patch.
	  Removed parts overlapping with Cybah. Removed unnecessary
	  initialisation.

2000-08-24 16:08  fabian

	* src/patch.h: fabian: hmm... who messed up patch.h? :) Added 'CVS'
	  again.

2000-08-24 16:03  fabian

	* doc/UPDATES1.5, src/main.c, src/patch.h: fabian: changes to
	  reflect release of 1.5.4

2000-08-23 21:01  tothwolf

	* doc/: UPDATES1.3, UPDATES1.5: Minor corrections and changes.

2000-08-22 11:22  fabian

	* doc/UPDATES1.5, src/chan.h, src/patch.h: Eule's overrun patch
	  (fixing a security bug). Slightly modified by Cybah and me.

2000-08-21 13:28  guppy

	* doc/UPDATES1.5, help/cmds1.help: added Sup's two small patches,
	  needfix and ignorehelp (also testing cvslog -- sorry for not
	  letting fabian apply these patches)

2000-08-20 07: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 06:17  fabian

	* doc/UPDATES1.5, src/patch.h, src/users.h: Tothwolf's
	  user_entry_type patch

2000-08-20 06:16  fabian

	* doc/UPDATES1.5, src/patch.h: G`Quann's lagcheck6 patch; minor
	  coding style in affected function

2000-08-19 09: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 09:15  fabian

	* doc/UPDATES1.4, src/botmsg.c, src/patch.h: 1.4, Sup's
	  note_bell_chr patch

2000-08-18 20:10  guppy

	* NEWS: updated NEWS slightly to add a line about bind need, sorry
	  for no patch, just a doc update

2000-08-18 14:35  guppy

	* scripts/notes2.tcl: missing global botnet-nick

2000-08-18 11:45  fabian

	* doc/UPDATES1.5, src/cmds.c, src/patch.h: guppy's ign-lifetime
	  patch

2000-08-17 20:06  fabian

	* disabled_modules, doc/UPDATES1.5, src/patch.h: Tothwolf's
	  fixspaces patch

2000-08-17 20:05  fabian

	* doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h: guppy's
	  bindneed patch

2000-08-17 20:04  fabian

	* doc/UPDATES1.5, src/patch.h: stary's notes patch

2000-08-17 19:25  fabian

	* doc/UPDATES1.5, src/modules.c, src/net.c, src/patch.h,
	  src/proto.h: open_address_listen patch

2000-08-16 22:49  guppy

	* scripts/getops.tcl: reverting my small changes to getops.tcl

2000-08-16 22:45  guppy

	* scripts/getops.tcl: testing the cvs again

2000-08-16 22:42  guppy

	* TODO: the TODO file is useless

2000-08-16 15:33  guppy

	* disabled_modules: testing

2000-08-16 15:26  guppy

	* doc/UPDATES1.3: testing for cvs lcoks

2000-08-11 17:44  fabian

	* doc/UPDATES1.5, src/modules.c, src/patch.h: guppy's and Sup's
	  tandbot_party patch

2000-08-11 17:43  fabian

	* doc/UPDATES1.5, src/patch.h: Sup's chrec_usage patch

2000-08-11 17:42  fabian

	* doc/UPDATES1.5, src/patch.h: drummer's jupedfix3 patch

2000-08-11 17:40  fabian

	* doc/UPDATES1.4, scripts/notes2.tcl, src/patch.h, src/tcl.c:
	  resync with 1.4, Aug12 966031001

2000-08-07 05:09  fabian

	* doc/UPDATES1.5, src/patch.h, src/userrec.c: Sup's handlechg patch

2000-08-07 05:09  fabian

	* aclocal.m4, configure, doc/UPDATES1.4, src/chan.h, src/patch.h:
	  1.4 reync, Aug7 965641446

2000-08-06 09:53  fabian

	* doc/UPDATES1.5, src/patch.h: Sup's chanset_usage patch

2000-08-06 09:53  fabian

	* doc/UPDATES1.5, src/botnet.c, src/patch.h: ghost_unlink_fix patch

2000-08-06 09:52  fabian

	* scripts/getops.tcl, src/patch.h: Eule's getops patch

2000-08-06 09:51  fabian

	* config.h.in, configure, configure.in, doc/UPDATES1.5, src/cmds.c,
	  src/misc.c, src/patch.h, src/users.c: Tothwolf's strftime2 patch

2000-08-06 09:50  fabian

	* doc/UPDATES1.5, src/patch.h: Sup's dccrefused2 patch

2000-08-06 09:49  fabian

	* doc/UPDATES1.5, src/patch.h: Eule's lastkey2 patch

2000-08-06 09:48  fabian

	* doc/UPDATES1.5, src/patch.h, src/userrec.c: Shaun's
	  change_handlefix

2000-08-06 09:47  fabian

	* doc/UPDATES1.5, src/patch.h: TaKeDa's share_newuser patch

2000-08-03 16:51  fabian

	* configure, eggdrop.advanced.conf, eggdrop.complete.conf,
	  doc/UPDATES1.4, doc/tcl-commands.doc, doc/settings/mod.irc,
	  src/lang.h, src/patch.h, src/tcl.c, src/tclhash.c, src/tclmisc.c:
	  resync with 1.4, Aug03 965337849

2000-08-02 23:45  tothwolf

	* COPYING:
	  Updated FSF postal address

2000-07-25 14:48  johoho

	* doc/UPDATES1.5: still some patches by sup...damn :-)

2000-07-25 14:42  johoho

	* NEWS, TODO, doc/BUG-REPORT, doc/KNOWN-PROBLEMS, doc/MODULES,
	  doc/UPDATES1.5, help/cmds2.help: still some patches by sup...damn
	  :-)

2000-07-25 14:27  johoho

	* doc/UPDATES1.5: doc/MODULES typo patch 2

2000-07-25 14:25  johoho

	* doc/UPDATES1.5: doc/MODULES typo patch

2000-07-25 14:19  johoho

	* doc/UPDATES1.4, doc/MODULES, src/patch.h: fixes various typos in
	  the docs and a small bug when

2000-07-25 14:16  johoho

	* README: fixes various typos in the docs and a small bug when

2000-07-23 15:50  fabian

	* doc/UPDATES1.5, src/patch.h: Sup's addusercomp patch

2000-07-23 15:47  fabian

	* Makefile.in, aclocal.m4, doc/Makefile.in, doc/UPDATES1.4,
	  scripts/Makefile.in, src/Makefile.in, src/patch.h: 1.4 resync,
	  autoconf_shell_fix patch

2000-07-13 16:19  fabian

	* doc/UPDATES1.5, src/patch.h: Eule's lastkey patch

2000-07-13 16:18  fabian

	* doc/UPDATES1.4, doc/UPDATES1.5, src/patch.h: Lucas' and Tit00n's
	  frenchlangfixes for 1.4 and 1.5, bug-fixed.

2000-07-12 16:52  fabian

	* doc/UPDATES1.5, src/cmds.c, src/patch.h: Sup's addbotfix patch

2000-07-12 16:51  fabian

	* doc/UPDATES1.5, src/patch.h: Sup's deluser patch

2000-07-12 16:50  fabian

	* doc/UPDATES1.5, doc/tcl-commands.doc, src/eggdrop.h, src/patch.h,
	  src/tclegg.h, src/tclhash.c, src/tclhash.h:
	  lost_tout_getfilesendtime patch

2000-07-12 16:49  fabian

	* doc/UPDATES1.5, src/patch.h: G`Quann's lagcheckfix5 patch, with
	  minor modifications by me

2000-07-12 16: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 15:47  tothwolf

	* doc/UPDATES1.5:
	  Fixed remaining 'console..$(MOD_EXT)' typos

2000-07-09 09:23  fabian

	* configure, src/patch.h: updates to the modules_cygwin patch,
	  963151788 -- I forgot to rebuild configure

2000-07-09 09:13  fabian

	* doc/UPDATES1.5, src/patch.h: Tit00n's core.french.lang update

2000-07-09 09:10  fabian

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, doc/UPDATES1.5,
	  src/modules.c, src/patch.h: RebuM's modules_cygwin patch,
	  together with my corrections

2000-07-09 09:07  fabian

	* doc/UPDATES1.5, src/patch.h: server_cleanup patch

2000-07-09 08: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: resync
	  with 1.4, Jul9 963149797

2000-06-21 17:28  fabian

	* doc/UPDATES1.4, src/cmds.c, src/lang.h, src/patch.h: 1.4 resync
	  Jun22, 961625558

2000-06-20 16:41  fabian

	* doc/UPDATES1.4, doc/UPDATES1.5, src/lang.h, src/patch.h: guppy's
	  permbanned patch (modified a bit to get the logic straight), 1.4

2000-06-20 16:01  fabian

	* doc/UPDATES1.5, src/patch.h: filesys_fixes3 patch

2000-06-20 15:54  fabian

	* doc/UPDATES1.4, src/patch.h: Sup's msgfix patch, for 1.4 too

2000-06-20 15:49  fabian

	* doc/UPDATES1.5, src/patch.h: Sup's sanitycheck patch

2000-06-20 15:44  fabian

	* doc/UPDATES1.5, src/patch.h: Sup's missingdnames patch

2000-06-20 15:41  fabian

	* configure, configure.in, doc/UPDATES1.5, src/patch.h: SuperS'
	  tcl8.4 patch

2000-06-20 15: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 14: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: 1.4 resync patch, Jun20, 961529757

2000-06-14 06:24  johoho

	* doc/UPDATES1.5: oops, a typo :-)

2000-06-14 06:18  johoho

	* src/cmds.c, src/patch.h, doc/UPDATES1.5: some places used still
	  nick instead of hand

2000-06-09 20:28  fabian

	* src/patch.h: G`Quann's lagcheckfix4 patch

2000-06-09 20:03  fabian

	* doc/UPDATES1.5, src/patch.h, src/tcluser.c: minor_fixes patch

2000-06-09 20:02  fabian

	* doc/UPDATES1.5, src/patch.h: Eule's addmode patch

2000-06-09 20: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 19:59  fabian

	* doc/UPDATES1.5, src/patch.h: G`Quann's lagcheckfix3 patch

2000-06-09 19: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 07:16  fabian

	* doc/UPDATES1.5, src/patch.h: private_owner_fix patch

2000-06-03 07:15  fabian

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.4,
	  src/patch.h: 1.4 resync, Jun3

2000-06-03 07:14  fabian

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5,
	  doc/tcl-commands.doc, doc/settings/mod.server, src/cmds.c,
	  src/modules.c, src/patch.h, src/tcl.c, src/users.c:
	  channame2dname patch

2000-06-02 12:54  fabian

	* doc/UPDATES1.5, src/patch.h: channel_fixes patch

2000-06-02 12:46  fabian

	* doc/UPDATES1.5, src/main.c, src/patch.h: context_fix patch

2000-06-02 12: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 11:56  fabian

	* aclocal.m4, configure, doc/UPDATES1.4, help/core.help,
	  src/modules.c, src/patch.h: resync with 1.4

2000-05-29 06:44  johoho

	* doc/UPDATES1.5, help/core.help, src/patch.h: .help tcl info added

2000-05-29 06:38  johoho

	* doc/UPDATES1.5, doc/patch.howto, src/patch.h: extended info in
	  patch.howto

2000-05-28 13: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 12:32  fabian

	* doc/UPDATES1.4, doc/tcl-commands.doc, scripts/userinfo1.0.tcl,
	  src/botnet.c, src/modules.c, src/patch.h: Resync with egg1.4 CVS,
	  May28

2000-05-28 07:07  johoho

	* doc/UPDATES1.5, doc/compiling.FAQ, src/patch.h: ultrix hint added
	  to compiling faq

2000-05-22 05: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 17:16  fabian

	* doc/UPDATES1.5, src/dccutil.c, src/patch.h, text/motd: Wiktor's
	  login2 patch

2000-05-13 15:28  fabian

	* doc/UPDATES1.5, src/patch.h: snprintf_fix2 patch

2000-05-13 15:24  fabian

	* doc/UPDATES1.5, src/dcc.c, src/patch.h: Eule's botversion patch

2000-05-13 15:20  fabian

	* doc/UPDATES1.5, src/main.c, src/misc_file.c, src/patch.h:
	  Tothwolf's cygwin-fixes-07May2000 patch (with changes by Fabian)

2000-05-13 09:46  johoho

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5,
	  src/patch.h: removed private-owner

2000-05-07 06:45  johoho

	* eggdrop.complete.conf, doc/UPDATES1.5, src/patch.h: compress.mod
	  was missing in eggdropc.omplete.conf

2000-05-07 05:57  johoho

	* NEWS, doc/UPDATES1.5, src/patch.h: NEWS file update

2000-05-06 20:10  fabian

	* doc/UPDATES1.5, src/main.c, src/patch.h: start 1.5.4

2000-05-06 19:18  fabian

	* aclocal.m4, configure, src/patch.h: fixed small typo in SuperS'
	  change to aclocal.m4

2000-05-06 19:08  fabian

	* aclocal.m4, doc/BUG-REPORT, doc/UPDATES1.5, src/botnet.c,
	  src/patch.h: SuperS' dell patch

2000-05-06 19:07  fabian

	* doc/UPDATES1.5, src/patch.h: SuperS' vafix patch

2000-05-06 17:08  fabian

	* doc/UPDATES1.5, src/patch.h: G`Quann's lagcheckfix2 patch

2000-05-06 17:06  fabian

	* doc/UPDATES1.5, src/patch.h: G`Quann's achanset patch

2000-05-06 17: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 17: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: guppy's cleanups patch

2000-05-06 17:00  fabian

	* doc/UPDATES1.5, src/botnet.c, src/cmds.c, src/dcc.c, src/dns.c,
	  src/patch.h: misc_fix patch

2000-05-06 16:59  fabian

	* doc/UPDATES1.4, src/botmsg.c, src/patch.h: note_x_fix patch

2000-05-06 16:58  fabian

	* doc/UPDATES1.5, src/patch.h, text/motd: guppy's motd_fix patch
	  (orginally motd1.diff)

2000-04-25 15:53  fabian

	* doc/UPDATES1.5, src/patch.h: filesys_ls_fix patch

2000-04-25 15:49  fabian

	* Makefile.in, configure, configure.in, doc/UPDATES1.5,
	  src/patch.h: conf_make_fix9 patch

2000-04-25 15:46  fabian

	* eggdrop.advanced.conf, eggdrop.complete.conf, doc/UPDATES1.5,
	  src/patch.h: max-filesize patch

2000-04-25 03:32  johoho

	* README, doc/BOTNET, doc/UPDATES1.5, doc/readme,
	  doc/tcl-commands.doc, text/motd: misc. small doc patches

2000-04-13 16:44  fabian

	* doc/UPDATES1.5, src/patch.h: Wiktor's bogusowner patch

2000-04-13 16:38  fabian

	* doc/UPDATES1.4, src/patch.h: Eule's got442_2 patch, 1.4

2000-04-13 05:10  tothwolf

	* NEWS:
	  Updated NEWS file to refer to 'doc/html/' instead of
	  'doc/web_docs/'

2000-04-13 05:08  tothwolf

	* doc/Makefile.in:
	  Updated Makefile.in to use 'html' dir instead of 'web_docs' dir.

2000-04-13 04:56  jason

	* doc/UPDATES1.5: renaming of web_docs to html

2000-04-11 03:58  jason

	* doc/UPDATES1.5: toth's addition of textfile substituion to
	  webdocs

2000-04-10 14:05  johoho

	* src/patch.h, doc/UPDATES1.4: KNOWN-PROBLEMS update

2000-04-10 13:53  johoho

	* doc/KNOWN-PROBLEMS: This patch adds the ghost bug to the
	  KNOWN-PROBLEMS file..Johoho

2000-04-10 09:22  jason

	* doc/UPDATES1.5: doc/web_docs changes

2000-04-09 05:00  johoho

	* INSTALL: changed a copyright message

2000-04-05 14:58  fabian

	* doc/UPDATES1.5, src/modules.c, src/patch.h: must_be_owner patch

2000-04-05 14: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 14:51  fabian

	* doc/UPDATES1.5, doc/tcl-commands.doc, src/misc.c, src/modules.c,
	  src/patch.h, src/proto.h: compress_fix patch

2000-04-05 14:48  fabian

	* NEWS, eggdrop.simple.conf, doc/UPDATES1.5, src/patch.h: Wiktor's
	  smalldoc patch

2000-04-05 14: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 14:40  fabian

	* doc/UPDATES1.5, src/patch.h: snprintf_fix patch

2000-04-05 14:35  fabian

	* doc/UPDATES1.5, src/lang.h, src/language.c, src/modules.c,
	  src/patch.h, src/proto.h: make_quiet_lang patch

2000-04-05 14:31  fabian

	* doc/UPDATES1.5, src/eggdrop.h, src/patch.h:
	  transfer_resume_ack_fix patch

2000-04-05 14:27  fabian

	* doc/UPDATES1.5, src/patch.h: transfer_memleak_fix patch

2000-04-05 14: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 14: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: 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, 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: 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: 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,
	  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: configure_makefile_fix3 patch

2000-03-21 18:38  fabian

	* FEATURES, INSTALL, NEWS, README, doc/UPDATES1.5,
	  doc/compiling.FAQ, 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/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: 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: G`Quann's udefexport
	  patch

2000-03-19 17:32  fabian

	* aclocal.m4, configure, doc/UPDATES1.4, doc/compiling.FAQ,
	  src/patch.h: 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, scripts/Makefile.in,
	  src/patch.h: configure_fix2,3 patches

2000-03-05 17:48  fabian

	* doc/UPDATES1.4, src/patch.h: 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, src/main.c,
	  src/patch.h: configure_fix patch

2000-03-04 15:23  fabian

	* doc/UPDATES1.4, src/patch.h: 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: share_compress patch

2000-03-04 14:40  fabian

	* doc/UPDATES1.5, src/patch.h: dns_minor_fixes patch

2000-03-04 14:38  fabian

	* doc/UPDATES1.5, src/patch.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: 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: uff_compress2 patch

2000-02-29 14:29  fabian

	* aclocal.m4, configure, configure.in, doc/BUG-REPORT,
	  doc/UPDATES1.4, src/patch.h: resync with 1.4

2000-02-29 14:16  fabian

	* doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h: drummer's
	  partnotc patch

2000-02-29 14:13  fabian

	* doc/UPDATES1.5, src/patch.h: drummer's optimizefix patch

2000-02-29 14:10  fabian

	* doc/UPDATES1.5, src/patch.h: Eule's who_recheck patch

2000-02-29 14:05  fabian

	* doc/UPDATES1.5, src/patch.h: filesys_info patch

2000-02-29 14:03  fabian

	* doc/UPDATES1.5, src/patch.h: filesys_fixes patch

2000-02-29 13:57  fabian

	* Makefile.in, aclocal.m4, configure, configure.in, doc/UPDATES1.5,
	  src/patch.h: 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:
	  configure_module patch

2000-02-25 15:36  fabian

	* doc/UPDATES1.4, src/patch.h: Jason's mult_exempts patch, 1.4

2000-02-25 14:51  fabian

	* doc/UPDATES1.4, src/patch.h: resync with 1.4, Feb25

2000-02-18 16:45  fabian

	* doc/UPDATES1.5, doc/patch.howto, src/patch.h: Wiktor's typodoc
	  patch

2000-02-18 16:40  fabian

	* doc/UPDATES1.5, src/dcc.c, src/patch.h: G`Quann's lagcheckfix
	  patch

2000-02-18 16:38  fabian

	* doc/UPDATES1.5, src/patch.h: invite_fix patch

2000-02-18 16:36  fabian

	* doc/UPDATES1.5, src/main.c, src/patch.h: 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: 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, src/chan.h, src/lang.h,
	  src/patch.h: 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: stat_fix patch

2000-02-01 14:17  fabian

	* doc/UPDATES1.4, src/patch.h, src/userent.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: G`Quann's yaup patch

2000-01-31 16:56  fabian

	* doc/UPDATES1.5, src/patch.h: G`Quann's lagcheck patch

2000-01-31 16:49  fabian

	* doc/UPDATES1.4, src/patch.h: 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: cleanup3 patch

2000-01-30 12:02  fabian

	* eggdrop.conf.dist, doc/UPDATES1.5, src/patch.h: eule's globalset
	  patch

2000-01-30 11:59  fabian

	* doc/UPDATES1.4, src/lang.h, src/patch.h: resync with 1.4, Jan30

2000-01-28 16:14  fabian

	* doc/UPDATES1.5, doc/tcl-commands.doc, src/patch.h: 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: 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: 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: 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:01  fabian

	* doc/UPDATES1.4, src/patch.h: Toth's and Wiktor's banreason-fix
	  patch

2000-01-22 16:54  fabian

	* doc/UPDATES1.5, src/patch.h: 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: 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, 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: 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:
	  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: 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: forgot the version_export patch, during last 1.4
	  resync

2000-01-09 09:06  fabian

	* doc/UPDATES1.5, src/patch.h: 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: 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: S0meguy's flood-nick
	  patch, which i missed to apply earlier

2000-01-07 14:04  fabian

	* doc/UPDATES1.4, src/patch.h: S0meguy's ctcpchanfloodfix patch,
	  which i missed to commit by accident

2000-01-06 13:46  fabian

	* eggdrop.conf.dist, doc/UPDATES1.5, src/misc.c, src/modules.c,
	  src/patch.h, src/proto.h, src/tcl.c, src/userrec.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: 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: resync with 1.4, 6Jan2000

2000-01-01 20:42  fabian

	* src/: main.c, patch.h: 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: 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: 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: 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: irc_cleanup patch

2000-01-01 13:12  fabian

	* doc/UPDATES1.5, src/patch.h, src/tclhash.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: 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: 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: 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: 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: 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: 1.4 revengepunishfix

1999-12-24 08:25  fabian

	* doc/UPDATES1.5, src/patch.h: 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: dccremovelost

1999-12-24 08:20  fabian

	* doc/UPDATES1.4, doc/UPDATES1.5, src/patch.h: nicklength2

1999-12-24 08:19  fabian

	* doc/UPDATES1.5, src/chan.h, src/patch.h: nodesynchfix

1999-12-22 07:17  fabian

	* src/patch.h: 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: Ian's
	  silencefix patch

1999-12-22 06:21  fabian

	* eggdrop.conf.dist, doc/UPDATES1.5, src/chan.h, src/patch.h: Ian's
	  nodesync patch

1999-12-22 06:11  fabian

	* eggdrop.conf.dist, doc/UPDATES1.4, 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: 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,
	  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: Tothwolf's id-header

1999-12-21 11:32  fabian

	* doc/UPDATES1.5, src/patch.h: 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: G`Quann's udef_dname patch

1999-12-17 14:26  fabian

	* doc/UPDATES1.5, src/botnet.c, src/dcc.c, src/patch.h:
	  dns_reversefail

1999-12-17 12:40  fabian

	* doc/UPDATES1.4, src/cmds.c, src/flags.c, src/patch.h,
	  src/userent.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: the share_botoverride patch...

1999-12-15 09:31  fabian

	* doc/UPDATES1.4, src/patch.h: 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: 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: 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:
	  resume patch

1999-12-12 16:14  fabian

	* config.h.in, configure, configure.in, doc/UPDATES1.5,
	  src/eggdrop.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: 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: resync 991210 with 1.4

1999-12-06 10:15  fabian

	* doc/UPDATES1.4, src/patch.h: 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: egg1.4 resync 991130

1999-11-27 17:54  fabian

	* doc/UPDATES1.5, src/patch.h: 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: complete_sharefix patch

1999-11-27 17:51  fabian

	* doc/UPDATES1.5, src/patch.h: addbanmode patch

1999-11-26 11:21  fabian

	* eggdrop.conf.dist, doc/UPDATES1.5, 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: guppy's
	  tables patch

1999-11-22 13:42  fabian

	* doc/UPDATES1.5, src/dccutil.c, src/eggdrop.h, src/patch.h:
	  G`Quann's putnext patch

1999-11-22 13:31  fabian

	* doc/UPDATES1.5, src/patch.h: filedb3_fix2 patch

1999-11-22 10:22  fabian

	* eggdrop.conf.dist, doc/UPDATES1.4, scripts/ques4.tcl,
	  src/patch.h, src/tcl.c: resync 11Nov1999

1999-11-20 15:40  fabian

	* doc/UPDATES1.5, src/patch.h: 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: 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, 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: 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:
	  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: spelling mistake, reported by guppy

1999-11-14 07:06  fabian

	* NEWTO1.5.0, doc/UPDATES1.5, src/patch.h: 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, 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: 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: 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 16: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: Cybah's safechan patch

1999-10-26 16:38  fabian

	* Makefile.in, acconfig.h, config.h.in, configure, configure.in,
	  eggdrop.conf.dist, doc/UPDATES.pre1.4, doc/tcl-commands.doc,
	  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: resync 940380771-940924890

1999-10-26 14:44  fabian

	* doc/UPDATES1.4, src/patch.h: G`Quann's fastdeq patch

1999-10-24 09:36  fabian

	* src/patch.h: 1) udef patch was wrongly applied in one place. 2)
	  small fixes

1999-10-24 07:17  fabian

	* doc/UPDATES1.4, src/patch.h: G`Quann's udef_chanstuff3 patch

1999-10-21 15:04  fabian

	* doc/UPDATES1.4, src/dns.c, src/patch.h: dnsfix patch from G`Quann

1999-10-21 14:22  fabian

	* Makefile.in, acconfig.h, config.h.in, configure, configure.in,
	  install-sh, doc/BUG-REPORT, doc/Makefile.in, doc/UPDATES.pre1.4,
	  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, scripts/CONTENTS,
	  scripts/Makefile.in, scripts/bugreport.tcl, 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: resync with 1.3 tree,
	  939863113-940380771

1999-10-15 05:44  fabian

	* eggdrop.conf.dist, doc/UPDATES.pre1.4, doc/tcl-commands.doc,
	  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: resync 1.3:
	  939574072->939863113

1999-10-12 17:19  fabian

	* doc/UPDATES1.4, src/eggdrop.h, src/modules.c, src/patch.h: the
	  transfer patch

1999-10-12 05:28  fabian

	* doc/UPDATES1.4, src/patch.h: penalties3 patch

1999-10-11 11:20  fabian

	* Makefile: This shouldn't have happened... *grrr*

1999-10-11 02:59  fabian

	* Makefile, Makefile.in, configure.in, eggdrop.conf.dist, motd,
	  telnet-banner, doc/UPDATES.pre1.4, doc/UPDATES1.4,
	  help/cmds2.help, 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, text/CONTENTS, text/banner,
	  text/motd: dns patches, textdir patch, sync 939496415-939574072

1999-10-10 18:33  fabian

	* doc/UPDATES1.4, src/patch.h: the nonallocsock patch

1999-10-10 17:24  fabian

	* doc/UPDATES1.4, src/botnet.c, src/dcc.c, src/dns.c,
	  src/eggdrop.h, src/net.c, src/patch.h: the hostbyteorder patch

1999-10-09 19: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, 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: yet another tree merge and fixups...
	  let's see how long it takes until I learn this stuff

1999-10-09 14:44  fabian

	* src/dns.c: forgot those new files again.. *gnnnn*.. I'll learn
	  it...

1999-10-09 14: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: Fabian's asyncdns patch

1999-10-09 11:41  fabian

	* doc/BUG-REPORT, scripts/ques5.tcl: missed new files during 1.3
	  merge

1999-10-09 10: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,
	  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: all changes to the 1.3
	  tree merged with 1.4

1999-10-09 08: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 09:43  segfault

	* src/patch.h: Blah

1999-09-13 09:38  segfault

	* configure, configure.in: Commits

1999-09-13 09: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, 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: Initial commit based off
	  of .29 cvs

1999-09-13 09: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)

