]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_repeat.cpp
Move typedef OperIndex to ServerConfig::OperIndex
[user/henk/code/inspircd.git] / src / modules / m_repeat.cpp
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-04-07 Attila MolnarMerge insp20
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-01-23 Attila MolnarGlobally #undef min and max on Windows
2014-01-21 Attila MolnarMerge insp20
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-06-24 attilamolnarm_repeat Optimize the Levenshtein() function
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-10 Daniel VassdalAdded m_repeat - Allows for blocking of similiar messages