Commit Graph

1707 Commits

Author SHA1 Message Date
Rsl1122
28192ee5d5 Prepared Sponge related classes for future implementation. 2018-04-02 15:11:31 +03:00
Rsl1122
fb994264e7 Removed redundant stuff about MySQL page transfer 2018-04-02 11:35:01 +03:00
Rsl1122
bf77d6edfa Fixed possible "Database is closed" exceptions on ShutdownHook #546 2018-04-02 11:18:57 +03:00
Rsl1122
84eeda66b2 Attempted to fix UUIDs ending up in World aliases #549 2018-04-02 11:07:39 +03:00
Rsl1122
b1ae7c53c7 Fixed /plan m import command #550 2018-04-02 09:57:19 +03:00
Rsl1122
abcf2e877a Made server page transfer over HTTP instead of MySQL #531 Fix #542 #552 2018-04-02 09:46:36 +03:00
Rsl1122
5fde8f7cc5 Made player page transfer over HTTP instead of MySQL #531 2018-04-02 09:39:31 +03:00
Rsl1122
26938f4aac Made network page content transferred over HTTP instead of MySQL #531 2018-04-02 09:29:46 +03:00
Rsl1122
0350e603c3 Made plugins tabs be transferred over HTTP instead of MySQL #531 2018-04-02 09:20:19 +03:00
Rsl1122
6424fe4a28 Added timezone usage to FormatUtils #551 2018-04-01 14:21:49 +03:00
Rsl1122
024a0ab62e Spacing for network page box #540 2018-04-01 14:11:36 +03:00
Rsl1122
d624cd596f Attempt to fix processing issues on large networks (#498):
- Moved from ArrayBlockingQueue implementation to ExecutorService
- Two ExecutorServices
  - max 2 thread critical service
  - max 6 thread non-critical service
- Critical ExecutorService is used for player data
  - Unprocessed saved on disable, should not cause freezes like old system
2018-04-01 13:53:33 +03:00
Rsl1122
e44fc781e4 Added option for displaying gaps in graph data #534 2018-03-12 12:55:24 +02:00
Rsl1122
a9e7260c92 Made AbstractLineGraph support missing points 2018-03-12 12:33:00 +02:00
Rsl1122
91e99337e3 Fixed Clean task cancelling after first run #544 2018-03-12 12:19:48 +02:00
Rsl1122
3198c4f69e Fixed network page attempting to refresh analysis on standalone Bungee 2018-03-12 12:18:51 +02:00
Rsl1122
5ecb5f7086 Added a no servers display on network page 2018-03-12 12:11:31 +02:00
Rsl1122
0aaea45d92 Added Geolocations to Network page. 2018-03-12 12:02:55 +02:00
Rsl1122
517ffa0bcf Added Session Calendar to Server page (#115 100%) 2018-03-06 19:58:28 +02:00
Rsl1122
e2d11e6dfe Added Session Calendar to Player page (#115 50%) 2018-03-06 17:11:35 +02:00
Rsl1122
d19b929564 FullCalendar javascript 2018-03-06 17:11:23 +02:00
Rsl1122
0030369980 Help bubble to players.html 2018-03-03 22:21:03 +02:00
Rsl1122
4e89f5939b Help bubble to network.html 2018-03-03 22:19:13 +02:00
Rsl1122
b74599f156 Fixed Recent logins help bubble location on server.html 2018-03-03 22:00:41 +02:00
Rsl1122
f62ad88ccd Help bubbles to server.html + Help bubble next to version with links 2018-03-03 21:51:34 +02:00
Rsl1122
a800d1cbf8 Partially implemented possibility of adding help bubbles to Plugin boxes 2018-03-03 18:24:24 +02:00
Rsl1122
230e1f2ec3 Help bubbles to Player page 2018-03-03 18:04:33 +02:00
Rsl1122
f07b8fa17f Swapped error and information messages around 2018-03-03 16:38:53 +02:00
Rsl1122
9cf7f1edde Better Enable error logging. Solves #509 2018-03-03 16:37:50 +02:00
Rsl1122
5ef1771fd4
Merge pull request #543 from Rsl1122/master
Update 4.2.0 branch with fixes in 4.1.7
2018-03-03 16:21:39 +02:00
Rsl1122
878114100a
Merge pull request #541 from Rsl1122/4.1.7
Pull request for 4.1.7
2018-03-02 17:28:57 +02:00
Rsl1122
5ea82565d5 Version bump to 4.1.7 2018-03-02 17:20:57 +02:00
Rsl1122
28435c2dc5 Added missing override annotations 2018-03-01 12:05:58 +02:00
Rsl1122
63887c7e29 Refactored all SQL tables to use Column enums instead of static variable 2018-03-01 12:01:14 +02:00
Rsl1122
9347ee383a Fixed multiple network boxes caused by previous commit 2018-02-28 16:17:02 +02:00
Rsl1122
eba17eb127 Server page splitting for #531 + b3 2018-02-28 15:47:37 +02:00
Rsl1122
385e161d37 Fixed possible error if a setting was empty on bungee config.yml 2018-02-25 12:10:26 +02:00
Rsl1122
3cb1955928 Fail debugs 2018-02-23 19:11:31 +02:00
Rsl1122
cdc4f36f2e More debug logs for different connections (b2) 2018-02-23 19:03:14 +02:00
Rsl1122
2cd3851979 Refactored ServerAccordion 2018-02-23 11:36:06 +02:00
Rsl1122
aaf1d8a28c Updated PluginBridge jar (2/2) 2018-02-23 10:35:31 +02:00
Rsl1122
d5f924191a Updating PluginBridge jar (1/2) 2018-02-23 10:34:34 +02:00
Rsl1122
ec6fb4106e Fixed SuperbVote related NoSuchMethodErrors 2018-02-23 10:28:05 +02:00
Rsl1122
cf2f0299bd version to b1 2018-02-23 10:18:16 +02:00
Rsl1122
07b9721679 Removed cache request for refreshing html on Analysis 2018-02-23 10:16:04 +02:00
Rsl1122
c8b846b5df Added missing settings to Bungee. Added option to hide IPs 2018-02-23 10:14:12 +02:00
Rsl1122
7031a71984
Merge pull request #529 from Rsl1122/4.1.6
Pull request for 4.1.6
2018-02-19 13:55:10 +02:00
Rsl1122
30bc9cf4d2 Version bump to 4.1.6 2018-02-19 13:46:49 +02:00
Rsl1122
8eae745c34 Implemented Connection Debug command 2018-02-19 13:44:28 +02:00
Rsl1122
e7002d73f0 Made setup throw the new 504 if needed 2018-02-19 12:57:05 +02:00