Make saxdb_context definition private.
[srvx.git] / src / modcmd.c
1 /* modcmd.c - Generalized module command support
2  * Copyright 2002-2007 srvx Development Team
3  *
4  * This file is part of srvx.
5  *
6  * srvx is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with srvx; if not, write to the Free Software Foundation,
18  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
19  */
20
21 #include "chanserv.h"
22 #include "conf.h"
23 #include "modcmd.h"
24 #include "saxdb.h"
25
26 struct pending_template {
27     struct svccmd *cmd;
28     char *base;
29     struct pending_template *next;
30 };
31
32 static struct dict *modules;
33 static struct dict *services;
34 static struct pending_template *pending_templates;
35 static struct module *modcmd_module;
36 static struct modcmd *bind_command, *help_command, *version_command;
37 static const struct message_entry msgtab[] = {
38     { "MCMSG_BARE_FLAG", "Flag %.*s must be preceded by a + or -." },
39     { "MCMSG_UNKNOWN_FLAG", "Unknown module flag %.*s." },
40     { "MCMSG_BAD_OPSERV_LEVEL", "Invalid $O access level %s." },
41     { "MCMSG_BAD_CHANSERV_LEVEL", "Invalid $C access level %s." },
42     { "MCMSG_LEVEL_TOO_LOW", "You cannot set the access requirements for %s (your level is too low.)" },
43     { "MCMSG_LEVEL_TOO_HIGH", "You cannot set the access requirements to %s (that is too high)." },
44     { "MCMSG_BAD_OPTION", "Unknown option %s." },
45     { "MCMSG_MUST_QUALIFY", "You $bMUST$b \"/msg %s@$s %s\" (not just /msg %s)." },
46     { "MCMSG_ACCOUNT_SUSPENDED", "Your account has been suspended." },
47     { "MCMSG_CHAN_NOT_REGISTERED", "%s has not been registered with $C." },
48     { "MCMSG_CHAN_SUSPENDED", "$b$C$b access to $b%s$b has been temporarily suspended (%s)." },
49     { "MCMSG_NO_CHANNEL_ACCESS", "You lack access to %s." },
50     { "MCMSG_LOW_CHANNEL_ACCESS", "You lack sufficient access in %s to use this command." },
51     { "MCMSG_REQUIRES_JOINABLE", "You must be in %s (or on its userlist) to use this command." },
52     { "MCMSG_MUST_BE_HELPING", "You must have security override (helping mode) on to use this command." },
53     { "MCMSG_MISSING_COMMAND", "You must specify a command as well as a channel." },
54     { "MCMSG_NO_CHANNEL_BEFORE", "You may not give a channel name before this command." },
55     { "MCMSG_NO_PLUS_CHANNEL", "You may not use a +channel with this command." },
56     { "MCMSG_COMMAND_ALIASES", "%s is an alias for: %s" },
57     { "MCMSG_COMMAND_BINDING", "%s is a binding of: %s" },
58     { "MCMSG_ALIAS_ERROR", "Error in alias expansion for %s; check the error log for details." },
59     { "MCMSG_INTERNAL_COMMAND", "$b%s$b is an internal command and cannot be called directly; please check command bindings." },
60     { "MCMSG_UNKNOWN_MODULE", "Unknown module %s." },
61     { "MCMSG_UNKNOWN_SERVICE", "Unknown service %s." },
62     { "MCMSG_ALREADY_BOUND", "%s already has a command bound as %s." },
63     { "MCMSG_UNKNOWN_COMMAND_2", "Unknown command name %s (relative to service %s)." },
64     { "MCMSG_COMMAND_MODIFIED", "Option $b%s$b for $b%s$b has been set." },
65     { "MCMSG_INSPECTION_REFUSED", "You do not have access to inspect command %s." },
66     { "MCMSG_CANNOT_DOUBLE_ALIAS", "You cannot bind to a complex (argument-carrying) bind." },
67     { "MCMSG_BAD_ALIAS_ARGUMENT", "Invalid alias argument $b%s$b." },
68     { "MCMSG_COMMAND_BOUND", "New command %s bound to %s." },
69     { "MCMSG_MODULE_BOUND", "Bound %d commands from %s to %s." },
70     { "MCMSG_NO_COMMAND_BOUND", "%s has nothing bound as command %s." },
71     { "MCMSG_UNBIND_PROHIBITED", "It wouldn't be very much fun to unbind the last %s command, now would it?" },
72     { "MCMSG_COMMAND_UNBOUND", "Unbound command %s from %s." },
73     { "MCMSG_HELPFILE_UNBOUND", "Since that was the last command from module %s on the service, the helpfile for %s was removed." },
74     { "MCMSG_NO_HELPFILE", "Module %s does not have a help file." },
75     { "MCMSG_HELPFILE_ERROR", "Syntax error reading %s; help contents not changed." },
76     { "MCMSG_HELPFILE_READ", "Read %s help database in %lu.%03lu seconds." },
77     { "MCMSG_COMMAND_TIME", "Command $b%s$b finished in %lu.%06lu seconds." },
78     { "MCMSG_NEED_OPSERV_LEVEL", "You must have $O access of at least $b%u$b." },
79     { "MCMSG_NEED_CHANSERV_LEVEL", "You must have $C access of at least $b%u$b in the channel." },
80     { "MCMSG_NEED_ACCOUNT_FLAGS", "You must have account flags $b%s$b." },
81     { "MCMSG_NEED_NOTHING", "Anyone may use the $b%s$b command." },
82     { "MCMSG_NEED_STAFF_ACCESS", "You must be network staff." },
83     { "MCMSG_NEED_STAFF_OPER", "You must be an IRC operator." },
84     { "MCMSG_NEED_STAFF_NETHELPER", "You must be a network helper." },
85     { "MCMSG_NEED_STAFF_NETHELPER_OR_OPER", "You must be a network helper or IRC operator." },
86     { "MCMSG_NEED_STAFF_SHELPER", "You must be a support helper." },
87     { "MCMSG_NEED_STAFF_SHELPER_OR_OPER", "You must be a support helper or IRC operator." },
88     { "MCMSG_NEED_STAFF_HELPER", "You must be a network or support helper." },
89     { "MCMSG_NEED_JOINABLE", "The channel must be open or you must be in the channel or on its userlist." },
90     { "MCMSG_NEED_CHANUSER_CSUSPENDABLE", "You must be on the channel's userlist, and the channel can be suspended." },
91     { "MCMSG_NEED_CHANUSER", "You must be on the channel's userlist." },
92     { "MCMSG_NEED_REGCHAN", "You must specify a channel registered with $C." },
93     { "MCMSG_NEED_CHANNEL", "You must specify a channel that exists." },
94     { "MCMSG_NEED_AUTHED", "You must be authenticated with $N." },
95     { "MCMSG_IS_TOY", "$b%s$b is a toy command." },
96     { "MCMSG_END_REQUIREMENTS", "End of requirements for $b%s$b." },
97     { "MCMSG_ALREADY_HELPING", "You already have security override enabled." },
98     { "MCMSG_ALREADY_NOT_HELPING", "You already have security override disabled." },
99     { "MCMSG_NOW_HELPING", "Security override has been enabled." },
100     { "MCMSG_NOW_NOT_HELPING", "Security override has been disabled." },
101     { "MCMSG_JOINER_CHOICES", "Subcommands of %s: %s" },
102     { "MCMSG_MODULE_INFO", "Commands exported by module $b%s$b:" },
103     { "MCMSG_SERVICE_INFO", "Commands bound to service $b%s$b:" },
104     { "MCMSG_TOYS_DISABLED", "Toys are disabled in %s." },
105     { "MCMSG_PUBLIC_DENY", "Public commands in $b%s$b are restricted." },
106     { "MCMSG_HELPFILE_SEQUENCE", "Help priority %d: %s" },
107     { "MCMSG_HELPFILE_SEQUENCE_SET", "Set helpfile priority sequence for %s." },
108     { "MCMSG_BAD_SERVICE_NICK", "$b%s$b is an invalid nickname." },
109     { "MCMSG_ALREADY_SERVICE", "$b%s$b is already a service." },
110     { "MCMSG_NEW_SERVICE", "Added new service bot $b%s$b." },
111     { "MCMSG_SERVICE_RENAMED", "Service renamed to $b%s$b." },
112     { "MCMSG_NO_TRIGGER", "$b%s$b does not have an in-channel trigger." },
113     { "MCMSG_REMOVED_TRIGGER", "Removed trigger from $b%s$b." },
114     { "MCMSG_DUPLICATE_TRIGGER", "$b%s$b already uses trigger $b%c$b." },
115     { "MCMSG_CURRENT_TRIGGER", "Trigger for $b%s$b is $b%c$b." },
116     { "MCMSG_NEW_TRIGGER", "Changed trigger for $b%s$b to $b%c$b." },
117     { "MCMSG_SERVICE_PRIVILEGED", "Service $b%s$b privileged: $b%s$b." },
118     { "MCMSG_SERVICE_REMOVED", "Service $b%s$b has been deleted." },
119     { "MCMSG_FILE_NOT_OPENED", "Unable to open file $b%s$b for writing." },
120     { "MCMSG_MESSAGES_DUMPED", "Messages written to $b%s$b." },
121     { "MCMSG_MESSAGE_DUMP_FAILED", "Message dump failed: %s." },
122     { "MCMSG_COMMAND_FLAGS", "Command flags are %s (inferred: %s)." },
123     { "MCMSG_COMMAND_ACCOUNT_FLAGS", "Requires account flags +%s, prohibits account flags +%s." },
124     { "MCMSG_COMMAND_ACCESS_LEVEL", "Requires channel access %d and $O access %d." },
125     { "MCMSG_COMMAND_USES", "%s has been used %d times." },
126     { NULL, NULL }
127 };
128 struct userData *_GetChannelUser(struct chanData *channel, struct handle_info *handle, int override, int allow_suspended);
129
130 #define ACTION_ALLOW     1
131 #define ACTION_OVERRIDE  2
132 #define ACTION_NOCHANNEL 4
133 #define ACTION_STAFF     8
134
135 #define RESOLVE_DEPTH    4
136
137 static struct modcmd_flag {
138     const char *name;
139     unsigned int flag;
140 } flags[] = {
141     { "acceptchan", MODCMD_ACCEPT_CHANNEL },
142     { "acceptpluschan", MODCMD_ACCEPT_PCHANNEL },
143     { "authed", MODCMD_REQUIRE_AUTHED },
144     { "channel", MODCMD_REQUIRE_CHANNEL },
145     { "chanuser", MODCMD_REQUIRE_CHANUSER },
146     { "disabled", MODCMD_DISABLED },
147     { "helping", MODCMD_REQUIRE_HELPING },
148     { "ignore_csuspend", MODCMD_IGNORE_CSUSPEND },
149     { "joinable", MODCMD_REQUIRE_JOINABLE },
150     { "keepbound", MODCMD_KEEP_BOUND },
151     { "loghostmask", MODCMD_LOG_HOSTMASK },
152     { "networkhelper", MODCMD_REQUIRE_NETWORK_HELPER },
153     { "never_csuspend", MODCMD_NEVER_CSUSPEND },
154     { "nolog", MODCMD_NO_LOG },
155     { "oper", MODCMD_REQUIRE_OPER },
156     { "qualified", MODCMD_REQUIRE_QUALIFIED },
157     { "regchan", MODCMD_REQUIRE_REGCHAN },
158     { "supporthelper", MODCMD_REQUIRE_SUPPORT_HELPER },
159     { "toy", MODCMD_TOY },
160     { NULL, 0 }
161 };
162
163 static int
164 flags_bsearch(const void *a, const void *b) {
165     const char *key = a;
166     const struct modcmd_flag *flag = b;
167     return ircncasecmp(key, flag->name, strlen(flag->name));
168 }
169
170 static int
171 flags_qsort(const void *a, const void *b) {
172     const struct modcmd_flag *fa = a, *fb = b;
173     return irccasecmp(fa->name, fb->name);
174 }
175
176 DEFINE_LIST(svccmd_list, struct svccmd*)
177 DEFINE_LIST(module_list, struct module*)
178
179 static void
180 free_service_command(void *data) {
181     struct svccmd *svccmd;
182     unsigned int nn;
183
184     svccmd = data;
185     if (svccmd->alias.used) {
186         for (nn=0; nn<svccmd->alias.used; ++nn)
187             free(svccmd->alias.list[nn]);
188         free(svccmd->alias.list);
189     }
190     free(svccmd->name);
191     free(svccmd);
192 }
193
194 static void
195 free_service(void *data) {
196     struct service *service = data;
197     dict_delete(service->commands);
198     module_list_clean(&service->modules);
199     free(service);
200 }
201
202 static void
203 free_module_command(void *data) {
204     struct modcmd *modcmd = data;
205     free_service_command(modcmd->defaults);
206     free(modcmd->name);
207     free(modcmd);
208 }
209
210 static void
211 free_module(void *data) {
212     struct module *module = data;
213     dict_delete(module->commands);
214     close_helpfile(module->helpfile);
215     free(module->name);
216     free(module);
217 }
218
219 struct module *
220 module_register(const char *name, struct log_type *clog, const char *helpfile_name, expand_func_t expand_help) {
221     struct module *newmod;
222
223     newmod = calloc(1, sizeof(*newmod));
224     newmod->name = strdup(name);
225     newmod->commands = dict_new();
226     dict_set_free_data(newmod->commands, free_module_command);
227     newmod->clog = clog;
228     newmod->helpfile_name = helpfile_name;
229     newmod->expand_help = expand_help;
230     if (newmod->helpfile_name) {
231         newmod->helpfile = open_helpfile(newmod->helpfile_name, newmod->expand_help);
232     }
233     dict_insert(modules, newmod->name, newmod);
234     return newmod;
235 }
236
237 struct module *
238 module_find(const char *name) {
239     return dict_find(modules, name, NULL);
240 }
241
242 static void
243 add_pending_template(struct svccmd *cmd, const char *target) {
244     struct pending_template *pending = calloc(1, sizeof(*pending));
245     pending->cmd = cmd;
246     pending->base = strdup(target);
247     pending->next = pending_templates;
248     pending_templates = pending;
249 }
250
251 static struct svccmd *
252 svccmd_resolve_name(struct svccmd *origin, const char *name) {
253     char *sep, svcname[MAXLEN];
254
255     if ((sep = strchr(name, '.'))) {
256         memcpy(svcname, name, sep-name);
257         svcname[sep-name] = 0;
258         name = sep + 1;
259         if (svcname[0] == '*') {
260             struct module *module = module_find(svcname+1);
261             struct modcmd *cmd = module ? dict_find(module->commands, name, NULL) : NULL;
262             return cmd ? cmd->defaults : NULL;
263         } else {
264             struct service *service = service_find(svcname);
265             return service ? dict_find(service->commands, name, NULL) : NULL;
266         }
267     } else {
268         if (origin->parent) {
269             return dict_find(origin->parent->commands, name, NULL);
270         } else {
271             struct modcmd *cmd = dict_find(origin->command->parent->commands, name, NULL);
272             return cmd ? cmd->defaults : NULL;
273         }
274     }
275 }
276
277 static void
278 modcmd_set_effective_flags(struct svccmd *cmd) {
279     int flags = cmd->flags | cmd->command->flags;
280     if (cmd->min_opserv_level > 0)
281         flags |= MODCMD_REQUIRE_OPER;
282     if (cmd->min_channel_access > 0)
283         flags |= MODCMD_REQUIRE_CHANUSER;
284     if (flags & MODCMD_REQUIRE_CHANUSER)
285         flags |= MODCMD_REQUIRE_REGCHAN;
286     if (flags & MODCMD_REQUIRE_REGCHAN)
287         flags |= MODCMD_REQUIRE_CHANNEL;
288     if (flags & (MODCMD_REQUIRE_STAFF|MODCMD_REQUIRE_HELPING))
289         flags |= MODCMD_REQUIRE_AUTHED;
290     cmd->effective_flags = flags;
291 }
292
293 static void
294 svccmd_copy_rules(struct svccmd *dest, struct svccmd *src) {
295     dest->flags |= src->flags;
296     dest->req_account_flags |= src->req_account_flags;
297     dest->deny_account_flags |= src->deny_account_flags;
298     if (src->min_opserv_level > dest->min_opserv_level)
299         dest->min_opserv_level = src->min_opserv_level;
300     if (src->min_channel_access > dest->min_channel_access)
301         dest->min_channel_access = src->min_channel_access;
302     modcmd_set_effective_flags(dest);
303 }
304
305 static int
306 svccmd_configure(struct svccmd *cmd, struct userNode *user, struct userNode *bot, const char *param, const char *value) {
307     if (!irccasecmp(param, "flags")) {
308         unsigned int set_flags, rem_flags;
309         struct modcmd_flag *flag;
310         int opt, end;
311
312         for (set_flags = rem_flags = 0; 1; value += end) {
313             end = strcspn(value, ",");
314             if (*value == '+')
315                 opt = 1;
316             else if (*value == '-')
317                 opt = 0;
318             else {
319                 if (user)
320                     send_message(user, bot, "MCMSG_BARE_FLAG", end, value);
321                 else
322                     log_module(MAIN_LOG, LOG_ERROR, "Flag %.*s must be preceded by a + or - (for command %s).", end, value, cmd->name);
323                 return 0;
324             }
325             value++;
326             flag = bsearch(value, flags, ArrayLength(flags)-1, sizeof(flags[0]), flags_bsearch);
327             if (!flag) {
328                 if (user)
329                     send_message(user, bot, "MCMSG_UNKNOWN_FLAG", end, value);
330                 else
331                     log_module(MAIN_LOG, LOG_ERROR, "Unknown module flag %.*s (for command %s).", end, value, cmd->name);
332                 return 0;
333             }
334             if (opt)
335                 set_flags |= flag->flag, rem_flags &= ~flag->flag;
336             else
337                 rem_flags |= flag->flag, set_flags &= ~flag->flag;
338             if (!value[end-1])
339                 break;
340         }
341         cmd->flags = (cmd->flags | set_flags) & ~rem_flags;
342         return 1;
343     } else if (!irccasecmp(param, "channel_level") || !irccasecmp(param, "channel_access") || !irccasecmp(param, "access")) {
344         unsigned short ul;
345         if (!irccasecmp(value, "none") || !irccasecmp(value, "0")) {
346             cmd->min_channel_access = 0;
347             return 1;
348         } else if ((ul = user_level_from_name(value, UL_OWNER)) > 0) {
349             cmd->min_channel_access = ul;
350             return 1;
351         } else if (user) {
352             send_message(user, bot, "MCMSG_BAD_CHANSERV_LEVEL", value);
353             return 0;
354         } else {
355             log_module(MAIN_LOG, LOG_ERROR, "Invalid ChanServ access level %s (for command %s).", value, cmd->name);
356             return 0;
357         }
358     } else if (!irccasecmp(param, "oper_level") || !irccasecmp(param, "oper_access") || !irccasecmp(param, "level")) {
359         unsigned int newval = atoi(value);
360         if (!isdigit(value[0]) || (newval > 1000)) {
361             if (user)
362                 send_message(user, bot, "MCMSG_BAD_OPSERV_LEVEL", value);
363             else
364                 log_module(MAIN_LOG, LOG_ERROR, "Invalid OpServ access level %s (for command %s).", value, cmd->name);
365             return 0;
366         }
367         if (user && (!user->handle_info || (cmd->min_opserv_level > user->handle_info->opserv_level))) {
368             send_message(user, bot, "MCMSG_LEVEL_TOO_LOW", cmd->name);
369             return 0;
370         }
371         if (user && (!user->handle_info || (newval > user->handle_info->opserv_level))) {
372             send_message(user, bot, "MCMSG_LEVEL_TOO_HIGH", value);
373             return 0;
374         }
375         cmd->min_opserv_level = newval;
376         return 1;
377     } else if (!irccasecmp(param, "account_flags")) {
378         return nickserv_modify_handle_flags(user, bot, value, &cmd->req_account_flags, &cmd->deny_account_flags);
379     } else {
380         if (user)
381             send_message(user, bot, "MCMSG_BAD_OPTION", param);
382         else
383             log_module(MAIN_LOG, LOG_ERROR, "Unknown option %s (for command %s).", param, cmd->name);
384         return 0;
385     }
386 }
387
388 struct modcmd *
389 modcmd_register(struct module *module, const char *name, modcmd_func_t func, unsigned int min_argc, unsigned int flags, ...) {
390     struct modcmd *newcmd;
391     va_list args;
392     const char *param, *value;
393
394     newcmd = calloc(1, sizeof(*newcmd));
395     newcmd->name = strdup(name);
396     newcmd->parent = module;
397     newcmd->func = func;
398     newcmd->min_argc = min_argc;
399     newcmd->flags = flags;
400     newcmd->defaults = calloc(1, sizeof(*newcmd->defaults));
401     newcmd->defaults->name = strdup(newcmd->name);
402     newcmd->defaults->command = newcmd;
403     dict_insert(module->commands, newcmd->name, newcmd);
404     if (newcmd->flags & (MODCMD_REQUIRE_REGCHAN|MODCMD_REQUIRE_CHANNEL|MODCMD_REQUIRE_CHANUSER|MODCMD_REQUIRE_JOINABLE)) {
405         newcmd->defaults->flags |= MODCMD_ACCEPT_CHANNEL;
406     }
407     if (newcmd->flags & MODCMD_REQUIRE_STAFF) {
408         newcmd->defaults->flags |= MODCMD_REQUIRE_AUTHED;
409     }
410     va_start(args, flags);
411     while ((param = va_arg(args, const char*))) {
412         value = va_arg(args, const char*);
413         if (!irccasecmp(param, "template")) {
414             struct svccmd *svccmd = svccmd_resolve_name(newcmd->defaults, value);
415             if (svccmd) {
416                 svccmd_copy_rules(newcmd->defaults, svccmd);
417             } else {
418                 log_module(MAIN_LOG, LOG_ERROR, "Unable to resolve template name %s for %s.%s.", value, newcmd->parent->name, newcmd->name);
419             }
420             add_pending_template(newcmd->defaults, value);
421         } else {
422             svccmd_configure(newcmd->defaults, NULL, NULL, param, value);
423         }
424     }
425     modcmd_set_effective_flags(newcmd->defaults);
426     va_end(args);
427     return newcmd;
428 }
429
430 /* This is kind of a lame hack, but it is actually simpler than having
431  * the permission check vary based on the command itself, or having a
432  * more generic rule system.
433  */
434 int
435 svccmd_can_invoke(struct userNode *user, struct userNode *bot, struct svccmd *cmd, struct chanNode *channel, int options) {
436     unsigned int uData_checked = 0;
437     struct userData *uData = NULL;
438     int rflags = 0, flags = cmd->effective_flags;
439
440     if (flags & MODCMD_DISABLED) {
441         if (options & SVCCMD_NOISY)
442             send_message(user, bot, "MSG_COMMAND_DISABLED", cmd->name);
443         return 0;
444     }
445     if ((flags & MODCMD_REQUIRE_QUALIFIED) && !(options & SVCCMD_QUALIFIED)) {
446         if (options & SVCCMD_NOISY)
447             send_message(user, bot, "MCMSG_MUST_QUALIFY", bot->nick, cmd->name, bot->nick);
448         return 0;
449     }
450     if (flags & MODCMD_REQUIRE_AUTHED) {
451         if (!user->handle_info) {
452             if (options & SVCCMD_NOISY)
453                 send_message(user, bot, "MSG_AUTHENTICATE");
454             return 0;
455         }
456         if (HANDLE_FLAGGED(user->handle_info, SUSPENDED)) {
457             if (options & SVCCMD_NOISY)
458                 send_message(user, bot, "MCMSG_ACCOUNT_SUSPENDED");
459             return 0;
460         }
461     }
462     if (channel || (options & SVCCMD_NOISY)) {
463         if ((flags & MODCMD_REQUIRE_CHANNEL) && !channel) {
464             if (options & SVCCMD_NOISY)
465                 send_message(user, bot, "MSG_INVALID_CHANNEL");
466             return 0;
467         }
468         if (flags & MODCMD_REQUIRE_REGCHAN) {
469             if (!channel->channel_info) {
470                 if (options & SVCCMD_NOISY)
471                     send_message(user, bot, "MCMSG_CHAN_NOT_REGISTERED", channel->name);
472                 return 0;
473             } else if (IsSuspended(channel->channel_info) && !(flags & MODCMD_IGNORE_CSUSPEND)) {
474                 /* allow security-override users to always ignore channel suspensions, but flag it as a staff command */
475                 if (!user->handle_info
476                     || !HANDLE_FLAGGED(user->handle_info, HELPING)
477                     || (flags & MODCMD_NEVER_CSUSPEND)) {
478                     if (options & SVCCMD_NOISY)
479                         send_message(user, bot, "MCMSG_CHAN_SUSPENDED", channel->name, channel->channel_info->suspended->reason);
480                     return 0;
481                 }
482                 rflags |= ACTION_STAFF;
483             }
484         }
485         if (flags & MODCMD_REQUIRE_CHANUSER) {
486             if (!uData_checked)
487                 uData = _GetChannelUser(channel->channel_info, user->handle_info, 1, 0), uData_checked = 1;
488             if (!uData) {
489                 if (options & SVCCMD_NOISY)
490                     send_message(user, bot, "MCMSG_NO_CHANNEL_ACCESS", channel->name);
491                 return 0;
492             } else if (uData->access < cmd->min_channel_access) {
493                 if (options & SVCCMD_NOISY)
494                     send_message(user, bot, "MCMSG_LOW_CHANNEL_ACCESS", channel->name);
495                 return 0;
496             }
497         }
498         if ((flags & MODCMD_REQUIRE_JOINABLE) && channel) {
499             if (!uData_checked)
500                 uData = _GetChannelUser(channel->channel_info, user->handle_info, 1, 0), uData_checked = 1;
501             if ((channel->modes & (MODE_INVITEONLY|MODE_KEY|MODE_SECRET))
502                 && !uData
503                 && !IsService(user)
504                 && !GetUserMode(channel, user)) {
505                 if (options & SVCCMD_NOISY)
506                     send_message(user, bot, "MCMSG_REQUIRES_JOINABLE", channel->name);
507                 return 0;
508             }
509         }
510         if ((flags & MODCMD_TOY) && channel) {
511             if (!channel->channel_info)
512                 rflags |= ACTION_NOCHANNEL;
513             else switch (channel->channel_info->chOpts[chToys]) {
514             case 'd':
515                 if (options & SVCCMD_NOISY)
516                     send_message(user, bot, "MCMSG_TOYS_DISABLED", channel->name);
517                 return 0;
518             case 'n':
519                 rflags |= ACTION_NOCHANNEL;
520                 break;
521             case 'p':
522                 break;
523             }
524         }
525     }
526     if (flags & MODCMD_REQUIRE_STAFF) {
527         if (((flags & MODCMD_REQUIRE_OPER) && IsOper(user))
528             || ((flags & MODCMD_REQUIRE_NETWORK_HELPER) && IsNetworkHelper(user))
529             || ((flags & MODCMD_REQUIRE_SUPPORT_HELPER) && IsSupportHelper(user))) {
530             /* allow it */
531             rflags |= ACTION_STAFF;
532         } else {
533             if (options & SVCCMD_NOISY)
534                 send_message(user, bot, "MSG_COMMAND_PRIVILEGED", cmd->name);
535             return 0;
536         }
537     }
538     if (flags & MODCMD_REQUIRE_HELPING) {
539         if (!HANDLE_FLAGGED(user->handle_info, HELPING)) {
540             if (options & SVCCMD_NOISY)
541                 send_message(user, bot, "MCMSG_MUST_BE_HELPING");
542             return 0;
543         }
544         rflags |= ACTION_STAFF;
545     }
546     if (cmd->min_opserv_level > 0) {
547         if (!oper_has_access(user, bot, cmd->min_opserv_level, !(options & SVCCMD_NOISY)))
548             return 0;
549         rflags |= ACTION_STAFF;
550     }
551     if (cmd->req_account_flags || cmd->deny_account_flags) {
552         if (!user->handle_info) {
553             if (options & SVCCMD_NOISY)
554                 send_message(user, bot, "MSG_AUTHENTICATE");
555             return 0;
556         }
557         /* Do we want separate or different messages here? */
558         if ((cmd->req_account_flags & ~user->handle_info->flags)
559             || (cmd->deny_account_flags & user->handle_info->flags)) {
560             if (options & SVCCMD_NOISY)
561                 send_message(user, bot, "MSG_COMMAND_PRIVILEGED", cmd->name);
562             return 0;
563         }
564     }
565
566     /* If it's an override, return a special value. */
567     if ((flags & MODCMD_REQUIRE_CHANUSER)
568         && (options & SVCCMD_NOISY)
569         && (!uData || (uData->access > 500))
570         && (!(uData = _GetChannelUser(channel->channel_info, user->handle_info, 0, 0))
571             || uData->access < cmd->min_channel_access)
572         && !(flags & (MODCMD_REQUIRE_STAFF|MODCMD_REQUIRE_HELPING))) {
573         rflags |= ACTION_OVERRIDE;
574     }
575     return rflags | ACTION_ALLOW;
576 }
577
578 static int
579 svccmd_expand_alias(struct svccmd *cmd, unsigned int old_argc, char *old_argv[], char *new_argv[]) {
580     unsigned int ii, new_argc;
581     char *arg;
582
583     for (ii=new_argc=0; ii<cmd->alias.used; ++ii) {
584         arg = cmd->alias.list[ii];
585         if (arg[0] != '$') {
586             new_argv[new_argc++] = arg;
587             continue;
588         }
589         if (arg[1] == '$') {
590             new_argv[new_argc++] = arg + 1;
591         } else if (isdigit(arg[1])) {
592             unsigned int lbound, ubound, jj;
593             char *end_num;
594
595             lbound = strtoul(arg+1, &end_num, 10);
596             switch (end_num[0]) {
597             case 0: ubound = lbound; break;
598             case '-':
599                 if (end_num[1] == 0) {
600                     ubound = old_argc - 1;
601                     break;
602                 } else if (isdigit(end_num[1])) {
603                     ubound = strtoul(end_num+1, NULL, 10);
604                     break;
605                 }
606                 /* else fall through to default case */
607             default:
608                 log_module(MAIN_LOG, LOG_ERROR, "Alias expansion parse error in %s (near %s; %s.%s arg %d).", arg, end_num, cmd->parent->bot->nick, cmd->name, ii);
609                 return 0;
610             }
611             if (ubound >= old_argc)
612                 ubound = old_argc - 1;
613             if (lbound < old_argc)
614                 for (jj = lbound; jj <= ubound; )
615                     new_argv[new_argc++] = old_argv[jj++];
616         } else {
617             log_module(MAIN_LOG, LOG_ERROR, "Alias expansion: I do not know how to handle %s (%s.%s arg %d).", arg, cmd->parent->bot->nick, cmd->name, ii);
618             return 0;
619         }
620     }
621     return new_argc;
622 }
623
624 int
625 svccmd_invoke_argv(struct userNode *user, struct service *service, struct chanNode *channel, unsigned int argc, char *argv[], unsigned int server_qualified) {
626     extern struct userNode *chanserv;
627     struct svccmd *cmd;
628     unsigned int cmd_arg, perms, flags, options, result;
629     char channel_name[CHANNELLEN+1];
630
631     /* First check pubcmd for the channel. */
632     if (channel && (channel->channel_info) && (service->bot == chanserv)
633         && !check_user_level(channel, user, lvlPubCmd, 1, 0)) {
634         send_message(user, service->bot, "MCMSG_PUBLIC_DENY", channel->name);
635         return 0;
636     }
637
638     options = (server_qualified ? SVCCMD_QUALIFIED : 0) | SVCCMD_DEBIT | SVCCMD_NOISY;
639     /* Find the command argument. */
640     cmd_arg = IsChannelName(argv[0]) ? 1 : 0;
641     if (argc < cmd_arg+1) {
642         send_message(user, service->bot, "MCMSG_MISSING_COMMAND");
643         return 0;
644     }
645     if (!isalnum(*argv[cmd_arg])) {
646         /* Silently ignore stuff that doesn't begin with a letter or number. */
647         return 0;
648     }
649     cmd = dict_find(service->commands, argv[cmd_arg], NULL);
650     if (!cmd) {
651         if (!channel)
652             send_message(user, service->bot, "MSG_COMMAND_UNKNOWN", argv[cmd_arg]);
653         return 0;
654     }
655     flags = cmd->effective_flags;
656     /* If they put a channel name first, check if the command allows
657      * it.  If so, swap it with the command name.
658      */
659     if (cmd_arg == 1) {
660         char *tmp;
661         /* Complain if we're not supposed to accept the channel. */
662         if (!(flags & MODCMD_ACCEPT_CHANNEL)) {
663             send_message(user, service->bot, "MCMSG_NO_CHANNEL_BEFORE");
664             return 0;
665         }
666         if (!(flags & MODCMD_ACCEPT_PCHANNEL)
667             && (argv[0][0] == '+')) {
668             send_message(user, service->bot, "MCMSG_NO_PLUS_CHANNEL");
669             return 0;
670         }
671         tmp = argv[1];
672         argv[1] = argv[0];
673         argv[0] = tmp;
674     }
675
676     /* Try to grab a channel handle before alias expansion.
677      * If the command accepts a channel name, and argv[1] is
678      * one, use it as a channel name, and hide it from logging.
679      */
680     if ((argc > 1)
681         && (flags & MODCMD_ACCEPT_CHANNEL)
682         && IsChannelName(argv[1])
683         && ((argv[1][0] != '+') || (flags & MODCMD_ACCEPT_PCHANNEL))
684         && (channel = dict_find(channels, argv[1], NULL))) {
685         argv[1] = argv[0];
686         argv++, argc--;
687         cmd_arg = 1;
688     }
689
690     /* Expand the alias arguments, if there are any. */
691     if (cmd->alias.used) {
692         char *new_argv[MAXNUMPARAMS];
693         argc = svccmd_expand_alias(cmd, argc, argv, new_argv);
694         if (!argc) {
695             send_message(service->bot, user, "MCMSG_ALIAS_ERROR", cmd->name);
696             return 0;
697         }
698         argv = new_argv;
699
700         /* Try again to grab a handle to the channel after alias
701          * expansion, overwriting any previous channel. This should,
702          * of course, only be done again if an alias was acually
703          * expanded. */
704         if ((argc > 1)
705             && (flags & MODCMD_ACCEPT_CHANNEL)
706             && IsChannelName(argv[1])
707             && ((argv[1][0] != '+') || (flags & MODCMD_ACCEPT_PCHANNEL))
708             && (channel = dict_find(channels, argv[1], NULL))) {
709             argv[1] = argv[0];
710             argv++, argc--;
711             cmd_arg = 1;
712         }
713     }
714
715     /* Figure out what actions we should do for it.. */
716     if (cmd_arg && (flags & MODCMD_TOY)) {
717         /* Do not let user manually specify a channel. */
718         channel = NULL;
719     }
720     if (argc < cmd->command->min_argc) {
721         send_message(user, service->bot, "MSG_MISSING_PARAMS", cmd->name);
722         return 0;
723     }
724     if (!cmd->command->func) {
725         send_message(user, service->bot, "MCMSG_INTERNAL_COMMAND", cmd->name);
726         return 0;
727     }
728     perms = svccmd_can_invoke(user, service->bot, cmd, channel, options);
729     if (!perms)
730         return 0;
731     cmd->uses++;
732     if (perms & ACTION_NOCHANNEL)
733         channel = NULL;
734
735     if (channel)
736         safestrncpy(channel_name, channel->name, sizeof(channel_name));
737     else
738         channel_name[0] = 0;
739     if (!(result = cmd->command->func(user, channel, argc, argv, cmd)))
740         return 0;
741     if (!(flags & MODCMD_NO_LOG)) {
742         enum log_severity slvl;
743         if (result & CMD_LOG_OVERRIDE)
744             slvl = LOG_OVERRIDE;
745         else if ((perms & ACTION_STAFF) || (result & CMD_LOG_STAFF))
746             slvl = LOG_STAFF;
747         else if (perms & ACTION_OVERRIDE)
748             slvl = LOG_OVERRIDE;
749         else
750             slvl = LOG_COMMAND;
751         /* Unsplit argv after running the function to get the benefit
752          * of any mangling/hiding done by the commands. */
753         log_audit(cmd->command->parent->clog, slvl, user, service->bot, channel_name, ((flags & MODCMD_LOG_HOSTMASK) ? AUDIT_HOSTMASK : 0), unsplit_string(argv, argc, NULL));
754     }
755     return 1;
756 }
757
758 int
759 svccmd_send_help(struct userNode *user, struct userNode *bot, struct svccmd *cmd) {
760     char cmdname[MAXLEN];
761     unsigned int nn;
762     /* Show command name (in bold). */
763     for (nn=0; cmd->name[nn]; nn++)
764         cmdname[nn] = toupper(cmd->name[nn]);
765     cmdname[nn] = 0;
766     send_message_type(4, user, bot, "$b%s$b", cmdname);
767     /* If it's an alias, show what it's an alias for. */
768     if (cmd->alias.used) {
769         char alias_text[MAXLEN];
770         unsplit_string((char**)cmd->alias.list, cmd->alias.used, alias_text);
771         send_message(user, bot, "MCMSG_COMMAND_ALIASES", cmd->name, alias_text);
772     }
773     /* Show the help entry for the underlying command. */
774     return send_help(user, bot, cmd->command->parent->helpfile, cmd->command->name);
775 }
776
777 int
778 svccmd_send_help_2(struct userNode *user, struct service *service, const char *topic) {
779     struct module *module;
780     struct svccmd *cmd;
781     unsigned int ii;
782
783     if ((cmd = dict_find(service->commands, topic, NULL)))
784         return svccmd_send_help(user, service->bot, cmd);
785     if (!topic)
786         topic = "<index>";
787     for (ii = 0; ii < service->modules.used; ++ii) {
788         module = service->modules.list[ii];
789         if (!module->helpfile)
790             continue;
791         if (dict_find(module->helpfile->db, topic, NULL))
792             return send_help(user, service->bot, module->helpfile, topic);
793     }
794     send_message(user, service->bot, "MSG_TOPIC_UNKNOWN");
795     return 0;
796 }
797
798 static int
799 svccmd_invoke(struct userNode *user, struct service *service, struct chanNode *channel, const char *text, int server_qualified) {
800     unsigned int argc;
801     char *argv[MAXNUMPARAMS];
802     char tmpline[MAXLEN];
803
804     if (!*text)
805         return 0;
806     if (service->privileged) {
807         if (!IsOper(user)) {
808             send_message(user, service->bot, "MSG_SERVICE_PRIVILEGED", service->bot->nick);
809             return 0;
810         }
811         if (!user->handle_info) {
812             send_message(user, service->bot, "MSG_AUTHENTICATE");
813             return 0;
814         }
815         if (HANDLE_FLAGGED(user->handle_info, OPER_SUSPENDED)) {
816             send_message(user, service->bot, "MSG_OPER_SUSPENDED");
817             return 0;
818         }
819     }
820     safestrncpy(tmpline, text, sizeof(tmpline));
821     argc = split_line(tmpline, false, ArrayLength(argv), argv);
822     return argc ? svccmd_invoke_argv(user, service, channel, argc, argv, server_qualified) : 0;
823 }
824
825 void
826 modcmd_privmsg(struct userNode *user, struct userNode *bot, const char *text, int server_qualified) {
827     struct service *service;
828
829     if (!(service = dict_find(services, bot->nick, NULL))) {
830         log_module(MAIN_LOG, LOG_ERROR, "modcmd_privmsg got privmsg for unhandled service %s, unregistering.", bot->nick);
831         reg_privmsg_func(bot, NULL);
832         return;
833     }
834
835     if (text[0] == '\x01') {
836         char *term, response[MAXLEN];
837
838         text++; /* Skip leading ^A. */
839         /* Chop off final ^A. */
840         term = strchr(text, '\x01');
841         if (!term)
842             return;
843         *term = '\0';
844         /* Parse out leading text. */
845         term = strchr(text, ' ');
846         if (term) {
847             *term++ = '\0';
848             if (!*term)
849                 term = NULL;
850         }
851         /* No dict lookup since these are so few. */
852         if (!irccasecmp(text, "CLIENTINFO")) {
853             /* Use \001 instead of \x01 because apparently \x01C is
854              * interpreted as ASCII FS (\034, decimal 28, hex 1C).
855              */
856             irc_notice_user(bot, user, "\001CLIENTINFO CLIENTINFO PING TIME USERINFO VERSION\x01");
857         } else if (!irccasecmp(text, "PING")) {
858             if (term) {
859                 snprintf(response, sizeof(response), "\x01PING %s\x01", term);
860                 irc_notice_user(bot, user, response);
861             } else {
862                 irc_notice_user(bot,user, "\x01PING\x01");
863             }
864         } else if (!irccasecmp(text, "TIME")) {
865             time_t feh;
866             feh = now;
867             strftime(response, sizeof(response), "\x01TIME %a %b %d %H:%M:%S %Y\x01", localtime(&feh));
868             irc_notice_user(bot, user, response);
869         } else if (!irccasecmp(text, "USERINFO")) {
870             snprintf(response, sizeof(response), "\x01USERINFO %s\x01", bot->info);
871             irc_notice_user(bot, user, response);
872         } else if (!irccasecmp(text, "VERSION")) {
873             /* This function provides copyright management information
874              * to end users of srvx. You should not alter, disable or
875              * remove this command or its accessibility to normal IRC
876              * users, except to add copyright information pertaining
877              * to changes you make to srvx.
878              */
879             snprintf(response, sizeof(response), "\x01VERSION %s (%s) %s\x01", PACKAGE_STRING, CODENAME, git_version);
880             irc_notice_user(bot, user, response);
881         }
882         return;
883     }
884
885     if (service->msg_hook && service->msg_hook(user, bot, text, server_qualified))
886         return;
887     svccmd_invoke(user, service, NULL, text, server_qualified);
888 }
889
890 void
891 modcmd_chanmsg(struct userNode *user, struct chanNode *chan, const char *text, struct userNode *bot, unsigned int is_notice) {
892     struct service *service;
893     if (!(service = dict_find(services, bot->nick, NULL)))
894         return;
895     svccmd_invoke(user, service, chan, text, 0);
896     (void)is_notice;
897 }
898
899 struct service *
900 service_register(struct userNode *bot) {
901     struct service *service;
902     if ((service = dict_find(services, bot->nick, NULL)))
903         return service;
904     service = calloc(1, sizeof(*service));
905     module_list_init(&service->modules);
906     service->commands = dict_new();
907     service->bot = bot;
908     dict_set_free_data(service->commands, free_service_command);
909     dict_insert(services, service->bot->nick, service);
910     reg_privmsg_func(bot, modcmd_privmsg);
911     return service;
912 }
913
914 struct service *
915 service_find(const char *name) {
916     return dict_find(services, name, NULL);
917 }
918
919 static void
920 svccmd_insert(struct service *service, char *name, struct svccmd *svccmd, struct modcmd *modcmd) {
921     unsigned int ii;
922     svccmd->parent = service;
923     svccmd->name = name;
924     svccmd->command = modcmd;
925     svccmd->command->bind_count++;
926     dict_insert(service->commands, svccmd->name, svccmd);
927     for (ii=0; ii<service->modules.used; ++ii) {
928         if (service->modules.list[ii] == svccmd->command->parent) break;
929     }
930     if (ii == service->modules.used) {
931         module_list_append(&service->modules, svccmd->command->parent);
932     }
933 }
934
935 struct svccmd *
936 service_bind_modcmd(struct service *service, struct modcmd *cmd, const char *name) {
937     struct svccmd *svccmd;
938     if ((svccmd = dict_find(service->commands, name, NULL))) {
939         if (svccmd->command == cmd) return svccmd;
940         log_module(MAIN_LOG, LOG_ERROR, "Tried to bind command %s.%s into service %s as %s, but already bound (as %s.%s).", cmd->parent->name, cmd->name, service->bot->nick, name, svccmd->command->parent->name, svccmd->command->name);
941         return NULL;
942     }
943     svccmd = calloc(1, sizeof(*svccmd));
944     svccmd_insert(service, strdup(name), svccmd, cmd);
945     svccmd_copy_rules(svccmd, cmd->defaults);
946     return svccmd;
947 }
948
949 static unsigned int
950 service_bind_module(struct service *service, struct module *module) {
951     dict_iterator_t it;
952     struct modcmd *modcmd;
953     unsigned int count;
954
955     count = 0;
956     for (it = dict_first(module->commands); it; it = iter_next(it)) {
957         modcmd = iter_data(it);
958         if (!((modcmd->flags | modcmd->defaults->flags) & MODCMD_NO_DEFAULT_BIND))
959             if (service_bind_modcmd(service, modcmd, iter_key(it)))
960                 count++;
961     }
962     return count;
963 }
964
965 /* This MUST return argc if the alias expansion code knows how to deal
966  * with every argument in argv; otherwise, it MUST return the index of
967  * an argument that the expansion code does not know how to deal with.
968  */
969 static unsigned int
970 check_alias_args(char *argv[], unsigned int argc) {
971     unsigned int arg;
972
973     for (arg=0; arg<argc; ++arg) {
974         if (argv[arg][0] != '$') {
975             continue;
976         } else if (argv[arg][1] == '$') {
977             continue;
978         } else if (isdigit(argv[arg][1])) {
979             char *end_num;
980
981             strtoul(argv[arg]+1, &end_num, 10);
982             switch (end_num[0]) {
983             case 0:
984                 continue;
985             case '-':
986                 if (end_num[1] == 0)
987                     continue;
988                 else if (isdigit(end_num[1]))
989                     continue;
990                 /* else fall through to default case */
991             default:
992                 return arg;
993             }
994         } else
995             return arg;
996     }
997     return arg;
998 }
999
1000 static unsigned int
1001 collapse_cmdname(char *argv[], unsigned int argc, char *dest) {
1002     unsigned int ii, pos, arg;
1003     if (!argc) {
1004         dest[0] = 0;
1005         return 0;
1006     }
1007     for (ii=pos=0, arg=0; argv[arg][ii]; ) {
1008         if (argv[arg][ii] == '\\') {
1009             if (argv[arg][ii+1]) {
1010                 /* escaping a real character just puts it in literally */
1011                 dest[pos++] = argv[arg][++ii];
1012             } else if ((arg+1) == argc) {
1013                 /* we ran to the end of the argument list; abort */
1014                 break;
1015             } else {
1016                 /* escape at end of a word is a space */
1017                 dest[pos++] = ' ';
1018                 ii = 0;
1019                 arg++;
1020             }
1021         } else {
1022             /* normal characters don't need escapes */
1023             dest[pos++] = argv[arg][ii++];
1024         }
1025     }
1026     dest[pos] = 0;
1027     return arg + 1;
1028 }
1029
1030 static MODCMD_FUNC(cmd_bind) {
1031     struct service *service;
1032     struct svccmd *template, *newcmd;
1033     char *svcname, *dot;
1034     char newname[MAXLEN], cmdname[MAXLEN];
1035     unsigned int arg, diff;
1036
1037     assert(argc > 3);
1038     svcname = argv[1];
1039     arg = collapse_cmdname(argv+2, argc-2, newname) + 2;
1040     if (!arg) {
1041         reply("MSG_MISSING_PARAMS", cmd->name);
1042         return 0;
1043     }
1044     diff = collapse_cmdname(argv+arg, argc-arg, cmdname);
1045     if (!diff) {
1046         reply("MSG_MISSING_PARAMS", cmd->name);
1047         return 0;
1048     }
1049     arg += diff;
1050
1051     if (!(service = service_find(svcname))) {
1052         reply("MCMSG_UNKNOWN_SERVICE", svcname);
1053         return 0;
1054     }
1055
1056     if ((newcmd = dict_find(service->commands, newname, NULL))) {
1057         reply("MCMSG_ALREADY_BOUND", service->bot->nick, newname);
1058         return 0;
1059     }
1060
1061     if ((dot = strchr(cmdname, '.')) && (dot[1] == '*') && (dot[2] == 0)) {
1062         unsigned int count;
1063         struct module *module;
1064         *dot = 0;
1065         module = module_find((cmdname[0] == '*') ? cmdname+1 : cmdname);
1066         if (!module) {
1067             reply("MSG_MODULE_UNKNOWN", cmdname);
1068             return 0;
1069         }
1070         count = service_bind_module(service, module);
1071         reply("MCMSG_MODULE_BOUND", count, module->name, service->bot->nick);
1072         return count != 0;
1073     }
1074     newcmd = calloc(1, sizeof(*newcmd));
1075     newcmd->name = strdup(newname);
1076     newcmd->parent = service;
1077     if (!(template = svccmd_resolve_name(newcmd, cmdname))) {
1078         reply("MCMSG_UNKNOWN_COMMAND_2", cmdname, service->bot->nick);
1079         free(newcmd->name);
1080         free(newcmd);
1081         return 0;
1082     }
1083     if (template->alias.used) {
1084         reply("MCMSG_CANNOT_DOUBLE_ALIAS");
1085         free(newcmd->name);
1086         free(newcmd);
1087         return 0;
1088     }
1089
1090     if (argc > arg) {
1091         /* a more complicated alias; fix it up */
1092         unsigned int nn;
1093
1094         arg -= diff;
1095         nn = check_alias_args(argv+arg, argc-arg);
1096         if (nn+arg < argc) {
1097             reply("MCMSG_BAD_ALIAS_ARGUMENT", argv[nn+arg]);
1098             free(newcmd->name);
1099             free(newcmd);
1100             return 0;
1101         }
1102         newcmd->alias.used = newcmd->alias.size = argc-arg;
1103         newcmd->alias.list = calloc(newcmd->alias.size, sizeof(newcmd->alias.list[0]));
1104         for (nn=0; nn<newcmd->alias.used; ++nn)
1105             newcmd->alias.list[nn] = strdup(argv[nn+arg]);
1106     }
1107
1108     svccmd_insert(service, newcmd->name, newcmd, template->command);
1109     svccmd_copy_rules(newcmd, template);
1110     reply("MCMSG_COMMAND_BOUND", newcmd->name, newcmd->parent->bot->nick);
1111     return 1;
1112 }
1113
1114 static int
1115 service_recheck_bindings(struct service *service, struct module *module) {
1116     dict_iterator_t it;
1117     struct svccmd *cmd;
1118
1119     for (it = dict_first(service->commands); it; it = iter_next(it)) {
1120         cmd = iter_data(it);
1121         if (cmd->command->parent == module) return 0;
1122     }
1123     /* No more bindings, remove it from our list. */
1124     module_list_remove(&service->modules, module);
1125     return 1;
1126 }
1127
1128 static svccmd_unbind_func_t *suf_list;
1129 unsigned int suf_size, suf_used;
1130
1131 void
1132 reg_svccmd_unbind_func(svccmd_unbind_func_t handler) {
1133     if (suf_used == suf_size) {
1134         if (suf_size) {
1135             suf_size <<= 1;
1136             suf_list = realloc(suf_list, suf_size*sizeof(svccmd_unbind_func_t));
1137         } else {
1138             suf_size = 8;
1139             suf_list = malloc(suf_size*sizeof(svccmd_unbind_func_t));
1140         }
1141     }
1142     suf_list[suf_used++] = handler;
1143 }
1144
1145 static MODCMD_FUNC(cmd_unbind) {
1146     struct service *service;
1147     struct userNode *bot;
1148     struct svccmd *bound;
1149     struct module *module;
1150     const char *svcname;
1151     unsigned int arg, ii;
1152     char cmdname[MAXLEN];
1153
1154     assert(argc > 2);
1155     svcname = argv[1];
1156     arg = collapse_cmdname(argv+2, argc-2, cmdname) + 2;
1157     if (!arg) {
1158         reply("MSG_MISSING_PARAMS", cmd->name);
1159         return 0;
1160     }
1161     if (!(service = service_find(svcname))) {
1162         reply("MCMSG_UNKNOWN_SERVICE", svcname);
1163         return 0;
1164     }
1165     if (!(bound = dict_find(service->commands, cmdname, NULL))) {
1166         reply("MCMSG_NO_COMMAND_BOUND", service->bot->nick, cmdname);
1167         return 0;
1168     }
1169     if ((bound->command->flags & MODCMD_KEEP_BOUND) && (bound->command->bind_count == 1)) {
1170         reply("MCMSG_UNBIND_PROHIBITED", bound->command->name);
1171         return 0;
1172     }
1173
1174     for (ii=0; ii<suf_used; ii++)
1175         suf_list[ii](bound);
1176     /* If this command binding is removing itself, we must take care
1177      * not to dereference it after the dict_remove.
1178      */
1179     bot = cmd->parent->bot;
1180     module = cmd->command->parent;
1181     dict_remove(service->commands, bound->name);
1182     send_message(user, bot, "MCMSG_COMMAND_UNBOUND", cmdname, service->bot->nick);
1183     if (service_recheck_bindings(service, module))
1184         send_message(user, bot, "MCMSG_HELPFILE_UNBOUND", module->name, module->name);
1185     return 1;
1186 }
1187
1188 static MODCMD_FUNC(cmd_readhelp) {
1189     const char *modname;
1190     struct module *module;
1191     struct helpfile *old_helpfile;
1192     struct timeval start, stop;
1193
1194     assert(argc > 1);
1195     modname = argv[1];
1196     if (!(module = module_find(modname))) {
1197         reply("MSG_MODULE_UNKNOWN", modname);
1198         return 0;
1199     }
1200     if (!module->helpfile_name) {
1201         reply("MCMSG_NO_HELPFILE", module->name);
1202         return 0;
1203     }
1204     old_helpfile = module->helpfile;
1205     gettimeofday(&start, NULL);
1206     module->helpfile = open_helpfile(module->helpfile_name, module->expand_help);
1207     if (!module->helpfile) {
1208         module->helpfile = old_helpfile;
1209         reply("MCMSG_HELPFILE_ERROR", module->helpfile_name);
1210         return 0;
1211     }
1212     if (old_helpfile) close_helpfile(old_helpfile);
1213     gettimeofday(&stop, NULL);
1214     stop.tv_sec -= start.tv_sec;
1215     stop.tv_usec -= start.tv_usec;
1216     if (stop.tv_usec < 0) {
1217         stop.tv_sec -= 1;
1218         stop.tv_usec += 1000000;
1219     }
1220     reply("MCMSG_HELPFILE_READ", module->name, (unsigned long)stop.tv_sec, (unsigned long)stop.tv_usec/1000);
1221     return 1;
1222 }
1223
1224 static MODCMD_FUNC(cmd_help) {
1225     const char *topic;
1226
1227     topic = (argc < 2) ? NULL : unsplit_string(argv+1, argc-1, NULL);
1228     return svccmd_send_help_2(user, cmd->parent, topic);
1229 }
1230
1231 static MODCMD_FUNC(cmd_timecmd) {
1232     struct timeval start, stop;
1233     char cmd_text[MAXLEN];
1234
1235     unsplit_string(argv+1, argc-1, cmd_text);
1236     gettimeofday(&start, NULL);
1237     svccmd_invoke(user, cmd->parent, channel, cmd_text, 0);
1238     gettimeofday(&stop, NULL);
1239     stop.tv_sec -= start.tv_sec;
1240     stop.tv_usec -= start.tv_usec;
1241     if (stop.tv_usec < 0) {
1242         stop.tv_sec -= 1;
1243         stop.tv_usec += 1000000;
1244     }
1245     reply("MCMSG_COMMAND_TIME", cmd_text, (unsigned long)stop.tv_sec, (unsigned long)stop.tv_usec);
1246     return 1;
1247 }
1248
1249 static MODCMD_FUNC(cmd_command) {
1250     struct svccmd *svccmd;
1251     const char *cmd_name, *fmt_str;
1252     unsigned int flags, shown_flags, nn, pos;
1253     char buf[MAXLEN];
1254
1255     assert(argc >= 2);
1256     cmd_name = unsplit_string(argv+1, argc-1, NULL);
1257     if (!(svccmd = svccmd_resolve_name(cmd, cmd_name))) {
1258         reply("MCMSG_UNKNOWN_COMMAND_2", cmd_name, cmd->parent->bot->nick);
1259         return 0;
1260     }
1261     pos = snprintf(buf, sizeof(buf), "%s.%s", svccmd->command->parent->name, svccmd->command->name);
1262     if (svccmd->alias.used) {
1263         buf[pos++] = ' ';
1264         unsplit_string((char**)svccmd->alias.list+1, svccmd->alias.used-1, buf+pos);
1265         reply("MCMSG_COMMAND_ALIASES", svccmd->name, buf);
1266     } else {
1267         reply("MCMSG_COMMAND_BINDING", svccmd->name, buf);
1268     }
1269     flags = svccmd->effective_flags;
1270     if ((svccmd->parent && svccmd->parent->privileged && !IsOper(user))
1271         || ((flags & MODCMD_REQUIRE_STAFF)
1272             && !IsOper(user) && !IsNetworkHelper(user) && !IsSupportHelper(user))) {
1273         reply("MCMSG_INSPECTION_REFUSED", svccmd->name);
1274         return 0;
1275     }
1276     if (flags & MODCMD_DISABLED) {
1277         reply("MSG_COMMAND_DISABLED", svccmd->name);
1278         return 1;
1279     }
1280     shown_flags = 0;
1281     if (svccmd->min_opserv_level > 0) {
1282         reply("MCMSG_NEED_OPSERV_LEVEL", svccmd->min_opserv_level);
1283         shown_flags |= MODCMD_REQUIRE_OPER | MODCMD_REQUIRE_AUTHED;
1284     }
1285     if (svccmd->min_channel_access > 0) {
1286         reply("MCMSG_NEED_CHANSERV_LEVEL", svccmd->min_channel_access);
1287         shown_flags |= MODCMD_REQUIRE_CHANUSER | MODCMD_REQUIRE_REGCHAN | MODCMD_REQUIRE_CHANNEL | MODCMD_REQUIRE_AUTHED;
1288     }
1289     if (svccmd->req_account_flags) {
1290         for (nn=pos=0; nn<32; nn++) {
1291             if (!(svccmd->req_account_flags & (1 << nn))) continue;
1292             buf[pos++] = HANDLE_FLAGS[nn];
1293         }
1294         buf[pos] = 0;
1295         reply("MCMSG_NEED_ACCOUNT_FLAGS", buf);
1296         shown_flags |= MODCMD_REQUIRE_AUTHED;
1297     }
1298     if (!flags && !shown_flags) {
1299         reply("MCMSG_NEED_NOTHING", svccmd->name);
1300         return 1;
1301     }
1302     if (flags & ~shown_flags & MODCMD_REQUIRE_HELPING) {
1303         reply("MCMSG_MUST_BE_HELPING");
1304         shown_flags |= MODCMD_REQUIRE_AUTHED | MODCMD_REQUIRE_STAFF;
1305     }
1306     if (flags & ~shown_flags & MODCMD_REQUIRE_STAFF) {
1307         switch (flags & MODCMD_REQUIRE_STAFF) {
1308         default: case MODCMD_REQUIRE_STAFF:
1309             fmt_str = "MCMSG_NEED_STAFF_ACCESS";
1310             break;
1311         case MODCMD_REQUIRE_OPER:
1312             fmt_str = "MCMSG_NEED_STAFF_OPER";
1313             break;
1314         case MODCMD_REQUIRE_NETWORK_HELPER:
1315             fmt_str = "MCMSG_NEED_STAFF_NETHELPER";
1316             break;
1317         case MODCMD_REQUIRE_OPER|MODCMD_REQUIRE_NETWORK_HELPER:
1318             fmt_str = "MCMSG_NEED_STAFF_NETHELPER_OR_OPER";
1319             break;
1320         case MODCMD_REQUIRE_SUPPORT_HELPER:
1321             fmt_str = "MCMSG_NEED_STAFF_SHELPER";
1322             break;
1323         case MODCMD_REQUIRE_OPER|MODCMD_REQUIRE_SUPPORT_HELPER:
1324             fmt_str = "MCMSG_NEED_STAFF_SHELPER_OR_OPER";
1325             break;
1326         case MODCMD_REQUIRE_SUPPORT_HELPER|MODCMD_REQUIRE_NETWORK_HELPER:
1327             fmt_str = "MCMSG_NEED_STAFF_HELPER";
1328             break;
1329         }
1330         reply(fmt_str);
1331         shown_flags |= MODCMD_REQUIRE_AUTHED | MODCMD_REQUIRE_STAFF;
1332     }
1333     if (flags & ~shown_flags & MODCMD_REQUIRE_JOINABLE) {
1334         reply("MCMSG_NEED_JOINABLE");
1335         shown_flags |= MODCMD_REQUIRE_CHANUSER;
1336     }
1337     if (flags & ~shown_flags & MODCMD_REQUIRE_CHANUSER) {
1338         if (flags & ~shown_flags & MODCMD_IGNORE_CSUSPEND)
1339             reply("MCMSG_NEED_CHANUSER_CSUSPENDABLE");
1340         else
1341             reply("MCMSG_NEED_CHANUSER");
1342         shown_flags |= MODCMD_IGNORE_CSUSPEND | MODCMD_REQUIRE_REGCHAN | MODCMD_REQUIRE_CHANNEL | MODCMD_REQUIRE_AUTHED;
1343     }
1344     if (flags & ~shown_flags & MODCMD_REQUIRE_REGCHAN) {
1345         reply("MCMSG_NEED_REGCHAN");
1346         shown_flags |= MODCMD_REQUIRE_CHANNEL;
1347     }
1348     if (flags & ~shown_flags & MODCMD_REQUIRE_CHANNEL)
1349         reply("MCMSG_NEED_CHANNEL");
1350     if (flags & ~shown_flags & MODCMD_REQUIRE_AUTHED)
1351         reply("MCMSG_NEED_AUTHED");
1352     if (flags & ~shown_flags & MODCMD_TOY)
1353         reply("MCMSG_IS_TOY", svccmd->name);
1354     if (flags & ~shown_flags & MODCMD_REQUIRE_QUALIFIED) {
1355         const char *botnick = svccmd->parent ? svccmd->parent->bot->nick : "SomeBot";
1356         reply("MCMSG_MUST_QUALIFY", botnick, svccmd->name, botnick);
1357     }
1358     reply("MCMSG_END_REQUIREMENTS", svccmd->name);
1359     return 1;
1360 }
1361
1362 static void
1363 modcmd_describe_command(struct userNode *user, struct svccmd *cmd, struct svccmd *target) {
1364     char buf1[MAXLEN], buf2[MAXLEN];
1365     unsigned int ii, len, buf1_used, buf2_used;
1366
1367     if (target->alias.used) {
1368         unsplit_string((char**)target->alias.list, target->alias.used, buf1);
1369         reply("MCMSG_COMMAND_ALIASES", target->name, buf1);
1370     } else {
1371         snprintf(buf1, sizeof(buf1), "%s.%s", target->command->parent->name, target->command->name);
1372         reply("MCMSG_COMMAND_BINDING", target->name, buf1);
1373     }
1374     for (ii = buf1_used = buf2_used = 0; flags[ii].name; ++ii) {
1375         if (target->flags & flags[ii].flag) {
1376             if (buf1_used)
1377                 buf1[buf1_used++] = ',';
1378             len = strlen(flags[ii].name);
1379             memcpy(buf1 + buf1_used, flags[ii].name, len);
1380             buf1_used += len;
1381         } else if (target->effective_flags & flags[ii].flag) {
1382             if (buf2_used)
1383                 buf2[buf2_used++] = ',';
1384             len = strlen(flags[ii].name);
1385             memcpy(buf2 + buf2_used, flags[ii].name, len);
1386             buf2_used += len;
1387         }
1388     }
1389     if (buf1_used)
1390         buf1[buf1_used] = '\0';
1391     else
1392         strcpy(buf1, user_find_message(user, "MSG_NONE"));
1393     if (buf2_used)
1394         buf2[buf2_used] = '\0';
1395     else
1396         strcpy(buf2, user_find_message(user, "MSG_NONE"));
1397     reply("MCMSG_COMMAND_FLAGS", buf1, buf2);
1398     for (ii = buf1_used = buf2_used = 0; handle_flags[ii]; ++ii) {
1399         if (target->req_account_flags & (1 << ii))
1400             buf1[buf1_used++] = handle_flags[ii];
1401         else if (target->deny_account_flags & (1 << ii))
1402             buf2[buf2_used++] = handle_flags[ii];
1403     }
1404     buf1[buf1_used] = buf2[buf2_used] = '\0';
1405     reply("MCMSG_COMMAND_ACCOUNT_FLAGS", buf1, buf2);
1406     reply("MCMSG_COMMAND_ACCESS_LEVEL", target->min_channel_access, target->min_opserv_level);
1407     reply("MCMSG_COMMAND_USES", target->name, target->uses);
1408 }
1409
1410 static MODCMD_FUNC(cmd_modcmd) {
1411     struct svccmd *svccmd;
1412     unsigned int arg, changed;
1413     char cmdname[MAXLEN];
1414
1415     assert(argc >= 2);
1416     arg = collapse_cmdname(argv+1, argc-1, cmdname) + 1;
1417     if (!arg) {
1418         reply("MSG_MISSING_PARAMS", cmd->name);
1419         return 0;
1420     }
1421     if (!(svccmd = svccmd_resolve_name(cmd, cmdname))) {
1422         reply("MCMSG_UNKNOWN_COMMAND_2", cmdname, cmd->parent->bot->nick);
1423         return 0;
1424     }
1425     for (changed = 0; arg+1 < argc; arg += 2) {
1426         if (svccmd_configure(svccmd, user, cmd->parent->bot, argv[arg], argv[arg+1])) {
1427             reply("MCMSG_COMMAND_MODIFIED", argv[arg], svccmd->name);
1428             changed = 1;
1429         }
1430     }
1431     if (changed)
1432         modcmd_set_effective_flags(svccmd);
1433     modcmd_describe_command(user, cmd, svccmd);
1434     return changed;
1435 }
1436
1437 static MODCMD_FUNC(cmd_god) {
1438     int helping;
1439
1440     if (argc > 1) {
1441         if (enabled_string(argv[1])) {
1442             if (HANDLE_FLAGGED(user->handle_info, HELPING)) {
1443                 reply("MCMSG_ALREADY_HELPING");
1444                 return 0;
1445             }
1446             helping = 1;
1447         } else if (disabled_string(argv[1])) {
1448             if (!HANDLE_FLAGGED(user->handle_info, HELPING)) {
1449                 reply("MCMSG_ALREADY_NOT_HELPING");
1450                 return 0;
1451             }
1452             helping = 0;
1453         } else {
1454             reply("MSG_INVALID_BINARY", argv[1]);
1455             return 0;
1456         }
1457     } else {
1458         helping = !IsHelping(user);
1459     }
1460
1461     if (helping) {
1462         HANDLE_SET_FLAG(user->handle_info, HELPING);
1463         reply("MCMSG_NOW_HELPING");
1464     } else {
1465         HANDLE_CLEAR_FLAG(user->handle_info, HELPING);
1466         reply("MCMSG_NOW_NOT_HELPING");
1467     }
1468
1469     return 1;
1470 }
1471
1472 static MODCMD_FUNC(cmd_joiner) {
1473     char cmdname[MAXLEN];
1474
1475     if (argc < 2) {
1476         int len = sprintf(cmdname, "%s ", cmd->name);
1477         dict_iterator_t it;
1478         struct string_buffer sbuf;
1479
1480         string_buffer_init(&sbuf);
1481         for (it = dict_first(cmd->parent->commands); it; it = iter_next(it)) {
1482             if (!ircncasecmp(iter_key(it), cmdname, len)) {
1483                 if (sbuf.used) string_buffer_append_string(&sbuf, ", ");
1484                 string_buffer_append_string(&sbuf, iter_key(it));
1485             }
1486         }
1487         if (!sbuf.used) string_buffer_append(&sbuf, 0);
1488         reply("MCMSG_JOINER_CHOICES", cmd->name, sbuf.list);
1489         string_buffer_clean(&sbuf);
1490         return 1;
1491     }
1492     sprintf(cmdname, "%s %s", cmd->name, argv[1]);
1493     argv[1] = cmdname;
1494     svccmd_invoke_argv(user, cmd->parent, channel, argc-1, argv+1, 0);
1495     return 0; /* never try to log this; the recursive one logs it */
1496 }
1497
1498 static MODCMD_FUNC(cmd_stats_modules) {
1499     struct helpfile_table tbl;
1500     dict_iterator_t it;
1501     unsigned int ii;
1502     struct module *mod;
1503     struct modcmd *modcmd;
1504
1505     if (argc < 2) {
1506         tbl.length = dict_size(modules) + 1;
1507         tbl.width = 3;
1508         tbl.flags = TABLE_PAD_LEFT;
1509         tbl.contents = calloc(tbl.length, sizeof(tbl.contents[0]));
1510         tbl.contents[0] = calloc(tbl.width, sizeof(tbl.contents[0][0]));
1511         tbl.contents[0][0] = "Module";
1512         tbl.contents[0][1] = "Commands";
1513         tbl.contents[0][2] = "Helpfile";
1514         for (ii=1, it=dict_first(modules); it; it=iter_next(it), ii++) {
1515             mod = iter_data(it);
1516             tbl.contents[ii] = calloc(tbl.width, sizeof(tbl.contents[ii][0]));
1517             tbl.contents[ii][0] = mod->name;
1518             tbl.contents[ii][1] = strtab(dict_size(mod->commands));
1519             tbl.contents[ii][2] = mod->helpfile_name ? mod->helpfile_name : "(none)";
1520         }
1521     } else if (!(mod = dict_find(modules, argv[1], NULL))) {
1522         reply("MCMSG_UNKNOWN_MODULE", argv[1]);
1523         return 0;
1524     } else {
1525         reply("MCMSG_MODULE_INFO", mod->name);
1526         tbl.length = dict_size(mod->commands) + 1;
1527         tbl.width = 3;
1528         tbl.flags = TABLE_PAD_LEFT;
1529         tbl.contents = calloc(tbl.length, sizeof(tbl.contents[0]));
1530         tbl.contents[0] = calloc(tbl.width, sizeof(tbl.contents[0][0]));
1531         tbl.contents[0][0] = "Command";
1532         tbl.contents[0][1] = "Min. Args";
1533         tbl.contents[0][2] = "Bind Count";
1534         for (ii=1, it=dict_first(mod->commands); it; it=iter_next(it), ii++) {
1535             modcmd = iter_data(it);
1536             tbl.contents[ii] = calloc(tbl.width, sizeof(tbl.contents[ii][0]));
1537             tbl.contents[ii][0] = modcmd->name;
1538             tbl.contents[ii][1] = strtab(modcmd->min_argc);
1539             tbl.contents[ii][2] = strtab(modcmd->bind_count);
1540         }
1541     }
1542     table_send(cmd->parent->bot, user->nick, 0, 0, tbl);
1543     return 0;
1544 }
1545
1546 static MODCMD_FUNC(cmd_stats_services) {
1547     struct helpfile_table tbl;
1548     dict_iterator_t it;
1549     unsigned int ii;
1550     struct service *service;
1551     struct svccmd *svccmd;
1552     char *extra;
1553
1554     if (argc < 2) {
1555         tbl.length = dict_size(services) + 1;
1556         tbl.width = 4;
1557         tbl.flags = TABLE_PAD_LEFT;
1558         tbl.contents = calloc(tbl.length, sizeof(tbl.contents[0]));
1559         tbl.contents[0] = calloc(tbl.width, sizeof(tbl.contents[0][0]));
1560         tbl.contents[0][0] = "Service";
1561         tbl.contents[0][1] = "Commands";
1562         tbl.contents[0][2] = "Priv'd?";
1563         tbl.contents[0][3] = "Trigger";
1564         extra = calloc(2, tbl.length);
1565         for (ii=1, it=dict_first(services); it; it=iter_next(it), ii++) {
1566             service = iter_data(it);
1567             tbl.contents[ii] = calloc(tbl.width, sizeof(tbl.contents[ii][0]));
1568             tbl.contents[ii][0] = service->bot->nick;
1569             tbl.contents[ii][1] = strtab(dict_size(service->commands));
1570             tbl.contents[ii][2] = service->privileged ? "yes" : "no";
1571             extra[ii*2] = service->trigger;
1572             tbl.contents[ii][3] = extra+ii*2;
1573         }
1574         table_send(cmd->parent->bot, user->nick, 0, 0, tbl);
1575         free(extra);
1576         return 0;
1577     } else if (!(service = dict_find(services, argv[1], NULL))) {
1578         reply("MCMSG_UNKNOWN_SERVICE", argv[1]);
1579         return 0;
1580     } else {
1581         tbl.length = dict_size(service->commands) + 1;
1582         tbl.width = 5;
1583         tbl.flags = TABLE_PAD_LEFT | TABLE_NO_FREE;
1584         tbl.contents = calloc(tbl.length, sizeof(tbl.contents[0]));
1585         tbl.contents[0] = calloc(tbl.width, sizeof(tbl.contents[0][0]));
1586         tbl.contents[0][0] = "Command";
1587         tbl.contents[0][1] = "Module";
1588         tbl.contents[0][2] = "ModCmd";
1589         tbl.contents[0][3] = "Alias?";
1590         tbl.contents[0][4] = strdup("Uses");
1591         for (ii=1, it=dict_first(service->commands); it; it=iter_next(it), ii++) {
1592             svccmd = iter_data(it);
1593             tbl.contents[ii] = calloc(tbl.width, sizeof(tbl.contents[ii][0]));
1594             tbl.contents[ii][0] = svccmd->name;
1595             tbl.contents[ii][1] = svccmd->command->parent->name;
1596             tbl.contents[ii][2] = svccmd->command->name;
1597             tbl.contents[ii][3] = svccmd->alias.used ? "yes" : "no";
1598             tbl.contents[ii][4] = extra = malloc(12);
1599             sprintf(extra, "%u", svccmd->uses);
1600         }
1601         reply("MCMSG_SERVICE_INFO", service->bot->nick);
1602         table_send(cmd->parent->bot, user->nick, 0, 0, tbl);
1603         for (ii=0; ii<tbl.length; ii++) {
1604             free((char*)tbl.contents[ii][4]);
1605             free(tbl.contents[ii]);
1606         }
1607         free(tbl.contents);
1608         return 0;
1609     }
1610 }
1611
1612 static MODCMD_FUNC(cmd_showcommands) {
1613     struct svccmd_list commands;
1614     struct helpfile_table tbl;
1615     struct svccmd *svccmd;
1616     dict_iterator_t it;
1617     unsigned int ii, ignore_flags = 0;
1618     unsigned int max_opserv_level = 1000;
1619     unsigned short max_chanserv_level = 500;
1620     char show_opserv_level = 0, show_channel_access = 0;
1621
1622     /* Check to see what the max access they want to see is. */
1623     for (ii=1; ii<argc; ++ii) {
1624         if (isdigit(argv[ii][0]))
1625             max_opserv_level = atoi(argv[ii]);
1626         else
1627             max_chanserv_level = user_level_from_name(argv[ii], UL_OWNER);
1628     }
1629
1630     /* Find the matching commands. */
1631     svccmd_list_init(&commands);
1632     if (cmd->parent->privileged)
1633         ignore_flags = MODCMD_REQUIRE_OPER;
1634     for (it = dict_first(cmd->parent->commands); it; it = iter_next(it)) {
1635         svccmd = iter_data(it);
1636         if (strchr(svccmd->name, ' '))
1637             continue;
1638         if (!svccmd_can_invoke(user, svccmd->parent->bot, svccmd, channel, SVCCMD_QUALIFIED))
1639             continue;
1640         if (svccmd->min_opserv_level > max_opserv_level)
1641             continue;
1642         if (svccmd->min_channel_access > max_chanserv_level)
1643             continue;
1644         if (svccmd->min_opserv_level > 0)
1645             show_opserv_level = 1;
1646         if (svccmd->min_channel_access > 0)
1647             show_channel_access = 1;
1648         if (svccmd->effective_flags
1649             & (MODCMD_REQUIRE_STAFF|MODCMD_REQUIRE_HELPING)
1650             & ~ignore_flags) {
1651             show_channel_access = 1;
1652         }
1653         svccmd_list_append(&commands, svccmd);
1654     }
1655
1656     /* Build the table. */
1657     tbl.length = commands.used + 1;
1658     tbl.width = 1 + show_opserv_level + show_channel_access;
1659     tbl.flags = TABLE_REPEAT_ROWS;
1660     tbl.contents = calloc(tbl.length, sizeof(tbl.contents[0]));
1661     tbl.contents[0] = calloc(tbl.width, sizeof(tbl.contents[0][0]));
1662     tbl.contents[0][ii = 0] = "Command";
1663     if (show_opserv_level)
1664         tbl.contents[0][++ii] = "OpServ Level";
1665     if (show_channel_access)
1666         tbl.contents[0][++ii] = "ChanServ Access";
1667     for (ii=0; ii<commands.used; ++ii) {
1668         svccmd = commands.list[ii];
1669         tbl.contents[ii+1] = calloc(tbl.width, sizeof(tbl.contents[0][0]));
1670         tbl.contents[ii+1][0] = svccmd->name;
1671         if (show_opserv_level)
1672             tbl.contents[ii+1][1] = strtab(svccmd->min_opserv_level);
1673         if (show_channel_access) {
1674             const char *access;
1675             int flags = svccmd->effective_flags;
1676             if (flags & MODCMD_REQUIRE_HELPING)
1677                 access = "helping";
1678             else if (flags & MODCMD_REQUIRE_STAFF) {
1679                 if (flags & MODCMD_REQUIRE_OPER)
1680                     access = "oper";
1681                 else if (flags & MODCMD_REQUIRE_NETWORK_HELPER)
1682                     access = "net.helper";
1683                 else
1684                     access = "staff";
1685             } else
1686                 access = strtab(svccmd->min_channel_access);
1687             tbl.contents[ii+1][1+show_opserv_level] = access;
1688         }
1689     }
1690     svccmd_list_clean(&commands);
1691     table_send(cmd->parent->bot, user->nick, 0, 0, tbl);
1692     return 0;
1693 }
1694
1695 static MODCMD_FUNC(cmd_helpfiles) {
1696     struct service *service;
1697     unsigned int ii;
1698
1699     if (!(service = dict_find(services, argv[1], NULL))) {
1700         reply("MCMSG_UNKNOWN_SERVICE", argv[1]);
1701         return 0;
1702     }
1703
1704     if (argc < 3) {
1705         for (ii=0; ii<service->modules.used; ++ii)
1706             reply("MCMSG_HELPFILE_SEQUENCE", ii+1, service->modules.list[ii]->name);
1707         return 0;
1708     }
1709
1710     service->modules.used = 0;
1711     for (ii=0; ii<argc-2; ii++) {
1712         struct module *module = dict_find(modules, argv[ii+2], NULL);
1713         if (!module) {
1714             reply("MCMSG_UNKNOWN_MODULE", argv[ii+2]);
1715             continue;
1716         }
1717         module_list_append(&service->modules, module);
1718     }
1719     reply("MCMSG_HELPFILE_SEQUENCE_SET", service->bot->nick);
1720     return 1;
1721 }
1722
1723 static MODCMD_FUNC(cmd_service_add) {
1724     const char *nick, *hostname, *desc;
1725     struct userNode *bot;
1726
1727     nick = argv[1];
1728     if (!is_valid_nick(nick)) {
1729         reply("MCMSG_BAD_SERVICE_NICK", nick);
1730         return 0;
1731     }
1732     hostname = argv[2];
1733     desc = unsplit_string(argv+3, argc-3, NULL);
1734     bot = GetUserH(nick);
1735     if (bot && IsService(bot)) {
1736         reply("MCMSG_ALREADY_SERVICE", bot->nick);
1737         return 0;
1738     }
1739     bot = AddLocalUser(nick, nick, hostname, desc, NULL);
1740     service_register(bot);
1741     reply("MCMSG_NEW_SERVICE", bot->nick);
1742     return 1;
1743 }
1744
1745 static MODCMD_FUNC(cmd_service_rename) {
1746     struct service *service;
1747
1748     if (!(service = service_find(argv[1]))) {
1749         reply("MCMSG_UNKNOWN_SERVICE", argv[1]);
1750         return 0;
1751     }
1752     NickChange(service->bot, argv[2], 0);
1753     reply("MCMSG_SERVICE_RENAMED", service->bot->nick);
1754     return 1;
1755 }
1756
1757 static MODCMD_FUNC(cmd_service_trigger) {
1758     struct userNode *bogon;
1759     struct service *service;
1760
1761     if (!(service = service_find(argv[1]))) {
1762         reply("MCMSG_UNKNOWN_SERVICE", argv[1]);
1763         return 0;
1764     }
1765     if (argc < 3) {
1766         if (service->trigger)
1767             reply("MCMSG_CURRENT_TRIGGER", service->bot->nick, service->trigger);
1768         else
1769             reply("MCMSG_NO_TRIGGER", service->bot->nick);
1770         return 1;
1771     }
1772     if (service->trigger)
1773         reg_chanmsg_func(service->trigger, NULL, NULL);
1774     if (!irccasecmp(argv[2], "none") || !irccasecmp(argv[2], "remove")) {
1775         service->trigger = 0;
1776         reply("MCMSG_REMOVED_TRIGGER", service->bot->nick);
1777     } else if ((bogon = get_chanmsg_bot(argv[2][0]))) {
1778         reply("MCMSG_DUPLICATE_TRIGGER", bogon->nick, argv[2][0]);
1779         return 1;
1780     } else {
1781         service->trigger = argv[2][0];
1782         reg_chanmsg_func(service->trigger, service->bot, modcmd_chanmsg);
1783         reply("MCMSG_NEW_TRIGGER", service->bot->nick, service->trigger);
1784     }
1785     return 1;
1786 }
1787
1788 static MODCMD_FUNC(cmd_service_privileged) {
1789     struct service *service;
1790     const char *newval;
1791
1792     if (!(service = service_find(argv[1]))) {
1793         reply("MCMSG_UNKNOWN_SERVICE", argv[1]);
1794         return 0;
1795     }
1796     if (argc >= 3)
1797         service->privileged = true_string(argv[2]) || enabled_string(argv[2]);
1798     newval = user_find_message(user, service->privileged ? "MSG_ON" : "MSG_OFF");
1799     reply("MCMSG_SERVICE_PRIVILEGED", service->bot->nick, newval);
1800     return 1;
1801 }
1802
1803 static MODCMD_FUNC(cmd_service_remove) {
1804     char *name, *reason;
1805     struct service *service;
1806
1807     name = argv[1];
1808     if (argc > 2)
1809         reason = unsplit_string(argv+2, argc-2, NULL);
1810     else
1811         reason = "Removing bot";
1812     if (!(service = service_find(name))) {
1813         reply("MCMSG_UNKNOWN_SERVICE", name);
1814         return 0;
1815     }
1816     DelUser(service->bot, NULL, 1, reason);
1817     reply("MCMSG_SERVICE_REMOVED", name);
1818     dict_remove(services, name);
1819     return 1;
1820 }
1821
1822 static MODCMD_FUNC(cmd_dump_messages) {
1823     const char *fname = "strings.db";
1824     struct saxdb_context *ctx;
1825     dict_iterator_t it;
1826     FILE *pf;
1827     int res;
1828
1829     if (!(pf = fopen(fname, "w"))) {
1830         reply("MCMSG_FILE_NOT_OPENED", fname);
1831         return 0;
1832     }
1833     if (!(ctx = saxdb_open_context(pf))) {
1834         reply("MSG_INTERNAL_FAILURE");
1835         return 0;
1836     }
1837     if ((res = setjmp(*saxdb_jmp_buf(ctx))) != 0) {
1838         saxdb_close_context(ctx);
1839         fclose(pf);
1840         reply("MCMSG_MESSAGE_DUMP_FAILED", strerror(res));
1841         return 0;
1842     } else {
1843         for (it = dict_first(lang_C->messages); it; it = iter_next(it))
1844             saxdb_write_string(ctx, iter_key(it), iter_data(it));
1845         saxdb_close_context(ctx);
1846         fclose(pf);
1847         reply("MCMSG_MESSAGES_DUMPED", fname);
1848         return 1;
1849     }
1850 }
1851
1852 static MODCMD_FUNC(cmd_version) {
1853     /* This function provides copyright management information to end
1854      * users of srvx. You should not alter, disable or remove this
1855      * command or its accessibility to normal IRC users, except to add
1856      * copyright information pertaining to changes you make to srvx.
1857      */
1858     send_message_type(4, user, cmd->parent->bot, "$b"PACKAGE_STRING"$b ("CODENAME"), Built: "__DATE__", "__TIME__".  Copyright 2000-2007 srvx Development Team.");
1859     if (argc > 1)
1860         send_message_type(4, user, cmd->parent->bot, "%s", git_version);
1861     else
1862         send_message_type(12, user, cmd->parent->bot, "The srvx Development Team includes Paul Chang, Adrian Dewhurst, Miles Peterson, Michael Poole and others.\nThe srvx Development Team can be reached at http://sf.net/projects/srvx/ or in #srvx on irc.gamesurge.net.");
1863     return 1;
1864 }
1865
1866 static MODCMD_FUNC(cmd_tell) {
1867     struct userNode *target;
1868     char *msg;
1869
1870     target = GetUserH(argv[1]);
1871     msg = unsplit_string(argv + 2, argc - 2, NULL);
1872     if (!target) {
1873         reply("MSG_NOT_TARGET_NAME");
1874         return 0;
1875     }
1876     send_message_type(MSG_TYPE_NOXLATE, target, cmd->parent->bot, "%s", msg);
1877     return 1;
1878 }
1879
1880 void
1881 modcmd_nick_change(struct userNode *user, const char *old_nick) {
1882     struct service *svc;
1883     if (!(svc = dict_find(services, old_nick, NULL)))
1884         return;
1885     dict_remove2(services, old_nick, 1);
1886     dict_insert(services, user->nick, svc);
1887 }
1888
1889 void
1890 modcmd_cleanup(void) {
1891     dict_delete(services);
1892     dict_delete(modules);
1893     if (suf_list)
1894         free(suf_list);
1895 }
1896
1897 static void
1898 modcmd_saxdb_write_command(struct saxdb_context *ctx, struct svccmd *cmd) {
1899     char buf[MAXLEN];
1900     unsigned int nn, len, pos;
1901     struct svccmd *template = cmd->command->defaults;
1902
1903     saxdb_start_record(ctx, cmd->name, 0);
1904     sprintf(buf, "%s.%s", cmd->command->parent->name, cmd->command->name);
1905     saxdb_write_string(ctx, "command", buf);
1906     if (cmd->alias.used)
1907         saxdb_write_string_list(ctx, "aliased", &cmd->alias);
1908     if (cmd->min_opserv_level != template->min_opserv_level)
1909         saxdb_write_int(ctx, "oper_access", cmd->min_opserv_level);
1910     if (cmd->min_channel_access != template->min_channel_access)
1911         saxdb_write_int(ctx, "channel_access", cmd->min_channel_access);
1912     if (cmd->flags != template->flags) {
1913         if (cmd->flags) {
1914             for (nn=pos=0; flags[nn].name; ++nn) {
1915                 if (cmd->flags & flags[nn].flag) {
1916                     buf[pos++] = '+';
1917                     len = strlen(flags[nn].name);
1918                     memcpy(buf+pos, flags[nn].name, len);
1919                     pos += len;
1920                     buf[pos++] = ',';
1921                 }
1922             }
1923         } else {
1924             pos = 1;
1925         }
1926         buf[--pos] = 0;
1927         saxdb_write_string(ctx, "flags", buf);
1928     }
1929     if ((cmd->req_account_flags != template->req_account_flags)
1930         || (cmd->deny_account_flags != template->req_account_flags)) {
1931         pos = 0;
1932         if (cmd->req_account_flags) {
1933             buf[pos++] = '+';
1934             for (nn=0; nn<32; nn++)
1935                 if (cmd->req_account_flags & (1 << nn))
1936                     buf[pos++] = handle_flags[nn];
1937         }
1938         if (cmd->deny_account_flags) {
1939             buf[pos++] = '-';
1940             for (nn=0; nn<32; nn++)
1941                 if (cmd->deny_account_flags & (1 << nn))
1942                     buf[pos++] = handle_flags[nn];
1943         }
1944         buf[pos] = 0;
1945         saxdb_write_string(ctx, "account_flags", buf);
1946     }
1947     saxdb_end_record(ctx);
1948 }
1949
1950 static int
1951 modcmd_saxdb_write(struct saxdb_context *ctx) {
1952     struct string_list slist;
1953     dict_iterator_t it, it2;
1954     struct service *service;
1955     unsigned int ii;
1956
1957     saxdb_start_record(ctx, "bots", 1);
1958     for (it = dict_first(services); it; it = iter_next(it)) {
1959         char buff[16];
1960         service = iter_data(it);
1961         saxdb_start_record(ctx, service->bot->nick, 1);
1962         if (service->trigger) {
1963             buff[0] = service->trigger;
1964             buff[1] = '\0';
1965             saxdb_write_string(ctx, "trigger", buff);
1966         }
1967         saxdb_write_string(ctx, "description", service->bot->info);
1968         saxdb_write_string(ctx, "hostname", service->bot->hostname);
1969         if (service->privileged)
1970             saxdb_write_string(ctx, "privileged", "1");
1971         saxdb_end_record(ctx);
1972     }
1973     saxdb_end_record(ctx);
1974
1975     saxdb_start_record(ctx, "services", 1);
1976     for (it = dict_first(services); it; it = iter_next(it)) {
1977         service = iter_data(it);
1978         saxdb_start_record(ctx, service->bot->nick, 1);
1979         for (it2 = dict_first(service->commands); it2; it2 = iter_next(it2))
1980             modcmd_saxdb_write_command(ctx, iter_data(it2));
1981         saxdb_end_record(ctx);
1982     }
1983     saxdb_end_record(ctx);
1984
1985     saxdb_start_record(ctx, "helpfiles", 1);
1986     slist.size = 0;
1987     for (it = dict_first(services); it; it = iter_next(it)) {
1988         service = iter_data(it);
1989         slist.used = 0;
1990         for (ii = 0; ii < service->modules.used; ++ii)
1991             string_list_append(&slist, service->modules.list[ii]->name);
1992         saxdb_write_string_list(ctx, iter_key(it), &slist);
1993     }
1994     if (slist.list)
1995         free(slist.list);
1996     saxdb_end_record(ctx);
1997
1998     return 0;
1999 }
2000
2001 static int
2002 append_entry(const char *key, UNUSED_ARG(void *data), void *extra) {
2003     struct helpfile_expansion *exp = extra;
2004     int row = exp->value.table.length++;
2005     exp->value.table.contents[row] = calloc(1, sizeof(char*));
2006     exp->value.table.contents[row][0] = key;
2007     return 0;
2008 }
2009
2010 static struct helpfile_expansion
2011 modcmd_expand(const char *variable) {
2012     struct helpfile_expansion exp;
2013     extern struct userNode *message_source;
2014     struct service *service;
2015
2016     service = dict_find(services, message_source->nick, NULL);
2017     if (!irccasecmp(variable, "index")) {
2018         exp.type = HF_TABLE;
2019         exp.value.table.length = 1;
2020         exp.value.table.width = 1;
2021         exp.value.table.flags = TABLE_REPEAT_ROWS;
2022         exp.value.table.contents = calloc(dict_size(service->commands)+1, sizeof(char**));
2023         exp.value.table.contents[0] = calloc(1, sizeof(char*));
2024         exp.value.table.contents[0][0] = "Commands:";
2025         dict_foreach(service->commands, append_entry, &exp);
2026         return exp;
2027     } else if (!irccasecmp(variable, "languages")) {
2028         struct string_buffer sbuf;
2029         dict_iterator_t it;
2030         sbuf.used = sbuf.size = 0;
2031         sbuf.list = NULL;
2032         for (it = dict_first(languages); it; it = iter_next(it)) {
2033             string_buffer_append_string(&sbuf, iter_key(it));
2034             string_buffer_append(&sbuf, ' ');
2035         }
2036         sbuf.list[--sbuf.used] = 0;
2037         exp.type = HF_STRING;
2038         exp.value.str = sbuf.list;
2039         return exp;
2040     }
2041     exp.type = HF_STRING;
2042     exp.value.str = NULL;
2043     return exp;
2044 }
2045
2046 static void
2047 modcmd_load_bots(struct dict *db, int default_nick) {
2048     dict_iterator_t it;
2049
2050     for (it = dict_first(db); it; it = iter_next(it)) {
2051         struct record_data *rd;
2052         struct service *svc;
2053         const char *nick, *desc, *hostname;
2054
2055         rd = iter_data(it);
2056         if (rd->type != RECDB_OBJECT) {
2057             log_module(MAIN_LOG, LOG_ERROR, "Bad type for 'bots/%s' in modcmd db (expected object).", iter_key(it));
2058             continue;
2059         }
2060         nick = database_get_data(rd->d.object, "nick", RECDB_QSTRING);
2061         if (!nick) {
2062             if (default_nick)
2063                 nick = iter_key(it);
2064             else
2065                 continue;
2066         }
2067         svc = service_find(nick);
2068         desc = database_get_data(rd->d.object, "description", RECDB_QSTRING);
2069         hostname = database_get_data(rd->d.object, "hostname", RECDB_QSTRING);
2070         if (desc) {
2071             if (!svc)
2072                 svc = service_register(AddLocalUser(nick, nick, hostname, desc, NULL));
2073             else if (hostname)
2074                 strcpy(svc->bot->hostname, hostname);
2075             desc = database_get_data(rd->d.object, "trigger", RECDB_QSTRING);
2076             if (desc)
2077                 svc->trigger = desc[0];
2078             desc = database_get_data(rd->d.object, "privileged", RECDB_QSTRING);
2079             if (desc && (true_string(desc) || enabled_string(desc)))
2080                 svc->privileged = 1;
2081         }
2082     }
2083 }
2084
2085 static void
2086 modcmd_conf_read(void) {
2087     modcmd_load_bots(conf_get_data("services", RECDB_OBJECT), 0);
2088 }
2089
2090 void
2091 modcmd_init(void) {
2092     qsort(flags, ArrayLength(flags)-1, sizeof(flags[0]), flags_qsort);
2093     modules = dict_new();
2094     dict_set_free_data(modules, free_module);
2095     services = dict_new();
2096     dict_set_free_data(services, free_service);
2097     reg_nick_change_func(modcmd_nick_change);
2098     reg_exit_func(modcmd_cleanup);
2099     conf_register_reload(modcmd_conf_read);
2100
2101     modcmd_module = module_register("modcmd", MAIN_LOG, "modcmd.help", modcmd_expand);
2102     bind_command = modcmd_register(modcmd_module, "bind", cmd_bind, 4, MODCMD_KEEP_BOUND, "oper_level", "800", NULL);
2103     help_command = modcmd_register(modcmd_module, "help", cmd_help, 1, 0, "flags", "+nolog", NULL);
2104     modcmd_register(modcmd_module, "command", cmd_command, 2, 0, "flags", "+nolog", NULL);
2105     modcmd_register(modcmd_module, "modcmd", cmd_modcmd, 2, MODCMD_KEEP_BOUND, "template", "bind", NULL);
2106     modcmd_register(modcmd_module, "god", cmd_god, 0, MODCMD_REQUIRE_AUTHED, "flags", "+oper,+networkhelper", NULL);
2107     modcmd_register(modcmd_module, "readhelp", cmd_readhelp, 2, 0, "oper_level", "650", NULL);
2108     modcmd_register(modcmd_module, "timecmd", cmd_timecmd, 2, 0, "oper_level", "1", NULL);
2109     modcmd_register(modcmd_module, "unbind", cmd_unbind, 3, 0, "template", "bind", NULL);
2110     modcmd_register(modcmd_module, "joiner", cmd_joiner, 1, 0, NULL);
2111     modcmd_register(modcmd_module, "stats modules", cmd_stats_modules, 1, 0, "flags", "+oper", NULL);
2112     modcmd_register(modcmd_module, "stats services", cmd_stats_services, 1, 0, "flags", "+oper", NULL);
2113     modcmd_register(modcmd_module, "showcommands", cmd_showcommands, 1, 0, "flags", "+acceptchan", NULL);
2114     modcmd_register(modcmd_module, "helpfiles", cmd_helpfiles, 2, 0, "template", "bind", NULL);
2115     modcmd_register(modcmd_module, "service add", cmd_service_add, 4, 0, "flags", "+oper", NULL);
2116     modcmd_register(modcmd_module, "service rename", cmd_service_rename, 3, 0, "flags", "+oper", NULL);
2117     modcmd_register(modcmd_module, "service trigger", cmd_service_trigger, 2, 0, "flags", "+oper", NULL);
2118     modcmd_register(modcmd_module, "service privileged", cmd_service_privileged, 2, 0, "flags", "+oper", NULL);
2119     modcmd_register(modcmd_module, "service remove", cmd_service_remove, 2, 0, "flags", "+oper", NULL);
2120     modcmd_register(modcmd_module, "dumpmessages", cmd_dump_messages, 1, 0, "oper_level", "1000", NULL);
2121     modcmd_register(modcmd_module, "tell", cmd_tell, 3, 0, "flags", "+oper", NULL);
2122     version_command = modcmd_register(modcmd_module, "version", cmd_version, 1, 0, NULL);
2123     message_register_table(msgtab);
2124 }
2125
2126 static void
2127 modcmd_db_load_command(struct service *service, const char *cmdname, struct dict *obj) {
2128     struct svccmd *svccmd;
2129     struct module *module;
2130     struct modcmd *modcmd;
2131     struct string_list *slist;
2132     const char *str, *sep;
2133     char buf[MAXLEN];
2134
2135     str = database_get_data(obj, "command", RECDB_QSTRING);
2136     if (!str) {
2137         log_module(MAIN_LOG, LOG_ERROR, "Missing command for service %s command %s in modcmd.db", service->bot->nick, cmdname);
2138         return;
2139     }
2140     sep = strchr(str, '.');
2141     if (!sep) {
2142         log_module(MAIN_LOG, LOG_ERROR, "Invalid command %s for service %s command %s in modcmd.db", str, service->bot->nick, cmdname);
2143         return;
2144     }
2145     memcpy(buf, str, sep-str);
2146     buf[sep-str] = 0;
2147     if (!(module = module_find(buf))) {
2148         log_module(MAIN_LOG, LOG_ERROR, "Unknown module %s for service %s command %s in modcmd.db", buf, service->bot->nick, cmdname);
2149         return;
2150     }
2151     if (!(modcmd = dict_find(module->commands, sep+1, NULL))) {
2152         log_module(MAIN_LOG, LOG_ERROR, "Unknown command %s in module %s for service %s command %s", sep+1, module->name, service->bot->nick, cmdname);
2153         return;
2154     }
2155     /* Now that we know we have a command to use, fill in the basics. */
2156     svccmd = calloc(1, sizeof(*svccmd));
2157     svccmd_insert(service, strdup(cmdname), svccmd, modcmd);
2158     if ((str = database_get_data(obj, "template", RECDB_QSTRING))) {
2159         add_pending_template(svccmd, str);
2160     } else {
2161         svccmd_copy_rules(svccmd, modcmd->defaults);
2162     }
2163     if ((str = database_get_data(obj, "account_flags", RECDB_QSTRING))) {
2164         svccmd->req_account_flags = svccmd->deny_account_flags = 0;
2165         svccmd_configure(svccmd, NULL, service->bot, "account_flags", str);
2166     }
2167     if ((str = database_get_data(obj, "flags", RECDB_QSTRING))) {
2168         svccmd->flags = 0;
2169         svccmd_configure(svccmd, NULL, service->bot, "flags", str);
2170     }
2171     if ((str = database_get_data(obj, "oper_access", RECDB_QSTRING))
2172         || (str = database_get_data(obj, "opserv_level", RECDB_QSTRING))) {
2173         svccmd_configure(svccmd, NULL, service->bot, "oper_access", str);
2174     }
2175     if ((str = database_get_data(obj, "channel_access", RECDB_QSTRING))
2176         || (str = database_get_data(obj, "chanserv_level", RECDB_QSTRING))) {
2177         svccmd_configure(svccmd, NULL, service->bot, "channel_access", str);
2178     }
2179     if ((slist = database_get_data(obj, "aliased", RECDB_STRING_LIST))) {
2180         unsigned int nn;
2181         svccmd->alias.used = svccmd->alias.size = slist->used;
2182         svccmd->alias.list = calloc(svccmd->alias.size, sizeof(svccmd->alias.list[0]));
2183         for (nn=0; nn<slist->used; ++nn)
2184             svccmd->alias.list[nn] = strdup(slist->list[nn]);
2185     }
2186     modcmd_set_effective_flags(svccmd);
2187 }
2188
2189 static struct svccmd *
2190 service_make_alias(struct service *service, const char *alias, ...) {
2191     char *arg, *argv[MAXNUMPARAMS];
2192     unsigned int nn, argc;
2193     struct svccmd *svccmd, *template;
2194     va_list args;
2195
2196     va_start(args, alias);
2197     argc = 0;
2198     while (1) {
2199         arg = va_arg(args, char*);
2200         if (!arg)
2201             break;
2202         argv[argc++] = arg;
2203     }
2204     va_end(args);
2205     svccmd = calloc(1, sizeof(*svccmd));
2206     if (!(template = svccmd_resolve_name(svccmd, argv[0]))) {
2207         log_module(MAIN_LOG, LOG_ERROR, "Invalid base command %s for alias %s in service %s", argv[0], alias, service->bot->nick);
2208         free(svccmd->name);
2209         free(svccmd);
2210         return NULL;
2211     }
2212     if (argc > 1) {
2213         svccmd->alias.used = svccmd->alias.size = argc;
2214         svccmd->alias.list = calloc(svccmd->alias.size, sizeof(svccmd->alias.list[0]));
2215         for (nn=0; nn<argc; nn++)
2216             svccmd->alias.list[nn] = strdup(argv[nn]);
2217     }
2218     svccmd_insert(service, strdup(alias), svccmd, template->command);
2219     svccmd_copy_rules(svccmd, template);
2220     return svccmd;
2221 }
2222
2223 static int saxdb_present;
2224
2225 static int
2226 modcmd_saxdb_read(struct dict *db) {
2227     struct dict *db2;
2228     dict_iterator_t it, it2;
2229     struct record_data *rd, *rd2;
2230     struct service *service;
2231
2232     modcmd_load_bots(database_get_data(db, "bots", RECDB_OBJECT), 1);
2233     db2 = database_get_data(db, "services", RECDB_OBJECT);
2234     if (!db2) {
2235         log_module(MAIN_LOG, LOG_ERROR, "Missing section 'services' in modcmd db.");
2236         return 1;
2237     }
2238     for (it = dict_first(db2); it; it = iter_next(it)) {
2239         rd = iter_data(it);
2240         if (rd->type != RECDB_OBJECT) {
2241             log_module(MAIN_LOG, LOG_ERROR, "Bad type for 'services/%s' in modcmd db (expected object).", iter_key(it));
2242             continue;
2243         }
2244         if (!(service = service_find(iter_key(it)))) {
2245             log_module(MAIN_LOG, LOG_ERROR, "Unknown service '%s' listed in modcmd db.", iter_key(it));
2246             continue;
2247         }
2248         for (it2 = dict_first(rd->d.object); it2; it2 = iter_next(it2)) {
2249             rd2 = iter_data(it2);
2250             if (rd2->type != RECDB_OBJECT) {
2251                 log_module(MAIN_LOG, LOG_ERROR, "Bad type for 'services/%s/%s' in modcmd db (expected object).", iter_key(it), iter_key(it2));
2252                 continue;
2253             }
2254             modcmd_db_load_command(service, iter_key(it2), rd2->d.object);
2255         }
2256     }
2257     db2 = database_get_data(db, "helpfiles", RECDB_OBJECT);
2258     for (it = dict_first(db2); it; it = iter_next(it)) {
2259         struct module *module;
2260         struct string_list *slist;
2261         unsigned int ii;
2262
2263         rd = iter_data(it);
2264         if (rd->type != RECDB_STRING_LIST) {
2265             log_module(MAIN_LOG, LOG_ERROR, "Bad type for 'helpfiles/%s' in modcmd db (expected string list).", iter_key(it));
2266             continue;
2267         }
2268         slist = rd->d.slist;
2269         if (!(service = service_find(iter_key(it)))) {
2270             /* We probably whined about the service being missing above. */
2271             continue;
2272         }
2273         service->modules.used = 0;
2274         for (ii=0; ii<slist->used; ++ii) {
2275             if (!(module = dict_find(modules, slist->list[ii], NULL))) {
2276                 log_module(MAIN_LOG, LOG_ERROR, "Unknown module '%s' listed in modcmd 'helpfiles/%s'.", slist->list[ii], iter_key(it));
2277                 continue;
2278             }
2279             module_list_append(&service->modules, module);
2280         }
2281     }
2282     saxdb_present = 1;
2283     return 0;
2284 }
2285
2286 static void
2287 create_default_binds(void) {
2288     /* Which services should import which modules by default? */
2289     struct {
2290         const char *svcname;
2291         /* C is lame and requires a fixed size for this array.
2292          * Be sure you NULL-terminate each array and increment the
2293          * size here if you add more default modules to any
2294          * service. */
2295         const char *modnames[8];
2296     } def_binds[] = {
2297         { "ChanServ", { "ChanServ", NULL } },
2298         { "Global", { "Global", NULL } },
2299         { "NickServ", { "NickServ", NULL } },
2300         { "OpServ", { "OpServ", "modcmd", "sendmail", "saxdb", "proxycheck", NULL } },
2301         { NULL, { NULL } }
2302     };
2303     unsigned int ii, jj;
2304     char buf[128], *nick;
2305     struct service *service;
2306     struct module *module;
2307
2308     for (ii = 0; def_binds[ii].svcname; ++ii) {
2309         sprintf(buf, "services/%s/nick", def_binds[ii].svcname);
2310         if (!(nick = conf_get_data(buf, RECDB_QSTRING)))
2311             continue;
2312         if (!(service = service_find(nick)))
2313             continue;
2314         if (dict_size(service->commands) > 0)
2315             continue;
2316
2317         /* Bind the default modules for this service to it */
2318         for (jj = 0; def_binds[ii].modnames[jj]; ++jj) {
2319             if (!(module = module_find(def_binds[ii].modnames[jj])))
2320                 continue;
2321             service_bind_module(service, module);
2322         }
2323
2324         /* Bind the help and version commands to this service */
2325         service_bind_modcmd(service, help_command, help_command->name);
2326         service_bind_modcmd(service, version_command, version_command->name);
2327
2328         /* Now some silly hax.. (aliases that most people want) */
2329         if (!irccasecmp(def_binds[ii].svcname, "ChanServ")) {
2330             service_make_alias(service, "addowner", "*chanserv.adduser", "$1", "owner", NULL);
2331             service_make_alias(service, "addcoowner", "*chanserv.adduser", "$1", "coowner", NULL);
2332             service_make_alias(service, "addmaster", "*chanserv.adduser", "$1", "master", NULL);
2333             service_make_alias(service, "addop", "*chanserv.adduser", "$1", "op", NULL);
2334             service_make_alias(service, "addpeon", "*chanserv.adduser", "$1", "peon", NULL);
2335             service_make_alias(service, "delowner", "*chanserv.deluser", "owner", "$1", NULL);
2336             service_make_alias(service, "delcoowner", "*chanserv.deluser", "coowner", "$1", NULL);
2337             service_make_alias(service, "delmaster", "*chanserv.deluser", "master", "$1", NULL);
2338             service_make_alias(service, "delop", "*chanserv.deluser", "op", "$1", NULL);
2339             service_make_alias(service, "delpeon", "*chanserv.deluser", "peon", "$1", NULL);
2340             service_make_alias(service, "command", "*modcmd.command", NULL);
2341             service_make_alias(service, "god", "*modcmd.god", NULL);
2342         } else if (!irccasecmp(def_binds[ii].svcname, "OpServ")) {
2343             struct svccmd *svccmd;
2344             svccmd = service_make_alias(service, "stats", "*modcmd.joiner", NULL);
2345             svccmd->min_opserv_level = 101;
2346             svccmd = service_make_alias(service, "service", "*modcmd.joiner", NULL);
2347             svccmd->min_opserv_level = 900;
2348         }
2349     }
2350 }
2351
2352 static void
2353 import_aliases_db() {
2354     struct dict *db;
2355     dict_iterator_t it, it2;
2356     struct record_data *rd, *rd2;
2357     struct service *service;
2358     struct module *module;
2359
2360     if (!(db = parse_database("aliases.db")))
2361         return;
2362     for (it = dict_first(db); it; it = iter_next(it)) {
2363         service = service_find(iter_key(it));
2364         if (!service)
2365             continue;
2366         module = module_find(service->bot->nick);
2367         rd = iter_data(it);
2368         if (rd->type != RECDB_OBJECT)
2369             continue;
2370         for (it2 = dict_first(rd->d.object); it2; it2 = iter_next(it2)) {
2371             struct modcmd *command;
2372             rd2 = iter_data(it2);
2373             if (rd2->type != RECDB_QSTRING)
2374                 continue;
2375             command = dict_find(module->commands, rd2->d.qstring, NULL);
2376             if (!command)
2377                 continue;
2378             service_bind_modcmd(service, command, iter_key(it2));
2379         }
2380     }
2381 }
2382
2383 void
2384 modcmd_finalize(void) {
2385     dict_iterator_t it;
2386
2387     /* Check databases. */
2388     saxdb_register("modcmd", modcmd_saxdb_read, modcmd_saxdb_write);
2389     create_default_binds();
2390     if (!saxdb_present)
2391         import_aliases_db();
2392
2393     /* Register services for their triggers. */
2394     for (it = dict_first(services); it; it = iter_next(it)) {
2395         struct service *svc = iter_data(it);
2396         if (svc->trigger)
2397             reg_chanmsg_func(svc->trigger, svc->bot, modcmd_chanmsg);
2398     }
2399
2400     /* Resolve command rule-templates. */
2401     while (pending_templates) {
2402         struct pending_template *ptempl = pending_templates;
2403         struct svccmd *svccmd;
2404
2405         pending_templates = ptempl->next;
2406         /* Only overwrite the current template if we have a valid template. */
2407         if (!strcmp(ptempl->base, "*")) {
2408             /* Do nothing. */
2409         } else if ((svccmd = svccmd_resolve_name(ptempl->cmd, ptempl->base))) {
2410             svccmd_copy_rules(ptempl->cmd, svccmd);
2411         } else {
2412             assert(ptempl->cmd->parent);
2413             log_module(MAIN_LOG, LOG_ERROR, "Unable to resolve template name %s for command %s in service %s.", ptempl->base, ptempl->cmd->name, ptempl->cmd->parent->bot->nick);
2414         }
2415         free(ptempl->base);
2416         free(ptempl);
2417     }
2418 }