]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/botuser.rb
[auth] randomized default password
[user/henk/code/ruby/rbot.git] / lib / rbot / botuser.rb
2014-02-21 Matthias H[auth] randomized default password
2011-01-12 Giuseppe BilottaRuby 1.9 cleanup: variables warnings
2009-02-19 Raine Virtaremove whitespace
2008-07-15 Giuseppe BilottaRevert "* use to_irc_netmask(:force => true) to unlink...
2008-07-13 Giuseppe Bilotta* use to_irc_netmask(:force => true) to unlink Netmasks...
2008-04-22 Giuseppe BilottaLicensing uniformity: dual-license rbot core under...
2008-04-14 Giuseppe Bilotta+ temporary permissions
2008-03-04 Giuseppe BilottaUnixify all line endings.
2008-02-10 Giuseppe Bilottabotuser: add command to reset the netmasks list
2007-12-06 Giuseppe Bilottadebug info to track hard-to-nail bug about disappearing...
2007-12-03 Giuseppe BilottaNew Auth Framework: sanitize botusername ''before'...
2007-12-03 Giuseppe BilottaNew Auth Framework: TypeError, not TypError
2007-11-06 Giuseppe BilottaImproved inspect methods all around
2007-10-11 Giuseppe BilottaNew Auth Framework: always allow the 'login' command
2007-09-23 Giuseppe BilottaNew Auth Framework: BotUser#default? and owner? methods
2007-09-23 Giuseppe BilottaUserData cote botmodule to handle user data storage...
2007-09-22 Dmitry Kim* (botuser) generalize() netmasks on transient->permanent
2007-09-22 Giuseppe BilottaNew Auth Framework: add make_permanent() and related...
2007-09-22 Giuseppe BilottaNew Auth Framework: please document methods
2007-09-21 Dmitry Kim+ (botuser + maskdb) fast netmask lookup + supplemental...
2007-09-15 Giuseppe BilottaNew Auth Framework: catch possible error when trying...
2007-09-13 Giuseppe Bilottanamespaces: simplify Irc::Bot::Auth manager singleton...
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-04 Giuseppe BilottaNew Irc Framework: Irc::User#bot_data(key) and #set_bot...
2007-09-04 Giuseppe BilottaNew Auth Framework: dream about auto-notifying hashes...
2007-09-04 Giuseppe BilottaNew Auth Framework: BotUser data is now actually saved...
2007-09-04 Giuseppe BilottaNew Auth Framework, New Irc Framework: convenience...
2007-09-04 Giuseppe BilottaNew Auth Framework: BotUser can now store generic data
2007-09-04 Giuseppe BilottaNew Auth Framework: BotUser transiency is now checked...
2007-09-04 Giuseppe BilottaNew Auth Framework: transient netmask finetuning
2007-09-04 Giuseppe BilottaNew Auth Framework: no need to have TransientBotUser...
2007-09-04 Giuseppe BilottaNew Auth Framework: use #to_irc_netmask() instead of...
2007-09-02 Giuseppe BilottaNew Auth Framework: TransientBotUser management
2007-09-02 Giuseppe BilottaNew Auth Framework: introducing transient botusers
2007-09-02 Giuseppe Bilottabotuser.rb: fix typo in debug message
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