Home
last modified time | relevance | path

Searched defs:bannedBy (Results 1 – 10 of 10) sorted by relevance

/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DAccessControlList.h77 std::string bannedBy; // Who did perform the ban member
120 std::string bannedBy; member
163 std::string bannedBy; member
H A DAccessControlList.cxx41 void AccessControlList::ban(in_addr &ipAddr, const char *bannedBy, int period, in ban()
55 bool AccessControlList::ban(std::string &ipList, const char *bannedBy, int period, in ban()
62 bool AccessControlList::ban(const char *ipList, const char *bannedBy, int period, in ban()
93 void AccessControlList::hostBan(std::string hostpat, const char *bannedBy, int period, in hostBan()
106 void AccessControlList::idBan(std::string idpat, const char *bannedBy, int period, in idBan()
476 std::string ipAddress, hostpat, bzId, bannedBy, reason, tmp; in load() local
561 std::string ipAddress, hostpat, bzId, bannedBy, reason, tmp; in merge() local
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DAccessControlList.h77 std::string bannedBy; // Who did perform the ban member
120 std::string bannedBy; member
163 std::string bannedBy; member
H A DAccessControlList.cxx41 void AccessControlList::ban(in_addr &ipAddr, const char *bannedBy, int period, in ban()
55 bool AccessControlList::ban(std::string &ipList, const char *bannedBy, int period, in ban()
62 bool AccessControlList::ban(const char *ipList, const char *bannedBy, int period, in ban()
93 void AccessControlList::hostBan(std::string hostpat, const char *bannedBy, int period, in hostBan()
106 void AccessControlList::idBan(std::string idpat, const char *bannedBy, int period, in idBan()
476 std::string ipAddress, hostpat, bzId, bannedBy, reason, tmp; in load() local
561 std::string ipAddress, hostpat, bzId, bannedBy, reason, tmp; in merge() local
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/net/
H A Dbanlistmodel.h32 QString bannedBy; member
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/
H A Dsessionban.h35 QString bannedBy; member
H A Dsessionban.cpp38 …tring &username, const QHostAddress &ip, const QString &extAuthId, const QString &bannedBy, int id) in addBan()
H A Dsessionhistory.cpp30 …const QString &username, const QHostAddress &ip, const QString &extAuthId, const QString &bannedBy) in addBan()
H A Dfiledhistory.cpp257 QString bannedBy { QString::fromUtf8(QByteArray::fromPercentEncoding(args.at(4))) }; in load() local
638 …const QString &username, const QHostAddress &ip, const QString &extAuthId, const QString &bannedBy) in historyAddBan()
H A Dsession.cpp291 void Session::addBan(const Client *target, const QString &bannedBy) in addBan()
300 void Session::addBan(const PastClient &target, const QString &bannedBy) in addBan()