Commit Graph

399 Commits

Author SHA1 Message Date
NeatMonster
fcc0a169af + Added Rei's Minimap and MinecraftAutoMap disabling codes
+ Added a toggle in the configuration to allow client mods
+ Added an explanation about the WaterWalk check in the instructions
2012-04-05 22:17:41 +02:00
NeatMonster
e057737fb0 + Added a new check called WaterWalk
+ Added Zombe and CJB mods disabling
+ Added survival's fly mode support
= Code cleanup (mostly events related)
- Removed the active checks printer
2012-04-05 18:24:39 +02:00
Evenprime
9d5f1f1266 Include new license files in the jar when building with maven 2012-03-09 14:41:27 +01:00
Evenprime
abf9d97e3c "InstantHeal" check to identify artificially accelerated life
regeneration.
2012-03-04 17:33:50 +01:00
Evenprime
10d76d1a22 Avoid doing expensive regex matching in colorCheck 2012-03-04 17:31:13 +01:00
Evenprime
e33fafd11a Vines climbable 2012-03-03 16:29:41 +01:00
Evenprime
a358243d6c "flying.heightlimit" is now relative to worldheight 2012-03-02 16:12:15 +01:00
Evenprime
e209e52ff4 Compile against R6 2012-03-02 15:41:47 +01:00
Evenprime
82d54ba1db Give others the chance to get blamed for mistakes 2012-03-01 21:37:31 +01:00
Evenprime
f830defb5f And even more comments 2012-03-01 21:23:06 +01:00
Evenprime
2aedcd7515 Again, more comments 2012-03-01 20:35:41 +01:00
Evenprime
32d09868d9 Even more documentation 2012-03-01 19:27:33 +01:00
Evenprime
b742875ead Next bunch of comments 2012-03-01 18:40:03 +01:00
Evenprime
193ea4dd21 Some in depth documentation 2012-03-01 18:05:54 +01:00
Evenprime
930a115175 Use Bukkits console sender 2012-03-01 16:44:07 +01:00
Evenprime
86c640f0cc Make sure dead players really "die" 2012-02-24 18:26:21 +01:00
Evenprime
3f193e212f Added ".silent" subpermission for checks 2012-02-23 14:03:53 +01:00
Evenprime
ac907989e0 Remove spambot instructions from Instructions.txt 2012-02-20 21:22:34 +01:00
Evenprime
2cda41cb55 Fix walking on NetherFence 2012-02-20 21:21:19 +01:00
Evenprime
d65ca86074 Remove Spambot check, targetting 1.1 R5 now 2012-02-20 21:20:58 +01:00
Evenprime
e892d88e72 "Permissions" section in the Instructions.txt file 2012-02-20 18:35:18 +01:00
Evenprime
283982ee2f Replace two of the default dnsbl servers 2012-02-19 00:30:55 +01:00
Evenprime
3e5bdfac18 Really only run the check if it is enabled. 2012-02-19 00:26:51 +01:00
Evenprime
c902b5d249 Fixed not working cancelling of move events. 2012-02-19 00:22:28 +01:00
Evenprime
b68111da6c Threaded proxyServerCheck/SpamBotCheck, rewrote "Instructions.txt" 2012-02-18 01:16:14 +01:00
Evenprime
d970bfc286 Little class for asynchronous DNS Blocklist lookups 2012-02-14 23:02:12 +01:00
Evenprime
67d1931a65 Reorganize some code to make it more obvious and added some comments. 2012-02-12 20:51:48 +01:00
Evenprime
d315e08296 Make "fight.direction" use bounding boxes to calculate entity height 2012-02-12 18:25:15 +01:00
Evenprime
5c9d204ec9 New check "fight.godmode", new "secret" config options for movement
speeds
2012-02-11 23:31:43 +01:00
Evenprime
72cefe94ed New descriptions and some rudimentary spell-checking 2012-02-11 21:28:56 +01:00
Evenprime
2d713b90d1 Fix major derp at the "instant" checks 2012-02-11 21:00:57 +01:00
Evenprime
9642cbe2f4 Remove colors of player messages from log messages 2012-02-10 19:34:10 +01:00
Evenprime
df80b3c66a Add another safeguard for interworld teleports 2012-02-10 17:40:49 +01:00
Evenprime
2fafc0a75d Handle statistic data independant of checks specific data, fix
instanteat check
2012-02-09 18:30:38 +01:00
Evenprime
df8cd92a8c Fix "onground" detection 2012-02-09 18:01:52 +01:00
Evenprime
fbb7da1af2 Fix config file derp 2012-02-09 01:07:32 +01:00
Evenprime
aed49a3f91 New checks inventory.instantbow and inventory.instantfood 2012-02-08 22:23:13 +01:00
Evenprime
7f63028be0 Make "permlist" command faster, "reload" command limited by
additional permission
2012-02-07 16:25:45 +01:00
Evenprime
094c777068 Fix teleports not working. 2012-02-06 01:56:49 +01:00
Evenprime
adf3a4c9a3 Make the new "aggressive mode" nofall check respect configuration
settings.
2012-02-05 21:39:02 +01:00
Evenprime
c4861eeed9 Fix nofall check 2012-02-05 21:14:22 +01:00
Evenprime
bf7ac37cb1 Remove some no longer needed "lag" detection methods 2012-02-05 19:01:32 +01:00
Evenprime
026d6ef00e Fix detection of water (and jumping out of water) 2012-02-05 18:55:40 +01:00
Evenprime
e03c577717 Updated default configuration 2012-02-05 18:24:12 +01:00
Evenprime
bf9450aceb Make moving.morepackets check server lag independent 2012-02-05 18:13:45 +01:00
Evenprime
03688f6e86 Try to support MonsterEffect.JUMP 2012-02-05 17:30:37 +01:00
Evenprime
fa4ca4a75f Prevent a disabled "runfly" check from crippling the "morepackets"
check, handle teleportations better, prevent exploiting
the relation between "runfly" and "morepackets" check
2012-02-03 18:06:31 +01:00
Evenprime
6f93951028 Make lag warnings toggleable 2012-02-03 16:49:03 +01:00
Evenprime
a9839ca6d6 Updated defaults/limits, lag warning, really compile against CB 1.1 R3 2012-02-03 00:02:35 +01:00
Evenprime
273add2139 Increase default value for fight.speed to 15 2012-02-01 21:24:17 +01:00