]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_channelban.cpp
Use FindNickOnly in a few commands to prevent enumerating users via UID walking
[user/henk/code/inspircd.git] / src / modules / m_channelban.cpp
2010-01-19 danieldgExtbans can be VF_OPTCOMMON as they do not desync on...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgExtban rework: allow exceptions to override bans on...
2009-02-25 danieldgAdd VF_COMMON to all modules that provide an extban
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-05 w00tSend ERR_BANNEDFROMCHAN on all extbans preventing join
2008-08-05 w00tAdd m_channelban: implements extban +b j: - prevents...