]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core/auth.rb
Ruby 1.9 can intern empty strings
[user/henk/code/ruby/rbot.git] / lib / rbot / core / auth.rb
2011-06-03 Giuseppe BilottaRuby 1.9 can intern empty strings
2011-02-07 Giuseppe Bilottaauth: force no-nick reply when meeting someone
2011-01-12 Giuseppe BilottaRuby 1.9 cleanup: variables warnings
2010-12-08 Giuseppe Bilottaauth module: update for messagemapper changes
2010-12-07 Giuseppe BilottaMore gettext frozen string woes
2010-08-24 Giuseppe Bilottaauth: minimal help about user import/export
2010-06-30 Giuseppe Bilottaminor correction to help auth
2009-02-15 Giuseppe Bilotta+ @bot.path and datafile methods
2009-01-15 Giuseppe Bilottaauth: better clarify the allow/deny syntax
2009-01-08 Giuseppe Bilottaauth core botmodule: fix permission view without a...
2008-11-03 Giuseppe Bilottaauth botmodule: auth_allow_deny() accepts an optional...
2008-07-29 Giuseppe Bilottaauth core botmodule: advertise and act on mismatched...
2008-05-03 Moritz 'moemoe'... fixed typo in help auth
2008-04-22 Giuseppe BilottaLicensing uniformity: dual-license rbot core under...
2008-04-14 Giuseppe Bilottaauth core botmodule: it's p, not params
2008-04-12 Giuseppe Bilotta+ WelcomeMessage class
2008-03-27 Giuseppe Bilottaauth core module: allow and deny commands
2008-03-26 Giuseppe BilottaMerge atj's auth changes
2008-03-25 Adam Jamescore/auth.rb: don't allow the master password to be...
2008-03-23 Giuseppe Bilottaauth core module: missing h in permissions searcH help
2008-03-04 Giuseppe BilottaUnixify all line endings.
2007-12-19 Dmitry Kim* (core/auth) fixed an error in error handling code
2007-12-13 Giuseppe Bilottaauth: adjust some permissions
2007-12-13 Giuseppe Bilottaauth: 'permission search' command to look up the full_a...
2007-12-11 Giuseppe Bilottaauth: user tell should be in the 'manage' auth path...
2007-12-06 Giuseppe Bilottaauth: don't say stupid things when the password is...
2007-12-04 Giuseppe Bilottaauth core module: improve user destroy semantics
2007-12-04 Giuseppe BilottaNew Auth Framework: migrate userdata on permification
2007-12-04 Giuseppe BilottaNew Auth Framework: migrate userdata on botuser copy...
2007-12-03 Giuseppe BilottaNew Auth Framework: meet and hello commands to make...
2007-12-03 Giuseppe BilottaNew Auth Framework: trap user editing exceptions
2007-10-21 Giuseppe BilottaSuppress some warnings
2007-10-04 Giuseppe BilottaFix overzealous [1231]
2007-09-23 Giuseppe Bilottacore/auth: missing help for who is
2007-09-23 Giuseppe BilottaNew Auth Framework: use Botuser#default? and owner...
2007-09-21 Dmitry Kim* (core/auth) more debug logging on exceptions
2007-09-21 Giuseppe BilottaNew Auth Framework: auth core botmodule was missing...
2007-09-21 Giuseppe BilottaNew Auth Framework: auth core botmodule was failing...
2007-09-21 Dmitry Kim+ (core/auth) "!who is :user" syntax
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-08-26 Giuseppe Bilottaauth core module: fix a bug in the permissions set...
2007-08-23 Giuseppe Bilottaauth core module: misplaced ) prevented gettext replacement
2007-08-23 Giuseppe BilottaNew Auth module: keep auth.password and botowner passwo...
2007-07-09 Yaohan Chenintegrated ruby-gettext
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09 Giuseppe Bilottaauth: improve help
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-04 Giuseppe BilottaMinor auth help fix
2006-10-02 Giuseppe BilottaUsage wants a parameter
2006-09-21 Giuseppe BilottaNew auth framework is now backwards compatible: auth...
2006-08-31 Giuseppe BilottaFine tune and document 'permissions view' (auth core...
2006-08-25 Giuseppe BilottaOptimize auth module exploiting new message mapping...
2006-08-17 Giuseppe BilottaFix help. For real
2006-08-06 Giuseppe BilottaUsers can now be imported from exported data files...
2006-08-06 Giuseppe BilottaFix some bugs when setting permissions; introduce the...
2006-08-06 Giuseppe BilottaPermissions can now be set and reset correctly
2006-08-06 Giuseppe BilottaBotuser information can now be exported
2006-08-06 Giuseppe BilottaWhen copying botusers, dup all the entries to prevent...
2006-08-06 Giuseppe BilottaAfter changing a botuser setting, the settings for...
2006-08-06 Giuseppe BilottaBotusers can now be copied and renamed
2006-08-06 Giuseppe BilottaBotusers can now be destroyed
2006-08-06 Giuseppe BilottaBotusers can now be created.
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 BilottaAuth framework now allows automatic login and login...
2006-08-04 Giuseppe BilottaFix stupid bug introduced with the new debugging messag...
2006-08-03 Giuseppe BilottaInitial version of the new auth coremodule