summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-12rss plugin: show author for trac, but clobber emailGiuseppe Bilotta
2008-03-12- (bin/rbot) no need to set $KCODEdmitry kim
2008-03-12* we're now "git version", not "svn version" by defaultdmitry kim
2008-03-12Merge branch 'master' of ruby-rbot.org:/var/git/rbotdmitry kim
2008-03-12* (messagemapper) catch and report all exceptions in threaded actionsdmitry kim
2008-03-12dict plugin: french support (Littré dictionary)Giuseppe Bilotta
2008-03-11dict plugin: thread retrievalsGiuseppe Bilotta
2008-03-11gettext: undefine GetText if we failed to load properlyGiuseppe Bilotta
2008-03-11load-gettext.rb: accept ruby-gettext version of 1.8.0 and above, not just ↵Yaohan Chen
1.8.0-1.10.0
2008-03-11ircbot: don't die on SocketError during disconnectGiuseppe Bilotta
2008-03-11.gitignore: ignore data/locale (.mo files)Giuseppe Bilotta
2008-03-11update .po filesGiuseppe Bilotta
2008-03-11+ root .gitignore filedmitry kim
2008-03-11Documentation cleanupsGiuseppe Bilotta
Fix typos, be more rdocish, and use the README as the main file
2008-03-11more spurious leftovers from svn importGiuseppe Bilotta
2008-03-10svn import left spurious lib/rbot/plugins hanging aroundGiuseppe 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-22message.rb: #notify() methodGiuseppe Bilotta
2008-02-22twitter plugin: option to twit actionsGiuseppe Bilotta
2008-02-17factoids plugin: split correctly when displaying factsGiuseppe Bilotta
2008-02-15rfc2812: fix a bug in Client.resetGiuseppe Bilotta
similarly to commit a13ef0352, an empty user should be set with *!*@*
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-14remote core module: fix description of remote.host configGiuseppe Bilotta
2008-02-14config core module: default command auth fixesGiuseppe Bilotta
2008-02-14config core module: config search commandGiuseppe 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-13config: Value#get() should return #default(), not @defaultGiuseppe Bilotta
@default may be a Proc, in which case the default value is obtained by calling the Proc. So use #default() that takes care of this already.
2008-02-13markov plugin: move settings to @bot.configGiuseppe Bilotta
2008-02-13config: allow @bot.config[key]=value constructsGiuseppe 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