pissircd/src/modules/chanmodes
Bram Matthys 2afc57aa38
Use IsLoggedIn() macro everywhere where possible.
Based on previous reports and patches from k4be in
https://github.com/unrealircd/unrealircd/pull/129

Looks much cleaner now.

This also filters out the edge case where user_account_login()
could have been called when a user transitioned from "not logged in"
to "unconfirmed account". It did not cause any issues AFAICT but
it is not really expected either.
2021-06-26 11:47:08 +02:00
..
Makefile.in Get rid of class.h 2019-10-26 10:02:00 +02:00
censor.c Fix '/STATS b' and '/STATS badword' not working. 2020-09-27 18:20:34 +02:00
delayjoin.c Use IsLoggedIn() macro everywhere where possible. 2021-06-26 11:47:08 +02:00
floodprot.c Rename FLD_* to CHFDL_* in chanmodes/floodprot.c, so it does 2021-05-28 15:48:54 +02:00
history.c Allow setting set::history::channel::playback-on-join::lines to zero 2021-05-24 09:59:20 +02:00
issecure.c Try to use more me.id where possible (rather than me.name) 2019-10-14 08:09:57 +02:00
link.c Set new maximums for channel mode +H. If the channel is +r then the maximum 2021-05-22 18:15:26 +02:00
nocolor.c Support for +draft/typing 2020-05-05 20:16:56 +02:00
noctcp.c Support for +draft/typing 2020-05-05 20:16:56 +02:00
noinvite.c Mass change (at least this one could be fully automated): 'chptr' -> 'channel' 2019-10-05 08:49:10 +02:00
nokick.c Style fixes: "char* " -> "char *" etc. 2019-10-11 12:23:45 +02:00
noknock.c Mass change (at least this one could be fully automated): 'chptr' -> 'channel' 2019-10-05 08:49:10 +02:00
nonickchange.c Mass change (at least this one could be fully automated): 'chptr' -> 'channel' 2019-10-05 08:49:10 +02:00
nonotice.c Support for +draft/typing 2020-05-05 20:16:56 +02:00
operonly.c Mass change (at least this one could be fully automated): 'chptr' -> 'channel' 2019-10-05 08:49:10 +02:00
permanent.c Fix double free due to recent changes, now that HOOKTYPE_LOCAL_CHANMODE 2020-02-02 12:57:10 +01:00
regonly.c Mass change (at least this one could be fully automated): 'chptr' -> 'channel' 2019-10-05 08:49:10 +02:00
regonlyspeak.c Support for +draft/typing 2020-05-05 20:16:56 +02:00
secureonly.c Remove unused code in secureonly. This isn't used since the +z/+Z split. 2020-11-08 10:02:27 +01:00
stripcolor.c Support for +draft/typing 2020-05-05 20:16:56 +02:00