]> git.donarmstrong.com Git - infobot.git/history - src/IRC/IrcHooks.pl
- Another patch from Morten Brix Pedersen <morten@wtf.dk>:
[infobot.git] / src / IRC / IrcHooks.pl
2002-02-18 dms- Another patch from Morten Brix Pedersen <morten@wtf...
2002-02-16 dms- patch from Morten Brix Pedersen <morten@wtf.dk>....
2002-01-11 dms- added irc numeric 443 (useronchannel). should fix...
2002-01-11 dms- ircCheck of channels should now try and join channels...
2002-01-03 dms- better fix for on_disconnect.
2002-01-03 dms- on_disconnect: check if $self is defined. debugging...
2001-12-29 dms- Fixed: Fork: pid could be undefined.
2001-12-29 dms- now support verstats for those who don't reply to...
2001-12-28 dms- on_invite: used 'next' in if statement, changed to...
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-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-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- added top3 irctextcounter stats
2001-05-26 dms- dbGet: warn if $select is NULL
2001-05-22 dms- commandstubs: cmd or ident could be null - semi fix.
2001-05-18 dms- added support of ircTextCounters - works! thanks...
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- 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-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 dmsdon't call chanservcheck in joinnextchan
2001-04-20 dmsconverted %{$blah{$blah}} to %{ $blah{$blah} }
2001-04-18 dmsfixed seen ""
2001-04-18 dmsfixed the following bugs:
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-11 dmsA round of fixes:
2001-04-03 dmsMore clean ups, forgotten what they were, heh.
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 dmsmsgtime updated in on_msg
2001-02-20 dms- lobotomy check in hookMsg
2001-02-17 dms- added first time run checks.
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 dmsadded reason on ban.
2001-02-13 dms- use "right way" to get keys from hash by checking...
2001-02-09 dmsfixed up ignore code. discovered by debian@OPN
2001-02-09 dmsforgot to set nuh for on_join; fixed up ban check on...
2001-02-08 dmsthis should fix ignores on global channels. found by...
2001-02-08 dms- pointless regex in on_dcc_chat_open that I was going...
2001-02-08 dmschan limit check code should now be disabled/re-enabled...
2001-02-06 dms- on_chat, forgot to set '$who'
2001-02-05 dmsdont overwrite nuh{} if it already exists.
2001-02-05 dms- endofnames: chanserv ops should work now.
2001-02-05 dms- fixed when chan (msgType = private) is undefined.
2001-02-04 dms- if in private, "is addressing" => "is /msg'ing".
2001-02-03 dmslooks like the final touches to fully exploit dynamic...
2001-02-03 dmsdebugging info
2001-02-03 dms- $nuh{} fix up.
2001-02-03 dmsdon't allow those without HOSTS in the user file to...
2001-02-02 dmstemporary ignores can be removed automatically once...
2001-02-02 dms- more fixes to new-style config, should be 99% of it.
2001-02-01 dms- minor output (debug) removed.
2001-01-31 dmsmake $nickserv global and set to zero in Irc.pl
2001-01-31 dms- ignore code cleaned up.
2001-01-30 dmsprevent dupes in verstats collection.
2001-01-28 dms- when someone attempts dcc chat, if verbosity > 1,
2001-01-06 dms- forker (POSIX::_exit) fixes.
2001-01-03 dms- floodjoinCheck.
2000-12-29 dmslowercase chan in on_kick, found by xsdg!
2000-12-16 dms- use dccsay
2000-12-11 dmsnetsplit timer added
2000-12-10 dmsuserHandle now global var
2000-12-09 dmschanged debug to status line
2000-11-19 dmsExit process if on_public hook is activated under fork
2000-10-02 dmsfixed - typo for join()
2000-09-29 dmsDCC fixed
2000-09-18 dmsminor update
2000-09-14 dmsminor text fixup for umode
2000-09-01 dmsadded disconnect and connect stats, just debug info...
2000-08-20 dmsif statement of seen swapped. DCC CHAT close ignored...
2000-08-19 dmsclosed 17225 -- seen only stores addressed messages...
2000-08-15 dmson_disconnect schedules ircCheck*( for 1800s
2000-08-12 dmson_nick_taken calls getNickInUse() now
2000-08-11 dmsclose 17091 completely... fix up on_nick IRC hook
2000-07-31 dmscvs commit borked, continuing
2000-07-29 dmschanged email address
2000-07-27 blootbotInitial revision