summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2007-11-04extends: Arraydata/rbot/plugins/factoids.rbdelete_one to remove a random elem...Giuseppe Bilotta
2007-10-31* (rbot/config) slightly less ugly ArrayValue validation interfaceDmitry Kim
2007-10-29httputil: inform the servers we also accept deflateGiuseppe Bilotta
2007-10-29httputil: support Content-Encoding: deflateGiuseppe Bilotta
2007-10-21Suppress some warningsGiuseppe Bilotta
2007-10-11* (ircsocket) inconsistent socket state after ssl exceptions in connect(), fixedDmitry Kim
2007-10-11New Auth Framework: always allow the 'login' commandGiuseppe Bilotta
2007-10-11httputil: try to guess content-type from extension if it's not definedGiuseppe Bilotta
2007-10-11httputil: beware that content-type header may be absentGiuseppe Bilotta
2007-10-11first_html_par: detect fragment at the right placeGiuseppe Bilotta
2007-10-04Fix overzealous [1231]Giuseppe Bilotta