84941bcc9f
* Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target
62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
[submodule "Server/Plugins/Core"]
|
|
path = Server/Plugins/Core
|
|
url = https://github.com/cuberite/Core.git
|
|
[submodule "Server/Plugins/ProtectionAreas"]
|
|
path = Server/Plugins/ProtectionAreas
|
|
url = https://github.com/cuberite/ProtectionAreas.git
|
|
[submodule "Server/Plugins/ChatLog"]
|
|
path = Server/Plugins/ChatLog
|
|
url = https://github.com/cuberite/ChatLog.git
|
|
[submodule "lib/mbedtls"]
|
|
path = lib/mbedtls
|
|
url = https://github.com/ARMmbed/mbedtls.git
|
|
ignore = dirty
|
|
[submodule "lib/SQLiteCpp"]
|
|
path = lib/SQLiteCpp
|
|
url = https://github.com/cuberite/SQLiteCpp.git
|
|
ignore = dirty
|
|
[submodule "lib/libevent"]
|
|
path = lib/libevent
|
|
url = https://github.com/cuberite/libevent.git
|
|
ignore = dirty
|
|
[submodule "lib/jsoncpp"]
|
|
path = lib/jsoncpp
|
|
url = https://github.com/open-source-parsers/jsoncpp.git
|
|
ignore = dirty
|
|
[submodule "lib/TCLAP"]
|
|
path = lib/TCLAP
|
|
url = https://github.com/cuberite/TCLAP.git
|
|
ignore = dirty
|
|
[submodule "lib/cmake-coverage"]
|
|
path = lib/cmake-coverage
|
|
url = https://github.com/cuberite/cmake-coverage.git
|
|
ignore = dirty
|
|
[submodule "lib/expat"]
|
|
path = lib/expat
|
|
url = https://github.com/cuberite/expat.git
|
|
ignore = dirty
|
|
[submodule "lib/lua"]
|
|
path = lib/lua
|
|
url = https://github.com/cuberite/lua.git
|
|
ignore = dirty
|
|
[submodule "lib/luaexpat"]
|
|
path = lib/luaexpat
|
|
url = https://github.com/cuberite/luaexpat.git
|
|
ignore = dirty
|
|
[submodule "lib/luaproxy"]
|
|
path = lib/luaproxy
|
|
url = https://github.com/cuberite/luaproxy.git
|
|
ignore = dirty
|
|
[submodule "lib/sqlite"]
|
|
path = lib/sqlite
|
|
url = https://github.com/cuberite/sqlite.git
|
|
ignore = dirty
|
|
[submodule "lib/tolua++"]
|
|
path = lib/tolua++
|
|
url = https://github.com/cuberite/toluapp.git
|
|
ignore = dirty
|
|
[submodule "lib/zlib"]
|
|
path = lib/zlib
|
|
url = https://github.com/cuberite/zlib.git
|
|
ignore = dirty
|