Age | Commit message (Expand) | Author |
2007-09-18 | ircify_html: minimal support for li tags | Giuseppe Bilotta |
2007-09-18 | first_html_par: after-paragraph matches should prefer divs and spans to other... | Giuseppe Bilotta |
2007-09-18 | first_html_par: make Hpricot handling more robust | Giuseppe Bilotta |
2007-09-18 | first_html_par: constify the 'after par' searches with Hpricot | Giuseppe Bilotta |
2007-09-18 | utils: require 'hpricot' the second time, not 'htmlentities' again | Giuseppe Bilotta |
2007-09-18 | first_html_par: it's doc.root.search, not doc.root.each | Giuseppe Bilotta |
2007-09-18 | first_html_par: build lists 'manually' when using Hpricot | Giuseppe Bilotta |
2007-09-18 | HTML processing refactoring: remove obsolete comment | Giuseppe Bilotta |
2007-09-18 | extends: String#ircify_html now has an option to obey non-breakable spaces or... | 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: 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-15 | New Auth Framework: catch possible error when trying to create transient botuser | Giuseppe Bilotta |
2007-09-14 | httputil: document 'headers' option to get_* methods | Giuseppe Bilotta |
2007-09-14 | config core botmodule: document 'nick', 'status' | 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) :thread option for plugin.map makes an action automatically threaded | Dmitry Kim |
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-08 | HttpUtil: preserve authorization across redirects | 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 |
2007-09-02 | message.rb: convenience method to get the botuser corresponding the message s... | Giuseppe Bilotta |