summaryrefslogtreecommitdiff
path: root/src/modules/m_helpop.cpp
AgeCommit message (Expand)Author
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26And morebrain
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-12-04Fixed segfault when file isnt foundbrain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-11-30Added remote killbrain
2005-11-30Fix stylistic things, remove an (incorrect) comment, clean up some stuff and ...w00t
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-25Added ability to update the helpop file on rehash (Bug #69)frostycoolslug
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-07Fixed issue where failing modules would bail by calling exit (deprecated) --brain
2005-04-07/LOADMODULE and /UNLOADMODULE all successfully working!brain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-03-30Fixed strcpy vs. strlcpy problemfrostycoolslug
2005-03-28Fixed m_helpop.cpp lowercasing the first line of the textbrain
2005-03-28/helpop now behaves for opers in the same way it does for users.frostycoolslug
2005-03-26Fixed a minor error in error checking (eat that, grammar....)brain
2005-03-25Added a lot of config error checkingbrain
2004-05-16Updated header commentsbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-22Fix to services sending quits with no reasonsbrain
2004-04-20Some pointless changes to this in the course of bugfindingbrain
2004-04-19Some fixes herebrain
2004-04-19Broken code commented out by brain until we can fix it.brain
2004-04-19Fixes to this module by brainbrain
2004-04-08Removed my humourous Error messages (Replaced them with Useful Text)frostycoolslug
2004-04-08Working /helpop command modulefrostycoolslug
2004-04-08Fixes (and now it has an infinite loop - DO NOT USE)brain
2004-04-08/helpop command Module.frostycoolslug