483 Commits (8883a05637f0f9d30e17eeb96674b424846a6b29)
 

Author SHA1 Message Date
JustinAJ e7c267c247 Added gamePrefix field to PlayerInfo. 10 years ago
JustinAJ 8efaa27e74 Updated Jupiter version; adjusted accordingly. 10 years ago
JustinAJ b84b8afa73 "PlayerInfo" now shows a player's access level. 10 years ago
JustinAJ ab4462e97a Added formatNamePrefix field to RenX::PlayerInfo. 10 years ago
JustinAJ a9d1a966ea PlayerInfo::access is now marked as mutable. 10 years ago
JustinAJ 3cec93c76f Moved IP assignment within getPlayerOrAdd(); fixed bug where steamid was not being assigned. 10 years ago
JustinAJ bb2b0e8c4e HelpGameCommand now outputs in a format similar to HelpIRCCommand. 10 years ago
JustinAJ e196688a30 Added access filter to RenX::Server::triggerCommand(); RenX::GameCommand::access now defaults to 0. 10 years ago
JustinAJ 82b6b764c3 Added translations for EMPGrenade and ATMine. 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 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. 10 years ago
JustinAJ 761da4c2b5 Added RenX_OnAdminGrant event. 10 years ago
JustinAJ e3d7f9db66 Corrected translated_IonCannonBeacon; added translated_DmgType_Fell. 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 268608d9b9 Bot no longer messages non-logging channels on modrequest; bot no longer messages itself on modrequest. 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 cbd896b002 Added RenX.IRCJoin. 10 years ago
JustinAJ b1f7e5c26f Fixed incorrect event hook; added "override" tag. 10 years ago
JustinAJ 35bd641e0a Added tags to RenX.Announcements; Plugin now signals an unload when init() fails during OnRehash() or load(). 10 years ago
JustinAJ 5342bd6e1d Updated Jupiter version 10 years ago
JustinAJ ab572abe10 Updated Jupiter version; OnBadRehash() added to IRC_Bot. 10 years ago
JustinAJ 43d3910b1d Added some bot and uuid safety checks 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 68464d947f Removed const_cast instances; no longer necessary (see previous commit a4607f0b). 10 years ago
JustinAJ a4607f0b2b RenX::PlayerInfo::varData is now mutable. 10 years ago
JustinAJ 57a2a8c4d2 Changed help info from <Player Name> to <Player> (more accurate, since player IDs can be used). 10 years ago
JustinAJ c723b13449 Updated to Jupiter 0.11. 10 years ago
JustinAJ 8fbdfcdd73 Added RenX.Greetings plugin 10 years ago
JustinAJ 8f8736aa0f Made input player for sendMessage const. 10 years ago
JustinAJ a7a1fda51e Corrected copyright notice. 10 years ago
JustinAJ bdaa8a4eba Minor optimization 10 years ago
JustinAJ bd31da4871 Added "NeverSay" configurable option 10 years ago
JustinAJ 0909d4c106 Changed steam profile link to SSL. 10 years ago
JustinAJ 6c4e3692b3 Removed local firstGame variable in favor of server-specific firstGame variable. 10 years ago
JustinAJ 291b5cd947 Added isFirstGame(), isFirstKill(), and isFirstDeath(). Join spam after map change is now filtered. 10 years ago
JustinAJ d82f438ea4 Replaced RenX_OnPart() with RenX_OnPlayerDelete(); Moved recs/noobs retrieval to RenX_OnPlayerCreate(). 10 years ago
JustinAJ 1f5e05e3b7 Moved resolution to OnPlayerCreate(). 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 62af38d3fc Added steam profile link to !steam command. 10 years ago
JustinAJ b9120a0e6b Added pidbug and mustSanitize fields to ServerProfile. 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 a59b3a7561 Added warning message for open beta 3. 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 21011df5ee Added "showjoin" game command 10 years ago
JustinAJ a9fec4673e Changed some messages to private messages 10 years ago
JustinAJ a811889ac2 Added parsing for EVAPrivateSay. 10 years ago