Age | Commit message (Collapse) | Author |
|
|
|
inline rescue
|
|
|
|
information to pages with title if url.first_par is true
|
|
Utils.get_string_html_info to ircify_first_html_par
|
|
|
|
|
|
factored out of the url plugin
|
|
|
|
|
|
|
|
Thus, convert it to sym after ||ing it with m.plugin, not before
|
|
|
|
|
|
|
|
command
|
|
Since September 17 Twitter.com supports us as an 'official' client, and we can use 'rbot' as the source for updates coming from rbot.
|
|
|
|
Twitter feeds can use the generic output format, but there is no need to 'cap' their titles because of the hardcoded length limits imposed by Twitter
|
|
and give a warning when > 140
Twitter has a hard limit for message lengths at 160, and the recommended maximum length is 140 characters, so enforce the hard limit and warn when the soft limit is passed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make return values more uniform
|
|
If a redirection sets a cookie, set the cookie in the redirected request
|
|
|
|
|
|
|
|
and related classes
|
|
|
|
|
|
|
|
|
|
|
|
* (plugins/*) converted to the new threading model
|
|
|
|
The most significant exception that wasn't catched was LoadError, so that a failing require 'mechanize' would cause the whole plugin from failing to load, instead of just disabling the translators depending on WWW::Mechanize
|
|
|
|
|
|
|