TODO List - GameProgressive/UniSpySDK GitHub Wiki

  • Add documentation like GameSpy OpenSDK (half done)
  • Add Header license like GameSpy OpenSDK
  • OpenSDK's Competition SDK have sciGetPlatformId for checking the current Platform (maybe it's used to allow Platform-specific servers).
  • Fix the C# Wrapper
  • Add a JAVA Wrapper
  • Fix HTTP processor with newer algorithm (RSA,EDCSA_AES,etc...) or add OpenSSL integration
  • Compile the Brigades SDK
  • Switch to CMake or any similar program
  • Fix warnings
  • Test all the builds
  • Fix Exploit repprted in gssdk
  • Migrate old GHTTP error processing into the new one (GHTTP_EXTENDEDLOG), an example of unupdated file: PT\ptMain.c is checking for -1 only while GHTTP_EXNTEDEDLOG SHOULD CHECK FOR ANY NUMBER LESSER THAN 0.