Age | Commit message (Expand) | Author |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-10 | Set bitfields on servermode | brain |
2006-03-09 | Mostly formatting cleanup, rename a 'Ptr' to a more meaningful 'chan', remove... | om |
2006-03-09 | UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI... | brain |
2006-03-09 | Modes the wrong way around | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Grant and revoke now use iterators | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | Got rid of all that ugly char* cast crap (todo: change docs to reflect change) | brain |
2006-03-08 | More optimisations, memory saving, use the char* loop everywhere else seems t... | om |
2006-03-08 | Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ... | om |
2006-03-08 | Speed up and deuglify the second part of CompressModes(), stop it searching f... | om |
2006-03-07 | Fixed timedbans (new mode parser didnt like being passed const char* element... | brain |
2006-03-07 | TOPIC optimizations, fixes to mode setting with new custom_modes system | brain |
2006-03-07 | Fixed to work properly with new refactoring | brain |
2006-03-07 | Fixed issue with parameterless module modes | brain |
2006-03-06 | select not case | brain |
2006-03-06 | Tidyups | brain |
2006-03-06 | Tidying of some vars here and there | brain |
2006-03-06 | Sorted out some silly indenting left over from an if() that died a death year... | brain |
2006-03-06 | Removal of variable that no longer has any use | brain |
2006-03-06 | Tidied up give/take methods | brain |
2006-03-06 | Indent tidyup | brain |
2006-03-06 | Unneccessary strcasecmps | brain |
2006-03-06 | Comments in the right places | brain |
2006-03-06 | I dont think there are any more non-essential strlcpy's left in here. | brain |
2006-03-06 | Removed another strlcpy -- a lot of copying stuff that doesnt need to be copi... | brain |
2006-03-06 | Removed redundant strlcpy | brain |
2006-03-06 | Removed debug | brain |
2006-03-06 | Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu... | brain |
2006-03-04 | Fix for bug first noticed by zephyrus where you could send -j+ntr to a channe... | brain |
2006-03-03 | Fix for MODE #chan +o- nick or +o-- nick, etc | brain |
2006-03-02 | Typos | brain |
2006-03-02 | Added IS_SINGLE, see comment in include/inspircd.h | brain |
2006-03-02 | Made host fields more correct 64 in length with 63 copies | brain |
2006-03-02 | Made extensive use of charlcat to cut down on strlcat usage | brain |
2006-02-26 | Valgrind fixes (libstdc++ is broken! :O) | brain |
2006-02-26 | Valgrind fixes | brain |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-21 | Its true i cant count! :P this one i spotted in testing. | brain |
2006-02-21 | MAXMODES wasn't being enforced | brain |
2006-02-07 | Typo (oops) | brain |
2006-02-06 | Allow remote bans from servers to be represented as servers in the banlist | brain |
2006-02-06 | Removed some debug notices that were mistakenly in the DEFAULT loglevel | brain |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-02-01 | Should always allow remote modechanges (FJOIN not effected as its not sent as... | brain |
2006-01-31 | Key hiding when youre not on the channel | brain |
2006-01-27 | Problems removing +t due to wrong bit-value being used in comparison | brain |
2006-01-25 | Changed +l to drop the mode if the limit is same as current. | brain |