]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/botuser.rb
Use rbot's own warning() command instead of Ruby built-in warn()
[user/henk/code/ruby/rbot.git] / lib / rbot / botuser.rb
2007-08-26 Giuseppe BilottaUse rbot's own warning() command instead of Ruby built...
2007-08-23 Giuseppe BilottaNew Auth module: keep auth.password and botowner passwo...
2007-07-31 Giuseppe Bilottabotuser.rb: don't fail when being passed nil instead...
2007-07-09 Yaohan Chenintegrated ruby-gettext
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-02-18 Giuseppe BilottaMinor optimization to Auth.random_password
2007-02-15 Giuseppe BilottaAllow all printable 7-bit ASCII characters in passwords
2007-02-15 Giuseppe BilottaStringify password when creating botuser. Useful when...
2007-02-11 Giuseppe BilottaMinor messagemapper optimizations
2006-08-17 Giuseppe BilottaStupid horrible typo in botuser.rb login method
2006-08-17 Giuseppe BilottaProvide the InvalidPassword exception
2006-08-11 Giuseppe Bilottaauth.allow? method now informs a user when they don...
2006-08-10 Giuseppe BilottaBotUser wants username=, not name=
2006-08-06 Giuseppe BilottaFix some bugs when setting permissions; introduce the...
2006-08-06 Giuseppe BilottaForgot the kernel fixes for previous commit
2006-08-06 Giuseppe BilottaFix some kernel auth bugs
2006-08-06 Giuseppe BilottaUser management is now almost complete. The only missin...
2006-08-05 Giuseppe Bilottaauth botmodule now allows showing all user settings...
2006-08-05 Giuseppe BilottaFix user data not being upgraded and fix a bug in the...
2006-08-05 Giuseppe BilottaAuth framework now allows automatic login and login...
2006-08-05 Giuseppe BilottaAdjust auth framework to work with improved Irc framewo...
2006-08-04 Giuseppe BilottaFix stupid bug introduced with the new debugging messag...
2006-08-03 Giuseppe BilottaLots of fixes all around, in preparation for the new...
2006-08-02 Giuseppe BilottaAuth now follows the specs defined in NewAuthModule...
2006-08-02 Giuseppe BilottaModularized core now functional. Still a lot to do...
2006-08-01 Giuseppe BilottaNew modular framework is in place. Nothing works until...
2006-08-01 Giuseppe BilottaFirst step towards the new modularized core framework
2006-08-01 Giuseppe BilottaNew Auth framework, initial commit