Koncord
4e869a2974
[General] Use correct versions of C++ per target
...
C++11 for client, components and launcher
C++14 for server, browser and masterserver
7 years ago
Kyle Cooley
7248a5d037
Remove some duplication, standardize sol2 header inclusion
7 years ago
Koncord
846f83e3e4
[Master] Use RakNet ban system instead homebrew
7 years ago
Koncord
73aa83aa03
[Master] Use RakNet ban system with homebrew bansystem
7 years ago
Koncord
f814ae795d
[Master] Fix return from isServerValid()
...
Temporary accept all servers in OnServerAnnnounce
7 years ago
Koncord
838e05521e
[Master] Minor fixes
7 years ago
Koncord
bb183457a6
[Master] Init BanAddress/UnbanAddress before opening script
7 years ago
Koncord
dc18916f46
[Master] Add isServerValid lambda. Add "OnServerAnnounce" callback
7 years ago
Koncord
d1388cdf84
[Master] Add Admin Rest Server
...
Add admin rest callback - "OnAdminRequest". Called on every POST request
7 years ago
Koncord
b869fe0b76
[Master] Add Lua
...
Init master server values by config table in script
Add BanAddress/UnbanAddress to lua
Fix a couple of indents
Pass lua script as first launch parameter of master server
7 years ago
Koncord
0e2817da88
[Master] Move response stuff to ResponseUtils.hpp
7 years ago
Koncord
fc8232f943
[Master] Add ban/unban functions
7 years ago
Koncord
26324c2578
[Master] Change Ban structure to vector<string>
7 years ago
Koncord
4e93905350
[Master] Backport SimpleWeb
7 years ago
Koncord
1f632d8bc9
[Master] Fix REST servers/info
8 years ago
Koncord
918658d383
[Master] Waiting ACK instead of immediately closing connection.
8 years ago
David Cernat
a353a21280
[General] Fix code style inconsistencies
8 years ago
Koncord
e1766da83c
[Master] Fix REST API for old servers
8 years ago
Koncord
a9fc096c9a
[General] Move password of master server to header
8 years ago
Koncord
cb5e88ce5c
[Master] Use add_definitions
...
Because CMAKE_CXX_STANDARD introduced in CMake 3.1
8 years ago
Koncord
56012db86e
[Master] Fix build for windows
8 years ago
David Cernat
68fa82f03a
[Master] Fix build in Visual Studio
8 years ago
Koncord
17af679c07
[Master] Enable RestAPI
8 years ago
Koncord
ec6614ba32
[Master] Add RestAPI
8 years ago
Koncord
d40a55a748
[Master] Update server via operator= instead map::insert
8 years ago
Koncord
9643eb6026
[Master] Notify server about announce state
...
Rename structure Server to QueryData
8 years ago
Koncord
c35d5a2c6c
[Master] Implement Master server
8 years ago