]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_check.cpp
Change the syntax of FOREACH macros to be less dumb.
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-05 attilamolnarMerge insp20
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
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-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2012-11-24 attilamolnarm_check, m_namesx, m_timedbans Minor cleanup
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 Robby-m_check: Include IP and gecos in host/IP-mask lookup...
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-02-10 danieldgFix incorrect check of mode permissions when displaying...
2010-02-06 danieldgAdd PROP command to m_namedmodes
2010-02-01 danieldgDisplay allowed oper modes, commands, and permissions...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-05 danieldgShow channel listmodes (+beIg) in /CHECK output
2009-11-15 danieldgAdd Inspircd::AddServices
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-18 danieldgRemove more classbase
2009-10-18 danieldgFix null dereference caused by tracking dummy
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-18 danieldgSeparate spy channels [jackmcbarn]
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgMake CHECK work remotely with optional second parameter
2009-09-02 danieldgAdd server IP to /CHECK output for local users
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgInclude untranslated user/channel metadata in CHECK...
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgShow metadata keys and values in /CHECK output
2009-08-12 danieldgFixes for config reader
2009-05-24 danieldgMake timestamp output in /CHECK consistent
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-27 danieldgAdd more information to /CHECK output
2009-02-18 danieldgAdd UID to CHECK output
2009-01-09 peaveyChange /CHECK <#channel> to correctly report timestamp...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainMore done
2008-05-18 brainPlease see my XXX in m_conn_umodes w00t, maybe somethin...
2008-05-05 peaveyand no need to cast parameters to std::string here
2008-05-04 peaveyConvert a few more
2008-03-24 brainFinally change all the Version() objects
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
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-27 w00tRemove unnecessary header traffic
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 w00tMore factory conversion
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-12 w00tLast IS_AWAY fix. No more *u->awaymsg. :)
2007-05-12 w00tThe commit that should have been r7000: src/modules...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-03-29 w00tAdd snomasks to /check on a user (QA, please test)...
2007-01-29 specialOpertype in /check is now properly spacified
2007-01-07 brainAdding CIDR support to m_check: as easy as adding a...
2006-12-23 brainHash rehashing change
next