summaryrefslogtreecommitdiff
path: root/lib/rbot/botuser.rb
AgeCommit message (Expand)Author
2007-02-18Minor optimization to Auth.random_passwordGiuseppe Bilotta
2007-02-15Allow all printable 7-bit ASCII characters in passwordsGiuseppe Bilotta
2007-02-15Stringify password when creating botuser. Useful when e.g. conf.yaml contains...Giuseppe Bilotta
2007-02-11Minor messagemapper optimizationsGiuseppe Bilotta
2006-08-17Stupid horrible typo in botuser.rb login methodGiuseppe Bilotta
2006-08-17Provide the InvalidPassword exceptionGiuseppe Bilotta
2006-08-11auth.allow? method now informs a user when they don't have permissionsGiuseppe Bilotta
2006-08-10BotUser wants username=, not name=Giuseppe Bilotta
2006-08-06Fix some bugs when setting permissions; introduce the new 'permissions view f...Giuseppe Bilotta
2006-08-06Forgot the kernel fixes for previous commitGiuseppe Bilotta
2006-08-06Fix some kernel auth bugsGiuseppe Bilotta
2006-08-06User management is now almost complete. The only missing functionality is the...Giuseppe Bilotta
2006-08-05auth botmodule now allows showing all user settings and enable/disable boolea...Giuseppe Bilotta
2006-08-05Fix user data not being upgraded and fix a bug in the login-by-mask codeGiuseppe Bilotta
2006-08-05Auth framework now allows automatic login and login-by-netmask (when enabled ...Giuseppe Bilotta
2006-08-05Adjust auth framework to work with improved Irc framework and fix some issues...Giuseppe Bilotta
2006-08-04Fix stupid bug introduced with the new debugging messages. switch to kind_of?...Giuseppe Bilotta
2006-08-03Lots of fixes all around, in preparation for the new auth coremoduleGiuseppe Bilotta
2006-08-02Auth now follows the specs defined in NewAuthModule even though there is no a...Giuseppe Bilotta
2006-08-02Modularized core now functional. Still a lot to do and auth missing, but the ...Giuseppe Bilotta
2006-08-01New modular framework is in place. Nothing works until core/auth.rb is done, ...Giuseppe Bilotta
2006-08-01First step towards the new modularized core frameworkGiuseppe Bilotta
2006-08-01New Auth framework, initial commitGiuseppe Bilotta