+ UnknownMessage class
[rbot] / lib /
2007-11-22  Yaohan Chenlanguage.rb: add '.UTF-8' to Lang2Locale values to...
2007-11-21  Giuseppe BilottaNew IRC Framework: warn, don't raise, on case mismatch
2007-11-06  Giuseppe BilottaImproved inspect methods all around
2007-11-06  Giuseppe BilottaNew Irc Framework: methods to convert channel user...
2007-11-06  Giuseppe BilottaNew Irc Framework: fix channel creation when topic=nil
2007-11-04  Giuseppe Bilottaextends: Arraydata/rbot/plugins/factoids.rbdelete_one...
2007-10-31  Dmitry Kim* (rbot/config) slightly less ugly ArrayValue validatio...
2007-10-29  Giuseppe Bilottahttputil: inform the servers we also accept deflate
2007-10-29  Giuseppe Bilottahttputil: support Content-Encoding: deflate
2007-10-21  Giuseppe BilottaSuppress some warnings
2007-10-11  Dmitry Kim* (ircsocket) inconsistent socket state after ssl excep...
2007-10-11  Giuseppe BilottaNew Auth Framework: always allow the 'login' command
2007-10-11  Giuseppe Bilottahttputil: try to guess content-type from extension...
2007-10-11  Giuseppe Bilottahttputil: beware that content-type header may be absent
2007-10-11  Giuseppe Bilottafirst_html_par: detect fragment at the right place
2007-10-04  Giuseppe BilottaFix overzealous [1231]
2007-10-01  Dmitry Kim* (utils) should use partial_body() for non-text respon...
2007-10-01  Giuseppe Bilottacore/config: fix help
2007-09-25  Giuseppe Bilottamessage.rb: fix logmessage for CTCP ACTIONs
2007-09-24  Giuseppe Bilottamessage.rb: logmessage method to retrieve the message...
2007-09-24  Giuseppe Bilottacore/userdata: store transient data too, keyed by ...
2007-09-24  Giuseppe Bilottacore/userdata: always store nick-based data
2007-09-24  Giuseppe Bilottacore/userdata: refactor set_data_hash method
2007-09-23  Giuseppe Bilottacore/auth: missing help for who is
2007-09-23  Giuseppe Bilottacore/userdata: with_botdata method
2007-09-23  Giuseppe Bilottacore/userdata: bot_data -> botdata
2007-09-23  Giuseppe BilottaNew Auth Framework: use Botuser#default? and owner...
2007-09-23  Giuseppe BilottaNew Auth Framework: BotUser#default? and owner? methods
2007-09-23  Giuseppe BilottaUserData cote botmodule to handle user data storage...
2007-09-22  Giuseppe Bilottaregistry.rb: don't create registry file unless accessin...
2007-09-22  Giuseppe Bilottamessage.rb: fix "I'm Stupid(TM)" bug in [1100]
2007-09-22  Dmitry Kim* (botuser) generalize() netmasks on transient->permanent
2007-09-22  Dmitry Kim+ (irc) generalize() method for Netmask class
2007-09-22  Giuseppe BilottaNew Auth Framework: add make_permanent() and related...
2007-09-22  Giuseppe BilottaNew Auth Framework: please document methods
2007-09-21  Dmitry Kim+ (botuser + maskdb) fast netmask lookup + supplemental...
2007-09-21  Dmitry Kim* (core/auth) more debug logging on exceptions
2007-09-21  Giuseppe BilottaNew Auth Framework: auth core botmodule was missing...
2007-09-21  Giuseppe BilottaNew Auth Framework: auth core botmodule was failing...
2007-09-21  Dmitry Kim+ (core/auth) "!who is :user" syntax
2007-09-21  Giuseppe BilottaUtils.decode_html_entities: get rid of commented table...
2007-09-21  Giuseppe BilottaUtils: we are an UTF-8 aware bot now, no need to ASCIIf...
2007-09-21  Giuseppe BilottaUtils.decode_html_entities: fix decoding of unknown...
2007-09-19  Giuseppe Bilottacore: only WHO on join if it's the bot itself joining...
2007-09-18  Giuseppe Bilottaircify_html: minimal support for li tags
2007-09-18  Giuseppe Bilottafirst_html_par: after-paragraph matches should prefer...
2007-09-18  Giuseppe Bilottafirst_html_par: make Hpricot handling more robust
2007-09-18  Giuseppe Bilottafirst_html_par: constify the 'after par' searches with...
2007-09-18  Giuseppe Bilottautils: require 'hpricot' the second time, not 'htmlenti...
2007-09-18  Giuseppe Bilottafirst_html_par: it's doc.root.search, not doc.root...
2007-09-18  Giuseppe Bilottafirst_html_par: build lists 'manually' when using Hpricot
2007-09-18  Giuseppe BilottaHTML processing refactoring: remove obsolete comment
2007-09-18  Giuseppe Bilottaextends: String#ircify_html now has an option to obey...
2007-09-18  Giuseppe Bilottahttputil: promote all Exceptions to RuntimeErrors so...
2007-09-18  Giuseppe BilottaHpricot first par: it's el[:class], not el.class
2007-09-18  Giuseppe BilottaHTML processing refactoring: fix options passed by...
2007-09-18  Giuseppe BilottaHTML processing refactoring: Utils.get_first_pars now...
2007-09-18  Giuseppe Bilottabasics: it's @bot.myself, not just myself
2007-09-18  Giuseppe BilottaHTML processing refactoring: Utils.get_html_info and...
2007-09-18  Giuseppe BilottaHTML processing refactoring: ensure HTML title works...
2007-09-18  Giuseppe BilottaHTML processing refactoring: HTML title extraction...
2007-09-17  Giuseppe Bilottaregistry: it's @recovery, not @recover
2007-09-15  Giuseppe BilottaNew Auth Framework: catch possible error when trying...
2007-09-14  Giuseppe Bilottahttputil: document 'headers' option to get_* methods
2007-09-14  Giuseppe Bilottaconfig core botmodule: document 'nick', 'status'
2007-09-13  Giuseppe Bilottahttputil: primitve cookie support
2007-09-13  Giuseppe BilottaMore rdoc-ification
2007-09-13  Giuseppe Bilottamore rdoc-ification
2007-09-13  Giuseppe Bilottanamespaces: simplify Irc::Bot::Auth manager singleton...
2007-09-12  Giuseppe Bilottanamespaces: provide backwards compatibility methods...
2007-09-12  Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-12  Giuseppe BilottaIrc::IrcSocket -> Irc::Socket
2007-09-12  Giuseppe Bilottardocument Irc::MessageMapper and Irc::MessageTemplate
2007-09-12  Giuseppe Bilottardocument Irc::Plugins::BotModule
2007-09-11  Dmitry Kim+ (plugins) :thread option for plugin.map makes an...
2007-09-11  Giuseppe Bilottafirst_html_par: only initialize element collections...
2007-09-11  Giuseppe Bilottafirst_html_par: use hpricot if available
2007-09-11  Giuseppe BilottaRequirements: document 'htmlentities' dependency-with...
2007-09-08  Giuseppe BilottaHttpUtil: preserve authorization across redirects
2007-09-04  Giuseppe BilottaNew Irc Framework: Irc::User#bot_data(key) and #set_bot...
2007-09-04  Giuseppe BilottaNew Auth Framework: dream about auto-notifying hashes...
2007-09-04  Giuseppe BilottaNew Auth Framework: BotUser data is now actually saved...
2007-09-04  Giuseppe BilottaNew Auth Framework, New Irc Framework: convenience...
2007-09-04  Giuseppe BilottaNew Auth Framework: BotUser can now store generic data
2007-09-04  Giuseppe BilottaNew Auth Framework: BotUser transiency is now checked...
2007-09-04  Giuseppe BilottaNew Auth Framework: transient netmask finetuning
2007-09-04  Giuseppe BilottaNew Auth Framework: no need to have TransientBotUser...
2007-09-04  Giuseppe BilottaNew Auth Framework: use #to_irc_netmask() instead of...
2007-09-04  Giuseppe BilottaNew Irc Framework: Netmask-to-Netmask conversion should...
2007-09-04  Giuseppe BilottaNew Irc Framework: ident methods synonyms for user...
2007-09-02  Giuseppe BilottaNew Auth Framework: TransientBotUser management
2007-09-02  Giuseppe BilottaNew Irc Framework: make Netmask.new(somenetmask) work
2007-09-02  Giuseppe BilottaNew Auth Framework: introducing transient botusers
2007-09-02  Giuseppe Bilottamessage.rb: convenience method to get the botuser corre...
2007-09-02  Giuseppe Bilottaregistry.rb: suppress warning when @recovery is not...
2007-09-02  Giuseppe Bilottaplugins.rb: use fast delegation hash
2007-09-02  Giuseppe Bilottaircbot.rb: correct Exception#pretty_print() definition
2007-09-02  Giuseppe Bilottaplugins.rb: set up fast delegation hash
2007-09-02  Giuseppe Bilottaplugins.rb: minor #delegate() optimization
2007-09-02  Giuseppe Bilottaircbot.rb: add '/rbot' to the SOURCE_URL
next