Skip to content

Commit

Permalink
latest version of README file πŸ‘€
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasByr committed Nov 23, 2023
1 parent 030de41 commit d37ba96
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ Please read the [changelog](changelog.md) file for the full history !
**v1.0** release (1.0.1)

- config file checkers
- tests for generators
- generators now skip empty or blank lines in .txt files and do no longer lowercase everything
- fixed consecutive failure logic and logging

</details>

Expand All @@ -229,7 +232,7 @@ Please read the [changelog](changelog.md) file for the full history !
**TODO** (first implementation version)

- [x] add a simple cli (0.1.1)
- [ ] option to not use tor (?)
- [ ] ~~option to not use tor~~ discarded
- [x] option to change Tor ID each X requests (would need to implement a catch-up mechanism because thread jobs are unordered) (v1.0.0-dev)
- [ ] option to use a running tor instance/service
- [ ] choose protocol (http, https, ssh, etc.) (opened http and https in 1.0.1-rc1)
Expand All @@ -238,7 +241,7 @@ Please read the [changelog](changelog.md) file for the full history !
**Known Bugs** (latest fix)

- [ ] lagging threads are not catching up, especially when `ReadTimeout` is reached (interferes with Tor ID swap)
- [ ] sometimes, successfull logins are not reported, or are reported twice (might be fixed with separate sessions for each thread)
- [x] sometimes, successfull logins are not reported, or are reported twice (v1.0.1)

## 🎨 Logo and Icons

Expand Down

0 comments on commit d37ba96

Please sign in to comment.