summaryrefslogtreecommitdiff
path: root/src/modules/m_operprefix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Construct explicit parameter type list for MODE parameters•••Previously, we used TR_SPACENICKLIST on the parameters. This worked only because usually, if anything in the list parsed as a nick, then it was a nick. However, some modes like +k and +g allow free-form text, which could also resolve as a nick. Add extra parameters to allow modes to specify their TranslateType, defaulting to TR_TEXT. This fixes bug #757, found by Taros git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11180 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-03-061-1/+1
* Fix warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11113 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-151-1/+1
* Fix for bug #725, operprefix rank value conflicts with founder rank value, ra...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11110 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-151-10/+8
* m_operprefix: Remove IS_LOCAL checks to also set/unset +y on remote opers•••Changes were not being propagated via FMODE. Fixes bug #730 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11108 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-02-151-10/+4
* Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-141-3/+2
* Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-021-1/+1
* VF_VENDOR, ModDesc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10910 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-12-261-3/+6
* Fix for bug #646, reported by whotookspaz (+y not being applied to existing c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10907 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-12-241-2/+13
* Add OperPrefixMode::GetPrefixRank(), so +y is ranked above all other prefix m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10825 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-241-0/+5
* Off-by-one without a rehash event, causes cores on load•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10823 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-241-1/+1
* Add m_operprefix, more simplified version of module written by Phoenix (thank...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-241-0/+223