]> git.donarmstrong.com Git - infobot.git/shortlog
infobot.git
2001-04-28 dmsupdated
2001-04-28 dmshookMode: change chan to nick. if deopped by chanserv...
2001-04-26 dms"~forget blah" now works. thanks to ElectricElf
2001-04-24 dmsfix more warnings
2001-04-23 dmsallow join to join irrelevent of being on chan
2001-04-22 dmsfix on_targettoofast once and for all, hopefully.
2001-04-22 dmsmake sure chanstats don't flood
2001-04-22 dmswoops... forgot this aswell
2001-04-22 dmsdisabled literal if factoid is requested via /msg by...
2001-04-22 dmsdon't call chanservcheck in joinnextchan
2001-04-22 dmspart now warns if we're on a channel - allow it anyway.
2001-04-21 dmstodo list, for those who want to know what "new" featur...
2001-04-20 dmswe didn't set modified_time for deleted factoids -...
2001-04-20 dmschagned notice lines/sec to 3
2001-04-20 dmsconverted %{$blah{$blah}} to %{ $blah{$blah} }
2001-04-19 dmsnews: don't list new items if they don't have Text.
2001-04-18 dmsfixed seen ""
2001-04-18 dmsforgot this one
2001-04-18 dmsadded flood protection for notice()
2001-04-18 dmsfixed the following bugs:
2001-04-18 dmsfix chanlimitChange time
2001-04-17 dmsok... use "" around hashes that use _ bare.
2001-04-17 dms...
2001-04-17 dmsforgot to use \d+ for read shortcut
2001-04-17 dmsanother round of useless changes
2001-04-16 dmschanset: fixed the following problem.
2001-04-14 dmsprevent erratic (multiple) changes of chan limit in...
2001-04-14 dmsIRC/IrcHooks.pl
2001-04-13 dmsanother round of changes, damn it was hard to figure...
2001-04-13 dmsnews: can make news compulsory (chanset +newsNotifyAll)
2001-04-12 dmsnews: added news->factoid redirection
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...
next