Commit graph

50 commits

Author SHA1 Message Date
52f315b395 require python 3.8 or greater
3.7 was my previous target, but 3.8 has been out for a while.
plus, i'm not planning on releasing this for a while,
so i can do what i want.
2020-09-05 03:35:51 +02:00
8dba94b61a remove old comment 2020-09-05 03:13:28 +02:00
8dc6b5bf98 add flag for enabling all checks 2020-09-04 16:17:32 +02:00
49ad63750e enable archive.is again but as a new "ignore" group 2020-09-04 16:16:59 +02:00
2b8f1dacc7 merge arrays of Checks and partition by failures 2020-09-04 16:07:53 +02:00
788648aeb0 fix style 2020-09-04 15:49:21 +02:00
74f96f5c99 update GFW IPs 2020-09-04 15:42:56 +02:00
f6e3a28aff add failures field to Check and sort by them
this commit removes the comments on individual checks.
these comments should be restored at a later point.
2020-09-04 15:39:08 +02:00
35f2ce9206 add newline for pycodestyle 2020-09-04 15:34:29 +02:00
a8a7b9e7b8 deduplicate main loop 2020-09-04 15:08:03 +02:00
93cf742971 tweak defaults to do more IPs simultaneously with less delay 2020-09-04 15:02:18 +02:00
d659763672 move blocking_file_io into Options 2020-09-04 15:01:58 +02:00
921c51e118 match IPs more robustly and multiple per line 2020-09-04 14:48:23 +02:00
70308230e6 write and use async iterator for IpReader
also fixes the counter in the blocking version when progress is enabled
2020-09-04 14:17:04 +02:00
853d25c51a always accumulate as much as possible 2020-09-04 13:50:08 +02:00
b26a4e7646 rewrite IpReader iterator to accumulate IPs before yielding
still needs work
2020-09-04 13:36:59 +02:00
e6c080bf32 support reading IPs from multiple files at once
this also adds the progress flag that was missing previously.
2020-09-04 13:09:49 +02:00
92ee219ffc make database syncing asynchronous 2020-09-04 13:08:04 +02:00
db9eb0236b replace some IPs with a single subnet check 2020-09-03 15:02:59 +02:00
989304a7e9 update GFW IPs 2020-09-03 13:49:19 +02:00
94d2c0c112 remove "new" checks 2020-09-03 13:31:40 +02:00
08b6b775e2 reword the comment on censorship 2020-09-03 13:31:21 +02:00
1ee3ccf724 only add a couple IPs and no kinds during database creation 2020-09-03 13:24:38 +02:00
d8fb3b5e62 add Failed column to view 2020-09-03 13:16:58 +02:00
134e87cb4b update China IPs 2020-09-03 13:08:30 +02:00
3a3c1340a9 assume IP info is the same for any /24 subnet 2020-09-03 12:57:09 +02:00
0603081c49 rewrite ipinfo into a class 2020-09-03 12:41:47 +02:00
d0d29bd0d4 improve approximate duration of one month
what a silly-sounding commit message
2020-09-03 11:37:28 +02:00
51df54be80 add country code column with remote lookup
this needs work
2020-09-03 11:28:38 +02:00
24338417a8 split and abstract block ranges into a function 2020-09-03 11:24:39 +02:00
1c85e7b329 increase default timeout duration 2020-09-02 10:38:38 +02:00
a0ad19ed54 update GFW IPs again 2020-09-02 09:16:26 +02:00
3a09d52345 update GFW IPs 2020-09-02 00:51:34 +02:00
d64db84783 write comment about a shock domain being parked 2020-09-01 08:31:35 +02:00
660e37f8e3 add one more known blocking IP 2020-09-01 08:31:32 +02:00
9a3598b599 fix pooler so finisher is optional 2020-09-01 08:31:27 +02:00
3b31919f75 add more known GFW and China IPs 2020-09-01 08:30:53 +02:00
f3255fb1ba add a ton more known blocking IPs 2020-08-31 15:06:41 +02:00
8dd0dbd382 remove needless comments from blocking IPs 2020-08-31 13:59:28 +02:00
484de18d46 superficial cleanup 2020-08-30 12:19:42 +02:00
ca136b65a3 add Failed column to Messages table 2020-08-30 02:30:52 +02:00
de0d8f73f0 disable archive.is once more 2020-08-29 15:44:16 +02:00
0b007120d8 fix code broken by previous commit 2020-08-29 15:38:29 +02:00
bdb2a88f40 abide to PEP 808 (passes pycodestyle) 2020-08-29 15:34:46 +02:00
2a00288a9c even more reorganization 2020-08-29 15:13:59 +02:00
85045f397f further reorganization 2020-08-29 15:04:56 +02:00
ecb2596090 begin reorganizing code 2020-08-29 14:54:07 +02:00
6c516f53f3 update ignores 2020-08-29 10:30:00 +02:00
93e7fa3431 reorganize checks 2020-08-29 10:28:26 +02:00
3afeb5a3fd init 2020-08-29 10:16:06 +02:00