summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-03-11gettext: undefine GetText if we failed to load properlyGiuseppe Bilotta
2008-03-11load-gettext.rb: accept ruby-gettext version of 1.8.0 and above, not just 1.8...Yaohan Chen
2008-03-11ircbot: don't die on SocketError during disconnectGiuseppe Bilotta
2008-03-11Documentation cleanupsGiuseppe Bilotta
2008-03-10svn import left spurious lib/rbot/plugins hanging aroundGiuseppe Bilotta
2008-03-04Unixify all line endings.Giuseppe Bilotta
2008-02-22message.rb: #notify() methodGiuseppe Bilotta
2008-02-15rfc2812: fix a bug in Client.resetGiuseppe Bilotta
2008-02-14remote core module: fix description of remote.host configGiuseppe Bilotta
2008-02-14config core module: default command auth fixesGiuseppe Bilotta
2008-02-14config core module: config search commandGiuseppe Bilotta
2008-02-14* replace references to old website to references to new siteGiuseppe Bilotta
2008-02-13config: Value#get() should return #default(), not @defaultGiuseppe Bilotta
2008-02-13config: allow @bot.config[key]=value constructsGiuseppe Bilotta
2008-02-13* fix a bug in the definition of Object#nil_or_empty?Giuseppe Bilotta
2008-02-13rfc2812: fix a bug in Client.user initializationGiuseppe Bilotta
2008-02-12httputil: config values for HTTP read and open timeoutsGiuseppe Bilotta
2008-02-10botuser: add command to reset the netmasks listGiuseppe Bilotta
2008-01-30utils: fix decode_html_entities for numerical entities without HTMLEntitiesGiuseppe Bilotta
2007-12-19* (core/auth) fixed an error in error handling codeDmitry Kim
2007-12-16* (registry) no infinite recursion, pleaseDmitry Kim
2007-12-14* (registry) dup() the default on returnDmitry Kim
2007-12-14* (registry) fix the default value handling for non-existent registry filesDmitry Kim
2007-12-14maskdb: be case insenstiveGiuseppe Bilotta
2007-12-13auth: adjust some permissionsGiuseppe Bilotta
2007-12-13messagemapper: fix set_auth_path() logicGiuseppe Bilotta
2007-12-13auth: 'permission search' command to look up the full_auth_path of commandsGiuseppe Bilotta
2007-12-13plugins: register maps with full information accessible via @bot.plugins.mapsGiuseppe Bilotta
2007-12-13plugins: refactor common code in #map() and #map!() to auxiliary #do_map() me...Giuseppe Bilotta
2007-12-11auth: user tell should be in the 'manage' auth path, and thus forbidden by de...Giuseppe Bilotta
2007-12-07maskdb: dup strings for manipulationGiuseppe Bilotta
2007-12-07userdata: classes with singleton methods are not dumpable. dup the hash befor...Giuseppe Bilotta
2007-12-07New Irc Framework: netmask generalization now takes into consideration Azzurr...Giuseppe Bilotta
2007-12-06debug info to track hard-to-nail bug about disappearing hosts in botuser netm...Giuseppe Bilotta
2007-12-06auth: don't say stupid things when the password is changedGiuseppe Bilotta
2007-12-06userdata: don't extend the botuser hash to support dotted indices when migrat...Giuseppe Bilotta
2007-12-04auth core module: improve user destroy semanticsGiuseppe Bilotta
2007-12-04userdata: extend userdata hash with DottedIndex accessGiuseppe Bilotta
2007-12-04extends: DottedIndex module to extend Hash-like classes for nested dot-separa...Giuseppe Bilotta
2007-12-04New Auth Framework: migrate userdata on permificationGiuseppe Bilotta
2007-12-04New Auth Framework: migrate userdata on botuser copy/renameGiuseppe Bilotta
2007-12-03New Auth Framework: meet and hello commands to make transient botusers permanentGiuseppe Bilotta
2007-12-03New Auth Framework: sanitize botusername ''before'' checking for existenceGiuseppe Bilotta
2007-12-03New Auth Framework: trap user editing exceptionsGiuseppe Bilotta
2007-12-03New Auth Framework: TypeError, not TypErrorGiuseppe Bilotta
2007-11-22language.rb: add '.UTF-8' to Lang2Locale values to make gettext use UTF-8 on ...Yaohan Chen
2007-11-21New IRC Framework: warn, don't raise, on case mismatchGiuseppe Bilotta
2007-11-06Improved inspect methods all aroundGiuseppe Bilotta
2007-11-06New Irc Framework: methods to convert channel user modes (op, voice, etc) fro...Giuseppe Bilotta
2007-11-06New Irc Framework: fix channel creation when topic=nilGiuseppe Bilotta