summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
2006-04-10INSERT foot INTO mouth WHERE user='Brain'brain
2006-04-10I hate HATE HATE templates.brain
2006-04-10istringstream not ostringstreambrain
2006-04-10Extra allowance for modes which have different number of params when being se...brain
2006-04-10Start of new mode parserbrain
2006-04-09Om's way is better and lets watchers change mode parameters for the modes the...brain
2006-04-09Start of mode parser refactoringbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-04-02Undo me screwing stuff upom
2006-04-02Add amd64/linux to list of OS'es tested, but mainly CIA test :Pom
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-10Set bitfields on servermodebrain
2006-03-09Mostly formatting cleanup, rename a 'Ptr' to a more meaningful 'chan', remove...om
2006-03-09UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...brain
2006-03-09Modes the wrong way aroundbrain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Grant and revoke now use iteratorsbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08More optimisations, memory saving, use the char* loop everywhere else seems t...om
2006-03-08Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ...om
2006-03-08Speed up and deuglify the second part of CompressModes(), stop it searching f...om
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