solanum/modules/core
Jilles Tjoelker 431a1a2784 Add propagated klines.
A KLINE command without the ON clause now sets a propagated
("global") ban. KLINE commands with the ON clause work as
before.

Propagated klines can only be removed with an UNKLINE command
without the ON clause, and this removes them everywhere.
In fact, they remain in a deactivated state until the latest
expiry ever used for the mask has passed.

Propagated klines are part of the netburst using a new BAN
message and capab. If such a burst has an effect, both the
server name and the original oper are shown in the server
notice.

No checks whatsoever are done on bursted klines at this time.

The system should be extended to XLINE and RESV later.

There is currently no way to list propagated klines,
but TESTLINE works normally.
2010-03-05 18:36:44 +01:00
..
m_ban.c Add propagated klines. 2010-03-05 18:36:44 +01:00
m_die.c irc_string.h -> match.h, irc_string.h; includes changed 2008-04-20 09:47:38 +04:00
m_error.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_join.c Do not penalize for spambot checks if creating a new channel. 2010-02-21 01:45:51 +01:00
m_kick.c can_kick hook, based on the ircd-seven one. 2009-04-20 09:20:11 -05:00
m_kill.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_message.c Move target change code to src/tgchange.c, 2010-02-15 21:58:34 +01:00
m_mode.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_nick.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_part.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_quit.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_server.c Move check for required CAPABs to mr_server -- CAPAB may not be sent. 2009-04-21 18:43:07 +02:00
m_squit.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00