]> git.donarmstrong.com Git - infobot.git/log
infobot.git
22 years ago- Another patch from Morten Brix Pedersen <morten@wtf.dk>:
dms [Mon, 18 Feb 2002 12:27:43 +0000 (12:27 +0000)]
- Another patch from Morten Brix Pedersen <morten@wtf.dk>:
    * The comments/settings you mentioned in sample.config.broken is now
      merged into sample.config.
    * Set debugging to 0 in sample.config
    * setup/setup.pl was trying to add the database twice which caused
      a lot of errors, remove redundant code
    * INSTALL file now points at blootbot.servers instead of ircII.server
    * Changed some messages printed to console
    * Update INSTALL.patches and remove reference to old Net::IRC patch
    * Update README.quick slightly
- Parts of patch not included or slightly modified.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@551 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- replaced sample.config with a "working" config according to
dms [Sat, 16 Feb 2002 12:27:54 +0000 (12:27 +0000)]
- replaced sample.config with a "working" config according to
  Morten Brix Pedersen.
- added doc/cmd.list - list of commands available on bot.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@550 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- patch from Morten Brix Pedersen <morten@wtf.dk>. Thanks!
dms [Sat, 16 Feb 2002 12:16:49 +0000 (12:16 +0000)]
- patch from Morten Brix Pedersen <morten@wtf.dk>. Thanks!
  - documentation and code update for setting up of bot.
- minor update to help file.
- stats.sql to support channel (code supports with or without channel
  column, from memory)
- ircII.servers changed to blootbot.servers
  'ln -fs ircII.servers blootbot.servers' for the lazy.
- setup/setup.pl now runs! but does it work?
- debian: cosmetic code update.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@549 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- Typo. Patch sent in by Joey Smith. Thanks.
dms [Wed, 6 Feb 2002 16:12:47 +0000 (16:12 +0000)]
- Typo.  Patch sent in by Joey Smith. Thanks.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@548 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- hrm... forgot to update local copy before I can commit. Silly me.
dms [Sat, 2 Feb 2002 09:30:05 +0000 (09:30 +0000)]
- hrm... forgot to update local copy before I can commit.  Silly me.
  Thanks to Joey Smith for notifying me.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@547 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- ok, shouldn't have deleted it in the first place
dms [Wed, 16 Jan 2002 14:09:41 +0000 (14:09 +0000)]
- ok, shouldn't have deleted it in the first place

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@546 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- ok, google is now fixed!
dms [Wed, 16 Jan 2002 14:01:28 +0000 (14:01 +0000)]
- ok, google is now fixed!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@545 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- added irc numeric 443 (useronchannel). should fix join problems.
dms [Fri, 11 Jan 2002 13:13:25 +0000 (13:13 +0000)]
- added irc numeric 443 (useronchannel). should fix join problems.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@544 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- ircCheck of channels should now try and join channels.. we'll see.
dms [Fri, 11 Jan 2002 13:08:52 +0000 (13:08 +0000)]
- ircCheck of channels should now try and join channels.. we'll see.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@543 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- modules: age of a few files were set to time(); use stat. Fixed.
dms [Sun, 6 Jan 2002 13:49:58 +0000 (13:49 +0000)]
- modules: age of a few files were set to time(); use stat.  Fixed.
- validChan: check for undefine arg; check for $c{$c} to avoid creating it.
- chanservCheck: check for $c{$c} to avoid creating it.
- factoidCheck: now deferred.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@542 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- IsHostMatch: check for NULL.
dms [Sat, 5 Jan 2002 14:08:47 +0000 (14:08 +0000)]
- IsHostMatch: check for NULL.
- forget: reduced by half-tab formatting.
- forget: added isau (is_author)
- forget: limitage is now a scale of 0->$limit (1->100%)
- unforget: moved !$result check after $check check.
- unforget: confirm whether it was recovered or not.
- debiancheck: moved back to miscCheck2

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@541 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- we used $name instead of $_ in fe. Finally fixed fork. [I'm a moron]
dms [Sat, 5 Jan 2002 12:55:46 +0000 (12:55 +0000)]
- we used $name instead of $_ in fe. Finally fixed fork. [I'm a moron]

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@540 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- better fix for on_disconnect.
dms [Thu, 3 Jan 2002 14:22:46 +0000 (14:22 +0000)]
- better fix for on_disconnect.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@539 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- on_disconnect: check if $self is defined. debugging added.
dms [Thu, 3 Jan 2002 13:30:04 +0000 (13:30 +0000)]
- on_disconnect: check if $self is defined. debugging added.
- run miscCheck in DebianDownload.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@538 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- Fixed: Fork: pid could be undefined.
dms [Sat, 29 Dec 2001 14:35:21 +0000 (14:35 +0000)]
- Fixed: Fork: pid could be undefined.
- verstats: added verbose message
- verstats: added a few more lesser known/used clients to detection.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@537 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- now support verstats for those who don't reply to "CTCP VERSION
dms [Sat, 29 Dec 2001 12:26:55 +0000 (12:26 +0000)]
- now support verstats for those who don't reply to "CTCP VERSION
  #channel" but "CTCP VERSION $nick".
  there's a max of 5*30/3 nicks unless we change verstats_flush.
- status() now supports a hack'ish hook to debug %channels (that is,
  ircCheck())
- if ignoreCheck hasn't been run in more than 60 seconds and we have a
  possible ignore match, run it.  unfortunately, the first message will
  be ignored if the removed entry matches the person asking the bot.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@536 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- on_invite: used 'next' in if statement, changed to commented return
dms [Fri, 28 Dec 2001 14:31:18 +0000 (14:31 +0000)]
- on_invite: used 'next' in if statement, changed to commented return
  since validChan is still buggy :/
- verstats: added more ID to possible clients.
- moved debian gz files check to miscCheck, changed interval to 120mins

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@535 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- make ignoreAdd a little more verbose.
dms [Wed, 26 Dec 2001 11:51:20 +0000 (11:51 +0000)]
- make ignoreAdd a little more verbose.
- added factoidPreventForgetLimitTime. if a factoid exceeds this age,
  prevent forget.
- added factoidPreventForgetRedirect. if this factoid is redirected to
  by other factoids, prevent forget.
- don't evaluate dollar vars in factoid request if it's a factoid
  command.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@534 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- woops. we can kill parent by mistake!
dms [Tue, 18 Dec 2001 16:28:59 +0000 (16:28 +0000)]
- woops. we can kill parent by mistake!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@533 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- kill fork if it has run for too long, and still exists!
dms [Sat, 15 Dec 2001 12:59:05 +0000 (12:59 +0000)]
- kill fork if it has run for too long, and still exists!
- typo in ignoreAdd; use makeHostMask.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@532 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- updates to DEBUG/WARN/ERROR or the result of looking at them
dms [Wed, 12 Dec 2001 14:51:58 +0000 (14:51 +0000)]
- updates to DEBUG/WARN/ERROR or the result of looking at them

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@531 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- return early if $AUTOLOAD is undefined.
dms [Tue, 11 Dec 2001 16:40:18 +0000 (16:40 +0000)]
- return early if $AUTOLOAD is undefined.
- set factoidPreventForgetLimit default to 100
- added abuse prevention of forget. (lets thank lazarus)
- backup of factoids was not working - fixed!
- factoid sar now has protection against all-out (>=2x) removal.
- added global $h var for host.
- commented out some news debugging since we hopefully fixed $who
  case-sensitivity.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@530 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- we used $::who when we sohuld have used $who in ~90% of cases. problem
dms [Sun, 2 Dec 2001 12:24:29 +0000 (12:24 +0000)]
- we used $::who when we sohuld have used $who in ~90% of cases. problem
  discovered by Felix! Thanks.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@529 c11ca15a-4712-0410-83d8-924469b57eb5

22 years agoOne more directory fix.
tom- [Sat, 27 Oct 2001 02:56:20 +0000 (02:56 +0000)]
One more directory fix.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@528 c11ca15a-4712-0410-83d8-924469b57eb5

22 years agocommiting for tom lear fixes #456939
noop [Fri, 19 Oct 2001 23:59:07 +0000 (23:59 +0000)]
commiting for tom lear fixes #456939

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@527 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- another orund of changes from lear.
dms [Mon, 15 Oct 2001 15:03:11 +0000 (15:03 +0000)]
- another orund of changes from lear.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@526 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- lets remove $fhs
dms [Sun, 14 Oct 2001 13:03:47 +0000 (13:03 +0000)]
- lets remove $fhs

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@525 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- basically fix up openDB to allow unix sockets. -lear.
dms [Sun, 14 Oct 2001 13:03:14 +0000 (13:03 +0000)]
- basically fix up openDB to allow unix sockets. -lear.
- forgot fixDist for one DebianDownload line.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@524 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- fhs changes
dms [Mon, 8 Oct 2001 13:02:49 +0000 (13:02 +0000)]
- fhs changes

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@523 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- another patch from lear.
dms [Mon, 8 Oct 2001 13:02:25 +0000 (13:02 +0000)]
- another patch from lear.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@522 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- ok, now it works. kill me, lear!
dms [Sun, 7 Oct 2001 16:08:44 +0000 (16:08 +0000)]
- ok, now it works. kill me, lear!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@521 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- I borked DBCommon.pl by mistake (setFactInfo duplication).
dms [Fri, 5 Oct 2001 17:46:25 +0000 (17:46 +0000)]
- I borked DBCommon.pl by mistake (setFactInfo duplication).
- added more variable checks to db_mysql.pl just in case they're
  undefined; removed main:: from functions.
- nasty eval code in Question.pl simplied. thanks lear!
- dbReplace arguments fixed up to match the 3 liner setFactInfo code.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@520 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- fhs changes
dms [Thu, 4 Oct 2001 14:18:14 +0000 (14:18 +0000)]
- fhs changes

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@519 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- ok... is there a way, in cvs, to commit everything in one go?
dms [Thu, 4 Oct 2001 14:17:48 +0000 (14:17 +0000)]
- ok... is there a way, in cvs, to commit everything in one go?

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@518 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- another round of patches from lear. "we love you, lear!" j/k :o
dms [Thu, 4 Oct 2001 14:13:39 +0000 (14:13 +0000)]
- another round of patches from lear. "we love you, lear!" j/k :o
- basically allows asuffield to include his FHS patch much easily
- er, how the hell do I use cvs?

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@517 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- renamed Factoids/Misc.pl to Factoids/Core.pl
dms [Tue, 2 Oct 2001 12:49:51 +0000 (12:49 +0000)]
- renamed Factoids/Misc.pl to Factoids/Core.pl
- removed db_sql.pl (basically moved to logger.pl)
- seen is now case insensitive
- missed one more instance of new dbReplace
- moved factoid specific stuff out of db_*.sql to Factoids/DBCommon.pl
- typo in pgsql.pl, kill me!
- typo in dict
--- thanks to lear!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@516 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- should fix "dict 1 shit". fixed by lear
dms [Mon, 1 Oct 2001 13:05:50 +0000 (13:05 +0000)]
- should fix "dict 1 shit". fixed by lear

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@515 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- second round of changes from lear@OPN. thanks!
dms [Mon, 1 Oct 2001 13:01:19 +0000 (13:01 +0000)]
- second round of changes from lear@OPN. thanks!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@514 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- bot stats: "blah has blah... is ranked xx/yy (zz percentile)"
dms [Sat, 8 Sep 2001 12:27:55 +0000 (12:27 +0000)]
- bot stats: "blah has blah... is ranked xx/yy (zz percentile)"
- invalid factoids: "^or ", "^but "
- factoid args: update request count and by.
- db_pgsql.pl updated; patch contributed by lear@OPN. thanks!
- added "_stats <nick>" to get all textstats about nick. (half working)
- added highlighting to irctextcounter output
- cpustats: show total % and parent/child ratio.
- logger: use 6spaces instead of 5 for counter.
- added support for Password argument for IRC.
- typo in Freshmeat.pl (forgot ::)
- Factoids/Misc.pl      - moved validFactoid here (from Misc.pl).
    - - moved FactoidStuff (from Process.pl)
- db_sql.pl             - common between mysql/pgsql.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@513 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- irctextcounters: add percentile/ranking.
dms [Mon, 6 Aug 2001 14:55:24 +0000 (14:55 +0000)]
- irctextcounters: add percentile/ranking.
- irctextcounters: added channel support.
- added command stats counter to be logged to sql table.
- added findChanConf() - hack to get any conf value.
- update stats when requesting factoid args factoid.
- added irc hooks for whoischannels,useronchannel,whois,422.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@512 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- attempt to fix .reset (chans) prob
dms [Thu, 21 Jun 2001 13:42:27 +0000 (13:42 +0000)]
- attempt to fix .reset (chans) prob

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@511 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- fixed, found by someone (lnx.de?)
dms [Thu, 14 Jun 2001 15:56:07 +0000 (15:56 +0000)]
- fixed, found by someone (lnx.de?)

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@510 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- forgot :: in News
dms [Sun, 10 Jun 2001 13:24:06 +0000 (13:24 +0000)]
- forgot :: in News

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@509 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- irctextcounters: add percentage to top3
dms [Sun, 10 Jun 2001 13:09:44 +0000 (13:09 +0000)]
- irctextcounters: add percentage to top3
- use &dbQuote() for all unprotected dbGet calls.
- added rehashConfVars() - the beginning.
- now keep stats of all commands - saved on exit.
- forget: check if backup exists - don't overwrite if it does.
- typo in nslookup/dns var.
- added dbGetColNiceHash - not used.
- dbSetRow: values now parsed by reference; $delay now works
- removed getKeys()
- factArgs: sort list from longest to shortest
- factArgs: go through all CMDs and check for possible dupes
- factArgs: when SARing, doing /g - found by greycat.
- schedule ircCheck more often
- chanlimitcheck: removed next statement, should work now
- renamed "factstats broken" to vandalism.
- fm: disabled table locking; enabled DELAYED INSERTs
- news: show time when next item should expire

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@508 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- irctextcounter: ORDER by counter, not nick!
dms [Fri, 1 Jun 2001 15:28:58 +0000 (15:28 +0000)]
- irctextcounter: ORDER by counter, not nick!
- merged patch from asuffield wrt db_mysql.pl
- attempt to load rootWarn on startup
- added &getPerlFiles() for module loading
- reloadAllModules: take into account bot_src_dir
- on_quit: moved removal of cache _after_ netsplit code.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@507 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- merged/modified patch from asuffield.
dms [Fri, 1 Jun 2001 15:28:48 +0000 (15:28 +0000)]
- merged/modified patch from asuffield.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@506 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- show how many calls we do to DEBUG,WARN,FIXME,status and WARN
dms [Wed, 30 May 2001 15:19:31 +0000 (15:19 +0000)]
- show how many calls we do to DEBUG,WARN,FIXME,status and WARN

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@505 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- userAdd, if no mask is given, don't add it.
dms [Wed, 30 May 2001 14:20:40 +0000 (14:20 +0000)]
- userAdd, if no mask is given, don't add it.
- maskHostMask deals with n!u@h properly - hack!
- if there are no +n users, treat bot as ownerless and waiting for an
  owner.
- set moduleAge time for modules.pl and db_mysql.pl
- msg() deals with msgType = chat.
- getHostMask works half-assed
- ".adduser" without a mask - major and ugly hack!
- DCC CHAT now allows non DCC CHAT commands, req by lazarus

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@504 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- news: latest: use $who instead of $::who - need a standard!
dms [Tue, 29 May 2001 14:38:26 +0000 (14:38 +0000)]
- news: latest: use $who instead of $::who - need a standard!
- tell: don't lowercase $target.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@503 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- quick reference... small but it's a start.
dms [Tue, 29 May 2001 13:32:11 +0000 (13:32 +0000)]
- quick reference... small but it's a start.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@502 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- added top3 irctextcounter stats
dms [Tue, 29 May 2001 13:29:24 +0000 (13:29 +0000)]
- added top3 irctextcounter stats
- fixed first-time-user passwd
- set $chan to "_default" in IsChanConf if undefined.
- modified dbGetCol to new style $select/$where args.
- &status() now deals with multiple lines input properly
- dcc close now works as it seems, enabled it
- run chanServCheck and chanLimitVerify in hookMode if we're opped
  straight away
- prevent guest/_default users from DCC CHAT
- added "factstats reqrate"
- typos, DEBUG/WARN -> VERB(,2), tiny things that don't need mentioning

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@501 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- dbGet: warn if $select is NULL
dms [Sat, 26 May 2001 14:37:03 +0000 (14:37 +0000)]
- dbGet: warn if $select is NULL
- Update: return 1 if we failed and outputted text
- rootwarn: don't check +o outside RootWarn.pl
- don't make getNewsItem resolve full-string to number; use newsS2N()
- fixed "news set blah"
- added ".tellme x" in DCC CHAT.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@500 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- allow textcounters request irrelevent of setting
dms [Sat, 26 May 2001 13:55:54 +0000 (13:55 +0000)]
- allow textcounters request irrelevent of setting
- disable banning of ppl w/ aggressive in rootwarn
- rootwarn: don't keep count of nick=root

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@499 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- fixed "news #debian latest" - how did I break it?
dms [Sat, 26 May 2001 13:43:35 +0000 (13:43 +0000)]
- fixed "news #debian latest" - how did I break it?
- $chan = "*" => "_default" for IsChanConf - fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@498 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- fixed dns lookup
dms [Sat, 26 May 2001 13:34:15 +0000 (13:34 +0000)]
- fixed dns lookup
- fixed "tell blah about literal x"
- getChanConf() overwrote $chan - fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@497 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- modified db_mysql to allow eleet usage of dbSet
dms [Fri, 25 May 2001 12:37:34 +0000 (12:37 +0000)]
- modified db_mysql to allow eleet usage of dbSet
- karma now works!
- if there's an attempt to use dbm, warn and prevent usage.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@496 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- fixed listvals. why did this break anyway?
dms [Wed, 23 May 2001 14:46:19 +0000 (14:46 +0000)]
- fixed listvals. why did this break anyway?
- fixed $who usage in factoid args plus standard factoids.
- minor output changes.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@495 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- commandstubs: cmd or ident could be null - semi fix.
dms [Tue, 22 May 2001 13:38:48 +0000 (13:38 +0000)]
- commandstubs: cmd or ident could be null - semi fix.
- cmdhook for news now uses Identifier
- we did a stupid netsplit check in on_quit - should fix problems.
- yet another hash{} initialization fix for news.
- chagned factoidDeleteDelay to 14 days.
- news: removed more debugging info
- debian: moved more DEBUG to use $debug

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@494 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- if autoload fails, make poor attempt to load module.
dms [Mon, 21 May 2001 13:11:45 +0000 (13:11 +0000)]
- if autoload fails, make poor attempt to load module.
- modified Question() to use substVars()
- added hack for "me => $who"
- don't do factoidDeleteDelay if stale is invalid.
- fixed typo in rootWarn.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@493 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- new, removed, modified files
dms [Fri, 18 May 2001 15:21:20 +0000 (15:21 +0000)]
- new, removed, modified files

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@492 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- added support of ircTextCounters - works! thanks to #perl@OPN.
dms [Fri, 18 May 2001 15:20:48 +0000 (15:20 +0000)]
- added support of ircTextCounters - works! thanks to #perl@OPN.
- minor change to listkeys/vals
- changed arguments to dbGet() - this breaks dbm support.
- remove karma table - created stats table instead.
- removed pub/msg/not sleep counters.
- dbReplace supports '-' for key for non-quoted value, like slashcode
- created SARit for Reply.pl - a bit cleaner now.
- Reply: attempted to move to &dbReplace but failed :(
- factoid arguments handling now works - fixed!
- factoid arguments: created &factoidArgs() - much cleaner.
- disabled automatic deletion of backed up factoids.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@491 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- don't message user if something weird happened
dms [Wed, 16 May 2001 14:16:38 +0000 (14:16 +0000)]
- don't message user if something weird happened

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@490 c11ca15a-4712-0410-83d8-924469b57eb5

22 years ago- fixed problem with non-lowercased nicks
dms [Wed, 16 May 2001 13:21:21 +0000 (13:21 +0000)]
- fixed problem with non-lowercased nicks

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@489 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- fixed "tell" again!
dms [Tue, 15 May 2001 13:09:14 +0000 (13:09 +0000)]
- fixed "tell" again!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@488 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- I broke maths when I tried to fix "999!" - fixed :-)
dms [Tue, 15 May 2001 12:34:49 +0000 (12:34 +0000)]
- I broke maths when I tried to fix "999!" - fixed :-)
- removed IsNickInAnyChan() for 'tell'.
- CTCP VERSION now returns correct version (cvs or release)
- don't use eval for factoid arguments since "next" cannot be done.
- prevent endless while loop for factoid arguments
- on_join: run netsplitCheck/chanlimitCheck if !%netsplit
- on_quit: run fe on possible chans to remove limits. enough?
- minor changes to logging output text
- fixed "news #CHAN latest"
- news: changed notice() to msg() to see if OPN reacts nicely.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@487 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added "setup/" directory with all the tables in separate files.
dms [Sun, 13 May 2001 13:18:37 +0000 (13:18 +0000)]
- added "setup/" directory with all the tables in separate files.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@486 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- renamed setup_sql.pl to setup.pl; added findparam.pl
dms [Sun, 13 May 2001 13:17:17 +0000 (13:17 +0000)]
- renamed setup_sql.pl to setup.pl; added findparam.pl

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@485 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- moved scripts/setup_sql.pl to src/db_mysql as &createTables()
dms [Sun, 13 May 2001 13:09:27 +0000 (13:09 +0000)]
- moved scripts/setup_sql.pl to src/db_mysql as &createTables()
- &countKeys() now takes secondary option argument of column
- added &sumKey(), &dbCreateTable()
- added factoid arguments => "testfoo $blah"
- run &netsplitCheck() on on_join and on another hook.
- run &chanlimitCheck() when netsplit has "joined"
- added "factstats total" for general/total statistics on factoids.
- maths: 999! would fail; now continues properly.
- added "news stats"

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@484 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added factoidPreventForgetList
dms [Thu, 10 May 2001 13:56:14 +0000 (13:56 +0000)]
- added factoidPreventForgetList

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@483 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- debug info on stale - we may use this incorrectly.
dms [Wed, 9 May 2001 13:43:54 +0000 (13:43 +0000)]
- debug info on stale - we may use this incorrectly.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@482 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added CR's here and there; minor reformatting
dms [Wed, 9 May 2001 13:42:28 +0000 (13:42 +0000)]
- added CR's here and there; minor reformatting
- finally found out why netsplitservers was bugging out
- added debugging info to factoid delete backup code.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@481 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- show total commands used in "status"
dms [Tue, 8 May 2001 13:17:44 +0000 (13:17 +0000)]
- show total commands used in "status"
- more conversion of DEBUG to VERB/other
- send nickserv our pass if we notice $nickserv = 0

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@480 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- use &hasParam() instead of IsChanConf for more commands
dms [Tue, 8 May 2001 12:39:17 +0000 (12:39 +0000)]
- use &hasParam() instead of IsChanConf for more commands
- very minor changes not worth mentioning individually
- regex typo in hookMode()
- disable chanLimitVerify on on_join()
- debugging added to netsplit code

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@479 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- use ChanConfList instead of IsChanConf for newsFlush - fixes bug!
dms [Sun, 6 May 2001 14:22:34 +0000 (14:22 +0000)]
- use ChanConfList instead of IsChanConf for newsFlush - fixes bug!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@478 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- news: don't delete news cache if tehre are no news for that chan
dms [Sun, 6 May 2001 14:13:06 +0000 (14:13 +0000)]
- news: don't delete news cache if tehre are no news for that chan
- news: add debugging.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@477 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added "news newsflush" for manual intervention.
dms [Sun, 6 May 2001 14:07:46 +0000 (14:07 +0000)]
- added "news newsflush" for manual intervention.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@476 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- "news read ." shows expire time now.
dms [Sun, 6 May 2001 13:57:35 +0000 (13:57 +0000)]
- "news read ." shows expire time now.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@475 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- changed &Get*() to &get*(), &Delete*() to &del*()
dms [Sun, 6 May 2001 13:42:06 +0000 (13:42 +0000)]
- changed &Get*() to &get*(), &Delete*() to &del*()
- do command stats counter for News
- add DELAY support to sql INSERT calls.
- sql REPLACE works now - use for seenFlush()
- remove $sched{}{RUNNING}
- anything that used timeget indirectly - fixed. Stupid of me!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@474 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- remove several debug messages; convert some to VERB()
dms [Fri, 4 May 2001 14:38:36 +0000 (14:38 +0000)]
- remove several debug messages; convert some to VERB()
- forgot to increment {pub|not|msg}sleep counters
- nick() and on_nick now works properly!
- on_nick_taken - no endless loops
- removed 10lines of debug code from hookMsg()
- chanlimitcheck: unset limit if in netsplit.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@473 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added debugging to newsFlush()
dms [Tue, 1 May 2001 12:37:38 +0000 (12:37 +0000)]
- added debugging to newsFlush()

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@472 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- ...
dms [Tue, 1 May 2001 12:15:45 +0000 (12:15 +0000)]
- ...

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@471 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- if a forked process "died", forked{}{PID} somehow became $$ - fixed.
dms [Tue, 1 May 2001 12:13:26 +0000 (12:13 +0000)]
- if a forked process "died", forked{}{PID} somehow became $$ - fixed.
- chanServCheck now returns bool
- gettimeofday mistakenly used instead of &timeget()
- when nickserv pass accept, call chanserv ops in case nickserv was
  brought back to life.
- fixed up fm ][ code not to use tons of memory - nice rewrite

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@470 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoupdated to accomodate new freshmeat table
dms [Mon, 30 Apr 2001 14:45:25 +0000 (14:45 +0000)]
updated to accomodate new freshmeat table

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@469 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- forgot to set forked{}{PID} in addForked
dms [Mon, 30 Apr 2001 14:44:13 +0000 (14:44 +0000)]
- forgot to set forked{}{PID} in addForked
- renamed dbGetRowInfo to dbGetColInfo - now used by Freshmeat
- || factoids in /msg are now evalated
- fm updated to use xml db as used by FM II
- "news #DEBIAN-bots" failed - fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@468 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoupdated
dms [Sat, 28 Apr 2001 14:58:59 +0000 (14:58 +0000)]
updated

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@467 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agohookMode: change chan to nick. if deopped by chanserv, check it
dms [Sat, 28 Apr 2001 14:04:44 +0000 (14:04 +0000)]
hookMode: change chan to nick.  if deopped by chanserv, check it
dont change channel limits during netsplit.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@466 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago"~forget blah" now works. thanks to ElectricElf
dms [Thu, 26 Apr 2001 14:37:28 +0000 (14:37 +0000)]
"~forget blah" now works. thanks to ElectricElf
documented user flags
public/private/notice send limit now configurable. thanks to EE
added "countrystats" command.
"blootbot: are you fixed now? :)" -- fixed. found by greycat
use hasParam instead of IsParam in UserExtra.pl/userCommands()
command "ord" handling fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@465 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofix more warnings
dms [Tue, 24 Apr 2001 12:58:49 +0000 (12:58 +0000)]
fix more warnings
set $ident in nick()

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@464 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoallow join to join irrelevent of being on chan
dms [Mon, 23 Apr 2001 12:14:04 +0000 (12:14 +0000)]
allow join to join irrelevent of being on chan
chanstats: count stats if exist - make perl happy
misc cleanup of status()
add time taken to join all channels, useless stats.
disable notify code
leakCheck: show stats on hash chanstats
mkBackup: show age of file.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@463 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofix on_targettoofast once and for all, hopefully.
dms [Sun, 22 Apr 2001 14:58:05 +0000 (14:58 +0000)]
fix on_targettoofast once and for all, hopefully.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@462 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomake sure chanstats don't flood
dms [Sun, 22 Apr 2001 14:01:21 +0000 (14:01 +0000)]
make sure chanstats don't flood
don't throttle if it's a perl warn message

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@461 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agowoops... forgot this aswell
dms [Sun, 22 Apr 2001 13:52:48 +0000 (13:52 +0000)]
woops... forgot this aswell

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@460 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodisabled literal if factoid is requested via /msg by author; use literal
dms [Sun, 22 Apr 2001 13:48:09 +0000 (13:48 +0000)]
disabled literal if factoid is requested via /msg by author; use literal
instead

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@459 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodon't call chanservcheck in joinnextchan
dms [Sun, 22 Apr 2001 12:25:06 +0000 (12:25 +0000)]
don't call chanservcheck in joinnextchan
call chanservcheck in on_endofnames
ircCheck "resets" itself if it thinks so

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@458 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agopart now warns if we're on a channel - allow it anyway.
dms [Sun, 22 Apr 2001 12:17:02 +0000 (12:17 +0000)]
part now warns if we're on a channel - allow it anyway.
added "reset" to DCC CHAT

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@457 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agotodo list, for those who want to know what "new" features will be coming
dms [Sat, 21 Apr 2001 14:37:37 +0000 (14:37 +0000)]
todo list, for those who want to know what "new" features will be coming

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@456 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agowe didn't set modified_time for deleted factoids - fixed
dms [Fri, 20 Apr 2001 13:27:04 +0000 (13:27 +0000)]
we didn't set modified_time for deleted factoids - fixed
also... if final delete factoid list is >50... don't do it!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@455 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agochagned notice lines/sec to 3
dms [Fri, 20 Apr 2001 13:16:57 +0000 (13:16 +0000)]
chagned notice lines/sec to 3
made connectivity percentage 5 significant decimal places.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@454 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoconverted %{$blah{$blah}} to %{ $blah{$blah} }
dms [Fri, 20 Apr 2001 12:54:49 +0000 (12:54 +0000)]
converted %{$blah{$blah}} to %{ $blah{$blah} }
added IRC hooks to catch failed channel joins
chanserv function moved to joinNextChan
created chanserv function for "common" use, chanServCheck
changed cache{chanlimitChange} hash a little
chanserv check removed from on_endofnames
typo on on_invite - fixed.
chanserv/ops removed from ircCheck()
joinNextChan removed from ircCheck()
added preliminary debian BTS frontend support

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@453 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agonews: don't list new items if they don't have Text.
dms [Thu, 19 Apr 2001 12:11:54 +0000 (12:11 +0000)]
news: don't list new items if they don't have Text.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@452 c11ca15a-4712-0410-83d8-924469b57eb5