]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib
RubyGems obsoleted *and* b0rked all_load_path, try to work around it
[user/henk/code/ruby/rbot.git] / lib /
2012-03-04 Giuseppe BilottaRubyGems obsoleted *and* b0rked all_load_path, try...
2012-03-03 Giuseppe Bilottahttputil: work (sub-par) without iconv
2011-12-08 Giuseppe BilottaImprove first par detection without hpricot
2011-10-24 Giuseppe BilottaExit for good when getting a DBFatal error
2011-09-15 Giuseppe BilottaBetter handling of akills and other form of disconnections
2011-08-30 Giuseppe BilottaAn unparseable message from the server is a ServerError
2011-08-28 Giuseppe Bilottabasics: UI command to send NOTICEs
2011-07-11 Giuseppe BilottaFix TC db close on cleanup
2011-06-11 Giuseppe BilottaSaner treatment for connect errors
2011-06-09 Giuseppe BilottaMark threaded mapped messages as replied
2011-06-03 Giuseppe BilottaRuby 1.9 can intern empty strings
2011-05-10 Giuseppe Bilottabdb: don't retrieve the db values when warning about...
2011-05-03 Giuseppe BilottaPreliminary support for the LIST command
2011-04-03 Giuseppe Bilotta* less eager quit message reset
2011-04-02 Giuseppe Bilottautils: support new HTMLEntities interface
2011-03-16 Giuseppe BilottaAdd – to known HTML characters
2011-02-07 Giuseppe Bilottaauth: force no-nick reply when meeting someone
2011-02-02 Giuseppe Bilottahttputil: nicer UI message when lacking ssl
2011-01-31 Giuseppe Bilottacomments and message fixes
2011-01-28 Giuseppe Bilottabdb: support running without envs
2011-01-26 Giuseppe BilottaTokyoCabinet pseudo-environment
2011-01-26 Giuseppe Bilottahtml entities: add deg
2011-01-26 Giuseppe Bilottaextends: fix riphtml
2011-01-12 Giuseppe BilottaRuby 1.9 cleanup: variables warnings
2011-01-12 Giuseppe BilottaLimit Comparable inclusion to Array
2010-12-31 Giuseppe Bilottafake message: set replied on reply
2010-12-12 Giuseppe Bilotta+ Array#delete_if_at
2010-12-08 Giuseppe Bilottaauth module: update for messagemapper changes
2010-12-07 Giuseppe BilottaMore gettext frozen string woes
2010-12-07 Giuseppe BilottaThe mIRC color for white is 0, not 16
2010-10-14 Giuseppe Bilottasafe_exec fixes
2010-10-06 Giuseppe BilottaTokyoCabinet #fwmkeys() expects a string
2010-10-06 Giuseppe BilottaTokyoCabinet: upgrade from BDB using case-insensitive...
2010-10-04 Giuseppe BilottaDBFatal at load time deserve special treatment
2010-09-30 Giuseppe Bilottacompat19: fix condition monitor waiting
2010-09-29 Giuseppe BilottaIRC framework: Server#to_s must always return a String
2010-09-29 Giuseppe Bilotta* more BDB leaking fixed
2010-09-27 Giuseppe Bilotta* wrap BDB::Fatal classes for abstract trapping
2010-09-24 Voker57Check BDB version only if it's loaded
2010-09-24 Giuseppe BilottaTokyoCabinet: more BDB checks
2010-09-23 Giuseppe BilottaTokyoCabinet: only warn about skipped upgrade if the...
2010-09-23 Giuseppe BilottaTokyoCabinet: fix extension in 0.9.9 upgrade path
2010-09-23 Giuseppe BilottaTokyoCabinet: 0.9.5-to-0.9.9 must use BDB only
2010-08-24 Giuseppe Bilottaauth: minimal help about user import/export
2010-08-18 Raine VirtaFix typo
2010-07-05 Giuseppe Bilottaload-gettext: cope with ruby gettext 2.1.0
2010-07-03 Giuseppe BilottaHTTP: only set cookies for the correct domain
2010-07-03 Giuseppe BilottaHTTP: support servers that forget to escape the redirec...
2010-06-30 Giuseppe Bilottaminor correction to help auth
2010-06-15 Giuseppe BilottaNew IRC Framework: don't raise on unknown casemap
2010-05-12 Giuseppe BilottaSurvive active_support idiocy
2010-03-29 Giuseppe BilottaIRC: support 'CASEMAPPING=charset' from some idiotic...
2010-03-18 Matthias -apoc-... Small httputil.rb fix. Wrong Argument port instead...
2010-03-16 Voker57Tokyo Cabinet DB backend
2010-03-16 Voker57DB backend option
2010-03-16 Voker57Moved DB stuff to registry/bdb
2010-03-14 Robin H. Johnsonbasics: implement a channel list status query
2010-03-08 Giuseppe BilottaFix typo in previous patch
2010-03-07 Robin H. JohnsonImplement penalty for WHO and PART based on eggdrop...
2010-03-07 Giuseppe BilottaTime parsing: also parse months and years
2010-03-07 Robin H. Johnsonrfc2812: Fix multiple RPL_WHOISCHANNELS handling
2010-01-25 Giuseppe BilottaMessage 'prefixed?' method
2009-12-21 Alex Leglermessage: Allow forcefully prepending of the nick when...
2009-12-21 Alex Leglerircbot/rfc2812/message: Add banlist message handling
2009-12-21 Alex Leglerircbot: Delegate ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL...
2009-11-06 Giuseppe Bilottairclog: don't kill logger thread on false can_log_on
2009-11-05 Giuseppe Bilottaremote: bring up to date with changes in MessageMapper
2009-11-05 Giuseppe Bilottaremote: use permit? instead of allow?
2009-11-01 Giuseppe BilottaIRC Framework: Channel.npname()
2009-11-01 Giuseppe BilottaRuby 1.9 compat: use String#[0,1] for channel prefixes
2009-10-21 franzhttputil.rb: fix http.no_expire_cache being IntegerValue
2009-10-21 Giuseppe BilottaLoop until connected in reconnect()
2009-09-24 Giuseppe Bilottaircify_html: options to handle img tags
2009-09-08 Giuseppe Bilottabasics: log the fact that we're not joining default...
2009-09-06 franzruby 1.9: Exception#to_str
2009-09-06 franzruby 1.9: fix method_defined?
2009-08-30 Giuseppe BilottaRevert "utils: try nokogiri/hpricot if hpricot is not...
2009-08-30 Giuseppe Bilottahttputil: POST respose '201 Created' is good
2009-08-30 Giuseppe Bilottautils: try nokogiri/hpricot if hpricot is not available
2009-08-27 Giuseppe Bilottautils: avoid namespace conflict
2009-08-26 franzgettext: fix empty LANGUAGE env var
2009-08-26 franzruby 1.9: fix *methods.include?
2009-08-26 franzruby 1.9: disable the Singleton monkeypatch for 1.9
2009-08-26 franzruby 1.9: monkeypatch MonitorMixin and ConditionVariable
2009-08-26 franzruby 1.9: fix Integer(nil)
2009-08-26 franzruby 1.9: convert Exception to string explicitly
2009-08-26 franzircbot: fix indentation error
2009-08-26 franzruby 1.9: get rid of Array#nitems
2009-08-26 Giuseppe BilottaUtils: time parsing routines
2009-08-16 Giuseppe BilottaSuppress warnings about unitialized variables
2009-08-14 Giuseppe Bilottaircbot: clean up ping timings on connect
2009-08-13 Giuseppe Bilottabasics: UI reconnect command
2009-08-11 Giuseppe BilottaBetter handling of MessageMapper failures
2009-06-29 Giuseppe Bilottaextends: bring conjoin to Enumerable
2009-06-29 Adam Jamescore/utils/extends.rb: add #conjoin for Array
2009-06-16 Adam Jameslib/rbot/plugins.rb: remove executable bit
2009-06-06 dmitry kim* (gettext) relaxed check for bound_target() existance
2009-05-21 David Gadlingmultiple plugins: Changes to remove parenthesize warnings.
2009-05-06 Giuseppe Bilottaircbot: reinstante @bot.channels
2009-04-20 Giuseppe Bilottagettext: support version 2
next