• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:thePrefs

60 	if ( connectionattemps.size() < (unsigned)(( thePrefs::IsSafeServerConnectEnabled()) ? 1 : 2) ) {
64 if ( thePrefs::AutoConnectStaticOnly() ) {
73 if (m_bTryObfuscated && !thePrefs::IsClientCryptLayerRequired()){
93 if (!thePrefs::GetNetworkED2K()){
107 m_bTryObfuscated = thePrefs::IsServerCryptLayerTCPRequested() && !bNoCrypt;
110 if (thePrefs::AutoConnectStaticOnly()) {
127 if ( thePrefs::Score() && prioSort ) {
147 if (!thePrefs::GetNetworkED2K()){
159 CServerSocket* newsocket = new CServerSocket(this, thePrefs::GetProxyData());
211 data.WriteHash(thePrefs::GetUserHash());
214 data.WriteUInt16(thePrefs::GetPort());
220 CTagString tagname(CT_NAME,thePrefs::GetUserNick());
228 if (thePrefs::IsClientCryptLayerSupported()) {
232 if (thePrefs::IsClientCryptLayerRequested()) {
236 if (thePrefs::IsClientCryptLayerRequired()) {
262 AddLogLineC(wxString(wxT(" Hash : ")) << thePrefs::GetUserHash().Encode());
264 AddLogLineC(wxString(wxT(" Port : ")) << thePrefs::GetPort());
265 AddLogLineC(wxString(wxT(" User Nick: ")) << thePrefs::GetUserNick());
289 if (thePrefs::AddServersFromServer()) {
391 if ((thePrefs::Reconnect()) && (autoretry) && (!m_idRetryTimer.IsRunning())) {
408 if (thePrefs::Reconnect() && !connecting){
430 if (pServer && sender->IsServerCryptEnabledConnection() && !thePrefs::IsClientCryptLayerRequired()){
516 max_simcons = (thePrefs::IsSafeServerConnectEnabled()) ? 1 : 2;
524 if (thePrefs::GetNetworkED2K()) {
525 serverudpsocket = new CServerUDPSocket(address, thePrefs::GetProxyData());
586 uint32 dwServerKeepAliveTimeout = thePrefs::GetServerKeepAliveTimeout();