summaryrefslogtreecommitdiff
path: root/lib/rbot
AgeCommit message (Collapse)Author
2006-08-06User management is now almost complete. The only missing functionality is ↵Giuseppe Bilotta
the creation/deletion of botusers
2006-08-05auth botmodule now allows showing all user settings and enable/disable ↵Giuseppe Bilotta
boolean ones. still needs work for setting and resetting. no user creation yet
2006-08-05Fix user data not being upgraded and fix a bug in the login-by-mask codeGiuseppe Bilotta
2006-08-05Fix some save/quit/rescan racesGiuseppe Bilotta
2006-08-05Fix a disconnect on topic changeGiuseppe 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-05Fix server casemap handlingGiuseppe Bilotta
2006-08-05Minor esthetical fixupsGiuseppe Bilotta
2006-08-05Auth framework now allows automatic login and login-by-netmask (when enabled ↵Giuseppe Bilotta
for the specific botusers) --defaults to off
2006-08-05Adjust auth framework to work with improved Irc framework and fix some ↵Giuseppe Bilotta
issues in the Irc framework itself. Get rid of some of the debug clauses
2006-08-04Commit [369] was bogus. This one cleans up and sanitizes the Irc framework.Giuseppe Bilotta
2006-08-04Improve robustness of ArrayOf; fix some inspect methodsGiuseppe Bilotta
2006-08-04Improve robustness of ArrayOf; fix some inspect methodsGiuseppe Bilotta
2006-08-04Freenode changes the hostmask of users after identification. Do not fail ↵Giuseppe Bilotta
when a known user comes up with a different netmask, just give a warning
2006-08-04Ahem. I should remember to test things ''before'' committing, not after. Fix ↵Giuseppe Bilotta
COREDIR as set by post-config
2006-08-04Fix one more problem with missing COREDIR and clean up setup.rbGiuseppe Bilotta
2006-08-04A little handy script that launches the rbot daemon from this directory (no ↵Chris Gahan
need to install it!)
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 ↵Giuseppe Bilotta
kind_of? instead of .class<=
2006-08-03More responsive quits and some extra debug info for the new irc frameworkGiuseppe Bilotta
2006-08-03Make keywords.rb into a plugin and sync with 0.9.10Giuseppe Bilotta
2006-08-03Fix bug when users changed nickGiuseppe 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-02Fix User selection/creationGiuseppe Bilotta
2006-08-02Auth now follows the specs defined in NewAuthModule even though there is no ↵Giuseppe Bilotta
actual auth coremodule. config.rb needs to be split into a class definition file and a coremodule that manages it
2006-08-02Modularized core now functional. Still a lot to do and auth missing, but the ↵Giuseppe Bilotta
bot is almost usable now
2006-08-01New modular framework is in place. Nothing works until core/auth.rb is done, ↵Giuseppe Bilotta
though
2006-08-01New Irc framework: fix channel modes handlingGiuseppe Bilotta
2006-08-01First step towards the new modularized core frameworkGiuseppe Bilotta
2006-08-01Some stupid fixesGiuseppe Bilotta
2006-08-01New Auth framework, initial commitGiuseppe Bilotta
2006-07-31First shot at the new Irc framework. Bot is usable (sort of), but not all ↵Giuseppe Bilotta
functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional
2006-07-30Initial commit of the new Irc framework. Only add the file, no changes to ↵Giuseppe Bilotta
the actual rbot code
2006-07-30Revert one of the cleanups from [309] that totally hid the information on ↵Giuseppe Bilotta
the origin of logged messages: it should only be blanked out on subsequent lines of multiline messages
2006-07-30BDB::Fatal errors in plugins are now raised to toplevel; bdb lg_max ↵Giuseppe Bilotta
increased to 8 megabytes
2006-07-29just some tiny tweaks. giuseppe! you have been busy! :)Tom Gilbert
2006-07-27Display plugin status after rescanGiuseppe Bilotta
2006-07-27We don't want to close our initial logger, since that closes $stderrGiuseppe Bilotta
2006-07-27Fix the location for the bot log: put it in the botclass directory, and ↵Giuseppe Bilotta
remove any initial dots to prevent it from being hidden
2006-07-27Abort if levels.rbot is badly messed up. We don't want to make the bot ↵Giuseppe Bilotta
suddenly become free for all
2006-07-27New logging systems now works correctly even when the bot is daemonizedGiuseppe Bilotta
2006-07-27Whitespace/comment cleanup. Use =begin / =end for very large comments.Giuseppe Bilotta
2006-07-27Revamped logging system based on the Logger class from stdlibGiuseppe Bilotta
2006-07-27Remove @blacklisted, not needed anymore; include filename in module_eval to ↵Giuseppe Bilotta
get more sensible tracebacks; add some empty lines to make markey happy
2006-07-26Oops, wrong way to remove the path from the module names; fix it, and ↵Giuseppe Bilotta
provide test messages for all logging levels
2006-07-26Logging now also logs the filename and function it's being called fromGiuseppe Bilotta