summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-07New features (private addressing) and cleanup for the topic pluginGiuseppe Bilotta
2006-06-07Fix #65 and #95. Disable topic built-in command since the new topic plugin ↵Giuseppe Bilotta
handles that, and more
2006-06-02fixed #85, made "chat about" more reliable by trying to avoid two word sentencesAlexander Beisig
2006-06-02fixed #83 and also fixed wrong calculation of games playedAlexander Beisig
2006-06-01Fixes #87 (from giuseppe.bilotta)Chris Gahan
2006-06-01giuseppe.bilotta's new topic plugin, as well as a tiny patch to the quotes ↵Chris Gahan
plugin.
2006-06-01giuseppe.bilotta's patch: "Fix exception when connection with server times out"Chris Gahan
2006-06-01giuseppe.bilotta's patch:Chris Gahan
"The auth module has a number of bugs that prevent it from functioning correctly. The attached patch fixes all the bugs I've come across and additionally introduces the command setpassword that allows a user to set his/her own password without requiring auth access. This is a provisional fix: it would be better to let the user allow full usermod access except for usermod level."
2006-05-30fix httputil.rb when using proxy (Ticket #80)Alexander Beisig
2006-04-15Chucknorris gets even more DIESEL!!Chris Gahan
2006-03-28Totally rewritten Chuck Norris plugin. Now uses QuickQuotes-Datafile(tm) ↵Chris Gahan
Technology!
2006-03-25A few more cosmetic tweaks for IPLookup.Chris Gahan
2006-03-25And the bugfix 3 minutes later. :)Chris Gahan
2006-03-25New plugin that finds out where an IP or domain is located (by looking up ↵Chris Gahan
the IP address' owner in the ARIN whois database)
2006-03-10Added a note about libopenssl-ruby to REQUIREMENTS for debian users.Chris Gahan
2006-03-03The chuck norris plugin has become 100 times more awesome! Try it...Chris Gahan
2006-02-25Some tweaks to the new Fact-about-anyone funcitonality.Chris Gahan
2006-02-25You can now add the nick of someone in the channel to get a fact about them.Chris Gahan
2006-02-23chucknorris.rb now supports Vin Diesel and Mr. T, and is rewritten a lot.Chris Gahan
2006-02-23New and IMPROVED Deep Thoughts plugin! (Better deep thoughts database...)Chris Gahan
2006-02-22Fixed some bugs (should stop showing #<Net::something...> objects, handles ↵Chris Gahan
MovedPermanently which is a different errorcode from a Redirect...)
2006-02-22A fixed chuck norris plugin. (The XML feed was disabled, so this one just ↵Chris Gahan
scrapes the website.)
2006-02-17die, annoyingly large log filesTom Gilbert
2006-02-17Ralph Churchill submitted a weather forecast plugin :DTom Gilbert
It uses the Yahoo Maps API, too. So you can say: rbot: forecast Tulsa, OK or rbot: forecast 74104
2006-02-10use a db env for the databases to avoid some corruption problems (I hope)Tom Gilbert
2006-02-09attempt to resolve #65Tom Gilbert
2006-02-09Stupid lack of a User-Agent was breaking a bunch of servers (403 errors). FIXED.Chris Gahan
2006-02-09Little tweak to fix an edge-case.Chris Gahan
2006-02-09Changed the way the URL grabber gets urls. Instead of using HEAD, it uses ↵Chris Gahan
GET, but only grabs the first 50k of the page to check it for a header.
2006-02-08bug pointed on in #64, hopefully now resolved.Tom Gilbert
2006-02-08From Ralph Churchill, a new weather plugin using the new XML format ratherTom Gilbert
than METAR! Yay, goodbye ugly METAR parser :) Also, a wow plugin, as requested by various folks, for checking realm status :)
2006-02-05oops bugTom Gilbert
2006-02-03More translation codes! (this function should go in the httputil module ↵Chris Gahan
eventually)
2006-02-03Since the CGI::unescapeHTML is pretty crappy, I added my own &thing; Chris Gahan
translator (that uses IRC-printable characters).
2006-02-02Searching for text in the URL history is now case-insensitive.Chris Gahan
2006-02-02Set a limit on the number of redirects...Chris Gahan
2006-01-30A fix for the case where a crappy webserver labels a giant file (like a ↵Chris Gahan
.rar) as text/plain and the bot tries to download it.
2006-01-28Whoops! I renamed the config setting in one place and not another...Chris Gahan
2006-01-28opme now says okay BEFORE opping!Chris Gahan
2006-01-27autosplit registry. now we have one per plugin.Tom Gilbert
TODO creates empty dbs for plugins that don't even use the registry. would be nice to only create on write but how feasible is that?
2006-01-27fix double-indefinite-article bug :)Tom Gilbert
2006-01-27bit of win32 docoTom Gilbert
2006-01-27ticket #18Tom Gilbert
2006-01-27Fixed a bug that cut off the query-part of the url, cleaned up the redirect ↵Chris Gahan
url joining.
2006-01-26Whoops, forgot to ungreedy the <title>-finding regexes.Chris Gahan
2006-01-26Fixed a bunch of bugs:Chris Gahan
* Now uses the @bot.httputil proxy * Broken URLs weren't working because I forgot to rename a variable :P~~ * Left out [Link Info] from the error messages * Surprise bugfix! (i forget what it was :D)
2006-01-26Added some nice new features to the URL-titles extension.Chris Gahan
For example: Doesn't cause rbot to explode when a link to a huge file is pasted, displays filesize information about non-HTML files, converts weird html &stuff; characters to ascii characters, handles multiple <title> tags properly.
2006-01-26testChris Gahan
2006-01-26TODO - work out why httputil with proxies doesn't like a head then a get onTom Gilbert
the same object.... workaround for now..
2006-01-26reinstate the use of the bot's httputil. As soon as I tried this at work ITom Gilbert
realised we lost proxy support.