]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modes
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / modes /
2014-10-24 Attila MolnarMerge pull request #940 from SaberUK/insp20+fix-makefile
2014-10-21 Attila MolnarSet the parameter of -b to the banmask actually removed
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-01-05 Attila MolnarMerge pull request #397 from Robby-/insp20+cmode_b...
2013-01-03 Robby-cmode_b: Correction to the maxbans conditional
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-10-08 attilamolnarMove simple user and channel mode handlers into a singl...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-01 attilamolnarFix maxbans not being enforced
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-09-04 Daniel De GraafDo not apply parameter length restrictions or CleanMask...
2010-02-06 danieldgrename channel modes +it to distinguish them from commands
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgHide channel mode structures
2009-11-03 danieldgCreate m_halfop
2009-10-24 danieldgGet rid of ModePair
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgMembership* changes
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-01 danieldgRe-implement dependency generation in perl to increase...
2009-06-01 danieldgMakefile updates: Allow run-cc wrapper to be disabled...
2009-06-01 danieldgMakefile updates: clean up command lines
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
2009-04-17 danieldgFix SetModeParam to use std::string and handle edge...
2009-04-16 w00tFix bug #826: setting +l 0 doesn't work in some cases...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgFix +k for real
2009-03-07 danieldgLet's try that +k fix again, this time with more testing
2009-03-07 danieldgFix r11178 not allowing keys to be unset
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-03-06 w00tDrop channel keys if they are identical to the already...
2009-02-14 peaveyNuke trailing spaces
2009-02-11 peaveyRemove/Add cmode h according to <option:allowhalfop...
2009-01-31 danieldgFix compile error
2009-01-31 brainFix for bug #695. For now, we cant be sure what parts...
2009-01-25 w00tAllow +l 0 (for +PlL #newchan).
2009-01-25 w00tThis can't be case sensitive because it's not consistan...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-02 w00tRemove +s when no snomasks are set.. bug found (indirec...
2008-11-01 w00tSend remote de-oper to REMOTEOPER snomask.
2008-10-25 w00tFix <disabled:umodes> interfering with /unloadmodule...
2008-09-29 brainI think this fixes the mode +k weirdness. Keys were...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-25 w00tFixes, this can't be taken directly from 1.1
2008-08-24 w00tForward-port r10257, fixes bug #599 reported by mixx941.
2008-08-17 brainAdd OnParameterMissing to modehandler, called when...
2008-07-29 w00tMove umode_n to umode_s, second half of last commit
2008-07-29 w00tAfter discussions and thought, move umode +n to +s...
2008-07-20 w00tRemove custom members for +lk storage
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-06-09 brainSomething we can do in 1.2 that we cant really do neatl...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert channel banlist members to std::string
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-01 brainConvert to SimpleUserModeHandler and SimpleChannelModeH...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-14 brainSet the required prefix for ops to @, thanks
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainmake sure we include the right headers and fix a warnin...
2008-03-30 peaveywhack a couple of format warnings now showing with...
2008-02-24 aquanightMake run-cc show ARCHIVE step(s), also get rid of ...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-14 brainAs a final test of this, set the permissions required...
2008-02-12 brainHA, that did it
2008-02-12 brainapparently ar -s is equivalent to ranlib, except it...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-10 brainHide ar and ranlib
2008-02-10 brainNow very tidy make output, with pretty colours :p
2008-02-10 brainMove run-cc.pl to make/ directory and update paths...
2008-02-09 aquanightAdd a perl script which will abort compiles for warning...
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainPedantic safe
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tRemove some fake client stuff, make it use the global...
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
2007-07-21 brainTest
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-30 brainFix bug #310 reported by Smartys, and optimize mode...
2007-05-27 brainChange for reverse output of lists, most recent first...
next