Age | Commit message (Expand) | Author |
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 |
2006-01-18 | Removed all strncpy() calls and replaced with strlcpy() | brain |
2006-01-15 | Bug found by PinkFreud - If an oper deopers themselves by removing the +o mod... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-04 | Nicer mode character loop | brain |
2006-01-04 | Revise some serious craq++ in AddBan | w00t |
2005-12-28 | Removed useless isnick() checks in Give* and Take*, in the name of tidiness | brain |
2005-12-26 | Fixed support for implementation hooks | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-26 | Allow halfop to dehalfop themselves` | brain |