summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-09script plugin: mark handled messages as repliedGiuseppe Bilotta
2008-04-08revert previous useless commit and rdocify documentation of accessors to ↵Giuseppe Bilotta
BotModule
2008-04-08extends: registry reader attribute for BotModuleGiuseppe Bilotta
2008-04-08remotectl plugin: use fake_message()Giuseppe Bilotta
2008-04-08reaction plugin: use fake_message()Giuseppe Bilotta
2008-04-08linkbot plugin: use fake_message()Giuseppe Bilotta
2008-04-08alias plugin: use fake_message()Giuseppe Bilotta
2008-04-08extends: BotModule#fake_message() to simplify creation of fake messagesGiuseppe Bilotta
2008-04-08Update po filesGiuseppe Bilotta
2008-04-07message: new 'ignored' propertyGiuseppe Bilotta
2008-04-07plugins: irc_delegate to do listen+actual delegateGiuseppe Bilotta
2008-04-07linkbot, remotectl plugins: delegate message() tooGiuseppe Bilotta
2008-04-07+ use the message() delegate instead of listen() when possibleGiuseppe Bilotta
2008-04-07plugins: message() delegateGiuseppe Bilotta
2008-04-06plugins/keywords: add method that was missing from commit ↵Adam James
7cac523563de6473d2f93fd2d05 ... plugins/keywords: add method that was missing from commit 7cac523563de6473d2f93fd2d053446cde701db1
2008-04-01weather plugin: get all advisoriesGiuseppe Bilotta
2008-04-01weather plugin: don't break when there aren't advisoriesGiuseppe Bilotta
2008-03-28auth core module: allow and deny commandsGiuseppe Bilotta
2008-03-28plugins: expose the registry and the map handler as methods for the ↵Giuseppe Bilotta
BotModule class
2008-03-28* plugins/unicode -> core/unicode; don't require "jcode"dmitry kim
2008-03-28+ rss.rb: optional :delay param to '!rss rewatch'dmitry kim
2008-03-28* bin/rbot-remote: doc typodmitry kim
2008-03-28* (core/remote) use safe bind() defaultsdmitry kim
2008-03-27* handle invites properly -- forgot more than half the files :/Giuseppe Bilotta
2008-03-27* handle invites properlyGiuseppe Bilotta
2008-03-27factoids plugin: fix regexp for words such as jsn-Giuseppe Bilotta
2008-03-27weather plugin: advisories can be disabledGiuseppe Bilotta
2008-03-27weather plugin: echo special advisories if presentGiuseppe Bilotta
2008-03-26weather plugin: properly support and signal multiple weather stations when ↵Giuseppe Bilotta
one has a special statement
2008-03-26Merge atj's auth changesGiuseppe Bilotta
Merge branch 'atj'
2008-03-26translations: update 'user tell' master password string.Adam James
2008-03-25core/auth.rb: don't allow the master password to be told to a user, and ↵Adam James
correct the message.
2008-03-25ircbot: remove obsolete commented includesGiuseppe Bilotta
2008-03-25filters: UI and methods to list filter groupsGiuseppe Bilotta
2008-03-24utils: Utils.secs_to_short convert seconds into hour:minute:seconds format etcGiuseppe Bilotta
2008-03-24youtube plugin: option to display alternative formats in video infoGiuseppe Bilotta
2008-03-24* (reaction plugin) make rm recalculate chances of repliesJan Wikholm
2008-03-24youtube plugin: retrieve alternative formats for videosGiuseppe Bilotta
2008-03-24slashdot plugin: fix title handling in htmlinfo filterGiuseppe Bilotta
2008-03-23imdb plugin: fix author output broken by ↵Giuseppe Bilotta
[37b6e68426dbe8812b47ae5bcdadf0fb5df76e26]
2008-03-23youtube plugin: refactor info() method into youtube video filter (for ↵Giuseppe Bilotta
htmlinfo too)
2008-03-23youtube plugin: more compact info representationGiuseppe Bilotta
2008-03-23youtube plugin: fix retrieval of ratings, views and favesGiuseppe Bilotta
2008-03-23youtube plugin: video data extraction has its own filter, used also in ↵Giuseppe Bilotta
youtube info command
2008-03-23youtube plugin: initial commitGiuseppe Bilotta
2008-03-23auth core module: missing h in permissions searcH helpGiuseppe 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