]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib
+ (botuser + maskdb) fast netmask lookup + supplemental fixes for transient users
[user/henk/code/ruby/rbot.git] / lib /
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
2007-08-29 Dmitry Kim* (httputil) increased open_timeout to 20 since resolvi...
2007-08-29 Giuseppe BilottaPut the Irc attributes back where they belong
2007-08-29 Giuseppe BilottaColor codes and Irc.color(fg, bg) methods to ease color...
2007-08-29 Giuseppe BilottaColorRx: accept a color specification with no foregroun...
2007-08-29 Giuseppe BilottaAdd Italic (\011) constant to complement Underline...
2007-08-29 Giuseppe BilottaHttpUtil: match /gzip/ regexp instead of exact (x-...
2007-08-29 Giuseppe BilottaFlatten out Language module and class
2007-08-28 Giuseppe Bilottabasics botmodule: use #to_s to stringify multiword...
2007-08-28 Giuseppe Bilottaircbot: improve quit/restart message propagation
2007-08-28 Giuseppe Bilottaircsocket: raise errors occurred while spooling so...
2007-08-27 Giuseppe BilottaGetText: add Config.datadir-based locale search path.
2007-08-27 Giuseppe BilottaLanguage.from_locale now checks if the corresponding...
2007-08-27 Giuseppe BilottaCall 'super' from the correct place in httputil
2007-08-26 Giuseppe BilottaOnly use locale functions when GetText was loaded
2007-08-26 Giuseppe BilottaCall 'super' method from #cleanup() in core modules too
2007-08-26 Giuseppe BilottaReport plugin loading failues as errors, not as warnings
next