summaryrefslogtreecommitdiff
path: root/data/rbot
AgeCommit message (Collapse)Author
2008-03-23youtube plugin: initial commitGiuseppe Bilotta
2008-03-23rss plugin: check for <channel when <rdf:RDF is foundGiuseppe Bilotta
RSS htmlinfo filter was catching some false positives because some web pages have embedded RDF resources (e.g. for trackbacks) even though they are not RSS feeds. So check for the obligatory channel tag when an rdf:RDF tag is found.
2008-03-23rss plugin: rescue RSS parsing in htmlinfo filterGiuseppe Bilotta
2008-03-23rss plugin: missing 9 in FEED_NS regexpGiuseppe Bilotta
2008-03-23rss plugin: make htmlinfo input filter less greedyGiuseppe Bilotta
2008-03-23slashdot plugin: check if we are parsing an actual /. page rather than an ↵Giuseppe Bilotta
rss feed
2008-03-23* plugins/search: thread, don't blockdmitry kim
2008-03-22markov plugin: thread markov chain construction and use in listen()Giuseppe Bilotta
2008-03-22markov plugin: small optimization for markov chains contructionsGiuseppe Bilotta
2008-03-22markov plugin: remove @lastline cruftGiuseppe Bilotta
2008-03-19freshmeat plugin: htmlinfo filterGiuseppe Bilotta
2008-03-19slashdot plugin: provide and htmlinfo filter for /. pagesGiuseppe Bilotta
2008-03-19imdb plugin: use www, not us in links output to IRCGiuseppe Bilotta
2008-03-19imdb plugin: htmlinfo filter for names tooGiuseppe Bilotta
2008-03-19imdb plugin: imdb_filter for titlesGiuseppe Bilotta
2008-03-19imdb plugin: character roles can contain HTML (e.g. <a href>), so clean it upGiuseppe Bilotta
2008-03-19script plugin: use m.okayGiuseppe Bilotta
2008-03-19script plugin: script echo and eval mark the message as repliedGiuseppe Bilotta
2008-03-19script plugin: reindentGiuseppe Bilotta
2008-03-18Merge branch 'master' of ssh://ruby-rbot.org/var/git/rbotYaohan Chen
2008-03-18shorturls.rb: ignore error with include WWW since the module is not defined ↵Yaohan Chen
by newer versions of shorturl gem
2008-03-17rss plugin: provide htmlinfo filterGiuseppe Bilotta
2008-03-17rss plugin: use (?) for missing item and channel titles tooGiuseppe Bilotta
2008-03-17rss plugin: there are feeds with items without contentGiuseppe Bilotta
2008-03-17rss plugin: make_stream final Hash should be optionalGiuseppe Bilotta
2008-03-17dict plugin: provide htmlinfo filter for demauroGiuseppe Bilotta
2008-03-17bash plugin: provide htmlinfo filterGiuseppe Bilotta
2008-03-17filters: HTML info extraction is now a filterGiuseppe Bilotta
2008-03-14rss plugin: command to show known rss typesGiuseppe Bilotta
2008-03-14rss plugin: define output templates as filtersGiuseppe Bilotta
2008-03-13math plugin: allow floats as arguments to square and cubed rootsGiuseppe Bilotta
2008-03-13math plugin: fix some english-to-math translationsGiuseppe Bilotta
2008-03-13rot13 plugin: provide a filterGiuseppe Bilotta
2008-03-12rss plugin: show author for trac, but clobber emailGiuseppe Bilotta
2008-03-12dict plugin: french support (Littré dictionary)Giuseppe Bilotta
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