summaryrefslogtreecommitdiff
path: root/src/map/tmw.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-23Improved chat spam detectionMadCamel1-0/+1
Repeats are now checked only to the length of the shortest line (last line, current line) so "SPAM!!" and "SPAM!!!!!" would be considered a repeat. Total repeats are now counted and a ban is triggered if they exceed battle_config.chat_spam_flood repeats, regardless of time frame.
2009-08-16Adjust auto ban code and add sit spam handlingJared Adams1-0/+1
All three ban types can now either ban or just ingore new packets. Trade and sit spam default to ignore. Chat spam defaults to 1hr ban.
2009-07-06Add a new trade spam systemJared Adams1-0/+1
2009-07-06Revert "Add a new trade spam system"Jared Adams1-1/+0
This reverts commit 2e87e5b65a02d8d9f867a0510f039cc319b3ffcb.
2009-07-06Add a new trade spam systemJared Adams1-0/+1
2009-04-09New and improved anti-spam systemMadCamel1-0/+2
2009-04-02Block whisper spamJared Adams1-0/+5