C# 클래스 OurUmbraco.Forum.AntiSpam.SpamChecker

파일 보기 프로젝트 열기: umbraco/OurUmbraco

공개 메소드들

메소드 설명
IsSpam ( IMember member, string body ) : bool
SendSlackSpamReport ( string postBody, int topicId, string commentType, int memberId ) : void

비공개 메소드들

메소드 설명
CountValidLinks ( string href, int validLinksCount ) : int
IsSuspiciousBehavior ( string body ) : bool
NewAndPostsALot ( IMember member ) : bool
TextContainsSpam ( string text ) : bool

메소드 상세

IsSpam() 공개 정적인 메소드

public static IsSpam ( IMember member, string body ) : bool
member IMember
body string
리턴 bool

SendSlackSpamReport() 공개 정적인 메소드

public static SendSlackSpamReport ( string postBody, int topicId, string commentType, int memberId ) : void
postBody string
topicId int
commentType string
memberId int
리턴 void