Skip to content

Releases: drallieiv/KinanCity

v1.3.2-rc12: fix: country should be default if not given not null

05 Jun 20:17
Compare
Choose a tag to compare
- fixes bug from 50816ac29cc8400fc584e3b474ce3ffd449d6af4
- birthdate code refactored

DoB and NL

05 Jun 14:14
Compare
Choose a tag to compare
DoB and NL Pre-release
Pre-release
v1.3.2-rc11

Choose a random date of birth

v1.3.2-rc10

04 Jun 22:51
Compare
Choose a tag to compare
fix: fix order between proxy and nl

v1.3.2-rc8

01 Jun 22:35
Compare
Choose a tag to compare

Added DOB and Country in CSV

v1.3.2-rc7

29 May 19:15
Compare
Choose a tag to compare
fix: put back the ageSend Request

v1.3.2-rc6

28 May 20:31
Compare
Choose a tag to compare

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

25 May 17:31
Compare
Choose a tag to compare

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

23 May 23:36
Compare
Choose a tag to compare
fix: avoid benching already benched proxy.

v1.3.2-rc1

22 May 00:03
Compare
Choose a tag to compare
fix: fix proxy handling

v1.3.1-rc6: feat: add more logs

21 May 14:40
Compare
Choose a tag to compare
better logs for #35 debugging