Commit Graph

54 Commits

Author SHA1 Message Date
a541316591
Fix panic 2022-06-27 19:27:52 -07:00
6f0d1835e9
Development overhaul update 2022-06-25 19:51:42 -07:00
77cea4ba37
Merge branch 'master' into dev 2022-06-25 19:18:04 -07:00
1a47b4e181
Major performance fixup 2022-05-30 03:42:18 -07:00
5daa9aed68
Bring back dev changes from repo mishap 2022-05-22 18:20:40 -07:00
793f7f520d
Name change 2022-05-22 18:05:50 -07:00
dc757d433b
New: SOCKS5 Server timeout independant of Valid. timeout 2021-10-27 09:46:09 -07:00
6cc9d78057
Tidy up 2021-10-26 19:51:14 -07:00
8372262afb Fix: filter breaking domains 2021-10-24 13:30:15 -07:00
1679141997 Fix: pause/resume, Finish: authed proxies 2021-10-23 10:25:28 -07:00
0bf2e0f711 stop copying proxies to try and fix memory leak issue 2021-10-23 07:58:03 -07:00
852db526f5 Remove: Unnecessary auth type - use URI 2021-10-23 07:33:06 -07:00
2eaeb6c3fd begin implementing authentication and fix insane channel buffer sizes 2021-10-23 07:26:23 -07:00
0ea5c650d7 name change 2021-10-09 10:23:13 -07:00
31787f33eb Add: SOCKS5 rotating proxy server 2021-09-30 12:19:09 -07:00
02947929e9 Add: Set/Get DialerBailout 2021-09-27 23:25:00 -07:00
a7b2a8e988 oh my dear god... it's... beautiful.... 2021-09-24 14:06:08 -07:00
0a21a6860a Supercharge: implement atomic.Value 2021-09-24 12:07:56 -07:00
867b6476f3 remove http detection for now, minor adjustments 2021-09-23 17:15:15 -07:00
7c22f1f9f2 New: http proxy detection (lowest priority and not usable yet) 2021-09-23 09:06:49 -07:00
08d4d1a810 Fix: bad debug handling 2021-09-23 08:12:05 -07:00
4d82edb855 fix concurrent map read/write 2021-09-23 06:16:23 -07:00
e02495e513 Fix: SetMaxWorkers not working 2021-09-23 01:45:49 -07:00
7ed5933b11 Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
81df33fd6e Docs: small updates 2021-09-21 05:24:30 -07:00
5a8059b5a2 redo validation logic 2021-09-20 01:49:06 -07:00
9540518c84 Fix: it's not slow as shit anymore 2021-09-20 00:49:40 -07:00
25f4048e70 Fix SetWorkers bug 2021-09-20 00:16:20 -07:00
2da35503fe implement configurable proxy recycling, relieve backpressure 2021-09-20 00:05:21 -07:00
65e0c60781 Works again + implement new spinlock style system for Proxy type 2021-09-19 22:57:42 -07:00
71c98159e7 test 2021-09-19 18:23:18 -07:00
10e265ffad Unexport configuration pointers that have getters and setters, implement mutex enforcing dial priority, make ratelimit configurable 2021-09-18 08:34:57 -07:00
2f9b371799 Add: optional debug channel + more checks on dispense 2021-09-18 03:38:22 -07:00
7faea867f5 Refactor: split up files, Add: LoadMultiLineString, LoadSingleSOCKS 2021-09-14 00:28:10 -07:00
ce01e90298 tune ratelimiting 2021-09-13 21:34:09 -07:00
b3281f56ea adjust ratelimitter 2021-09-13 19:47:16 -07:00
4c71084577 Lint: clean up http requests 2021-09-13 18:50:39 -07:00
e5645ab2db Refactor: move dialer function to its own file, merge useragents into defs.go 2021-09-13 12:50:25 -07:00
a66fd383fb Add: pause/resume functionality, Refactor: separate validate worker func 2021-09-13 12:09:06 -07:00
2a703b2b61 Refactor: move Birthday into stats, Fix: remove duplicate Birthday declaration, Add: GetUptime 2021-09-13 10:55:51 -07:00
4c4d5023ca Add: configurable timeout during validation 2021-09-13 10:41:48 -07:00
3deb1266f9 sorry about that, reapply patch (again) 2021-09-13 09:50:26 -07:00
d6cc41d957 Add: SetStaleTime, GetStaleTime, GetMaxWorkers 2021-09-13 09:32:07 -07:00
9dfd5c69b7
Merge pull request #1 from Nexuzzzz/patch-1
Added more "defaultChecks"
2021-09-13 09:17:14 -07:00
39c93cf73a fix major bug where all proxies were stale 2021-09-13 09:03:59 -07:00
Nexus
6de85807bf
Update defs.go 2021-09-13 17:46:03 +02:00
Nexus
a021e679a1
Added more "defaultChecks"
Just made the list a bit bigger incase some go down, or the user gets blocked
2021-09-13 17:40:56 +02:00
39fe5714f6 Add: API functions to change validation endpoints 2021-09-13 08:36:30 -07:00
d8351f9101 gofmt and spellcheck for the silly report card 2021-09-13 08:17:20 -07:00
869653fa54 adjust channel buffers and improve documentation, lint 2021-09-13 07:25:08 -07:00