]> git.donarmstrong.com Git - infobot.git/shortlog
infobot.git
2001-04-11 dmsA round of fixes:
2001-04-07 dmsisStale is basically used by Debian.pl and we were...
2001-04-07 dms- now backup news file just in case.
2001-04-07 dms- load file if we enabled option on the fly before...
2001-04-07 dms- we now check if CODEREF exists.
2001-04-07 dms- forgot Module for news.
2001-04-07 dms- write opened files on shutdown/hup
2001-04-06 dmsWhen we did a symlink to all the set commands, the...
2001-04-06 dmsJust some more minor changes, to make some people happy...
2001-04-03 dmsMore clean ups, forgotten what they were, heh.
2001-04-01 dmsforgot to add this file, heh.
2001-04-01 dmsfinally nailed this "random" bug noticed by asuffield.
2001-04-01 dmsadded help for news
2001-04-01 dmsSecond round of News changes and bug fixes, kudos to...
2001-03-31 dmsMany changes, basically added and integrated News,...
2001-02-28 dmsremoved msg/say repeating code.
2001-02-28 dmsdon't backup #DEL# factoids. asuffield.
2001-02-28 dmsfix for endless loop. asuffield.
2001-02-28 dmsmsgtime updated in on_msg
2001-02-28 dmsmake dead-connect detection better.
2001-02-23 dmsstrip trailing whitespaces, force use of quotes to...
2001-02-23 dmsnow use "or" instead of "and" operator for "rename".
2001-02-23 dmsclosedcc debug
2001-02-23 dmsdownlink check update?
2001-02-20 dms- recursive factoid linking added.
2001-02-20 dms- lobotomy check in hookMsg
2001-02-20 dms- reformatted totally
2001-02-20 dms- added mkcrypt, fixed up "crypt" cmd.
2001-02-20 dmsminor updates, warn fixes, removed comments
2001-02-20 dms- lobotomy cache flush.
2001-02-20 dms- lobotomy warning now cached
2001-02-20 dms- preliminary check of masks in chan for matches.
2001-02-20 dms- changed "m" to "n". asu.
2001-02-17 dms- minor output update.
2001-02-17 dms- removed '' from returns
2001-02-17 dms- ".op" fixed. found by Rev
2001-02-17 dms- sub "op" fixed.
2001-02-17 dms- added first time run checks.
2001-02-17 dmsliteral update
2001-02-17 dms- typo in if statement for "forget" when users
2001-02-17 dmsmemusage support for open/free/net bsd added. patch...
2001-02-13 dmsupdate version of bot
2001-02-13 dmsmake nickserv work on more servers. requested by asuffield
2001-02-13 dmson-ban reason does not work... added debugging
2001-02-13 dmsupdates from asuffield@OPN
2001-02-13 dmsmain:: fixes
2001-02-13 dms- 'ascii' updates.
2001-02-13 dmsadded reason on ban.
2001-02-13 dmssafe delete did not run delFactoid, hah! found by asuffield
2001-02-13 dmsban fixes.
2001-02-13 dms- moved read-only stuff from DynaConfig to here.
2001-02-13 dms- now prevent ".chanset +blah 10"
2001-02-13 dms- use "right way" to get keys from hash by checking...
2001-02-13 dmserrors from Schedulers (chanlimitcheck) are cached...
2001-02-13 dms- added support to factstats (requested,requesters...
2001-02-13 dmsdebugging added
2001-02-13 dmsadded debian-specific debug to isStale
2001-02-11 dmsremaining stuff... should fix factoids problem I hope
2001-02-09 dmstypo
2001-02-09 dmsslight change to ChanConfList to make schedulers work...
2001-02-09 dmsfixed up ignore code. discovered by debian@OPN
2001-02-09 dmswoops, use while instead of foreach for ircloop
2001-02-09 dmsuse static value for ircservers file
2001-02-09 dmsdon't write user/chan file on HUP/restart. confirmed...
2001-02-09 dmswe did a sort() when we should not have for '.sched'
2001-02-09 dmschanged FlatArg to ArrayArgs to make more sense. by...
2001-02-09 dmsforgot to set nuh for on_join; fixed up ban check on...
2001-02-09 dmsmoved nick lock checking to lock only. detected by...
2001-02-09 dmsadded debugging info to ircloop... if irc() does not...
2001-02-09 dmssubstitute the right vars in getReply when used in...
2001-02-08 dmsthis should fix ignores on global channels. found by...
2001-02-08 dmsdivide by zero fix. thought I fixed it 2 weeks ago
2001-02-08 dms- pointless regex in on_dcc_chat_open that I was going...
2001-02-08 dmswe did not use flat args for forkers. found by asuffield.
2001-02-08 dmsfix delayed task mechanism to verstats... we have to...
2001-02-08 dmspossible fix for fork crashing and not detecting a...
2001-02-08 dmschan limit check code should now be disabled/re-enabled...
2001-02-07 dms- list all schedulers and their respective time-of...
2001-02-07 dms- use CORE::system
2001-02-07 dms- finally (about three times) fixed search for "*bin...
2001-02-06 dmsFixed by swapping dists hash around.
2001-02-06 dmsdebugging added.
2001-02-06 dms ok from "topic -mod" => /msg only!
2001-02-06 dms- added auto backup of user/chan files
2001-02-06 dms- converted %joinverb to %cache
2001-02-06 dms- added 'unique user count' to chanstats.
2001-02-06 dms- on_chat, forgot to set '$who'
2001-02-06 dmssplit off chanset from UserDCC to here to do multiple...
2001-02-06 dms- Moved most of chanset to DynaConfig
2001-02-05 dmsfinal cruft from old static configuration file fixed...
2001-02-05 dmsok, that failed. lets now set $chan aswell
2001-02-05 dmsverstats was using dynamic chan var...
2001-02-05 dmsdont overwrite nuh{} if it already exists.
2001-02-05 dms- remove front/rear whitespaces
2001-02-05 dms- endofnames: chanserv ops should work now.
2001-02-05 dms- prevent dupe uses of ".+chan"
2001-02-05 dms- ircCheck => 120 interval.
2001-02-05 dms defer leakCheck, increase interval.
2001-02-05 dmscomment out debugging
2001-02-05 dms- fixed when chan (msgType = private) is undefined.
next