The following have been done:
2007-10-23
make the upnp device send out info about kerj not ANTs p2p and gwren.
So modified UPnPDescriptor.java
2007-10-23
So replaced all antsp2p.sourceforge.net
2007-10-23
Remove the warning of new version detected
So modified ConnectionAntPanel.java
2007-10-23
An exception on startup of the application
So modified this_componentResized() in FrameAnt.java
2007-10-24
Make STUNT work better.
STUNT A_ST2 timeout problem modified STUNT.jar
2007-10-23
Make STUNT work better.
A STUNT doesn't work problem modified Ant.java, no port conversion for STUNT URI
2007-10-18
For a logined user who has two swarms, must update its trusted peers in two swarms,must add peer ips to ipfilter.dat
So modified a lot, using session to control users' action
2007-10-16
For registered user, two swarms but only need one kerjo insteady of two kerjoes
So added five lines to jnlp_controller.rb, so that no two kerjos will be running.if count == 1 thenflash[:notice]="joined the swarm."redirect_to :backreturnend
2007-10-16
Logined users can not get a connection to other host
So modified jnlp_controller.rb,for logined users, the identity is wrongly set.replace_str <
2007-10-10
Not working with all version of Java
I'v spending many time to find the cause. Finally the jnlp is modified:1.jnlp is downloaded as random filenames2.set the $$href to empty.(Which will prohibit the new JWSes from downloading jnlp twice)
2007-10-10
Make STUNT work better.
STUNT has an unhandled timeout for state A_ST1 Add timeout and retry mechanism to A_ST1
2007-10-9
STUNT souce code is uploaded to google code
Will make reference to Dargens.com and Digiworld Ltd who paid for the work as well as Casper. Will put link on kerjodando development site.
2007-10-8
Make work with all versions of Java
2007-10-8
Java problem
Jre 1.6.0_03 concerning problem1.setup environment, all peers should use the new java version
2007-10-8
Don't forget that this is also for week one:Try one connection method until connected.Only try to connect if not connected and then try internal, direct and stunt in that order. Also, make sure STUNT is working correctly by investigating error messages.
Added ConnectionThreadManager.java to solve this problem. Now, if one site is connecting, no more retries until the connecting process is finished.