Home
last modified time | relevance | path

Searched refs:mlock_on (Results 1 – 20 of 20) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dmlocktweaker.c50 target = &mc->mlock_on; in handle_channel_register()
57 target = &mc->mlock_on; in handle_channel_register()
69 mc->mlock_off &= ~mc->mlock_on; in handle_channel_register()
H A Dcs_fregister.c109 mc->mlock_on |= (CMODE_NOEXT | CMODE_TOPIC); in cs_cmd_fregister()
/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dset_mlock.c212 changed = ((newlock_on ^ mc->mlock_on) | (newlock_off ^ mc->mlock_off)); in cs_cmd_set_mlock()
224 mc->mlock_on = (newlock_on & ~mask) | (mc->mlock_on & mask); in cs_cmd_set_mlock()
286 if (mc->mlock_on || mc->mlock_key || mc->mlock_limit || *ext_plus) in cs_cmd_set_mlock()
287 …end += snprintf(end, sizeof(modebuf) - (end - modebuf), "+%s%s%s%s", flags_to_string(mc->mlock_on)… in cs_cmd_set_mlock()
H A Dregister.c144 mc->mlock_on |= (CMODE_NOEXT | CMODE_TOPIC); in cs_cmd_register()
H A Dinfo.c110 if (mc->mlock_on || mc->mlock_off || mc->mlock_limit || mc->mlock_key || md) in cs_cmd_info()
H A Dmoderate.c243 mc->mlock_on |= (CMODE_NOEXT | CMODE_TOPIC); in cs_cmd_activate()
H A Dmain.c392 if (mc->mlock_on & CMODE_INVITE || chan->modes & CMODE_INVITE) in cs_join()
472 if (mc->mlock_on & CMODE_INVITE && !(flags & CA_INVITE) && in cs_join()
H A Dsync.c58 if (mc->mlock_on & CMODE_INVITE || mc->chan->modes & CMODE_INVITE) in do_chanuser_sync()
/dports/irc/ergo/ergo-2.8.0/distrib/atheme/
H A Datheme2json.py76 mlock_on, mlock_off = int(parts[5]), int(parts[6])
78 if flag & mlock_on != 0:
/dports/irc/atheme-services/atheme-7.2.9/contrib/
H A Ddbread.pl76 mlock_on => $item[6],
H A Danope_convert.c279 athememon = convert_mlock(ci->mlock_on) & ~6; in ATHEME_CONVERT_write_channels()
/dports/irc/atheme-services/atheme-7.2.9/modules/scripting/perl/api/
H A Dchannel.xs44 mc->mlock_on |= (CMODE_NOEXT | CMODE_TOPIC);
/dports/irc/anope/anope-2.0.9/modules/database/
H A Ddb_old.cpp1301 PrimitiveExtensibleItem<uint32_t> mlock_on, mlock_off, mlock_limit; member in DBOld
1306mlock_on(this, "mlock_on"), mlock_off(this, "mlock_off"), mlock_limit(this, "mlock_limit"), mlock_… in DBOld()
1337 uint32_t *u = mlock_on.Get(ci); in OnUplinkSync()
1341 mlock_on.Unset(ci); in OnUplinkSync()
/dports/irc/atheme-services/atheme-7.2.9/modules/protocol/
H A Dcharybdis.c124 if (target_mc != NULL && target_mc->mlock_on & CMODE_FTARGET) in check_forward()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Daccount.c1213 if (mc->mlock_on) in mychan_get_mlock()
1217 mowgli_strlcat(buf, flags_to_string(mc->mlock_on), sizeof buf); in mychan_get_mlock()
1315 if (mc->mlock_on) in mychan_get_sts_mlock()
1316 mowgli_strlcat(mlock, flags_to_string(mc->mlock_on), sizeof(mlock)); in mychan_get_sts_mlock()
H A Dcmode.c870 modes = ~mychan->chan->modes & mychan->mlock_on; in check_modes()
/dports/irc/atheme-services/atheme-7.2.9/doc/technical/
H A DMODES73 D mychan_t.mlock_on, mychan_t.mlock_off
/dports/irc/atheme-services/atheme-7.2.9/modules/backend/
H A Dcorestorage.c189 db_write_uint(db, mc->mlock_on); in corestorage_db_save()
621 mc->mlock_on = db_sread_uint(db); in corestorage_h_mc()
H A Dflatfile.c373 mc->mlock_on = atoi(strtok(NULL, " ")); in flatfile_db_load()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h168 unsigned int mlock_on; member