Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 11:28:45 PM (18 years ago)
Author:
patrick
Message:

found the bug. there is need for another control center for proxies to signal new clients and leavings. This is a central part of the proxy synchronization process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9534 r9537  
    645645                this->networkMonitor->addNode(&it->second);
    646646
    647                 this->handleNewClient( it->second.userId );
    648 
    649                 if ( PlayerStats::getStats( it->second.userId ) && it->second.handshake->getPreferedNickName() != "" )
    650                 {
    651                   PlayerStats::getStats( it->second.userId )->setNickName( it->second.handshake->getPreferedNickName() );
    652                 }
     647                // work with the ProxyControl to init the new client
     648
     649
     650//                 this->handleNewClient( it->second.userId );
     651
     652//                 if ( PlayerStats::getStats( it->second.userId ) && it->second.handshake->getPreferedNickName() != "" )
     653//                 {
     654//                   PlayerStats::getStats( it->second.userId )->setNickName( it->second.handshake->getPreferedNickName() );
     655//                 }
    653656              }
    654657
Note: See TracChangeset for help on using the changeset viewer.