summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
AgeCommit message (Collapse)Author
2007-02-12quiz plugin: more UTF-8 workarounds while we wait for Ruby 2.0Giuseppe Bilotta
2007-02-11quiz plugin: initial support for unicode (UTF-8) answersGiuseppe Bilotta
2007-02-10rss plugin: spam log lessGiuseppe Bilotta
2007-02-10markov plugin: upgrade ignores to new IRC frameworkGiuseppe Bilotta
2007-02-10No we aren't. Fix devoiceme. Thanks KamuGiuseppe Bilotta
2007-02-10Ahem. Rename usermodes plugin to modes plugin :D. Are we done with this yet?Giuseppe Bilotta
2007-02-10Rename op plugin to usermodesGiuseppe Bilotta
2007-02-10op plugin: fix hop and add voiceGiuseppe Bilotta
2007-02-10op plugin: add half-op commands (hop). Also, previous contribution was ↵Giuseppe Bilotta
miscredited: submitter was Kamu
2007-02-10op plugin: also provide a deop command. Thanks to Yaohan ChenGiuseppe Bilotta
2007-02-10quiz plugin: online and on-disk sources can now be customizedGiuseppe Bilotta
2007-02-08rss plugin: rss watch improvements: can now specify the channel when ↵Giuseppe Bilotta
creating or deleting a watch, and can also list all channels watching any feed
2007-02-07Rubify ugly unhilight_nick codeGiuseppe Bilotta
2007-02-07quiz plugin: dottification of nicks made optional, defaults to trueGiuseppe Bilotta
2007-02-06Enhance Utils tools to get first pars, allowing an option to strip an ↵Giuseppe Bilotta
initial part of the paragraphs extracted
2007-02-06dict plugin: options to set number of hits and first_pars which will be ↵Giuseppe Bilotta
displayed, similar to the ones found in search
2007-02-06Move code to get first par from a series of urls from search plugin to ↵Giuseppe Bilotta
Utils, and use it in dict plugin too
2007-02-06Move code to find and ircify first par from search plugin to utilsGiuseppe Bilotta
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta
2007-02-06Suppress a couple of warningsGiuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can ↵Giuseppe Bilotta
be reloaded without quitting the bot, and move httputil and utils to it
2007-02-06salut plugin: try to reply in the same language we've been addressedGiuseppe Bilotta
2007-02-06salut plugin: don't respond to salutations when changing the configurationGiuseppe Bilotta
2007-02-05rss plugin: the refresh rate of each rss can be set independently of the ↵Giuseppe Bilotta
global one. Set to 0 to reset
2007-02-05rss plugin: add command to change the handle or url or type of an existing feedGiuseppe Bilotta
2007-02-05azgame plugin: acceptable strings are defined per-language nowGiuseppe Bilotta
2007-02-05rss plugin: only parse feeds when xml changed. also, the xml is now saved to ↵Giuseppe Bilotta
the registry
2007-02-05linkbot plugin: nick/network catchers were not greedy enoughGiuseppe Bilotta
2007-02-05azgame plugin: Japanese support (via wordlist) thanks to Yaohan ChenGiuseppe Bilotta
2007-02-05azgame plugin: move az rules into the plugin initializationGiuseppe Bilotta
2007-02-05rss plugin: fix missplet 'gmane'Giuseppe Bilotta
2007-02-05rss plugin: performance enhancements when outputting formatted rss to ↵Giuseppe Bilotta
multiple locations, and make use of the overlong lines management introduced
2007-02-05linkbot plugins to properly delegate messages from linkbotsGiuseppe Bilotta
2007-02-05search plugin now exploits the new sendmsg improvementsGiuseppe Bilotta
2007-02-04More search.rb first_par fixupsGiuseppe Bilotta
2007-02-04Improve 'first paragraph' detection in search plugin, and clean up ↵Giuseppe Bilotta
ircify_html method
2007-02-04weather plugin: allow choice between metric, english or both units when ↵Giuseppe Bilotta
retrieving data from weather underground
2007-02-04Weather plugin fixupsGiuseppe Bilotta
2007-02-04Merge weather pluginsGiuseppe Bilotta
2007-02-02Two plugins had the executable property set. Reset itGiuseppe Bilotta
2007-02-02Fix rm methods in bans pluginGiuseppe Bilotta
2007-02-01Previous commit also implemented quiz autoask delay, but I had forgotten to ↵Giuseppe Bilotta
log it. Log it, and take the chance to beautify some comments
2007-02-01salut plugin: don't try matching something when we know nothingGiuseppe Bilotta
2007-01-30auth -> auth_path fixesGiuseppe Bilotta
2007-01-30When adding a feed watcher, let it fire instantly so that it can do the ↵Giuseppe Bilotta
initial rss retrieval
2007-01-30case fixes in bansGiuseppe Bilotta
2007-01-30The path to the fortune executable can now be configured (fortune.path). ↵Giuseppe Bilotta
When empty, the bot will try to autodetect it. If autodetection is successfull, the path found will be stored in fortune.path
2007-01-30quiz plugin was failing on private messages. Fix the problemGiuseppe Bilotta
2007-01-30time plugin: provide commands to let the bot forget about timezones, and let ↵Giuseppe Bilotta
the user know what happens when the timezone is set/forgotten
2007-01-30Fix b0rkedness in bans pluginGiuseppe Bilotta