Skip to content

Releases: dordnung/System2

Version 3.3.2

Choose a tag to compare

@dordnung dordnung released this 16 Apr 21:00

Revert Disable certificate revocation checks to fix Schannel error

Version 3.3.1

Choose a tag to compare

@dordnung dordnung released this 05 Apr 14:36
  • 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

Choose a tag to compare

@dordnung dordnung released this 23 Aug 18:10
  • Fixes crashing on Sourcemod 11 caused by threads
  • Updated to libcurl 7.72.0

v3.2.1

Choose a tag to compare

@dordnung dordnung released this 06 Dec 17:04
Fix FTP download bugs

Version 3.2

Choose a tag to compare

@dordnung dordnung released this 29 May 16:32
  • 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

Choose a tag to compare

@dordnung dordnung released this 13 Feb 01:40
  • Fixed crash when creating many threads

Version 3.0

Choose a tag to compare

@dordnung dordnung released this 19 Jan 15:30
  • 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

Choose a tag to compare

@dordnung dordnung released this 14 Dec 21:20
v2.6

Fix typo