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