aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hostserv/help.c
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-301-1/+1
* Supply intent information when performing module unload operations.•••There are presently two intents for unload operations, these are MODULE_UNLOAD_INTENT_PERM which indicates a permanent unload, and MODULE_UNLOAD_INTENT_RELOAD which indicates that a module is being reloaded (usually for a code upgrade). This allows the module to know when it should stash persistence data using the mowgli.global_data classes or when it should just destroy all data records. Gravatar William Pitcock2010-12-031-1/+1
* Remove "help/" from the help path of all modules that contain commands.•••This is just a waste of space as it is stripped out in src/help.c anyway. Since we've re-done the help stuff anyway, might as well do this too. Gravatar JD Horelick2010-09-221-1/+1
* hostserv: Port to new command framework.Gravatar JD Horelick2010-09-211-7/+1
* Clean up help_display() calls.Gravatar William Pitcock2010-09-211-1/+1
* hostserv: Update to new command API.Gravatar William Pitcock2010-09-201-5/+3
* Unbreak hostserv build.Gravatar William Pitcock2010-08-211-1/+1
* Made fantasy command replies tell users to message ChanServ not the BotServ bot.Gravatar Adam2010-06-211-1/+1
* Remove a bunch of the SVN Id's from the comments as well while•••we're at it. Sidenote: Yay Vim. Gravatar JD Horelick2010-06-041-1/+0
* Replace the $Id crap that hasn't really been used in 3 years with•••PACKAGE_STRING. Gravatar JD Horelick2010-06-041-1/+1
* Small cosmetic cleanups to hostserv.Gravatar JD Horelick2010-05-011-1/+1
* Remove .disp field in global core services structures.Gravatar William Pitcock2009-12-151-1/+1
* hostserv: Clean up disconnection of hostsvs.* values.•••Pointed out by jdhore Gravatar William Pitcock2009-07-171-2/+2
* Change FALSE to false. We use C99 style booleans now.Gravatar Jilles Tjoelker2009-06-181-2/+2
* Add hostserv from Rizon branch. HostServ is an optional more advanced vhost•••management facility, allowing vhosts tied to mynick_t and a request facility. Gravatar William Pitcock2009-06-181-0/+69