Archive for the Category FMud

 
 

FMud version 0.3 released

FMud is a simple web based Flash mud client.

A running demo, feature list and installation instructions are available on the FMud project page.

Download

Version 0.3

Released on 27th May 2008.

1. Bold colours replaced by bright versions.
2. Both bright and normal versions of ANSI colours are now fully configurable.
3. Colour parsing improved to eliminate several display bugs.
4. Removed options to display bold and coloured text.
5. Cosmetic changes to text in About window.
5. Fixed a telnet negotiation bug that was causing the first letters of words to drop on some servers.

Security changes in Flash Player 9.0.124.0

The latest security update to Adobe Flash player now makes it compulsory to have a socket policy file even if the application and the server are on the exact same domain. According to Adobe a crossdomain.xml file will no longer apply to socket requests, instead a separate socket policy file needs to be provided to the application. By default the application will first look for the policy file on port 843 and then on the port that the application is trying to open a socket to (the mud port in this case).

The following is the policy file that is used for the FMud demo server.

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
   <site-control permitted-cross-domain-policies="master-only"/>
   <allow-access-from domain="bc-dev.net" to-ports="4000" />
</cross-domain-policy>

The FMud package has been updated to include a sample policy.xml file as well as a python script that will serve this file.

Use the following command to start the server.

./flashpolicyd.py --file=/path/to/flashpolicy.xml --port=843

Remember to allow a TCP server on port 843 in your server firewall.

Further details on the new security model can be found on the Adobe website. There are also more details on serving policy files as well as some more server scripts for download.

FMud version 0.2 released

FMud is a simple web based Flash mud client.

A running demo, feature list and installation instructions are available on the FMud project page.

Download

Version 0.2

Released on 13th May 2008.

1. Added dark grey colour (ANSI black) configurable from settings window.
2. Example HTML file modified to resolve compatibility problem with Firefox.
3. README file updated.

FMud version 0.1 released

FMud is a simple web based Flash mud client.

A running demo, feature list and installation instructions are available on the FMud project page.

Download

Version 0.1

Released on 1st May 2008.

1. Initial release.