summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_oper_cert.cpp
AgeCommit message (Expand)Author
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-23m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM...special
2009-01-02Update copyrights for 2009.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-11-01Fix opercert to behave correctly, patch from and tested by dz -- thanks!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-06-11fixed some indentation and spacing in modulespippijn
2008-06-06Allow changing of command string and parameter vector within OnPreCommand, al...brain
2008-05-19Convert connection::hostbrain
2008-05-19Clean this up so it's comprehensible.w00t
2008-05-19Fix these toobrain
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