Skip to content

Releases: Arc676/SockTalk-Swift

Version 3.0

02 Sep 19:53

Choose a tag to compare

New features

  • User management
  • New username validation
  • Registration timeout

Version 2.1

05 Aug 15:03

Choose a tag to compare

Version numbers to match the C++ library's version number to avoid confusion and to indicate feature availability

The Swift version of this library includes optional OpenSSL encryption and is fully compatible with the C++ version (as far as testing has shown). The frontend has a minimal interface.

A compiled version of the OpenSSL library is required for compilation. The Xcode project expects a folder called "OpenSSL" in the project root to contain both libssl.a and libcrypto.a. These can both be obtained by downloading the OpenSSL source and compiling. They are not included in this repository.