Commit Graph

15 Commits

Author SHA1 Message Date
asofold
ae4d4bad7d Revert aggressive renaming effect. 2012-09-03 02:39:34 +02:00
asofold
386a70eda4 Bleeding: Add global word to ActionFreqeuncy map, factor to analysis
package.
2012-09-02 08:01:19 +02:00
asofold
59deff5d47 Potential fix: Set default repeat to 0 for command actions. 2012-08-29 04:20:40 +02:00
NeatMonster
811b1d4023 Added more settings/permissions on request. 2012-08-18 16:57:54 +02:00
NeatMonster
55ec451d64 Cleaned some stuff... 2012-08-14 19:19:39 +02:00
NeatMonster
96a7f493f8 Fixed server sometimes ignoring players due to our custom
NetServerHandler.
2012-08-13 17:10:31 +02:00
asofold
bac6ce8501 Corrected occurrences of dataFactory in texts to data. 2012-08-13 03:41:37 +02:00
NeatMonster
7791a13e2c Introduced a new NoFall check using a custom NetServerHandler and some
packets introspection. By the way, the Instructions.txt file has
been removed, the Ant task is now disabled by default. Some little other
changes, but mostly JavaDoc additions. Enjoy!
2012-08-11 02:36:46 +02:00
asofold
ade3a9276d Refactoring stage 1 (RAW): Get rid of some reflection, synchronization
questions.
2012-08-09 17:56:48 +02:00
NeatMonster
28ae0a2bef [Development] NoSwing check added for BlockPlace events and some more
fixes.
2012-08-05 23:58:00 +02:00
NeatMonster
cbbc904dd9 [Development] Adding checks... Done. A lot of bug fixes are still
required with the modified checks, and also documentation isn't
up-to-date.
2012-08-05 20:00:05 +02:00
NeatMonster
e706558cc1 [Development] Fight checks rewritten, now they need testing and
improvements.
2012-08-05 18:12:51 +02:00
NeatMonster
3d88aed041 [Development] BlockBreak, BlockPlace, Chat & Moving checks rewritten but
untested. This version is far from being complete.
2012-08-03 16:48:06 +02:00
NeatMonster
2feceae9b0 + [Angle] Added a new check to prevent players from attacking multiple
entities at the same time (using a forcefield for example);
+ [BedFlying] Added a new check to prevent players from flying (and also
canceling fall damages) by sending fake bed leaving packets;
+ [NoPwnage] Added new options in the configuration to change all the
displayed messages (message displayed when asking for the completion of
a captcha, etc.);
= [FastBreak] Added the type of the broken block in the message
displayed in the chat/console to reduce the number of false positives;
+ [WaterWalk] Check completely rewritten to be more accurate;
= [General] Fixed configuration not be reloaded correctly;
= [NoPwnage] Fixed kicks not being executed properly;
= [NoPwnage] Fixed captcha disabling the check forever for a player when
he successfully enters it;
= [Running] Fixed an issue happening when players where standing on a
fence into water (was also happening with the WaterWalk check);
= [Running] Fixed an issue happening when players where trying to jump
out of a cobweb while still being in the air (false flying warnings).
2012-05-14 21:06:22 +02:00
NeatMonster
e48069e73f [API] Added an API to change the settings per player
[General] Some parts of the code have been rewritten, packages have been
renamed ('me' to 'fr') and the instructions have been fixed
2012-04-26 23:36:43 +02:00