summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
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
2008-05-02Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checksbrain
2008-05-01Simple user/channel mode patchbrain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-13Only restrict set with <class:usermodes/chanmodes>, not unsetbrain
2008-04-05Fix a cosmetic issue: 'oper type does not have access'w00t
2008-04-04The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba...w00t
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-01Add an optional bool to ModeParser::ModeString() to not give the nickname n t...brain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-26Fix for bug #466 reported by Johnbrain