| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -6/+6 | |
| * | Fix customprefix modes not being deleted when the module unloads. | 2018-04-14 | 1 | -0/+1 | |
| * | Enable using m_customprefix to alter core prefix modes.•••This replaces the devoice module which has now been removed. If you want users to be able to devoice themselves then you can load the customprefix module add the following config tag: <customprefix name="voice" depriv="yes"> If you wish to keep identical behaviour rather than allowing users to use "MODE #YourChannel -v TheirNick" then you can load the alias module and add the following config tag: <alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick"> | 2017-11-06 | 1 | -4/+29 | |
| * | Clean up the configuration reading in m_customprefix.•••- Rework the code flow to be more readable. - Ensure that the name is well formed. - Allow prefix modes with a rank of zero. | 2017-11-06 | 1 | -15/+19 | |
| * | Move depriv from m_customprefix into PrefixMode. | 2017-11-06 | 1 | -9/+1 | |
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+2 | |
| * | Pass prefix rank and prefix char to PrefixMode constructor | 2014-08-06 | 1 | -2/+1 | |
| * | Add stdalgo::delete_all() that deletes all elements in a container | 2014-03-24 | 1 | -2/+1 | |
| * | Clean up CoreException•••- Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs | 2013-12-18 | 1 | -1/+1 | |
| * | Create a base class for prefix modes•••Move Channel::SetPrefix() into Membership | 2013-09-11 | 1 | -9/+3 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| * | Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()... | 2013-06-06 | 1 | -9/+4 | |
| * | Simplify user mode removal via ModeHandler::RemoveMode()•••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 | 2013-05-27 | 1 | -4/+0 | |
| * | Deduplicate RemoveMode() implementations•••The default (core) implementation can now remove prefix modes The modestacker parameter is now mandatory | 2013-05-27 | 1 | -30/+0 | |
| * | Tidy up keywords on module methods.•••- 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. | 2013-05-15 | 1 | -2/+2 | |
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -4/+0 | |
| * | Purge references to the deprecated GetStackedLine method. | 2013-04-01 | 1 | -1/+1 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+14 | |
| * | Fix m_customprefix trying to add the first tag twice•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12571 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-28 | 1 | -0/+1 | |
| * | Replace m_halfvoice with m_customprefix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12503 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-20 | 1 | -0/+133 |
