From 5e8b0adf2a39debac8354fd98ca7d5b729580ff7 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 23 Dec 2019 13:01:05 +1000 Subject: Major refactor, especially of the downloading and processing code. Make the code more readable, less scattered. Use a coroutine to multitask better. Plugable functions for parsing the download results, and figuring out what to download next. Track timeouts at a finer level. Dig for IPs in the forked apt-panopticons, not all at once at the beginning. Various cleanups and tweaks. --- apt-panopticon-update-data.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apt-panopticon-update-data.lua') diff --git a/apt-panopticon-update-data.lua b/apt-panopticon-update-data.lua index 98c909a..8adad4d 100755 --- a/apt-panopticon-update-data.lua +++ b/apt-panopticon-update-data.lua @@ -3,7 +3,9 @@ local APT = require 'apt-panopticommon' local D = APT.D local I = APT.I +local T = APT.T local W = APT.W +local E = APT.E local C = APT.C local arg, sendArgs = APT.parseArgs({...}) -- cgit v1.1