Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
* Nicer merging of the lines into a single line
* Ability to list fortune files
* /usr/bin/fortune is the first place it looks now
Need to fix:
* Barfs when one of the potential executable paths is a directory
|
|
|
|
|
|
|
|
&block) to store bot-specific Irc::User data. Currently relies on the data structure in the associated BotUser
|
|
when loading data
|
|
|
|
retrieve the associated BotUser and its data
|
|
|
|
|
|
|
|
|
|
|
|
server and casemap
|
|
|
|
A TransientBotUser can only be created with an associated Irc::User or Irc::Netmask.
If an Irc::User cannot be logged in as a normal BotUser, TransitentBotUsers are tried.
Optionally, a TransientBotUser can be created automatically.
|