aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_customprefix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Pass prefix rank and prefix char to PrefixMode constructorGravatar Attila Molnar2014-08-061-2/+1
|
* Add stdalgo::delete_all() that deletes all elements in a containerGravatar Attila Molnar2014-03-241-2/+1
|
* Clean up CoreExceptionGravatar Attila Molnar2013-12-181-1/+1
| | | | | - Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs
* Create a base class for prefix modesGravatar attilamolnar2013-09-111-9/+3
| | | | Move Channel::SetPrefix() into Membership
* Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
|
* Store prefix rank in a ModeHandler field, change ↵Gravatar attilamolnar2013-06-061-9/+4
| | | | ModeHandler::GetPrefixRank() to be non-virtual
* Simplify user mode removal via ModeHandler::RemoveMode()Gravatar attilamolnar2013-05-271-4/+0
| | | | | The function does not need to be virtual because the core can remove any user mode using the default logic The optional modestack parameter was always NULL, so remove it
* Deduplicate RemoveMode() implementationsGravatar attilamolnar2013-05-271-30/+0
| | | | | The default (core) implementation can now remove prefix modes The modestacker parameter is now mandatory
* Tidy up keywords on module methods.Gravatar Peter Powell2013-05-151-2/+2
| | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it.
* Whitespace and empty destructor removal, minor coding style changesGravatar attilamolnar2013-04-011-4/+0
|
* Purge references to the deprecated GetStackedLine method.Gravatar Peter Powell2013-04-011-1/+1
|
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+14
|
* Fix m_customprefix trying to add the first tag twiceGravatar danieldg2010-02-281-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12571 e03df62e-2008-0410-955e-edbf42e46eb7
* Replace m_halfvoice with m_customprefixGravatar danieldg2010-02-201-0/+133
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12503 e03df62e-2008-0410-955e-edbf42e46eb7