Releases: EvanMcBroom/microsocks11
Releases · EvanMcBroom/microsocks11
Release 2.3.0
- 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
- Added AppVeyor, Travis CI, and Docker Hub support for auto generating the latest release
Release 2.0.0
- 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