Skip to content

v0.4 (Luscious Last)

Compare
Choose a tag to compare
@TheDcoder TheDcoder released this 10 Jul 13:40
· 14 commits to master since this release

v0.4 (Luscious Last)

(Thanks to my dear friend TheSaint for suggesting the name for this release)

This will probably be the first and final stable release of ProxAllium written in AutoIt. I am planning to rewrite it in C so that it can take advantage of various thing which cannot be done in AutoIt. This was challenging to accomplish and I learned many new things about AutoIt and programming, it maybe a while before I start working on the cross-platform C version as I am busy with work and life these days. Thank you to everyone who has used ProxAllium!

Additions

  • ProxAllium now directly communicates with Tor. This means Tor is handled properly and opens up more possibilities!
  • Support for bridges with pluggable transports obfs (all versions) and scramblesuit, GUI included for configuration
  • Support for HTTP tunnel
  • Added documentation for all INI options
  • Added an option to start with Windows
  • Added an option to start minimized
  • Added an option to regenerate Tor configuration
  • Added an option to switch to clean Tor circuits

Fixed and changes

  • Tor Output now resets after starting Tor instead of resetting everytime Tor stops or crashes
  • Paths from configuration (config.ini) are no longer converted to absolute paths internally, this prevents use of absolute paths in the generated torrc file which may cause portability issues