summaryrefslogtreecommitdiff
path: root/src/modules/m_helpop.cpp
AgeCommit message (Expand)Author
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-01-30Fix w00ts compile error :p (if you do an if without braces, vars declared wit...brain
2007-01-30If no topic specified, give index help, thanks Robbyw00t
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-28Reasonably sized fix - when adding modes in modules, be sure to check the ret...brain
2006-12-16Change m_helpop to use the new boolean flag in ReadConf for allowing newlines...brain
2006-12-16Get rid of HelpopException, use ModuleException thats had reasons for ages nowbrain
2006-12-16w00t: the power to rewrite modules in the leap of a small tiredness barrier. ...w00t
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-11-14Inherit ModuleException from std::exception rather than classbasebrain
2006-11-01Remove <helpop file>brain
2006-10-28Fix these too!brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-15Annotationsbrain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-02All modules which implement simplemodes (no parameters, not a list mode) can ...brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
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-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