solanum-vs-hackint-and-char.../ircd
Ariadne Conill f5d60bb5cd chmode: use NULL for priv argument when auspex:cmodes priv is not needed
Otherwise, sendto_channel_local_priv() will only distribute mode changes
to opers only.  This is because HasPrivilege(target_p, "") will evaluate
as false due to the target not being opered.

Thanks to Devin Brown for bisecting this issue.
2020-09-09 12:10:11 -06:00
..
authproc.c ircd: rename DNSBL entries from blacklist to dnsbl_entry. 2020-07-05 21:20:31 -06:00
bandbi.c
cache.c
capability.c capability: accept new ownerdata for existing caps 2020-06-02 16:14:27 +01:00
channel.c Add auspex:cmodes 2020-08-04 22:58:30 +01:00
chmode.c chmode: use NULL for priv argument when auspex:cmodes priv is not needed 2020-09-09 12:10:11 -06:00
class.c class: remove unused macros 2016-06-01 20:01:51 +00:00
client.c Add auspex:hostname 2020-08-04 22:58:30 +01:00
dns.c
extban.c
getopt.c
hash.c
hook.c hook: Use old insertion order for equal priority 2020-05-01 22:22:32 +01:00
hostmask.c Merge pull request #355 from edk0/kline-cidr 2020-08-06 09:17:00 +00:00
ircd.c ircd: Zero out the global_client_list 2019-09-15 10:22:26 +01:00
ircd_lexer.l
ircd_parser.y ircd_parser: free the ends of ranges after use 2020-06-07 23:33:59 +01:00
ircd_signal.c ircd_signal: a function that tailcalls a noreturn function should be marked noreturn 2016-06-01 20:11:46 +00:00
listener.c
logger.c ircd: Use a larger buffer for ilog() buf2 2019-09-15 10:41:33 +01:00
main.c
Makefile.am
match.c Don't match iline-spoofed IPs for channel bans 2020-04-12 12:35:18 +01:00
modules.c ircd/modules.c: complain to foreground if unable to locate module 2020-07-04 02:14:33 +00:00
monitor.c
msgbuf.c m_alias: Preserve protocol framing characters 2020-07-05 01:15:03 +01:00
newconf.c Add error handling to parse_netmask() 2020-07-26 22:03:06 +01:00
operhash.c
packet.c Replace most checks for +o with oper:general 2020-08-04 22:58:30 +01:00
parse.c ircd: log command in mod_add_cmd/mod_del_cmd error scenarios 2017-08-05 12:29:52 +01:00
privilege.c
ratelimit.c
reject.c reject: reorder to avoid leaks 2020-01-03 17:07:25 +00:00
restart.c
s_conf.c Replace most checks for +o with oper:general 2020-08-04 22:58:30 +01:00
s_newconf.c
s_serv.c Propagate OPER 2019-09-13 10:08:27 +01:00
s_user.c Add usermode:servnotice priv 2020-08-04 22:58:31 +01:00
scache.c
send.c Send hidden mode changes to auspex:cmodes 2020-08-04 22:58:30 +01:00
snomask.c
sslproc.c
substitution.c
supported.c supported: make isupport_umode() public 2020-07-09 16:06:33 -06:00
tgchange.c
version.c.SH Set EXTERNAL_BUILD_TIMESTAMP from SOURCE_DATE_EPOCH 2019-12-06 18:32:46 +01:00
whowas.c
wsproc.c