Go to file
2013-09-21 15:21:24 -04:00
cachedump Removed cachedump. Added server508 and hackme. Cleaned up various other things. 2013-09-21 15:19:49 -04:00
client317/src SecurityManager is now gold, hopefully. Interfaces are fully javadoc'd, should be ready to release finally. 2013-09-21 15:20:41 -04:00
client508/src Upgraded to IDEA 10, also not sure about these java edits, they are old, may want to roll back. 2013-09-21 15:21:24 -04:00
hackme/src Removed cachedump. Added server508 and hackme. Cleaned up various other things. 2013-09-21 15:19:49 -04:00
renamed508/src Custom client and servers now supported, ready for release. 2013-09-21 15:20:18 -04:00
server317 Custom client and servers now supported, ready for release. 2013-09-21 15:20:18 -04:00
server508 Changed SecurityManager to lowercase paths before checking. 2013-09-21 15:20:55 -04:00
src/org/moparscape CRC check support for ResourceGrabber and start of BTDownloader. 2013-09-21 15:21:24 -04:00
gpl.txt Custom client and servers now supported, ready for release. 2013-09-21 15:20:18 -04:00
readme.txt Now with completed readme. 2013-09-21 15:20:41 -04:00

This file uses unix line endings, programs like notepad don't understand them, so use at least wordpad.

With this latest release of MoparScape 4.1, it is now possible for anyone to write a custom client, of
any version, to run inside of MoparScape by simply supplying the URL for the custom client jar to MoparScape.

To do this, your client must have a class with the name 'client' in the default package, which implements
the org.moparscape.iface.ClientInterface interface.  For more info on how to implement that interface,
refer to the javadocs of the interface itself.

You can also write a custom server for your client.  It must have a class with the name 'server' in the
default package, which implements the org.moparscape.iface.ServerInterface interface. For more info on how
to implement that interface, refer to the javadocs of the interface itself.

If you have any questions, concerns, or bugs to report, post them on this thread:
http://www.moparscape.org/smf/index.php/topic,427512.0.html

Thanks,
moparisthebest