JustinAJ
|
8f650b43fe
|
resetAccess now returns the correct value.
|
10 years ago |
JustinAJ
|
b9ec4ba61d
|
Corrected comment
|
10 years ago |
JustinAJ
|
59950de900
|
RenXGameCommands.ini is now copied over with release builds.
|
10 years ago |
JustinAJ
|
bdac94467e
|
Added trigger "addmod" and "delmod" to AddIRCCommand and DelIRCCommand.
|
10 years ago |
JustinAJ
|
0ea1aaaea7
|
RenX_ModSystemPlugin::set() now calls sync().
|
10 years ago |
JustinAJ
|
3a1498bebb
|
Added message for empty moderator lists.
|
10 years ago |
JustinAJ
|
1a04237de4
|
Added checks for blank entry fields; active status is now updated in the config.
|
10 years ago |
JustinAJ
|
678b421f3b
|
Updated Jupiter version number for release.
|
10 years ago |
JustinAJ
|
d40db23df6
|
Added Plugin: RenX.Warn
|
10 years ago |
JustinAJ
|
e7237bda04
|
Corrected include guard
|
10 years ago |
JustinAJ
|
3948f5f299
|
Added game commands: AddBots, KillBots, PhaseBots.
|
10 years ago |
JustinAJ
|
ffb48f69c7
|
Added name lock for moderators; added RenX_ModSystemPlugin::set(); modsFile is now public; Added IRC Commands: DeAuth, Add, Del, ModList.
|
10 years ago |
JustinAJ
|
a0a48c6eba
|
Added IRC commands: TempBan, UnBan; Added Game commands: TempBan; Added config option "TBanTime"
|
10 years ago |
JustinAJ
|
c4aeb7ce58
|
File position is now stored for ban entries; added BanDatabase::deactivate().
|
10 years ago |
JustinAJ
|
5e63a045fa
|
Added tieFormat to ServerProfile; GDI's score is now correctly parsed during a tie.
|
10 years ago |
JustinAJ
|
ce113f6bef
|
Moved BanSearchIRCCommand from RenX.ModSystem to RenX.Commands.
|
10 years ago |
JustinAJ
|
ef68f098a1
|
Moved include to top.
|
10 years ago |
JustinAJ
|
dc93e3b4a8
|
Added "any" and "all" options to BanSearchIRCCommand; Jupiter updated.
|
10 years ago |
JustinAJ
|
eb92f1642c
|
Added BanSearchIRCCommand.
|
10 years ago |
JustinAJ
|
887419930a
|
"@IRC" is now appended to "banner" for KickBanIRCCommand.
|
10 years ago |
JustinAJ
|
f64206c72d
|
Plugin data is now attached to ban entries; Jupiter version updated.
|
10 years ago |
JustinAJ
|
c55aa3b825
|
RenX.Commands now adds a player's banner to their ban entry data.
|
10 years ago |
JustinAJ
|
1c602cbef1
|
"banner" is now set in a player's varData to the command executor for ban commands.
|
10 years ago |
JustinAJ
|
645dc9473f
|
varData added to BanDatabase::Entry; Extra data is now read from the ban database.
|
10 years ago |
JustinAJ
|
028dd1ed35
|
auth() is now const; added tempAuth(); added getDefaultATMGroup(); added ATM IRC Command; added ATM Game Command.
|
10 years ago |
JustinAJ
|
73dd68fece
|
Added kick and kickban in-game commands.
|
10 years ago |
JustinAJ
|
3baf1fe9f5
|
Added plugin RenX.ModSystem
|
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
|
fcade79f6e
|
Removed forgotten line that was used for short-term debugging.
|
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
|
7822b43273
|
Example "Mods.ini" file is now copied.
|
10 years ago |
JustinAJ
|
38a4e28cc9
|
Added prefix and gamePrefix tags for players/victims; fixed some incorrect outputs.
|
10 years ago |
JustinAJ
|
21b17c49ae
|
Modified "mods" command outputs.
|
10 years ago |
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 |