Age | Commit message (Expand) | Author |
2007-12-04 | userdata: extend userdata hash with DottedIndex access | Giuseppe Bilotta |
2007-12-04 | extends: DottedIndex module to extend Hash-like classes for nested dot-separa... | Giuseppe Bilotta |
2007-12-04 | New Auth Framework: migrate userdata on permification | Giuseppe Bilotta |
2007-12-04 | New Auth Framework: migrate userdata on botuser copy/rename | Giuseppe Bilotta |
2007-12-03 | New Auth Framework: meet and hello commands to make transient botusers permanent | Giuseppe Bilotta |
2007-12-03 | New Auth Framework: sanitize botusername ''before'' checking for existence | Giuseppe Bilotta |
2007-12-03 | New Auth Framework: trap user editing exceptions | Giuseppe Bilotta |
2007-12-03 | New Auth Framework: TypeError, not TypError | Giuseppe Bilotta |
2007-11-22 | language.rb: add '.UTF-8' to Lang2Locale values to make gettext use UTF-8 on ... | Yaohan Chen |
2007-11-21 | New IRC Framework: warn, don't raise, on case mismatch | Giuseppe Bilotta |
2007-11-06 | Improved inspect methods all around | Giuseppe Bilotta |
2007-11-06 | New Irc Framework: methods to convert channel user modes (op, voice, etc) fro... | Giuseppe Bilotta |
2007-11-06 | New Irc Framework: fix channel creation when topic=nil | Giuseppe Bilotta |
2007-11-04 | extends: Arraydata/rbot/plugins/factoids.rbdelete_one to remove a random elem... | Giuseppe Bilotta |
2007-10-31 | * (rbot/config) slightly less ugly ArrayValue validation interface | Dmitry Kim |
2007-10-29 | httputil: inform the servers we also accept deflate | Giuseppe Bilotta |
2007-10-29 | httputil: support Content-Encoding: deflate | Giuseppe Bilotta |
2007-10-21 | Suppress some warnings | Giuseppe Bilotta |
2007-10-11 | * (ircsocket) inconsistent socket state after ssl exceptions in connect(), fixed | Dmitry Kim |
2007-10-11 | New Auth Framework: always allow the 'login' command | Giuseppe Bilotta |
2007-10-11 | httputil: try to guess content-type from extension if it's not defined | Giuseppe Bilotta |
2007-10-11 | httputil: beware that content-type header may be absent | Giuseppe Bilotta |
2007-10-11 | first_html_par: detect fragment at the right place | Giuseppe Bilotta |
2007-10-04 | Fix overzealous [1231] | Giuseppe Bilotta |
2007-10-01 | * (utils) should use partial_body() for non-text responses as well | Dmitry Kim |
2007-10-01 | core/config: fix help | Giuseppe Bilotta |
2007-09-25 | message.rb: fix logmessage for CTCP ACTIONs | Giuseppe Bilotta |
2007-09-24 | message.rb: logmessage method to retrieve the message for logging purposes | Giuseppe Bilotta |
2007-09-24 | core/userdata: store transient data too, keyed by (first-and-only) netmask | Giuseppe Bilotta |
2007-09-24 | core/userdata: always store nick-based data | Giuseppe Bilotta |
2007-09-24 | core/userdata: refactor set_data_hash method | Giuseppe Bilotta |
2007-09-23 | core/auth: missing help for who is | Giuseppe Bilotta |
2007-09-23 | core/userdata: with_botdata method | Giuseppe Bilotta |
2007-09-23 | core/userdata: bot_data -> botdata | Giuseppe Bilotta |
2007-09-23 | New Auth Framework: use Botuser#default? and owner? methods | Giuseppe Bilotta |
2007-09-23 | New Auth Framework: BotUser#default? and owner? methods | Giuseppe Bilotta |
2007-09-23 | UserData cote botmodule to handle user data storage/retrieval | Giuseppe Bilotta |
2007-09-22 | registry.rb: don't create registry file unless accessing it for writing | Giuseppe Bilotta |
2007-09-22 | message.rb: fix "I'm Stupid(TM)" bug in [1100] | Giuseppe Bilotta |
2007-09-22 | * (botuser) generalize() netmasks on transient->permanent | Dmitry Kim |
2007-09-22 | + (irc) generalize() method for Netmask class | Dmitry Kim |
2007-09-22 | New Auth Framework: add make_permanent() and related methods to make a transi... | Giuseppe Bilotta |
2007-09-22 | New Auth Framework: please document methods | Giuseppe Bilotta |
2007-09-21 | + (botuser + maskdb) fast netmask lookup + supplemental fixes for transient u... | Dmitry Kim |
2007-09-21 | * (core/auth) more debug logging on exceptions | Dmitry Kim |
2007-09-21 | New Auth Framework: auth core botmodule was missing an m.reply | Giuseppe Bilotta |
2007-09-21 | New Auth Framework: auth core botmodule was failing when someone asked someth... | Giuseppe Bilotta |
2007-09-21 | + (core/auth) "!who is :user" syntax | Dmitry Kim |
2007-09-21 | Utils.decode_html_entities: get rid of commented table and implement latin-1 ... | Giuseppe Bilotta |
2007-09-21 | Utils: we are an UTF-8 aware bot now, no need to ASCIIfy HTML entities | Giuseppe Bilotta |