Commit Graph

1847 Commits

Author SHA1 Message Date
Keir
9508556d57 Refactor. 2015-12-01 22:47:51 +00:00
Keir
0bbb705654 Small method & class renames, document methods. 2015-11-30 16:35:07 +00:00
Keir
4aa84b9180 Store chat messages from the last 30 minutes. 2015-11-30 02:03:26 +00:00
Keir
0ee042f192 Implement equals and hashCode, move compareTo into MessageSnap class. 2015-11-26 23:59:17 +00:00
Keir
3e06451ac1 Whoops, this should be 30 SECONDS, not MINUTES. 2015-11-26 23:50:45 +00:00
Keir
d47b494628 Add /chatcache (mainly for debugging).
Fix cache not being able to store more than 1 value per sender.
Add comparator to sort all messages chronologically.
2015-11-26 23:29:43 +00:00
Keir
edf93ec43f Initial ChatSnap implementation. 2015-11-26 16:55:27 +00:00
Keir
f0e24468d5 Enable reporting functionality for Arcade and Clans plugins. 2015-11-22 14:23:17 +00:00
Keir
dcca67e571 Merge branches 'feature/report' and 'master' of ssh://184.154.0.242:7999/min/mineplex into feature/report 2015-11-22 13:54:16 +00:00
Cheese
6eb1bef1c6 Merge branch 'master' into minestrike-update
Conflicts:
	Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/GameType.java
	Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/minestrike/MineStrike.java
2015-11-21 11:09:28 +11:00
Keir
5bbf5bcce5 Only log to the database when the report has been closed. 2015-11-20 23:05:42 +00:00
Cheese
d5076b1c47 CTF fix 2015-11-21 09:41:02 +11:00
Keir
07b6c7cde7 Display message informing a report handler on how to close a report, when clicked this message will also fill out as much of the command as it can on the clients side. 2015-11-20 22:38:00 +00:00
Keir
435f2b643d Fix fetching player report stats. 2015-11-20 22:20:56 +00:00
Keir
470ff67f86 Replace ReportProfile by using statistics to track total reports and accepted, denied & abusive reports. 1 or more abusive reports results in being banned from the report system. 2015-11-20 22:03:57 +00:00
Keir
fc6e1fe003 Notify the handler of a report (if any) when the report they are handling is purged. 2015-11-20 21:10:03 +00:00
AlexTheCoder
386032a4f5 Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex into alex-ctf 2015-11-20 06:03:30 -05:00
AlexTheCoder
f51358552a -B 2015-11-20 05:57:29 -05:00
Jonathan Williams
700e4c9a1f Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex 2015-11-19 22:12:08 -06:00
Keir
80c87fa1fc Make reports timeout after 15 minutes of inactivity. 2015-11-20 00:51:21 +00:00
Keir
cb5672b94c Merge branches 'feature/report' and 'master' of ssh://184.154.0.242:7999/min/mineplex into feature/report 2015-11-18 20:34:24 +00:00
Shaun Bennett
1eff698a34 Merge pull request #75 in MIN/mineplex from william-global to master
* commit 'a11ca138e764417c23a0060dd134ef7c49741295':
  ranks
  woops easy fix
  rawr and fixes
  Added the ability to give out game loot.
  Reformatting titles
  Added GlobalGiveCoins. Changes Gems a little and the manager.
  More global stuff! Added GlobalGiveGems.
  Global Packet work. Added giveitem sub-command.
2015-11-18 10:15:33 -06:00
William Burns
a11ca138e7 ranks 2015-11-18 16:01:53 +00:00
William Burns
04a4b072af woops easy fix 2015-11-18 15:48:25 +00:00
William Burns
2e223d0660 rawr and fixes 2015-11-18 15:42:33 +00:00
William Burns
e16ee9036a Added the ability to give out game loot. 2015-11-18 14:35:40 +00:00
William Burns
e83b49d490 Reformatting titles 2015-11-18 13:43:22 +00:00
William Burns
e19d4e11e1 Added GlobalGiveCoins. Changes Gems a little and the manager. 2015-11-17 18:54:39 +00:00
William Burns
a28adc9673 More global stuff! Added GlobalGiveGems. 2015-11-17 18:26:19 +00:00
Keir
6ee40aa1ce No longer close reports when the player quits, instead alert the handler and alert again when (and if) the player re-joins if the report is still active. 2015-11-17 15:08:35 +00:00
Keir
a1713ca866 If someone is currently handling a report, re-direct all messages relating to that report to them. 2015-11-17 14:21:05 +00:00
William Burns
0f7c52391f Global Packet work. Added giveitem sub-command. 2015-11-17 08:19:36 +00:00
Cheese
adfc2f19eb Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex 2015-11-17 09:20:15 +11:00
Cheese
46505a8e8e converted to new res pack locations 2015-11-17 09:19:33 +11:00
libraryaddict
208d90c4bc Fixed getTargetBlock being 0 when its infinite 2015-11-17 10:18:42 +13:00
Jonathan Williams
ac792dcd02 Removed some unnecessary code in updateRank and opened up all ranks to be used. 2015-11-15 18:33:43 -06:00
AlexTheCoder
217509b75a Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex into alex-ctf
Conflicts:
	Plugins/Mineplex.Core/src/mineplex/core/game/GameDisplay.java
Conflicts Resolved
2015-11-15 18:58:20 -05:00
AlexTheCoder
ecaa4a49b4 - Fix for stats 2015-11-15 17:48:00 -05:00
Jonathan Williams
daee44d262 Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex 2015-11-14 02:01:24 -06:00
Jonathan Williams
4a73bce586 Added gadget and projectileUser logging. 2015-11-14 00:36:34 -06:00
Cheese
259397b6ae READY 2 GO 2015-11-14 12:52:14 +11:00
Keir
bf81c26874 Only notify staff when a report count reaches a certain amount (3 for hacking, 1 for chat abuse). 2015-11-13 01:27:34 +00:00
Keir
a6d3ba10c2 Show the handler of the report a message every 10 seconds whilst they are handling a report. Any part of the message is clickable and when clicked shows the close report GUI.
Jazz-up messages sent to players.
Rename Category to ReportCategory.
2015-11-13 01:23:33 +00:00
Cheese
3122397f7a Merge branch 'master' into minestrike-update
Conflicts:
	Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilEnt.java
2015-11-13 09:19:44 +11:00
AlexTheCoder
bc1b185f0e Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex into alex-ctf 2015-11-12 02:44:54 -05:00
AlexTheCoder
a8b27e66d1 - Finalized game to chiss and sigils' requirements minus flag status in scoreboard, will add next commit
- Fixed items ever being lost from treasurechests
2015-11-12 00:06:21 -05:00
Keir
27d5c76376 Merge branches 'feature/report' and 'master' of ssh://184.154.0.242:7999/min/mineplex into feature/report 2015-11-12 02:01:01 +00:00
libraryaddict
25f299b490 Fix interact types 2015-11-12 14:34:12 +13:00
Keir
3c419b3217 Small fixes from last commit. 2015-11-12 00:24:31 +00:00
Keir
6295a8ce08 Closing a report will now display a GUI in which the closer can decide on the result of the report. Some of these options will yield additional options, such as punishment options if a report is indeed valid.
Store count of a players accepted, denied and abusive reports.
The previous partially implemented reputation system has been removed, at least for now.
2015-11-12 00:02:38 +00:00