summaryrefslogtreecommitdiff
path: root/src/modes
AgeCommit message (Expand)Author
2009-01-02Update copyrights for 2009.w00t
2008-11-02Remove +s when no snomasks are set.. bug found (indirectly) by jackmcbarn.w00t
2008-11-01Send remote de-oper to REMOTEOPER snomask.w00t
2008-10-25Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ...w00t
2008-09-29I think this fixes the mode +k weirdness. Keys were never being set correctly...brain
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-25Fixes, this can't be taken directly from 1.1w00t
2008-08-24Forward-port r10257, fixes bug #599 reported by mixx941.w00t
2008-08-17Add OnParameterMissing to modehandler, called when the mode handler should ha...brain
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-20Remove custom members for +lk storagew00t
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-06-09Something we can do in 1.2 that we cant really do neatly in 1.1 - allow for t...brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert channel banlist members to std::stringbrain
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-01Convert to SimpleUserModeHandler and SimpleChannelModeHandlerbrain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-14Set the required prefix for ops to @, thanksbrain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-02make sure we include the right headers and fix a warning in cmode_bbrain
2008-03-30whack a couple of format warnings now showing with r9217peavey
2008-02-24Make run-cc show ARCHIVE step(s), also get rid of 'entering/leaving directory...aquanight
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-02-14As a final test of this, set the permissions required to set channel mode +h ...brain
2008-02-12HA, that did itbrain
2008-02-12apparently ar -s is equivalent to ranlib, except it doesnt have a fucking noi...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-10Hide ar and ranlibbrain
2008-02-10Now very tidy make output, with pretty colours :pbrain
2008-02-10Move run-cc.pl to make/ directory and update paths, keeps root tidybrain
2008-02-09Add a perl script which will abort compiles for warning messages that don't h...aquanight
2008-02-02Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident...w00t
2008-02-02Cache User::GetIPString()w00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23Pedantic safebrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Remove some fake client stuff, make it use the global recordw00t
2007-08-26Proper fix for end-of-list numerics on restricted lists in bug #386, rather t...brain
2007-07-21Testbrain
2007-07-18Ive tidied up the mode count stuff, but i still cant duplicate negative invis...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-05-30Fix bug #310 reported by Smartys, and optimize mode.cpp a bit (was using stri...brain
2007-05-27Change for reverse output of lists, most recent first, for bug #307. Also fix...brain
2007-05-21All non-commands part of the core are now warning clean on vs8brain