Home
last modified time | relevance | path

Searched defs:hostmask (Results 1 – 25 of 150) sorted by relevance

123456

/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dircdb.py105 def unWildcardHostmask(hostmask): argument
293 def addHostmask(self, hostmask): argument
300 def removeHostmask(self, hostmask): argument
327 def addAuth(self, hostmask): argument
406 def removeBan(self, hostmask): argument
412 def checkBan(self, hostmask): argument
430 def removeIgnore(self, hostmask): argument
460 def checkIgnored(self, hostmask): argument
541 def hostmask(self, rest, lineno): member in IrcUserCreator
975 def add(self, hostmask, expiration=0): argument
[all …]
H A Dircutils.py71 def nickFromHostmask(hostmask): argument
77 def userFromHostmask(hostmask): argument
83 def hostFromHostmask(hostmask): argument
89 def splitHostmask(hostmask): argument
171 def _hostmaskPatternEqual(pattern, hostmask): argument
199 def hostmaskPatternEqual(pattern, hostmask): argument
209 def banmask(hostmask): argument
/dports/textproc/modlogan/modlogan-0.8.13/src/datatypes/netmask/
H A Ddatatype.c62 unsigned long hostmask, in mdata_Netmask_setdata()
137 unsigned long hostmask, in mdata_Netmask_create()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/User/
H A Dplugin.py245 def username(self, irc, msg, args, hostmask): argument
263 class hostmask(callbacks.Commands): class in User
265 def hostmask(self, irc, msg, args, nick): member in User.hostmask
274 hostmask = wrap(hostmask, [additional('seenNick')]) variable in User.hostmask
312 def add(self, irc, msg, args, user, hostmask, password): argument
373 def remove(self, irc, msg, args, user, hostmask, password): argument
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dxline.h199 std::string hostmask; variable
243 std::string hostmask; variable
287 std::string hostmask; variable
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Protector/
H A Dplugin.py53 def isOp(self, irc, channel, hostmask): argument
63 def isProtected(self, irc, channel, hostmask): argument
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Denemies.c205 get_enemy(u_char *hostmask) in get_enemy()
240 u_char *hostmask = NULL, *channel = NULL, *level = NULL; in add_enemy_chan() local
305 u_char *hostmask = NULL, *channel = NULL, *level = NULL, *reason = NULL, in add_enemy() local
/dports/irc/quassel-core/quassel-0.14-rc2/src/core/
H A Dcoreircuser.cpp25 CoreIrcUser::CoreIrcUser(const QString& hostmask, Network* network) in CoreIrcUser()
/dports/irc/quassel/quassel-0.14-rc2/src/core/
H A Dcoreircuser.cpp25 CoreIrcUser::CoreIrcUser(const QString& hostmask, Network* network) in CoreIrcUser()
/dports/irc/quassel-core/quassel-0.14-rc2/src/client/
H A Dclientignorelistmanager.cpp34 QMap<QString, bool> ClientIgnoreListManager::matchingRulesForHostmask(const QString& hostmask, in matchingRulesForHostmask()
/dports/irc/quassel/quassel-0.14-rc2/src/client/
H A Dclientignorelistmanager.cpp34 QMap<QString, bool> ClientIgnoreListManager::matchingRulesForHostmask(const QString& hostmask, in matchingRulesForHostmask()
/dports/irc/atheme-services/atheme-7.2.9/doc/perl/Atheme/
H A DChanAcs.pod28 =head2 hostmask section
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Channel/
H A Dtest.py163 def assertKban(self, query, hostmask, **kwargs): argument
168 def assertBan(self, query, hostmask, **kwargs): argument
/dports/net/p5-Data-IPV4-Range-Parse/Data-IPV4-Range-Parse-1.05/lib/Data/IPV4/Range/
H A DParse.pm95 sub hostmask ($) { shift if $#_>0;ALL_BITS & (~(ALL_BITS & $_[0])) } subroutine
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/options/
H A DOptionsWidget_channel.cpp105 KviIrcMask hostmask("nick!user@machine.host.top"); in OptionsWidget_channelAdvanced() local
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_akill.c99 char *hostmask, *usermask, *comment; in m_akill() local
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/protocol/ip/
H A Dnetmask.py28 def hostmask(self): member in NetMask
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcClient/
H A DIrcClient.cs1015 public override void BanException(string channel, string hostmask, Priority priority) in BanException()
1025 public override void BanException(string channel, string hostmask) in BanException()
1045 public override void UnBanException(string channel, string hostmask, Priority priority) in UnBanException()
1055 public override void UnBanException(string channel, string hostmask) in UnBanException()
1085 public override void InviteException(string channel, string hostmask, Priority priority) in InviteException()
1095 public override void InviteException(string channel, string hostmask) in InviteException()
1115 public override void UnInviteException(string channel, string hostmask, Priority priority) in UnInviteException()
1125 public override void UnInviteException(string channel, string hostmask) in UnInviteException()
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcClient/
H A DIrcClient.cs1037 public override void BanException(string channel, string hostmask, Priority priority) in BanException()
1047 public override void BanException(string channel, string hostmask) in BanException()
1067 public override void UnBanException(string channel, string hostmask, Priority priority) in UnBanException()
1077 public override void UnBanException(string channel, string hostmask) in UnBanException()
1107 public override void InviteException(string channel, string hostmask, Priority priority) in InviteException()
1117 public override void InviteException(string channel, string hostmask) in InviteException()
1137 public override void UnInviteException(string channel, string hostmask, Priority priority) in UnInviteException()
1147 public override void UnInviteException(string channel, string hostmask) in UnInviteException()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dmotd.c71 motd_create(const char *hostmask, const char *path, int maxcount) in motd_create()
389 motd_add(const char *hostmask, const char *path) in motd_add()
/dports/net/py-netaddr/netaddr-0.8.0/netaddr/tests/ip/
H A Dtest_ip_v6.py35 def test_ipnetwork_v6(value, ipaddr, network, cidr, broadcast, netmask, hostmask, size): argument
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/IRC_Bot/SmartIRC/
H A Dirccommands.php323 function ban($channel, $hostmask = null, $priority = SMARTIRC_MEDIUM)
341 function unban($channel, $hostmask, $priority = SMARTIRC_MEDIUM)
/dports/net/pbnc/pbnc/Net/
H A DNetmask.pm151 sub hostmask subroutine
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcCommands/
H A DIrcCommands.cs279 public void ModifyChannelMasks(string modetype, string channel, string hostmask) in ModifyChannelMasks()
308 public void Ban(string channel, string hostmask, Priority priority) in Ban()
313 public void Ban(string channel, string hostmask) in Ban()
323 public void Unban(string channel, string hostmask, Priority priority) in Unban()
328 public void Unban(string channel, string hostmask) in Unban()
343 public virtual void BanException(string channel, string hostmask, Priority priority) in BanException()
348 public virtual void BanException(string channel, string hostmask) in BanException()
358 public virtual void UnBanException(string channel, string hostmask, Priority priority) in UnBanException()
363 public virtual void UnBanException(string channel, string hostmask) in UnBanException()
383 public virtual void InviteException(string channel, string hostmask) in InviteException()
[all …]
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcCommands/
H A DIrcCommands.cs279 public void ModifyChannelMasks(string modetype, string channel, string hostmask) in ModifyChannelMasks()
308 public void Ban(string channel, string hostmask, Priority priority) in Ban()
313 public void Ban(string channel, string hostmask) in Ban()
323 public void Unban(string channel, string hostmask, Priority priority) in Unban()
328 public void Unban(string channel, string hostmask) in Unban()
343 public virtual void BanException(string channel, string hostmask, Priority priority) in BanException()
348 public virtual void BanException(string channel, string hostmask) in BanException()
358 public virtual void UnBanException(string channel, string hostmask, Priority priority) in UnBanException()
363 public virtual void UnBanException(string channel, string hostmask) in UnBanException()
383 public virtual void InviteException(string channel, string hostmask) in InviteException()
[all …]

123456