aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_repeat.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* m_repeat Optimize the Levenshtein() function•••New version uses 2 vectors instead of a matrix Do not shrink the vectors even if the user sets a lower <repeat:size> than before, this is because longer lines may remain in the backlog Gravatar attilamolnar2013-06-241-31/+24
* Call Channel::SetModeParam() from the mode parser when needed instead of requ...Gravatar attilamolnar2013-06-131-2/+0
* Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...•••Change ProtocolInterface::SendMode() to take source and destination parameters, and call it from the mode parser whenever the mode change is global This deprecates the ambiguous InspIRCd::SendMode() and InspIRCd::SendGlobalMode() interface (the latter sent mode changes originating from local users twice, etc.) Gravatar attilamolnar2013-06-131-1/+1
* Added m_repeat - Allows for blocking of similiar messages•••Changes to the original module: - Parse settings using a sepstream, accept remote mode changes regardless of our config - Refuse to link when config settings differ - Style changes All ideas and features are the brainchild and work of Daniel Vassdal Gravatar Daniel Vassdal2013-06-101-0/+424