Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
'adding' it again
|
|
|
|
|
|
specific. Add command to show them
|
|
percentage
If the sum of all the percentages is less than 1, then there is chance that nothing
will be replied. Otherwise, the percentage is just the relative chance that each
reply will be selected.
|
|
|
|
|
|
|
|
|
|
|
|
Initial commit
|
|
or turn them into normal spaces
This option is used e.g. by the dict plugin to reduce the excessive whitespace in oxford entries.
|
|
|
|
|
|
|
|
|
|
information to pages with title if url.first_par is true
|
|
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
|
|
|
|
|
|
|
|
* (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
|
|
|
|
|
|
The url plugin would display link info for urls such as http://127.0.0.1:631/printers and other private addresses, thus being a potential security threat. Disable info retrieval for these hosts, and make the host list configurable.
|
|
|