pissircd/src/modules/chanmodes
Valerie Liu 8c0243182c
Fix server notice about setting -Z, it was sent from the SID instead of server name (#263)
2023-11-20 15:28:23 +00:00
..
Makefile.in Modularize member modes (vhoaq). 2021-09-13 18:44:18 +02:00
censor.c Fix crash on invalid badword { } block in config file (one without type) 2023-06-27 18:31:53 +02:00
chanadmin.c Rename find_person() to find_user() to be consistent in the naming that 2021-09-25 16:44:11 +02:00
chanop.c Get rid of has_voice(), is_half_op(), is_skochanop(), is_chan_op(), is_chanadmin(), 2021-09-25 08:00:57 +02:00
chanowner.c Rename find_person() to find_user() to be consistent in the naming that 2021-09-25 16:44:11 +02:00
delayjoin.c In `HOOKTYPE_PRE_CHANMSG` the `mtags` is now a `MessageTag **`, 2023-08-19 17:26:14 +02:00
floodprot.c Change return value of add_listmode() / add_listmode_ex(). This fixes 2023-05-08 18:52:22 +02:00
halfop.c Fix channel ops unable to -h someone, even though they could +h. 2022-03-18 07:26:53 +01:00
history.c Update cmode.free_param definition to fix memleak due to yesterdays commit. 2023-04-02 08:24:00 +02:00
inviteonly.c Update HOOKTYPE_CAN_JOIN and HOOKTYPE_CAN_JOIN_LIMITEXCEEDED to take 2021-09-12 16:09:36 +02:00
isregistered.c Update channel mode API to use more consts 2021-09-10 14:06:57 +02:00
issecure.c Fix server notice about setting -Z, it was sent from the SID instead of server name (#263) 2023-11-20 15:28:23 +00:00
key.c Update cmode.free_param definition to fix memleak due to yesterdays commit. 2023-04-02 08:24:00 +02:00
limit.c Update cmode.free_param definition to fix memleak due to yesterdays commit. 2023-04-02 08:24:00 +02:00
link.c Update cmode.free_param definition to fix memleak due to yesterdays commit. 2023-04-02 08:24:00 +02:00
moderated.c Add HOOKTYPE_CAN_SET_TOPIC, which works similar to HOOKTYPE_CAN_KICK. 2021-09-25 09:04:19 +02:00
nocolor.c Massive conversions from 'char *' to 'const char *' and 'char **' to 'const char **' 2021-09-10 12:46:31 +02:00
noctcp.c Massive conversions from 'char *' to 'const char *' and 'char **' to 'const char **' 2021-09-10 12:46:31 +02:00
noexternalmsgs.c Massive conversions from 'char *' to 'const char *' and 'char **' to 'const char **' 2021-09-10 12:46:31 +02:00
noinvite.c Update HOOKTYPE_PRE_KNOCK to include reason (not used, though) 2021-09-25 17:08:53 +02:00
nokick.c Modularize member modes (vhoaq). 2021-09-13 18:44:18 +02:00
noknock.c Update HOOKTYPE_PRE_KNOCK to include reason (not used, though) 2021-09-25 17:08:53 +02:00
nonickchange.c Get rid of has_voice(), is_half_op(), is_skochanop(), is_chan_op(), is_chanadmin(), 2021-09-25 08:00:57 +02:00
nonotice.c Modularize member modes (vhoaq). 2021-09-13 18:44:18 +02:00
operonly.c Make /INVITE bypass (nearly) all channel mode restrictions, as it used to be 2022-08-06 15:52:16 +02:00
permanent.c Fix cut-off and expansion issues with MODE, which is a possible problem when 2021-11-19 13:53:21 +01:00
private.c Massively rename Cmode.flag to Cmode.letter. 2021-08-22 18:45:13 +02:00
regonly.c Update HOOKTYPE_CAN_JOIN and HOOKTYPE_CAN_JOIN_LIMITEXCEEDED to take 2021-09-12 16:09:36 +02:00
regonlyspeak.c Modularize member modes (vhoaq). 2021-09-13 18:44:18 +02:00
secret.c Massively rename Cmode.flag to Cmode.letter. 2021-08-22 18:45:13 +02:00
secureonly.c Add JOIN/PART/KICK logging (snomask 'j'). 2021-09-24 16:08:41 +02:00
stripcolor.c Massive conversions from 'char *' to 'const char *' and 'char **' to 'const char **' 2021-09-10 12:46:31 +02:00
topiclimit.c Add HOOKTYPE_CAN_SET_TOPIC, which works similar to HOOKTYPE_CAN_KICK. 2021-09-25 09:04:19 +02:00
voice.c Rename find_person() to find_user() to be consistent in the naming that 2021-09-25 16:44:11 +02:00