summaryrefslogtreecommitdiff
path: root/lib/rbot/core
AgeCommit message (Expand)Author
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-13auth: adjust some permissionsGiuseppe Bilotta
2007-12-13auth: 'permission search' command to look up the full_auth_path of commandsGiuseppe Bilotta
2007-12-11auth: user tell should be in the 'manage' auth path, and thus forbidden by de...Giuseppe Bilotta
2007-12-07userdata: classes with singleton methods are not dumpable. dup the hash befor...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: trap user editing exceptionsGiuseppe Bilotta
2007-11-04extends: Arraydata/rbot/plugins/factoids.rbdelete_one to remove a random elem...Giuseppe Bilotta
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-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
2007-10-01* (utils) should use partial_body() for non-text responses as wellDmitry Kim
2007-10-01core/config: fix helpGiuseppe Bilotta
2007-09-24core/userdata: store transient data too, keyed by (first-and-only) netmaskGiuseppe Bilotta
2007-09-24core/userdata: always store nick-based dataGiuseppe Bilotta
2007-09-24core/userdata: refactor set_data_hash methodGiuseppe Bilotta
2007-09-23core/auth: missing help for who isGiuseppe Bilotta
2007-09-23core/userdata: with_botdata methodGiuseppe Bilotta
2007-09-23core/userdata: bot_data -> botdataGiuseppe Bilotta
2007-09-23New Auth Framework: use Botuser#default? and owner? methodsGiuseppe Bilotta
2007-09-23UserData cote botmodule to handle user data storage/retrievalGiuseppe Bilotta
2007-09-21* (core/auth) more debug logging on exceptionsDmitry Kim
2007-09-21New Auth Framework: auth core botmodule was missing an m.replyGiuseppe Bilotta
2007-09-21New Auth Framework: auth core botmodule was failing when someone asked someth...Giuseppe Bilotta
2007-09-21+ (core/auth) "!who is :user" syntaxDmitry Kim
2007-09-21Utils.decode_html_entities: get rid of commented table and implement latin-1 ...Giuseppe Bilotta
2007-09-21Utils: we are an UTF-8 aware bot now, no need to ASCIIfy HTML entitiesGiuseppe Bilotta
2007-09-21Utils.decode_html_entities: fix decoding of unknown symbolsGiuseppe Bilotta
2007-09-18ircify_html: minimal support for li tagsGiuseppe Bilotta
2007-09-18first_html_par: after-paragraph matches should prefer divs and spans to other...Giuseppe Bilotta
2007-09-18first_html_par: make Hpricot handling more robustGiuseppe Bilotta
2007-09-18first_html_par: constify the 'after par' searches with HpricotGiuseppe Bilotta
2007-09-18utils: require 'hpricot' the second time, not 'htmlentities' againGiuseppe Bilotta
2007-09-18first_html_par: it's doc.root.search, not doc.root.eachGiuseppe Bilotta
2007-09-18first_html_par: build lists 'manually' when using HpricotGiuseppe Bilotta
2007-09-18HTML processing refactoring: remove obsolete commentGiuseppe Bilotta
2007-09-18extends: String#ircify_html now has an option to obey non-breakable spaces or...Giuseppe Bilotta
2007-09-18httputil: promote all Exceptions to RuntimeErrors so they can be caught with ...Giuseppe Bilotta