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