summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2008-03-11dict plugin: thread retrievalsGiuseppe Bilotta
2008-03-11more spurious leftovers from svn importGiuseppe Bilotta
2008-03-10url plugin: retry with chops even on URI::InvalidURIErrorGiuseppe Bilotta
2008-03-04keywords plugin: add a configurable list of keywords to be ignored when ↵Adam James
listening
2008-03-04Unixify all line endings.Giuseppe Bilotta
Some files had DOS-style line endings. Change all of them to Unix-style.
2008-03-04rss plugin: add 'photoblog' and 'news' formatsAdam James
2008-03-04rss plugin: make displaying links from the text of a feed item configurableAdam James
2008-03-04rss plugin: try to use <content:encoded> tags in feeds when possibleAdam James
2008-02-27rss plugin: it's item, not idemGiuseppe Bilotta
2008-02-25twitter plugin: twitter actions off was not workingGiuseppe Bilotta
Since the twitter plugin is set to store strings, 'false' was stored (and restored) as a string instead of a boolean value. Fix by deleting the key instead of setting it to false.
2008-02-22twitter plugin: use m.notify when twitting actionsGiuseppe Bilotta
2008-02-22twitter plugin: option to twit actionsGiuseppe Bilotta
2008-02-17factoids plugin: split correctly when displaying factsGiuseppe Bilotta
2008-02-15rss plugin: CHECK if feed type is trac, '''don't''' ASSIGN trac type to all ↵Giuseppe Bilotta
feeds
2008-02-15bash plugin: check if the html is actually thereGiuseppe Bilotta
2008-02-14markov plugin: markov probability <chance> wasn't working correctlyGiuseppe Bilotta
2008-02-14* replace references to old website to references to new siteGiuseppe Bilotta
2008-02-14lart plugin: replace "me" with sourcenickjesse keys
2008-02-14wheelfortune plugin: suppress some warningsGiuseppe Bilotta
2008-02-13* suppress a couple of warnings about ambiguous parametersGiuseppe Bilotta
2008-02-13rss plugin: improve output for git commits in tracsGiuseppe Bilotta
2008-02-13rss plugin: support git commits in tracGiuseppe Bilotta
Since git changes are identified by their SHA1, they get too long in titles. So we just clip that part out, as it's available in the link anyway.
2008-02-13search plugin: fix gcalcGiuseppe Bilotta
2008-02-13markov plugin: move settings to @bot.configGiuseppe Bilotta
2008-02-13factoids plugin: factoids.not_triggers to prevent common words from becoming ↵Giuseppe Bilotta
triggers
2008-02-13url plugin: output link info with m.plainreplyGiuseppe Bilotta
Link info should be directed to the whole channel, not only the user that triggered it; use m.plainreply instead of m.reply so that core.reply_with_nick = true is ignored.
2008-02-13markov plugin: insert standard plugin headerGiuseppe Bilotta
2008-02-13markov plugin: update helpGiuseppe Bilotta
2008-02-13markov plugin: display current probability when {{{markov probability}}} is ↵Giuseppe Bilotta
called without a parameter
2008-02-13url plugin: strip final characters from URL when we get 404, in case it was ↵Giuseppe Bilotta
due to trailing punctuation
2008-02-13factoids plugin: be silent when learning factoids from chat, with option to ↵Giuseppe Bilotta
provide feedback
2008-02-13factoids plugin: actually learn new keywords when learning new factoidsGiuseppe Bilotta
2008-02-13factoids plugin: draft 'listen and learn' processGiuseppe Bilotta
2008-02-13factoids plugin: don't be too verbose when learning factsGiuseppe Bilotta
2008-02-13factoids plugin: add have and do in trigger_patternGiuseppe Bilotta
2008-02-13factoids plugin: short_fact() auxiliary (no metadata)Giuseppe Bilotta
2008-02-12factoids plugin: options to facts() method may be nil, not just emptyGiuseppe Bilotta
2008-02-11dice plugin: update file header and update it to better match rbot plugins ↵Giuseppe Bilotta
header
2008-02-11dice plugin: limit maximum sides per diceGiuseppe Bilotta
2008-02-10rss plugin: use += instead of <<, we don't want to mess with the original ↵Giuseppe Bilotta
author value
2008-02-10rss plugin: append space to author when appropriateGiuseppe Bilotta
2008-02-10rss plugin: implement and use select_nonempty to grab correct category and ↵Giuseppe Bilotta
author fields
2008-02-10rss plugin: add 'git' feed typeGiuseppe Bilotta
2008-01-30grouphug.rb: apply patch (#170) from tarpman to adjust to new grouphug page ↵Yaohan Chen
format
2008-01-20url plugin: check the canonical name, the IP address, and any known aliases ↵Giuseppe Bilotta
against no_info_hosts
2007-12-31wheelfortune plugin: helpGiuseppe Bilotta
2007-12-31lastfm plugin: update event parsingGiuseppe Bilotta
2007-12-24factoids plugin: split facts output at the -- joinerGiuseppe Bilotta
2007-12-24factoids plugin: 'facts about' searches whole words, 'facts search' uses ↵Giuseppe Bilotta
regular expressions, keyword-style '?' queries act like 'facts about'
2007-12-19linkbot.rb:Yaohan Chen
+ strip embedded formatting code in nicknames + update patterns when the configuration is changed