91 Commits (8fd790c58bc0c400e6fee9e2859c356f9ec4b36d)

Author SHA1 Message Date
JustinAJ b2695908bb Changed ping from float to unsigned short. 10 years ago
JustinAJ 3beb213299 Added tags system; updated Jupiter 10 years ago
JustinAJ 21af13bd31 Fixed team not being assigned. 10 years ago
JustinAJ 23f9b1744f added parsePlayerData() lambda function; Added PARSE_PLAYER_DATA_P macro. 10 years ago
JustinAJ 717b6ed015 Fixed bans being prematurely deactivated. 10 years ago
JustinAJ 1a04237de4 Added checks for blank entry fields; active status is now updated in the config. 10 years ago
JustinAJ 5e63a045fa Added tieFormat to ServerProfile; GDI's score is now correctly parsed during a tie. 10 years ago
JustinAJ f2a85a8271 Added RenX::BanDatabase; added ip32 to RenX::PlayerInfo; added RenX_OnBan even to RenX::Plugin; Server::banPlayer() now has an optional length parameter; Updated Jupiter version; Config options added: RCONBan, LocalSteamBan, LocalIPBan, LocalNameBan. 10 years ago
JustinAJ b3f9e42a11 Removed RenX::DelimS; Usage for RenX::DelimC adjusted accordingly; updated Jupiter version (bug fix). 10 years ago
JustinAJ 21a5c3687e Server::formatSteamID() now returns an empty string for id 0. 10 years ago
JustinAJ 687e1fe2ff Fixed bug involving access overrides and aliases not being set; moved access override and alias loading to addCommand(). 10 years ago
JustinAJ 8efaa27e74 Updated Jupiter version; adjusted accordingly. 10 years ago
JustinAJ ab4462e97a Added formatNamePrefix field to RenX::PlayerInfo. 10 years ago
JustinAJ 3cec93c76f Moved IP assignment within getPlayerOrAdd(); fixed bug where steamid was not being assigned. 10 years ago
JustinAJ e196688a30 Added access filter to RenX::Server::triggerCommand(); RenX::GameCommand::access now defaults to 0. 10 years ago
JustinAJ c20e9fed7f Server now rehashes settings; added commandsFile to core; added access levels to PlayerInfo and GameCommand; aliases and access overrides are now read from the commandsFile; Jupiter version updated. 10 years ago
JustinAJ 761da4c2b5 Added RenX_OnAdminGrant event. 10 years ago
JustinAJ 82fe29ebaa RCON Username is now tracked. 10 years ago
JustinAJ dbb5df91f1 Fixed bug where silenceJoins gets stuck on true after reconnecting. 10 years ago
JustinAJ a04667ee5f Added RenX_OnTeamChange event; formatSteamID is now const; ReadableString non-format versions of sendPubChan() sendAdmChan() and sendLogChan() added. 10 years ago
JustinAJ d86b401322 Removed getPlayerOrAdd() call from PARSE_PLAYER_DATA macro; gerPlayerOrAdd() is now a lambda within Server::processLine(); added steamid parameter to getPlayerOrAdd(); UUID is now assigned within getPlayerOrAdd(), prior to the OnPlayerCreate event. 10 years ago
JustinAJ 8f8736aa0f Made input player for sendMessage const. 10 years ago
JustinAJ bdaa8a4eba Minor optimization 10 years ago
JustinAJ bd31da4871 Added "NeverSay" configurable option 10 years ago
JustinAJ 291b5cd947 Added isFirstGame(), isFirstKill(), and isFirstDeath(). Join spam after map change is now filtered. 10 years ago
JustinAJ 6e2722777b Added RenX_OnPlayerCreate() and RenX_OnPlayerDelete() events. 10 years ago
JustinAJ 777242952c steamFormat is now unsigned; SteamID 2 format added; SteamID 3 format added; pidbug and mustSanitize ServerProfile fields utilized. 10 years ago
JustinAJ a0aedfda25 Improved/safer reconnect routine 10 years ago
JustinAJ 92bb5f185e Added "SteamFormat" config option; added formatSteamID() to RenX::Server; adjusted usage of steamids in strings appropriately. 10 years ago
JustinAJ b36567d32b Added ServerProfile structure; player part event is now silenced for open beta 3. 10 years ago
JustinAJ 9e4a4c1b3f Fixed grammar. 10 years ago
JustinAJ 7414617f58 getPlayerByName() now properly accepts IDs as input. 10 years ago
JustinAJ 4264e1cbad Added proper private message functionality. 10 years ago
JustinAJ 3d488e9140 Added missing newline ('\n'). 10 years ago
JustinAJ e7bfe5bb82 getPlayerByPartNameFast() is now case insensitive. 10 years ago
JustinAJ e48f6d6af2 Changed asUnsignedInt calls to asUnsignedLongLong. Changed steamid output format to capitalized hex to better match previous output. 10 years ago
JustinAJ 619dbffbfa Corrected precision to 16 digits instead of 8. 10 years ago
JustinAJ bee33ed226 Adjusted format specifiers for steamid. 10 years ago
JustinAJ 87b6310642 Changed internal steamid representation to uint64_t. Added UUID parameter to PlayerInfo. 10 years ago
JustinAJ 933b9f0e0b Moved data processing from RenX::Core to RenX::Server. Added line preservation. 10 years ago
JustinAJ 627d007d59 Initial Commit 10 years ago