Age | Commit message (Expand) | Author |
2008-03-23 | * httputil: avoid double read in partial_body | dmitry kim |
2008-03-21 | Merge branch 'master' of ssh://ruby-rbot.org/var/git/rbot | Yaohan Chen |
2008-03-21 | message.rb: Regexp.escape nickname when embedding it in regexp, as nicknames ... | Yaohan Chen |
2008-03-19 | utils: Utils.check_location returns an array of locations if check succeeds | Giuseppe Bilotta |
2008-03-17 | utils: Utils.check_location comfort method for :htmlinfo filters | Giuseppe Bilotta |
2008-03-17 | filters: HTML info extraction is now a filter | Giuseppe Bilotta |
2008-03-17 | filters: don't force data types in @bot.filter() | Giuseppe Bilotta |
2008-03-14 | filters: filters_ui core module to manage filters from IRC | Giuseppe Bilotta |
2008-03-14 | filters: has_filter? method | Giuseppe Bilotta |
2008-03-14 | filters: method to get the global filter name of a grouped filter | Giuseppe Bilotta |
2008-03-14 | filters: filter_names(group=nil) method to retrieve available filters | Giuseppe Bilotta |
2008-03-14 | filters: filter groups | Giuseppe Bilotta |
2008-03-13 | filters: @bot.filter can now be called with a list of filters and with any fo... | Giuseppe Bilotta |
2008-03-13 | filters: DataStream can now be initialized with a String followed by a Hash | Giuseppe Bilotta |
2008-03-13 | filters: initial implementation | Giuseppe Bilotta |
2008-03-12 | * we're now "git version", not "svn version" by default | dmitry kim |
2008-03-12 | * (messagemapper) catch and report all exceptions in threaded actions | dmitry kim |
2008-03-11 | gettext: undefine GetText if we failed to load properly | Giuseppe Bilotta |
2008-03-11 | load-gettext.rb: accept ruby-gettext version of 1.8.0 and above, not just 1.8... | Yaohan Chen |
2008-03-11 | ircbot: don't die on SocketError during disconnect | Giuseppe Bilotta |
2008-03-11 | Documentation cleanups | Giuseppe Bilotta |
2008-03-10 | svn import left spurious lib/rbot/plugins hanging around | Giuseppe Bilotta |
2008-03-04 | Unixify all line endings. | Giuseppe Bilotta |
2008-02-22 | message.rb: #notify() method | Giuseppe Bilotta |
2008-02-15 | rfc2812: fix a bug in Client.reset | Giuseppe Bilotta |
2008-02-14 | remote core module: fix description of remote.host config | Giuseppe Bilotta |
2008-02-14 | config core module: default command auth fixes | Giuseppe Bilotta |
2008-02-14 | config core module: config search command | Giuseppe Bilotta |
2008-02-14 | * replace references to old website to references to new site | Giuseppe Bilotta |
2008-02-13 | config: Value#get() should return #default(), not @default | Giuseppe Bilotta |
2008-02-13 | config: allow @bot.config[key]=value constructs | Giuseppe Bilotta |
2008-02-13 | * fix a bug in the definition of Object#nil_or_empty? | Giuseppe Bilotta |
2008-02-13 | rfc2812: fix a bug in Client.user initialization | Giuseppe Bilotta |
2008-02-12 | httputil: config values for HTTP read and open timeouts | Giuseppe Bilotta |
2008-02-10 | botuser: add command to reset the netmasks list | Giuseppe Bilotta |
2008-01-30 | utils: fix decode_html_entities for numerical entities without HTMLEntities | Giuseppe Bilotta |
2007-12-19 | * (core/auth) fixed an error in error handling code | Dmitry Kim |
2007-12-16 | * (registry) no infinite recursion, please | Dmitry Kim |
2007-12-14 | * (registry) dup() the default on return | Dmitry Kim |
2007-12-14 | * (registry) fix the default value handling for non-existent registry files | Dmitry Kim |
2007-12-14 | maskdb: be case insenstive | Giuseppe Bilotta |
2007-12-13 | auth: adjust some permissions | Giuseppe Bilotta |
2007-12-13 | messagemapper: fix set_auth_path() logic | Giuseppe Bilotta |
2007-12-13 | auth: 'permission search' command to look up the full_auth_path of commands | Giuseppe Bilotta |
2007-12-13 | plugins: register maps with full information accessible via @bot.plugins.maps | Giuseppe Bilotta |
2007-12-13 | plugins: refactor common code in #map() and #map!() to auxiliary #do_map() me... | Giuseppe Bilotta |
2007-12-11 | auth: user tell should be in the 'manage' auth path, and thus forbidden by de... | Giuseppe Bilotta |
2007-12-07 | maskdb: dup strings for manipulation | Giuseppe Bilotta |
2007-12-07 | userdata: classes with singleton methods are not dumpable. dup the hash befor... | Giuseppe Bilotta |
2007-12-07 | New Irc Framework: netmask generalization now takes into consideration Azzurr... | Giuseppe Bilotta |