Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
typdefs to SslStream and BoostBeastSocketWrapper
|
|
|
|
* Devirtualize calls to Read and Update by marking concrete implementations as final
* Removed derived class template argument
* Specialize boost::asio::basic_stream_socket for boost::asio::io_context instead of type-erased any_io_executor
* Make socket initialization easier composable (before entering Read loop)
* Remove use of deprecated boost::asio::null_buffers and boost::beast::ssl_stream
|
|
InstanceServerPort
|
|
|
|
|
|
|
|
|
|
|
|
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
|
|
into compile errors
|
|
instead of listing it separately as source file in every target
|
|
directly adding its source files to both server executables
|
|
global variable initializer to all projects using it
|
|
variants and preserve more information about client version
|
|
|
|
|
|
* Removed global realm variable from World and use RealmList everywhere
* Match auth build key with client version
* Restored allowedSecurityLevel checks for realmlist packet building
* Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
OpenSSL 1.1 has been deprecated for quite some time now so it is time to put it to rest. Please upgrade to OpenSSL 3.x
|
|
only pointers
|
|
main() functions
|
|
|
|
|
|
|
|
|
|
|
|
battlenet_accounts to separate salt and verifier columns
* passwords can now be case sensitive and up to 128 characters long
|
|
content logging and fixed setting keep_alive on responses
|
|
http backend and extract generic http code to be reusable elsewhere
|
|
|
|
about crashes when running on unsupported OS
|
|
Closes #29455
|
|
Closes #8390
Closes #29427
|
|
|
|
|
|
as it is now unused, db field kept for table structure compatibility with 3.3.5 branch)
|
|
|
|
|
|
using hostnames in LoginREST bnetserver config options
|
|
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|