]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - data/rbot/plugins/rss.rb
rss: protect against nil field
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / rss.rb
2007-04-08 Giuseppe Bilottarss plugin: changeset [894] was missing the actual...
2007-04-08 Giuseppe Bilottarss plugin: user ircify_html
2007-04-08 Giuseppe Bilottarss plugin: don't flood watcher with current rss conten...
2007-04-02 Dmitry Kim* (rss) bypass http cache when handling 'show' command
2007-03-31 Giuseppe Bilottarss plugin: code cleanup. add support for slashdot...
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-29 Dmitry Kim* (rss.rb) we didn't really mean to create a Mutex...
2007-03-25 Giuseppe Bilottarss plugin: attempt data recovery when marshalling...
2007-03-25 Giuseppe Bilottarss plugin: nil the mutex when dumping, to prevent...
2007-03-20 Giuseppe Bilottarss plugin: 0.9 feeds don't work, so we just patch...
2007-03-20 Giuseppe Bilottarss plugin: lock the mutex on more occasions
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-10 Giuseppe Bilottarss plugin: spam log less
2007-02-08 Giuseppe Bilottarss plugin: rss watch improvements: can now specify...
2007-02-06 Giuseppe BilottaMove extensions to standard classes into a specific...
2007-02-06 Giuseppe BilottaSuppress a couple of warnings
2007-02-05 Giuseppe Bilottarss plugin: the refresh rate of each rss can be set...
2007-02-05 Giuseppe Bilottarss plugin: add command to change the handle or url...
2007-02-05 Giuseppe Bilottarss plugin: only parse feeds when xml changed. also...
2007-02-05 Giuseppe Bilottarss plugin: fix missplet 'gmane'
2007-02-05 Giuseppe Bilottarss plugin: performance enhancements when outputting...
2007-01-30 Giuseppe BilottaWhen adding a feed watcher, let it fire instantly so...
2007-01-29 Giuseppe BilottaUse the bot timer instead of Threads for periodic rss...
2007-01-29 Giuseppe BilottaRemove unused code from rss
2006-11-28 Giuseppe BilottaHopefully fix the rss watch/unwatch problem for good
2006-10-30 Giuseppe BilottaMake rss feed handle lookup case insensitive
2006-10-24 Giuseppe BilottaInitial implementation of proper caching based on last...
2006-10-18 Giuseppe BilottaOnly show 1 RSS item when 1 RSS item is asked
2006-10-18 Giuseppe BilottaFix the no-date bug the right way
2006-10-18 Giuseppe BilottaMinor aesthetical fixup
2006-10-18 Giuseppe BilottaFix an issue with RSS feeds having no itemDate
2006-08-25 Giuseppe BilottaBetter name for the rss plugin
2006-08-25 Giuseppe BilottaFix misc RSS stuff: reverse publishing order of watched...
2006-08-06 Giuseppe BilottaFix RSS plugin problems caused by watches created befor...
2006-08-06 Giuseppe BilottaSome fixes for the rss plugin
2006-07-28 Giuseppe BilottaDo not use get_cached for RSS until we have proper...
2006-07-28 Giuseppe BilottaFix date sorting for rss plugins
2006-07-27 Giuseppe Bilottarss show will sort items by date, if possible; a specif...
2006-07-26 Giuseppe BilottaSmall cosmetic fix for trac output of non-changelog...
2006-07-26 Giuseppe BilottaMore robust error handling in rss.rb, also increased...
2006-07-24 Giuseppe BilottaFix yet more problem reporting in rss plugin
2006-07-24 Giuseppe BilottaFix problem reporting in rss plugin
2006-07-24 Giuseppe Bilottacon:
2006-07-24 Giuseppe BilottaRSS plugin update.
2006-07-24 Giuseppe BilottaRSS plugin cleanup: printFormattedRss made more generic...
2006-07-24 Giuseppe BilottaRSS plugin now uses bold all around in the help messages
2006-07-24 Giuseppe BilottaNew command system for RSS plugin
2006-07-24 Giuseppe BilottaMore RSS plugin improvements
2006-07-24 Giuseppe BilottaStupid upper/lowercase typo in rss plugin
2006-07-24 Giuseppe BilottaRSS plugin is now in '''much''' better shape
2006-07-24 Giuseppe BilottaCleanups and bugfixes for the RSS plugin
2006-07-23 Giuseppe BilottaInitial version of the RSS plugin. Needs lots of love