]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib
script plugin: reindent
[user/henk/code/ruby/rbot.git] / lib /
2008-03-17 Giuseppe Bilottautils: Utils.check_location comfort method for :htmlinf...
2008-03-17 Giuseppe Bilottafilters: HTML info extraction is now a filter
2008-03-16 Giuseppe Bilottafilters: don't force data types in @bot.filter()
2008-03-14 Giuseppe Bilottafilters: filters_ui core module to manage filters from IRC
2008-03-13 Giuseppe Bilottafilters: has_filter? method
2008-03-13 Giuseppe Bilottafilters: method to get the global filter name of a...
2008-03-13 Giuseppe Bilottafilters: filter_names(group=nil) method to retrieve...
2008-03-13 Giuseppe Bilottafilters: filter groups
2008-03-13 Giuseppe Bilottafilters: @bot.filter can now be called with a list...
2008-03-13 Giuseppe Bilottafilters: DataStream can now be initialized with a Strin...
2008-03-12 Giuseppe Bilottafilters: initial implementation
2008-03-11 dmitry kim* we're now "git version", not "svn version" by default
2008-03-11 dmitry kimMerge branch 'master' of ruby-rbot.org:/var/git/rbot
2008-03-11 dmitry kim* (messagemapper) catch and report all exceptions in...
2008-03-11 Giuseppe Bilottagettext: undefine GetText if we failed to load properly
2008-03-11 Yaohan Chenload-gettext.rb: accept ruby-gettext version of 1.8...
2008-03-11 Giuseppe Bilottaircbot: don't die on SocketError during disconnect
2008-03-11 Giuseppe BilottaDocumentation cleanups
2008-03-10 Giuseppe Bilottasvn import left spurious lib/rbot/plugins hanging around
2008-03-04 Giuseppe BilottaUnixify all line endings.
2008-02-22 Giuseppe Bilottamessage.rb: #notify() method
2008-02-15 Giuseppe Bilottarfc2812: fix a bug in Client.reset
2008-02-14 Giuseppe Bilottaremote core module: fix description of remote.host...
2008-02-14 Giuseppe Bilottaconfig core module: default command auth fixes
2008-02-14 Giuseppe Bilottaconfig core module: config search command
2008-02-14 Giuseppe Bilotta* replace references to old website to references to...
2008-02-13 Giuseppe Bilottaconfig: Value#get() should return #default(), not ...
2008-02-13 Giuseppe Bilottaconfig: allow @bot.config[key]=value constructs
2008-02-12 Giuseppe Bilotta* fix a bug in the definition of Object#nil_or_empty?
2008-02-12 Giuseppe Bilottarfc2812: fix a bug in Client.user initialization
2008-02-12 Giuseppe Bilottahttputil: config values for HTTP read and open timeouts
2008-02-10 Giuseppe Bilottabotuser: add command to reset the netmasks list
2008-01-30 Giuseppe Bilottautils: fix decode_html_entities for numerical entities...
2007-12-19 Dmitry Kim* (core/auth) fixed an error in error handling code
2007-12-16 Dmitry Kim* (registry) no infinite recursion, please
2007-12-14 Dmitry Kim* (registry) dup() the default on return
2007-12-14 Dmitry Kim* (registry) fix the default value handling for non...
2007-12-14 Giuseppe Bilottamaskdb: be case insenstive
2007-12-13 Giuseppe Bilottaauth: adjust some permissions
2007-12-13 Giuseppe Bilottamessagemapper: fix set_auth_path() logic
2007-12-13 Giuseppe Bilottaauth: 'permission search' command to look up the full_a...
2007-12-13 Giuseppe Bilottaplugins: register maps with full information accessible...
2007-12-13 Giuseppe Bilottaplugins: refactor common code in #map() and #map!(...
2007-12-11 Giuseppe Bilottaauth: user tell should be in the 'manage' auth path...
2007-12-07 Giuseppe Bilottamaskdb: dup strings for manipulation
2007-12-07 Giuseppe Bilottauserdata: classes with singleton methods are not dumpab...
2007-12-07 Giuseppe BilottaNew Irc Framework: netmask generalization now takes...
2007-12-06 Giuseppe Bilottadebug info to track hard-to-nail bug about disappearing...
2007-12-06 Giuseppe Bilottaauth: don't say stupid things when the password is...
2007-12-06 Giuseppe Bilottauserdata: don't extend the botuser hash to support...
2007-12-04 Giuseppe Bilottaauth core module: improve user destroy semantics
2007-12-04 Giuseppe Bilottauserdata: extend userdata hash with DottedIndex access
2007-12-04 Giuseppe Bilottaextends: DottedIndex module to extend Hash-like classes...
2007-12-04 Giuseppe BilottaNew Auth Framework: migrate userdata on permification
2007-12-04 Giuseppe BilottaNew Auth Framework: migrate userdata on botuser copy...
2007-12-03 Giuseppe BilottaNew Auth Framework: meet and hello commands to make...
2007-12-03 Giuseppe BilottaNew Auth Framework: sanitize botusername ''before'...
2007-12-03 Giuseppe BilottaNew Auth Framework: trap user editing exceptions
2007-12-03 Giuseppe BilottaNew Auth Framework: TypeError, not TypError
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...
next