Anonymous | Login | Signup for a new account | 2024-11-21 16:44 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000044 | aMule | Misc | public | 2004-04-30 08:18 | 2004-05-18 14:38 | ||||
Reporter | stefanero | ||||||||
Assigned To | shakraw | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000044: webserver connect | ||||||||
Description | try to connect to your amulewebsever over lan and then over localhost localhost should be no big deal, but other lan and also itneret does not work anymore | ||||||||
Additional Information | I always thoguth this was due to my dyndns client not working the right way, otherwise I could have reported that mroe early...sorry but also a user on forum posted that http://www.amule.org/amule/thread.php?threadid=1947&boardid=15&sid=20c0f51f22f1f0890eca90810eb9a86b [^] | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | |||||||||
Attached Files | |||||||||
Notes | |
(0000055) shakraw (manager) 2004-05-04 19:52 |
--- orig/WebSocket.cpp 2004-05-04 19:38:39.000000000 +0200 +++ src/WebSocket.cpp 2004-05-04 19:39:14.000000000 +0200 @@ -45,7 +45,7 @@ ws->Print("\nWSThread: Thread started\n"); // Create the address - listen on localhost:ECPort wxIPV4address addr; - addr.Hostname("localhost"); + addr.AnyAddress(); addr.Service(wsport); ws->Print("WSThread: created service\n"); |
Issue History | |||
Date Modified | Username | Field | Change |
2004-04-30 08:18 | stefanero | New Issue | |
2004-04-30 20:04 | Jacobo221 | Status | new => assigned |
2004-04-30 20:04 | Jacobo221 | Assigned To | => shakraw |
2004-05-04 19:52 | shakraw | Status | assigned => resolved |
2004-05-04 19:52 | shakraw | Resolution | open => fixed |
2004-05-04 19:52 | shakraw | Note Added: 0000055 | |
2004-05-18 14:38 | shakraw | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |