summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
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
2006-08-11Use pcre-config to detect pcrebrain
2006-08-11Somehow, i'd cp'd all these and was making local changes :/brain
2006-08-11Updates to new API and small cleanupom
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-10Fixes and removal of Server::GetServerName()brain