summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_oper_cert.cpp
AgeCommit message (Expand)Author
2008-05-18Remove .c_str()'s in match() calls that are no longer needed as match() nativ...brain
2008-05-05Convert even morepeavey
2008-03-24And more of thembrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
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
2007-04-01Add feature to this module which allows you to specify that an oper requires ...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-05This has changed again, i suggest you dont bother trying to keep up till im d...brain
2006-12-04More $ModDep stuffbrain
2006-10-30Fix for crash found by eggy when a user without a cert tries to oper on a fin...brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Annotationsbrain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-03Remove some gunkbrain
2006-09-03Changed how this module works.brain
2006-09-03Check for people trying to literally put the fingerprint in as a passbrain
2006-09-03YAY! A module which allows a user to oper via their ssl key fingerprint.brain