unknown
e942f0bf75
Removed most singleton patterns. Resolves #181
2014-05-19 19:32:25 +02:00
unknown
f8231aeb3f
Stable release v4.2
2014-05-19 14:25:04 +02:00
unknown
eddbcf515c
Allow customization of Owners. Appends to #178 and commit 67c86aea
2014-05-19 14:21:37 +02:00
unknown
00ac914066
Unban fuzzy IPs for admins. Fixes #187
2014-05-16 15:39:40 +02:00
unknown
179fe9d665
Organise TFM_ConfigEntry values by type
2014-05-16 15:30:02 +02:00
unknown
67c86aea24
Added config values for MOTD, server name and address. Resolves #178
2014-05-16 15:18:24 +02:00
Wilee999
e4bb1ef6aa
Auto-freeze on imposter login; adds: http://www.totalfreedom.boards.net/thread/12123
2014-05-15 18:57:34 -07:00
unknown
16b02e3dec
Changed /saconfig remove to /saconfig delete to match usage. Fixes #183
2014-05-14 16:22:56 +02:00
unknown
70e248202b
Increment version number to 4.2
2014-05-13 17:56:21 +02:00
unknown
51ef752259
Don't warn when finding unknown services in ServiceChecker
2014-05-13 17:18:08 +02:00
unknown
b3e40462e2
Preload player when logging in. Fixes #182
2014-05-13 17:11:32 +02:00
unknown
73a91c02c6
Re-implement unbannable usernames. Resolves #180
2014-05-13 17:01:55 +02:00
unknown
7b8ba0bdf5
Revamp /plugincontrol. Fixes #159
2014-05-13 16:32:01 +02:00
unknown
bd9d6114ba
Add /wipeuserdata. Resolves #177
2014-05-11 19:04:01 +02:00
unknown
0435174342
Perform daily and weekly backups. Resolves #163
2014-05-11 18:41:58 +02:00
unknown
796ef3d359
Refractored .createBackup() to TFM_Util.createBackup(String)
2014-05-11 18:15:04 +02:00
unknown
a3f3903760
Increase default nuking block place threshold. Resolves #169
2014-05-11 18:05:51 +02:00
Jerom van der Sar
5c99aa9a44
Merge pull request #176 from Wild1145/patch-1
...
Removed Legacy Login
2014-05-11 17:54:22 +02:00
Ryan
8292eb20ae
Removed Legacy Login
...
Due to HeartBleed Mojang had to disable the legacy login servers. They will always show as "Offline" so may as well just remove them.
2014-05-11 12:56:01 +02:00
Jerom van der Sar
d9e0791a3b
Merge pull request #175 from Wild1145/master
...
Added Telent check along with Auto Prefix and Auto color tab
2014-05-10 23:44:39 +02:00
Ryan
dbfec1e86d
Added Color Tabs and Auto Prefixes. Resolves #173
2014-05-10 22:42:37 +01:00
Ryan
31e03d6348
Added a telnet checker.
2014-05-10 22:40:32 +01:00
Ryan
46494a2c87
Reset
2014-05-10 22:40:19 +01:00
Ryan
b11eb0f762
Added in both player tab colours, Auto Prefixes and a telnet checker
2014-05-10 22:35:45 +01:00
unknown
730b0e2c83
Merge with master
2014-05-07 12:53:05 +02:00
unknown
60a9de7e7c
[Bleeding] Allow spaces in tags. Resolves #160
2014-05-05 16:25:57 +02:00
unknown
8a4fa946fd
Make /doom ban all IPs
...
Before, /doom would only ban the current IP
2014-05-05 16:10:14 +02:00
unknown
9bc0859fdf
Added /tagnyan. Resolves #170
2014-05-05 16:03:30 +02:00
unknown
742450d016
Convert stop/remove to string literals. Resolves #168
...
Removed TFM_Util.isStopCommand(String) and TFM_Util.isRemoveCommand(String)
2014-05-05 15:31:12 +02:00
unknown
ad06bea3ae
Fixed bugs with /saconfig clear. Resolves #167
...
Admins can now use /saconfig clear [ip] to remove the designated IP (only their own IPs can be removed. They can also simply use /saconfig clear to remove all IPs but the current one. /saconfig clear is safe, meaning you can't remove your current IP or an IP that doesn't belong to you.
2014-05-05 14:27:33 +02:00
unknown
68d83fa397
Allow admins to remove their own IPs
2014-05-05 14:10:32 +02:00
unknown
fe84c3a2a0
Removed Command_listsync. Resolves #166
...
@markbyrn wants it removed. It also didn't have much of a use, associated servers wouldn't use it since it overwrites the current superadmin and permban config.
2014-05-05 13:35:47 +02:00
unknown
6e5e70ac90
[Bleeding] A little more config tweaking
2014-05-05 13:30:17 +02:00
unknown
489549a0ea
Warn when NMS versions don't match. Resolves #165
2014-05-05 00:01:57 +02:00
unknown
56b55eb3e2
[Bleeding] Fixed last errors due to misconfigured config
2014-05-04 23:07:26 +02:00
unknown
4ef5f59fb9
[Bleeding] Fixed startup error due to misconfigured config
2014-05-04 23:03:34 +02:00
Jerom van der Sar
d31ad2e9fc
[Bleeding] Remove player online check through PlayerNotFoundException
...
getPlayer(String) now returns null when the player could not be found
2014-04-26 13:55:24 +02:00
Jerom van der Sar
8a9dfca6d3
[Bleeding] Config refractoring
2014-04-26 13:21:36 +02:00
unknown
55ddf5a30a
Merge branch 'master' into bleeding
2014-04-25 17:36:08 +02:00
unknown
59e890c654
Added more startup statistics
2014-04-25 17:26:10 +02:00
unknown
b0e62add9f
Reupdate index lists when adding an admin. Fixes #156
2014-04-25 17:10:43 +02:00
unknown
7cdf1abcf2
[Bleeding] Fix invalid characters in usernames
2014-04-23 19:30:11 +02:00
unknown
ee0ebd85fc
Increment to version 4.1 to reflect latest changes
2014-04-23 17:03:33 +02:00
unknown
518537413b
Allow use of multiple blocks in /ro. Closes #87
2014-04-23 17:00:44 +02:00
unknown
802d02d653
Shoot players in the sky when using /doom. Closes #142
2014-04-23 16:43:12 +02:00
unknown
f3cb57c9cd
Extend command rollback time. Closes #136
...
Addresses http://www.totalfreedom.boards.net/thread/9531/problem-suggestion
2014-04-23 16:38:47 +02:00
unknown
c7c2795f41
Tweaked /ops and /qop
2014-04-23 16:36:11 +02:00
unknown
20b117a703
Moved toggle commands (/firespread, /lavadmg, etc) to /toggle
2014-04-23 16:23:50 +02:00
Jerom van der Sar
8522570db5
Move license to separate project
2014-04-22 23:19:40 +02:00
unknown
08e4a4a171
Moved permban list to a seperate class
...
Refractoring
Code cleanup
2014-04-21 23:09:10 +02:00