summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-09-18HTML processing refactoring: Utils.get_first_pars now uses Utils.get_html_infoGiuseppe Bilotta
2007-09-18basics: it's @bot.myself, not just myselfGiuseppe Bilotta
2007-09-18HTML processing refactoring: Utils.get_html_info and related methods factored...Giuseppe Bilotta
2007-09-18HTML processing refactoring: ensure HTML title works with and without HpricotGiuseppe Bilotta
2007-09-18HTML processing refactoring: HTML title extraction is now a String methodGiuseppe Bilotta
2007-09-17registry: it's @recovery, not @recoverGiuseppe Bilotta
2007-09-15New Auth Framework: catch possible error when trying to create transient botuserGiuseppe Bilotta
2007-09-14httputil: document 'headers' option to get_* methodsGiuseppe Bilotta
2007-09-14config core botmodule: document 'nick', 'status'Giuseppe Bilotta
2007-09-13httputil: primitve cookie supportGiuseppe Bilotta
2007-09-13More rdoc-ificationGiuseppe Bilotta
2007-09-13more rdoc-ificationGiuseppe Bilotta
2007-09-13namespaces: simplify Irc::Bot::Auth manager singleton name and accessorGiuseppe Bilotta
2007-09-12namespaces: provide backwards compatibility methods for BotConfig.register an...Giuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-12Irc::IrcSocket -> Irc::SocketGiuseppe Bilotta
2007-09-12rdocument Irc::MessageMapper and Irc::MessageTemplateGiuseppe Bilotta
2007-09-12rdocument Irc::Plugins::BotModuleGiuseppe Bilotta
2007-09-11+ (plugins) :thread option for plugin.map makes an action automatically threadedDmitry Kim
2007-09-11first_html_par: only initialize element collections onceGiuseppe Bilotta
2007-09-11first_html_par: use hpricot if availableGiuseppe Bilotta
2007-09-11Requirements: document 'htmlentities' dependency-with-fallbackGiuseppe Bilotta
2007-09-08HttpUtil: preserve authorization across redirectsGiuseppe Bilotta
2007-09-04New Irc Framework: Irc::User#bot_data(key) and #set_bot_data(key, value, &blo...Giuseppe Bilotta
2007-09-04New Auth Framework: dream about auto-notifying hashes, and use #replace() whe...Giuseppe Bilotta
2007-09-04New Auth Framework: BotUser data is now actually saved/restoredGiuseppe Bilotta
2007-09-04New Auth Framework, New Irc Framework: convenience methods for Irc::User to r...Giuseppe Bilotta
2007-09-04New Auth Framework: BotUser can now store generic dataGiuseppe Bilotta
2007-09-04New Auth Framework: BotUser transiency is now checked with #transient?Giuseppe Bilotta
2007-09-04New Auth Framework: transient netmask finetuningGiuseppe Bilotta
2007-09-04New Auth Framework: no need to have TransientBotUser as a separate classGiuseppe Bilotta
2007-09-04New Auth Framework: use #to_irc_netmask() instead of Netmask.new()Giuseppe Bilotta
2007-09-04New Irc Framework: Netmask-to-Netmask conversion should offer a default serve...Giuseppe Bilotta
2007-09-04New Irc Framework: ident methods synonyms for user for Irc::NetmaskGiuseppe Bilotta
2007-09-02New Auth Framework: TransientBotUser managementGiuseppe Bilotta
2007-09-02New Irc Framework: make Netmask.new(somenetmask) workGiuseppe Bilotta
2007-09-02New Auth Framework: introducing transient botusersGiuseppe Bilotta
2007-09-02message.rb: convenience method to get the botuser corresponding the message s...Giuseppe Bilotta
2007-09-02registry.rb: suppress warning when @recovery is not definedGiuseppe Bilotta
2007-09-02plugins.rb: use fast delegation hashGiuseppe Bilotta
2007-09-02ircbot.rb: correct Exception#pretty_print() definitionGiuseppe Bilotta
2007-09-02plugins.rb: set up fast delegation hashGiuseppe Bilotta
2007-09-02plugins.rb: minor #delegate() optimizationGiuseppe Bilotta
2007-09-02ircbot.rb: add '/rbot' to the SOURCE_URLGiuseppe Bilotta
2007-09-02config botmodule: support CTCP commands VERSION and SOURCEGiuseppe Bilotta
2007-09-02Refactor version string constructionGiuseppe Bilotta
2007-09-02* move 'version' help to the module that actually supports the commandGiuseppe Bilotta
2007-09-02* CTCP replies always use the same CTCP command. Use the new syntax to reply ...Giuseppe Bilotta
2007-09-02+ ctcp_listen plugin delegateGiuseppe Bilotta
2007-09-02* (message.rb) CTCP commands may have no parametersGiuseppe Bilotta