summaryrefslogtreecommitdiff
path: root/lib/rbot/botuser.rb
AgeCommit message (Collapse)Author
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 ↵Giuseppe Bilotta
for <user>' command
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 ↵Giuseppe Bilotta
the creation/deletion of botusers
2006-08-05auth botmodule now allows showing all user settings and enable/disable ↵Giuseppe Bilotta
boolean ones. still needs work for setting and resetting. no user creation yet
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
for the specific botusers) --defaults to off
2006-08-05Adjust auth framework to work with improved Irc framework and fix some ↵Giuseppe Bilotta
issues in the Irc framework itself. Get rid of some of the debug clauses
2006-08-04Fix stupid bug introduced with the new debugging messages. switch to ↵Giuseppe Bilotta
kind_of? instead of .class<=
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 ↵Giuseppe Bilotta
actual auth coremodule. config.rb needs to be split into a class definition file and a coremodule that manages it
2006-08-02Modularized core now functional. Still a lot to do and auth missing, but the ↵Giuseppe Bilotta
bot is almost usable now
2006-08-01New modular framework is in place. Nothing works until core/auth.rb is done, ↵Giuseppe Bilotta
though
2006-08-01First step towards the new modularized core frameworkGiuseppe Bilotta
2006-08-01New Auth framework, initial commitGiuseppe Bilotta