[hybrid-commits] svnroot commit: ircd-hybrid/branches/8.2.x/include channel.h numeric.h ircd-hybrid/branches/8.2.x/modules/core m_message.c ircd-hybrid/branches/8.2.x/modules m_knock.c ircd-hybrid/branches/8.2.x/src channel.c extban_mute.c numeric.c
Michael Wobst
michael at svn.ircd-hybrid.org
Sun May 8 03:50:09 EDT 2022
michael 2022-05-08 03:50:08 -0400 (Sun, 08 May 2022)
Modified files:
ircd-hybrid/branches/8.2.x/src channel.c extban_mute.c numeric.c
Log:
- The ERR_NOCTRLSONCHAN and ERR_NOCTCP numerics have been dropped. Whenever a message
cannot be sent to a channel, ERR_CANNOTSENDTOCHAN is returned with the according
reason.
- KNOCK can now be used on private channels. Channel mode +K can be used instead to control
whether or not KNOCKs may be used on a channel.
Revision Changes Path
10027 +1 -1 ircd-hybrid/branches/8.2.x/include/channel.h
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/include/channel.h?rev=10027&r1=10026&r2=10027&diff_format=h
10027 +0 -2 ircd-hybrid/branches/8.2.x/include/numeric.h
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/include/numeric.h?rev=10027&r1=10026&r2=10027&diff_format=h
10027 +4 -4 ircd-hybrid/branches/8.2.x/modules/core/m_message.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/modules/core/m_message.c?rev=10027&r1=10026&r2=10027&diff_format=h
10027 +4 -6 ircd-hybrid/branches/8.2.x/modules/m_knock.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/modules/m_knock.c?rev=10027&r1=10026&r2=10027&diff_format=h
10027 +45 -17 ircd-hybrid/branches/8.2.x/src/channel.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/channel.c?rev=10027&r1=10026&r2=10027&diff_format=h
10027 +2 -2 ircd-hybrid/branches/8.2.x/src/extban_mute.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/extban_mute.c?rev=10027&r1=10026&r2=10027&diff_format=h
10027 +3 -5 ircd-hybrid/branches/8.2.x/src/numeric.c
https://svn.ircd-hybrid.org/viewvc/ircd-hybrid/branches/8.2.x/src/numeric.c?rev=10027&r1=10026&r2=10027&diff_format=h
More information about the hybrid-commits
mailing list