Lars Windolf

Results 258 comments of Lars Windolf

Could you elaborate a bit what you would expect Liferea to do? Search Google and find podcast? Or check some feed index service...

Nope. The current code does not support this. Do you know how relevant this extension is with real world feeds?

The problem here seems to be our stateless parsing of links. While both types are detected... if (!xmlHasNsProp (cur, BAD_CAST"rel", NULL) || !relation || g_str_equal (relation, BAD_CAST"alternate")) { alternate =...

@zaitcev Sorry about this taking so long to fix. The code now only uses "self" tags of type "text/html".

Finally found a solution by using g_idle_add () to postpone the code to not run in the same event that is running the gtk_widget_realize ()

In the past we had a update concurrency setting (back then we had independend threads). Nowadays it is just the Glib event loop with a fixed number of concurrently processed...

@mgorny I think for your use-case we need a per-server request counter actively delaying updates to a certain request/sec amount.

@mgorny Good idea. I've actually seen this on other sites too that I requested a bit enthusiastically during feed fetch tests. So keeping a hashtable of (domains, timestamp) tuples along...

@nekohayo This feature was one of the most requested features early on (1.4.x) as the perceived lag of the update was too long. With a larger number of feeds (especially...