Age | Commit message (Expand) | Author |
2007-09-18 | dict plugin: fix demauro word existence check | Giuseppe Bilotta |
2007-09-18 | dict plugin: demauro can actually have spaces in the leftmost part of the entry | Giuseppe Bilotta |
2007-09-18 | httputil: promote all Exceptions to RuntimeErrors so they can be caught with ... | Giuseppe Bilotta |
2007-09-18 | Hpricot first par: it's el[:class], not el.class | Giuseppe Bilotta |
2007-09-18 | HTML processing refactoring: url plugin: only add encoding and size informati... | Giuseppe Bilotta |
2007-09-18 | HTML processing refactoring: fix options passed by Utils.get_string_html_info... | Giuseppe Bilotta |
2007-09-18 | HTML processing refactoring: Utils.get_first_pars now uses Utils.get_html_info | Giuseppe Bilotta |
2007-09-18 | basics: it's @bot.myself, not just myself | Giuseppe Bilotta |
2007-09-18 | HTML processing refactoring: Utils.get_html_info and related methods factored... | Giuseppe Bilotta |
2007-09-18 | HTML processing refactoring: ensure HTML title works with and without Hpricot | Giuseppe Bilotta |
2007-09-18 | HTML processing refactoring: HTML title extraction is now a String method | Giuseppe Bilotta |
2007-09-17 | registry: it's @recovery, not @recover | Giuseppe Bilotta |
2007-09-17 | shortenurls plugin: service name can be nil | Giuseppe Bilotta |
2007-09-16 | * (plugins/url) url logging should not depend on url info display | Dmitry Kim |
2007-09-16 | * (plugins/url) get_title_for_url(uri_str, opts={}) | Dmitry Kim |
2007-09-16 | Update REQUIREMENTS | Giuseppe Bilotta |
2007-09-16 | url plugin: add 'url info' as a synonym for 'urls info', and document the com... | Giuseppe Bilotta |
2007-09-16 | twitter plugin: set update source to 'rbot' | Giuseppe Bilotta |
2007-09-15 | New Auth Framework: catch possible error when trying to create transient botuser | Giuseppe Bilotta |
2007-09-15 | rss plugin: add support for twitter format | Giuseppe Bilotta |
2007-09-15 | twitter plugin: don't update status if message length is > 160 characters, an... | Giuseppe Bilotta |
2007-09-15 | twitter plugin: customize count of status updates displayed, defaulting to 1 | Giuseppe Bilotta |
2007-09-14 | lastfm plugin: update to support the new HTML in author/band descriptions | Giuseppe Bilotta |
2007-09-14 | twitter plugin: minor refactoring | Giuseppe Bilotta |
2007-09-14 | twitter plugin: whitespace cleanup | Giuseppe Bilotta |
2007-09-14 | twitter plugin: identify ourselves as the twitter client | Giuseppe Bilotta |
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 |