Releases: drallieiv/KinanCity
v1.3.2-rc12: fix: country should be default if not given not null
- fixes bug from 50816ac29cc8400fc584e3b474ce3ffd449d6af4 - birthdate code refactored
DoB and NL
v1.3.2-rc11 Choose a random date of birth
v1.3.2-rc10
fix: fix order between proxy and nl
v1.3.2-rc8
Added DOB and Country in CSV
v1.3.2-rc7
fix: put back the ageSend Request
v1.3.2-rc6
WIP : New IP bottleneck for KinanCity-Core that should reduce greatly the number of 503
But it is still incomplete.
It needs a propre handling of eventual 503 and also need to be used by mail.
v1.3.2-rc3
Mail server now logs in links.log which activation link and their status
Mail server can be ran in log mode with java -jar KinanCity-mail-1.3.2-SNAPSHOT.jar log
In that mode, no calls are made to activate the accounts but all links get puts in links.log
Mail server can be used to help us find the right timing settings to avoid 503 errors
Run it with java -jar KinanCity-mail-1.3.2-SNAPSHOT.jar test
which will start making request with a long delay until it starts failing, then call it again until it respond backs.
Then share your results
Please dont go to PTC web page in anyway while you run it (not in browser, not with kinan)
Default thread number has been set to 3
You can set your own period for proxy rotations. If you want to change from 5 accounts per 16 minutes to another value
you can change proxyPolicy.custom.period=11 in the config file
v1.3.2-rc2
fix: avoid benching already benched proxy.
v1.3.2-rc1
fix: fix proxy handling
v1.3.1-rc6: feat: add more logs
better logs for #35 debugging