| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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
| danieldg | 2009-03-06 | 1 | -1/+1 |
| * | Fix warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11113 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-02-15 | 1 | -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
| brain | 2009-02-15 | 1 | -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
| danieldg | 2009-02-15 | 1 | -10/+4 |
| * | Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-14 | 1 | -3/+2 |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-02 | 1 | -1/+1 |
| * | VF_VENDOR, ModDesc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10910 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-12-26 | 1 | -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
| w00t | 2008-12-24 | 1 | -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
| w00t | 2008-11-24 | 1 | -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
| w00t | 2008-11-24 | 1 | -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
| w00t | 2008-11-24 | 1 | -0/+223 |