summaryrefslogtreecommitdiff
path: root/src/modules/m_opermd5.cpp
AgeCommit message (Expand)Author
2006-12-05Here it is, the whole lot merged into one.brain
2006-12-04Tweaks, fixes, and commentsbrain
2006-12-04Update $ModDep lines so that these properly depend on their headers in the ma...brain
2006-12-04Header for md5 request classesbrain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-30Fix broken opermd5 (switch over % and / operators)brain
2006-09-25Mini security auditbrain
2006-09-15Annotationsbrain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-03YAY! A module which allows a user to oper via their ssl key fingerprint.brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Typosbrain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Support for systems without stdint.h (we make a guess at sizeof(unsigned int)...brain
2006-07-10#ifdef's around stdint.h includebrain
2006-03-21unsigned long -> unsigned int: unsigned int should be the same size on AMD64 ...brain
2006-03-11Yet more const ref changesbrain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Missing Implements sectionbrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Stylistic changes.w00t
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-22Added module which provides MD5 encryption for oper passwords plus /mkpasswdbrain