]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sakick.cpp
Show a better warning when certtool/openssl are missing.
[user/henk/code/inspircd.git] / src / modules / m_sakick.cpp
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-02 danieldgChange more modules to use VF_OPTCOMMON routing
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgChange allocation of commands/modes
2009-05-13 danieldgTranslate UIDs properly in m_sakick
2009-05-13 specialFix an issue in r11370 spotted by danieldg
2009-05-13 specialFix m_sakick to properly send local/global snomasks...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-05 danieldgm_sakick needs to be marked VF_COMMON
2009-02-27 danieldg[Taros] Add m_sakick.so