All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning, and following the format from keep a CHANGELOG
- moved to use bsStats instead of mcstats.
- Added hungarian - thank you @HunLux
- Added Brazilian Portuguese - thank you @nathampa0909
- Added some basic tests - thank you @ferrybig
- an issue where you could bypass the webpattern with uppercae - thank you @ferrybig
- added log config option, and made our logging more easily readable. (default it is on!)
- The description of the time in the config was a bit to unclear what it was, this is just something we add to the ban command!
- A problem where a large number (12 numbers) would be seen as a IP
- Added a check for new version
- New build message on join (permission node for this is added)
- No need to be specific in the pom.
- Now possible to run with java 7 after implementing the version class.
- Update to 1.9.
- Fix error of Metrics.
- moved my debug into a config option
- Added a simple URL detection.
- Cleanup in the languages setup
- Warn admin now works
- Added default values to the new variables, should be added on startup.
- Removed the join messages
- Removed debug message.
- Start aliases is now possible, see #49 for more information
- Checking if the command exists before trying to execute it.
- We now check if the books contains spam, links etc.
- Whitelist accepted "this is my advertisement for xx.yy on this server server.com" if you had server.com on the whitelist.
- If the word length is set to 0 it isn't possible to use the chat system.
- Fixed the bugs.
- Added language (CN) Chinese Language. Thank to Mayomi.
- Added language (TR) Turkish Language. Thank to MrBaklava.
- Fixed the bug of the hi... or ...
- Added language (RU) Russian. Thank to MySt1k.
- Fixed the advertising bugs
- made some changes to the spam patterns (now it shouldn't make 3:15 3,15 etc to spam (but 3.1, 3.2 is triggered as Ip advertising)
- Made changes to the Ip & Web pattern so it shouldn't pick up wierd things.
- Made the pattern loo at nearly everything
- Added language (DE,DA,FR,PL)
- Fixed faction chat bug. - Fixed the bug where if Faction cancelled the chat message and we worked on it after then we re-enabled it if it wasn't spam/advertising.
- At some point when ppl type a long link it got outgoing as spam (if the link was a whitelisted link) ex.
-
- http://dev.bukkit.org/server-mods/antiad/ This should work now :)
-
- http://dev.bukkit.org and dev.bukkit.org should now be handled as thesame :)
-
- http://dev.bukkit.org/server-mods/antiad/ and http://dev.bukkit.org/server-mods are both whitelisted if you whitelist dev.bukkit.org.
- Better web pattern
- Spam pattern fixed
- Advertising pattern fixed
- And a lot of rewrite on the codes.
- Stop IP/URL on Sign. Idea of red0fireus.