Age | Commit message (Expand) | Author |
2007-12-03 | New Auth Framework: sanitize botusername ''before'' checking for existence | Giuseppe Bilotta |
2007-12-03 | New Auth Framework: TypeError, not TypError | Giuseppe Bilotta |
2007-11-06 | Improved inspect methods all around | Giuseppe Bilotta |
2007-10-11 | New Auth Framework: always allow the 'login' command | 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 | * (botuser) generalize() netmasks on transient->permanent | 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-15 | New Auth Framework: catch possible error when trying to create transient botuser | Giuseppe Bilotta |
2007-09-13 | namespaces: simplify Irc::Bot::Auth manager singleton name and accessor | Giuseppe Bilotta |
2007-09-12 | namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::* | Giuseppe Bilotta |
2007-09-04 | New Irc Framework: Irc::User#bot_data(key) and #set_bot_data(key, value, &blo... | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: dream about auto-notifying hashes, and use #replace() whe... | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: BotUser data is now actually saved/restored | Giuseppe Bilotta |
2007-09-04 | New Auth Framework, New Irc Framework: convenience methods for Irc::User to r... | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: BotUser can now store generic data | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: BotUser transiency is now checked with #transient? | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: transient netmask finetuning | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: no need to have TransientBotUser as a separate class | Giuseppe Bilotta |
2007-09-04 | New Auth Framework: use #to_irc_netmask() instead of Netmask.new() | Giuseppe Bilotta |
2007-09-02 | New Auth Framework: TransientBotUser management | Giuseppe Bilotta |
2007-09-02 | New Auth Framework: introducing transient botusers | Giuseppe Bilotta |
2007-09-02 | botuser.rb: fix typo in debug message | Giuseppe Bilotta |
2007-08-26 | Use rbot's own warning() command instead of Ruby built-in warn() | Giuseppe Bilotta |
2007-08-23 | New Auth module: keep auth.password and botowner passwords in sync when chang... | Giuseppe Bilotta |
2007-07-31 | botuser.rb: don't fail when being passed nil instead of an array to load | Giuseppe Bilotta |
2007-07-09 | integrated ruby-gettext | Yaohan Chen |
2007-04-11 | use pretty printing with Logger (debug, info, warning and error messages) | Giuseppe Bilotta |
2007-02-18 | Minor optimization to Auth.random_password | Giuseppe Bilotta |
2007-02-15 | Allow all printable 7-bit ASCII characters in passwords | Giuseppe Bilotta |
2007-02-15 | Stringify password when creating botuser. Useful when e.g. conf.yaml contains... | Giuseppe Bilotta |
2007-02-11 | Minor messagemapper optimizations | Giuseppe Bilotta |
2006-08-17 | Stupid horrible typo in botuser.rb login method | Giuseppe Bilotta |
2006-08-17 | Provide the InvalidPassword exception | Giuseppe Bilotta |
2006-08-11 | auth.allow? method now informs a user when they don't have permissions | Giuseppe Bilotta |
2006-08-10 | BotUser wants username=, not name= | Giuseppe Bilotta |
2006-08-06 | Fix some bugs when setting permissions; introduce the new 'permissions view f... | Giuseppe Bilotta |
2006-08-06 | Forgot the kernel fixes for previous commit | Giuseppe Bilotta |
2006-08-06 | Fix some kernel auth bugs | Giuseppe Bilotta |
2006-08-06 | User management is now almost complete. The only missing functionality is the... | Giuseppe Bilotta |
2006-08-05 | auth botmodule now allows showing all user settings and enable/disable boolea... | Giuseppe Bilotta |
2006-08-05 | Fix user data not being upgraded and fix a bug in the login-by-mask code | Giuseppe Bilotta |
2006-08-05 | Auth framework now allows automatic login and login-by-netmask (when enabled ... | Giuseppe Bilotta |
2006-08-05 | Adjust auth framework to work with improved Irc framework and fix some issues... | Giuseppe Bilotta |
2006-08-04 | Fix stupid bug introduced with the new debugging messages. switch to kind_of?... | Giuseppe Bilotta |
2006-08-03 | Lots of fixes all around, in preparation for the new auth coremodule | Giuseppe Bilotta |
2006-08-02 | Auth now follows the specs defined in NewAuthModule even though there is no a... | Giuseppe Bilotta |
2006-08-02 | Modularized core now functional. Still a lot to do and auth missing, but the ... | Giuseppe Bilotta |