]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_check.cpp
m_namedmodes Only show chan key to members and opers with channels/auspex
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
2015-09-28 Attila MolnarFix incorrect std::string::operator[] usage
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2014-12-27 Attila Molnarm_check Fix non-standard format specifier %s passed...
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
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
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-27 brainAllow relative paths for motd and rules (and anything...
2006-10-26 brainFix broken GlobalCloneCount (AGAIN).
2006-10-19 brainInsert massive change here.
2006-10-06 brainUpdate to support modular prefixes, and eliminate some...
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainMini security audit
2006-09-15 brainAnnotations
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
next