summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2006-10-20Const refsbrain
2006-10-19Insert massive change here.brain
2006-10-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-0164bit fixesom
2006-10-01Now with binary versioning goodnessbrain
2006-09-29Made m_filter_pcre free the compiled regular expressions on rehash (no more m...special
2006-09-29Fixed the pcre include path in m_filter_pcre - on every system I tested, --cf...special
2006-09-25Mini security auditbrain
2006-09-25Whoops, patchbrain
2006-09-25Fix (broken) ./configure -update and ./configure -modupdatebrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-15Comments describing classes, for the url http://svn.inspircd.org/docs/annotat...brain
2006-09-071) Make earlier fix to inspsocket actually compile without errorbrain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-03Call X509_free() after we're done with the certbrain
2006-09-03Output the certificate hash to the user when they connectbrain
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-03Removal of debugbrain
2006-09-03Add comments to document this headerbrain
2006-09-03YAY! A module which allows a user to oper via their ssl key fingerprint.brain
2006-09-03Remove a ton of debugbrain
2006-09-03All but cert revocation is now supported by both modulesbrain
2006-09-03Dont report that the key has expired when it hasntbrain
2006-09-03OpenSSL gets certs and populates the ssl_cert* now!brain
2006-09-03We now have a test module that can dump someones certificate information: /ss...brain
2006-09-03Certificate stuffbrain
2006-09-03Obtaining of ssl cert in gnutls module and placing it into a class which is e...brain
2006-08-29Snomasks +k (kills) and +o (oper)brain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-24Remove OnPostConnect here, it was being used under the assumption that it sti...brain
2006-08-24Speaking of forgetting things, someone forgot to change the name of the functionspecial
2006-08-24Someone forgot another :pbrain
2006-08-24Somebody forgot one :pbrain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-12Catch exceptions from SQLresolverom
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Somehow, IMPORTANT changes got reverted.brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Change to use InspIRCd::Time()brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11New API updateom
2006-08-11New API updateom
2006-08-11New API updateom