summaryrefslogtreecommitdiff
path: root/src/modules/m_helpop.cpp
AgeCommit message (Expand)Author
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-23Morebrain
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-09-30parameters[0] -> parameter.c_str()brain
2007-09-24Fix for bug #424brain
2007-08-27Remove unnecessary header trafficw00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
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