]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_check.cpp
Remove more classbase
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
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...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainFindMatchingLocal/FindMatchingGlobal -> userrec::LocalC...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainClone counting works with ipv6 now
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-06-17 w00tFinished m_check. I am the best. It only took me 3...
2006-04-24 brainFix various typos and warnings
2006-04-12 w00tDelete spanningtree_ng for now, it breaks cygwin compil...
2006-03-27 w00tExperimental (it compiles..) channel support for /check...
2006-03-26 w00tRemove unnecessary casting.
2006-03-10 brainNow requires inspircd.h for ConvToStr templated function
2006-03-07 brainw00t may want to check this works
2006-03-07 w00tFor the record, it's 17 lines - not 5.
2006-03-07 w00tMore work on /check.. now gives basic information on...
2006-03-07 w00tInitial revision of /check - doesn't do anything yet