revert previous useless commit and rdocify documentation of accessors to BotModule
[rbot] / lib /
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
2007-09-02  Giuseppe Bilottaconfig botmodule: support CTCP commands VERSION and...
2007-09-02  Giuseppe BilottaRefactor version string construction
2007-09-02  Giuseppe Bilotta* move 'version' help to the module that actually suppo...
2007-09-02  Giuseppe Bilotta* CTCP replies always use the same CTCP command. Use...
2007-09-02  Giuseppe Bilotta+ ctcp_listen plugin delegate
2007-09-02  Giuseppe Bilotta* (message.rb) CTCP commands may have no parameters
2007-09-02  Giuseppe Bilotta+ cleaner support for CTCP commands
2007-09-02  Giuseppe Bilottabotuser.rb: fix typo in debug message
2007-09-01  Dmitry Kim* (ircsocket) removed timer, added writer thread, refac...
2007-08-31  Dmitry Kim* (timer) stop the bot timer for shutdown / rescan
2007-08-30  Dmitry Kim* (message.rb) dear tango_! i think i know what r1073...
2007-08-30  Dmitry Kim* (timers) failures made more verbose; reverted timer...
2007-08-30  Dmitry Kim!!! (message.rb) dear tango_! i have no idea what r1073...
2007-08-30  Dmitry Kim* (ircbot) block autosave timer during rescan/restart
2007-08-30  Giuseppe Bilottacore/config: remove leftover heavy-load debug line
2007-08-30  Giuseppe Bilottadbhash.rb: fix stupid typo
2007-08-30  Giuseppe Bilottamessage.rb: try to handle situations where the source...
2007-08-30  Dmitry Kim+ (timer) comments + documentation
2007-08-30  Dmitry Kim*** (timer) new timer implementation
next