Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Tags: Laiteux/Milky

Tags

v3.1.0

Toggle v3.1.0's commit message
Fix some proxy-related stuff

v3.0.9

Toggle v3.0.9's commit message
Added WithProxiesFromUrl to CheckerBuilder

Enjoy easily loading proxies from an URL using Milky. Supports CR&LF line breaks

v3.0.8

Toggle v3.0.8's commit message
Pause checker while saving unchecked combos

v3.0.7

Toggle v3.0.7's commit message
Moved results directory creation after proxy loading & validation

That way, it doesn't stupidly create a results folder if the check won't even start

v3.0.6

Toggle v3.0.6's commit message
Using StringBuilder.Clear instead of creating a new one wasn't really…

… an optimization

We don't have to care about the previous instance anyway since it's being garbage collected

v3.0.5

Toggle v3.0.5's commit message
Slight refactoring due to boredom

v3.0.4

Toggle v3.0.4's commit message
Fixed an exception being thrown when a capture value was null

v3.0.3

Toggle v3.0.3's commit message
Added a "." (dot) at the end of each Milky exception.

v3.0.2

Toggle v3.0.2's commit message
Fixed an issue with proxy loading...

...causing all proxies to be marked as invalid

v3.0.1

Toggle v3.0.1's commit message
Switched target framework from netcoreapp3.1 to netstandard2.1