| Commit message (Expand) | Author | Age | Files | Lines |
| * | HAX!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5452 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-07 | 1 | -13/+45 |
| * | Fix for parameters which contain a colon (which is not the first item in the...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5083 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-08-30 | 1 | -4/+4 |
| * | i HATE HATE HATE the 1.0 mode parser. (thanks to sts for the bug report)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4962 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-08-18 | 1 | -1/+13 |
| * | Don't allow key with spaces in•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4959 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-08-18 | 1 | -1/+1 |
| * | Don't allow an empty key (thanks stskeeps)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4958 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-08-18 | 1 | -7/+10 |
| * | Bug#127 fixes•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4588 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-07-29 | 1 | -4/+4 |
| * | Fix for issue related to bug #127•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4587 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-07-29 | 1 | -0/+4 |
| * | Removal of all gcc2 checks (there sure was a lot of craq in here)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4395 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-07-15 | 1 | -4/+0 |
| * | FEAR THE POWER OF VIM AND THE ALMIGHTY "%s/ /\t/g"•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4249 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-07-09 | 1 | -172/+172 |
| * | Renamed to chanrec::modes•••Renamed IsCustomModeSet to IsModeSet
GetModeParameter will now return the channel limit (as a string) for a request for mode 'l' and the channel key for a request for mode 'k'.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3692 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-12 | 1 | -35/+35 |
| * | *NEEDS TESTING* changed binarymodes to use the custom_modes entries•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3691 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-12 | 1 | -30/+34 |
| * | Set bitfields on servermode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3619 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-10 | 1 | -0/+28 |
| * | Mostly formatting cleanup, rename a 'Ptr' to a more meaningful 'chan', remove...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3604 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-03-09 | 1 | -61/+70 |
| * | UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3591 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-09 | 1 | -0/+4 |
| * | Modes the wrong way around•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3590 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-09 | 1 | -3/+3 |
| * | Added userrec::modebits - fast way of checking if user has +swi rather than a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3588 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-09 | 1 | -5/+27 |
| * | Grant and revoke now use iterators•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3581 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-09 | 1 | -18/+22 |
| * | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...•••Yeah its the other way around to the old way, but somehow, seems less backwards to me (its also faster)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3560 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-08 | 1 | -3/+3 |
| * | Got rid of all that ugly char* cast crap (todo: change docs to reflect change)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3556 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-08 | 1 | -6/+6 |
| * | More optimisations, memory saving, use the char* loop everywhere else seems t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3541 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-03-08 | 1 | -20/+23 |
| * | Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3539 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-03-08 | 1 | -3/+4 |
| * | Speed up and deuglify the second part of CompressModes(), stop it searching f...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3538 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2006-03-08 | 1 | -10/+8 |
| * | Fixed timedbans (new mode parser didnt like being passed const char* element...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3516 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-07 | 1 | -6/+5 |
| * | TOPIC optimizations, fixes to mode setting with new custom_modes system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3512 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-07 | 1 | -1/+1 |
| * | Fixed to work properly with new refactoring•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3510 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-07 | 1 | -1/+1 |
| * | Fixed issue with parameterless module modes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3506 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-07 | 1 | -5/+5 |
| * | select not case•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3492 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -1/+1 |
| * | Tidyups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3490 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -199/+184 |
| * | Tidying of some vars here and there•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3485 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -12/+2 |
| * | Sorted out some silly indenting left over from an if() that died a death year...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3484 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -373/+369 |
| * | Removal of variable that no longer has any use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3483 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -4/+0 |
| * | Tidied up give/take methods•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3482 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -176/+88 |
| * | Indent tidyup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3481 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -4/+4 |
| * | Unneccessary strcasecmps•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3480 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -6/+6 |
| * | Comments in the right places•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3479 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -6/+6 |
| * | I dont think there are any more non-essential strlcpy's left in here.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3478 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -10/+10 |
| * | Removed another strlcpy -- a lot of copying stuff that doesnt need to be copi...•••Obviously in the past, we werent so careful and mucked up/polluted params as we dealt with them! :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3477 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -4/+1 |
| * | Removed redundant strlcpy•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3476 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -8/+8 |
| * | Removed debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3475 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -3/+0 |
| * | Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3474 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-06 | 1 | -284/+179 |
| * | Fix for bug first noticed by zephyrus where you could send -j+ntr to a channe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3458 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-04 | 1 | -4/+5 |
| * | Fix for MODE #chan +o- nick or +o-- nick, etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3443 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-03 | 1 | -13/+16 |
| * | Typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3439 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-02 | 1 | -1/+1 |
| * | Added IS_SINGLE, see comment in include/inspircd.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3438 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-02 | 1 | -3/+3 |
| * | Made host fields more correct 64 in length with 63 copies•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3425 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-02 | 1 | -2/+3 |
| * | Made extensive use of charlcat to cut down on strlcat usage•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3417 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-02 | 1 | -34/+27 |
| * | Valgrind fixes (libstdc++ is broken! :O)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3354 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-26 | 1 | -22/+35 |
| * | Valgrind fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3353 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-26 | 1 | -2/+2 |
| * | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...•••And yae, at a date later hence, Ye Brain then setteth ye buffer back to NICKLEN again.
Alas, neither Ye Brain nor Ye trusty followers hath then setteth back the rest of the core to NICKLEN-1, and verily, chaos ensued. :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3286 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-22 | 1 | -3/+3 |
| * | Its true i cant count! :P this one i spotted in testing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3282 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-21 | 1 | -1/+1 |