summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2006-01-26From Chris:Tom Gilbert
There was a bit of a glitch in that title grabber extension I wrote to the URL plugin -- namely, that it would just mindlessly download whatever link anybody posted to the channel. Whenever anybody posted a bigass quicktime movie or something, the bot would explode. So, I had to get down and dirty with Net::HTTP to check for mimetypes and redirects and stuff. There is a nice new feature though: 22:37 <@epitron> http://killswitchengage.com/shared/downloads/KillswitchEngage/KsE-RoseOfSharyn_v ideo.mov 22:37 <@pookie> [Link Info] type: video/quicktime, size: 18,244,208 bytes
2006-01-21comma sepTom Gilbert
2006-01-21bunch of changes.Tom Gilbert
Another of Chris' plugins. A contributed russian.lang from ruskie (honest, that's his nick!). Some tweaks to error handling. Some modified user/auth handling (from DevRandom) still a bit more to do on that tho..
2006-01-20new submission from ChrisTom Gilbert
2006-01-20another plugin from ChrisTom Gilbert
2006-01-20oopsTom Gilbert
2006-01-20some awesome plugins from Chris Gahan >:)Tom Gilbert
2006-01-12fix the fixTom Gilbert
2006-01-12properly support sslTom Gilbert
2006-01-04from #32Tom Gilbert
2005-12-12exception handlingTom Gilbert
2005-12-12found a bugTom Gilbert
2005-12-12try to handle backwards compat issuesTom Gilbert
2005-12-10supplied in #53Tom Gilbert
2005-12-09requested for certain networksTom Gilbert
2005-12-01fixes from eeanTom Gilbert
2005-12-01Donated by these lovely chaps:Tom Gilbert
http://websvn.kde.org/trunk/extragear/multimedia/amarok/src/scripts/rbot/grouphug/ Thanks, eean :)
2005-11-29fix defunct procsTom Gilbert
2005-11-14try this better fixTom Gilbert
2005-11-04more escapingTom Gilbert
2005-11-04windows hates logging to files with : in them :pTom Gilbert
2005-10-13close #38 for realTom Gilbert
2005-10-13close #38Tom Gilbert
2005-10-13various outstanding changesTom Gilbert
2005-09-30this seems to work for more people..Tom Gilbert