summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-11auth.allow? method now informs a user when they don't have permissionsGiuseppe Bilotta
2006-08-11Tango says, ! in auth_path is bad mojo.Mark Kretschmann
2006-08-11Adapt to new auth system.Mark Kretschmann
2006-08-10AutoOp now triggers on nick change tooGiuseppe Bilotta
2006-08-10Adapt AutoOp plugin to the new IRC frameworkGiuseppe Bilotta
2006-08-10New HalfLife 2 plugin from ocr. Resolves ticket #54Giuseppe Bilotta
2006-08-10BotUser wants username=, not name=Giuseppe Bilotta
2006-08-10Fix exception when a QUITting user was not in the first channel of the list ↵Giuseppe Bilotta
of channels
2006-08-06Fix RSS plugin problems caused by watches created before the new Irc frameworkGiuseppe Bilotta
2006-08-06Update ChangeLog. Let's try to keep it up to date with new changes nowGiuseppe Bilotta
2006-08-06Some fixes for the rss pluginGiuseppe Bilotta
2006-08-06The kernel now has a @bot.kick(channel, user, msg) methodGiuseppe Bilotta
2006-08-06why do we have 2 figlets?Tom Gilbert
2006-08-06Users can now be imported from exported data files. Existing users are ↵Giuseppe Bilotta
overwritten
2006-08-06Fix some bugs when setting permissions; introduce the new 'permissions view ↵Giuseppe Bilotta
for <user>' command
2006-08-06sync ChangelogTom Gilbert
2006-08-06Forgot the kernel fixes for previous commitGiuseppe Bilotta
2006-08-06Permissions can now be set and reset correctlyGiuseppe Bilotta
2006-08-06Botuser information can now be exportedGiuseppe Bilotta
2006-08-06Fix some kernel auth bugsGiuseppe 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 ↵Giuseppe Bilotta
displayed. This commit fixes it
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 ↵Giuseppe Bilotta
the creation/deletion of botusers
2006-08-05make sure @commands is never nil in script.rbAlexander Beisig
2006-08-05reworked the keywords plugin, it uses a new and less messy syntax nowAlexander Beisig
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-04Add myself to AUTHORS in trunk tooGiuseppe Bilotta
2006-08-04Fix one more problem with missing COREDIR and clean up setup.rbGiuseppe Bilotta
2006-08-04Whoops.. removed the automatic adding of --debug. :)Chris Gahan
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-03renamed keywords plugin to fix inconsistency between commands and helpAlexander Beisig