solanum-vs-hackint-and-char.../modules/core
William Pitcock 63eb8567cb implement configurable channel modes (closes #31)
While functionally compatible with the implementation in ElementalIRCd, our approach is different,
specifically pre-calculating the bitmask at config load time.  This is more efficient, and allows us
to report errors as part of the configuration phase.
2015-12-11 15:36:53 -06:00
..
m_ban.c ban: Fix build breakage. 2014-09-21 18:28:24 +02:00
m_die.c
m_error.c
m_join.c implement configurable channel modes (closes #31) 2015-12-11 15:36:53 -06:00
m_kick.c override: only engage override code if we're needing to authorize a WRITE to a channel's state (closes #65) 2015-12-10 01:00:32 -06:00
m_kill.c
m_message.c m_message: use same behaviour for +R users as +g users (closes #96) 2015-12-05 06:48:38 -06:00
m_mode.c
m_nick.c send: add negation argument to sendto_common_channels_local() and friends 2015-11-19 22:43:45 -06:00
m_part.c
m_quit.c
m_server.c server: Remove two dead stores. 2014-09-21 15:16:56 +02:00
m_squit.c