Skip to content

Releases: EvanMcBroom/microsocks11

Release 2.3.0

28 Nov 01:29
Compare
Choose a tag to compare
  • Updated to be fully non-blocking
  • Added multithreaded support for concurrent connections
  • Supported receiving the platform's error code on failure to start the server
  • Added a method for stopping the server (Socks5Server::stop)

Release 2.1.0

22 Oct 01:23
Compare
Choose a tag to compare
  • Added AppVeyor, Travis CI, and Docker Hub support for auto generating the latest release

Release 2.0.0

20 Oct 03:48
2739c2c
Compare
Choose a tag to compare
  • Converted to C++ and removed the dependency on a non-C++ container library
  • Ported to use platform independent code and compile with MSVC, Clang, and GCC
  • Separated out the code to make a socks5 static library for utilities
  • Updated the readme to show how to build and run the project
  • Updated the CMakeLists files and readme to show how to generate a server for Windows and Linux that has no dependencies