summaryrefslogtreecommitdiff
path: root/lib/rbot/core
AgeCommit message (Expand)Author
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can b...Giuseppe Bilotta
2007-02-04Minor auth help fixGiuseppe Bilotta
2007-01-30Core botmodule config.rb has some (very little) facility to ease config key s...Giuseppe Bilotta
2006-10-02Fix help (one more time)Giuseppe Bilotta
2006-10-02Usage wants a parameterGiuseppe Bilotta
2006-09-25Add help for pingGiuseppe 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-29Introduce BotConfigValue permissions, to protect particularly sensitive confi...Giuseppe Bilotta
2006-08-25Optimize auth module exploiting new message mapping syntaxGiuseppe Bilotta
2006-08-25Fix small typo in basics core botmoduleGiuseppe 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-05Rename the file core.rb to reflect the new botmoulde nameGiuseppe Bilotta
2006-08-05Internally rename the core botmodule to basicsGiuseppe Bilotta
2006-08-05Auth framework now allows automatic login and login-by-netmask (when enabled ...Giuseppe Bilotta
2006-08-04Some fixes for the help system. Still not perfect, but better than beforeGiuseppe Bilotta
2006-08-04Fix stupid bug introduced with the new debugging messages. switch to kind_of?...Giuseppe Bilotta
2006-08-03Make keywords.rb into a plugin and sync with 0.9.10Giuseppe Bilotta
2006-08-03Initial version of the new auth coremoduleGiuseppe Bilotta
2006-08-03Lots of fixes all around, in preparation for the new auth coremoduleGiuseppe Bilotta
2006-08-02Fix message handling, comment out some debug messagesGiuseppe Bilotta
2006-08-02Initial factorization of botconfig into kernel functionality and a coremoduleGiuseppe Bilotta
2006-08-02Auth now follows the specs defined in NewAuthModule even though there is no a...Giuseppe Bilotta
2006-08-02Modularized core now functional. Still a lot to do and auth missing, but the ...Giuseppe Bilotta
2006-08-01New modular framework is in place. Nothing works until core/auth.rb is done, ...Giuseppe Bilotta