]> git.donarmstrong.com Git - infobot.git/history - src/IRC/IrcHooks.pl
* Renamed on_endofmotd to on_connected
[infobot.git] / src / IRC / IrcHooks.pl
2008-06-27 djmcgrath* Renamed on_endofmotd to on_connected
2008-05-17 djmcgrath* Fixed verstats to warn the channel about who involked...
2008-04-18 timrikermore lame "s
2008-04-18 timrikerupdate update clause, and replace a bunch of silly "s
2008-04-17 djmcgrath* Merged r1666:1760 from src-cleanup branch
2007-11-01 djmcgrath* Add vim formatting comments ( # vim:ts=4:sw=4:expandt...
2007-10-28 djmcgrath* Fix /me actions in console log
2007-10-21 djmcgrath* Optimized and cleaned up SQL related to hehstats
2007-10-19 djmcgrath* Move rebranding branch to trunk
2007-10-16 djmcgrath* Rebranding from blootbot to infobot
2007-05-21 timrikertake a few more things literally
2007-03-10 simonravenmassive add-in for postgres support, contributed by...
2006-01-06 timrikerreally support negative booleans and and return -1...
2006-01-01 timrikerOnJoin - tensai, fixes by TimRiker
2005-10-24 timrikermulticonnect work, still not working
2005-02-26 timrikerreally DCC
2005-02-25 timrikerws
2005-02-18 timrikerno more pSReply
2005-02-17 timrikerdon't DCC GET whenever asked
2005-02-17 timrikerdon't DCC GET whenever asked
2004-11-23 timrikersort FLAGs
2004-11-23 timrikernews -> News
2004-11-23 timrikerwoot! %myModules is dead
2004-11-23 timrikerwingate -> Wingate
2004-11-23 timrikertopic -> Topic
2004-11-23 timrikerroot[wW]arn -> RootWarn
2004-11-18 timrikercleanup UserDCC
2004-07-25 timrikerstdin support - testing
2004-07-22 timrikeron a keyed channel, you can join forever. oh. on second...
2004-07-08 timrikerfix nick recovery if nick usurper leaves
2004-07-08 timrikernick changing fixes
2004-07-01 timrikermess with scheduling
2004-05-29 timrikerwhy was this one a dereference instead of a string?
2004-03-27 timrikermynick
2004-03-27 timrikerreenable check
2003-12-23 timrikerFIXME banned handling
2003-12-20 timrikerjoin chan mangling for multiple nicks
2003-12-16 timrikertypo
2003-12-07 timrikerdirect addressing with multiple nicks
2003-11-14 timrikermulticonnect works, channel join, flood detect, and...
2003-11-14 timrikerstandard TODO: and FIXME:
2003-11-11 timrikerws
2003-11-11 timrikerare they FIXMEs or not? ;-)
2003-09-05 timrikerseen config
2003-06-03 dms- forgot $ - shoot me.
2003-05-21 dms- force $ident on endofmotd.
2003-05-21 dms- rewrote patch from dondelecarlo to add nickserv's...
2003-05-03 dms- don't list _default in chanstats
2003-05-02 dms- ircTextCounters stuff moved into a separate function.
2003-02-23 dms- match ~root aswell.
2002-12-07 timrikerfoo+1 does not work on sqlReplace for sqlite.
2002-11-24 dms- half-assed attempt to move over to new sql functions
2002-11-22 timrikergmtime
2002-11-21 dms- added new botmail feature (inspired by botmail from...
2002-11-21 dms- remove (last) null element from array in channel...
2002-11-08 dms- updated apt's source to cvs, undefined values here...
2002-11-08 dms- forgot to delete hash key even if current pid ==...
2002-11-02 dms- added support/hack for channel +o as "+o" in bot...
2002-10-29 dms- berkeley dbm support now works! thanks to tim riker.
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...
next