Skip to content

Releases: dordnung/System2

Version 3.3.2

16 Apr 21:00
Compare
Choose a tag to compare

Revert Disable certificate revocation checks to fix Schannel error

Version 3.3.1

05 Apr 14:36
Compare
Choose a tag to compare
  • Use Debian Strech for compiling as LTS support for jessie ended
  • Update OpenSSL to version 1.1.1k and libcurl to 7.76.0
  • Fix out-of-memory bug when downloading large files by disable saving of output content when downloading a file
  • Add errno message if PosixOpen (command execution) fails
  • Disable certificate revocation checks to fix Schannel error

Version 3.3.0

23 Aug 18:10
Compare
Choose a tag to compare
  • Fixes crashing on Sourcemod 11 caused by threads
  • Updated to libcurl 7.72.0

v3.2.1

06 Dec 17:04
Compare
Choose a tag to compare
Fix FTP download bugs

Version 3.2

29 May 16:32
Compare
Choose a tag to compare
  • Added ability to use a proxy for requests (Pull Request #5)
    See System2Request.SetProxy and System2Request.SetProxyAuthentication methods for more information
  • Updated to the latest OpenSSL and libcurl version

Version 3.1

13 Feb 01:40
Compare
Choose a tag to compare
  • Fixed crash when creating many threads

Version 3.0

19 Jan 15:30
Compare
Choose a tag to compare
  • Almost all previous natives are now deprecated
  • Implemented an enormous HTTP / FTP Request API replacing the old request natives
  • Made extension much more stable
  • Added check if 7-ZIP is executable on Linux
  • Output of an execution is now a methodmap replacing the progress approach
  • Provide exit status of an execution
  • Cleaned up API
  • A lot more

Version 2.6

14 Dec 21:20
Compare
Choose a tag to compare
v2.6

Fix typo