/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/ |
H A D | AccessControlList.h | 77 std::string bannedBy; // Who did perform the ban member 120 std::string bannedBy; member 163 std::string bannedBy; member
|
H A D | AccessControlList.cxx | 41 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 D | AccessControlList.h | 77 std::string bannedBy; // Who did perform the ban member 120 std::string bannedBy; member 163 std::string bannedBy; member
|
H A D | AccessControlList.cxx | 41 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 D | banlistmodel.h | 32 QString bannedBy; member
|
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/ |
H A D | sessionban.h | 35 QString bannedBy; member
|
H A D | sessionban.cpp | 38 …tring &username, const QHostAddress &ip, const QString &extAuthId, const QString &bannedBy, int id) in addBan()
|
H A D | sessionhistory.cpp | 30 …const QString &username, const QHostAddress &ip, const QString &extAuthId, const QString &bannedBy) in addBan()
|
H A D | filedhistory.cpp | 257 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 D | session.cpp | 291 void Session::addBan(const Client *target, const QString &bannedBy) in addBan() 300 void Session::addBan(const PastClient &target, const QString &bannedBy) in addBan()
|