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-report-RRD.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'apt-panopticon-report-RRD.lua') diff --git a/apt-panopticon-report-RRD.lua b/apt-panopticon-report-RRD.lua index dfe21d2..e703659 100755 --- a/apt-panopticon-report-RRD.lua +++ b/apt-panopticon-report-RRD.lua @@ -3,6 +3,7 @@ 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 -- cgit v1.1