summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
AgeCommit message (Expand)Author
2007-09-16* (plugins/url) get_title_for_url(uri_str, opts={})Dmitry Kim
2007-09-16url plugin: add 'url info' as a synonym for 'urls info', and document the com...Giuseppe Bilotta
2007-09-16twitter plugin: set update source to 'rbot'Giuseppe Bilotta
2007-09-15rss plugin: add support for twitter formatGiuseppe Bilotta
2007-09-15twitter plugin: don't update status if message length is > 160 characters, an...Giuseppe Bilotta
2007-09-15twitter plugin: customize count of status updates displayed, defaulting to 1Giuseppe Bilotta
2007-09-14lastfm plugin: update to support the new HTML in author/band descriptionsGiuseppe Bilotta
2007-09-14twitter plugin: minor refactoringGiuseppe Bilotta
2007-09-14twitter plugin: whitespace cleanupGiuseppe Bilotta
2007-09-14twitter plugin: identify ourselves as the twitter clientGiuseppe Bilotta
2007-09-14twitter plugin: CGI.escape, not URI.escape (thanks hlb)Giuseppe Bilotta
2007-09-14twitter plugin: don't cache statusGiuseppe Bilotta
2007-09-14twitter plugin: display time elapsed instead of date in statusGiuseppe Bilotta
2007-09-14twitter plugin: initial commit (#145 with changes)Giuseppe Bilotta
2007-09-13shortenurls plugin: shortenurls.services_blacklist config variableGiuseppe Bilotta
2007-09-13shortenurls plugin: handle failing services by trying other services, and mak...Giuseppe Bilotta
2007-09-13more rdoc-ificationGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-11* (plugins/fish,translator) long-running actions made threaded to avoid blockingDmitry Kim
2007-09-11+ (plugins) :thread option for plugin.map makes an action automatically threadedDmitry Kim
2007-09-11translator plugin: catch all exceptions when trying to initialize translatorsGiuseppe Bilotta
2007-09-10url plugin: add 'urls info *urls' command to force link info retrievalGiuseppe Bilotta
2007-09-10url plugin: loopback is 127.x.x.x, not just 127.0.0.1Giuseppe Bilotta
2007-09-10url plugin: add list of hosts for which no link info should be retrievedGiuseppe Bilotta
2007-09-09rss plugin: support older version of the Ruby RSS parserGiuseppe Bilotta
2007-09-09fortune plugin: add headerGiuseppe Bilotta
2007-09-09fortune plugin: suppress warning and make source more readableGiuseppe Bilotta
2007-09-05Some new fortune features:Chris Gahan
2007-09-04lastfm plugin: thread, don't blockGiuseppe Bilotta
2007-09-04lastfm plugin: fix help with empty topicGiuseppe Bilotta
2007-09-04lastfm plugin: support redirected location searchesGiuseppe Bilotta
2007-08-31* (plugins/grouphug) thread, don't block (tm)Dmitry Kim
2007-08-30rss plugin: don't care if reschedule failsGiuseppe Bilotta
2007-08-30Updated chucknorris fileChris Gahan
2007-08-30* (delicious) typo fixedDmitry Kim
2007-08-29+ (delicious) interface to post private links / skip logging for a link. help...Dmitry Kim
2007-08-29+ (delicios.rb) support user-supplied tags for del.icio.us loggingDmitry Kim
2007-08-29* (url.rb) pass original irc message to url loggerDmitry Kim
2007-08-29wow plugin: thread, don't blockGiuseppe Bilotta
2007-08-29forecast plugin: thread, don't blockGiuseppe Bilotta
2007-08-29debugger plugin: fix computation of memory occupation differences.Giuseppe Bilotta
2007-08-29timers: get rid of useless data passing to timer actions.Giuseppe Bilotta
2007-08-28lart plugin: ensure that the lart/praise being added/removed is a stringGiuseppe Bilotta
2007-08-28rss plugin: fix watcher rescheduling broken in previous commitGiuseppe Bilotta
2007-08-27rss plugin: prevent deadlock between save and watcher threads.Giuseppe Bilotta
2007-08-27rss plugin: uncoditionally renew the feed mutexesGiuseppe Bilotta
2007-08-26shiritori plugin: suppress warningGiuseppe Bilotta
2007-08-26Call 'super' method from #cleanup() in all pluginsGiuseppe Bilotta
2007-08-26rss plugin: all watchers are now informed of feed updates when anybody asks f...Giuseppe Bilotta
2007-08-26Missed some warn -> warning conversionGiuseppe Bilotta