summaryrefslogtreecommitdiff
path: root/src/modules/m_nicklock.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-10Convert to templated GetExtbrain
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-27Yet more tasty OnCleanup :)~~~om
2006-01-15Fixed deprecated checks here that potentially break it with spanningtree (thr...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26More conversions to 'Implements'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-30Bit of a cleanup, removed some unnecessary stuffw00t
2005-11-29Added reason to OnUserQuitbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Made modules use irc::string where they were using strcasecmp()brain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-08Added m_nicklock module, a module which allows opers to lock a user to a nick...brain