| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate some string copies, tidy some code, and reverse some short-circuit ...•••(Expensive(x) && Cheap(y)) -> (Cheap(y) && Expensive(x))
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6591 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-18 | 1 | -10/+2 |
| * | Fix for bug #205 reported by nenolod (modules that erroneously check remote u...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6532 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-07 | 1 | -0/+3 |
| * | Remove global namespacing, makes modules compile FASTAH. Also massive update ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5995 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2006-12-15 | 1 | -8/+3 |
| * | Remove an assignment from definition (damn java thinking)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5837 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2006-12-03 | 1 | -1/+1 |
| * | Tidyup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5821 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-27 | 1 | -29/+1 |
| * | BuildExemptList is becoming pretty ugly. grr.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5819 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-27 | 1 | -1/+32 |
| * | Update the comment for flag 't'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5812 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -1/+1 |
| * | Tidyup, avoid ternary if() on every iteration of a loop (bad brain bad)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5811 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -1/+3 |
| * | SILENCE_CNOTICE, flag 't'. Needs testing, peavey should probably review to ch...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5810 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -9/+15 |
| * | Fix to work with channel notices.•••SILENCE_PRIVATE silences private PRIVMSG, SILENCE_NOTICE silences private NOTICE, and SILENCE_CHANNEL silences channel PRIVMSG *and* channel NOTICE.
This makes sense to me... :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5809 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -3/+9 |
| * | now using OnUserPreMessage exempt_list instead of OnPreCommand dup code for b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5808 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2006-11-26 | 1 | -151/+37 |
| * | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...•••This also bumps the module api version by one. added "CUList fixme" to peaveys module just so it builds, as this will be refactored to use the new feature that was just added :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5806 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -3/+6 |
| * | 005 tokens: "ESILENCE SILENCE=999"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5805 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -1/+1 |
| * | Tidy up space indents•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5802 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -2/+2 |
| * | fix a few confusing returns•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5801 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2006-11-26 | 1 | -4/+4 |
| * | Improved drop-in replacement for cmd /SILENCE. This first draft features serv...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5800 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2006-11-26 | 1 | -0/+494 |