MeditationWildfox / pandorasbox3

Automatically exported from code.google.com/p/pandorasbox3
0 stars 0 forks source link

BoxServer Work with PD 3.0.0.4 #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. No Problem
2.
3.

What is the expected output? What do you see instead?
It works

What version of the product are you using? On what operating system?
PD 3.0.0.4

Please provide any additional information below.
Irian found the fix along time ago.
in "pandorasbox3\Pandora\Options\ServerOptions.cs

at line 138: sb.Append( username.Length ); needs to be removed.
at line 145: hashed = hash.ComputeHash( hashed, 0, hashed.Length );  needs 
to be removed.  

Then you can connect to BoxServer, everything works great.. I have 
provided a patch. 

Original issue reported on code.google.com by guitarma...@hotmail.com on 26 May 2010 at 2:37

Attachments:

GoogleCodeExporter commented 8 years ago
I applied the changes and committed the changes. Will be avalible in next 
release, i can't test it now. 

Original comment by Tarion86 on 20 Jul 2010 at 8:20

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by Tarion86 on 20 Jul 2010 at 9:23

GoogleCodeExporter commented 8 years ago
 Great job I can connect to BoxServer..

Original comment by guitarma...@hotmail.com on 20 Jul 2010 at 11:39

GoogleCodeExporter commented 8 years ago
Btw the “client list  & Client Map” does not work in BoxServer. Thought I 
would save that for when its worked on.

Original comment by guitarma...@hotmail.com on 20 Jul 2010 at 11:46