summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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-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-04from #32Tom Gilbert
2005-12-12exception handlingTom Gilbert
2005-12-10supplied in #53Tom 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-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
2005-09-28roll out that one changeTom Gilbert
2005-09-28fix regex, make this work againTom Gilbert
2005-09-28apply patch and close #37 and #33Tom Gilbert
made several additions to this plugin, some extra configuration settings and options.
2005-09-21lastfm plugin from Jeremy Voorhis :)Tom Gilbert
2005-09-16fix help text, ticket #36Tom Gilbert
2005-09-16path from vampjon in ticket #34Tom Gilbert
2005-09-09fix for localised nickservsTom Gilbert
2005-09-09fix usage :/Tom Gilbert
2005-09-07tweaking the markov plugin a littleTom Gilbert
2005-08-31a little more robustness around emtpy lookupsTom Gilbert
Also more robustness around reading/writing conf.yaml
2005-08-21Sun Aug 21 13:29:55 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* fix for bug in quakenet plugin (trac #14) * multiple fixes for unescaped bot nick in regexp's (trac #13)
2005-08-12more fixesTom Gilbert
2005-08-12some tweaksTom Gilbert
2005-08-12fix autoop pluginTom Gilbert
2005-08-12oops, mustn't override cleanupTom Gilbert
2005-08-11fix broken autoopTom Gilbert
2005-08-10AUTHORS update.Tom Gilbert
Added two plugins from Robin Kearney <robin@riviera.org.uk>
2005-08-10oops, put those back inTom Gilbert
2005-08-08new plugin for markov-chain chat inanity :)Tom Gilbert
2005-08-07Sun Aug 07 18:20:24 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* stop insult plugin being used to insult the bot
2005-08-05Fri Aug 05 23:55:20 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* few more tweaks preparing to release 0.9.9
2005-08-04Thu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Improved ircd recognition of rfc2812.rb * de-string'd, de-cap'd rfc2812.rb, looks less shouty now * moved the Q auth stuff (for quakenet) into a new qauth plugin (untested!) * finish fixing the httputil
2005-08-03french language submitted by Rick!Tom Gilbert
2005-07-30Sat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Config items are now objects, various types are available. * The config wizard will now use registered config items if :wizard is set to true for those items. It will ask questions in the order they were registered. * The config module now works for doing runtime configuration. * misc refactoring
2005-07-30Sat Jul 30 01:19:32 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* config module for configuring the running bot via IRC * BotConfig.register method for various modules and any plugin to register bot configuration which the new config module will expose for them. * various other tweaks as I continue to refactor..
2005-07-29Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Moved some stuff out of util.rb into the plugins that actually need them. Those methods didn't belong in util as they were plugin-specific. * moved a few more plugins to use map() where appropriate * made the url plugin only store unique urls
2005-07-29rename to opmeTom Gilbert
2005-07-29rename to opmeTom Gilbert
2005-07-28Thu Jul 28 23:45:26 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Reworked the Timer module. The Timer now has a smart thread manager to start/stop the tick() thread. This means the timer isn't called every 0.1 seconds to see what needs doing, which is much more efficient * reworked the ircsocket queue mechanism to use a Timer * reworked the nickserv plugin to use maps * made server.reconnect_wait configurable * added Class tracing mechanism to bin/rbot, use --trace Classname for debugging