]> git.donarmstrong.com Git - infobot.git/history - src/Modules
- patch from Morten Brix Pedersen <morten@wtf.dk>. Thanks!
[infobot.git] / src / Modules /
2002-02-16 dms- patch from Morten Brix Pedersen <morten@wtf.dk>....
2002-01-03 dms- on_disconnect: check if $self is defined. debugging...
2001-12-26 dms- make ignoreAdd a little more verbose.
2001-12-12 dms- updates to DEBUG/WARN/ERROR or the result of looking...
2001-12-11 dms- return early if $AUTOLOAD is undefined.
2001-12-02 dms- we used $::who when we sohuld have used $who in ...
2001-10-27 tom-One more directory fix.
2001-10-19 noopcommiting for tom lear fixes #456939
2001-10-15 dms- another orund of changes from lear.
2001-10-14 dms- basically fix up openDB to allow unix sockets. -lear.
2001-10-08 dms- another patch from lear.
2001-10-04 dms- another round of patches from lear. "we love you...
2001-10-02 dms- renamed Factoids/Misc.pl to Factoids/Core.pl
2001-10-01 dms- should fix "dict 1 shit". fixed by lear
2001-10-01 dms- second round of changes from lear@OPN. thanks!
2001-09-08 dms- bot stats: "blah has blah... is ranked xx/yy (zz...
2001-08-06 dms- irctextcounters: add percentile/ranking.
2001-06-21 dms- attempt to fix .reset (chans) prob
2001-06-14 dms- fixed, found by someone (lnx.de?)
2001-06-10 dms- forgot :: in News
2001-06-10 dms- irctextcounters: add percentage to top3
2001-06-01 dms- irctextcounter: ORDER by counter, not nick!
2001-05-30 dms- userAdd, if no mask is given, don't add it.
2001-05-29 dms- news: latest: use $who instead of $::who - need a...
2001-05-29 dms- added top3 irctextcounter stats
2001-05-26 dms- dbGet: warn if $select is NULL
2001-05-26 dms- allow textcounters request irrelevent of setting
2001-05-26 dms- fixed dns lookup
2001-05-25 dms- modified db_mysql to allow eleet usage of dbSet
2001-05-22 dms- commandstubs: cmd or ident could be null - semi fix.
2001-05-21 dms- if autoload fails, make poor attempt to load module.
2001-05-18 dms- added support of ircTextCounters - works! thanks...
2001-05-16 dms- don't message user if something weird happened
2001-05-16 dms- fixed problem with non-lowercased nicks
2001-05-15 dms- I broke maths when I tried to fix "999!" - fixed :-)
2001-05-13 dms- moved scripts/setup_sql.pl to src/db_mysql as &create...
2001-05-09 dms- added CR's here and there; minor reformatting
2001-05-08 dms- show total commands used in "status"
2001-05-08 dms- use &hasParam() instead of IsChanConf for more commands
2001-05-06 dms- added "news newsflush" for manual intervention.
2001-05-06 dms- "news read ." shows expire time now.
2001-05-06 dms- changed &Get*() to &get*(), &Delete*() to &del*()
2001-05-04 dms- remove several debug messages; convert some to VERB()
2001-05-01 dms- if a forked process "died", forked{}{PID} somehow...
2001-04-30 dms- forgot to set forked{}{PID} in addForked
2001-04-26 dms"~forget blah" now works. thanks to ElectricElf
2001-04-22 dmspart now warns if we're on a channel - allow it anyway.
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 dmsfix chanlimitChange time
2001-04-17 dms...
2001-04-17 dmsforgot to use \d+ for read shortcut
2001-04-16 dmschanset: fixed the following problem.
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 dms- load file if we enabled option on the fly before...
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-03-31 dmsMany changes, basically added and integrated News,...
2001-02-20 dms- changed "m" to "n". asu.
2001-02-17 dms- ".op" fixed. found by Rev
2001-02-13 dmsmain:: fixes
2001-02-13 dms- moved read-only stuff from DynaConfig to here.
2001-02-13 dms- added support to factstats (requested,requesters...
2001-02-13 dmsdebugging added
2001-02-11 dmsremaining stuff... should fix factoids problem I hope
2001-02-09 dmstypo
2001-02-09 dmswe did a sort() when we should not have for '.sched'
2001-02-07 dms- list all schedulers and their respective time-of...
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- Moved most of chanset to DynaConfig
2001-02-05 dms- prevent dupe uses of ".+chan"
2001-02-03 dmsmore configuration crud and not-thinking-correctly...
2001-02-03 dmsvalidPackage or indirectly generateIndex should work...
2001-02-03 dmswoops forgot a few old config vars; converted to new...
2001-02-03 dmsconverted to new gCCD
2001-02-03 dmsmore fixups.
2001-02-03 dmsnow use delete in place of undef
2001-02-03 dmsfixed '.chanset' code.
2001-02-02 dmscompress config params as muc has possible per line
2001-02-02 dms- fix undefined for '.chanset'
2001-02-02 dms- fixes for babelfish
2001-02-02 dms- more fixes to new-style config, should be 99% of it.
2001-02-01 dms- wrong order in .+ignore
2001-02-01 dmsregex support for 'query' in &searchDesc()
2001-01-31 dmsmake $refresh global in this file... removed all duplic...
2001-01-31 dmsminor fix for ignoreAdd()
2001-01-31 dms- now use gCCD
2001-01-30 dmssupport for new dynamic configuration infrastructure
2001-01-30 dms- added '.sched'
2001-01-30 dms- minor update (output and redundant vars)
2001-01-28 dms- Remaining files that were changed due to removal...
next