summaryrefslogtreecommitdiff
path: root/src/modules/m_opermd5.cpp
AgeCommit message (Expand)Author
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