ddnet/src/engine/server
Zwelf a78e84d724 Only call sqlite3_expanded_sql when it exists
Only print expanded SQLite statement, when expanding function exists. This is
required to not bump the minimum required Ubuntu version, since Ubuntu 16.04
doesn't ship SQLite 3.14 or above. SQLite introduced ``sqlite3_expanded_sql`
in 3.14, Ubuntu 16.04 packages 3.11.

Disabled weak linking on MSVC, since it isn't supported.
2020-09-10 20:22:37 +02:00
..
databases Only call sqlite3_expanded_sql when it exists 2020-09-10 20:22:37 +02:00
antibot.cpp Send Sixup information to antibot 2020-07-01 21:09:58 +03:00
antibot.h Send Sixup information to antibot 2020-07-01 21:09:58 +03:00
authmanager.cpp Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
authmanager.h Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
name_ban.cpp Make name more descriptive 2019-03-11 14:48:45 +01:00
name_ban.h Make name more descriptive 2019-03-11 14:48:45 +01:00
register.cpp Read server port from CNetServer but not from app config 2020-08-27 19:54:44 +03:00
register.h Serverinfo and Register support for 0.7 2020-06-19 20:28:55 +03:00
server.cpp Document which commands only work in initial config (fixes #2773) 2020-09-07 12:31:00 +02:00
server.h Fix server port in teehistorian 2020-08-29 14:14:37 +02:00
sql_string_helpers.cpp Remove unused MySQL interface 2020-08-03 12:58:52 +02:00
sql_string_helpers.h Remove unused MySQL interface 2020-08-03 12:58:52 +02:00
upnp.cpp refactor upnp code 2020-05-24 11:36:43 +02:00
upnp.h refactor upnp code 2020-05-24 11:36:43 +02:00