summaryrefslogtreecommitdiff
path: root/lib/rbot
AgeCommit message (Collapse)Author
2006-10-14Create Utils.decode_html_entities, inspired from equivalent code in the url ↵Giuseppe Bilotta
plugin, can now be used by everybody. Can make use of the htmlentities ruby package, if found
2006-10-13Fine tune url pluginGiuseppe Bilotta
2006-10-13Minor tweaks to httputil: make last response available in @last_resp for get ↵Giuseppe Bilotta
and head methods when they return nil
2006-10-02Fix help (one more time)Giuseppe Bilotta
2006-10-02Usage wants a parameterGiuseppe Bilotta
2006-09-25Clean up botmodule loading and command parsing and delegating. Restore ↵Giuseppe Bilotta
hash-like behaviour for the plugin manager, so that @bot.plugins['name'] returns the botmodule with the given name
2006-09-25Add help for pingGiuseppe Bilotta
2006-09-21New auth framework is now backwards compatible: auth <masterpassword> works ↵Giuseppe Bilotta
again to login as owner
2006-08-31Fine tune and document 'permissions view' (auth core botmodule)Giuseppe Bilotta
2006-08-31messagemapper fix ... watch what you name your variables!Giuseppe Bilotta
2006-08-31Improve debugging output in messagemapperGiuseppe Bilotta
2006-08-31Fix messagemapper for optional argumentsGiuseppe Bilotta
2006-08-29Introduce BotConfigValue permissions, to protect particularly sensitive ↵Giuseppe Bilotta
config options while still allowing access to more innocent ones
2006-08-25Fix stupid bug in the new message mappingGiuseppe Bilotta
2006-08-25Optimize auth module exploiting new message mapping syntaxGiuseppe Bilotta
2006-08-25New implementation for the message mapper: multi-word parameters can now be ↵Giuseppe Bilotta
retrieved as substrings with preserved whitespace (use to_s), and parts of the message match can be made optional [by bracketing them]
2006-08-25Fix small typo in basics core botmoduleGiuseppe Bilotta
2006-08-25Changeset [440] introduced a redundant definition of the downcase method for ↵Giuseppe Bilotta
Channel
2006-08-20Improve NOTICE and PRIVMSG robustness when target is not a simple channel or ↵Giuseppe Bilotta
user
2006-08-17Stupid horrible typo in botuser.rb login methodGiuseppe Bilotta
2006-08-17Adapt topic plugin to new IRC frameworkGiuseppe Bilotta
2006-08-17Fix help. For realGiuseppe Bilotta
2006-08-17Provide the InvalidPassword exceptionGiuseppe Bilotta
2006-08-16Fix helpGiuseppe Bilotta
2006-08-16Some error handling cleanupGiuseppe Bilotta
2006-08-12Fix a problem with subregistriesGiuseppe Bilotta
2006-08-11nickokay now properly selectedGiuseppe Bilotta
2006-08-11nickreply and nickokay method, with option to let reply/okay behave like ↵Giuseppe Bilotta
this by default
2006-08-11auth.allow? method now informs a user when they don't have permissionsGiuseppe 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-06The kernel now has a @bot.kick(channel, user, msg) methodGiuseppe Bilotta
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-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-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