|
|||
|
|||
|
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| CoreExport bool | match (const std::string &str, const std::string &mask) |
| Match a string against a mask. | |
| CoreExport bool | match (const std::string &str, const std::string &mask, bool use_cidr_match) |
| Match a string against a mask, and define wether or not to use CIDR rules. | |
| CoreExport bool | match (bool case_sensitive, const std::string &str, const std::string &mask) |
| Match a string against a mask, defining wether case sensitivity applies. | |
| CoreExport bool | match (bool case_sensitive, const std::string &str, const std::string &mask, bool use_cidr_match) |
| Match a string against a mask, defining wether case sensitivity applies, and defining wether or not to use CIDR rules first. | |
|
||||||||||||||||||||
|
Match a string against a mask, defining wether case sensitivity applies, and defining wether or not to use CIDR rules first.
Definition at line 162 of file wildcard.cpp. References csmatch(), match(), and irc::sockets::MatchCIDR(). |
|
||||||||||||||||
|
Match a string against a mask, defining wether case sensitivity applies.
Definition at line 170 of file wildcard.cpp. |
|
||||||||||||||||
|
Match a string against a mask, and define wether or not to use CIDR rules.
Definition at line 155 of file wildcard.cpp. References match(), and irc::sockets::MatchCIDR(). |
|
||||||||||||
|
Match a string against a mask.
Definition at line 89 of file wildcard.cpp. References lowermap. |