summaryrefslogtreecommitdiff
path: root/src/modules/m_helpop.cpp
AgeCommit message (Expand)Author
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move strlower into nspace namespace where hash<std::string> livesbrain
2006-08-09Move tons more stuff into class InspIRCdbrain
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-09Fix for new APIbrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-03-19Took out ability to issue parameterless helpopbrain
2006-03-19Someone didnt know how to check for no parameters (*looks at Craig*)brain
2006-03-11deprecated covariant return type flux capacitor flopcircuit removal with refe...brain
2006-03-11And morebrain
2006-03-09Remove unused variable giving compile warningom
2006-03-09Strlen bashing.brain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-19Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...brain
2006-02-19More exception throwing in constructorsbrain
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