summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/shortenurls.rb
AgeCommit message (Collapse)Author
2010-07-01url: Add a config option to auto-shorten URLs.David Gadling
shortenurls: Add a favorite service config option. Auto-shortening URLs is mutually exclusive with showing information about them as the output would be very confusing. The favorite shortenting service option only really applies when other plugins call shortenurls.shorten, so they don't have to hard-code which shortening service to use.
2009-02-19remove whitespaceRaine Virta
2008-05-29shortenurls plugin: get rid of WWW:: namespace entirelyGiuseppe Bilotta
2008-03-18shorturls.rb: ignore error with include WWW since the module is not defined ↵Yaohan Chen
by newer versions of shorturl gem
2007-09-17shortenurls plugin: service name can be nilGiuseppe Bilotta
Thus, convert it to sym after ||ing it with m.plugin, not before
2007-09-13shortenurls plugin: shortenurls.services_blacklist config variableGiuseppe Bilotta
2007-09-13shortenurls plugin: handle failing services by trying other services, and ↵Giuseppe Bilotta
make return values more uniform
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
2007-02-14shortenurls plugin, merging tinyurl and rubyurl and adding access to most of ↵Giuseppe Bilotta
ShortURL's services