You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/newsdownloader.koplugin
NiLuJe 2f9db25969
Unify LuaSocket usage (#7405)
* Add a new socketutil module with a few helper functions that allow us to:
  * Always use a sane User-Agent (previously, only Wikipedia did so)
  * Set timeouts in an almost sane manner. Doing it explicitly prevents an interaction with KOSync that does crazy stuff I don't even want to try to understand.
* Unified said timeouts based on the request's intended usage (except for Wikipedia, which already had meaningful timeout values).
* Stopped using LuaSec directly, LuaSocket defers to LuaSec sanely on its own. Everything now transparently supports HTTPS without code duplication.
3 years ago
..
lib NewsDownloader: add date time to filename (#3863) 6 years ago
_meta.lua [Fix] Don't load disabled plugins (#4169) 6 years ago
epubdownloadbackend.lua Unify LuaSocket usage (#7405) 3 years ago
feed_config.lua [NewsDownloader] Added an HTML filter through a CSS selector (#6228) 4 years ago
internaldownloadbackend.lua Unify LuaSocket usage (#7405) 3 years ago
luahttpdownloadbackend.lua NewsDownloader externalize download engine (#3618) 6 years ago
main.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago