]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dccallow.cpp
Fix dccallow to work with files with spaces in their names
[user/henk/code/inspircd.git] / src / modules / m_dccallow.cpp
2016-02-18 AdamFix dccallow to work with files with spaces in their...
2016-02-12 Attila Molnarm_dccallow Add config option to control max entries...
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-04-16 Attila Molnarm_dccallow Validate tokens before use
2014-04-12 Attila MolnarMerge pull request #827 from Robby-/insp20-helpopconf
2014-04-12 Robby-Correct the syntax messages of a few modules.
2014-01-19 Attila Molnarm_dccallow Increase penalty for /DCCALLOW help
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-01 attilamolnarm_callerid, m_dccallow Use OnUserPostNick hook instead...
2012-07-01 attilamolnarm_callerid, m_dccallow Fix crash caused by allowing...
2012-07-01 attilamolnarm_dccallow Fix unsafe iteration
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-30 Robin BurchellMerge pull request #173 from Robby-/insp20-moddesc
2012-05-30 Robby-Module description updates
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-04-02 Daniel De GraafUse FindNickOnly in a few commands to prevent enumerati...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgMembership* changes
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMore deallocation-at-exit cleanup
2009-09-02 danieldgChange allocation of commands/modes
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-18 dzMake m_dccallow reread badfiles on rehash, not just...
2009-03-18 dzfix dccallow logic to allow <badfile:action> to overrid...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-10-15 specialNumerous fixes for m_dccallow - only the first banfile...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainAnd these
2008-05-04 peaveyconverting m_d* done
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-28 w00tForwardport r9195
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-17 brainThis is all just odd. what can we expect?
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 w00tDELETE() -> delete
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 w00tRemove unnecessary header traffic
2007-08-03 w00tAdd VF_COMMON to a lot modules which require it. Report...
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-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-05 brainSexeger!
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-17 brainFix broken return statements preventing blockchat and...
2007-05-11 w00tLast commit of that batch: Fix some returncodes (some...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-02-20 peaveyMake these vendor modules.
2007-02-18 brainEliminate some string copies, tidy some code, and rever...
2007-02-07 brainFix for bug #205 reported by nenolod (modules that...
2007-01-17 brainMass comment removal.
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-10-20 brainConst refs
2006-10-19 brainInsert massive change here.
2006-10-16 brainAlways allow a user to dcc themselves
2006-10-16 brainIdea from nenolod, dont allow you to add yourself to...
2006-10-16 brainMake parameter count checks more readable
2006-10-16 brainFix checks on duration, this isnt valid, you cant compa...
2006-10-16 brainUpdate syntax help to include HELP and LIST
2006-10-16 brainyou can't compare userrec::nick with ==, its a char...
2006-10-16 brainif (dl) { do_something() } else { delete dl; } ???
2006-10-16 brainIndents all fixed, its all tabs now. Next person i...
2006-10-16 brainMore crashbug fixage, half way through indent fix
2006-10-16 brainThis compiles again now -- would have been very unstabl...
next