CrashBlock 1.2 README
---------------------

- CrashBlock is a palace server plugin that prevents a user from sending an out of bound index for props.
  This will help protect your server from being crashed and your server propbag from being corrupted.
- When a user attempts to send a prop with an out of bound index they will be disconnected from the server
  and their information will be sent to the server log.
- Blocks out old PalaceChat versions to help create a more secure palace enviorment


It was developed by Jameson Heesen and Martyn Gilbertson, and
thanks to Jason Savard for contributing towards this plugins development.

Questions about this plugin?
Write to Jameson at pawnipt@yahoo.com
or
Write to Martyn at plugins@all4palace.com


Copyright (c) 2004 all4palace. All Rights Reserved Worldwide.


Installation
------------

The following installation instructions assume that the Palace server
has been installed in /usr/local/palace.

CrashBlock is a standard Palace server plugin. It is installed by
placing the plugin file, crashblock.so, in the Palace binary folder,
/usr/local/palace/bin, and adding the following line to the plugin
configuration file, /usr/local/palace/<palace-name>/psdata/plugin.conf

../bin/chrashblock.so



Changes in Version 1.2
----------------------

- Added a check for entering a room you're already in, to prevent this type of flooding.



Changes in Version 1.1
----------------------

- Added Valid paint line checking to prevent user client crashing from corrupt paint lines.
- Blocks out old PalaceChat versions to help create a more secure palace enviorment.



Changes in Version 1.0
----------------------

- Initial Release
