#include <Security.h>
Public Member Functions | |
CAdultFilter () | |
virtual | ~CAdultFilter () |
void | Load () |
BOOL | IsHitAdult (LPCTSTR) |
BOOL | IsSearchFiltered (LPCTSTR) |
BOOL | IsChatFiltered (LPCTSTR) |
BOOL | Censor (TCHAR *) |
Private Member Functions | |
BOOL | IsFiltered (LPCTSTR) |
Private Attributes | |
LPTSTR | m_pszBlockedWords |
LPTSTR | m_pszDubiousWords |
|
Definition at line 1102 of file Security.cpp. References m_pszBlockedWords, m_pszDubiousWords, and NULL. |
|
Definition at line 1108 of file Security.cpp. References m_pszBlockedWords, m_pszDubiousWords, and NULL. |
|
Definition at line 1275 of file Security.cpp. References _tcsistr(), m_pszBlockedWords, and NULL. Referenced by CPrivateChatFrame::OnLocalMessage(), and CPrivateChatFrame::OnRemoteMessage(). |
|
Definition at line 1266 of file Security.cpp. References CSettings::sCommunity::ChatCensor, CSettings::Community, IsFiltered(), and Settings. Referenced by CPrivateChatFrame::OnLocalMessage(), and CPrivateChatFrame::OnRemoteMessage(). |
|
Definition at line 1309 of file Security.cpp. References _tcsistr(), m_pszBlockedWords, m_pszDubiousWords, and NULL. Referenced by IsChatFiltered(), IsHitAdult(), and IsSearchFiltered(). |
|
Definition at line 1248 of file Security.cpp. References IsFiltered(). Referenced by CMatchList::FilterHit(). |
|
Definition at line 1257 of file Security.cpp. References CSettings::sSearch::AdultFilter, IsFiltered(), CSettings::Search, and Settings. Referenced by CSearchWnd::ExecuteSearch(), and CHomeSearchCtrl::OnSearchCreate(). |
|
Definition at line 1117 of file Security.cpp. References CBuffer::EnsureBuffer(), CSettings::General, CBuffer::m_nLength, CBuffer::m_pBuffer, m_pszBlockedWords, NULL, CSettings::sGeneral::Path, CBuffer::ReadLine(), and Settings. Referenced by CShareazaApp::InitInstance(). |
|
Definition at line 134 of file Security.h. Referenced by CAdultFilter(), Censor(), IsFiltered(), Load(), and ~CAdultFilter(). |
|
Definition at line 135 of file Security.h. Referenced by CAdultFilter(), IsFiltered(), and ~CAdultFilter(). |