JustinAJ
8fd790c58b
Updated name in copyright notices.
Updated Jupiter.
9 years ago
JustinAJ
dd4800c881
Licensing change; now using ISC license.
Added LICENSE file
9 years ago
JustinAJ
37c7ba9cdb
Consistency:
* Replaced instances of size() == 0 with isEmpty()
* Replaced instances of size() != 0 with isNotEmpty()
* Replaced instanes of isEmpty() == false with isNotEmpty()
* Updated some copyright years
Updated Jupiter (adds isNotEmpty() and a similar consistency update).
10 years ago
JustinAJ
50e96e6ebe
Added reasons to kicks and bans.
RenX::BanDataBase:
* Added "reason" parameter to add()
* Added reason to Entry
* Added write() functions
* Version number incremented
RenX::Server:
* Added "reason" parameter to kickPlayer() and banPlayer() functions.
* Added forceKickPlayer() function
Adjusted plugins to above changes.
10 years ago
JustinAJ
3e9f7f2e60
RenX.ModSystem:
* Added another search mechanism for DelIRCCommand
10 years ago
JustinAJ
d7f0f5137b
Updated to Visual Studio 2015 RC
* Updated Jupiter
* Fixed some bugs/warnings
10 years ago
JustinAJ
f1dfe2c58c
Added safety check to "addmod" IRC command
10 years ago
JustinAJ
6d5ce419e1
"modlist" now displays Name instead of UUID (defaults to UUID if no Name is found).
10 years ago
JustinAJ
2322e3609a
Players are now auth'd to the default group when the UUID is empty.
10 years ago
JustinAJ
af4ef99b97
Crash fix
10 years ago
JustinAJ
291837e489
Fixed "There are no configured moderators" message.
10 years ago
JustinAJ
73b21ab66d
Improved RenX_ModSystemPlugin::getConfigAccess().
10 years ago
JustinAJ
8f650b43fe
resetAccess now returns the correct value.
10 years ago
JustinAJ
b9ec4ba61d
Corrected comment
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
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
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
028dd1ed35
auth() is now const; added tempAuth(); added getDefaultATMGroup(); added ATM IRC Command; added ATM Game Command.
10 years ago
JustinAJ
3baf1fe9f5
Added plugin RenX.ModSystem
10 years ago