Home
last modified time | relevance | path

Searched defs:Unban (Results 1 – 25 of 70) sorted by relevance

123

/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dbanman.cpp142 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
148 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dbanman.cpp142 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
148 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dbanman.cpp142 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
148 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dbanman.cpp144 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
150 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dbanman.cpp144 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
150 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dbanman.cpp144 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
150 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dbanman.cpp144 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
150 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dbanman.cpp152 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
158 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dbanman.cpp152 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
158 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dbanman.cpp152 bool BanMan::Unban(const CNetAddr& net_addr) in Unban() function in BanMan
158 bool BanMan::Unban(const CSubNet& sub_net) in Unban() function in BanMan
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/examples/winFailToBan/
H A DBanTracker.cs115 public static void Unban(String ipAddress) in Unban() method in winFailToBan.BanTracker
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumble/
H A Dbans.go73 func (b *Ban) Unban() { func
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/
H A Dbans.go73 func (b *Ban) Unban() { func
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DServerCommandKey.h47 Unban, enumerator
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DServerCommandKey.h47 Unban, enumerator
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/dialogs/
H A DUserInfoPopup.hpp73 enum Action { Ban, Unban, Timeout }; enumerator
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/lrstanley/girc/
H A Dcommands.go281 func (cmd *Commands) Unban(channel, mask string) { func
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/
H A Dserverlog.h53 Unban, // a ban was lifted enumerator
/dports/irc/anope/anope-2.0.9/src/
H A Dchannels.cpp876 bool Channel::Unban(User *u, const Anope::string &mode, bool full) in Unban() function in Channel
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dnet.cpp600 bool CNode::Unban(const CNetAddr &addr) { in Unban() function in CNode
605 bool CNode::Unban(const CSubNet &subNet) { in Unban() function in CNode
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dnet.cpp600 bool CNode::Unban(const CNetAddr &addr) { in Unban() function in CNode
605 bool CNode::Unban(const CSubNet &subNet) { in Unban() function in CNode
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dnet.cpp600 bool CNode::Unban(const CNetAddr &addr) { in Unban() function in CNode
605 bool CNode::Unban(const CSubNet &subNet) { in Unban() function in CNode
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcCommands/
H A DIrcCommands.cs323 public void Unban(string channel, string hostmask, Priority priority) in Unban() method in Meebey.SmartIrc4net.IrcCommands
328 public void Unban(string channel, string hostmask) in Unban() method in Meebey.SmartIrc4net.IrcCommands
333 public void Unban(string channel, string[] hostmasks) in Unban() method in Meebey.SmartIrc4net.IrcCommands
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcCommands/
H A DIrcCommands.cs323 public void Unban(string channel, string hostmask, Priority priority) in Unban() method in Meebey.SmartIrc4net.IrcCommands
328 public void Unban(string channel, string hostmask) in Unban() method in Meebey.SmartIrc4net.IrcCommands
333 public void Unban(string channel, string[] hostmasks) in Unban() method in Meebey.SmartIrc4net.IrcCommands
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/
H A DCoreTypes.hs69 | Unban B.ByteString constructor

123