]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modes
Remove UserManager::GarbageCollect()
[user/henk/code/inspircd.git] / src / modes /
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-14 Attila Molnarcmode_k Fix oversight in substr() conversion
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
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
2014-09-05 Attila Molnarcmode_l Reject negative limits
2014-08-06 Attila MolnarMigrate ModeChannelOp and ModeChannelVoice constructors...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-07-25 Attila MolnarMerge insp20
2014-06-14 Attila MolnarKill needless #includes in source files
2014-04-07 Attila MolnarMerge insp20
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarIntroduce Server class
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-08-30 attilamolnarMerge insp20
2013-07-24 attilamolnarumode_s Rewrite ProcessNoticeMasks() and remove a few...
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-05-26 attilamolnarSimplify user mode removal via ModeHandler::RemoveMode()
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarUnite include/modes/*.h into include/builtinmodes.h
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 Peter PowellPurge the deprecated hash_map from existance.
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
next