aboutsummaryrefslogtreecommitdiffstats
path: root/modules/chanserv/help.c
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-301-1/+1
* Import Atheme commits 41799c4, 5773ef5, 3cf9db6, and e5ce76c.Gravatar Ben C2017-10-131-1/+1
* (Chan|Group|Nick)Serv/help: Change the formatting of the base help text a bit...Gravatar Ben C2017-10-081-7/+9
* Import Atheme commits 07bcfcc, c604b9f, and 1be4e03.Gravatar Ben C2017-10-081-1/+6
* Remove all trailing whitespaceGravatar Rylee Fowler2014-07-081-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
* chanserv/help: Fix botserv bot !help command.Gravatar William Pitcock2010-10-091-3/+3
* 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
* chanserv: Port to new command framework.Gravatar JD Horelick2010-09-211-7/+1
* Clean up help_display() calls.Gravatar William Pitcock2010-09-211-1/+1
* chanserv: Update to new command API.Gravatar William Pitcock2010-09-201-6/+5
* Prepare the flags system for being extendable. (part 1)•••This simplifies the API to assume that there is only one flags table (which is true), the original code was meant to have two flags tables (level flags and ACL flags), but I never got around to writing the other part of the ACL and it all became one flags table anyway. Gravatar William Pitcock2010-08-011-1/+1
* Made fantasy command replies tell users to message ChanServ not the BotServ bot.Gravatar Adam2010-06-211-1/+1
* Add helpchan and helpurl lines to /cs help and /ns help.•••If this goes over well, sometime (probably before 5.2 stable), i'll add it to all the user-facing services. Gravatar JD Horelick2010-06-131-0/+10
* 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
* Remove .disp field in global core services structures.Gravatar William Pitcock2009-12-151-2/+2
* Use C99 booleans (<stdbool.h>, bool, true, false).Gravatar Jilles Tjoelker2008-12-131-3/+3
* chanserv: add fdrop to short help for opersGravatar Jilles Tjoelker2008-06-241-1/+1
* Add some additional oper commands to the short nickserv/chanserv help.Gravatar Jilles Tjoelker2008-02-041-1/+1
* chanserv help: Remove empty line between the two commands for additional help.Gravatar Jilles Tjoelker2008-02-041-1/+0
* Put internal multiline help texts in one gettext string, where appropriate.•••This uses the previous commit. Note that distinct parts (e.g. conditional) are still separate. Gravatar Jilles Tjoelker2007-11-101-15/+16
* [svn] - split expiry setting into seperate nickserv::expiry and chanserv::exp...Gravatar nenolod2007-06-071-4/+4
* [svn] Take "activity" description in /cs help from•••CA_USEDUPDATE & ca_all instead of hardcoding it. Gravatar jilles2007-05-121-3/+3
* [svn] Added gettext's _() around command_fail and command_success_* callsGravatar pippijn2007-03-051-24/+24
* [svn] Added N_() around all command descriptionsGravatar pippijn2007-03-051-3/+3
* [svn] added missing vim optionsGravatar pippijn2007-03-031-2/+4
* [svn] added vim options to the end of each C fileGravatar pippijn2007-03-031-2/+6
* [svn] - fix help wrt these changesGravatar nenolod2007-01-111-3/+3
* [svn] Mention fantasy commands in /cs help.Gravatar jilles2006-11-181-2/+9
* [svn] Remove fcommand completely.Gravatar jilles2006-10-201-50/+3
* [svn] Make !help work somehow.Gravatar jilles2006-10-201-2/+10
* [svn] Change /cs set to use command_t, much like /ns set and /cs clear.Gravatar jilles2006-10-041-38/+2
* [svn] Make has_priv() and has_any_privs() take sourceinfo_t *•••instead of user_t *. The new functions has_priv_user() and has_any_privs_user() take user_t *. Gravatar jilles2006-10-011-3/+3
* [svn] Update command_help() and command_help_short() to sourceinfo.Gravatar jilles2006-10-011-8/+6
* [svn] Convert help_display() to sourceinfo.•••Make help_cmd_find() static. Gravatar jilles2006-09-301-3/+3
* [svn] Use command_fail() etc in chanserv, where possible.Gravatar jilles2006-09-221-51/+51
* [svn] Merged in sourceinfo changes to the services layer.Gravatar pippijn2006-09-101-60/+59
* [svn] Mention TOPICLOCK in /cs help set.Gravatar jilles2006-07-271-2/+3
* [svn] Mention FANTASY in /cs help set.Gravatar jilles2006-07-081-2/+3
* [svn] Use MODULE_USE_SYMBOL everywhere.•••This commit brought to you by: sed -i.bak 's/\([^[:space:]]*\) = module_locate_symbol(\(".*"\), \(".*"\));/MODULE_USE_SYMBOL(\1, \2, \3);/' and manual editing to put them first everywhere. Gravatar jilles2006-07-031-5/+6
* [svn] More precise description of what "activity" of a channel means.•••expiry == 0 means stuff doesn't expire Gravatar jilles2006-06-171-7/+16
* [svn] - add SET to the shortened command listGravatar nenolod2006-05-011-3/+3
* [svn] - add a pointer to help commands hereGravatar nenolod2006-05-011-2/+5
* [svn] Use the new shorter help display in chanserv, verbosely shown commands are•••REGISTER OP INVITE UNBAN FLAGS RECOVER Gravatar jilles2006-05-011-3/+11
* [svn] sed -i.bak -e 's/user_find(origin)/user_find_named(origin)/' modules/*/...•••This should fix most of the user_find()s that should be user_find_named()s. Gravatar jilles2006-01-191-3/+3
* [svn] Add code for fine grained services operator privileges.•••From the outside, there is still only IRCop and SRA. IRCops can probably do a bit more than before. There's still a little is_sra() for privs left. Gravatar jilles2005-12-271-4/+4
* [svn] Move a lot of the help displaying stuff to a new function•••help_display() in src/help.c. Help files that cannot be opened now give a different message than help topics that do not exist at all. Gravatar jilles2005-12-251-41/+3
* [svn] Say something vague about the successor selection algorithm.•••(We want to be flexible about it.) Gravatar jilles2005-11-101-4/+7
* [svn] Remove mychan_t.successor and /cs set successor.•••A later specific successor specification (if any) would use metadata. Gravatar jilles2005-11-101-3/+2