summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
2006-03-07Fixed timedbans (new mode parser didnt like being passed const char* element...brain
2006-03-07TOPIC optimizations, fixes to mode setting with new custom_modes systembrain
2006-03-07Fixed to work properly with new refactoringbrain
2006-03-07Fixed issue with parameterless module modesbrain
2006-03-06select not casebrain
2006-03-06Tidyupsbrain
2006-03-06Tidying of some vars here and therebrain
2006-03-06Sorted out some silly indenting left over from an if() that died a death year...brain
2006-03-06Removal of variable that no longer has any usebrain
2006-03-06Tidied up give/take methodsbrain
2006-03-06Indent tidyupbrain
2006-03-06Unneccessary strcasecmpsbrain
2006-03-06Comments in the right placesbrain
2006-03-06I dont think there are any more non-essential strlcpy's left in here.brain
2006-03-06Removed another strlcpy -- a lot of copying stuff that doesnt need to be copi...brain
2006-03-06Removed redundant strlcpybrain
2006-03-06Removed debugbrain
2006-03-06Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...brain
2006-03-04Fix for bug first noticed by zephyrus where you could send -j+ntr to a channe...brain
2006-03-03Fix for MODE #chan +o- nick or +o-- nick, etcbrain
2006-03-02Typosbrain
2006-03-02Added IS_SINGLE, see comment in include/inspircd.hbrain
2006-03-02Made host fields more correct 64 in length with 63 copiesbrain
2006-03-02Made extensive use of charlcat to cut down on strlcat usagebrain
2006-02-26Valgrind fixes (libstdc++ is broken! :O)brain
2006-02-26Valgrind fixesbrain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-21Its true i cant count! :P this one i spotted in testing.brain
2006-02-21MAXMODES wasn't being enforcedbrain
2006-02-07Typo (oops)brain
2006-02-06Allow remote bans from servers to be represented as servers in the banlistbrain
2006-02-06Removed some debug notices that were mistakenly in the DEFAULT loglevelbrain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-01Should always allow remote modechanges (FJOIN not effected as its not sent as...brain
2006-01-31Key hiding when youre not on the channelbrain
2006-01-27Problems removing +t due to wrong bit-value being used in comparisonbrain
2006-01-25Changed +l to drop the mode if the limit is same as current.brain
2006-01-18Removed all strncpy() calls and replaced with strlcpy()brain
2006-01-15Bug found by PinkFreud - If an oper deopers themselves by removing the +o mod...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-04Nicer mode character loopbrain
2006-01-04Revise some serious craq++ in AddBanw00t
2005-12-28Removed useless isnick() checks in Give* and Take*, in the name of tidinessbrain
2005-12-26Fixed support for implementation hooksbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-26Allow halfop to dehalfop themselves`brain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain