summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
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
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-02-14Change string for Om <3brain
2008-02-14Make AC_OTHERMODE OnAccessCheck call work again.brain
2008-02-14If the mode defined by the handler is not '\0', but the handler for itbrain
2008-02-14Reword the failure message to read a little betterbrain
2008-02-14Duh, wasnt working when the user had NO prefixes at all!brain
2008-02-14That was REALLY dumb. Due to a stupid kludge i did, there was duplicate code ...brain
2008-02-14All working now, with any luckbrain
2008-02-14New mode stuff. Note, the framework is now here so that every mode handler ca...brain
2008-02-14More OnRawMode fixw00t
2008-02-14Hopefully fix behaviour of OnRawModew00t
2008-02-10More to quiet down. This will be a really tidy looking build for most users nowbrain
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-06Hopefully correct implementation of OnRawMode.. can someone pls check this fo...w00t
2007-11-03Partial fix for bug #441brain
2007-10-23pedantic safebrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-07Support 501 numeric (its different for user modes compared to channel modes) ...brain
2007-08-28Remove some fake client stuff, make it use the global recordw00t
2007-08-27Remove more unnecessary header trafficw00t
2007-08-26Proper fix for end-of-list numerics on restricted lists in bug #386, rather t...brain