Age | Commit message (Expand) | Author |
2007-09-14 | twitter plugin: CGI.escape, not URI.escape (thanks hlb) | Giuseppe Bilotta |
2007-09-14 | twitter plugin: don't cache status | Giuseppe Bilotta |
2007-09-14 | twitter plugin: display time elapsed instead of date in status | Giuseppe Bilotta |
2007-09-14 | httputil: document 'headers' option to get_* methods | Giuseppe Bilotta |
2007-09-14 | twitter plugin: initial commit (#145 with changes) | Giuseppe Bilotta |
2007-09-14 | Update .po files | Giuseppe Bilotta |
2007-09-14 | config core botmodule: document 'nick', 'status' | Giuseppe Bilotta |
2007-09-13 | shortenurls plugin: shortenurls.services_blacklist config variable | Giuseppe Bilotta |
2007-09-13 | shortenurls plugin: handle failing services by trying other services, and mak... | Giuseppe Bilotta |
2007-09-13 | httputil: primitve cookie support | Giuseppe Bilotta |
2007-09-13 | More rdoc-ification | Giuseppe Bilotta |
2007-09-13 | more rdoc-ification | Giuseppe Bilotta |
2007-09-13 | namespaces: simplify Irc::Bot::Auth manager singleton name and accessor | Giuseppe Bilotta |
2007-09-12 | namespaces: provide backwards compatibility methods for BotConfig.register an... | Giuseppe Bilotta |
2007-09-12 | namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::* | Giuseppe Bilotta |
2007-09-12 | Irc::IrcSocket -> Irc::Socket | Giuseppe Bilotta |
2007-09-12 | rdocument Irc::MessageMapper and Irc::MessageTemplate | Giuseppe Bilotta |
2007-09-12 | rdocument Irc::Plugins::BotModule | Giuseppe Bilotta |
2007-09-11 | * (plugins/fish,translator) long-running actions made threaded to avoid blocking | Dmitry Kim |
2007-09-11 | + (plugins) :thread option for plugin.map makes an action automatically threaded | Dmitry Kim |
2007-09-11 | Update REQUIREMENTS | Giuseppe Bilotta |
2007-09-11 | translator plugin: catch all exceptions when trying to initialize translators | Giuseppe Bilotta |
2007-09-11 | first_html_par: only initialize element collections once | Giuseppe Bilotta |
2007-09-11 | first_html_par: use hpricot if available | Giuseppe Bilotta |
2007-09-11 | Requirements: document 'htmlentities' dependency-with-fallback | Giuseppe Bilotta |
2007-09-10 | url plugin: add 'urls info *urls' command to force link info retrieval | Giuseppe Bilotta |
2007-09-10 | url plugin: loopback is 127.x.x.x, not just 127.0.0.1 | Giuseppe Bilotta |
2007-09-10 | url plugin: add list of hosts for which no link info should be retrieved | Giuseppe Bilotta |
2007-09-09 | rss plugin: support older version of the Ruby RSS parser | Giuseppe Bilotta |
2007-09-09 | fortune plugin: add header | Giuseppe Bilotta |
2007-09-09 | fortune plugin: suppress warning and make source more readable | Giuseppe Bilotta |
2007-09-08 | HttpUtil: preserve authorization across redirects | Giuseppe Bilotta |
2007-09-05 | Some new fortune features: | Chris Gahan |
2007-09-04 | lastfm plugin: thread, don't block | Giuseppe Bilotta |
2007-09-04 | lastfm plugin: fix help with empty topic | Giuseppe Bilotta |
2007-09-04 | lastfm plugin: support redirected location searches | Giuseppe Bilotta |
2007-09-04 | New Irc Framework: Irc::User#bot_data(key) and #set_bot_data(key, value, &blo... | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: dream about auto-notifying hashes, and use #replace() whe... | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: BotUser data is now actually saved/restored | Giuseppe Bilotta |
2007-09-04 | New Auth Framework, New Irc Framework: convenience methods for Irc::User to r... | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: BotUser can now store generic data | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: BotUser transiency is now checked with #transient? | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: transient netmask finetuning | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: no need to have TransientBotUser as a separate class | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: use #to_irc_netmask() instead of Netmask.new() | Giuseppe Bilotta |
2007-09-04 | New Irc Framework: Netmask-to-Netmask conversion should offer a default serve... | Giuseppe Bilotta |
2007-09-04 | New Irc Framework: ident methods synonyms for user for Irc::Netmask | Giuseppe Bilotta |
2007-09-02 | New Auth Framework: TransientBotUser management | Giuseppe Bilotta |
2007-09-02 | New Irc Framework: make Netmask.new(somenetmask) work | Giuseppe Bilotta |
2007-09-02 | New Auth Framework: introducing transient botusers | Giuseppe Bilotta |