summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-26Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-14Properly spacify opertypes in error messages. Patch by dKingstonspecial
2009-09-13Fix access checks on chanprotect preventing use of SAMODEdanieldg
2009-09-13Translate TR_NICK back from UID on mode parsedanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Replace OnAccessCheck with OnPreMode to remove a number of redundant checksdanieldg
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-13Membership* changesdanieldg
2009-09-02Change SAMODE to source from the acting user, not the serverdanieldg
2009-09-02Rip out VisData in preparation for replacing it with more flexible hooksdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlistdanieldg
2009-09-02Use CheckTimeStamp to merge modes on netburstdanieldg
2009-09-02Rework mode parser into slightly smaller chunksdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-06-01Makefile updates: clean up command linesdanieldg
2009-05-13Show correct server source to users on FTOPIC and FMODEdanieldg
2009-04-18Use server source for RemoveMode, fixes bug #838danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-13Follow-up fix to r11081. Escalate minimum privileges from '%' to '@' if halfo...peavey
2009-03-09Correctly fill LastParseParams on servermode. Fixes bug 763, thanks Ankitdanieldg
2009-03-08m_override: fix messages on multi-mode changesdanieldg
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-11Remove/Add cmode h according to <option:allowhalfop>. Fixes bug #715 reported...peavey
2009-01-02Update copyrights for 2009.w00t
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-10-25Missed one, w00t :)aquanight
2008-10-25Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ...w00t
2008-10-18Tie settings in mode and whowas to privs.w00t
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-17Add OnParameterMissing to modehandler, called when the mode handler should ha...brain
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-29Move umode_n to umode_s, second half of last commitw00t
2008-07-29After discussions and thought, move umode +n to +s. This increases cross-ircd...w00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-14More broken compile stuffw00t
2008-07-13Convertage.w00t
2008-07-12Allow opers to view modelists regardless of <security:hidemodelists>w00t
2008-07-12Make m_gecosban work. We can't make assumptions about how an extban banmask m...w00t
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain