DarkflameServer/dNet
jadebenn 71baa5ce90
feat: Replace calls to system function in server startups (#1691)
* replace linux calls

* windows api

* log child PIDs in parent process

* fix typo for windows

* functions now return the process ID

* use wchar_t for windows APIs

* Update Start.cpp

Try to fix MacOS issues

* Conditionally include unistd.h

* remove sudo config option and add error message for linux

* fix windows .exe extension

* REALLY fix windows

* try replacing c_str() with data()

* really REALLY fix Windows

* Update dNet/dServer.cpp

Co-authored-by: David Markowitz <39972741+EmosewaMC@users.noreply.github.com>

* Update dServer.cpp
2025-01-01 15:41:21 -08:00
..
AuthPackets.cpp feat: allow SQLite database backend (#1663) 2024-12-17 16:07:07 -08:00
AuthPackets.h chore: Change AuthServer to use BitStream references (#1475) 2024-02-26 08:06:02 -06:00
BitStreamUtils.h Fix g++ 14 (#1610) 2024-06-06 04:00:44 -05:00
ChatPackets.cpp consolidate the messagetype enums into a single namespace (#1647) 2024-11-17 18:39:44 -06:00
ChatPackets.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ClientPackets.cpp Remove deps from dNet (#1401) 2024-01-07 08:05:57 +01:00
ClientPackets.h Remove deps from dNet (#1401) 2024-01-07 08:05:57 +01:00
CMakeLists.txt feat: allow SQLite database backend (#1663) 2024-12-17 16:07:07 -08:00
dNetCommon.h format codebase 2022-07-28 08:39:57 -05:00
dServer.cpp feat: Replace calls to system function in server startups (#1691) 2025-01-01 15:41:21 -08:00
dServer.h feat: Remove reinterpret_casts from AG race timer script and add method and chat command to get current server uptime (#1673) 2024-12-17 14:06:16 -06:00
MasterPackets.cpp consolidate the messagetype enums into a single namespace (#1647) 2024-11-17 18:39:44 -06:00
MasterPackets.h format codebase 2022-07-28 08:39:57 -05:00
PacketUtils.cpp chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
PacketUtils.h chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
WorldPackets.cpp consolidate the messagetype enums into a single namespace (#1647) 2024-11-17 18:39:44 -06:00
WorldPackets.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ZoneInstanceManager.cpp chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00
ZoneInstanceManager.h chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00