]> git.donarmstrong.com Git - infobot.git/history - src/IRC
* Update Changlog to reflect babelfish fix
[infobot.git] / src / IRC /
2003-11-14 timrikerstart of multiple connections
2003-11-12 timrikeryou already said what status have said
2003-11-11 timrikerws
2003-11-11 timrikerare they FIXMEs or not? ;-)
2003-10-22 timrikeruse ircHost instead
2003-10-20 dmsprint possible fix as error message.
2003-09-05 timrikershm still not right
2003-09-05 timrikerseen config
2003-08-23 dms- remove debug info; fix later since I now know how...
2003-08-22 timrikereep, scalar() would be nice
2003-08-22 timrikerdead pid shm comment
2003-08-22 dms- support extra crap added to shm value.
2003-08-21 timrikermove debug to log, possible multiple instance fix comment
2003-08-20 timrikermove to core so cli admin works
2003-06-03 dms- debugging info for ircCheck, looks like we lose sched...
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-06 dms- simonrvn found that .say is broken - msg() fixed ;)
2003-05-03 dms- don't list _default in chanstats
2003-05-03 dms- hm... ?
2003-05-03 dms- nick code is FUCKED. partial fix here.
2003-05-02 dms- ircTextCounters stuff moved into a separate function.
2003-03-06 dms- nice patch from Phil Edwards <pme@devphil.com>. ...
2003-02-23 dms- match ~root aswell.
2002-12-07 timriker-freshmeat
2002-12-07 timrikerremove Berkeley DBM support
2002-12-07 timrikerfoo+1 does not work on sqlReplace for sqlite.
2002-11-28 dms- last set of changes to convert from db*() to sql*()
2002-11-24 dms- initial layout for Scheduler II.
2002-11-24 dms- half-assed attempt to move over to new sql functions
2002-11-23 timrikerhmmm
2002-11-22 timrikerstop crashing
2002-11-22 timrikergmtime
2002-11-22 timrikerdbDel takes a hash, dbm untested
2002-11-21 dms- added new botmail feature (inspired by botmail from...
2002-11-21 dms- strictify
2002-11-21 dms- remove (last) null element from array in channel...
2002-11-21 dms- fixed up message flood message (still not ideal)
2002-11-19 timrikertypo and code unification
2002-11-08 dms- bleh. no need to explain. had to back out one change...
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-03 dms- it would help if I had checked before committing...
2002-11-03 timrikeradd initial SQLite support
2002-11-02 dms- added support/hack for channel +o as "+o" in bot...
2002-11-02 timrikerplug.org, there should be a general xml news app...
2002-10-29 dms- bah, was editting the comments in another xterm but...
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-06 dms- modules: age of a few files were set to time(); use...
2002-01-05 dms- IsHostMatch: check for NULL.
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-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- 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-26 dms- fixed dns lookup
2001-05-23 dms- fixed listvals. why did this break anyway?
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-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- debug info on stale - we may use this incorrectly.
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- use ChanConfList instead of IsChanConf for newsFlush...
2001-05-06 dms- news: don't delete news cache if tehre are no news...
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- added debugging to newsFlush()
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-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-22 dmspart now warns if we're on a channel - allow it anyway.
2001-04-20 dmswe didn't set modified_time for deleted factoids -...
2001-04-20 dmschagned notice lines/sec to 3
next