summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sslinfo.cpp
AgeCommit message (Expand)Author
2009-06-27m_sslinfo does not depend on external libraries, it should not be in extradanieldg
2009-03-18Fix for bug #791, if an error is set treat this as 'could not get certificate'brain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-23Forward port r11142: Commands that only give a response locally should not be...special
2009-01-02Update copyrights for 2009.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-07-14Lots, lots more numerics.h conversionw00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19Fix these toobrain
2008-05-05Convert even morepeavey
2008-03-24Wheeeeeebrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17More (last of extra)brain
2007-06-13Add DllExportbrain
2007-06-13Make these safe for use in vcbrain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-10Rename ssl.h -> transport.h, as its now used for ziplinksbrain
2006-12-09Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsoc...brain
2006-12-04More $ModDep stuffbrain
2006-10-19Insert massive change here.brain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-03We now have a test module that can dump someones certificate information: /ss...brain