]> git.donarmstrong.com Git - infobot.git/blobdiff - ChangeLog
dunno
[infobot.git] / ChangeLog
index 2c606fa672575539399b742fa67fd53ee90fb046..b991a7438f9536bc6edc6088a7cd2e5bf7ed018c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2001-01-28 21:35  dms
+1.5.4
+=====
+* scripts/insertDB.pl
+- renamed to factpack.pl
+- should work properly now (needs testing)
 
-       * files/: infobot.help, infobot.ignore, infobot.lang, infobot.lart,
-       infobot.randtext, infobot.users, sample.config, sample.countdown,
-       sample.insert: 
-       - obsoleted files removed 
+* Updates to DebianExtra.pl:
+- use soap for bug_info
+- totally replace do_id with the copy from DebianBugs.pl
+- fix ||= typo
+- fix url->uri typo
+- fix -> typo
+- add some more debugging code to the do_id code
+- remove useless bug =>
+- disable debugging output of the soap object returned
+- soap returns multiple bugs in a single shot
+- use strftime on the date
 
-2001-01-28 21:32  dms
+* check for and use of old blootbot.(users|chan) files
 
-       * src/: Misc.pl, Process.pl, Shm.pl, db_mysql.pl,
-       Factoids/Question.pl, Factoids/Reply.pl, Factoids/Statement.pl,
-       Factoids/Update.pl, IRC/Irc.pl, Modules/Debian.pl,
-       Modules/DebianExtra.pl, Modules/Dict.pl, Modules/Factoids.pl,
-       Modules/Freshmeat.pl, Modules/Kernel.pl, Modules/Quote.pl,
-       Modules/Search.pl, Modules/Slashdot3.pl, Modules/Topic.pl,
-       Modules/Units.pl, Modules/Uptime.pl, Modules/W3Search.pl,
-       Modules/Wingate.pl, Modules/babel.pl, Modules/insult.pl,
-       Modules/nickometer.pl: 
-       - Remaining files that were changed due to removal of $noreply or 
-       indirectly caused by the change over to dynamic configuration 
+* Retired the old broken W3Search module in favour of a working Google search
 
-2001-01-28 21:15  dms
+* Removed +W3Search in infobot.chan, added +Google (don't forget to update your
+configs)
 
-       * src/IRC/Schedulers.pl: 
-       - added dccStatus 
+* Fixed minor typo in seen.sql for Pgsql (closes #2868436)
 
-2001-01-28 21:14  dms
+1.5.3
+=====
 
-       * src/UserExtra.pl: 
-       - if - is used before -about, don't tell us about what was told.  
-       - ignorelist removed.  
+* New maxVolunteerLength to govern max size of non addressed replies
 
-2001-01-28 21:14  dms
+* Cleaned up some of the regex code for what the bot considers a question
 
-       * src/modules.pl: 
-       - if core moduels fail to load, exit out properly.  
+* Fixed an obscure and undocumented variable that was disabling "query?"
+questions in non addressed mode
 
-2001-01-28 21:14  dms
+* Fixed bug in babelfish module due to site/html changes
 
-       * files/blootbot.help: 
-       - removed FIXME entries.  
-       - added several new entries for UserDCC. still incomplete.  
+* Added chanset and help for verstats to allow disabling of command to prevent abuse
 
-2001-01-28 21:13  dms
+* Fixed verstats to warn the channel about who involked the command and bug that
+was causing the output to go to random channels due to loss of variable scope
 
-       * files/blootbot.ignore: -REMOVED 
+* Added infobot client to verstats and cleaned up a few other client regex
 
-2001-01-28 21:12  dms
+* Fixed talkok bug with 'how are you' statement
 
-       * src/IRC/IrcHooks.pl: 
-       - when someone attempts dcc chat, if verbosity > 1, 
-       show all info regarding that person.  
+1.5.2
+=====
 
-2001-01-28 21:12  dms
+* Correction to factoid updates to treat appending as a modification
 
-       * src/logger.pl: pre-config fix.  
+* Code formatting cleanups
 
-2001-01-28 21:11  dms
+* Removed unmaintained patches directory
 
-       * src/Modules/UserDCC.pl: 
-       - added frontend to dynamic user/chan.  
-       
-       - remove 99% of $noreply.               WORKS 
-       - change 'main::' to '::'               WORKS 
-       
-       - ".set" and ".unset" obsoleted.        WORKS 
-       - ".save"                               WORKS 
-       - ".chanset #chan +bool"        WORKS 
-       - ".chanset #chan -bool"        WORKS 
-       - ".chanset #chan"              WORKS 
-       - ".chanunset #chan"            WORKS 
-       - ".chanunset #chan WHAT"       WORKS 
-       - ".chpass <user> [pass]"       WORKS 
-       - ".chattr [user] +flag-flag"   WORKS 
-       - ".chnick [user] [new-user]"   WORKS 
-       - ".+host [user] [new mask]"    WORKS 
-       - ".-host [user] [del mask]"    WORKS 
-       - ".+ban [mask] [chan] [time] [reason]" WORKS 
-       - ".-ban [mask]"                WORKS 
-       - ".whois [user]"               WORKS 
-       - ".bans [chan]" (BOT)          WORKS 
-       - ".banlist" (CHAN)             DONE,TODO 
-       - ".+ignore <mask> [#channel] [time] <comment>" WORKS 
-       - ".-ignore <mask>"             WORKS 
-       - ".ignore [chan]"              WORKS, 
-       - ".adduser <nick>"             DONE,TODO 
-       - ".deluser <nick>"             DONE,TODO 
-       - ".+user <nick> <hostmask>"    WORKS 
-       - ".-user <nick>"               WORKS 
-       - ".chatset [channel] <setting>"        DONE 
-       - ".+chan <#chan>"                      WORKS 
-       - ".-chan <#chan>"                      WORKS 
-       - ".chaninfo"                           WORKS 
+* Changed +chan to chanadd
 
-2001-01-28 21:08  dms
+* Changed -chan to chandel
 
-       * files/sample/: sample.chan, sample.config, sample.config.example,
-       sample.config.proposed, sample.countdown, sample.insert,
-       sample.users: 
-       - new directory for sample configuration 
+* Changed +ban to banadd
 
-2001-01-28 21:04  dms
+* Changed -ban to bandel
 
-       * files/: blootbot.chan, blootbot.users: 
-       - NEW style config file.  
+* Changed +host to hostadd
 
-2001-01-28 21:02  dms
+* Changed -host to hostdel
 
-       * src/core.pl: 
-       - NEW dynamic user/chan stuff.  
-       - prevent doExit running twice.  
-       - loadMyModulesNow after chanfile! 
-       - added IsChanConf() and getChanConfList 
+* Changed adduser to useradd
 
-2001-01-28 21:00  dms
+* Changed deluser to userdel
 
-       * src/DynaConfig.pl: 
-       - NEW dynamic user/chan stuff.  
+1.5.1
+=====
 
-2001-01-28 20:50  dms
+* Fixed bug in factoid modification code that prevented matching against
+created_by properly
 
-       * src/: User.pl, UserFile.pl: 
-       - REMOVED FILES.  
+* New +M flag to allow modifying factoids created by same nick
 
-2001-01-28 20:50  dms
+1.5.0
+=====
 
-       * src/Files.pl: 
-       - removed userfile code.  
-       - removed ignore code.  
-
-2001-01-28 20:49  dms
-
-       * src/CommandStubs.pl: 
-       - aCH: don't remake hook hash.  
-       - pCH: warn if multiple matches are found.  
-       - added nickometer for channel.  
-
-2001-01-18 21:46  dms
-
-       * src/Modules/Debian.pl: ca.d.o does not do non-US any more 
-
-2001-01-17 20:22  dms
-
-       * src/Modules/Factoids.pl: used \* instead of / for days, founded
-       by fooz 
-
-2001-01-15 21:11  dms
-
-       * src/Factoids/Update.pl: added checking of NULL rhs just in case.  
-
-2001-01-15 21:10  dms
-
-       * src/Modules/Factoids.pl: 
-       - fix for null factoids in factinfo.  
-       - added 'factstats nullfactoids'.  
-
-2001-01-14 21:04  dms
-
-       * src/Modules/Topic.pl: topic info now includes length 
-
-2001-01-10 22:57  dms
-
-       * src/IRC/Irc.pl: 
-       - cosmetic (useless) update.  
-
-2001-01-10 22:56  dms
-
-       * src/UserExtra.pl: 
-       - update to 'cpustats'.  
-
-2001-01-10 22:55  dms
-
-       * src/Misc.pl: 
-       - forgot [] around gettimeofday.  
-       - select() added before first fork msg.  
-
-2001-01-10 22:55  dms
-
-       * src/Shm.pl: 
-       - minor mods to addForked wrt time.  
-       - proper detection of dead forks.  
-
-2001-01-10 22:54  dms
-
-       * src/Modules/Debian.pl: quote typo@18,default==unstable 
-
-2001-01-10 22:54  dms
-
-       * src/modules.pl: 
-       - AUTOLOAD to ignore __ 
-       - use eval on 'require'.  
-
-2001-01-06 20:55  dms
-
-       * src/Factoids/Reply.pl: 
-       - added smart_replace, finally fixed SARs for sure.  
-       still need to move numeric range replacement into the loop.  
-
-2001-01-06 20:54  dms
-
-       * src/: Net.pl, Modules/Debian.pl, Modules/Factoids.pl,
-       Modules/Freshmeat.pl, Modules/Search.pl: 
-       - new time delta function 
-       - Debian.pl: \Q\E in validPackage 
-
-2001-01-06 20:53  dms
-
-       * src/IRC/Irc.pl: 
-       clearIRCVars update 
-
-2001-01-06 20:53  dms
-
-       * src/modules.pl: DNS.pl removed.  
-
-2001-01-06 20:52  dms
-
-       * src/Modules/DNS.pl: Removed this file.  
-
-2001-01-06 20:52  dms
-
-       * src/: CommandStubs.pl, UserExtra.pl: 
-       - more updates.  
-       - UserExtra.pl: added cpustats 
-       - CommandStubs: added UserFlag support 
-
-2001-01-06 20:51  dms
-
-       * src/: Misc.pl, Shm.pl, IRC/IrcHooks.pl: 
-       - forker (POSIX::_exit) fixes.  
-       - Misc.pl: added timedelta(renamed from gettimeofday),timeget.  
-
-2001-01-03 21:44  dms
-
-       * src/Net.pl: 
-       - &system typo.  
-
-2001-01-03 21:43  dms
-
-       * src/modules.pl: 
-       - DESTROY code removed.  
-
-2001-01-03 21:42  dms
-
-       * src/Misc.pl: 
-       - topic minor fix.  
-       - POSIX::_exit(0) added: fixes fork problem.  
-
-2001-01-03 21:42  dms
-
-       * src/Factoids/Update.pl: 
-       - allow SARing of factoids on _long_ factoids providing the new
-       string 
-       is shorter than the subst string.  
-
-2001-01-03 21:37  dms
-
-       * files/blootbot.lang: 
-       - moron reply added.  
-
-2001-01-03 21:37  dms
-
-       * src/Factoids/Reply.pl: 
-       - Finally added proper recursive SARs 
-
-2001-01-03 21:36  dms
-
-       * src/Modules/Factoids.pl: 
-       - add 'days' to created_time output.  
-
-2001-01-03 21:35  dms
-
-       * src/Modules/Debian.pl: 
-       - "testing" changes (broken) 
-       - make search packages case insensitive.  
-       - non-US fixed... about time.  
-
-2001-01-03 21:34  dms
-
-       * src/Process.pl: 
-       - unified hook changes.  
-       - ignore >64 questions.  
-       - support moron language.  
-
-2001-01-03 21:33  dms
-
-       * src/UserExtra.pl: 
-       - start using hooks.  
-       - added moron counter to 'status'.  
-
-2001-01-03 21:32  dms
-
-       * src/CommandStubs.pl: 
-       - unified for global command hooks 
-
-2001-01-03 21:31  dms
-
-       * src/IRC/: Irc.pl, IrcHooks.pl: 
-       - floodjoinCheck.  
-       - note on endofmotd.  
-       - Moved ircstats from Irc.pl to on_endofmotd#IrcHooks.pl 
-
-2000-12-29 22:46  dms
-
-       * src/Process.pl: for join, ignore whether on a channel if we have
-       power 
-
-2000-12-29 22:05  dms
-
-       * src/IRC/IrcHooks.pl: lowercase chan in on_kick, found by xsdg! 
-
-2000-12-19 21:06  dms
-
-       * src/Factoids/Reply.pl: forgot about int() in randnick - found by
-       lunartear 
-
-2000-12-18 21:40  dms
-
-       * src/core.pl: debug to restart 
-
-2000-12-18 21:38  dms
-
-       * src/Net.pl: Remove &ERROR() since it's done by WARN.  
-
-2000-12-18 21:35  dms
-
-       * src/Modules/Debian.pl: stop searching if found>100 
-
-2000-12-18 21:33  dms
-
-       * src/Process.pl: ignore long unparseable messages.  
-
-2000-12-16 20:32  dms
-
-       * src/core.pl: hrm 
-
-2000-12-16 20:31  dms
-
-       * src/modules.pl: minor fix to loadmymodules 
-
-2000-12-16 20:31  dms
-
-       * LICENSE: 
-       - new file for license.  
-
-2000-12-16 20:30  dms
-
-       * src/Files.pl: userlist display now verbosity>1 
-
-2000-12-16 20:30  dms
-
-       * src/IRC/IrcHooks.pl: 
-       - use dccsay 
-       - show flags on dcc chat connection.  
-       - set type on on_dcc* 
-
-2000-12-16 20:29  dms
-
-       * src/IRC/Irc.pl: 
-       - &dccsay() added.  
-       - &dcc_close() added.  
-       - use dccsay in performStrictReply() 
-
-2000-12-15 23:36  dms
-
-       * src/Misc.pl: very nice typo for regex, Angel indirectly found
-       this :) 
-
-2000-12-15 22:39  dms
-
-       * src/User.pl: forgot to reset userHandle 
-
-2000-12-15 22:28  dms
-
-       * src/core.pl: forgot about / in tempDir 
-
-2000-12-15 22:25  dms
-
-       * src/Modules/UserDCC.pl: added '.mode' for Netsnipe 
-
-2000-12-12 23:12  dms
-
-       * src/core.pl: change ~ to ENV{HOME} 
-
-2000-12-11 20:26  dms
-
-       * src/IRC/Schedulers.pl: chanlimitcheck: removed netsplit check 
-
-2000-12-11 20:24  dms
-
-       * src/IRC/IrcHooks.pl: netsplit timer added 
-
-2000-12-10 20:55  dms
-
-       * src/Shm.pl: &showProc in delForked() 
-
-2000-12-10 20:54  dms
-
-       * src/IRC/IrcHooks.pl: userHandle now global var 
-
-2000-12-10 20:53  dms
-
-       * src/User.pl: verifyUser finally fixed 
-
-2000-12-10 20:52  dms
-
-       * src/core.pl: tempdir fix 
-
-2000-12-10 20:51  dms
-
-       * src/Modules/: Freshmeat.pl, Kernel.pl, Slashdot3.pl: temp dir
-       unified 
-
-2000-12-10 20:49  dms
-
-       * src/Modules/Debian.pl: 
-       - 'find *bin*ssh*' should work.  
-       - temp dir unified.  
-
-2000-12-10 20:48  dms
-
-       * src/Modules/Factoids.pl: 
-       - 'seefix' checks for self-redirects and removes if successful.  
-       - 'deadredir' reject long vals.  
-       - 'listfix' added.  
-
-2000-12-09 21:26  dms
-
-       * src/Modules/Topic.pl: removed/convert debug messages 
-
-2000-12-09 21:04  dms
-
-       * src/IRC/IrcHooks.pl: changed debug to status line 
-
-2000-12-09 21:01  dms
-
-       * src/IRC/Schedulers.pl: forgot to return for limitcheck + netsplit 
-
-2000-12-08 21:09  dms
-
-       * src/IRC/Schedulers.pl: renamed limitCheck to chanlimitCheck 
-
-2000-12-04 21:31  dms
-
-       * src/IRC/Schedulers.pl: Typos galore for logCycle, should be fixed 
-
-2000-12-03 21:52  dms
-
-       * src/IRC/Schedulers.pl: output cleanup 
-
-2000-12-03 21:51  dms
-
-       * src/Modules/Debian.pl: fallback on * properly 
-
-2000-12-03 21:50  dms
-
-       * src/Modules/W3Search.pl: Moved w3 regex here 
-
-2000-12-03 21:48  dms
-
-       * src/CommandStubs.pl: typo fixed 
-
-2000-12-03 21:47  dms
-
-       * src/CommandStubs.pl: Removed W3 regex 
-
-2000-12-03 21:46  dms
-
-       * src/Modules/Factoids.pl: Added 'factstats seefix' 
-
-2000-12-03 21:46  dms
-
-       * src/Misc.pl: validFactoid.  
-
-2000-11-24 22:26  dms
-
-       * src/Modules/Debian.pl: Contents for non-US is broken! 
-
-2000-11-24 22:02  dms
-
-       * src/Modules/Debian.pl: typo 
-
-2000-11-24 20:23  dms
-
-       * src/Misc.pl: 
-       - validFactoid.  
-       - fixString 
-
-2000-11-24 20:17  dms
-
-       * src/Modules/Freshmeat.pl: 
-       - prevent dupe errors.  
-       - support bz2/gz for appindex.  
-
-2000-11-24 20:10  dms
-
-       * src/Shm.pl: if name undefined, bail out 
-
-2000-11-24 20:07  dms
-
-       * src/modules.pl: use modulebase instead of modulefile for
-       delForked() 
-
-2000-11-23 23:10  dms
-
-       * src/CommandStubs.pl: made freshmeat fork always 
-
-2000-11-23 22:53  dms
-
-       * src/Modules/Freshmeat.pl: changed core to www 
-
-2000-11-23 22:22  dms
-
-       * src/CommandStubs.pl: @args changed to flat 
-
-2000-11-23 22:21  dms
-
-       * src/: Misc.pl, Net.pl: debug messages removed 
-
-2000-11-23 22:21  dms
-
-       * src/Modules/Debian.pl: more cleanups. ^blah and blah$ workspico
-       Debian.pl! 
-
-2000-11-19 22:56  dms
-
-       * src/Modules/Debian.pl: debug 
-
-2000-11-19 22:56  dms
-
-       * src/modules.pl: use AUTOLOAD to prevent crashes 
-
-2000-11-19 22:55  dms
-
-       * src/Net.pl: Reduced timeout by 10x 
-
-2000-11-19 22:54  dms
-
-       * src/UserExtra.pl: Fixed up tell to allow target == 'us'.  
-
-2000-11-19 22:49  dms
-
-       * src/IRC/IrcHooks.pl: Exit process if on_public hook is activated
-       under fork 
-
-2000-11-01 21:59  dms
-
-       * src/UserExtra.pl: 
-       - fixed up tell.  
-       - 'cycle' changed a bit.  
-
-2000-11-01 21:55  dms
-
-       * src/IRC/Irc.pl: debug msg for mixed-case chan 
-
-2000-11-01 21:54  dms
-
-       * src/IRC/Schedulers.pl: 
-       - make sure we reschedule everything unless it's a non-recoverable
-       error.  
-       - disable limit if split active in limitcheck.  
-       - enabled 'unlink' in logcycle.  
-
-2000-10-04 00:08  dms
-
-       * src/CommandStubs.pl: 
-       - we shifted args before using args[0]. fixed.  
-       - fixed broken 'convert' cmd.  
-
-2000-10-03 01:33  dms
-
-       * src/core.pl: version update 
-
-2000-10-03 01:29  dms
-
-       * src/modules.pl: minor change to reloadModule 
-
-2000-10-03 01:26  dms
-
-       * src/db_mysql.pl: added sth->finish in an attempt to prevent leaks 
-
-2000-10-03 01:26  dms
-
-       * src/CommandStubs.pl: alias to fm for freshmeat forgotten 
-
-2000-10-03 01:20  dms
-
-       * src/Modules/Freshmeat.pl: cleanup of comments 
-
-2000-10-03 01:19  dms
-
-       * src/IRC/Irc.pl: change timeout value for scheduler interval 
-
-2000-10-03 01:12  dms
-
-       * src/IRC/IrcHooks.pl: fixed - typo for join() 
-
-2000-09-29 23:39  dms
-
-       * src/CommandStubs.pl: tiny cleanup 
-
-2000-09-29 23:10  dms
-
-       * src/Modules/UserDCC.pl: Minor cleanup 
-
-2000-09-29 23:03  dms
-
-       * src/IRC/IrcHooks.pl: DCC fixed 
-
-2000-09-25 20:08  dms
-
-       * src/IRC/Irc.pl: fixed up performReply to be more intelligent when
-       doing random stuff.  
-
-2000-09-25 20:07  dms
-
-       * src/Factoids/Question.pl: notfound uses @query now; removed
-       origQuery 
-
-2000-09-25 00:20  dms
-
-       * src/logger.pl: close log then statuspico logger.pl! 
-
-2000-09-24 19:53  dms
-
-       * src/CommandStubs.pl: more changes 
-
-2000-09-24 19:51  dms
-
-       * src/Modules/Dict.pl: moved a few lines from CommandStubs.pl here 
-
-2000-09-24 19:50  dms
-
-       * src/Factoids/Question.pl: added 'debianForFactoid'.  fixed
-       question 'you suck'. found by cerb.  
-
-2000-09-24 19:49  dms
-
-       * src/core.pl: forgot 'next' in dir check 
-
-2000-09-23 22:18  dms
-
-       * scripts/setup_sql.pl: closed 114944 -- karma can't be a negative
-       int 
-
-2000-09-23 22:15  dms
-
-       * src/core.pl: added check for dirs on startup 
-
-2000-09-23 22:12  dms
-
-       * src/Modules/Slashdot3.pl: moved temp dir check to core.pl 
-
-2000-09-23 20:46  dms
-
-       * src/Modules/Freshmeat.pl: removed some debug lines 
-
-2000-09-23 20:45  dms
-
-       * src/modules.pl: fixed up return vals for loadMyModule() 
-
-2000-09-23 20:45  dms
-
-       * src/Modules/RootWarn.pl: non-mysql stub 
-
-2000-09-23 20:44  dms
-
-       * src/CommandStubs.pl: more conversion to new code 
-
-2000-09-23 20:43  dms
-
-       * src/IRC/Schedulers.pl: one too many parens for seen stats;
-       cleanup.  
-
-2000-09-23 20:30  dms
-
-       * src/logger.pl: repeat throttling added 
-
-2000-09-22 19:56  dms
-
-       * src/CommandStubs.pl: moved more functions to new hook scheme 
-
-2000-09-22 19:55  dms
-
-       * src/Shm.pl: forgot shmFlush() in closeSHM() 
-
-2000-09-22 18:51  dms
-
-       * files/sample.config: 'undelete' option 
-
-2000-09-22 18:50  dms
-
-       * src/IRC/Schedulers.pl: periodically check to delete deleted
-       factoids 
-
-2000-09-22 18:49  dms
-
-       * src/Process.pl: added undelete command 
-
-2000-09-22 18:49  dms
-
-       * src/Files.pl: removed some verbosity.  
-
-2000-09-22 18:48  dms
-
-       * src/modules.pl: verbose on reload (time ago, delta time) 
-
-2000-09-18 21:37  dms
-
-       * src/IRC/Irc.pl: op (mode) does not work? 
-
-2000-09-18 20:01  dms
-
-       * src/Modules/Debian.pl: typo for searchDesc list element 
-
-2000-09-18 19:47  dms
-
-       * src/Misc.pl: minor text cleanup.  removed checkPing.  
-
-2000-09-18 19:47  dms
-
-       * src/CommandStubs.pl: minor cleanup.  Preliminary command hooks
-       (event handlers) working! 
-
-2000-09-18 19:46  dms
-
-       * src/IRC/Schedulers.pl: Chanserv 2nd stage fail protection Added
-       seen stats.  
-
-2000-09-18 19:45  dms
-
-       * src/Modules/Debian.pl: Added NULL check for &search*(); Added
-       stubs for archived revisions.  
-
-2000-09-18 19:44  dms
-
-       * src/Factoids/Question.pl: Trailing symbols (.!) ignored on
-       question Founded by Flugh 
-
-2000-09-18 19:43  dms
-
-       * src/db_mysql.pl: sqldebug clean up; forgot a return line for
-       GetCol 
-
-2000-09-18 19:37  dms
-
-       * src/IRC/Irc.pl: chanserv update to &joinNextChan() 
-
-2000-09-18 19:36  dms
-
-       * src/: IRC/IrcHooks.pl, Modules/Debian.pl, db_dbm.pl: minor update 
-
-2000-09-18 19:34  dms
-
-       * src/User.pl: removed repetitive debug line 
-
-2000-09-18 19:30  dms
-
-       * src/Process.pl: removed feedback addressing. Issue raised by
-       Flugh 
-
-2000-09-16 22:12  dms
-
-       * src/CommandStubs.pl: added ddesc for desc search 
-
-2000-09-16 22:11  dms
-
-       * src/Modules/Debian.pl: added &searchDesc() if &searchContents()
-       fails 
-
-2000-09-16 22:10  dms
-
-       * src/IRC/Schedulers.pl: added NULL irc channel check 
-
-2000-09-16 22:09  dms
-
-       * src/core.pl: removed loggingstatus 
-
-2000-09-16 21:57  dms
-
-       * src/logger.pl: &status() changes. removed loggingstatus in favour
-       of fileno().  
-
-2000-09-16 21:23  dms
-
-       * scripts/setup_sql.pl: another attempt for a fix 
-
-2000-09-14 21:29  dms
-
-       * scripts/: setup_sql.pl, setup_tables.pl, setup_users.pl: script
-       merge, doc update 
-
-2000-09-14 20:13  dms
-
-       * src/: Files.pl, UserFile.pl, Modules/UserDCC.pl: status() ->
-       &status() 
-
-2000-09-14 20:12  dms
-
-       * src/IRC/IrcHooks.pl: minor text fixup for umode 
-
-2000-09-14 20:11  dms
-
-       * src/IRC/Schedulers.pl: Added miscCheck(), now does
-       reloadAllModules() 
-
-2000-09-14 20:07  dms
-
-       * src/modules.pl: ability to reload extra modules automatically 
-
-2000-09-14 00:39  dms
-
-       * src/Modules/Debian.pl: another installed-size prob fix 
-
-2000-09-13 22:18  dms
-
-       * src/Factoids/Reply.pl: Removed FIXME 
-
-2000-09-13 22:07  dms
-
-       * src/Misc.pl: stat used wrong time, [8] instead of [9] 
-
-2000-09-13 22:03  dms
-
-       * src/Misc.pl: changed some text, more debugging 
-
-2000-09-13 22:02  dms
-
-       * src/Modules/Debian.pl: hopefully last time it will be fixed 
-
-2000-09-13 21:39  dms
-
-       * src/Modules/Freshmeat.pl: forgot about blootbot_pid 
-
-2000-09-13 21:38  dms
-
-       * src/Modules/Debian.pl: non-us fixed! 
-
-2000-09-13 21:36  dms
-
-       * src/modules.pl: removed two debugging lines or so 
-
-2000-09-13 21:19  dms
-
-       * src/Modules/Debian.pl: Removed fixNonUS; added a hack for no
-       contents file for woody non-US i386 at least.  
-
-2000-09-13 21:03  dms
-
-       * src/core.pl: bot: spit out memory change messages in DCC CHAT.
-       TODO: DCCBroadcast should allow userflag arg.  
-
-2000-09-12 23:33  dms
-
-       * src/Modules/Topic.pl: Another regex topic fix 
-
-2000-09-12 23:12  dms
-
-       * src/db_mysql.pl: Fixed up stub dbGetRowInfo 
-
-2000-09-10 22:40  dms
-
-       * src/logger.pl: was opening sql debug file for read, not write.
-       typo 
-
-2000-09-10 01:09  dms
-
-       * src/IRC/Schedulers.pl: changed verb level from 2 to 1 for
-       seenFlush 
-
-2000-09-10 00:36  dms
-
-       * src/IRC/Schedulers.pl: debug for seenflush 
-
-2000-09-10 00:30  dms
-
-       * files/sample.config: SQLDebug line 
-
-2000-09-10 00:28  dms
-
-       * src/modules.pl: forgot to set module age if successfully loaded.
-       split reloadModules into reloadAllModules and reloadModule.
-       &reloadModule() now called by loadMyModule() 
-
-2000-09-10 00:24  dms
-
-       * src/logger.pl: supressed subroutine redefined warning. Added sql
-       debug support (open/close) 
-
-2000-09-10 00:19  dms
-
-       * src/db_mysql.pl: Added sql debug support (print) 
-
-2000-09-10 00:16  dms
-
-       * src/Modules/UserDCC.pl: fixed/added global factoid SAR 
-
-2000-09-09 22:41  dms
-
-       * src/Modules/Topic.pl: fixed regex line, founded by Flugh 
-
-2000-09-06 23:00  dms
-
-       * src/Factoids/Update.pl: minor change 
-
-2000-09-06 22:59  dms
-
-       * src/logger.pl: 'use strict' issue 
-
-2000-09-06 22:57  dms
-
-       * src/Modules/UserDCC.pl: global SAR. only avail to +n and DCC.  
-
-2000-09-06 22:56  dms
-
-       * src/core.pl: fixed due to changes. (re: Flugh) 
-
-2000-09-05 23:47  dms
-
-       * scripts/: dbm2mysql.pl, mysql2txt.pl, setup_tables.pl,
-       setup_users.pl, txt2mysql.pl: forgot to update these files in the
-       root dir overhaul 
-
-2000-09-05 01:55  dms
-
-       * scripts/setup_users.pl: fixed up a bit 
-
-2000-09-05 01:28  dms
-
-       * src/logger.pl: stupid typo (carelessness) on my behalf 
-
-2000-09-01 22:21  dms
-
-       * src/UserExtra.pl: debug info for ircstats hash list 
-
-2000-09-01 22:19  dms
-
-       * src/IRC/IrcHooks.pl: added disconnect and connect stats, just
-       debug info for now 
-
-2000-09-01 21:18  dms
-
-       * src/Modules/Topic.pl: prevent dupes to be added; added debugging
-       info if bot is not permitted to add topics (+t/-o).  
-
-2000-09-01 20:58  dms
-
-       * src/IRC/Schedulers.pl: ircCheck now checks @joinchan for chans
-       left to join, but should never happen.  
-
-2000-09-01 20:56  dms
-
-       * src/Modules/Debian.pl: debian: fixed broken files for woody's
-       non-US 
-
-2000-08-31 22:45  dms
-
-       * src/CommandStubs.pl: lame warning fix for babel 
-
-2000-08-31 22:41  dms
-
-       * src/logger.pl: forgot a ) 
-
-2000-08-30 21:33  dms
-
-       * src/Modules/Uptime.pl: Added catch just in case if forked 
-
-2000-08-30 21:14  dms
-
-       * src/Shm.pl: changes due to Debian.pl 
-
-2000-08-30 21:12  dms
-
-       * src/Modules/Debian.pl: minor changes, removed 'slink', changed
-       'stable' for 'potato' 
-
-2000-08-30 21:09  dms
-
-       * src/Factoids/Update.pl: added debugging info for '.,' and '.,'
-       problems 
-
-2000-08-30 20:42  dms
-
-       * src/logger.pl: added $forkedtime, for debugging 
-
-2000-08-30 20:19  dms
-
-       * src/CommandStubs.pl: preliminary command hook support added 
-
-2000-08-20 22:17  dms
-
-       * src/Modules/UserDCC.pl: closed 17554 -- re-add part/leave to DCC
-       CHAT only 
-
-2000-08-20 21:58  dms
-
-       * src/Modules/Debian.pl: we don't stop if debianDownload fails
-       unless none of the files exist locally 
-
-2000-08-20 21:46  dms
-
-       * src/Modules/Debian.pl: shouldn't recursively call sP 
-
-2000-08-20 21:33  dms
-
-       * src/Misc.pl: double fork -> VERB(2), minor cosmetics 
-
-2000-08-20 21:28  dms
-
-       * src/IRC/IrcHooks.pl: if statement of seen swapped.   DCC CHAT
-       close ignored if forked.  
-
-2000-08-20 21:25  dms
-
-       * src/Factoids/Reply.pl: added randnick 
-
-2000-08-20 21:24  dms
-
-       * src/Modules/Debian.pl: check for stality in sP() 
-
-2000-08-19 20:10  dms
-
-       * files/sample.config: closed 17225 -- result of fixed bug 
-
-2000-08-19 19:24  dms
-
-       * src/: User.pl, IRC/IrcHooks.pl: closed 17225 -- seen only stores
-       addressed messages. Also moved seen code from User.pl to IrcHooks.pl 
-
-2000-08-19 18:44  dms
-
-       * src/Modules/Topic.pl: closed 17447 -- 'topic info' should give
-       more info 
-
-2000-08-15 19:27  dms
-
-       * src/Misc.pl: warning (typo) fixed 
-
-2000-08-15 19:26  dms
-
-       * files/sample.config: deprecated weather option/feature removed 
-
-2000-08-15 19:24  dms
-
-       * src/IRC/Schedulers.pl: ircCheck(): added full path for ipcs,ipcrm 
-
-2000-08-15 19:21  dms
-
-       * src/IRC/IrcHooks.pl: on_disconnect schedules ircCheck*( for 1800s 
-
-2000-08-12 20:45  dms
-
-       * src/UserExtra.pl: don't prevent wantnick from working in any case 
-
-2000-08-12 20:43  dms
-
-       * src/IRC/Schedulers.pl: Added getNickInUse() 
-
-2000-08-12 20:42  dms
-
-       * src/IRC/IrcHooks.pl: on_nick_taken calls getNickInUse() now 
-
-2000-08-12 20:41  dms
-
-       * src/logger.pl: use getPath() for create logdir for openLog() 
-
-2000-08-12 20:38  dms
-
-       * src/Misc.pl: typo for file in loadHelp() ... added getPath() for
-       openLog() 
-
-2000-08-11 21:28  dms
-
-       * src/Factoids/Update.pl: closed 17031 -- Fix up appending to
-       factoids 
-
-2000-08-11 21:21  dms
-
-       * src/Factoids/: Reply.pl, Update.pl: closed 17187 -- <factoid> are
-       also <info>' doesn't work...   also removed mailto: 
-
-2000-08-11 21:10  dms
-
-       * src/Modules/Math.pl: closed 17344 -- Maths.pl is borked in a way 
-
-2000-08-11 20:53  dms
-
-       * src/IRC/IrcHooks.pl: close 17091 completely... fix up on_nick IRC
-       hook 
-
-2000-08-11 20:48  dms
-
-       * src/IRC/Schedulers.pl: closed 17091 -- chaninfo stats
-       inconsistent after time 
-
-2000-08-11 20:11  dms
-
-       * src/modules.pl: Fixed problem with loadMyModules() caused by
-       delForked() 
-
-2000-08-11 20:10  dms
-
-       * src/Modules/W3Search.pl: closed 17379 -- W3Search.pl gives
-       duplicate output 
-
-2000-08-04 23:19  dms
-
-       * src/Factoids/Statement.pl: at -> mailto remnants from stock
-       infobot removed 
-
-2000-08-03 22:19  dms
-
-       * src/logger.pl: status did not print output if config file was not
-       loaded. Fixed by initializing VERBOSITY to 1 
-
-2000-08-03 22:11  gmlb
-
-       * INSTALL.patches: Readme update.  
-
-2000-08-03 21:53  dms
-
-       * src/Modules/Kernel.pl: forgot about blootbot -> bot 
-
-2000-08-03 01:04  gmlb
-
-       * INSTALL.mysql, INSTALL: Fixed some documentation typOs. (in the
-       install docs) 
-
-2000-08-01 21:41  dms
-
-       * src/CommandStubs.pl: userinfo had wrong argument # set 
-
-2000-07-31 22:57  gmlb
-
-       * infobot: 
-       Removed old infobot. We are now using blootbot as the main script 
-
-2000-07-31 22:37  dms
-
-       * src/: IRC/Irc.pl, IRC/IrcHooks.pl, IRC/Schedulers.pl,
-       Modules/Countdown.pl, Modules/Factoids.pl, Modules/Freshmeat.pl,
-       Modules/Kernel.pl, Modules/Units.pl, Modules/Uptime.pl,
-       Modules/Wingate.pl, Modules/babel.pl: cvs commit borked, continuing 
-
-2000-07-31 22:31  dms
-
-       * AUTHORS, INSTALL, README, blootbot, doc/old/TODO,
-       files/blootbot.help, files/blootbot.ignore, files/blootbot.lang,
-       files/blootbot.lart, files/blootbot.randtext, files/blootbot.users,
-       files/ircII.servers, files/sample.config, scripts/botchk.sh,
-       scripts/dbm2mysql.pl, scripts/insertDB.pl, scripts/mysql2txt.pl,
-       scripts/setup_tables.pl, scripts/setup_users.pl,
-       scripts/txt2mysql.pl, src/Misc.pl, src/Process.pl, src/core.pl,
-       src/modules.pl, src/Factoids/Question.pl, src/Factoids/Reply.pl,
-       src/Factoids/Statement.pl, src/Factoids/Update.pl: Changed
-       $infobot_ to $bot_ Changed infobot to blootbot where needed Renamed
-       *infobot* to *blootbot* 
-
-2000-07-31 20:47  dms
-
-       * src/logger.pl: Added functionality to cycle all logs if exceeds
-       specified size 
-
-2000-07-31 20:33  dms
-
-       * src/: CommandStubs.pl, UserExtra.pl, Modules/Topic.pl: changed
-       NOREPLY to dollar noreply 
-
-2000-07-31 20:10  dms
-
-       * src/Modules/UserDCC.pl: send DCC message when using 'op' 
-
-2000-07-30 08:33  gmlb
-
-       * doc/README_TODO: Added README_TODO. It contains important info on
-       the TODO list. READ! 
-
-2000-07-30 08:01  gmlb
-
-       * doc/: BUGS, Connection.pm, EXAMPLES, FAQ, Google.pm, TODO, USAGE,
-       mysql.txt, notes.txt, pgsql.txt: Removing old doucments in /doc.
-       They are archived in /doc/old. The newest documents will be on the
-       website. See /doc/README_NOW for more information.  
-
-2000-07-30 07:56  gmlb
-
-       * doc/old/: BUGS, Connection.pm, EXAMPLES, FAQ, Google.pm, TODO,
-       USAGE, mysql.txt, notes.txt, pgsql.txt: Moving documentation to
-       /doc/old 
-
-2000-07-30 07:51  gmlb
-
-       * doc/README_NOW: Adding README_NOW. Please read it, as it contains
-       very important DOC information 
-
-2000-07-30 07:02  blootbot
-
-       * AUTHORS: Updated personal info in AUTHORS file. Must talk to XK
-       about title :) 
-
-2000-07-30 00:11  dms
-
-       * AUTHORS, patches/Connection.pm, patches/Google.pm: new/moved
-       files 
-
-2000-07-30 00:09  dms
-
-       * INSTALL.patches, README, doc/USAGE, doc/modules.txt,
-       files/sample.config, scripts/backup_table-slave.pl, src/Files.pl,
-       src/Misc.pl, src/Net.pl, src/Shm.pl, src/UserExtra.pl, src/core.pl,
-       src/db_dbm.pl, src/db_mysql.pl, src/db_pgsql.pl, src/logger.pl,
-       src/modules.pl, src/Factoids/DBCommon.pl, src/Factoids/Update.pl,
-       src/IRC/Irc.pl, src/IRC/IrcHooks.pl, src/IRC/Schedulers.pl,
-       src/Modules/Countdown.pl, src/Modules/Debian.pl,
-       src/Modules/DebianExtra.pl, src/Modules/Dict.pl,
-       src/Modules/DumpVars.pl, src/Modules/Factoids.pl,
-       src/Modules/Freshmeat.pl, src/Modules/Kernel.pl,
-       src/Modules/RootWarn.pl, src/Modules/Slashdot3.pl,
-       src/Modules/Topic.pl, src/Modules/Uptime.pl,
-       src/Modules/UserDCC.pl, src/Modules/UserInfo.pl,
-       src/Modules/Wingate.pl: changed email address 
-
-2000-07-28 23:26  dms
-
-       * files/infobot.config, files/sample.config, src/core.pl: 
-       loadConfig to spurt out correct message when infobot.config does not
-       exist on fresh install 
-
-2000-07-28 23:11  dms
-
-       * MrInfo.uptime: delete stale files not needed for fresh
-       installation 
-
-2000-07-28 00:59  blootbot
-
-       * ChangeLog: Added a line to ChangeLog. I hope to keep this more
-       uptodate and start documentatio. -GmLB 
-
-2000-07-28 00:10  blootbot
-
-       * INSTALL, INSTALL.dbm, INSTALL.mysql, INSTALL.patches,
-       INSTALL.pgsql, README, infobot, ChangeLog, MrInfo.uptime, doc/BUGS,
-       doc/Connection.pm, doc/EXAMPLES, doc/FAQ, doc/Google.pm, doc/TODO,
-       doc/USAGE, doc/modules.txt, doc/mysql.txt, doc/notes.txt,
-       doc/pgsql.txt, files/infobot.config, files/infobot.help,
-       files/infobot.ignore, files/infobot.lart, files/infobot.users,
-       files/ircII.servers, files/sample.countdown,
-       patches/Net::IRC.patch, patches/WWW::Search.patch,
-       scripts/backup_table-master.sh, scripts/backup_table-slave.pl,
-       scripts/botchk.sh, scripts/dbm2mysql.pl, scripts/dbm2txt.pl,
-       scripts/fixbadchars.pl, scripts/insertDB.pl, scripts/makepasswd,
-       scripts/mysql2txt.pl, scripts/oreilly_dumpvar.pl,
-       scripts/oreilly_prettyp.pl, scripts/parse_warn.pl,
-       scripts/setup_tables.pl, scripts/setup_users.pl,
-       scripts/showvars.pl, scripts/txt2mysql.pl, scripts/vartree.pl,
-       scripts/webbackup.pl, files/infobot.randtext, files/infobot.lang,
-       files/sample.config, files/sample.insert, files/unittab,
-       src/CommandStubs.pl, src/Files.pl, src/Misc.pl, src/Net.pl,
-       src/Process.pl, src/Shm.pl, src/User.pl, src/UserExtra.pl,
-       src/core.pl, src/db_dbm.pl, src/db_mysql.pl, src/db_pgsql.pl,
-       src/interface.pl, src/logger.pl, src/modules.pl, src/IRC/Irc.pl,
-       src/IRC/IrcHooks.pl, src/IRC/Schedulers.pl,
-       src/Modules/Countdown.pl, src/Modules/DNS.pl,
-       src/Modules/Debian.pl, src/Modules/Dict.pl,
-       src/Modules/Freshmeat.pl, src/Modules/Kernel.pl,
-       src/Modules/Quote.pl, src/Modules/RootWarn.pl,
-       src/Modules/Search.pl, src/Modules/Slashdot3.pl,
-       src/Modules/Topic.pl, src/Modules/Units.pl, src/Modules/Uptime.pl,
-       src/Modules/UserInfo.pl, src/Modules/W3Search.pl,
-       src/Factoids/DBCommon.pl, src/Factoids/Norm.pl,
-       src/Factoids/Question.pl, src/Factoids/Reply.pl,
-       src/Factoids/Statement.pl, src/Factoids/Update.pl,
-       src/Modules/DebianExtra.pl, src/Modules/DumpVars.pl,
-       src/Modules/Factoids.pl, src/Modules/Math.pl,
-       src/Modules/UserDCC.pl, src/Modules/Wingate.pl,
-       src/Modules/babel.pl, src/Modules/insult.pl,
-       src/Modules/nickometer.pl: 
-       Trying to add 1.0.0. I hope it works. --GmLB 
-
-2000-07-28 00:10  blootbot
-
-       * INSTALL, INSTALL.dbm, INSTALL.mysql, INSTALL.patches,
-       INSTALL.pgsql, README, infobot, ChangeLog, MrInfo.uptime, doc/BUGS,
-       doc/Connection.pm, doc/EXAMPLES, doc/FAQ, doc/Google.pm, doc/TODO,
-       doc/USAGE, doc/modules.txt, doc/mysql.txt, doc/notes.txt,
-       doc/pgsql.txt, files/infobot.config, files/infobot.help,
-       files/infobot.ignore, files/infobot.lart, files/infobot.users,
-       files/ircII.servers, files/sample.countdown,
-       patches/Net::IRC.patch, patches/WWW::Search.patch,
-       scripts/backup_table-master.sh, scripts/backup_table-slave.pl,
-       scripts/botchk.sh, scripts/dbm2mysql.pl, scripts/dbm2txt.pl,
-       scripts/fixbadchars.pl, scripts/insertDB.pl, scripts/makepasswd,
-       scripts/mysql2txt.pl, scripts/oreilly_dumpvar.pl,
-       scripts/oreilly_prettyp.pl, scripts/parse_warn.pl,
-       scripts/setup_tables.pl, scripts/setup_users.pl,
-       scripts/showvars.pl, scripts/txt2mysql.pl, scripts/vartree.pl,
-       scripts/webbackup.pl, files/infobot.randtext, files/infobot.lang,
-       files/sample.config, files/sample.insert, files/unittab,
-       src/CommandStubs.pl, src/Files.pl, src/Misc.pl, src/Net.pl,
-       src/Process.pl, src/Shm.pl, src/User.pl, src/UserExtra.pl,
-       src/core.pl, src/db_dbm.pl, src/db_mysql.pl, src/db_pgsql.pl,
-       src/interface.pl, src/logger.pl, src/modules.pl, src/IRC/Irc.pl,
-       src/IRC/IrcHooks.pl, src/IRC/Schedulers.pl,
-       src/Modules/Countdown.pl, src/Modules/DNS.pl,
-       src/Modules/Debian.pl, src/Modules/Dict.pl,
-       src/Modules/Freshmeat.pl, src/Modules/Kernel.pl,
-       src/Modules/Quote.pl, src/Modules/RootWarn.pl,
-       src/Modules/Search.pl, src/Modules/Slashdot3.pl,
-       src/Modules/Topic.pl, src/Modules/Units.pl, src/Modules/Uptime.pl,
-       src/Modules/UserInfo.pl, src/Modules/W3Search.pl,
-       src/Factoids/DBCommon.pl, src/Factoids/Norm.pl,
-       src/Factoids/Question.pl, src/Factoids/Reply.pl,
-       src/Factoids/Statement.pl, src/Factoids/Update.pl,
-       src/Modules/DebianExtra.pl, src/Modules/DumpVars.pl,
-       src/Modules/Factoids.pl, src/Modules/Math.pl,
-       src/Modules/UserDCC.pl, src/Modules/Wingate.pl,
-       src/Modules/babel.pl, src/Modules/insult.pl,
-       src/Modules/nickometer.pl: Initial revision 
+* Rebranding from blootbot
 
+# vim:ts=4:sw=4:expandtab:tw=80