Home
last modified time | relevance | path

Searched refs:SecretChannel (Results 1 – 25 of 40) sorted by relevance

12

/dports/security/keybase/client-v5.7.1/go/kex2/
H A Drpc_test.go180 SecretChannel: secretCh,
197 SecretChannel: make(chan Secret),
307 SecretChannel: make(chan Secret),
324 SecretChannel: secretCh,
H A Dbase.go35 SecretChannel <-chan Secret member
H A Dprovisionee.go177 case sec := <-p.arg.SecretChannel:
H A Dprovisioner.go139 case sec := <-p.arg.SecretChannel:
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dwebtv.c222 !SecretChannel(chptr)) in w_whois()
224 else if (OPCanSeeSecret(sptr) && SecretChannel(chptr)) { in w_whois()
302 && SecretChannel(chptr) && !IsMember(sptr, chptr)) in w_whois()
H A Dm_names.c144 else if (SecretChannel(chptr)) in CMD_FUNC()
H A Dm_list.c365 if (SecretChannel(chptr) in _send_list()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/
H A Dm_list.c142 if(SecretChannel(chptr) && !IsMember(source_p, chptr)) in list_all_channels()
225 if(SecretChannel(chptr) && !IsMember(source_p, chptr)) in list_limit_channels()
H A Dm_names.c161 if(PubChannel(chptr) || IsMember(source_p, chptr) || SecretChannel(chptr)) in names_global()
H A Dm_topic.c125 if(!IsMember(source_p, chptr) && SecretChannel(chptr)) in m_topic()
H A Dm_who.c129 else if(!SecretChannel(chptr)) in m_who()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/modules/
H A Dm_list.c142 if(SecretChannel(chptr) && !IsMember(source_p, chptr)) in list_all_channels()
225 if(SecretChannel(chptr) && !IsMember(source_p, chptr)) in list_limit_channels()
H A Dm_names.c161 if(PubChannel(chptr) || IsMember(source_p, chptr) || SecretChannel(chptr)) in names_global()
H A Dm_topic.c125 if(!IsMember(source_p, chptr) && SecretChannel(chptr)) in m_topic()
H A Dm_who.c129 else if(!SecretChannel(chptr)) in m_who()
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dwhocmds.h81 #define SEE_CHANNEL(s, chptr, b) (!SecretChannel(chptr) || ((b & WHOSELECT_EXTRA) && HasPriv((s), P…
/dports/irc/unreal/Unreal3.2.10.7/extras/
H A Dchanneldumper.c117 if (SecretChannel(chptr)) in EVENT()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/include/
H A Dchannel_mode.h98 #define SecretChannel(x) (((x)->mode.mode & MODE_SECRET)) macro
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_topic.c132 if ((topic || SecretChannel(chptr)) && !find_channel_member(sptr, chptr)) in m_topic()
H A Dm_names.c132 else if (SecretChannel(chptr)) in do_names()
H A Dm_whois.c311 if (!invis && HiddenChannel(chptr) && !SecretChannel(chptr)) { in do_wilds()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/
H A Dm_topic.c98 if (!SecretChannel(channel) || member_find_link(source_p, channel)) in m_topic()
H A Dm_who.c327 else if (!SecretChannel(channel)) in m_who()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/include/
H A Dchannel.h160 #define SecretChannel(x) ((x) && ((x)->mode.mode & MODE_SECRET)) macro
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/include/
H A Dchannel.h160 #define SecretChannel(x) ((x) && ((x)->mode.mode & MODE_SECRET)) macro

12