Commit Graph

  • 028dd1ed35 auth() is now const; added tempAuth(); added getDefaultATMGroup(); added ATM IRC Command; added ATM Game Command. JustinAJ 2014-10-29 01:16:58 -0400
  • 73dd68fece Added kick and kickban in-game commands. JustinAJ 2014-10-29 01:07:05 -0400
  • 3baf1fe9f5 Added plugin RenX.ModSystem JustinAJ 2014-10-26 19:44:22 -0400
  • 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. JustinAJ 2014-10-26 19:43:48 -0400
  • b3f9e42a11 Removed RenX::DelimS; Usage for RenX::DelimC adjusted accordingly; updated Jupiter version (bug fix). JustinAJ 2014-10-25 23:16:13 -0400
  • 21a5c3687e Server::formatSteamID() now returns an empty string for id 0. JustinAJ 2014-10-25 22:06:52 -0400
  • fcade79f6e Removed forgotten line that was used for short-term debugging. JustinAJ 2014-10-25 08:52:08 -0400
  • 687e1fe2ff Fixed bug involving access overrides and aliases not being set; moved access override and alias loading to addCommand(). JustinAJ 2014-10-25 08:51:09 -0400
  • 7822b43273 Example "Mods.ini" file is now copied. JustinAJ 2014-10-25 07:09:00 -0400
  • 38a4e28cc9 Added prefix and gamePrefix tags for players/victims; fixed some incorrect outputs. JustinAJ 2014-10-24 22:51:47 -0400
  • 21b17c49ae Modified "mods" command outputs. JustinAJ 2014-10-24 22:46:59 -0400
  • e7c267c247 Added gamePrefix field to PlayerInfo. JustinAJ 2014-10-24 22:44:04 -0400
  • 8efaa27e74 Updated Jupiter version; adjusted accordingly. JustinAJ 2014-10-23 05:38:47 -0400
  • b84b8afa73 "PlayerInfo" now shows a player's access level. JustinAJ 2014-10-23 05:34:13 -0400
  • ab4462e97a Added formatNamePrefix field to RenX::PlayerInfo. JustinAJ 2014-10-23 05:33:34 -0400
  • a9d1a966ea PlayerInfo::access is now marked as mutable. JustinAJ 2014-10-22 21:28:11 -0400
  • 3cec93c76f Moved IP assignment within getPlayerOrAdd(); fixed bug where steamid was not being assigned. JustinAJ 2014-10-22 21:06:01 -0400
  • bb2b0e8c4e HelpGameCommand now outputs in a format similar to HelpIRCCommand. JustinAJ 2014-10-22 19:05:05 -0400
  • e196688a30 Added access filter to RenX::Server::triggerCommand(); RenX::GameCommand::access now defaults to 0. JustinAJ 2014-10-22 19:03:57 -0400
  • 82b6b764c3 Added translations for EMPGrenade and ATMine. JustinAJ 2014-10-22 18:56:21 -0400
  • 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. JustinAJ 2014-10-22 06:09:16 -0400
  • 85b87d1a35 Overhauled logging plugin; all logging events now have configurable formats; updated for use with new OnTeamChange and OnAdminGrant events; configuration options are now properly rehashed. JustinAJ 2014-10-22 02:31:51 -0400
  • 761da4c2b5 Added RenX_OnAdminGrant event. JustinAJ 2014-10-22 02:29:26 -0400
  • e3d7f9db66 Corrected translated_IonCannonBeacon; added translated_DmgType_Fell. JustinAJ 2014-10-22 01:54:02 -0400
  • 82fe29ebaa RCON Username is now tracked. JustinAJ 2014-10-22 01:25:25 -0400
  • dbb5df91f1 Fixed bug where silenceJoins gets stuck on true after reconnecting. JustinAJ 2014-10-22 00:14:59 -0400
  • 268608d9b9 Bot no longer messages non-logging channels on modrequest; bot no longer messages itself on modrequest. JustinAJ 2014-10-21 23:53:13 -0400
  • a04667ee5f Added RenX_OnTeamChange event; formatSteamID is now const; ReadableString non-format versions of sendPubChan() sendAdmChan() and sendLogChan() added. JustinAJ 2014-10-21 22:09:00 -0400
  • cbd896b002 Added RenX.IRCJoin. JustinAJ 2014-10-21 04:44:53 -0400
  • b1f7e5c26f Fixed incorrect event hook; added "override" tag. JustinAJ 2014-10-21 03:45:03 -0400
  • 35bd641e0a Added tags to RenX.Announcements; Plugin now signals an unload when init() fails during OnRehash() or load(). JustinAJ 2014-10-21 03:34:03 -0400
  • 5342bd6e1d Updated Jupiter version JustinAJ 2014-10-21 03:31:30 -0400
  • ab572abe10 Updated Jupiter version; OnBadRehash() added to IRC_Bot. JustinAJ 2014-10-20 20:08:43 -0400
  • 43d3910b1d Added some bot and uuid safety checks JustinAJ 2014-10-18 13:53:30 -0400
  • 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. JustinAJ 2014-10-18 13:46:02 -0400
  • 68464d947f Removed const_cast instances; no longer necessary (see previous commit a4607f0b). JustinAJ 2014-10-18 03:33:33 -0400
  • a4607f0b2b RenX::PlayerInfo::varData is now mutable. JustinAJ 2014-10-18 03:32:38 -0400
  • 57a2a8c4d2 Changed help info from <Player Name> to <Player> (more accurate, since player IDs can be used). JustinAJ 2014-10-17 05:19:53 -0400
  • c723b13449 Updated to Jupiter 0.11. v0.11 JustinAJ 2014-10-17 02:21:27 -0400
  • 8fbdfcdd73 Added RenX.Greetings plugin JustinAJ 2014-10-17 02:18:34 -0400
  • 8f8736aa0f Made input player for sendMessage const. JustinAJ 2014-10-17 02:15:05 -0400
  • a7a1fda51e Corrected copyright notice. JustinAJ 2014-10-17 01:13:09 -0400
  • bdaa8a4eba Minor optimization JustinAJ 2014-10-17 01:07:38 -0400
  • bd31da4871 Added "NeverSay" configurable option JustinAJ 2014-10-17 01:04:24 -0400
  • 0909d4c106 Changed steam profile link to SSL. JustinAJ 2014-10-17 00:50:37 -0400
  • 6c4e3692b3 Removed local firstGame variable in favor of server-specific firstGame variable. JustinAJ 2014-10-17 00:48:26 -0400
  • 291b5cd947 Added isFirstGame(), isFirstKill(), and isFirstDeath(). Join spam after map change is now filtered. JustinAJ 2014-10-17 00:48:01 -0400
  • d82f438ea4 Replaced RenX_OnPart() with RenX_OnPlayerDelete(); Moved recs/noobs retrieval to RenX_OnPlayerCreate(). JustinAJ 2014-10-16 23:24:30 -0400
  • 1f5e05e3b7 Moved resolution to OnPlayerCreate(). JustinAJ 2014-10-16 23:14:48 -0400
  • 6e2722777b Added RenX_OnPlayerCreate() and RenX_OnPlayerDelete() events. JustinAJ 2014-10-16 23:07:32 -0400
  • 777242952c steamFormat is now unsigned; SteamID 2 format added; SteamID 3 format added; pidbug and mustSanitize ServerProfile fields utilized. JustinAJ 2014-10-16 22:55:48 -0400
  • 62af38d3fc Added steam profile link to !steam command. JustinAJ 2014-10-16 22:53:45 -0400
  • b9120a0e6b Added pidbug and mustSanitize fields to ServerProfile. JustinAJ 2014-10-16 22:53:18 -0400
  • a0aedfda25 Improved/safer reconnect routine JustinAJ 2014-10-14 06:40:06 -0400
  • 92bb5f185e Added "SteamFormat" config option; added formatSteamID() to RenX::Server; adjusted usage of steamids in strings appropriately. JustinAJ 2014-10-14 05:47:39 -0400
  • a59b3a7561 Added warning message for open beta 3. JustinAJ 2014-10-14 05:24:40 -0400
  • b36567d32b Added ServerProfile structure; player part event is now silenced for open beta 3. JustinAJ 2014-10-14 05:24:24 -0400
  • 9e4a4c1b3f Fixed grammar. JustinAJ 2014-10-14 04:23:44 -0400
  • 21011df5ee Added "showjoin" game command JustinAJ 2014-10-14 04:22:17 -0400
  • a9fec4673e Changed some messages to private messages JustinAJ 2014-10-14 04:19:50 -0400
  • a811889ac2 Added parsing for EVAPrivateSay. JustinAJ 2014-10-14 04:19:06 -0400
  • ac3a341cf2 "help" is now a private message; "modrequest" now responds to players. JustinAJ 2014-10-14 04:18:47 -0400
  • 7414617f58 getPlayerByName() now properly accepts IDs as input. JustinAJ 2014-10-14 04:17:37 -0400
  • 1f78f3ef3c "Info" command is slightly more verbose. JustinAJ 2014-10-14 04:01:22 -0400
  • 0564220080 Added PMsg command JustinAJ 2014-10-14 03:40:33 -0400
  • 4264e1cbad Added proper private message functionality. JustinAJ 2014-10-14 03:39:36 -0400
  • d2e442a12d Fixed "steam" IRC command JustinAJ 2014-10-14 03:24:55 -0400
  • 5cb22abcb4 Updated Jupiter version JustinAJ 2014-10-14 03:10:14 -0400
  • 6fa103896e Fixed logic error v0.10.1 JustinAJ 2014-09-14 15:11:13 -0400
  • 24d3e8069c Added missing translations JustinAJ 2014-09-14 14:42:39 -0400
  • 3d488e9140 Added missing newline ('\n'). JustinAJ 2014-09-14 14:30:09 -0400
  • bc60e9c70f Added administrative exemption JustinAJ 2014-09-11 09:28:27 -0400
  • 6ae66384bd Updated Jupiter to most recent version. v0.10 JustinAJ 2014-09-07 20:13:57 -0400
  • be7ed6dfc0 Made RenX.Medals actually useful. JustinAJ 2014-09-07 20:10:20 -0400
  • 0910dd0f59 Removed unnecessary additions to master game command list. JustinAJ 2014-09-07 20:10:00 -0400
  • e7bfe5bb82 getPlayerByPartNameFast() is now case insensitive. JustinAJ 2014-09-04 14:08:31 -0400
  • aa8d8a688a Finished removing SteamID usage in favor of UUID. JustinAJ 2014-09-02 21:44:31 -0400
  • 80be0e0105 Updated RenX.Setjoin to use UUID JustinAJ 2014-09-02 21:42:31 -0400
  • e48f6d6af2 Changed asUnsignedInt calls to asUnsignedLongLong. Changed steamid output format to capitalized hex to better match previous output. JustinAJ 2014-09-02 21:28:53 -0400
  • 179e1eee5b Updated to newer Jupiter version JustinAJ 2014-09-02 21:25:12 -0400
  • 619dbffbfa Corrected precision to 16 digits instead of 8. JustinAJ 2014-09-02 20:50:16 -0400
  • bee33ed226 Adjusted format specifiers for steamid. JustinAJ 2014-09-02 20:48:28 -0400
  • 243effd323 Added "plugins" and "plugin" triggers to ListPluginIRCCommand. JustinAJ 2014-09-02 20:39:28 -0400
  • 6e9e233fe8 Added OnRehash() to RenX.DNS. JustinAJ 2014-09-02 20:37:01 -0400
  • 87b6310642 Changed internal steamid representation to uint64_t. Added UUID parameter to PlayerInfo. JustinAJ 2014-09-02 19:47:32 -0400
  • 48b7b59c3f Fixed dependency settings. JustinAJ 2014-09-02 19:05:24 -0400
  • 933b9f0e0b Moved data processing from RenX::Core to RenX::Server. Added line preservation. JustinAJ 2014-09-02 19:04:41 -0400
  • 0330d44104 Added safety check JustinAJ 2014-09-02 17:21:37 -0400
  • 19ac2a9c36 Added RenX.DNS v1 JustinAJ 2014-09-02 17:21:23 -0400
  • 9dbf846dce Added missing public specifier JustinAJ 2014-07-26 17:03:47 -0400
  • 0e37da9e6f Removed redundant/old template copies JustinAJ 2014-07-03 01:26:36 -0400
  • 999a37ba3f Added Jupiter as submodule and adjusted Jupiter.lib dependency accordingly. JustinAJ 2014-07-02 23:42:47 -0400
  • 627d007d59 Initial Commit JustinAJ 2014-07-02 23:08:20 -0400
  • 697d012e27 Initial commit to add default .gitIgnore and .gitAttribute files. JustinAJ 2014-07-02 23:06:40 -0400