Commit Graph

  • ff9164714c Restructured /saconfig. Resolves #322. Resolves #303. StevenLawson 2014-09-19 19:59:29 -0400
  • 72e105eb34 Added extra blocked commands used to bypass //brush KingDragonRider 2014-09-13 17:16:55 +0100
  • f4440fd262 Merge pull request #310 from ItzLevvie/patch-1 Jerom van der Sar 2014-09-13 17:49:56 +0200
  • 587b84a489 Blocked "/setidletimeout" in Config ItzLevvie 2014-09-03 17:15:38 +0100
  • 107952f0ba Modified /ro to not affect adminworld. Steven Lawson 2014-08-30 15:18:45 -0400
  • 8cae042857 Don't write spoofed UUIDs to cache Jerom van der Sar 2014-08-30 16:24:35 +0200
  • d1b73592af Compatibility with old builds of WorldEdit. StevenLawson 2014-08-27 20:53:43 -0400
  • b7175d73ab Fixed AIOOBE in /rollback JeromSar 2014-08-27 13:30:46 +0200
  • 9c976b381b Added TFM_UuidManager to cache UUIDs. Resolves #255 All methods related to UUIDs in TFM_Util have been moved to TFM_UuidManager JeromSar 2014-08-27 11:40:25 +0200
  • 0c99862793 Perform backups in a seperate folder Perform weekly backups on config.yml Minor refractoring JeromSar 2014-08-27 10:58:26 +0200
  • 0240b65fad Save and remove player entries on leave Removed timer for player loading, applied to plugin instead unknown 2014-08-27 00:28:44 +0200
  • b6d3e5baca Merged with master unknown 2014-08-26 18:25:27 +0200
  • 15650b84cf Fixed duplicate ban entries Bans are equal when: a) The ban-type matches b) The ban-subject matches Small changes unknown 2014-08-26 18:23:48 +0200
  • 9233bcfedc Added some getters for TFM_Announcer unknown 2014-08-25 20:05:10 +0200
  • b0aa4a850d Added Announcer. Resolves #226 Organised onEnable() Formatting unknown 2014-08-25 19:49:44 +0200
  • af97481d11 Return false on incorrect args in Command_rollback. Fixes #296 unknown 2014-08-25 18:47:29 +0200
  • 3c6e706c98 Merged with master unknown 2014-08-25 14:07:47 +0200
  • aca62caec1 Revamped TFM_BanManager, TFM_Ban and TFM_ServerInterface Better ban type checking Moved ban reason compilation to TFM_Ban TFM_ServerInterface: Less expensive operations first Command_rollback now polls TFM_RollbackManager for available players unknown 2014-08-25 13:57:13 +0200
  • eaa23985bd Merge pull request #294 from Obi2kanobi/contributing Jerom van der Sar 2014-08-24 11:21:24 +0100
  • e3f9452b9f Fix GTFO broadcast formatting. Fixes #293 StevenLawson 2014-08-18 16:48:52 -0400
  • 755080d0a4 Code refactoring and cleanup. StevenLawson 2014-08-23 14:19:25 -0400
  • 0f764b976b Tweak /cake. Fixes #295. StevenLawson 2014-08-23 13:52:26 -0400
  • d0a435a5d6 Added preliminary TFM support for TelnetRequestDataTagsEvent. StevenLawson 2014-08-20 21:23:22 -0400
  • b02764ddca lang.StringUtils -> lang3.StringUtils Remove bold from /nickclean. StevenLawson 2014-08-18 16:48:52 -0400
  • b3c28d33f2 Fixed broken format for /gadmin ipban. StevenLawson 2014-08-15 22:53:57 -0400
  • 6ad1187eef Merge branch 'patch-2' StevenLawson 2014-08-15 16:29:53 -0400
  • 1bf1267b49 Remove extra lines. StevenLawson 2014-08-15 16:29:40 -0400
  • d2f6f7f51a Make '/tfm reload' update blocked commands. Resolves #265. StevenLawson 2014-08-15 16:16:45 -0400
  • dc2c996516 Block tags containing "console", fixes #260. StevenLawson 2014-08-15 15:59:43 -0400
  • f502e44764 Added /nickclean - mass remove distracting things from player nicknames. StevenLawson 2014-08-14 19:07:52 -0400
  • c490a3d62e Now made qdeop require you to be op else it wont try to deop the player. Ryan 2014-08-14 22:37:20 +0100
  • 9a2dc52e87 Using qop should now only op those who are not op. Ryan 2014-08-14 22:32:45 +0100
  • a1c11f4e0f Using playerMsg(final String message) instead of playerMsg(final CommandSender sender, final String message) when possible. StevenLawson 2014-08-14 15:49:48 -0400
  • 48fd4c590d Use TFM_Command.playerMsg instead of TFM_Util.playerMsg for commands. StevenLawson 2014-08-13 20:56:04 -0400
  • 97cde0cfd4 Modified /qop and /qdeop to be a bit less spammy when multiple matches are found. StevenLawson 2014-08-13 20:11:12 -0400
  • 429269d8d2 Partial fix for #267. StevenLawson 2014-08-12 19:38:32 -0400
  • 1a50c16d9a Rework tags (now they won't duplicate when Essentials changes display name). StevenLawson 2014-08-12 18:25:57 -0400
  • 891d8d178f Use commons' substring function to avoid IndexOutOfBoundsExceptions. StevenLawson 2014-08-12 15:32:56 -0400
  • fc1c487dce Woops Jerom van der Sar 2014-08-09 18:53:54 +0200
  • e2cc14370a Added /forestgen to blocked commands Jerom van der Sar 2014-08-09 18:13:15 +0200
  • d5d6f18fb4 Truncate string argument on calls calls to setPlayerListName. Resolves #262. StevenLawson 2014-08-07 20:47:15 -0400
  • 00e22dc56e Formatting fix for CONTRIBUTING.md Jerom van der Sar 2014-08-02 21:56:59 +0200
  • 40b475ea0c Merge branch 'master' of https://github.com/TotalFreedom/TotalFreedomMod Jerom van der Sar 2014-08-02 21:55:03 +0200
  • 65eabbdba4 Added links Jerom van der Sar 2014-08-02 21:53:29 +0200
  • cb4a47d812 Made some changes to CONTRIBUTING.md Jerom van der Sar 2014-08-02 21:45:57 +0200
  • ecbd70493b Merge branch 'master' of https://github.com/TotalFreedom/TotalFreedomMod StevenLawson 2014-08-02 11:14:55 -0400
  • 4988140268 Fixed mixed string concatenation / String.format usage. Doesn't make much sense to use string concatenation and a String.format to generate the same output. I believe this method is much more readable. StevenLawson 2014-08-02 11:14:37 -0400
  • 57b0aadb9b Added some comments regarding the license Jerom van der Sar 2014-08-02 17:10:54 +0200
  • ef9ce2a9a7 [Bleeding] First compile of new playerdata system. Resolves #223 The new TFM_PlayerList stores player under /players/[uuid].yml and only caches online players. When players log in, their playerdata will be loaded. Jerom van der Sar 2014-08-02 16:27:43 +0200
  • 2c92b0874e Merge pull request #253 from PacksGamingHD/patch-2 Jerom van der Sar 2014-08-02 14:05:20 +0200
  • 927560ad75 TotalFreedomMod won't compile like that. PacksGamingHD 2014-08-01 23:01:04 -0700
  • c8dbc8a623 Merge pull request #251 from LevnettUKRonit/patch-2 Jerom van der Sar 2014-08-01 17:58:10 +0200
  • 11eef83a65 Fixed the ban reason on the same line as the actual ban Ronit Sajeey (LevnettUK_Ronit) 2014-08-01 15:39:07 +0100
  • a2439a7093 Merge pull request #249 from LevnettUKRonit/patch-1 Jerom van der Sar 2014-07-30 14:12:07 +0100
  • d8697590a7 Update config.yml Ronit Sajeey (LevnettUK_Ronit) 2014-07-30 14:07:31 +0100
  • 6d98604cf0 Update config.yml Ronit Sajeey (LevnettUK_Ronit) 2014-07-30 09:27:21 +0100
  • 3d6be1cd51 Significantly speed up player list loading. StevenLawson 2014-07-29 22:38:08 -0400
  • 01edfed307 Tweak /whohas. Note the change from bitwise & to logical && resolving possible bug. StevenLawson 2014-07-26 11:48:17 -0400
  • 5e4d1d0d6d Limit duration and amplifier for /potion command. Resolves #243 StevenLawson 2014-07-26 11:47:23 -0400
  • 86f61f1487 Restructure gadmin. Resolves #245 StevenLawson 2014-07-25 23:11:44 -0400
  • 461cfa7bdc Switched from Essentials' StringUtil to Apache Commons StringUtils. StevenLawson 2014-07-20 17:40:06 -0400
  • 75b296496e Removed DisguiseCraft support. StevenLawson 2014-07-20 17:25:45 -0400
  • 183277db21 Clean up sources of compile warnings. Move anything that causes deprecation warnings into TFM_DepreciationAggregator if no alternative implementation possible. StevenLawson 2014-07-19 21:02:00 -0400
  • 2b597867f0 Eliminate usage of deprecated org.bukkit.Server.matchPlayer Suppress unchecked cast warnings in Module_players. StevenLawson 2014-07-19 17:39:42 -0400
  • 7f7312c0a2 Fix landmine. StevenLawson 2014-07-19 17:34:12 -0400
  • 73214165a5 Fix glitch in clownfish smacker. StevenLawson 2014-07-19 15:29:07 -0400
  • 54be4f7e88 Added clownfish smacker. StevenLawson 2014-07-19 14:59:02 -0400
  • 3ccab5f534 Fixed exploit that allows command blocker to be bypassed. StevenLawson 2014-07-17 17:28:32 -0400
  • f635af5f95 Fix error when using /ops purge. StevenLawson 2014-07-16 20:41:14 -0400
  • cc3a183cac Fixed toggle message for /toggle fluidspread. StevenLawson 2014-07-13 22:43:27 -0400
  • 173b686658 Add HTTPD Module_logs, resolves #238 StevenLawson 2014-07-13 18:04:08 -0400
  • a0d5743232 Ensure UUID is never null at login. Amends #214 and fixes #229 unknown 2014-06-30 19:08:58 +0200
  • 7598d211cd Correctly display permban URL. Fixes #228 unknown 2014-06-30 17:51:13 +0200
  • 6b064d0e68 Correctly reference static members in TFM_Jumppads. Fixes #225 unknown 2014-06-30 17:35:58 +0200
  • 8fc0673bb2 /tfm: Return true when the player doesn't have permission. Fixes #227 unknown 2014-06-30 17:30:16 +0200
  • aa062a9d11 Ensure UUID is never null for non-existing players Currently, the player's name is SHA-1'ed and the first 32 hexadecimal characters are formed into a 'spoofed UUID'. I think this is the best solution unknown 2014-06-29 16:39:25 +0200
  • 8b4b2f97e0 Finished TFM_UuidResolver and /uuid. Resolves #214 unknown 2014-06-29 12:09:03 +0200
  • c4f1d0c06f Merge from master unknown 2014-06-29 10:53:39 +0200
  • 20d4e886fc Merge from bleeding unknown 2014-06-28 22:31:33 +0200
  • e36ace1671 [Bleeding] Started work on TFM_UuidFetcher unknown 2014-06-28 22:23:17 +0200
  • 2f055fbecb /gadmin: return false if required args are not present. Resolves #220 unknown 2014-06-28 12:00:16 +0200
  • d193686c79 Block //snow. Resolves #217 unknown 2014-06-28 11:50:15 +0200
  • ba2ada569f [Bleeding] Fixed permissions through console. Resolves #195 unknown 2014-06-28 11:43:05 +0200
  • 850fd9aa4a [Bleeding] Save when purging (ip)ban list. Resolves #219 Small changes unknown 2014-06-28 00:22:55 +0200
  • 1fb14ca1dd Added /list -a. Resolves #194 unknown 2014-06-22 18:07:02 +0200
  • 499472a126 Remove adminworld guests properly. Fixes #202 unknown 2014-06-22 17:53:50 +0200
  • 28459e4702 Merge branch 'master' of https://github.com/TotalFreedom/TotalFreedomMod unknown 2014-06-22 17:13:30 +0200
  • 57dda8367c Merge branch 'Wilee999-patch-3' unknown 2014-06-22 17:12:56 +0200
  • cdf03b4353 Perform suggested changes. Fixes #184 unknown 2014-06-22 17:12:30 +0200
  • 5ec66e8c7e Merge branch 'patch-3' of https://github.com/Wilee999/TotalFreedomMod into Wilee999-patch-3 unknown 2014-06-22 17:06:54 +0200
  • f57aeb8fb0 Merge pull request #210 from WickedGamingUK/patch-1 Jerom van der Sar 2014-06-22 16:58:46 +0200
  • adb3834836 Don't double toggle in /toggle. Fixes #193 unknown 2014-06-22 16:56:02 +0200
  • d82d6fd704 Updated latest WorldEdit methods unknown 2014-06-22 16:50:57 +0200
  • ec0683f610 Java Code Conventions Dan Jones 2014-06-18 16:36:52 +0100
  • 2d118a44a9 Removed xXWilee99Xx from the developer list unknown 2014-06-16 15:50:16 +0200
  • 64cd7f7393 Merge pull request #204 from LevnettUKRonit/patch-4 Jerom van der Sar 2014-06-10 16:42:13 +0200
  • 9a1fc8ea36 Merge pull request #205 from LevnettUKRonit/patch-5 Jerom van der Sar 2014-06-10 16:41:38 +0200
  • 75247af337 Added aliases /gms Ronit Sajeey (LevnettUK_Ronit) 2014-06-09 17:48:57 +0100
  • d20b062b70 Added aliases /gmc Ronit Sajeey (LevnettUK_Ronit) 2014-06-09 17:25:31 +0100
  • 4b36574255 Merge pull request #199 from LevnettUKRonit/patch-3 Jerom van der Sar 2014-06-08 10:47:11 +0200