|
|||
|
|||
|
#include <bancache.h>
Inheritance diagram for BanCacheHit:


Public Member Functions | |
| BanCacheHit (InspIRCd *Instance, const std::string &ip, const std::string &type, const std::string &reason) | |
| BanCacheHit (InspIRCd *Instance, const std::string &ip, const std::string &type, const std::string &reason, time_t seconds) | |
Public Attributes | |
| std::string | Type |
| std::string | Reason |
| std::string | IP |
| time_t | Expiry |
Private Attributes | |
| InspIRCd * | ServerInstance |
Definition at line 17 of file bancache.h.
|
||||||||||||||||||||
|
Definition at line 27 of file bancache.h. References ServerInstance. |
|
||||||||||||||||||||||||
|
Definition at line 37 of file bancache.h. References ServerInstance. |
|
|
Definition at line 25 of file bancache.h. Referenced by BanCacheManager::RehashCache(). |
|
|
Definition at line 24 of file bancache.h. Referenced by BanCacheManager::RemoveEntries(), and BanCacheManager::RemoveHit(). |
|
|
Definition at line 23 of file bancache.h. Referenced by BanCacheManager::RemoveEntries(). |
|
|
Definition at line 20 of file bancache.h. |
|
|
Definition at line 22 of file bancache.h. Referenced by BanCacheManager::RemoveEntries(). |