|
|||
|
|||
|
Inheritance diagram for DNSBLResolver:


Public Member Functions | |
| DNSBLResolver (Module *me, InspIRCd *Instance, const std::string &hostname, User *u, int userfd, DNSBLConfEntry *conf, bool &cached) | |
| virtual void | OnLookupComplete (const std::string &result, unsigned int ttl, bool cached, int resultnum=0) |
| When your lookup completes, this method will be called. | |
| virtual void | OnError (ResolverError e, const std::string &errormessage) |
| If an error occurs (such as NXDOMAIN, no domain name found) then this method will be called. | |
| virtual | ~DNSBLResolver () |
Private Attributes | |
| int | theirfd |
| User * | them |
| DNSBLConfEntry * | ConfEntry |
Definition at line 46 of file m_dnsbl.cpp.
|
||||||||||||||||||||||||||||||||
|
Definition at line 54 of file m_dnsbl.cpp. |
|
|
Definition at line 174 of file m_dnsbl.cpp. |
|
||||||||||||
|
If an error occurs (such as NXDOMAIN, no domain name found) then this method will be called.
Reimplemented from Resolver. Definition at line 170 of file m_dnsbl.cpp. |
|
||||||||||||||||||||
|
|
Definition at line 50 of file m_dnsbl.cpp. Referenced by DNSBLResolver(), and OnLookupComplete(). |
|
|
Definition at line 48 of file m_dnsbl.cpp. Referenced by DNSBLResolver(), and OnLookupComplete(). |
|
|
Definition at line 49 of file m_dnsbl.cpp. Referenced by DNSBLResolver(), and OnLookupComplete(). |