Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

v1.3

Compare
Choose a tag to compare
@eidheim eidheim released this 14 Dec 17:26
· 138 commits to master since this release

Important: Security fix for Client: added host verification

Other improvements:

  • Added tcp no_delay socket option
  • Added io_test and CI
  • Changed class visibility from private to protected
  • Force tlsv12 in SocketClient
  • Fixed a bug on 32-bit system when processing larger messages
  • get_connections now returns an unordered_set instead of set
  • Fewer copies of shared_ptr objects
  • Can now replace or set boost::asio::io_service
  • Using std::regex if possible
  • Now passing client errors to onerror
  • Fixed Crypto::Base64::encode for newer OpenSSL versions
  • Various minor bug fixes