Lars Windolf

Results 247 comments of Lars Windolf

This is really painful to admin: When switching to libsoup3 and libproxy the code did drop the manual proxy configuration. But the GUI did not. So if you are using...

@RecusantBias I suspect the old and long gone manual setting was the issue. I did a network trace how favicons are fetched when using a SOCKS proxy and all favicon...

400920d6697deaced5b0d41b3de982ac2a5799f3 is a refactoring that make the "node" object accessible via GIR. Note that this is not yet enough (several other objects are also needed), but "node" was the largest...

The necessary refactoring is still ongoing. Today I got time to refactor the "UpdateJob" stuff [39ee8ac](https://github.com/lwindolf/liferea/commit/39ee8acf8ae004491f607d3cc746c0fc2645a413) open TODOs - [x] "UpdateRequest" as GObject - [x] "UpdateResult" as GObject - [x]...

The date conversion is quite old code mixing Unix functions with Glib datetime. The right way is probably to do everything in glib. The code line is from the RFC...

Sorry, 1.13.4 is a very old version. It is running with a network library libsoup2 which we do not use anymore (now libsoup3 is used). I have to ask you...

@atomGit When bitchute.com blocks, does it send HTTP 429? If yes, support to react to HTTP 429 was added with previous release.

@atomGit I just implemented normal HTTP 429 handling. On the first HTTP 429 the client does no further requests on the domain until a given time. The time is either...