Searched refs:IsFriend (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatWnd.cpp111 if (chatselector->GetCurrentClient(client) && client.IsFriend()) {
152 if (chatselector->GetCurrentClient(client) && !client.IsFriend()) {
H A DUpDownClientEC.h125 bool IsFriend() const { return m_Friend != NULL; } function in class:CUpDownClient
H A DClientRef.cpp167 bool WRAPC(IsFriend)
H A DClientRef.h166 bool IsFriend() const;
H A DFriendList.cpp72 if ( toadd.IsFriend() ) {
H A DGenericClientListCtrl.cpp510 if (client.IsFriend()) {
587 m_menu->Append(MP_ADDFRIEND, client.IsFriend() ? _("Remove from friends") : _("Add to Friends"));
590 if (client.IsFriend()) {
764 if ( client.IsFriend() ) {
H A DClientTCPSocket.cpp843 if (thePrefs::CanSeeShares() == vsfaEverybody || (thePrefs::CanSeeShares() == vsfaFriends && m_client->IsFriend())) {
896 if ((thePrefs::CanSeeShares()==vsfaEverybody) || ((thePrefs::CanSeeShares()==vsfaFriends) && m_client->IsFriend())) {
927 if (thePrefs::CanSeeShares()==vsfaEverybody || (thePrefs::CanSeeShares()==vsfaFriends && m_client->IsFriend())) {
H A DUploadClient.cpp94 if (IsFriend() && GetFriendSlot() && !HasLowID()) {
589 // thePrefs.Add2SessionTransferData(GetClientSoft(), uUpStatsPort, false, true, sentBytesCompleteFile, (IsFriend() && GetFriendSlot()));
590 // thePrefs.Add2SessionTransferData(GetClientSoft(), uUpStatsPort, true, true, sentBytesPartFile, (IsFriend() && GetFriendSlot()));
H A DUploadQueue.cpp384 if (theApp->serverconnect->IsConnected() && theApp->serverconnect->IsLowID() && !theApp->serverconnect->IsLocalServer(client->GetServerIP(),client->GetServerPort()) && client->GetDownloadState() == DS_NONE && !client->IsFriend() && theStats::GetWaitingUserCount() > 50) {
H A Dupdownclient.h197 bool IsFriend() const { return m_Friend != NULL; } function in class:CUpDownClient
H A DBaseClient.cpp2705 if (thePrefs::IsChatCaptchaEnabled() && !IsFriend()) {
2777 if (thePrefs::IsAdvancedSpamfilterEnabled() && !IsFriend()) { // friends are never spammer... (but what if two spammers are friends :P )
2822 if (thePrefs::MsgOnlyFriends() && !IsFriend()) {

Completed in 246 milliseconds