summaryrefslogtreecommitdiff
path: root/rbot/ircbot.rb
AgeCommit message (Collapse)Author
2005-07-20Add new httputil object to the bot object, to be used by plugins etc thatTom Gilbert
wish to make http requests. It sets up all the proxies etc for them according to bot config.
2005-07-16various fixes by me, plus most of Rene's patch (#1).Tom Gilbert
2005-07-14Rudolf Polzer pointed out (a while ago, I forgot to apply this fix) an issueTom Gilbert
with rbot's string handling. Most ircds are pretty liberal about lines ending in various combinations of \r, \n, etc. We need to be careful about strings we pass to the ircd that may have come from users/untrusted sources (such as the output of the wserver plugin), and sanitize their line endings so that raw commands can't be sneaked through to the ircd.
2005-07-14Webrick functionality is now in a pluginTom Gilbert
2005-03-10fix http usage, other tweaksTom Gilbert
2004-10-09initial import of rbotTom Gilbert