summaryrefslogtreecommitdiff
path: root/lib/rbot/core/auth.rb
AgeCommit message (Expand)Author
2007-12-13auth: adjust some permissionsGiuseppe Bilotta
2007-12-13auth: 'permission search' command to look up the full_auth_path of commandsGiuseppe Bilotta
2007-12-11auth: user tell should be in the 'manage' auth path, and thus forbidden by de...Giuseppe Bilotta
2007-12-06auth: don't say stupid things when the password is changedGiuseppe Bilotta
2007-12-04auth core module: improve user destroy semanticsGiuseppe Bilotta
2007-12-04New Auth Framework: migrate userdata on permificationGiuseppe Bilotta
2007-12-04New Auth Framework: migrate userdata on botuser copy/renameGiuseppe Bilotta
2007-12-03New Auth Framework: meet and hello commands to make transient botusers permanentGiuseppe Bilotta
2007-12-03New Auth Framework: trap user editing exceptionsGiuseppe Bilotta
2007-10-21Suppress some warningsGiuseppe Bilotta
2007-10-04Fix overzealous [1231]Giuseppe Bilotta
2007-09-23core/auth: missing help for who isGiuseppe Bilotta
2007-09-23New Auth Framework: use Botuser#default? and owner? methodsGiuseppe Bilotta
2007-09-21* (core/auth) more debug logging on exceptionsDmitry Kim
2007-09-21New Auth Framework: auth core botmodule was missing an m.replyGiuseppe Bilotta
2007-09-21New Auth Framework: auth core botmodule was failing when someone asked someth...Giuseppe Bilotta
2007-09-21+ (core/auth) "!who is :user" syntaxDmitry Kim
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-08-26auth core module: fix a bug in the permissions set argument parserGiuseppe Bilotta
2007-08-23auth core module: misplaced ) prevented gettext replacementGiuseppe Bilotta
2007-08-23New Auth module: keep auth.password and botowner passwords in sync when chang...Giuseppe Bilotta
2007-07-09integrated ruby-gettextYaohan Chen
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-04-09auth: improve helpGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-04Minor auth help fixGiuseppe Bilotta
2006-10-02Usage wants a parameterGiuseppe Bilotta
2006-09-21New auth framework is now backwards compatible: auth <masterpassword> works a...Giuseppe Bilotta
2006-08-31Fine tune and document 'permissions view' (auth core botmodule)Giuseppe Bilotta
2006-08-25Optimize auth module exploiting new message mapping syntaxGiuseppe Bilotta
2006-08-17Fix help. For realGiuseppe Bilotta
2006-08-06Users can now be imported from exported data files. Existing users are overwr...Giuseppe Bilotta
2006-08-06Fix some bugs when setting permissions; introduce the new 'permissions view f...Giuseppe Bilotta
2006-08-06Permissions can now be set and reset correctlyGiuseppe Bilotta
2006-08-06Botuser information can now be exportedGiuseppe Bilotta
2006-08-06When copying botusers, dup all the entries to prevent linked netmasks and suchGiuseppe Bilotta
2006-08-06After changing a botuser setting, the settings for the issuing botuser were d...Giuseppe Bilotta
2006-08-06Botusers can now be copied and renamedGiuseppe Bilotta
2006-08-06Botusers can now be destroyedGiuseppe Bilotta
2006-08-06Botusers can now be created.Giuseppe 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-05Auth framework now allows automatic login and login-by-netmask (when enabled ...Giuseppe Bilotta
2006-08-04Fix stupid bug introduced with the new debugging messages. switch to kind_of?...Giuseppe Bilotta
2006-08-03Initial version of the new auth coremoduleGiuseppe Bilotta