Convert new_user_func_t to return void.
[srvx.git] / src / opserv.c
1 /* opserv.c - IRC Operator assistance service
2  * Copyright 2000-2004 srvx Development Team
3  *
4  * This file is part of srvx.
5  *
6  * srvx is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with srvx; if not, write to the Free Software Foundation,
18  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
19  */
20
21 #include "conf.h"
22 #include "gline.h"
23 #include "global.h"
24 #include "nickserv.h"
25 #include "modcmd.h"
26 #include "opserv.h"
27 #include "timeq.h"
28 #include "saxdb.h"
29
30 #ifdef HAVE_SYS_TIMES_H
31 #include <sys/times.h>
32 #endif
33 #ifdef HAVE_NETINET_IN_H
34 #include <netinet/in.h>
35 #endif
36 #ifdef HAVE_ARPA_INET_H
37 #include <arpa/inet.h>
38 #endif
39
40 #define OPSERV_CONF_NAME "services/opserv"
41
42 #define KEY_ALERT_CHANNEL "alert_channel"
43 #define KEY_ALERT_CHANNEL_MODES "alert_channel_modes"
44 #define KEY_DEBUG_CHANNEL "debug_channel"
45 #define KEY_DEBUG_CHANNEL_MODES "debug_channel_modes"
46 #define KEY_UNTRUSTED_MAX "untrusted_max"
47 #define KEY_PURGE_LOCK_DELAY "purge_lock_delay"
48 #define KEY_JOIN_FLOOD_MODERATE "join_flood_moderate"
49 #define KEY_JOIN_FLOOD_MODERATE_THRESH "join_flood_moderate_threshold"
50 #define KEY_NICK "nick"
51 #define KEY_JOIN_POLICER "join_policer"
52 #define KEY_NEW_USER_POLICER "new_user_policer"
53 #define KEY_REASON "reason"
54 #define KEY_RESERVES "reserves"
55 #define KEY_IDENT "username" /* for compatibility with 1.0 DBs */
56 #define KEY_HOSTNAME "hostname"
57 #define KEY_DESC "description"
58 #define KEY_BAD_WORDS "bad"
59 #define KEY_EXEMPT_CHANNELS "exempt"
60 #define KEY_SECRET_WORDS "secret"
61 #define KEY_TRUSTED_HOSTS "trusted"
62 #define KEY_OWNER "owner"
63 #define KEY_GAGS "gags"
64 #define KEY_ALERTS "alerts"
65 #define KEY_REACTION "reaction"
66 #define KEY_DISCRIM "discrim"
67 #define KEY_WARN "chanwarn"
68 #define KEY_MAX "max"
69 #define KEY_TIME "time"
70 #define KEY_MAX_CLIENTS "max_clients"
71 #define KEY_LIMIT "limit"
72 #define KEY_EXPIRES "expires"
73 #define KEY_STAFF_AUTH_CHANNEL "staff_auth_channel"
74 #define KEY_STAFF_AUTH_CHANNEL_MODES "staff_auth_channel_modes"
75 #define KEY_CLONE_GLINE_DURATION "clone_gline_duration"
76 #define KEY_BLOCK_GLINE_DURATION "block_gline_duration"
77 #define KEY_ISSUER "issuer"
78 #define KEY_ISSUED "issued"
79
80 #define IDENT_FORMAT            "%s [%s@%s/%s]"
81 #define IDENT_DATA(user)        user->nick, user->ident, user->hostname, irc_ntoa(&user->ip)
82 #define MAX_CHANNELS_WHOIS      50
83 #define OSMSG_PART_REASON       "%s has no reason."
84 #define OSMSG_KICK_REQUESTED    "Kick requested by %s."
85 #define OSMSG_KILL_REQUESTED    "Kill requested by %s."
86 #define OSMSG_GAG_REQUESTED     "Gag requested by %s."
87
88 static const struct message_entry msgtab[] = {
89     { "OSMSG_USER_ACCESS_IS", "$b%s$b (account $b%s$b) has %d access." },
90     { "OSMSG_LEVEL_TOO_LOW", "You lack sufficient access to use this command." },
91     { "OSMSG_NEED_CHANNEL", "You must specify a channel for $b%s$b." },
92     { "OSMSG_INVALID_IRCMASK", "$b%s$b is an invalid IRC hostmask." },
93     { "OSMSG_ADDED_BAN", "I have banned $b%s$b from $b%s$b." },
94     { "OSMSG_NO_GLINE_CMD", "The GLINE command is not bound so you can only block with the default duration." },
95     { "OSMSG_BLOCK_TRUSTED", "$b%s$b is on a trusted ip. If you really want to G-line him, use the GLINE command." },
96     { "OSMSG_BLOCK_OPER" , "G-lining $b%s$b (*@%s) would also hit the IRC operator $b%s$b." },
97     { "OSMSG_GLINE_ISSUED", "G-line issued for $b%s$b." },
98     { "OSMSG_GLINE_REMOVED", "G-line removed for $b%s$b." },
99     { "OSMSG_GLINE_FORCE_REMOVED", "Unknown/expired G-line removed for $b%s$b." },
100     { "OSMSG_GLINES_ONE_REFRESHED", "All G-lines resent to $b%s$b." },
101     { "OSMSG_GLINES_REFRESHED", "All G-lines refreshed." },
102     { "OSMSG_CLEARBANS_DONE", "Cleared all bans from channel $b%s$b." },
103     { "OSMSG_CLEARMODES_DONE", "Cleared all modes from channel $b%s$b." },
104     { "OSMSG_NO_CHANNEL_MODES", "Channel $b%s$b had no modes to clear." },
105     { "OSMSG_DEOP_DONE", "Deopped the requested lusers." },
106     { "OSMSG_DEOPALL_DONE", "Deopped everyone on $b%s$b." },
107     { "OSMSG_NO_DEBUG_CHANNEL", "No debug channel has been configured." },
108     { "OSMSG_INVITE_DONE", "Invited $b%s$b to $b%s$b." },
109     { "OSMSG_ALREADY_THERE", "You are already in $b%s$b." },
110     { "OSMSG_JOIN_DONE", "I have joined $b%s$b." },
111     { "OSMSG_ALREADY_JOINED", "I am already in $b%s$b." },
112     { "OSMSG_NOT_ON_CHANNEL", "$b%s$b does not seem to be on $b%s$b." },
113     { "OSMSG_KICKALL_DONE", "I have cleared out %s." },
114     { "OSMSG_LEAVING", "Leaving $b%s$b." },
115     { "OSMSG_MODE_SET", "I have set the modes for $b%s$b." },
116     { "OSMSG_OP_DONE", "Opped the requested lusers." },
117     { "OSMSG_OPALL_DONE", "Opped everyone on $b%s$b." },
118     { "OSMSG_WHOIS_IDENT", "%s (%s@%s) from %d.%d.%d.%d" },
119     { "OSMSG_WHOIS_NICK", "Nick    : %s" },
120     { "OSMSG_WHOIS_HOST", "Host    : %s@%s" },
121     { "OSMSG_WHOIS_FAKEHOST", "Fakehost: %s" },
122     { "OSMSG_WHOIS_IP",   "Real IP : %s" },
123     { "OSMSG_WHOIS_MODES", "Modes   : +%s " },
124     { "OSMSG_WHOIS_INFO", "Info    : %s" },
125     { "OSMSG_WHOIS_NUMERIC", "Numnick : %s" },
126     { "OSMSG_WHOIS_SERVER", "Server  : %s" },
127     { "OSMSG_WHOIS_NICK_AGE", "Nick Age: %s" },
128     { "OSMSG_WHOIS_ACCOUNT", "Account : %s" },
129     { "OSMSG_WHOIS_CHANNELS", "Channels: %s" },
130     { "OSMSG_WHOIS_HIDECHANS", "Channel list omitted for your sanity." },
131     { "OSMSG_UNBAN_DONE", "Ban(s) removed from channel %s." },
132     { "OSMSG_CHANNEL_VOICED", "All users on %s voiced." },
133     { "OSMSG_CHANNEL_DEVOICED", "All voiced users on %s de-voiced." },
134     { "OSMSG_BAD_MODIFIER", "Unknown bad-word modifier $b%s$b." },
135     { "OSMSG_BAD_REDUNDANT", "$b%s$b is already covered by a bad word ($b%s$b)." },
136     { "OSMSG_BAD_GROWING", "Replacing bad word $b%s$b with shorter bad word $b%s$b." },
137     { "OSMSG_BAD_NUKING", " .. and removing redundant bad word $b%s$b." },
138     { "OSMSG_ADDED_BAD", "Added $b%s$b to the bad-word list." },
139     { "OSMSG_REMOVED_BAD", "Removed $b%s$b from the bad-word list." },
140     { "OSMSG_NOT_BAD_WORD", "$b%s$b is not a bad word." },
141     { "OSMSG_ADDED_EXEMPTION", "Added $b%s$b to the bad-word exemption list." },
142     { "OSMSG_ADDED_EXEMPTIONS", "Added %d exception(s) to the bad word list." },
143     { "OSMSG_REMOVED_EXEMPTION", "Removed $b%s$b from the exemption list." },
144     { "OSMSG_NOT_EXEMPT", "$b%s$b is not on the exempt list." },
145     { "OSMSG_ALREADY_TRUSTED", "Host $b%s$b is already trusted (use $bdeltrust$b and then $baddtrust$b to adjust)." },
146     { "OSMSG_NOT_TRUSTED", "Host $b%s$b is not trusted." },
147     { "OSMSG_BAD_IP", "$b%s$b is not a valid IP address" },
148     { "OSMSG_BAD_NUMBER", "$b%s$b is not a number" },
149     { "OSMSG_ADDED_TRUSTED", "Added trusted hosts to the trusted-hosts list." },
150     { "OSMSG_UPDATED_TRUSTED", "Updated trusted host $b%s$b." },
151     { "OSMSG_REMOVED_TRUSTED", "Removed trusted hosts from the trusted-hosts list." },
152     { "OSMSG_CLONE_EXISTS", "Nick $b%s$b is already in use." },
153     { "OSMSG_NOT_A_HOSTMASK", "The hostmask must be in user@host form." },
154     { "OSMSG_BADWORD_LIST", "Bad words: %s" },
155     { "OSMSG_EXEMPTED_LIST", "Exempted channels: %s" },
156     { "OSMSG_GLINE_COUNT", "There are %d glines active on the network." },
157     { "OSMSG_NO_GLINE", "$b%s$b is not a known G-line." },
158     { "OSMSG_LINKS_SERVER", "%s%s (%u clients; %s)" },
159     { "OSMSG_MAX_CLIENTS", "Max clients: %d at %s" },
160     { "OSMSG_NETWORK_INFO", "Total users: %d (%d invisible, %d opers)" },
161     { "OSMSG_RESERVED_LIST", "List of reserved nicks:" },
162     { "OSMSG_TRUSTED_LIST", "List of trusted hosts:" },
163     { "OSMSG_HOST_IS_TRUSTED", "%s (%s; set %s ago by %s; expires %s: %s)" },
164     { "OSMSG_HOST_NOT_TRUSTED", "%s does not have a special trust." },
165     { "OSMSG_UPTIME_STATS", "Uptime: %s (%u lines processed, CPU time %.2fu/%.2fs)" },
166     { "OSMSG_LINE_DUMPED", "Raw line sent." },
167     { "OSMSG_RAW_PARSE_ERROR", "Error parsing raw line (not dumping to uplink)." },
168     { "OSMSG_COLLIDED_NICK", "Now temporarily holding nick $b%s$b." },
169     { "OSMSG_RESERVED_NICK", "Now reserving nick $b%s$b." },
170     { "OSMSG_NICK_UNRESERVED", "Nick $b%s$b is no longer reserved." },
171     { "OSMSG_NOT_RESERVED", "Nick $b%s$b is not reserved." },
172     { "OSMSG_ILLEGAL_REASON", "This channel is illegal." },
173     { "OSMSG_ILLEGAL_KILL_REASON", "Joined an illegal modeless channel - do not repeat." },
174     { "OSMSG_ILLEGAL_CHANNEL", "$b%s$b is an ILLEGAL channel. Do not re-join it." },
175     { "OSMSG_FLOOD_MODERATE", "This channel has been temporarily moderated due to a possible join flood attack detected in this channel; network staff have been notified and will investigate." },
176     { "OSMSG_CLONE_WARNING", "WARNING: You have connected the maximum permitted number of clients from one IP address (clones).  If you connect any more, your host will be temporarily banned from the network." },
177     { "OSMSG_CLONE_ADDED", "Added clone $b%s$b." },
178     { "OSMSG_CLONE_FAILED", "Unable to add user $b%s$b." },
179     { "OSMSG_NOT_A_CLONE", "Har har.  $b%s$b isn't a clone." },
180     { "OSMSG_CLONE_REMOVED", "Removed clone $b%s$b." },
181     { "OSMSG_CLONE_JOINED", "$b%s$b has joined $b%s$b." },
182     { "OSMSG_CLONE_PARTED", "$b%s$b has left $b%s$b." },
183     { "OSMSG_OPS_GIVEN", "I have given ops in $b%s$b to $b%s$b." },
184     { "OSMSG_CLONE_SAID", "$b%s$b has spoken to $b%s$b." },
185     { "OSMSG_UNKNOWN_SUBCOMMAND", "$b%s$b is not a valid subcommand of $b%s$b." },
186     { "OSMSG_UNKNOWN_OPTION", "$b%s$b has not been set." },
187     { "OSMSG_OPTION_IS", "$b%s$b is set to $b%s$b." },
188     { "OSMSG_OPTION_ROOT", "The following keys can be queried:" },
189     { "OSMSG_OPTION_LIST", "$b%s$b contains the following values:" },
190     { "OSMSG_OPTION_KEYS", "$b%s$b contains the following keys:" },
191     { "OSMSG_OPTION_LIST_EMPTY", "Empty list." },
192     { "OSMSG_SET_NOT_SET", "$b%s$b does not exist, and cannot be set." },
193     { "OSMSG_SET_BAD_TYPE", "$b%s$b is not a string, and cannot be set." },
194     { "OSMSG_SET_SUCCESS", "$b%s$b has been set to $b%s$b." },
195     { "OSMSG_SETTIME_SUCCESS", "Set time for servers named like $b%s$b." },
196     { "OSMSG_BAD_ACTION", "Unrecognized trace action $b%s$b." },
197     { "OSMSG_USER_SEARCH_RESULTS", "The following users were found:" },
198     { "OSMSG_CHANNEL_SEARCH_RESULTS", "The following channels were found:" },
199     { "OSMSG_GLINE_SEARCH_RESULTS", "The following glines were found:" },
200     { "OSMSG_LOG_SEARCH_RESULTS", "The following log entries were found:" },
201     { "OSMSG_GSYNC_RUNNING", "Synchronizing glines from %s." },
202     { "OSMSG_GTRACE_FORMAT", "%s (issued %s by %s, lastmod %s, expires %s): %s" },
203     { "OSMSG_GAG_APPLIED", "Gagged $b%s$b, affecting %d users." },
204     { "OSMSG_GAG_ADDED", "Gagged $b%s$b." },
205     { "OSMSG_REDUNDANT_GAG", "Gag $b%s$b is redundant." },
206     { "OSMSG_GAG_NOT_FOUND", "Could not find gag $b%s$b." },
207     { "OSMSG_NO_GAGS", "No gags have been set." },
208     { "OSMSG_UNGAG_APPLIED", "Ungagged $b%s$b, affecting %d users." },
209     { "OSMSG_UNGAG_ADDED", "Ungagged $b%s$b." },
210     { "OSMSG_TIMEQ_INFO", "%u events in timeq; next in %lu seconds." },
211     { "OSMSG_ALERT_EXISTS", "An alert named $b%s$b already exists." },
212     { "OSMSG_UNKNOWN_REACTION", "Unknown alert reaction $b%s$b." },
213     { "OSMSG_ADDED_ALERT", "Added alert named $b%s$b." },
214     { "OSMSG_REMOVED_ALERT", "Removed alert named $b%s$b." },
215     { "OSMSG_NO_SUCH_ALERT", "No alert named $b%s$b could be found." },
216     { "OSMSG_ALERT_IS", "%s (by %s, reaction %s): %s" },
217     { "OSMSG_ALERTS_LIST", "Current $O alerts:" },
218     { "OSMSG_REHASH_COMPLETE", "Completed rehash of configuration database." },
219     { "OSMSG_REHASH_FAILED", "Rehash of configuration database failed, previous configuration is intact." },
220     { "OSMSG_REOPEN_COMPLETE", "Closed and reopened all log files." },
221     { "OSMSG_RECONNECTING", "Reconnecting to my uplink." },
222     { "OSMSG_NUMERIC_COLLIDE", "Numeric %d (%s) is already in use." },
223     { "OSMSG_NAME_COLLIDE", "That name is already in use." },
224     { "OSMSG_SRV_CREATE_FAILED", "Server creation failed -- check log files." },
225     { "OSMSG_SERVER_JUPED", "Added new jupe server %s." },
226     { "OSMSG_SERVER_NOT_JUPE", "That server is not a juped server." },
227     { "OSMSG_SERVER_UNJUPED", "Server jupe removed." },
228     { "OSMSG_WARN_ADDED", "Added channel activity warning for $b%s$b (%s)" },
229     { "OSMSG_WARN_EXISTS", "Channel activity warning for $b%s$b already exists." },
230     { "OSMSG_WARN_DELETED", "Removed channel activity warning for $b%s$b" },
231     { "OSMSG_WARN_NOEXIST", "Channel activity warning for $b%s$b does not exist." },
232     { "OSMSG_WARN_LISTSTART", "Channel activity warnings:" },
233     { "OSMSG_WARN_LISTENTRY", "%s (%s)" },
234     { "OSMSG_WARN_LISTEND", "End of activity warning list." },
235     { "OSMSG_UPLINK_CONNECTING", "Establishing connection with %s (%s:%d)." },
236     { "OSMSG_CURRENT_UPLINK", "$b%s$b is already the current uplink." },
237     { "OSMSG_INVALID_UPLINK", "$b%s$b is not a valid uplink name." },
238     { "OSMSG_UPLINK_DISABLED", "$b%s$b is a disabled or unavailable uplink." },
239     { "OSMSG_UPLINK_START", "Uplink $b%s$b:" },
240     { "OSMSG_UPLINK_ADDRESS", "Address: %s:%d" },
241     { "OSMSG_STUPID_GLINE", "Gline %s?  Now $bthat$b would be smooth." },
242     { "OSMSG_ACCOUNTMASK_AUTHED", "Invalid criteria: it is impossible to match an account mask but not be authed" },
243     { "OSMSG_CHANINFO_HEADER", "%s Information" },
244     { "OSMSG_CHANINFO_TIMESTAMP", "Created on: %a %b %d %H:%M:%S %Y (%s)" },
245     { "OSMSG_CHANINFO_MODES", "Modes: %s" },
246     { "OSMSG_CHANINFO_MODES_BADWORD", "Modes: %s; bad-word channel" },
247     { "OSMSG_CHANINFO_TOPIC", "Topic (set by %%s, %a %b %d %H:%M:%S %Y): %%s" },
248     { "OSMSG_CHANINFO_TOPIC_UNKNOWN", "Topic: (none / not gathered)" },
249     { "OSMSG_CHANINFO_BAN_COUNT", "Bans (%d):" },
250     { "OSMSG_CHANINFO_BAN", "%%s by %%s (%a %b %d %H:%M:%S %Y)" },
251     { "OSMSG_CHANINFO_MANY_USERS", "%d users (\"/msg $S %s %s users\" for the list)" },
252     { "OSMSG_CHANINFO_USER_COUNT", "Users (%d):" },
253     { "OSMSG_CSEARCH_CHANNEL_INFO", "%s [%d users] %s %s" },
254     { "OSMSG_TRACE_MAX_CHANNELS", "You may not use the 'channel' criterion more than %d times." },
255     { "OSMSG_FORCEKICK_LOCAL", "You cannot kick $b%s$b forcefully." },
256     { NULL, NULL }
257 };
258
259 #define OPSERV_SYNTAX() svccmd_send_help(user, opserv, cmd)
260
261 typedef int (*discrim_search_func)(struct userNode *match, void *extra);
262
263 struct userNode *opserv;
264
265 static dict_t opserv_chan_warn; /* data is char* */
266 static dict_t opserv_reserved_nick_dict; /* data is struct userNode* */
267 static struct string_list *opserv_bad_words;
268 static dict_t opserv_exempt_channels; /* data is not used */
269 static dict_t opserv_trusted_hosts; /* data is struct trusted_host* */
270 static dict_t opserv_hostinfo_dict; /* data is struct opserv_hostinfo* */
271 static dict_t opserv_user_alerts; /* data is struct opserv_user_alert* */
272 static dict_t opserv_nick_based_alerts; /* data is struct opserv_user_alert* */
273 static dict_t opserv_channel_alerts; /* data is struct opserv_user_alert* */
274 static dict_t opserv_account_alerts; /* data is struct opserv_user_alert* */
275 static struct module *opserv_module;
276 static struct log_type *OS_LOG;
277 static unsigned int new_user_flood;
278 static char *level_strings[1001];
279
280 static struct {
281     struct chanNode *debug_channel;
282     struct chanNode *alert_channel;
283     struct chanNode *staff_auth_channel;
284     struct policer_params *join_policer_params;
285     struct policer new_user_policer;
286     unsigned long untrusted_max;
287     unsigned long clone_gline_duration;
288     unsigned long block_gline_duration;
289     unsigned long purge_lock_delay;
290     unsigned long join_flood_moderate;
291     unsigned long join_flood_moderate_threshold;
292 } opserv_conf;
293
294 struct trusted_host {
295     char *ipaddr;
296     char *issuer;
297     char *reason;
298     unsigned long limit;
299     unsigned long issued;
300     unsigned long expires;
301 };
302
303 struct gag_entry {
304     char *mask;
305     char *owner;
306     char *reason;
307     unsigned long expires;
308     struct gag_entry *next;
309 };
310
311 static struct gag_entry *gagList;
312
313 struct opserv_hostinfo {
314     struct userList clients;
315     struct trusted_host *trusted;
316 };
317
318 static void
319 opserv_free_hostinfo(void *data)
320 {
321     struct opserv_hostinfo *ohi = data;
322     userList_clean(&ohi->clients);
323     free(ohi);
324 }
325
326 #define DISCRIM_MAX_CHANS 20
327
328 typedef struct opservDiscrim {
329     struct chanNode *channels[DISCRIM_MAX_CHANS];
330     unsigned int channel_count;
331     char *mask_nick, *mask_ident, *mask_host, *mask_info, *server, *reason, *notice_target, *accountmask;
332     irc_in_addr_t ip_mask;
333     unsigned long limit;
334     unsigned long min_ts, max_ts;
335     unsigned int min_level, max_level, domain_depth, duration, min_clones, min_channels, max_channels;
336     unsigned char ip_mask_bits;
337     unsigned int match_opers : 1, match_trusted : 1, option_log : 1;
338     unsigned int chan_req_modes[DISCRIM_MAX_CHANS], chan_no_modes[DISCRIM_MAX_CHANS];
339     int authed : 2, info_space : 2;
340 } *discrim_t;
341
342 struct discrim_and_source {
343     discrim_t discrim;
344     struct userNode *source;
345     dict_t dict;
346     unsigned int disp_limit;
347 };
348
349 static discrim_t opserv_discrim_create(struct userNode *user, unsigned int argc, char *argv[], int allow_channel);
350 static unsigned int opserv_discrim_search(discrim_t discrim, discrim_search_func dsf, void *data);
351 static int gag_helper_func(struct userNode *match, void *extra);
352 static int ungag_helper_func(struct userNode *match, void *extra);
353
354 typedef enum {
355     REACT_NOTICE,
356     REACT_KILL,
357     REACT_GLINE
358 } opserv_alert_reaction;
359
360 struct opserv_user_alert {
361     char *owner;
362     char *text_discrim, *split_discrim;
363     discrim_t discrim;
364     opserv_alert_reaction reaction;
365 };
366
367 /* funny type to make it acceptible to dict_set_free_data, far below */
368 static void
369 opserv_free_user_alert(void *data)
370 {
371     struct opserv_user_alert *alert = data;
372     unsigned int i;
373     for(i = 0; i < alert->discrim->channel_count; i++)
374         UnlockChannel(alert->discrim->channels[i]);
375     free(alert->owner);
376     free(alert->text_discrim);
377     free(alert->split_discrim);
378     free(alert->discrim->reason);
379     free(alert->discrim);
380     free(alert);
381 }
382
383 #if defined(GCC_VARMACROS)
384 # define opserv_debug(ARGS...) do { if (opserv_conf.debug_channel) send_channel_notice(opserv_conf.debug_channel, opserv, ARGS); } while (0)
385 # define opserv_alert(ARGS...) do { if (opserv_conf.alert_channel) send_channel_notice(opserv_conf.alert_channel, opserv, ARGS); } while (0)
386 # define opserv_custom_alert(CHAN, ARGS...) do { if (CHAN) send_target_message(4, (CHAN), opserv, ARGS); else if (opserv_conf.alert_channel) send_channel_notice(opserv_conf.alert_channel, opserv, ARGS); } while (0)
387 #elif defined(C99_VARMACROS)
388 # define opserv_debug(...) do { if (opserv_conf.debug_channel) send_channel_notice(opserv_conf.debug_channel, opserv, __VA_ARGS__); } while (0)
389 # define opserv_alert(...) do { if (opserv_conf.alert_channel) send_channel_notice(opserv_conf.alert_channel, opserv, __VA_ARGS__); } while (0)
390 # define opserv_custom_alert(chan, ...) do { if (chan) send_target_message(4, chan, opserv, __VA_ARGS__); else if (opserv_conf.alert_channel) send_channel_notice(opserv_conf.alert_channel, opserv, __VA_ARGS__); } while (0)
391 #endif
392
393 /* A lot of these commands are very similar to what ChanServ can do,
394  * but OpServ can do them even on channels that aren't registered.
395  */
396
397 static MODCMD_FUNC(cmd_access)
398 {
399     struct handle_info *hi;
400     const char *target;
401     unsigned int res;
402
403     target = (argc > 1) ? (const char*)argv[1] : user->nick;
404     if (!irccasecmp(target, "*")) {
405         nickserv_show_oper_accounts(user, cmd);
406         return 1;
407     }
408     if (!(hi = modcmd_get_handle_info(user, target)))
409         return 0;
410     res = (argc > 2) ? oper_try_set_access(user, cmd->parent->bot, hi, strtoul(argv[2], NULL, 0)) : 0;
411     reply("OSMSG_USER_ACCESS_IS", target, hi->handle, hi->opserv_level);
412     return res;
413 }
414
415 static MODCMD_FUNC(cmd_ban)
416 {
417     struct mod_chanmode change;
418     struct userNode *victim;
419
420     mod_chanmode_init(&change);
421     change.argc = 1;
422     change.args[0].mode = MODE_BAN;
423     if (is_ircmask(argv[1]))
424         change.args[0].u.hostmask = strdup(argv[1]);
425     else if ((victim = GetUserH(argv[1])))
426         change.args[0].u.hostmask = generate_hostmask(victim, 0);
427     else {
428         reply("OSMSG_INVALID_IRCMASK", argv[1]);
429         return 0;
430     }
431     modcmd_chanmode_announce(&change);
432     reply("OSMSG_ADDED_BAN", change.args[0].u.hostmask, channel->name);
433     free((char*)change.args[0].u.hostmask);
434     return 1;
435 }
436
437 static MODCMD_FUNC(cmd_chaninfo)
438 {
439     char buffer[MAXLEN];
440     const char *fmt;
441     struct banNode *ban;
442     struct modeNode *moden;
443     time_t feh;
444     unsigned int n;
445
446     reply("OSMSG_CHANINFO_HEADER", channel->name);
447     fmt = user_find_message(user, "OSMSG_CHANINFO_TIMESTAMP");
448     feh = channel->timestamp;
449     strftime(buffer, sizeof(buffer), fmt, gmtime(&feh));
450     send_message_type(4, user, cmd->parent->bot, "%s", buffer);
451     irc_make_chanmode(channel, buffer);
452     if (channel->bad_channel)
453         reply("OSMSG_CHANINFO_MODES_BADWORD", buffer);
454     else
455         reply("OSMSG_CHANINFO_MODES", buffer);
456     if (channel->topic_time) {
457         fmt = user_find_message(user, "OSMSG_CHANINFO_TOPIC");
458         feh = channel->topic_time;
459         strftime(buffer, sizeof(buffer), fmt, gmtime(&feh));
460         send_message_type(4, user, cmd->parent->bot, buffer, channel->topic_nick, channel->topic);
461     } else {
462         irc_fetchtopic(cmd->parent->bot, channel->name);
463         reply("OSMSG_CHANINFO_TOPIC_UNKNOWN");
464     }
465     if (channel->banlist.used) {
466         reply("OSMSG_CHANINFO_BAN_COUNT", channel->banlist.used);
467         fmt = user_find_message(user, "OSMSG_CHANINFO_BAN");
468         for (n = 0; n < channel->banlist.used; n++) {
469             ban = channel->banlist.list[n];
470             feh = ban->set;
471             strftime(buffer, sizeof(buffer), fmt, localtime(&feh));
472             send_message_type(4, user, cmd->parent->bot, buffer, ban->ban, ban->who);
473         }
474     }
475     if ((argc < 2) && (channel->members.used >= 50)) {
476         /* early out unless they ask for users */
477         reply("OSMSG_CHANINFO_MANY_USERS", channel->members.used, argv[0], channel->name);
478         return 1;
479     }
480     reply("OSMSG_CHANINFO_USER_COUNT", channel->members.used);
481     for (n=0; n<channel->members.used; n++) {
482         moden = channel->members.list[n];
483         if (moden->modes & MODE_CHANOP) {
484             if (moden->oplevel >= 0)
485                 send_message_type(4, user, cmd->parent->bot, " @%s:%d (%s@%s)", moden->user->nick, moden->oplevel, moden->user->ident, moden->user->hostname);
486             else
487                 send_message_type(4, user, cmd->parent->bot, " @%s (%s@%s)", moden->user->nick, moden->user->ident, moden->user->hostname);
488         }
489     }
490     for (n=0; n<channel->members.used; n++) {
491         moden = channel->members.list[n];
492         if ((moden->modes & (MODE_CHANOP|MODE_VOICE)) == MODE_VOICE)
493             send_message_type(4, user, cmd->parent->bot, " +%s (%s@%s)", moden->user->nick, moden->user->ident, moden->user->hostname);
494     }
495     for (n=0; n<channel->members.used; n++) {
496         moden = channel->members.list[n];
497         if ((moden->modes & (MODE_CHANOP|MODE_VOICE)) == 0)
498             send_message_type(4, user, cmd->parent->bot, "  %s (%s@%s)", moden->user->nick, moden->user->ident, moden->user->hostname);
499     }
500     return 1;
501 }
502
503 static MODCMD_FUNC(cmd_warn)
504 {
505     char *reason, *message;
506
507     if (!IsChannelName(argv[1])) {
508         reply("OSMSG_NEED_CHANNEL", argv[0]);
509         return 0;
510     }
511     reason = dict_find(opserv_chan_warn, argv[1], NULL);
512     if (reason) {
513         reply("OSMSG_WARN_EXISTS", argv[1]);
514         return 0;
515     }
516     if (argv[2])
517         reason = strdup(unsplit_string(argv+2, argc-2, NULL));
518     else
519         reason = strdup("No reason");
520     dict_insert(opserv_chan_warn, strdup(argv[1]), reason);
521     reply("OSMSG_WARN_ADDED", argv[1], reason);
522     if (dict_find(channels, argv[1], NULL)) {
523         message = alloca(strlen(reason) + strlen(argv[1]) + 55);
524         sprintf(message, "Channel activity warning for channel %s: %s", argv[1], reason);
525         global_message(MESSAGE_RECIPIENT_OPERS, message);
526     }
527     return 1;
528 }
529
530 static MODCMD_FUNC(cmd_unwarn)
531 {
532     if ((argc < 2) || !IsChannelName(argv[1])) {
533         reply("OSMSG_NEED_CHANNEL", argv[0]);
534         return 0;
535     }
536     if (!dict_remove(opserv_chan_warn, argv[1])) {
537         reply("OSMSG_WARN_NOEXIST", argv[1]);
538         return 0;
539     }
540     reply("OSMSG_WARN_DELETED", argv[1]);
541     return 1;
542 }
543
544 static MODCMD_FUNC(cmd_clearbans)
545 {
546     struct mod_chanmode *change;
547     unsigned int ii;
548
549     change = mod_chanmode_alloc(channel->banlist.used);
550     for (ii=0; ii<channel->banlist.used; ii++) {
551         change->args[ii].mode = MODE_REMOVE | MODE_BAN;
552         change->args[ii].u.hostmask = strdup(channel->banlist.list[ii]->ban);
553     }
554     modcmd_chanmode_announce(change);
555     for (ii=0; ii<change->argc; ++ii)
556         free((char*)change->args[ii].u.hostmask);
557     mod_chanmode_free(change);
558     reply("OSMSG_CLEARBANS_DONE", channel->name);
559     return 1;
560 }
561
562 static MODCMD_FUNC(cmd_clearmodes)
563 {
564     struct mod_chanmode change;
565
566     if (!channel->modes) {
567         reply("OSMSG_NO_CHANNEL_MODES", channel->name);
568         return 0;
569     }
570     mod_chanmode_init(&change);
571     change.modes_clear = channel->modes;
572     modcmd_chanmode_announce(&change);
573     reply("OSMSG_CLEARMODES_DONE", channel->name);
574     return 1;
575 }
576
577 static MODCMD_FUNC(cmd_deop)
578 {
579     struct mod_chanmode *change;
580     unsigned int arg, count;
581
582     change = mod_chanmode_alloc(argc-1);
583     for (arg = 1, count = 0; arg < argc; ++arg) {
584         struct userNode *victim = GetUserH(argv[arg]);
585         struct modeNode *mn;
586         if (!victim || IsService(victim)
587             || !(mn = GetUserMode(channel, victim))
588             || !(mn->modes & MODE_CHANOP))
589             continue;
590         change->args[count].mode = MODE_REMOVE | MODE_CHANOP;
591         change->args[count++].u.member = mn;
592     }
593     if (count) {
594         change->argc = count;
595         modcmd_chanmode_announce(change);
596     }
597     mod_chanmode_free(change);
598     reply("OSMSG_DEOP_DONE");
599     return 1;
600 }
601
602 static MODCMD_FUNC(cmd_deopall)
603 {
604     struct mod_chanmode *change;
605     unsigned int ii, count;
606
607     change = mod_chanmode_alloc(channel->members.used);
608     for (ii = count = 0; ii < channel->members.used; ++ii) {
609         struct modeNode *mn = channel->members.list[ii];
610         if (IsService(mn->user) || !(mn->modes & MODE_CHANOP))
611             continue;
612         change->args[count].mode = MODE_REMOVE | MODE_CHANOP;
613         change->args[count++].u.member = mn;
614     }
615     if (count) {
616         change->argc = count;
617         modcmd_chanmode_announce(change);
618     }
619     mod_chanmode_free(change);
620     reply("OSMSG_DEOPALL_DONE", channel->name);
621     return 1;
622 }
623
624 static MODCMD_FUNC(cmd_rehash)
625 {
626     extern char *services_config;
627
628     if (conf_read(services_config))
629         reply("OSMSG_REHASH_COMPLETE");
630     else
631         reply("OSMSG_REHASH_FAILED");
632     return 1;
633 }
634
635 static MODCMD_FUNC(cmd_reopen)
636 {
637     log_reopen();
638     reply("OSMSG_REOPEN_COMPLETE");
639     return 1;
640 }
641
642 static MODCMD_FUNC(cmd_reconnect)
643 {
644     reply("OSMSG_RECONNECTING");
645     irc_squit(self, "Reconnecting.", NULL);
646     return 1;
647 }
648
649 static MODCMD_FUNC(cmd_jupe)
650 {
651     extern int force_n2k;
652     struct server *newsrv;
653     unsigned int num;
654     char numeric[COMBO_NUMERIC_LEN+1], srvdesc[SERVERDESCRIPTMAX+1];
655
656     num = atoi(argv[2]);
657     if ((num < 64) && !force_n2k) {
658         inttobase64(numeric, num, 1);
659         inttobase64(numeric+1, 64*64-1, 2);
660     } else {
661         inttobase64(numeric, num, 2);
662         inttobase64(numeric+2, 64*64*64-1, 3);
663     }
664 #ifdef WITH_PROTOCOL_P10
665     if (GetServerN(numeric)) {
666         reply("OSMSG_NUMERIC_COLLIDE", num, numeric);
667         return 0;
668     }
669 #endif
670     if (GetServerH(argv[1])) {
671         reply("OSMSG_NAME_COLLIDE");
672         return 0;
673     }
674     snprintf(srvdesc, sizeof(srvdesc), "JUPE %s", unsplit_string(argv+3, argc-3, NULL));
675     newsrv = AddServer(self, argv[1], 1, now, now, numeric, srvdesc);
676     if (!newsrv) {
677         reply("OSMSG_SRV_CREATE_FAILED");
678         return 0;
679     }
680     irc_server(newsrv);
681     reply("OSMSG_SERVER_JUPED", argv[1]);
682     return 1;
683 }
684
685 static MODCMD_FUNC(cmd_unjupe)
686 {
687     struct server *srv;
688     char *reason;
689
690     srv = GetServerH(argv[1]);
691     if (!srv) {
692         reply("MSG_SERVER_UNKNOWN", argv[1]);
693         return 0;
694     }
695     if (strncmp(srv->description, "JUPE", 4)) {
696         reply("OSMSG_SERVER_NOT_JUPE");
697         return 0;
698     }
699     reason = (argc > 2) ? unsplit_string(argv+2, argc-2, NULL) : "Unjuping server";
700     DelServer(srv, 1, reason);
701     reply("OSMSG_SERVER_UNJUPED");
702     return 1;
703 }
704
705 static MODCMD_FUNC(cmd_jump)
706 {
707     extern struct cManagerNode cManager;
708     void uplink_select(char *name);
709     struct uplinkNode *uplink_find(char *name);
710     struct uplinkNode *uplink;
711     char *target;
712
713     target = unsplit_string(argv+1, argc-1, NULL);
714
715     if (!strcmp(cManager.uplink->name, target)) {
716         reply("OSMSG_CURRENT_UPLINK", cManager.uplink->name);
717         return 0;
718     }
719
720     uplink = uplink_find(target);
721     if (!uplink) {
722         reply("OSMSG_INVALID_UPLINK", target);
723         return 0;
724     }
725     if (uplink->flags & UPLINK_UNAVAILABLE) {
726         reply("OSMSG_UPLINK_DISABLED", uplink->name);
727         return 0;
728     }
729
730     reply("OSMSG_UPLINK_CONNECTING", uplink->name, uplink->host, uplink->port);
731     uplink_select(target);
732     irc_squit(self, "Reconnecting.", NULL);
733     return 1;
734 }
735
736 static MODCMD_FUNC(cmd_die)
737 {
738     char *reason, *text;
739
740     text = unsplit_string(argv+1, argc-1, NULL);
741     reason = alloca(strlen(text) + strlen(user->nick) + 20);
742     sprintf(reason, "Disconnected by %s [%s]", user->nick, text);
743     irc_squit(self, reason, text);
744     quit_services = 1;
745     return 1;
746 }
747
748 static MODCMD_FUNC(cmd_restart)
749 {
750     extern int services_argc;
751     extern char **services_argv;
752     char **restart_argv, *reason, *text;
753
754     text = unsplit_string(argv+1, argc-1, NULL);
755     reason = alloca(strlen(text) + strlen(user->nick) + 17);
756     sprintf(reason, "Restarted by %s [%s]", user->nick, text);
757     irc_squit(self, reason, text);
758
759     /* Append a NULL to the end of argv[]. */
760     restart_argv = (char **)alloca((services_argc + 1) * sizeof(char *));
761     memcpy(restart_argv, services_argv, services_argc * sizeof(char *));
762     restart_argv[services_argc] = NULL;
763
764     call_exit_funcs();
765
766     /* Don't blink. */
767     execv(services_argv[0], restart_argv);
768
769     /* If we're still here, that means something went wrong. Reconnect. */
770     return 1;
771 }
772
773 static struct gline *
774 opserv_block(struct userNode *target, char *src_handle, char *reason, unsigned long duration)
775 {
776     char mask[IRC_NTOP_MAX_SIZE+3] = { '*', '@', '\0' };
777     irc_ntop(mask + 2, sizeof(mask) - 2, &target->ip);
778     if (!reason)
779         snprintf(reason = alloca(MAXLEN), MAXLEN,
780                  "G-line requested by %s.", src_handle);
781     if (!duration)
782         duration = opserv_conf.block_gline_duration;
783     return gline_add(src_handle, mask, duration, reason, now, now, 1);
784 }
785
786 static MODCMD_FUNC(cmd_block)
787 {
788     struct userNode *target;
789     struct gline *gline;
790     char *reason;
791     unsigned long duration = 0;
792     unsigned int offset = 2;
793     unsigned int nn;
794     struct svccmd *gline_cmd;
795
796     target = GetUserH(argv[1]);
797     if (!target) {
798         reply("MSG_NICK_UNKNOWN", argv[1]);
799         return 0;
800     }
801     if (IsService(target)) {
802         reply("MSG_SERVICE_IMMUNE", target->nick);
803         return 0;
804     }
805     if (dict_find(opserv_trusted_hosts, irc_ntoa(&target->ip), NULL)) {
806         reply("OSMSG_BLOCK_TRUSTED", target->nick);
807         return 0;
808     }
809
810     for(nn = 0; nn < curr_opers.used; nn++) {
811         if(memcmp(&curr_opers.list[nn]->ip, &target->ip, sizeof(irc_in_addr_t)) == 0) {
812             reply("OSMSG_BLOCK_OPER", target->nick, irc_ntoa(&target->ip), curr_opers.list[nn]->nick);
813             return 0;
814         }
815     }
816
817     if(argc > 2 && (duration = ParseInterval(argv[2]))) {
818         offset = 3;
819     }
820     if(duration && duration != opserv_conf.block_gline_duration) {
821         /* We require more access when the duration is not the default block duration. */
822         gline_cmd = dict_find(cmd->parent->commands, "gline", NULL);
823         if(!gline_cmd)
824         {
825             reply("OSMSG_NO_GLINE_CMD");
826             return 0;
827         }
828         if(!svccmd_can_invoke(user, cmd->parent->bot, gline_cmd, channel, SVCCMD_NOISY))
829             return 0;
830     }
831     reason = (argc > offset) ? unsplit_string(argv+offset, argc-offset, NULL) : NULL;
832     gline = opserv_block(target, user->handle_info->handle, reason, duration);
833     reply("OSMSG_GLINE_ISSUED", gline->target);
834     return 1;
835 }
836
837 static MODCMD_FUNC(cmd_gline)
838 {
839     unsigned long duration;
840     char *reason;
841     struct gline *gline;
842
843     reason = unsplit_string(argv+3, argc-3, NULL);
844     if (!is_gline(argv[1]) && !IsChannelName(argv[1]) && (argv[1][0] != '&')) {
845         reply("MSG_INVALID_GLINE", argv[1]);
846         return 0;
847     }
848     if (!argv[1][strspn(argv[1], "#&*?@.")] && (strlen(argv[1]) < 10)) {
849         reply("OSMSG_STUPID_GLINE", argv[1]);
850         return 0;
851     }
852     duration = ParseInterval(argv[2]);
853     if (!duration) {
854         reply("MSG_INVALID_DURATION", argv[2]);
855         return 0;
856     }
857     gline = gline_add(user->handle_info->handle, argv[1], duration, reason, now, now, 1);
858     reply("OSMSG_GLINE_ISSUED", gline->target);
859     return 1;
860 }
861
862 static MODCMD_FUNC(cmd_ungline)
863 {
864     if (gline_remove(argv[1], 1))
865         reply("OSMSG_GLINE_REMOVED", argv[1]);
866     else
867         reply("OSMSG_GLINE_FORCE_REMOVED", argv[1]);
868     return 1;
869 }
870
871 static MODCMD_FUNC(cmd_refreshg)
872 {
873     if (argc > 1) {
874         unsigned int count;
875         dict_iterator_t it;
876         struct server *srv;
877
878         for (it=dict_first(servers), count=0; it; it=iter_next(it)) {
879             srv = iter_data(it);
880             if ((srv == self) || !match_ircglob(srv->name, argv[1]))
881                 continue;
882             gline_refresh_server(srv);
883             reply("OSMSG_GLINES_ONE_REFRESHED", srv->name);
884             count++;
885         }
886         if (!count) {
887             reply("MSG_SERVER_UNKNOWN", argv[1]);
888             return 0;
889         }
890     } else {
891         gline_refresh_all();
892         reply("OSMSG_GLINES_REFRESHED");
893     }
894     return 1;
895 }
896
897 static void
898 opserv_ison(struct userNode *tell, struct userNode *target, const char *message)
899 {
900     struct modeNode *mn;
901     unsigned int count, here_len, n, maxlen;
902     char buff[MAXLEN];
903
904     maxlen = tell->handle_info ? tell->handle_info->screen_width : 0;
905     if (!maxlen)
906         maxlen = MAX_LINE_SIZE;
907     for (n=count=0; n<target->channels.used; n++) {
908         mn = target->channels.list[n];
909         here_len = strlen(mn->channel->name);
910         if ((count + here_len + 4) > maxlen) {
911             buff[count] = 0;
912             send_message(tell, opserv, message, buff);
913             count = 0;
914         }
915         if (mn->modes & MODE_CHANOP)
916             buff[count++] = '@';
917         if (mn->modes & MODE_VOICE)
918             buff[count++] = '+';
919         memcpy(buff+count, mn->channel->name, here_len);
920         count += here_len;
921         buff[count++] = ' ';
922     }
923     if (count) {
924         buff[count] = 0;
925         send_message(tell, opserv, message, buff);
926     }
927 }
928
929 static MODCMD_FUNC(cmd_inviteme)
930 {
931     struct userNode *target;
932
933     if (argc < 2) {
934         target = user;
935     } else {
936         target = GetUserH(argv[1]);
937         if (!target) {
938             reply("MSG_NICK_UNKNOWN", argv[1]);
939             return 0;
940         }
941     }
942     if (opserv_conf.debug_channel == NULL) {
943         reply("OSMSG_NO_DEBUG_CHANNEL");
944         return 0;
945     }
946     if (GetUserMode(opserv_conf.debug_channel, user)) {
947         reply("OSMSG_ALREADY_THERE", opserv_conf.debug_channel->name);
948         return 0;
949     }
950     irc_invite(cmd->parent->bot, target, opserv_conf.debug_channel);
951     if (target != user)
952         reply("OSMSG_INVITE_DONE", target->nick, opserv_conf.debug_channel->name);
953     return 1;
954 }
955
956 static MODCMD_FUNC(cmd_invite)
957 {
958     if (GetUserMode(channel, user)) {
959         reply("OSMSG_ALREADY_THERE", channel->name);
960         return 0;
961     }
962     irc_invite(cmd->parent->bot, user, channel);
963     return 1;
964 }
965
966 static MODCMD_FUNC(cmd_join)
967 {
968     struct userNode *bot = cmd->parent->bot;
969
970     if (!channel) {
971         if((argc < 2) || !IsChannelName(argv[1]))
972         {
973             reply("MSG_NOT_CHANNEL_NAME");
974             return 0;
975         }
976
977         channel = AddChannel(argv[1], now, NULL, NULL);
978         AddChannelUser(bot, channel)->modes |= MODE_CHANOP;
979     } else if (GetUserMode(channel, bot)) {
980         reply("OSMSG_ALREADY_JOINED", channel->name);
981         return 0;
982     } else {
983         struct mod_chanmode change;
984         mod_chanmode_init(&change);
985         change.argc = 1;
986         change.args[0].mode = MODE_CHANOP;
987         change.args[0].u.member = AddChannelUser(bot, channel);
988         modcmd_chanmode_announce(&change);
989     }
990
991     irc_fetchtopic(bot, channel->name);
992     reply("OSMSG_JOIN_DONE", channel->name);
993     return 1;
994 }
995
996 static MODCMD_FUNC(cmd_kick)
997 {
998     struct userNode *target;
999     char *reason;
1000
1001     if (argc < 3) {
1002         reason = alloca(strlen(OSMSG_KICK_REQUESTED)+strlen(user->nick)+1);
1003         sprintf(reason, OSMSG_KICK_REQUESTED, user->nick);
1004     } else {
1005         reason = unsplit_string(argv+2, argc-2, NULL);
1006     }
1007     target = GetUserH(argv[1]);
1008     if (!target) {
1009         reply("MSG_NICK_UNKNOWN", argv[1]);
1010         return 0;
1011     }
1012     if (!GetUserMode(channel, target)) {
1013         reply("OSMSG_NOT_ON_CHANNEL", target->nick, channel->name);
1014         return 0;
1015     }
1016     KickChannelUser(target, channel, cmd->parent->bot, reason);
1017     return 1;
1018 }
1019
1020 static MODCMD_FUNC(cmd_forcekick)
1021 {
1022     struct userNode *target;
1023     char *reason;
1024
1025     if (argc < 3) {
1026         reason = alloca(strlen(OSMSG_KICK_REQUESTED)+strlen(user->nick)+1);
1027         sprintf(reason, OSMSG_KICK_REQUESTED, user->nick);
1028     } else {
1029         reason = unsplit_string(argv+2, argc-2, NULL);
1030     }
1031     target = GetUserH(argv[1]);
1032     if (!target) {
1033         reply("MSG_NICK_UNKNOWN", argv[1]);
1034         return 0;
1035     }
1036     if (!GetUserMode(channel, target)) {
1037         reply("OSMSG_NOT_ON_CHANNEL", target->nick, channel->name);
1038         return 0;
1039     }
1040     if (IsLocal(target)) {
1041         reply("OSMSG_FORCEKICK_LOCAL", target->nick);
1042         return 0;
1043     }
1044     irc_kick(cmd->parent->bot, target, channel, reason);
1045     return 1;
1046 }
1047
1048 static MODCMD_FUNC(cmd_kickall)
1049 {
1050     unsigned int limit, n, inchan;
1051     struct modeNode *mn;
1052     char *reason;
1053     struct userNode *bot = cmd->parent->bot;
1054
1055     /* ircu doesn't let servers KICK users, so if OpServ's not in the
1056      * channel, we have to join it in temporarily. */
1057     if (!(inchan = GetUserMode(channel, bot) ? 1 : 0)) {
1058         struct mod_chanmode change;
1059         mod_chanmode_init(&change);
1060         change.args[0].mode = MODE_CHANOP;
1061         change.args[0].u.member = AddChannelUser(bot, channel);
1062         modcmd_chanmode_announce(&change);
1063     }
1064     if (argc < 2) {
1065         reason = alloca(strlen(OSMSG_KICK_REQUESTED)+strlen(user->nick)+1);
1066         sprintf(reason, OSMSG_KICK_REQUESTED, user->nick);
1067     } else {
1068         reason = unsplit_string(argv+1, argc-1, NULL);
1069     }
1070     limit = user->handle_info->opserv_level;
1071     for (n=channel->members.used; n>0;) {
1072         mn = channel->members.list[--n];
1073         if (IsService(mn->user)
1074             || (mn->user->handle_info
1075                 && (mn->user->handle_info->opserv_level >= limit))) {
1076             continue;
1077         }
1078         KickChannelUser(mn->user, channel, bot, reason);
1079     }
1080     if (!inchan)
1081         DelChannelUser(bot, channel, "My work here is done", 0);
1082     reply("OSMSG_KICKALL_DONE", channel->name);
1083     return 1;
1084 }
1085
1086 static MODCMD_FUNC(cmd_kickban)
1087 {
1088     struct mod_chanmode change;
1089     struct userNode *target;
1090     char *reason;
1091     char *mask;
1092
1093     if (argc == 2) {
1094         reason = alloca(strlen(OSMSG_KICK_REQUESTED)+strlen(user->nick)+1);
1095         sprintf(reason, OSMSG_KICK_REQUESTED, user->nick);
1096     } else {
1097         reason = unsplit_string(argv+2, argc-2, NULL);
1098     }
1099     target = GetUserH(argv[1]);
1100     if (!target) {
1101         reply("MSG_NICK_UNKNOWN", argv[1]);
1102         return 0;
1103     }
1104     if (!GetUserMode(channel, target)) {
1105         reply("OSMSG_NOT_ON_CHANNEL", target->nick, channel->name);
1106         return 0;
1107     }
1108     mod_chanmode_init(&change);
1109     change.argc = 1;
1110     change.args[0].mode = MODE_BAN;
1111     change.args[0].u.hostmask = mask = generate_hostmask(target, 0);
1112     modcmd_chanmode_announce(&change);
1113     KickChannelUser(target, channel, cmd->parent->bot, reason);
1114     free(mask);
1115     return 1;
1116 }
1117
1118 static MODCMD_FUNC(cmd_kickbanall)
1119 {
1120     struct modeNode *mn;
1121     struct userNode *bot = cmd->parent->bot;
1122     struct mod_chanmode *change;
1123     char *reason;
1124     unsigned int limit, n, inchan;
1125
1126     /* ircu doesn't let servers KICK users, so if OpServ's not in the
1127      * channel, we have to join it in temporarily. */
1128     if (!(inchan = GetUserMode(channel, bot) ? 1 : 0)) {
1129         change = mod_chanmode_alloc(2);
1130         change->args[0].mode = MODE_CHANOP;
1131         change->args[0].u.member = AddChannelUser(bot, channel);
1132         change->args[1].mode = MODE_BAN;
1133         change->args[1].u.hostmask = "*!*@*";
1134     } else {
1135         change = mod_chanmode_alloc(1);
1136         change->args[0].mode = MODE_BAN;
1137         change->args[0].u.hostmask = "*!*@*";
1138     }
1139     modcmd_chanmode_announce(change);
1140     mod_chanmode_free(change);
1141     if (argc < 2) {
1142         reason = alloca(strlen(OSMSG_KICK_REQUESTED)+strlen(user->nick)+1);
1143         sprintf(reason, OSMSG_KICK_REQUESTED, user->nick);
1144     } else {
1145         reason = unsplit_string(argv+1, argc-1, NULL);
1146     }
1147     /* now kick them */
1148     limit = user->handle_info->opserv_level;
1149     for (n=channel->members.used; n>0; ) {
1150         mn = channel->members.list[--n];
1151         if (IsService(mn->user)
1152             || (mn->user->handle_info
1153                 && (mn->user->handle_info->opserv_level >= limit))) {
1154             continue;
1155         }
1156         KickChannelUser(mn->user, channel, bot, reason);
1157     }
1158     if (!inchan)
1159         DelChannelUser(bot, channel, "My work here is done", 0);
1160     reply("OSMSG_KICKALL_DONE", channel->name);
1161     return 1;
1162 }
1163
1164 static MODCMD_FUNC(cmd_part)
1165 {
1166     char *reason;
1167
1168     if (!GetUserMode(channel, cmd->parent->bot)) {
1169         reply("OSMSG_NOT_ON_CHANNEL", cmd->parent->bot->nick, channel->name);
1170         return 0;
1171     }
1172     reason = (argc < 2) ? "Leaving." : unsplit_string(argv+1, argc-1, NULL);
1173     reply("OSMSG_LEAVING", channel->name);
1174     DelChannelUser(cmd->parent->bot, channel, reason, 0);
1175     return 1;
1176 }
1177
1178 static MODCMD_FUNC(cmd_mode)
1179 {
1180     if (!modcmd_chanmode(argv+1, argc-1, MCP_ALLOW_OVB|MCP_KEY_FREE|MC_ANNOUNCE)) {
1181         reply("MSG_INVALID_MODES", unsplit_string(argv+1, argc-1, NULL));
1182         return 0;
1183     }
1184     reply("OSMSG_MODE_SET", channel->name);
1185     return 1;
1186 }
1187
1188 static MODCMD_FUNC(cmd_op)
1189 {
1190     struct mod_chanmode *change;
1191     unsigned int arg, count;
1192
1193     change = mod_chanmode_alloc(argc-1);
1194     for (arg = 1, count = 0; arg < argc; ++arg) {
1195         struct userNode *victim;
1196         struct modeNode *mn;
1197         if (!(victim = GetUserH(argv[arg])))
1198             continue;
1199         if (!(mn =  GetUserMode(channel, victim)))
1200             continue;
1201         if (mn->modes & MODE_CHANOP)
1202             continue;
1203         change->args[count].mode = MODE_CHANOP;
1204         change->args[count++].u.member = mn;
1205     }
1206     if (count) {
1207         change->argc = count;
1208         modcmd_chanmode_announce(change);
1209     }
1210     mod_chanmode_free(change);
1211     reply("OSMSG_OP_DONE");
1212     return 1;
1213 }
1214
1215 static MODCMD_FUNC(cmd_opall)
1216 {
1217     struct mod_chanmode *change;
1218     unsigned int ii, count;
1219
1220     change = mod_chanmode_alloc(channel->members.used);
1221     for (ii = count = 0; ii < channel->members.used; ++ii) {
1222         struct modeNode *mn = channel->members.list[ii];
1223         if (mn->modes & MODE_CHANOP)
1224             continue;
1225         change->args[count].mode = MODE_CHANOP;
1226         change->args[count++].u.member = mn;
1227     }
1228     if (count) {
1229         change->argc = count;
1230         modcmd_chanmode_announce(change);
1231     }
1232     mod_chanmode_free(change);
1233     reply("OSMSG_OPALL_DONE", channel->name);
1234     return 1;
1235 }
1236
1237 static MODCMD_FUNC(cmd_whois)
1238 {
1239     struct userNode *target;
1240     char buffer[128];
1241     int bpos, herelen;
1242
1243 #ifdef WITH_PROTOCOL_P10
1244     if (argv[1][0] == '*')
1245         target = GetUserN(argv[1]+1);
1246     else
1247 #endif
1248     target = GetUserH(argv[1]);
1249     if (!target) {
1250         reply("MSG_NICK_UNKNOWN", argv[1]);
1251         return 0;
1252     }
1253     reply("OSMSG_WHOIS_NICK", target->nick);
1254     reply("OSMSG_WHOIS_HOST", target->ident, target->hostname);
1255     if (IsFakeHost(target))
1256         reply("OSMSG_WHOIS_FAKEHOST", target->fakehost);
1257     reply("OSMSG_WHOIS_IP", irc_ntoa(&target->ip));
1258     if (target->modes) {
1259         bpos = 0;
1260 #define buffer_cat(str) (herelen = strlen(str), memcpy(buffer+bpos, str, herelen), bpos += herelen)
1261         if (IsInvisible(target)) buffer[bpos++] = 'i';
1262         if (IsWallOp(target)) buffer[bpos++] = 'w';
1263         if (IsOper(target)) buffer[bpos++] = 'o';
1264         if (IsGlobal(target)) buffer[bpos++] = 'g';
1265         if (IsService(target)) buffer[bpos++] = 'k';
1266         if (IsDeaf(target)) buffer[bpos++] = 'd';
1267         if (IsNoChan(target)) buffer[bpos++] = 'n';
1268         if (IsHiddenHost(target)) buffer[bpos++] = 'x';
1269         if (IsNoIdle(target)) buffer[bpos++] = 'I';
1270         if (IsGagged(target)) buffer_cat(" (gagged)");
1271         if (IsRegistering(target)) buffer_cat(" (registered account)");
1272         buffer[bpos] = 0;
1273         if (bpos > 0)
1274             reply("OSMSG_WHOIS_MODES", buffer);
1275     }
1276     reply("OSMSG_WHOIS_INFO", target->info);
1277 #ifdef WITH_PROTOCOL_P10
1278     reply("OSMSG_WHOIS_NUMERIC", target->numeric);
1279 #endif
1280     reply("OSMSG_WHOIS_SERVER", target->uplink->name);
1281     reply("OSMSG_WHOIS_ACCOUNT", (target->handle_info ? target->handle_info->handle : "Not authenticated"));
1282     intervalString(buffer, now - target->timestamp, user->handle_info);
1283     reply("OSMSG_WHOIS_NICK_AGE", buffer);
1284     if (target->channels.used <= MAX_CHANNELS_WHOIS)
1285         opserv_ison(user, target, "OSMSG_WHOIS_CHANNELS");
1286     else
1287         reply("OSMSG_WHOIS_HIDECHANS");
1288     return 1;
1289 }
1290
1291 static MODCMD_FUNC(cmd_unban)
1292 {
1293     struct mod_chanmode change;
1294     mod_chanmode_init(&change);
1295     change.argc = 1;
1296     change.args[0].mode = MODE_REMOVE | MODE_BAN;
1297     change.args[0].u.hostmask = argv[1];
1298     modcmd_chanmode_announce(&change);
1299     reply("OSMSG_UNBAN_DONE", channel->name);
1300     return 1;
1301 }
1302
1303 static MODCMD_FUNC(cmd_voiceall)
1304 {
1305     struct mod_chanmode *change;
1306     unsigned int ii, count;
1307
1308     change = mod_chanmode_alloc(channel->members.used);
1309     for (ii = count = 0; ii < channel->members.used; ++ii) {
1310         struct modeNode *mn = channel->members.list[ii];
1311         if (mn->modes & (MODE_CHANOP|MODE_VOICE))
1312             continue;
1313         change->args[count].mode = MODE_VOICE;
1314         change->args[count++].u.member = mn;
1315     }
1316     if (count) {
1317         change->argc = count;
1318         modcmd_chanmode_announce(change);
1319     }
1320     mod_chanmode_free(change);
1321     reply("OSMSG_CHANNEL_VOICED", channel->name);
1322     return 1;
1323 }
1324
1325 static MODCMD_FUNC(cmd_devoiceall)
1326 {
1327     struct mod_chanmode *change;
1328     unsigned int ii, count;
1329
1330     change = mod_chanmode_alloc(channel->members.used);
1331     for (ii = count = 0; ii < channel->members.used; ++ii) {
1332         struct modeNode *mn = channel->members.list[ii];
1333         if (!(mn->modes & MODE_VOICE))
1334             continue;
1335         change->args[count].mode = MODE_REMOVE | MODE_VOICE;
1336         change->args[count++].u.member = mn;
1337     }
1338     if (count) {
1339         change->argc = count;
1340         modcmd_chanmode_announce(change);
1341     }
1342     mod_chanmode_free(change);
1343     reply("OSMSG_CHANNEL_DEVOICED", channel->name);
1344     return 1;
1345 }
1346
1347 static MODCMD_FUNC(cmd_stats_bad) {
1348     dict_iterator_t it;
1349     unsigned int ii, end, here_len;
1350     char buffer[400];
1351
1352     /* Show the bad word list.. */
1353     for (ii=end=0; ii<opserv_bad_words->used; ii++) {
1354         here_len = strlen(opserv_bad_words->list[ii]);
1355         if ((end + here_len + 2) > sizeof(buffer)) {
1356             buffer[end] = 0;
1357             reply("OSMSG_BADWORD_LIST", buffer);
1358             end = 0;
1359         }
1360         memcpy(buffer+end, opserv_bad_words->list[ii], here_len);
1361         end += here_len;
1362         buffer[end++] = ' ';
1363     }
1364     buffer[end] = 0;
1365     reply("OSMSG_BADWORD_LIST", buffer);
1366
1367     /* Show the exemption list.. */
1368     for (it=dict_first(opserv_exempt_channels), end=0; it; it=iter_next(it)) {
1369         here_len = strlen(iter_key(it));
1370         if ((end + here_len + 2) > sizeof(buffer)) {
1371             buffer[end] = 0;
1372             reply("OSMSG_EXEMPTED_LIST", buffer);
1373             end = 0;
1374         }
1375         memcpy(buffer+end, iter_key(it), here_len);
1376         end += here_len;
1377         buffer[end++] = ' ';
1378     }
1379     buffer[end] = 0;
1380     reply("OSMSG_EXEMPTED_LIST", buffer);
1381     return 1;
1382 }
1383
1384 static void
1385 trace_links(struct userNode *bot, struct userNode *user, struct server *server, unsigned int depth) {
1386     unsigned int nn, pos;
1387     char buffer[400];
1388
1389     for (nn=1; nn<=depth; nn<<=1) ;
1390     for (pos=0, nn>>=1; nn>1; ) {
1391         nn >>= 1;
1392         buffer[pos++] = (depth & nn) ? ((nn == 1) ? '`' : ' ') : '|';
1393         buffer[pos++] = (nn == 1) ? '-': ' ';
1394     }
1395     buffer[pos] = 0;
1396     send_message(user, bot, "OSMSG_LINKS_SERVER", buffer, server->name, server->clients, server->description);
1397     if (!server->children.used)
1398         return;
1399     for (nn=0; nn<server->children.used-1; nn++) {
1400         trace_links(bot, user, server->children.list[nn], depth<<1);
1401     }
1402     trace_links(bot, user, server->children.list[nn], (depth<<1)|1);
1403 }
1404
1405 static MODCMD_FUNC(cmd_stats_links) {
1406     trace_links(cmd->parent->bot, user, self, 1);
1407     return 1;
1408 }
1409
1410
1411 static MODCMD_FUNC(cmd_stats_max) {
1412     time_t feh;
1413     feh = max_clients_time;
1414     reply("OSMSG_MAX_CLIENTS", max_clients, asctime(localtime(&feh)));
1415     return 1;
1416 }
1417
1418 static MODCMD_FUNC(cmd_stats_network) {
1419     struct helpfile_table tbl;
1420     unsigned int nn, tot_clients;
1421     dict_iterator_t it;
1422
1423     tot_clients = dict_size(clients);
1424     reply("OSMSG_NETWORK_INFO", tot_clients, invis_clients, curr_opers.used);
1425     tbl.length = dict_size(servers)+1;
1426     tbl.width = 3;
1427     tbl.flags = TABLE_NO_FREE;
1428     tbl.contents = calloc(tbl.length, sizeof(*tbl.contents));
1429     tbl.contents[0] = calloc(tbl.width, sizeof(**tbl.contents));
1430     tbl.contents[0][0] = "Server Name";
1431     tbl.contents[0][1] = "Clients";
1432     tbl.contents[0][2] = "Load";
1433     for (it=dict_first(servers), nn=1; it; it=iter_next(it)) {
1434         struct server *server = iter_data(it);
1435         char *buffer = malloc(32);
1436         tbl.contents[nn] = calloc(tbl.width, sizeof(**tbl.contents));
1437         tbl.contents[nn][0] = server->name;
1438         tbl.contents[nn][1] = buffer;
1439         sprintf(buffer, "%u", server->clients);
1440         tbl.contents[nn][2] = buffer + 16;
1441         sprintf(buffer+16, "%3.3g%%", ((double)server->clients/tot_clients)*100);
1442         nn++;
1443     }
1444     table_send(cmd->parent->bot, user->nick, 0, 0, tbl);
1445     for (nn=1; nn<tbl.length; nn++) {
1446         free((char*)tbl.contents[nn][1]);
1447         free(tbl.contents[nn]);
1448     }
1449     free(tbl.contents[0]);
1450     free(tbl.contents);
1451     return 1;
1452 }
1453
1454 static MODCMD_FUNC(cmd_stats_network2) {
1455     struct helpfile_table tbl;
1456     unsigned int nn;
1457     dict_iterator_t it;
1458
1459     tbl.length = dict_size(servers)+1;
1460     tbl.width = 3;
1461     tbl.flags = TABLE_NO_FREE;
1462     tbl.contents = calloc(tbl.length, sizeof(*tbl.contents));
1463     tbl.contents[0] = calloc(tbl.width, sizeof(**tbl.contents));
1464     tbl.contents[0][0] = "Server Name";
1465     tbl.contents[0][1] = "Numeric";
1466     tbl.contents[0][2] = "Link Time";
1467     for (it=dict_first(servers), nn=1; it; it=iter_next(it)) {
1468         struct server *server = iter_data(it);
1469         char *buffer = malloc(64);
1470         int ofs;
1471
1472         tbl.contents[nn] = calloc(tbl.width, sizeof(**tbl.contents));
1473         tbl.contents[nn][0] = server->name;
1474 #ifdef WITH_PROTOCOL_P10
1475         sprintf(buffer, "%s (%ld)", server->numeric, base64toint(server->numeric, strlen(server->numeric)));
1476 #else
1477         buffer[0] = 0;
1478 #endif
1479         tbl.contents[nn][1] = buffer;
1480         ofs = strlen(buffer) + 1;
1481         intervalString(buffer + ofs, now - server->link, user->handle_info);
1482         if (server->self_burst)
1483             strcat(buffer + ofs, " Bursting");
1484         tbl.contents[nn][2] = buffer + ofs;
1485         nn++;
1486     }
1487     table_send(cmd->parent->bot, user->nick, 0, 0, tbl);
1488     for (nn=1; nn<tbl.length; nn++) {
1489         free((char*)tbl.contents[nn][1]);
1490         free(tbl.contents[nn]);
1491     }
1492     free(tbl.contents[0]);
1493     free(tbl.contents);
1494     return 1;
1495 }
1496
1497 static MODCMD_FUNC(cmd_stats_reserved) {
1498     dict_iterator_t it;
1499
1500     reply("OSMSG_RESERVED_LIST");
1501     for (it = dict_first(opserv_reserved_nick_dict); it; it = iter_next(it))
1502         send_message_type(4, user, cmd->parent->bot, "%s", iter_key(it));
1503     return 1;
1504 }
1505
1506 static MODCMD_FUNC(cmd_stats_trusted) {
1507     dict_iterator_t it;
1508     struct trusted_host *th;
1509     char length[INTERVALLEN], issued[INTERVALLEN], limit[32];
1510
1511     if (argc > 1) {
1512         th = dict_find(opserv_trusted_hosts, argv[1], NULL);
1513         if (th) {
1514             if (th->issued)
1515                 intervalString(issued, now - th->issued, user->handle_info);
1516             if (th->expires)
1517                 intervalString(length, th->expires - now, user->handle_info);
1518             if (th->limit)
1519                 sprintf(limit, "limit %lu", th->limit);
1520             reply("OSMSG_HOST_IS_TRUSTED",
1521                   th->ipaddr,
1522                   (th->limit ? limit : "no limit"),
1523                   (th->issued ? issued : "some time"),
1524                   (th->issuer ? th->issuer : "<unknown>"),
1525                   (th->expires ? length : "never"),
1526                   (th->reason ? th->reason : "<unknown>"));
1527         } else {
1528             reply("OSMSG_HOST_NOT_TRUSTED", argv[1]);
1529         }
1530     } else {
1531         reply("OSMSG_TRUSTED_LIST");
1532         for (it = dict_first(opserv_trusted_hosts); it; it = iter_next(it)) {
1533             th = iter_data(it);
1534             if (th->issued)
1535                 intervalString(issued, now - th->issued, user->handle_info);
1536             if (th->expires)
1537                 intervalString(length, th->expires - now, user->handle_info);
1538             if (th->limit)
1539                 sprintf(limit, "limit %lu", th->limit);
1540             reply("OSMSG_HOST_IS_TRUSTED", iter_key(it),
1541                   (th->limit ? limit : "no limit"),
1542                   (th->issued ? issued : "some time"),
1543                   (th->issuer ? th->issuer : "<unknown>"),
1544                   (th->expires ? length : "never"),
1545                   (th->reason ? th->reason : "<unknown>"));
1546         }
1547     }
1548     return 1;
1549 }
1550
1551 static MODCMD_FUNC(cmd_stats_uplink) {
1552     extern struct cManagerNode cManager;
1553     struct uplinkNode *uplink;
1554
1555     uplink = cManager.uplink;
1556     reply("OSMSG_UPLINK_START", uplink->name);
1557     reply("OSMSG_UPLINK_ADDRESS", uplink->host, uplink->port);
1558     return 1;
1559 }
1560
1561 static MODCMD_FUNC(cmd_stats_uptime) {
1562     extern int lines_processed;
1563     extern unsigned long boot_time;
1564     double kernel_time;
1565     double user_time;
1566     char uptime[INTERVALLEN];
1567
1568 #if defined(HAVE_TIMES)
1569     static double clocks_per_sec;
1570     struct tms buf;
1571
1572     if (!clocks_per_sec) {
1573 #if defined(HAVE_SYSCONF) && defined(_SC_CLK_TCK)
1574         clocks_per_sec = sysconf(_SC_CLK_TCK);
1575         if (clocks_per_sec <= 0)
1576 #endif
1577         {
1578             log_module(OS_LOG, LOG_ERROR, "Unable to query sysconf(_SC_CLK_TCK), output of 'stats uptime' will be wrong");
1579             clocks_per_sec = CLOCKS_PER_SEC;
1580         }
1581     }
1582     times(&buf);
1583     user_time = buf.tms_utime / clocks_per_sec;
1584     kernel_time = buf.tms_stime / clocks_per_sec;
1585 #elif defined(HAVE_GETPROCESSTIMES)
1586     FILETIME times[4];
1587     LARGE_INTEGER li[2];
1588
1589     GetProcessTimes(GetCurrentProcess(), &times[0], &times[1], &times[2], &times[3]);
1590     li[0].LowPart = times[2].dwLowDateTime;
1591     li[0].HighPart = times[2].dwHighDateTime;
1592     kernel_time = li[0].QuadPart * 1e-7;
1593     li[1].LowPart = times[3].dwLowDateTime;
1594     li[1].HighPart = times[3].dwHighDateTime;
1595     user_time = li[1].QuadPart * 1e-7;
1596 #else
1597     user_time = NAN;
1598     system_time = NAN;
1599 #endif
1600
1601     intervalString(uptime, time(NULL)-boot_time, user->handle_info);
1602     reply("OSMSG_UPTIME_STATS", uptime, lines_processed, user_time, kernel_time);
1603     return 1;
1604 }
1605
1606 static MODCMD_FUNC(cmd_stats_alerts) {
1607     dict_iterator_t it;
1608     struct opserv_user_alert *alert;
1609     const char *reaction;
1610
1611     reply("OSMSG_ALERTS_LIST");
1612     for (it = dict_first(opserv_user_alerts); it; it = iter_next(it)) {
1613         alert = iter_data(it);
1614         switch (alert->reaction) {
1615         case REACT_NOTICE: reaction = "notice"; break;
1616         case REACT_KILL: reaction = "kill"; break;
1617         case REACT_GLINE: reaction = "gline"; break;
1618         default: reaction = "<unknown>"; break;
1619         }
1620         reply("OSMSG_ALERT_IS", iter_key(it), alert->owner, reaction, alert->text_discrim);
1621     }
1622     return 1;
1623 }
1624
1625 static MODCMD_FUNC(cmd_stats_gags) {
1626     struct gag_entry *gag;
1627     struct helpfile_table table;
1628     unsigned int nn;
1629
1630     if (!gagList) {
1631         reply("OSMSG_NO_GAGS");
1632         return 1;
1633     }
1634     for (nn=0, gag=gagList; gag; nn++, gag=gag->next) ;
1635     table.length = nn+1;
1636     table.width = 4;
1637     table.flags = TABLE_NO_FREE;
1638     table.contents = calloc(table.length, sizeof(char**));
1639     table.contents[0] = calloc(table.width, sizeof(char*));
1640     table.contents[0][0] = "Mask";
1641     table.contents[0][1] = "Owner";
1642     table.contents[0][2] = "Expires";
1643     table.contents[0][3] = "Reason";
1644     for (nn=1, gag=gagList; gag; nn++, gag=gag->next) {
1645         char expstr[INTERVALLEN];
1646         if (gag->expires)
1647             intervalString(expstr, gag->expires - now, user->handle_info);
1648         else
1649             strcpy(expstr, "Never");
1650         table.contents[nn] = calloc(table.width, sizeof(char*));
1651         table.contents[nn][0] = gag->mask;
1652         table.contents[nn][1] = gag->owner;
1653         table.contents[nn][2] = strdup(expstr);
1654         table.contents[nn][3] = gag->reason;
1655     }
1656     table_send(cmd->parent->bot, user->nick, 0, NULL, table);
1657     for (nn=1; nn<table.length; nn++) {
1658         free((char*)table.contents[nn][2]);
1659         free(table.contents[nn]);
1660     }
1661     free(table.contents[0]);
1662     free(table.contents);
1663     return 1;
1664 }
1665
1666 static MODCMD_FUNC(cmd_stats_timeq) {
1667     reply("OSMSG_TIMEQ_INFO", timeq_size(), timeq_next()-now);
1668     return 1;
1669 }
1670
1671 static MODCMD_FUNC(cmd_stats_warn) {
1672     dict_iterator_t it;
1673
1674     reply("OSMSG_WARN_LISTSTART");
1675     for (it=dict_first(opserv_chan_warn); it; it=iter_next(it))
1676         reply("OSMSG_WARN_LISTENTRY", iter_key(it), (char*)iter_data(it));
1677     reply("OSMSG_WARN_LISTEND");
1678     return 1;
1679 }
1680
1681 #if defined(WITH_MALLOC_SRVX)
1682 static MODCMD_FUNC(cmd_stats_memory) {
1683     extern unsigned long alloc_count, alloc_size;
1684     send_message_type(MSG_TYPE_NOXLATE, user, cmd->parent->bot,
1685                       "%u allocations totalling %u bytes.",
1686                       alloc_count, alloc_size);
1687     return 1;
1688 }
1689 #elif defined(WITH_MALLOC_SLAB)
1690 static MODCMD_FUNC(cmd_stats_memory) {
1691     extern unsigned long slab_alloc_count, slab_count, slab_alloc_size;
1692     extern unsigned long big_alloc_count, big_alloc_size;
1693     send_message_type(MSG_TYPE_NOXLATE, user, cmd->parent->bot,
1694                       "%u allocations in %u slabs totalling %u bytes.",
1695                       slab_alloc_count, slab_count, slab_alloc_size);
1696     send_message_type(MSG_TYPE_NOXLATE, user, cmd->parent->bot,
1697                       "%u big allocations totalling %u bytes.",
1698                       big_alloc_count, big_alloc_size);
1699     return 1;
1700 }
1701 #endif
1702
1703 static MODCMD_FUNC(cmd_dump)
1704 {
1705     char linedup[MAXLEN], original[MAXLEN];
1706
1707     unsplit_string(argv+1, argc-1, original);
1708     safestrncpy(linedup, original, sizeof(linedup));
1709     /* assume it's only valid IRC if we can parse it */
1710     if (parse_line(linedup, 1)) {
1711         irc_raw(original);
1712         reply("OSMSG_LINE_DUMPED");
1713     } else
1714         reply("OSMSG_RAW_PARSE_ERROR");
1715     return 1;
1716 }
1717
1718 static MODCMD_FUNC(cmd_raw)
1719 {
1720     char linedup[MAXLEN], original[MAXLEN];
1721
1722     unsplit_string(argv+1, argc-1, original);
1723     safestrncpy(linedup, original, sizeof(linedup));
1724     /* Try to parse the line before sending it; if it's too wrong,
1725      * maybe it will core us instead of our uplink. */
1726     parse_line(linedup, 1);
1727     irc_raw(original);
1728     reply("OSMSG_LINE_DUMPED");
1729     return 1;
1730 }
1731
1732 static struct userNode *
1733 opserv_add_reserve(struct svccmd *cmd, struct userNode *user, const char *nick, const char *ident, const char *host, const char *desc)
1734 {
1735     struct userNode *resv = GetUserH(nick);
1736     if (resv) {
1737         if (IsService(resv)) {
1738             reply("MSG_SERVICE_IMMUNE", resv->nick);
1739             return NULL;
1740         }
1741         if (resv->handle_info
1742             && resv->handle_info->opserv_level > user->handle_info->opserv_level) {
1743             reply("OSMSG_LEVEL_TOO_LOW");
1744             return NULL;
1745         }
1746     }
1747     if ((resv = AddLocalUser(nick, ident, host, desc, "+i"))) {
1748         dict_insert(opserv_reserved_nick_dict, resv->nick, resv);
1749     }
1750     return resv;
1751 }
1752
1753 static MODCMD_FUNC(cmd_collide)
1754 {
1755     struct userNode *resv;
1756
1757     resv = opserv_add_reserve(cmd, user, argv[1], argv[2], argv[3], unsplit_string(argv+4, argc-4, NULL));
1758     if (resv) {
1759         reply("OSMSG_COLLIDED_NICK", resv->nick);
1760         return 1;
1761     } else {
1762         reply("OSMSG_CLONE_FAILED", argv[1]);
1763         return 0;
1764     }
1765 }
1766
1767 static MODCMD_FUNC(cmd_reserve)
1768 {
1769     struct userNode *resv;
1770
1771     resv = opserv_add_reserve(cmd, user, argv[1], argv[2], argv[3], unsplit_string(argv+4, argc-4, NULL));
1772     if (resv) {
1773         resv->modes |= FLAGS_PERSISTENT;
1774         reply("OSMSG_RESERVED_NICK", resv->nick);
1775         return 1;
1776     } else {
1777         reply("OSMSG_CLONE_FAILED", argv[1]);
1778         return 0;
1779     }
1780 }
1781
1782 static int
1783 free_reserve(char *nick)
1784 {
1785     struct userNode *resv;
1786     unsigned int rlen;
1787     char *reason;
1788
1789     resv = dict_find(opserv_reserved_nick_dict, nick, NULL);
1790     if (!resv)
1791         return 0;
1792
1793     rlen = strlen(resv->nick)+strlen(OSMSG_PART_REASON);
1794     reason = alloca(rlen);
1795     snprintf(reason, rlen, OSMSG_PART_REASON, resv->nick);
1796     DelUser(resv, NULL, 1, reason);
1797     dict_remove(opserv_reserved_nick_dict, nick);
1798     return 1;
1799 }
1800
1801 static MODCMD_FUNC(cmd_unreserve)
1802 {
1803     if (free_reserve(argv[1]))
1804         reply("OSMSG_NICK_UNRESERVED", argv[1]);
1805     else
1806         reply("OSMSG_NOT_RESERVED", argv[1]);
1807     return 1;
1808 }
1809
1810 static void
1811 opserv_part_channel(void *data)
1812 {
1813     DelChannelUser(opserv, data, "Leaving.", 0);
1814 }
1815
1816 static int alert_check_user(const char *key, void *data, void *extra);
1817
1818 static void
1819 opserv_new_user_check(struct userNode *user)
1820 {
1821     struct opserv_hostinfo *ohi;
1822     struct gag_entry *gag;
1823     char addr[IRC_NTOP_MAX_SIZE];
1824
1825     /* Check to see if we should ignore them entirely. */
1826     if (IsLocal(user) || IsService(user))
1827         return;
1828
1829     /* Check for alerts, and stop if we find one that kills them. */
1830     if (dict_foreach(opserv_user_alerts, alert_check_user, user))
1831         return;
1832
1833     /* Gag them if appropriate. */
1834     for (gag = gagList; gag; gag = gag->next) {
1835         if (user_matches_glob(user, gag->mask, MATCH_USENICK)) {
1836             gag_helper_func(user, NULL);
1837             break;
1838         }
1839     }
1840
1841     /* Add to host info struct */
1842     irc_ntop(addr, sizeof(addr), &user->ip);
1843     if (!(ohi = dict_find(opserv_hostinfo_dict, addr, NULL))) {
1844         ohi = calloc(1, sizeof(*ohi));
1845         dict_insert(opserv_hostinfo_dict, strdup(addr), ohi);
1846         userList_init(&ohi->clients);
1847     }
1848     userList_append(&ohi->clients, user);
1849
1850     /* Only warn of new user floods outside of bursts. */
1851     if (!user->uplink->burst) {
1852         if (!policer_conforms(&opserv_conf.new_user_policer, now, 10)) {
1853             if (!new_user_flood) {
1854                 new_user_flood = 1;
1855                 opserv_alert("Warning: Possible new-user flood.");
1856             }
1857         } else {
1858             new_user_flood = 0;
1859         }
1860     }
1861
1862     /* Only warn or G-line if there's an untrusted max and their IP is sane. */
1863     if (opserv_conf.untrusted_max
1864         && irc_in_addr_is_valid(user->ip)
1865         && !irc_in_addr_is_loopback(user->ip)) {
1866         struct trusted_host *th = dict_find(opserv_trusted_hosts, addr, NULL);
1867         unsigned int limit = th ? th->limit : opserv_conf.untrusted_max;
1868         if (!limit) {
1869             /* 0 means unlimited hosts */
1870         } else if (ohi->clients.used == limit) {
1871             unsigned int nn;
1872             for (nn=0; nn<ohi->clients.used; nn++)
1873                 send_message(ohi->clients.list[nn], opserv, "OSMSG_CLONE_WARNING");
1874         } else if (ohi->clients.used > limit) {
1875             char target[IRC_NTOP_MAX_SIZE + 3] = { '*', '@', '\0' };
1876             strcpy(target + 2, addr);
1877             gline_add(opserv->nick, target, opserv_conf.clone_gline_duration, "AUTO Excessive connections from a single host.", now, now, 1);
1878         }
1879     }
1880 }
1881
1882 static void
1883 opserv_user_cleanup(struct userNode *user, UNUSED_ARG(struct userNode *killer), UNUSED_ARG(const char *why))
1884 {
1885     struct opserv_hostinfo *ohi;
1886     char addr[IRC_NTOP_MAX_SIZE];
1887
1888     if (IsLocal(user)) {
1889         /* Try to remove it from the reserved nick dict without
1890          * calling free_reserve, because that would call DelUser(),
1891          * and we'd loop back to here. */
1892         dict_remove(opserv_reserved_nick_dict, user->nick);
1893         return;
1894     }
1895     irc_ntop(addr, sizeof(addr), &user->ip);
1896     if ((ohi = dict_find(opserv_hostinfo_dict, addr, NULL))) {
1897         userList_remove(&ohi->clients, user);
1898         if (ohi->clients.used == 0)
1899             dict_remove(opserv_hostinfo_dict, addr);
1900     }
1901 }
1902
1903 int
1904 opserv_bad_channel(const char *name)
1905 {
1906     unsigned int found;
1907     int present;
1908
1909     dict_find(opserv_exempt_channels, name, &present);
1910     if (present)
1911         return 0;
1912
1913     if (gline_find(name))
1914         return 1;
1915
1916     for (found=0; found<opserv_bad_words->used; ++found)
1917         if (irccasestr(name, opserv_bad_words->list[found]))
1918             return 1;
1919
1920     return 0;
1921 }
1922
1923 static void
1924 opserv_shutdown_channel(struct chanNode *channel, const char *reason)
1925 {
1926     struct mod_chanmode *change;
1927     unsigned int nn;
1928
1929     change = mod_chanmode_alloc(2);
1930     change->modes_set = MODE_SECRET | MODE_INVITEONLY;
1931     change->args[0].mode = MODE_CHANOP;
1932     change->args[0].u.member = AddChannelUser(opserv, channel);
1933     change->args[1].mode = MODE_BAN;
1934     change->args[1].u.hostmask = "*!*@*";
1935     mod_chanmode_announce(opserv, channel, change);
1936     mod_chanmode_free(change);
1937     for (nn=channel->members.used; nn>0; ) {
1938         struct modeNode *mNode = channel->members.list[--nn];
1939         if (IsService(mNode->user))
1940             continue;
1941         KickChannelUser(mNode->user, channel, opserv, user_find_message(mNode->user, reason));
1942     }
1943     timeq_add(now + opserv_conf.purge_lock_delay, opserv_part_channel, channel);
1944 }
1945
1946 static void
1947 opserv_channel_check(struct chanNode *newchan)
1948 {
1949     char *warning;
1950
1951     if (!newchan->join_policer.params) {
1952         newchan->join_policer.last_req = now;
1953         newchan->join_policer.params = opserv_conf.join_policer_params;
1954     }
1955     if ((warning = dict_find(opserv_chan_warn, newchan->name, NULL))) {
1956         char message[MAXLEN];
1957         snprintf(message, sizeof(message), "Channel activity warning for channel %s: %s", newchan->name, warning);
1958         global_message(MESSAGE_RECIPIENT_OPERS, message);
1959     }
1960
1961     /* Wait until the join check to shut channels down. */
1962     newchan->bad_channel = opserv_bad_channel(newchan->name);
1963 }
1964
1965 static void
1966 opserv_channel_delete(struct chanNode *chan)
1967 {
1968     timeq_del(0, opserv_part_channel, chan, TIMEQ_IGNORE_WHEN);
1969 }
1970
1971 static int
1972 opserv_join_check(struct modeNode *mNode)
1973 {
1974     struct userNode *user = mNode->user;
1975     struct chanNode *channel = mNode->channel;
1976     const char *msg;
1977
1978     if (IsService(user))
1979         return 0;
1980
1981     dict_foreach(opserv_channel_alerts, alert_check_user, user);
1982
1983     if (opserv && channel->bad_channel) {
1984         opserv_debug("Found $b%s$b in bad-word channel $b%s$b; removing the user.", user->nick, channel->name);
1985         if (channel->name[0] != '#')
1986             DelUser(user, opserv, 1, "OSMSG_ILLEGAL_KILL_REASON");
1987         else if (!GetUserMode(channel, opserv))
1988             opserv_shutdown_channel(channel, "OSMSG_ILLEGAL_REASON");
1989         else {
1990             send_message(user, opserv, "OSMSG_ILLEGAL_CHANNEL", channel->name);
1991             msg = user_find_message(user, "OSMSG_ILLEGAL_REASON");
1992             KickChannelUser(user, channel, opserv, msg);
1993         }
1994         return 1;
1995     }
1996
1997     if (user->uplink->burst)
1998         return 0;
1999     if (policer_conforms(&channel->join_policer, now, 1.0)) {
2000         channel->join_flooded = 0;
2001         return 0;
2002     }
2003     if (!channel->join_flooded) {
2004         /* Don't moderate the channel unless it is activated and
2005            the number of users in the channel is over the threshold. */
2006         struct mod_chanmode change;
2007         mod_chanmode_init(&change);
2008         channel->join_flooded = 1;
2009         if (opserv && opserv_conf.join_flood_moderate && (channel->members.used > opserv_conf.join_flood_moderate_threshold)) {
2010             if (!GetUserMode(channel, opserv)) {
2011                 /* If we aren't in the channel, join it. */
2012                 change.args[0].mode = MODE_CHANOP;
2013                 change.args[0].u.member = AddChannelUser(opserv, channel);
2014                 change.argc++;
2015             }
2016             change.modes_set = (MODE_MODERATED | MODE_DELAYJOINS) & ~channel->modes;
2017             if (change.modes_set || change.argc)
2018                 mod_chanmode_announce(opserv, channel, &change);
2019             send_target_message(0, channel->name, opserv, "OSMSG_FLOOD_MODERATE");
2020             opserv_alert("Warning: Possible join flood in %s (currently %d users; channel moderated).", channel->name, channel->members.used);
2021         } else {
2022             opserv_alert("Warning: Possible join flood in %s (currently %d users).", channel->name, channel->members.used);
2023         }
2024     }
2025     log_module(OS_LOG, LOG_INFO, "Join to %s during flood: "IDENT_FORMAT, channel->name, IDENT_DATA(user));
2026     return 0;
2027 }
2028
2029 static int
2030 opserv_add_bad_word(struct svccmd *cmd, struct userNode *user, const char *new_bad) {
2031     unsigned int bad_idx;
2032
2033     for (bad_idx = 0; bad_idx < opserv_bad_words->used; ++bad_idx) {
2034         char *orig_bad = opserv_bad_words->list[bad_idx];
2035         if (irccasestr(new_bad, orig_bad)) {
2036             if (user)
2037                 reply("OSMSG_BAD_REDUNDANT", new_bad, orig_bad);
2038             return 0;
2039         } else if (irccasestr(orig_bad, new_bad)) {
2040             if (user)
2041                 reply("OSMSG_BAD_GROWING", orig_bad, new_bad);
2042             free(orig_bad);
2043             opserv_bad_words->list[bad_idx] = strdup(new_bad);
2044             for (bad_idx++; bad_idx < opserv_bad_words->used; bad_idx++) {
2045                 orig_bad = opserv_bad_words->list[bad_idx];
2046                 if (!irccasestr(orig_bad, new_bad))
2047                     continue;
2048                 if (user)
2049                     reply("OSMSG_BAD_NUKING", orig_bad);
2050                 string_list_delete(opserv_bad_words, bad_idx);
2051                 bad_idx--;
2052                 free(orig_bad);
2053             }
2054             return 1;
2055         }
2056     }
2057     string_list_append(opserv_bad_words, strdup(new_bad));
2058     if (user)
2059         reply("OSMSG_ADDED_BAD", new_bad);
2060     return 1;
2061 }
2062
2063 static MODCMD_FUNC(cmd_addbad)
2064 {
2065     unsigned int arg, count;
2066     dict_iterator_t it;
2067     int bad_found, exempt_found;
2068
2069     /* Create the bad word if it doesn't exist. */
2070     bad_found = !opserv_add_bad_word(cmd, user, argv[1]);
2071
2072     /* Look for exception modifiers. */
2073     for (arg=2; arg<argc; arg++) {
2074         if (!irccasecmp(argv[arg], "except")) {
2075             reply("MSG_DEPRECATED_COMMAND", "addbad ... except", "addexempt");
2076             if (++arg > argc) {
2077                 reply("MSG_MISSING_PARAMS", "except");
2078                 break;
2079             }
2080             for (count = 0; (arg < argc) && IsChannelName(argv[arg]); arg++) {
2081                 dict_find(opserv_exempt_channels, argv[arg], &exempt_found);
2082                 if (!exempt_found) {
2083                     dict_insert(opserv_exempt_channels, strdup(argv[arg]), NULL);
2084                     count++;
2085                 }
2086             }
2087             reply("OSMSG_ADDED_EXEMPTIONS", count);
2088         } else {
2089             reply("MSG_DEPRECATED_COMMAND", "addbad (with modifiers)", "addbad");
2090             reply("OSMSG_BAD_MODIFIER", argv[arg]);
2091         }
2092     }
2093
2094     /* Scan for existing channels that match the new bad word. */
2095     if (!bad_found) {
2096         for (it = dict_first(channels); it; it = iter_next(it)) {
2097             struct chanNode *channel = iter_data(it);
2098
2099             if (!opserv_bad_channel(channel->name))
2100                 continue;
2101             channel->bad_channel = 1;
2102             if (channel->name[0] == '#')
2103                 opserv_shutdown_channel(channel, "OSMSG_ILLEGAL_REASON");
2104             else {
2105                 unsigned int nn;
2106                 for (nn=0; nn<channel->members.used; nn++) {
2107                     struct userNode *user = channel->members.list[nn]->user;
2108                     DelUser(user, cmd->parent->bot, 1, "OSMSG_ILLEGAL_KILL_REASON");
2109                 }
2110             }
2111         }
2112     }
2113
2114     return 1;
2115 }
2116
2117 static MODCMD_FUNC(cmd_delbad)
2118 {
2119     dict_iterator_t it;
2120     unsigned int nn;
2121
2122     for (nn=0; nn<opserv_bad_words->used; nn++) {
2123         if (!irccasecmp(opserv_bad_words->list[nn], argv[1])) {
2124             string_list_delete(opserv_bad_words, nn);
2125             for (it = dict_first(channels); it; it = iter_next(it)) {
2126                 channel = iter_data(it);
2127                 if (irccasestr(channel->name, argv[1])
2128                     && !opserv_bad_channel(channel->name)) {
2129                     DelChannelUser(cmd->parent->bot, channel, "Channel name no longer contains a bad word.", 1);
2130                     timeq_del(0, opserv_part_channel, channel, TIMEQ_IGNORE_WHEN);
2131                     channel->bad_channel = 0;
2132                 }
2133             }
2134             reply("OSMSG_REMOVED_BAD", argv[1]);
2135             return 1;
2136         }
2137     }
2138     reply("OSMSG_NOT_BAD_WORD", argv[1]);
2139     return 0;
2140 }
2141
2142 static MODCMD_FUNC(cmd_addexempt)
2143 {
2144     const char *chanName;
2145
2146     if ((argc > 1) && IsChannelName(argv[1])) {
2147         chanName = argv[1];
2148     } else {
2149         reply("MSG_NOT_CHANNEL_NAME");
2150         OPSERV_SYNTAX();
2151         return 0;
2152     }
2153     dict_insert(opserv_exempt_channels, strdup(chanName), NULL);
2154     channel = GetChannel(chanName);
2155     if (channel) {
2156         if (channel->bad_channel) {
2157             DelChannelUser(cmd->parent->bot, channel, "Channel is now exempt from bad-word checking.", 1);
2158             timeq_del(0, opserv_part_channel, channel, TIMEQ_IGNORE_WHEN);
2159         }
2160         channel->bad_channel = 0;
2161     }
2162     reply("OSMSG_ADDED_EXEMPTION", chanName);
2163     return 1;
2164 }
2165
2166 static MODCMD_FUNC(cmd_delexempt)
2167 {
2168     const char *chanName;
2169
2170     if ((argc > 1) && IsChannelName(argv[1])) {
2171         chanName = argv[1];
2172     } else {
2173         reply("MSG_NOT_CHANNEL_NAME");
2174         OPSERV_SYNTAX();
2175         return 0;
2176     }
2177     if (!dict_remove(opserv_exempt_channels, chanName)) {
2178         reply("OSMSG_NOT_EXEMPT", chanName);
2179         return 0;
2180     }
2181     reply("OSMSG_REMOVED_EXEMPTION", chanName);
2182     return 1;
2183 }
2184
2185 static void
2186 opserv_expire_trusted_host(void *data)
2187 {
2188     struct trusted_host *th = data;
2189     dict_remove(opserv_trusted_hosts, th->ipaddr);
2190 }
2191
2192 static void
2193 opserv_add_trusted_host(const char *ipaddr, unsigned int limit, const char *issuer, unsigned long issued, unsigned long expires, const char *reason)
2194 {
2195     struct trusted_host *th;
2196     th = calloc(1, sizeof(*th));
2197     if (!th)
2198         return;
2199     th->ipaddr = strdup(ipaddr);
2200     th->reason = reason ? strdup(reason) : NULL;
2201     th->issuer = issuer ? strdup(issuer) : NULL;
2202     th->issued = issued;
2203     th->limit = limit;
2204     th->expires = expires;
2205     dict_insert(opserv_trusted_hosts, th->ipaddr, th);
2206     if (th->expires)
2207         timeq_add(th->expires, opserv_expire_trusted_host, th);
2208 }
2209
2210 static void
2211 free_trusted_host(void *data)
2212 {
2213     struct trusted_host *th = data;
2214     free(th->ipaddr);
2215     free(th->reason);
2216     free(th->issuer);
2217     free(th);
2218 }
2219
2220 static MODCMD_FUNC(cmd_addtrust)
2221 {
2222     unsigned long interval;
2223     char *reason, *tmp;
2224     irc_in_addr_t tmpaddr;
2225     unsigned int count;
2226
2227     if (dict_find(opserv_trusted_hosts, argv[1], NULL)) {
2228         reply("OSMSG_ALREADY_TRUSTED", argv[1]);
2229         return 0;
2230     }
2231
2232     if (!irc_pton(&tmpaddr, NULL, argv[1])) {
2233         reply("OSMSG_BAD_IP", argv[1]);
2234         return 0;
2235     }
2236
2237     count = strtoul(argv[2], &tmp, 10);
2238     if (*tmp != '\0') {
2239         reply("OSMSG_BAD_NUMBER", argv[2]);
2240         return 0;
2241     }
2242
2243     interval = ParseInterval(argv[3]);
2244     if (!interval && strcmp(argv[3], "0")) {
2245         reply("MSG_INVALID_DURATION", argv[3]);
2246         return 0;
2247     }
2248
2249     reason = unsplit_string(argv+4, argc-4, NULL);
2250     opserv_add_trusted_host(argv[1], count, user->handle_info->handle, now, interval ? (now + interval) : 0, reason);
2251     reply("OSMSG_ADDED_TRUSTED");
2252     return 1;
2253 }
2254
2255 static MODCMD_FUNC(cmd_edittrust)
2256 {
2257     unsigned long interval;
2258     struct trusted_host *th;
2259     char *reason, *tmp;
2260     unsigned int count;
2261
2262     th = dict_find(opserv_trusted_hosts, argv[1], NULL);
2263     if (!th) {
2264         reply("OSMSG_NOT_TRUSTED", argv[1]);
2265         return 0;
2266     }
2267     count = strtoul(argv[2], &tmp, 10);
2268     if (!count || *tmp) {
2269         reply("OSMSG_BAD_NUMBER", argv[2]);
2270         return 0;
2271     }
2272     interval = ParseInterval(argv[3]);
2273     if (!interval && strcmp(argv[3], "0")) {
2274         reply("MSG_INVALID_DURATION", argv[3]);
2275         return 0;
2276     }
2277     reason = unsplit_string(argv+4, argc-4, NULL);
2278     if (th->expires)
2279         timeq_del(th->expires, opserv_expire_trusted_host, th, 0);
2280
2281     free(th->reason);
2282     th->reason = strdup(reason);
2283     free(th->issuer);
2284     th->issuer = strdup(user->handle_info->handle);
2285     th->issued = now;
2286     th->limit = count;
2287     if (interval) {
2288         th->expires = now + interval;
2289         timeq_add(th->expires, opserv_expire_trusted_host, th);
2290     } else
2291         th->expires = 0;
2292     reply("OSMSG_UPDATED_TRUSTED", th->ipaddr);
2293     return 1;
2294 }
2295
2296 static MODCMD_FUNC(cmd_deltrust)
2297 {
2298     unsigned int n;
2299
2300     for (n=1; n<argc; n++) {
2301         struct trusted_host *th = dict_find(opserv_trusted_hosts, argv[n], NULL);
2302         if (!th)
2303             continue;
2304         if (th->expires)
2305             timeq_del(th->expires, opserv_expire_trusted_host, th, 0);
2306         dict_remove(opserv_trusted_hosts, argv[n]);
2307     }
2308     reply("OSMSG_REMOVED_TRUSTED");
2309     return 1;
2310 }
2311
2312 /* This doesn't use dict_t because it's a little simpler to open-code the
2313  * comparisons (and simpler arg-passing for the ADD subcommand).
2314  */
2315 static MODCMD_FUNC(cmd_clone)
2316 {
2317     int i;
2318     struct userNode *clone;
2319
2320     clone = GetUserH(argv[2]);
2321     if (!irccasecmp(argv[1], "ADD")) {
2322         char *userinfo;
2323         char ident[USERLEN+1];
2324
2325         if (argc < 5) {
2326             reply("MSG_MISSING_PARAMS", argv[1]);
2327             OPSERV_SYNTAX();
2328             return 0;
2329         }
2330         if (clone) {
2331             reply("OSMSG_CLONE_EXISTS", argv[2]);
2332             return 0;
2333         }
2334         userinfo = unsplit_string(argv+4, argc-4, NULL);
2335         for (i=0; argv[3][i] && (i<USERLEN); i++) {
2336             if (argv[3][i] == '@') {
2337                 ident[i++] = 0;
2338                 break;
2339             } else {
2340                 ident[i] = argv[3][i];
2341             }
2342         }
2343         if (!argv[3][i] || (i==USERLEN)) {
2344             reply("OSMSG_NOT_A_HOSTMASK");
2345             return 0;
2346         }
2347         if (!(clone = AddLocalUser(argv[2], ident, argv[3]+i, userinfo, "+i"))) {
2348             reply("OSMSG_CLONE_FAILED", argv[2]);
2349             return 0;
2350         }
2351         reply("OSMSG_CLONE_ADDED", clone->nick);
2352         return 1;
2353     }
2354     if (!clone) {
2355         reply("MSG_NICK_UNKNOWN", argv[2]);
2356         return 0;
2357     }
2358     if (clone->uplink != self || IsService(clone)) {
2359         reply("OSMSG_NOT_A_CLONE", clone->nick);
2360         return 0;
2361     }
2362     if (!irccasecmp(argv[1], "REMOVE")) {
2363         const char *reason;
2364         if (argc > 3) {
2365             reason = unsplit_string(argv+3, argc-3, NULL);
2366         } else {
2367             char *tmp;
2368             tmp = alloca(strlen(clone->nick) + strlen(OSMSG_PART_REASON));
2369             sprintf(tmp, OSMSG_PART_REASON, clone->nick);
2370             reason = tmp;
2371         }
2372         DelUser(clone, NULL, 1, reason);
2373         reply("OSMSG_CLONE_REMOVED", argv[2]);
2374         return 1;
2375     }
2376     if (argc < 4) {
2377         reply("MSG_MISSING_PARAMS", argv[1]);
2378         OPSERV_SYNTAX();
2379         return 0;
2380     }
2381     channel = GetChannel(argv[3]);
2382     if (!irccasecmp(argv[1], "JOIN")) {
2383         if (!channel
2384             && !(channel = AddChannel(argv[3], now, NULL, NULL))) {
2385             reply("MSG_CHANNEL_UNKNOWN", argv[3]);
2386             return 0;
2387         }
2388         AddChannelUser(clone, channel);
2389         reply("OSMSG_CLONE_JOINED", clone->nick, channel->name);
2390         return 1;
2391     }
2392     if (!irccasecmp(argv[1], "PART")) {
2393         if (!channel) {
2394             reply("MSG_CHANNEL_UNKNOWN", argv[3]);
2395             return 0;
2396         }
2397         if (!GetUserMode(channel, clone)) {
2398             reply("OSMSG_NOT_ON_CHANNEL", clone->nick, channel->name);
2399             return 0;
2400         }
2401         reply("OSMSG_CLONE_PARTED", clone->nick, channel->name);
2402         DelChannelUser(clone, channel, "Leaving.", 0);
2403         return 1;
2404     }
2405     if (!irccasecmp(argv[1], "OP")) {
2406         struct mod_chanmode change;
2407         if (!channel) {
2408             reply("MSG_CHANNEL_UNKNOWN", argv[3]);
2409             return 0;
2410         }
2411         mod_chanmode_init(&change);
2412         change.argc = 1;
2413         change.args[0].mode = MODE_CHANOP;
2414         change.args[0].u.member = GetUserMode(channel, clone);
2415         if (!change.args[0].u.member) {
2416             reply("OSMSG_NOT_ON_CHANNEL", clone->nick, channel->name);
2417             return 0;
2418         }
2419         modcmd_chanmode_announce(&change);
2420         reply("OSMSG_OPS_GIVEN", channel->name, clone->nick);
2421         return 1;
2422     }
2423     if (argc < 5) {
2424         reply("MSG_MISSING_PARAMS", argv[1]);
2425         OPSERV_SYNTAX();
2426         return 0;
2427     }
2428     if (!irccasecmp(argv[1], "SAY")) {
2429         char *text = unsplit_string(argv+4, argc-4, NULL);
2430         irc_privmsg(clone, argv[3], text);
2431         reply("OSMSG_CLONE_SAID", clone->nick, argv[3]);
2432         return 1;
2433     }
2434     reply("OSMSG_UNKNOWN_SUBCOMMAND", argv[1], argv[0]);
2435     return 0;
2436 }
2437
2438 static struct helpfile_expansion
2439 opserv_help_expand(const char *variable)
2440 {
2441     extern struct userNode *message_source;
2442     struct helpfile_expansion exp;
2443     struct service *service;
2444     struct svccmd *cmd;
2445     dict_iterator_t it;
2446     int row;
2447     unsigned int level;
2448
2449     if (!(service = service_find(message_source->nick))) {
2450         exp.type = HF_STRING;
2451         exp.value.str = NULL;
2452     } else if (!irccasecmp(variable, "index")) {
2453         exp.type = HF_TABLE;
2454         exp.value.table.length = 1;
2455         exp.value.table.width = 2;
2456         exp.value.table.flags = TABLE_REPEAT_HEADERS | TABLE_REPEAT_ROWS;
2457         exp.value.table.contents = calloc(dict_size(service->commands)+1, sizeof(char**));
2458         exp.value.table.contents[0] = calloc(exp.value.table.width, sizeof(char*));
2459         exp.value.table.contents[0][0] = "Command";
2460         exp.value.table.contents[0][1] = "Level";
2461         for (it=dict_first(service->commands); it; it=iter_next(it)) {
2462             cmd = iter_data(it);
2463             row = exp.value.table.length++;
2464             exp.value.table.contents[row] = calloc(exp.value.table.width, sizeof(char*));
2465             exp.value.table.contents[row][0] = iter_key(it);
2466             level = cmd->min_opserv_level;
2467             if (!level_strings[level]) {
2468                 level_strings[level] = malloc(16);
2469                 snprintf(level_strings[level], 16, "%3d", level);
2470             }
2471             exp.value.table.contents[row][1] = level_strings[level];
2472         }
2473     } else if (!strncasecmp(variable, "level", 5)) {
2474         cmd = dict_find(service->commands, variable+6, NULL);
2475         exp.type = HF_STRING;
2476         if (cmd) {
2477             level = cmd->min_opserv_level;
2478             exp.value.str = malloc(16);
2479             snprintf(exp.value.str, 16, "%3d", level);
2480         } else {
2481             exp.value.str = NULL;
2482         }
2483     } else {
2484         exp.type = HF_STRING;
2485         exp.value.str = NULL;
2486     }
2487     return exp;
2488 }
2489
2490 struct modcmd *
2491 opserv_define_func(const char *name, modcmd_func_t *func, int min_level, int reqchan, int min_argc)
2492 {
2493     char buf[16], *flags = NULL;
2494     unsigned int iflags = 0;
2495     sprintf(buf, "%d", min_level);
2496     switch (reqchan) {
2497     case 1: flags = "+acceptchan"; break;
2498     case 3: flags = "+acceptpluschan"; /* fall through */
2499     case 2: iflags = MODCMD_REQUIRE_CHANNEL; break;
2500     }
2501     if (flags) {
2502         return modcmd_register(opserv_module, name, func, min_argc, iflags, "level", buf, "flags", flags, "flags", "+oper", NULL);
2503     } else {
2504         return modcmd_register(opserv_module, name, func, min_argc, iflags, "level", buf, "flags", "+oper", NULL);
2505     }
2506 }
2507
2508 int add_reserved(const char *key, void *data, void *extra)
2509 {
2510     struct record_data *rd = data;
2511     const char *ident, *hostname, *desc;
2512     struct userNode *reserve;
2513     ident = database_get_data(rd->d.object, KEY_IDENT, RECDB_QSTRING);
2514     if (!ident) {
2515         log_module(OS_LOG, LOG_ERROR, "Missing ident for reserve of %s", key);
2516         return 0;
2517     }
2518     hostname = database_get_data(rd->d.object, KEY_HOSTNAME, RECDB_QSTRING);
2519     if (!hostname) {
2520         log_module(OS_LOG, LOG_ERROR, "Missing hostname for reserve of %s", key);
2521         return 0;
2522     }
2523     desc = database_get_data(rd->d.object, KEY_DESC, RECDB_QSTRING);
2524     if (!desc) {
2525         log_module(OS_LOG, LOG_ERROR, "Missing description for reserve of %s", key);
2526         return 0;
2527     }
2528     if ((reserve = AddLocalUser(key, ident, hostname, desc, "+i"))) {
2529         reserve->modes |= FLAGS_PERSISTENT;
2530         dict_insert(extra, reserve->nick, reserve);
2531     }
2532     return 0;
2533 }
2534
2535 static unsigned int
2536 foreach_matching_user(const char *hostmask, discrim_search_func func, void *extra)
2537 {
2538     discrim_t discrim;
2539     char *dupmask;
2540     unsigned int matched;
2541
2542     if (!self->uplink) return 0;
2543     discrim = calloc(1, sizeof(*discrim));
2544     discrim->limit = dict_size(clients);
2545     discrim->max_level = UINT_MAX;
2546     discrim->max_ts = ULONG_MAX;
2547     discrim->max_channels = INT_MAX;
2548     discrim->authed = -1;
2549     discrim->info_space = -1;
2550     dupmask = strdup(hostmask);
2551     if (split_ircmask(dupmask, &discrim->mask_nick, &discrim->mask_ident, &discrim->mask_host)) {
2552         if (!irc_pton(&discrim->ip_mask, &discrim->ip_mask_bits, discrim->mask_host))
2553             discrim->ip_mask_bits = 0;
2554         matched = opserv_discrim_search(discrim, func, extra);
2555     } else {
2556         log_module(OS_LOG, LOG_ERROR, "Couldn't split IRC mask for gag %s!", hostmask);
2557         matched = 0;
2558     }
2559     free(discrim);
2560     free(dupmask);
2561     return matched;
2562 }
2563
2564 static unsigned int
2565 gag_free(struct gag_entry *gag)
2566 {
2567     unsigned int ungagged;
2568
2569     /* Remove from gag list */
2570     if (gagList == gag) {
2571         gagList = gag->next;
2572     } else {
2573         struct gag_entry *prev;
2574         for (prev = gagList; prev->next != gag; prev = prev->next) ;
2575         prev->next = gag->next;
2576     }
2577
2578     ungagged = foreach_matching_user(gag->mask, ungag_helper_func, NULL);
2579
2580     /* Deallocate storage */
2581     free(gag->reason);
2582     free(gag->owner);
2583     free(gag->mask);
2584     free(gag);
2585
2586     return ungagged;
2587 }
2588
2589 static void
2590 gag_expire(void *data)
2591 {
2592     gag_free(data);
2593 }
2594
2595 unsigned int
2596 gag_create(const char *mask, const char *owner, const char *reason, unsigned long expires)
2597 {
2598     struct gag_entry *gag;
2599
2600     /* Create gag and put it into linked list */
2601     gag = calloc(1, sizeof(*gag));
2602     gag->mask = strdup(mask);
2603     gag->owner = strdup(owner ? owner : "<unknown>");
2604     gag->reason = strdup(reason ? reason : "<unknown>");
2605     gag->expires = expires;
2606     if (gag->expires)
2607         timeq_add(gag->expires, gag_expire, gag);
2608     gag->next = gagList;
2609     gagList = gag;
2610
2611     /* If we're linked, see if who the gag applies to */
2612     return foreach_matching_user(mask, gag_helper_func, gag);
2613 }
2614
2615 static int
2616 add_gag_helper(const char *key, void *data, UNUSED_ARG(void *extra))
2617 {
2618     struct record_data *rd = data;
2619     char *owner, *reason, *expstr;
2620     unsigned long expires;
2621
2622     owner = database_get_data(rd->d.object, KEY_OWNER, RECDB_QSTRING);
2623     reason = database_get_data(rd->d.object, KEY_REASON, RECDB_QSTRING);
2624     expstr = database_get_data(rd->d.object, KEY_EXPIRES, RECDB_QSTRING);
2625     expires = expstr ? strtoul(expstr, NULL, 0) : 0;
2626     gag_create(key, owner, reason, expires);
2627
2628     return 0;
2629 }
2630
2631 static struct opserv_user_alert *
2632 opserv_add_user_alert(struct userNode *req, const char *name, opserv_alert_reaction reaction, const char *text_discrim)
2633 {
2634     unsigned int wordc;
2635     char *wordv[MAXNUMPARAMS], *discrim_copy;
2636     struct opserv_user_alert *alert;
2637     char *name_dup;
2638
2639     if (dict_find(opserv_user_alerts, name, NULL)) {
2640         send_message(req, opserv, "OSMSG_ALERT_EXISTS", name);
2641         return NULL;
2642     }
2643     alert = malloc(sizeof(*alert));
2644     alert->owner = strdup(req->handle_info ? req->handle_info->handle : req->nick);
2645     alert->text_discrim = strdup(text_discrim);
2646     discrim_copy = strdup(text_discrim); /* save a copy of the discrim */
2647     wordc = split_line(discrim_copy, false, ArrayLength(wordv), wordv);
2648     alert->discrim = opserv_discrim_create(req, wordc, wordv, 0);
2649     if (!alert->discrim) {
2650         free(alert->text_discrim);
2651         free(discrim_copy);
2652         free(alert);
2653         return NULL;
2654     }
2655     alert->split_discrim = discrim_copy;
2656     name_dup = strdup(name);
2657     if (!alert->discrim->reason)
2658         alert->discrim->reason = strdup(name);
2659     alert->reaction = reaction;
2660     dict_insert(opserv_user_alerts, name_dup, alert);
2661     /* Stick the alert into the appropriate additional alert dict(s).
2662      * For channel alerts, we only use channels and min_channels;
2663      * max_channels would have to be checked on /part, which we do not
2664      * yet do, and which seems of questionable value.
2665      */
2666     if (alert->discrim->channel_count || alert->discrim->min_channels)
2667         dict_insert(opserv_channel_alerts, name_dup, alert);
2668     if (alert->discrim->mask_nick)
2669         dict_insert(opserv_nick_based_alerts, name_dup, alert);
2670     if (alert->discrim->accountmask || alert->discrim->authed != -1)
2671         dict_insert(opserv_account_alerts, name_dup, alert);
2672     return alert;
2673 }
2674
2675 static int
2676 add_chan_warn(const char *key, void *data, UNUSED_ARG(void *extra))
2677 {
2678     struct record_data *rd = data;
2679     char *reason = GET_RECORD_QSTRING(rd);
2680
2681     /* i hope this can't happen */
2682     if (!reason)
2683         reason = "No Reason";
2684
2685     dict_insert(opserv_chan_warn, strdup(key), strdup(reason));
2686     return 0;
2687 }
2688
2689 static int
2690 add_user_alert(const char *key, void *data, UNUSED_ARG(void *extra))
2691 {
2692     dict_t alert_dict;
2693     const char *discrim, *react, *owner;
2694     opserv_alert_reaction reaction;
2695     struct opserv_user_alert *alert;
2696
2697     if (!(alert_dict = GET_RECORD_OBJECT((struct record_data *)data))) {
2698         log_module(OS_LOG, LOG_ERROR, "Bad type (not a record) for alert %s.", key);
2699         return 1;
2700     }
2701     discrim = database_get_data(alert_dict, KEY_DISCRIM, RECDB_QSTRING);
2702     react = database_get_data(alert_dict, KEY_REACTION, RECDB_QSTRING);
2703     if (!react || !irccasecmp(react, "notice"))
2704         reaction = REACT_NOTICE;
2705     else if (!irccasecmp(react, "kill"))
2706         reaction = REACT_KILL;
2707     else if (!irccasecmp(react, "gline"))
2708         reaction = REACT_GLINE;
2709     else {
2710         log_module(OS_LOG, LOG_ERROR, "Invalid reaction %s for alert %s.", react, key);
2711         return 0;
2712     }
2713     alert = opserv_add_user_alert(opserv, key, reaction, discrim);
2714     if (!alert) {
2715         log_module(OS_LOG, LOG_ERROR, "Unable to create alert %s from database.", key);
2716         return 0;
2717     }
2718     owner = database_get_data(alert_dict, KEY_OWNER, RECDB_QSTRING);
2719     free(alert->owner);
2720     alert->owner = strdup(owner ? owner : "<unknown>");
2721     return 0;
2722 }
2723
2724 static int
2725 trusted_host_read(const char *host, void *data, UNUSED_ARG(void *extra))
2726 {
2727     struct record_data *rd = data;
2728     const char *limit, *str, *reason, *issuer;
2729     unsigned long issued, expires;
2730
2731     if (rd->type == RECDB_QSTRING) {
2732         /* old style host by itself */
2733         limit = GET_RECORD_QSTRING(rd);
2734         issued = 0;
2735         issuer = NULL;
2736         expires = 0;
2737         reason = NULL;
2738     } else if (rd->type == RECDB_OBJECT) {
2739         dict_t obj = GET_RECORD_OBJECT(rd);
2740         /* new style structure */
2741         limit = database_get_data(obj, KEY_LIMIT, RECDB_QSTRING);
2742         str = database_get_data(obj, KEY_EXPIRES, RECDB_QSTRING);
2743         expires = str ? ParseInterval(str) : 0;
2744         reason = database_get_data(obj, KEY_REASON, RECDB_QSTRING);
2745         issuer = database_get_data(obj, KEY_ISSUER, RECDB_QSTRING);
2746         str = database_get_data(obj, KEY_ISSUED, RECDB_QSTRING);
2747         issued = str ? ParseInterval(str) : 0;
2748     } else
2749         return 0;
2750
2751     if (expires && (expires < now))
2752         return 0;
2753     opserv_add_trusted_host(host, (limit ? strtoul(limit, NULL, 0) : 0), issuer, issued, expires, reason);
2754     return 0;
2755 }
2756
2757 static int
2758 opserv_saxdb_read(struct dict *conf_db)
2759 {
2760     dict_t object;
2761     struct record_data *rd;
2762     dict_iterator_t it;
2763     unsigned int nn;
2764
2765     if ((object = database_get_data(conf_db, KEY_RESERVES, RECDB_OBJECT)))
2766         dict_foreach(object, add_reserved, opserv_reserved_nick_dict);
2767     if ((rd = database_get_path(conf_db, KEY_BAD_WORDS))) {
2768         switch (rd->type) {
2769         case RECDB_STRING_LIST:
2770             /* Add words one by one just in case there are overlaps from an old DB. */
2771             for (nn=0; nn<rd->d.slist->used; ++nn)
2772                 opserv_add_bad_word(NULL, NULL, rd->d.slist->list[nn]);
2773             break;
2774         case RECDB_OBJECT:
2775             for (it=dict_first(rd->d.object); it; it=iter_next(it)) {
2776                 opserv_add_bad_word(NULL, NULL, iter_key(it));
2777                 rd = iter_data(it);
2778                 if (rd->type == RECDB_STRING_LIST)
2779                     for (nn=0; nn<rd->d.slist->used; nn++)
2780                         dict_insert(opserv_exempt_channels, strdup(rd->d.slist->list[nn]), NULL);
2781             }
2782             break;
2783         default:
2784             /* do nothing */;
2785         }
2786     }
2787     if ((rd = database_get_path(conf_db, KEY_EXEMPT_CHANNELS))
2788         && (rd->type == RECDB_STRING_LIST)) {
2789         for (nn=0; nn<rd->d.slist->used; ++nn)
2790             dict_insert(opserv_exempt_channels, strdup(rd->d.slist->list[nn]), NULL);
2791     }
2792     if ((object = database_get_data(conf_db, KEY_MAX_CLIENTS, RECDB_OBJECT))) {
2793         char *str;
2794         if ((str = database_get_data(object, KEY_MAX, RECDB_QSTRING)))
2795             max_clients = atoi(str);
2796         if ((str = database_get_data(object, KEY_TIME, RECDB_QSTRING)))
2797             max_clients_time = atoi(str);
2798     }
2799     if ((object = database_get_data(conf_db, KEY_TRUSTED_HOSTS, RECDB_OBJECT)))
2800         dict_foreach(object, trusted_host_read, opserv_trusted_hosts);
2801     if ((object = database_get_data(conf_db, KEY_GAGS, RECDB_OBJECT)))
2802         dict_foreach(object, add_gag_helper, NULL);
2803     if ((object = database_get_data(conf_db, KEY_ALERTS, RECDB_OBJECT)))
2804         dict_foreach(object, add_user_alert, NULL);
2805     if ((object = database_get_data(conf_db, KEY_WARN, RECDB_OBJECT)))
2806         dict_foreach(object, add_chan_warn, NULL);
2807     return 0;
2808 }
2809
2810 static int
2811 opserv_saxdb_write(struct saxdb_context *ctx)
2812 {
2813     struct string_list *slist;
2814     dict_iterator_t it;
2815
2816     /* reserved nicks */
2817     if (dict_size(opserv_reserved_nick_dict)) {
2818         saxdb_start_record(ctx, KEY_RESERVES, 1);
2819         for (it = dict_first(opserv_reserved_nick_dict); it; it = iter_next(it)) {
2820             struct userNode *user = iter_data(it);
2821             if (!IsPersistent(user)) continue;
2822             saxdb_start_record(ctx, iter_key(it), 0);
2823             saxdb_write_string(ctx, KEY_IDENT, user->ident);
2824             saxdb_write_string(ctx, KEY_HOSTNAME, user->hostname);
2825             saxdb_write_string(ctx, KEY_DESC, user->info);
2826             saxdb_end_record(ctx);
2827         }
2828         saxdb_end_record(ctx);
2829     }
2830     /* bad word set */
2831     if (opserv_bad_words->used) {
2832         saxdb_write_string_list(ctx, KEY_BAD_WORDS, opserv_bad_words);
2833     }
2834     /* insert exempt channel names */
2835     if (dict_size(opserv_exempt_channels)) {
2836         slist = alloc_string_list(dict_size(opserv_exempt_channels));
2837         for (it=dict_first(opserv_exempt_channels); it; it=iter_next(it)) {
2838             string_list_append(slist, strdup(iter_key(it)));
2839         }
2840         saxdb_write_string_list(ctx, KEY_EXEMPT_CHANNELS, slist);
2841         free_string_list(slist);
2842     }
2843     /* trusted hosts takes a little more work */
2844     if (dict_size(opserv_trusted_hosts)) {
2845         saxdb_start_record(ctx, KEY_TRUSTED_HOSTS, 1);
2846         for (it = dict_first(opserv_trusted_hosts); it; it = iter_next(it)) {
2847             struct trusted_host *th = iter_data(it);
2848             saxdb_start_record(ctx, iter_key(it), 0);
2849             if (th->limit) saxdb_write_int(ctx, KEY_LIMIT, th->limit);
2850             if (th->expires) saxdb_write_int(ctx, KEY_EXPIRES, th->expires);
2851             if (th->issued) saxdb_write_int(ctx, KEY_ISSUED, th->issued);
2852             if (th->issuer) saxdb_write_string(ctx, KEY_ISSUER, th->issuer);
2853             if (th->reason) saxdb_write_string(ctx, KEY_REASON, th->reason);
2854             saxdb_end_record(ctx);
2855         }
2856         saxdb_end_record(ctx);
2857     }
2858     /* gags */
2859     if (gagList) {
2860         struct gag_entry *gag;
2861         saxdb_start_record(ctx, KEY_GAGS, 1);
2862         for (gag = gagList; gag; gag = gag->next) {
2863             saxdb_start_record(ctx, gag->mask, 0);
2864             saxdb_write_string(ctx, KEY_OWNER, gag->owner);
2865             saxdb_write_string(ctx, KEY_REASON, gag->reason);
2866             if (gag->expires) saxdb_write_int(ctx, KEY_EXPIRES, gag->expires);
2867             saxdb_end_record(ctx);
2868         }
2869         saxdb_end_record(ctx);
2870     }
2871     /* channel warnings */
2872     if (dict_size(opserv_chan_warn)) {
2873         saxdb_start_record(ctx, KEY_WARN, 0);
2874         for (it = dict_first(opserv_chan_warn); it; it = iter_next(it)) {
2875             saxdb_write_string(ctx, iter_key(it), iter_data(it));
2876         }
2877         saxdb_end_record(ctx);
2878     }
2879     /* alerts */
2880     if (dict_size(opserv_user_alerts)) {
2881         saxdb_start_record(ctx, KEY_ALERTS, 1);
2882         for (it = dict_first(opserv_user_alerts); it; it = iter_next(it)) {
2883             struct opserv_user_alert *alert = iter_data(it);
2884             const char *reaction;
2885             saxdb_start_record(ctx, iter_key(it), 0);
2886             saxdb_write_string(ctx, KEY_DISCRIM, alert->text_discrim);
2887             saxdb_write_string(ctx, KEY_OWNER, alert->owner);
2888             switch (alert->reaction) {
2889             case REACT_NOTICE: reaction = "notice"; break;
2890             case REACT_KILL: reaction = "kill"; break;
2891             case REACT_GLINE: reaction = "gline"; break;
2892             default:
2893                 reaction = NULL;
2894                 log_module(OS_LOG, LOG_ERROR, "Invalid reaction type %d for alert %s (while writing database).", alert->reaction, iter_key(it));
2895                 break;
2896             }
2897             if (reaction) saxdb_write_string(ctx, KEY_REACTION, reaction);
2898             saxdb_end_record(ctx);
2899         }
2900         saxdb_end_record(ctx);
2901     }
2902     /* max clients */
2903     saxdb_start_record(ctx, KEY_MAX_CLIENTS, 0);
2904     saxdb_write_int(ctx, KEY_MAX, max_clients);
2905     saxdb_write_int(ctx, KEY_TIME, max_clients_time);
2906     saxdb_end_record(ctx);
2907     return 0;
2908 }
2909
2910 static int
2911 query_keys_helper(const char *key, UNUSED_ARG(void *data), void *extra)
2912 {
2913     send_message_type(4, extra, opserv, "$b%s$b", key);
2914     return 0;
2915 }
2916
2917 static MODCMD_FUNC(cmd_query)
2918 {
2919     struct record_data *rd;
2920     unsigned int i;
2921     char *nodename;
2922
2923     if (argc < 2) {
2924         reply("OSMSG_OPTION_ROOT");
2925         conf_enum_root(query_keys_helper, user);
2926         return 1;
2927     }
2928
2929     nodename = unsplit_string(argv+1, argc-1, NULL);
2930     if (!(rd = conf_get_node(nodename))) {
2931         reply("OSMSG_UNKNOWN_OPTION", nodename);
2932         return 0;
2933     }
2934
2935     if (rd->type == RECDB_QSTRING)
2936         reply("OSMSG_OPTION_IS", nodename, rd->d.qstring);
2937     else if (rd->type == RECDB_STRING_LIST) {
2938         reply("OSMSG_OPTION_LIST", nodename);
2939         if (rd->d.slist->used)
2940             for (i=0; i<rd->d.slist->used; i++)
2941                 send_message_type(4, user, cmd->parent->bot, "$b%s$b", rd->d.slist->list[i]);
2942         else
2943             reply("OSMSG_OPTION_LIST_EMPTY");
2944     } else if (rd->type == RECDB_OBJECT) {
2945         reply("OSMSG_OPTION_KEYS", nodename);
2946         dict_foreach(rd->d.object, query_keys_helper, user);
2947     }
2948
2949     return 1;
2950 }
2951
2952 static MODCMD_FUNC(cmd_set)
2953 {
2954     struct record_data *rd;
2955
2956     /* I originally wanted to be able to fully manipulate the config
2957        db with this, but i wussed out. feel free to fix this - you'll
2958        need to handle quoted strings which have been split, and likely
2959        invent a syntax for it. -Zoot */
2960
2961     if (!(rd = conf_get_node(argv[1]))) {
2962         reply("OSMSG_SET_NOT_SET", argv[1]);
2963         return 0;
2964     }
2965
2966     if (rd->type != RECDB_QSTRING) {
2967         reply("OSMSG_SET_BAD_TYPE", argv[1]);
2968         return 0;
2969     }
2970
2971     free(rd->d.qstring);
2972     rd->d.qstring = strdup(argv[2]);
2973     conf_call_reload_funcs();
2974     reply("OSMSG_SET_SUCCESS", argv[1], argv[2]);
2975     return 1;
2976 }
2977
2978 static MODCMD_FUNC(cmd_settime)
2979 {
2980     const char *srv_name_mask = "*";
2981     unsigned long new_time = now;
2982
2983     if (argc > 1)
2984         srv_name_mask = argv[1];
2985     if (argc > 2)
2986         new_time = time(NULL);
2987     irc_settime(srv_name_mask, new_time);
2988     reply("OSMSG_SETTIME_SUCCESS", srv_name_mask);
2989     return 1;
2990 }
2991
2992 static discrim_t
2993 opserv_discrim_create(struct userNode *user, unsigned int argc, char *argv[], int allow_channel)
2994 {
2995     unsigned int i, j;
2996     discrim_t discrim;
2997
2998     discrim = calloc(1, sizeof(*discrim));
2999     discrim->limit = 250;
3000     discrim->max_level = UINT_MAX;
3001     discrim->max_ts = ULONG_MAX;
3002     discrim->domain_depth = 2;
3003     discrim->max_channels = INT_MAX;
3004     discrim->authed = -1;
3005     discrim->info_space = -1;
3006
3007     for (i=0; i<argc; i++) {
3008         if (irccasecmp(argv[i], "log") == 0) {
3009             discrim->option_log = 1;
3010             continue;
3011         }
3012         /* Assume all other criteria require arguments. */
3013         if (i == argc - 1) {
3014             send_message(user, opserv, "MSG_MISSING_PARAMS", argv[i]);
3015             goto fail;
3016         }
3017         if (irccasecmp(argv[i], "mask") == 0) {
3018             if (!is_ircmask(argv[++i])) {
3019                 send_message(user, opserv, "OSMSG_INVALID_IRCMASK", argv[i]);
3020                 goto fail;
3021             }
3022             if (!split_ircmask(argv[i],
3023                                &discrim->mask_nick,
3024                                &discrim->mask_ident,
3025                                &discrim->mask_host)) {
3026                 send_message(user, opserv, "OSMSG_INVALID_IRCMASK", argv[i]);
3027                 goto fail;
3028             }
3029         } else if (irccasecmp(argv[i], "nick") == 0) {
3030             discrim->mask_nick = argv[++i];
3031         } else if (irccasecmp(argv[i], "ident") == 0) {
3032             discrim->mask_ident = argv[++i];
3033         } else if (irccasecmp(argv[i], "host") == 0) {
3034             discrim->mask_host = argv[++i];
3035         } else if (irccasecmp(argv[i], "info") == 0) {
3036             discrim->mask_info = argv[++i];
3037         } else if (irccasecmp(argv[i], "server") == 0) {
3038             discrim->server = argv[++i];
3039         } else if (irccasecmp(argv[i], "ip") == 0) {
3040             j = irc_pton(&discrim->ip_mask, &discrim->ip_mask_bits, argv[++i]);
3041             if (!j) {
3042                 send_message(user, opserv, "OSMSG_BAD_IP", argv[i]);
3043                 goto fail;
3044             }
3045         } else if (irccasecmp(argv[i], "account") == 0) {
3046             if (discrim->authed == 0) {
3047                 send_message(user, opserv, "OSMSG_ACCOUNTMASK_AUTHED");
3048                 goto fail;
3049             }
3050             discrim->accountmask = argv[++i];
3051             discrim->authed = 1;
3052         } else if (irccasecmp(argv[i], "authed") == 0) {
3053             i++; /* true_string and false_string are macros! */
3054             if (true_string(argv[i])) {
3055                 discrim->authed = 1;
3056             } else if (false_string(argv[i])) {
3057                 if (discrim->accountmask) {
3058                     send_message(user, opserv, "OSMSG_ACCOUNTMASK_AUTHED");
3059                     goto fail;
3060                 }
3061                 discrim->authed = 0;
3062             } else {
3063                 send_message(user, opserv, "MSG_INVALID_BINARY", argv[i]);
3064                 goto fail;
3065             }
3066         } else if (irccasecmp(argv[i], "info_space") == 0) {
3067             /* XXX: A hack because you can't check explicitly for a space through
3068              * any other means */
3069             i++;
3070             if (true_string(argv[i])) {
3071                 discrim->info_space = 1;
3072             } else if (false_string(argv[i])) {
3073                 discrim->info_space = 0;
3074             } else {
3075                 send_message(user, opserv, "MSG_INVALID_BINARY", argv[i]);
3076                 goto fail;
3077             }
3078         } else if (irccasecmp(argv[i], "duration") == 0) {
3079             discrim->duration = ParseInterval(argv[++i]);
3080         } else if (irccasecmp(argv[i], "channel") == 0) {
3081             if(discrim->channel_count == DISCRIM_MAX_CHANS)
3082             {
3083                 send_message(user, opserv, "OSMSG_TRACE_MAX_CHANNELS", DISCRIM_MAX_CHANS);
3084                 goto fail;
3085             }
3086
3087             for (j=0, i++; ; j++) {
3088                 switch (argv[i][j]) {
3089                 case '#':
3090                     goto find_channel;
3091                 case '-':
3092                     discrim->chan_no_modes[discrim->channel_count]  |= MODE_CHANOP | MODE_VOICE;
3093                     break;
3094                 case '+':
3095                     discrim->chan_req_modes[discrim->channel_count] |= MODE_VOICE;
3096                     discrim->chan_no_modes[discrim->channel_count]  |= MODE_CHANOP;
3097                     break;
3098                 case '@':
3099                     discrim->chan_req_modes[discrim->channel_count] |= MODE_CHANOP;
3100                     break;
3101                 case '\0':
3102                     send_message(user, opserv, "MSG_NOT_CHANNEL_NAME");
3103                     goto fail;
3104                 }
3105             }
3106             find_channel:
3107             discrim->chan_no_modes[discrim->channel_count] &= ~discrim->chan_req_modes[discrim->channel_count];
3108             if (!(discrim->channels[discrim->channel_count] = GetChannel(argv[i]+j))) {
3109                 /* secretly "allow_channel" now means "if a channel name is
3110                  * specified, require that it currently exist" */
3111                 if (allow_channel) {
3112                     send_message(user, opserv, "MSG_CHANNEL_UNKNOWN", argv[i]);
3113                     goto fail;
3114                 } else {
3115                     discrim->channels[discrim->channel_count] = AddChannel(argv[i]+j, now, NULL, NULL);
3116                 }
3117             }
3118             LockChannel(discrim->channels[discrim->channel_count]);
3119             discrim->channel_count++;
3120         } else if (irccasecmp(argv[i], "numchannels") == 0) {
3121             discrim->min_channels = discrim->max_channels = strtoul(argv[++i], NULL, 10);
3122         } else if (irccasecmp(argv[i], "limit") == 0) {
3123             discrim->limit = strtoul(argv[++i], NULL, 10);
3124         } else if (irccasecmp(argv[i], "reason") == 0) {
3125             discrim->reason = strdup(unsplit_string(argv+i+1, argc-i-1, NULL));
3126             i = argc;
3127         } else if (irccasecmp(argv[i], "notice_target") == 0 || irccasecmp(argv[i], "target") == 0) {
3128             if (!IsChannelName(argv[i + 1])) {
3129                 send_message(user, opserv, "MSG_NOT_CHANNEL_NAME");
3130                 goto fail;
3131             }
3132             discrim->notice_target = argv[++i];
3133         } else if (irccasecmp(argv[i], "last") == 0) {
3134             discrim->min_ts = now - ParseInterval(argv[++i]);
3135         } else if ((irccasecmp(argv[i], "linked") == 0)
3136                    || (irccasecmp(argv[i], "nickage") == 0)) {
3137             const char *cmp = argv[++i];
3138             if (cmp[0] == '<') {
3139                 if (cmp[1] == '=') {
3140                     discrim->min_ts = now - ParseInterval(cmp+2);
3141                 } else {
3142                     discrim->min_ts = now - (ParseInterval(cmp+1) - 1);
3143                 }
3144             } else if (cmp[0] == '>') {
3145                 if (cmp[1] == '=') {
3146                     discrim->max_ts = now - ParseInterval(cmp+2);
3147                 } else {
3148                     discrim->max_ts = now - (ParseInterval(cmp+1) - 1);
3149                 }
3150             } else {
3151                 discrim->min_ts = now - ParseInterval(cmp);
3152             }
3153         } else if (irccasecmp(argv[i], "access") == 0) {
3154             const char *cmp = argv[++i];
3155             if (cmp[0] == '<') {
3156                 if (discrim->min_level == 0) discrim->min_level = 1;
3157                 if (cmp[1] == '=') {
3158                     discrim->max_level = strtoul(cmp+2, NULL, 0);
3159                 } else {
3160                     discrim->max_level = strtoul(cmp+1, NULL, 0) - 1;
3161                 }
3162             } else if (cmp[0] == '=') {
3163                 discrim->min_level = discrim->max_level = strtoul(cmp+1, NULL, 0);
3164             } else if (cmp[0] == '>') {
3165                 if (cmp[1] == '=') {
3166                     discrim->min_level = strtoul(cmp+2, NULL, 0);
3167                 } else {
3168                     discrim->min_level = strtoul(cmp+1, NULL, 0) + 1;
3169                 }
3170             } else {
3171                 discrim->min_level = strtoul(cmp, NULL, 0);
3172             }
3173         } else if (irccasecmp(argv[i], "abuse") == 0) {
3174             const char *abuse_what = argv[++i];
3175             if (irccasecmp(abuse_what, "opers") == 0) {
3176                 discrim->match_opers = 1;
3177             } else if (irccasecmp(abuse_what, "trusted") == 0) {
3178                 discrim->match_trusted = 1;
3179             }
3180         } else if (irccasecmp(argv[i], "depth") == 0) {
3181             discrim->domain_depth = strtoul(argv[++i], NULL, 0);
3182         } else if (irccasecmp(argv[i], "clones") == 0) {
3183             discrim->min_clones = strtoul(argv[++i], NULL, 0);
3184         } else {
3185             send_message(user, opserv, "MSG_INVALID_CRITERIA", argv[i]);
3186             goto fail;
3187         }
3188     }
3189
3190     if (discrim->mask_nick && !strcmp(discrim->mask_nick, "*")) {
3191         discrim->mask_nick = 0;
3192     }
3193     if (discrim->mask_ident && !strcmp(discrim->mask_ident, "*")) {
3194         discrim->mask_ident = 0;
3195     }
3196     if (discrim->mask_info && !strcmp(discrim->mask_info, "*")) {
3197         discrim->mask_info = 0;
3198     }
3199     if (discrim->mask_host && !discrim->mask_host[strspn(discrim->mask_host, "*.")]) {
3200         discrim->mask_host = 0;
3201     }
3202     return discrim;
3203   fail:
3204     free(discrim);
3205     return NULL;
3206 }
3207
3208 static int
3209 discrim_match(discrim_t discrim, struct userNode *user)
3210 {
3211     unsigned int access, i;
3212
3213     if ((user->timestamp < discrim->min_ts)
3214         || (user->timestamp > discrim->max_ts)
3215         || (user->channels.used < discrim->min_channels)
3216         || (user->channels.used > discrim->max_channels)
3217         || (discrim->authed == 0 && user->handle_info)
3218         || (discrim->authed == 1 && !user->handle_info)
3219         || (discrim->info_space == 0 && user->info[0] == ' ')
3220         || (discrim->info_space == 1 && user->info[0] != ' ')
3221         || (discrim->mask_nick && !match_ircglob(user->nick, discrim->mask_nick))
3222         || (discrim->mask_ident && !match_ircglob(user->ident, discrim->mask_ident))
3223         || (discrim->mask_host && !match_ircglob(user->hostname, discrim->mask_host))
3224         || (discrim->mask_info && !match_ircglob(user->info, discrim->mask_info))
3225         || (discrim->server && !match_ircglob(user->uplink->name, discrim->server))
3226         || (discrim->accountmask && (!user->handle_info || !match_ircglob(user->handle_info->handle, discrim->accountmask)))
3227         || (discrim->ip_mask_bits && !irc_check_mask(&user->ip, &discrim->ip_mask, discrim->ip_mask_bits))
3228         )
3229         return 0;
3230     for(i = 0; i < discrim->channel_count; i++)
3231         if (!GetUserMode(discrim->channels[i], user))
3232             return 0;
3233     access = user->handle_info ? user->handle_info->opserv_level : 0;
3234     if ((access < discrim->min_level)
3235         || (access > discrim->max_level)) {
3236         return 0;
3237     }
3238     if (discrim->min_clones > 1) {
3239         struct opserv_hostinfo *ohi = dict_find(opserv_hostinfo_dict, irc_ntoa(&user->ip), NULL);
3240         if (!ohi || (ohi->clients.used < discrim->min_clones))
3241             return 0;
3242     }
3243     return 1;
3244 }
3245
3246 static unsigned int
3247 opserv_discrim_search(discrim_t discrim, discrim_search_func dsf, void *data)
3248 {
3249     unsigned int nn, count, match;
3250     struct userList matched;
3251
3252     userList_init(&matched);
3253     /* Try most optimized search methods first */
3254     if (discrim->channel_count)
3255     {
3256         for (nn=0; (nn < discrim->channels[0]->members.used)
3257              && (matched.used < discrim->limit);
3258              nn++) {
3259             struct modeNode *mn = discrim->channels[0]->members.list[nn];
3260
3261             if (((mn->modes & discrim->chan_req_modes[0]) != discrim->chan_req_modes[0])
3262                || ((mn->modes & discrim->chan_no_modes[0]) != 0)) {
3263                 continue;
3264             }
3265
3266             if ((match = discrim_match(discrim, mn->user)))
3267             {
3268                 unsigned int i;
3269
3270                 for (i = 1; i < discrim->channel_count; i++) {
3271                     struct modeNode *mn2 = GetUserMode(discrim->channels[i], mn->user);
3272
3273                     if (((mn2->modes & discrim->chan_req_modes[i]) != discrim->chan_req_modes[i])
3274                         || ((mn2->modes & discrim->chan_no_modes[i]) != 0)) {
3275                         match = 0;
3276                         break;
3277                     }
3278                 }
3279
3280                 if (match)
3281                     userList_append(&matched, mn->user);
3282             }
3283         }
3284     } else if (discrim->ip_mask_bits == 128) {
3285         struct opserv_hostinfo *ohi = dict_find(opserv_hostinfo_dict, irc_ntoa(&discrim->ip_mask), NULL);
3286         if (!ohi) {
3287             userList_clean(&matched);
3288             return 0;
3289         }
3290         for (nn=0; (nn<ohi->clients.used) && (matched.used < discrim->limit); nn++) {
3291             if (discrim_match(discrim, ohi->clients.list[nn])) {
3292                 userList_append(&matched, ohi->clients.list[nn]);
3293             }
3294         }
3295     } else {
3296         dict_iterator_t it;
3297         for (it=dict_first(clients); it && (matched.used < discrim->limit); it=iter_next(it)) {
3298             if (discrim_match(discrim, iter_data(it))) {
3299                 userList_append(&matched, iter_data(it));
3300             }
3301         }
3302     }
3303
3304     if (!matched.used) {
3305         userList_clean(&matched);
3306         return 0;
3307     }
3308
3309     if (discrim->option_log) {
3310         log_module(OS_LOG, LOG_INFO, "Logging matches for search:");
3311     }
3312     for (nn=0; nn<matched.used; nn++) {
3313         struct userNode *user = matched.list[nn];
3314         if (discrim->option_log) {
3315             log_module(OS_LOG, LOG_INFO, "  %s!%s@%s", user->nick, user->ident, user->hostname);
3316         }
3317         if (dsf(user, data)) {
3318             /* If a search function returns true, it ran into a
3319                problem. Stop going through the list. */
3320             break;
3321         }
3322     }
3323     if (discrim->option_log) {
3324         log_module(OS_LOG, LOG_INFO, "End of matching users.");
3325     }
3326     count = matched.used;
3327     userList_clean(&matched);
3328     return count;
3329 }
3330
3331 static int
3332 trace_print_func(struct userNode *match, void *extra)
3333 {
3334     struct discrim_and_source *das = extra;
3335     if (match->handle_info) {
3336         send_message_type(4, das->source, opserv, "%s!%s@%s %s", match->nick, match->ident, match->hostname, match->handle_info->handle);
3337     } else {
3338         send_message_type(4, das->source, opserv, "%s!%s@%s", match->nick, match->ident, match->hostname);
3339     }
3340     return 0;
3341 }
3342
3343 static int
3344 trace_count_func(UNUSED_ARG(struct userNode *match), UNUSED_ARG(void *extra))
3345 {
3346     return 0;
3347 }
3348
3349 static int
3350 is_oper_victim(struct userNode *user, struct userNode *target, int match_opers, int check_ip)
3351 {
3352     unsigned char is_victim;
3353     unsigned int nn;
3354
3355     is_victim = !(IsService(target)
3356                   || (!match_opers && IsOper(target))
3357                   || (target->handle_info
3358                       && target->handle_info->opserv_level > user->handle_info->opserv_level));
3359
3360     /* If we don't need an ip check or want to hit opers or the the "cheap" check already disqualified the target, we are done. */
3361     if (!check_ip || match_opers || !is_victim)
3362         return is_victim;
3363
3364     for(nn = 0; nn < curr_opers.used; nn++) {
3365         if(memcmp(&curr_opers.list[nn]->ip, &target->ip, sizeof(irc_in_addr_t)) == 0)
3366             return 0;
3367     }
3368
3369     return 1;
3370 }
3371
3372 static int
3373 is_trust_victim(struct userNode *target, int match_trusted)
3374 {
3375     return (match_trusted || !dict_find(opserv_trusted_hosts, irc_ntoa(&target->ip), NULL));
3376 }
3377
3378 static int
3379 trace_gline_func(struct userNode *match, void *extra)
3380 {
3381     struct discrim_and_source *das = extra;
3382
3383     if (is_oper_victim(das->source, match, das->discrim->match_opers, 1) && is_trust_victim(match, das->discrim->match_trusted)) {
3384         opserv_block(match, das->source->handle_info->handle, das->discrim->reason, das->discrim->duration);
3385     }
3386
3387     return 0;
3388 }
3389
3390 static int
3391 trace_kill_func(struct userNode *match, void *extra)
3392 {
3393     struct discrim_and_source *das = extra;
3394
3395     if (is_oper_victim(das->source, match, das->discrim->match_opers, 0) && is_trust_victim(match, das->discrim->match_trusted)) {
3396         char *reason;
3397         if (das->discrim->reason) {
3398             reason = das->discrim->reason;
3399         } else {
3400             reason = alloca(strlen(OSMSG_KILL_REQUESTED)+strlen(das->source->nick)+1);
3401             sprintf(reason, OSMSG_KILL_REQUESTED, das->source->nick);
3402         }
3403         DelUser(match, opserv, 1, reason);
3404     }
3405
3406     return 0;
3407 }
3408
3409 static int
3410 is_gagged(char *mask)
3411 {
3412     struct gag_entry *gag;
3413
3414     for (gag = gagList; gag; gag = gag->next) {
3415         if (match_ircglobs(gag->mask, mask)) return 1;
3416     }
3417     return 0;
3418 }
3419
3420 static int
3421 trace_gag_func(struct userNode *match, void *extra)
3422 {
3423     struct discrim_and_source *das = extra;
3424
3425     if (is_oper_victim(das->source, match, das->discrim->match_opers, 1) && is_trust_victim(match, das->discrim->match_trusted)) {
3426         char *reason, *mask;
3427         int masksize;
3428         if (das->discrim->reason) {
3429             reason = das->discrim->reason;
3430         } else {
3431             reason = alloca(strlen(OSMSG_GAG_REQUESTED)+strlen(das->source->nick)+1);
3432             sprintf(reason, OSMSG_GAG_REQUESTED, das->source->nick);
3433         }
3434         masksize = 5+strlen(match->hostname);
3435         mask = alloca(masksize);
3436         snprintf(mask, masksize, "*!*@%s", match->hostname);
3437         if (!is_gagged(mask)) {
3438             gag_create(mask, das->source->handle_info->handle, reason,
3439                        das->discrim->duration ? (now + das->discrim->duration) : 0);
3440         }
3441     }
3442
3443     return 0;
3444 }
3445
3446 static int
3447 trace_domains_func(struct userNode *match, void *extra)
3448 {
3449     struct discrim_and_source *das = extra;
3450     irc_in_addr_t ip;
3451     unsigned long *count;
3452     unsigned int depth;
3453     char *hostname;
3454     char ipmask[IRC_NTOP_MASK_MAX_SIZE];
3455
3456     if (irc_pton(&ip, NULL, match->hostname)) {
3457         if (irc_in_addr_is_ipv4(ip)) {
3458             unsigned long matchip = ntohl(ip.in6_32[3]);
3459             /* raw IP address.. use up to first three octets of IP */
3460             switch (das->discrim->domain_depth) {
3461             default:
3462                 snprintf(ipmask, sizeof(ipmask), "%lu.%lu.%lu.*", (matchip>>24)&255, (matchip>>16)&255, (matchip>>8)&255);
3463                 break;
3464             case 2:
3465                 snprintf(ipmask, sizeof(ipmask), "%lu.%lu.*", (matchip>>24)&255, (matchip>>16)&255);
3466                 break;
3467             case 1:
3468                 snprintf(ipmask, sizeof(ipmask), "%lu.*", (matchip>>24)&255);
3469                 break;
3470             }
3471         } else if (irc_in_addr_is_ipv6(ip)) {
3472             switch (das->discrim->domain_depth) {
3473             case 1:  depth = 16; goto ipv6_pfx;
3474             case 2:  depth = 24; goto ipv6_pfx;
3475             case 3:  depth = 32; goto ipv6_pfx;
3476             default: depth = das->discrim->domain_depth;
3477             ipv6_pfx:
3478                 irc_ntop_mask(ipmask, sizeof(ipmask), &ip, depth);
3479             }
3480         } else safestrncpy(ipmask, match->hostname, sizeof(ipmask));
3481         ipmask[sizeof(ipmask) - 1] = '\0';
3482         hostname = ipmask;
3483     } else {
3484         hostname = match->hostname + strlen(match->hostname);
3485         for (depth=das->discrim->domain_depth;
3486              depth && (hostname > match->hostname);
3487              depth--) {
3488             hostname--;
3489             while ((hostname > match->hostname) && (*hostname != '.')) hostname--;
3490         }
3491         if (*hostname == '.') hostname++; /* advance past last dot we saw */
3492     }
3493     if (!(count = dict_find(das->dict, hostname, NULL))) {
3494         count = calloc(1, sizeof(*count));
3495         dict_insert(das->dict, strdup(hostname), count);
3496     }
3497     (*count)++;
3498     return 0;
3499 }
3500
3501 static int
3502 opserv_show_hostinfo(const char *key, void *data, void *extra)
3503 {
3504     unsigned long *count = data;
3505     struct discrim_and_source *das = extra;
3506
3507     send_message_type(4, das->source, opserv, "%s %lu", key, *count);
3508     return !--das->disp_limit;
3509 }
3510
3511 static MODCMD_FUNC(cmd_trace)
3512 {
3513     struct discrim_and_source das;
3514     discrim_search_func action;
3515     unsigned int matches, i;
3516     struct svccmd *subcmd;
3517     char buf[MAXLEN];
3518
3519     sprintf(buf, "trace %s", argv[1]);
3520     if (!(subcmd = dict_find(cmd->parent->commands, buf, NULL))) {
3521         reply("OSMSG_BAD_ACTION", argv[1]);
3522         return 0;
3523     }
3524     if (!svccmd_can_invoke(user, cmd->parent->bot, subcmd, channel, SVCCMD_NOISY))
3525         return 0;
3526     if (!irccasecmp(argv[1], "print"))
3527         action = trace_print_func;
3528     else if (!irccasecmp(argv[1], "count"))
3529         action = trace_count_func;
3530     else if (!irccasecmp(argv[1], "domains"))
3531         action = trace_domains_func;
3532     else if (!irccasecmp(argv[1], "gline"))
3533         action = trace_gline_func;
3534     else if (!irccasecmp(argv[1], "kill"))
3535         action = trace_kill_func;
3536     else if (!irccasecmp(argv[1], "gag"))
3537         action = trace_gag_func;
3538     else {
3539         reply("OSMSG_BAD_ACTION", argv[1]);
3540         return 0;
3541     }
3542
3543     if (user->handle_info->opserv_level < subcmd->min_opserv_level) {
3544         reply("OSMSG_LEVEL_TOO_LOW");
3545         return 0;
3546     }
3547
3548     das.dict = NULL;
3549     das.source = user;
3550     das.discrim = opserv_discrim_create(user, argc-2, argv+2, 1);
3551     if (!das.discrim)
3552         return 0;
3553
3554     if (action == trace_print_func)
3555         reply("OSMSG_USER_SEARCH_RESULTS");
3556     else if (action == trace_count_func)
3557         das.discrim->limit = INT_MAX;
3558     else if ((action == trace_gline_func) && !das.discrim->duration)
3559         das.discrim->duration = opserv_conf.block_gline_duration;
3560     else if (action == trace_domains_func) {
3561         das.dict = dict_new();
3562         dict_set_free_data(das.dict, free);
3563         dict_set_free_keys(das.dict, free);
3564         das.disp_limit = das.discrim->limit;
3565         das.discrim->limit = INT_MAX;
3566     }
3567     matches = opserv_discrim_search(das.discrim, action, &das);
3568
3569     if (action == trace_domains_func)
3570         dict_foreach(das.dict, opserv_show_hostinfo, &das);
3571
3572     if (matches)
3573         reply("MSG_MATCH_COUNT", matches);
3574     else
3575         reply("MSG_NO_MATCHES");
3576
3577     for (i = 0; i < das.discrim->channel_count; i++)
3578         UnlockChannel(das.discrim->channels[i]);
3579     free(das.discrim->reason);
3580     free(das.discrim);
3581     dict_delete(das.dict);
3582     return 1;
3583 }
3584
3585 typedef void (*cdiscrim_search_func)(struct chanNode *match, void *data);
3586
3587 typedef struct channel_discrim {
3588     char *name, *topic;
3589
3590     unsigned int min_users, max_users;
3591     unsigned long min_ts, max_ts;
3592     unsigned int limit;
3593 } *cdiscrim_t;
3594
3595 static cdiscrim_t opserv_cdiscrim_create(struct userNode *user, unsigned int argc, char *argv[]);
3596 static unsigned int opserv_cdiscrim_search(cdiscrim_t discrim, cdiscrim_search_func dsf, void *data);
3597
3598 static unsigned long
3599 smart_parse_time(const char *str) {
3600     /* If an interval-style string is given, treat as time before now.
3601      * If it's all digits, treat directly as a Unix timestamp. */
3602     return str[strspn(str, "0123456789")] ? (now - ParseInterval(str)) : strtoul(str, NULL, 0);
3603 }
3604
3605 static cdiscrim_t
3606 opserv_cdiscrim_create(struct userNode *user, unsigned int argc, char *argv[])
3607 {
3608     cdiscrim_t discrim;
3609     unsigned int i;
3610
3611     discrim = calloc(1, sizeof(*discrim));
3612     discrim->limit = 25;
3613     discrim->max_users = UINT_MAX;
3614     discrim->max_ts = ULONG_MAX;
3615
3616     for (i = 0; i < argc; i++) {
3617         /* Assume all criteria require arguments. */
3618         if (i == (argc - 1)) {
3619             send_message(user, opserv, "MSG_MISSING_PARAMS", argv[i]);
3620             return NULL;
3621         }
3622
3623         if (!irccasecmp(argv[i], "name"))
3624             discrim->name = argv[++i];
3625         else if (!irccasecmp(argv[i], "topic"))
3626             discrim->topic = argv[++i];
3627         else if (!irccasecmp(argv[i], "users")) {
3628             const char *cmp = argv[++i];
3629             if (cmp[0] == '<') {
3630                 if (cmp[1] == '=')
3631                     discrim->max_users = strtoul(cmp+2, NULL, 0);
3632                 else
3633                     discrim->max_users = strtoul(cmp+1, NULL, 0) - 1;
3634             } else if (cmp[0] == '=') {
3635                 discrim->min_users = discrim->max_users = strtoul(cmp+1, NULL, 0);
3636             } else if (cmp[0] == '>') {
3637                 if (cmp[1] == '=')
3638                     discrim->min_users = strtoul(cmp+2, NULL, 0);
3639                 else
3640                     discrim->min_users = strtoul(cmp+1, NULL, 0) + 1;
3641             } else {
3642                 discrim->min_users = strtoul(cmp, NULL, 0);
3643             }
3644         } else if (!irccasecmp(argv[i], "timestamp")) {
3645             const char *cmp = argv[++i];
3646             if (cmp[0] == '<') {
3647                 if (cmp[1] == '=')
3648                     discrim->max_ts = smart_parse_time(cmp+2);
3649                 else
3650                     discrim->max_ts = smart_parse_time(cmp+1)-1;
3651             } else if (cmp[0] == '=') {
3652                 discrim->min_ts = discrim->max_ts = smart_parse_time(cmp+1);
3653             } else if (cmp[0] == '>') {
3654                 if (cmp[1] == '=')
3655                     discrim->min_ts = smart_parse_time(cmp+2);
3656                 else
3657                     discrim->min_ts = smart_parse_time(cmp+1)+1;
3658             } else {
3659                 discrim->min_ts = smart_parse_time(cmp);
3660             }
3661         } else if (!irccasecmp(argv[i], "limit")) {
3662             discrim->limit = strtoul(argv[++i], NULL, 10);
3663         } else {
3664             send_message(user, opserv, "MSG_INVALID_CRITERIA", argv[i]);
3665             goto fail;
3666         }
3667     }
3668
3669     if (discrim->name && !strcmp(discrim->name, "*"))
3670         discrim->name = 0;
3671     if (discrim->topic && !strcmp(discrim->topic, "*"))
3672         discrim->topic = 0;
3673
3674     return discrim;
3675   fail:
3676     free(discrim);
3677     return NULL;
3678 }
3679
3680 static int
3681 cdiscrim_match(cdiscrim_t discrim, struct chanNode *chan)
3682 {
3683     if ((discrim->name && !match_ircglob(chan->name, discrim->name)) ||
3684         (discrim->topic && !match_ircglob(chan->topic, discrim->topic)) ||
3685         (chan->members.used < discrim->min_users) ||
3686         (chan->members.used > discrim->max_users) ||
3687         (chan->timestamp < discrim->min_ts) ||
3688         (chan->timestamp > discrim->max_ts)) {
3689         return 0;
3690     }
3691     return 1;
3692 }
3693
3694 static unsigned int opserv_cdiscrim_search(cdiscrim_t discrim, cdiscrim_search_func dsf, void *data)
3695 {
3696     unsigned int count = 0;
3697     dict_iterator_t it, next;
3698
3699     for (it = dict_first(channels); it && count < discrim->limit ; it = next) {
3700         struct chanNode *chan = iter_data(it);
3701
3702         /* Hold on to the next channel in case we decide to
3703            add actions that destructively modify the channel. */
3704         next = iter_next(it);
3705         if ((chan->members.used > 0) && cdiscrim_match(discrim, chan)) {
3706             dsf(chan, data);
3707             count++;
3708         }
3709     }
3710
3711     return count;
3712 }
3713
3714 void channel_count(UNUSED_ARG(struct chanNode *channel), UNUSED_ARG(void *data))
3715 {
3716 }
3717
3718 void channel_print(struct chanNode *channel, void *data)
3719 {
3720     char modes[MAXLEN];
3721     irc_make_chanmode(channel, modes);
3722     send_message(data, opserv, "OSMSG_CSEARCH_CHANNEL_INFO", channel->name, channel->members.used, modes, channel->topic);
3723 }
3724
3725 static MODCMD_FUNC(cmd_csearch)
3726 {
3727     cdiscrim_t discrim;
3728     unsigned int matches;
3729     cdiscrim_search_func action;
3730     struct svccmd *subcmd;
3731     char buf[MAXLEN];
3732
3733     if (!irccasecmp(argv[1], "count"))
3734         action = channel_count;
3735     else if (!irccasecmp(argv[1], "print"))
3736         action = channel_print;
3737     else {
3738         reply("OSMSG_BAD_ACTION", argv[1]);
3739         return 0;
3740     }
3741
3742     sprintf(buf, "%s %s", argv[0], argv[0]);
3743     if ((subcmd = dict_find(cmd->parent->commands, buf, NULL))
3744         && !svccmd_can_invoke(user, cmd->parent->bot, subcmd, channel, SVCCMD_NOISY)) {
3745         return 0;
3746     }
3747
3748     discrim = opserv_cdiscrim_create(user, argc - 2, argv + 2);
3749     if (!discrim)
3750         return 0;
3751
3752     if (action == channel_print)
3753         reply("OSMSG_CHANNEL_SEARCH_RESULTS");
3754     else if (action == channel_count)
3755         discrim->limit = INT_MAX;
3756
3757     matches = opserv_cdiscrim_search(discrim, action, user);
3758
3759     if (matches)
3760         reply("MSG_MATCH_COUNT", matches);
3761     else
3762         reply("MSG_NO_MATCHES");
3763
3764     free(discrim);
3765     return 1;
3766 }
3767
3768 static MODCMD_FUNC(cmd_gsync)
3769 {
3770     struct server *src;
3771     if (argc > 1) {
3772         src = GetServerH(argv[1]);
3773         if (!src) {
3774             reply("MSG_SERVER_UNKNOWN", argv[1]);
3775             return 0;
3776         }
3777     } else {
3778         src = self->uplink;
3779     }
3780     irc_stats(cmd->parent->bot, src, 'G');
3781     reply("OSMSG_GSYNC_RUNNING", src->name);
3782     return 1;
3783 }
3784
3785 struct gline_extra {
3786     struct userNode *user;
3787     struct string_list *glines;
3788 };
3789
3790 static void
3791 gtrace_print_func(struct gline *gline, void *extra)
3792 {
3793     struct gline_extra *xtra = extra;
3794     char issued[INTERVALLEN];
3795     char lastmod[INTERVALLEN];
3796     char expires[INTERVALLEN];
3797
3798     intervalString(issued, now - gline->issued, xtra->user->handle_info);
3799     if (gline->lastmod)
3800         intervalString(lastmod, now - gline->lastmod, xtra->user->handle_info);
3801     else
3802         strcpy(lastmod, "<unknown>");
3803     if (gline->expires)
3804         intervalString(expires, gline->expires - now, xtra->user->handle_info);
3805     else
3806         strcpy(expires, "never");
3807     send_message(xtra->user, opserv, "OSMSG_GTRACE_FORMAT", gline->target, issued, gline->issuer, lastmod, expires, gline->reason);
3808 }
3809
3810 static MODCMD_FUNC(cmd_stats_glines) {
3811     if (argc < 2) {
3812         reply("OSMSG_GLINE_COUNT", gline_count());
3813         return 1;
3814     } else if (argc < 3) {
3815         struct gline_extra extra;
3816         struct gline *gl;
3817
3818         extra.user = user;
3819         gl = gline_find(argv[1]);
3820         if (!gl)
3821             reply("OSMSG_NO_GLINE", argv[1]);
3822         else
3823             gtrace_print_func(gl, &extra);
3824         return 1;
3825     } else return 0;
3826 }
3827
3828 static void
3829 gtrace_count_func(UNUSED_ARG(struct gline *gline), UNUSED_ARG(void *extra))
3830 {
3831 }
3832
3833 static void
3834 gtrace_ungline_func(struct gline *gline, void *extra)
3835 {
3836     struct gline_extra *xtra = extra;
3837     string_list_append(xtra->glines, strdup(gline->target));
3838 }
3839
3840 static MODCMD_FUNC(cmd_gtrace)
3841 {
3842     struct gline_discrim *discrim;
3843     gline_search_func action;
3844     unsigned int matches, nn;
3845     struct gline_extra extra;
3846     struct svccmd *subcmd;
3847     char buf[MAXLEN];
3848
3849     if (!irccasecmp(argv[1], "print"))
3850         action = gtrace_print_func;
3851     else if (!irccasecmp(argv[1], "count"))
3852         action = gtrace_count_func;
3853     else if (!irccasecmp(argv[1], "ungline"))
3854         action = gtrace_ungline_func;
3855     else {
3856         reply("OSMSG_BAD_ACTION", argv[1]);
3857         return 0;
3858     }
3859     sprintf(buf, "%s %s", argv[0], argv[0]);
3860     if ((subcmd = dict_find(cmd->parent->commands, buf, NULL))
3861         && !svccmd_can_invoke(user, cmd->parent->bot, subcmd, channel, SVCCMD_NOISY)) {
3862         return 0;
3863     }
3864
3865     discrim = gline_discrim_create(user, cmd->parent->bot, argc-2, argv+2);
3866     if (!discrim)
3867         return 0;
3868
3869     if (action == gtrace_print_func)
3870         reply("OSMSG_GLINE_SEARCH_RESULTS");
3871     else if (action == gtrace_count_func)
3872         discrim->limit = INT_MAX;
3873
3874     extra.user = user;
3875     extra.glines = alloc_string_list(4);
3876     matches = gline_discrim_search(discrim, action, &extra);
3877
3878     if (action == gtrace_ungline_func)
3879         for (nn=0; nn<extra.glines->used; nn++)
3880             gline_remove(extra.glines->list[nn], 1);
3881     free_string_list(extra.glines);
3882
3883     if (matches)
3884         reply("MSG_MATCH_COUNT", matches);
3885     else
3886         reply("MSG_NO_MATCHES");
3887     free(discrim->alt_target_mask);
3888     free(discrim);
3889     return 1;
3890 }
3891
3892 static int
3893 alert_check_user(const char *key, void *data, void *extra)
3894 {
3895     struct opserv_user_alert *alert = data;
3896     struct userNode *user = extra;
3897
3898     if (!discrim_match(alert->discrim, user))
3899         return 0;
3900
3901     if ((alert->reaction != REACT_NOTICE)
3902         && IsOper(user)
3903         && !alert->discrim->match_opers) {
3904         return 0;
3905     }
3906
3907     if ((alert->reaction != REACT_NOTICE)
3908         && !is_trust_victim(user, alert->discrim->match_trusted)) {
3909         return 0;
3910     }
3911
3912     /* The user matches the alert criteria, so trigger the reaction. */
3913     if (alert->discrim->option_log)
3914         log_module(OS_LOG, LOG_INFO, "Alert %s triggered by user %s!%s@%s (%s).", key, user->nick, user->ident, user->hostname, alert->discrim->reason);
3915
3916     /* Return 1 to halt alert matching, such as when killing the user
3917        that triggered the alert. */
3918     switch (alert->reaction) {
3919     case REACT_KILL:
3920         DelUser(user, opserv, 1, alert->discrim->reason);
3921         return 1;
3922     case REACT_GLINE:
3923         opserv_block(user, alert->owner, alert->discrim->reason, alert->discrim->duration);
3924         return 1;
3925     default:
3926         log_module(OS_LOG, LOG_ERROR, "Invalid reaction type %d for alert %s.", alert->reaction, key);
3927         /* fall through to REACT_NOTICE case */
3928     case REACT_NOTICE:
3929         opserv_custom_alert(alert->discrim->notice_target, "Alert $b%s$b triggered by user $b%s$b!%s@%s (%s).", key, user->nick, user->ident, user->hostname, alert->discrim->reason);
3930         break;
3931     }
3932     return 0;
3933 }
3934
3935 static void
3936 opserv_alert_check_nick(struct userNode *user, UNUSED_ARG(const char *old_nick))
3937 {
3938     struct gag_entry *gag;
3939     dict_foreach(opserv_nick_based_alerts, alert_check_user, user);
3940     /* Gag them if appropriate (and only if). */
3941     user->modes &= ~FLAGS_GAGGED;
3942     for (gag = gagList; gag; gag = gag->next) {
3943         if (user_matches_glob(user, gag->mask, MATCH_USENICK)) {
3944             gag_helper_func(user, NULL);
3945             break;
3946         }
3947     }
3948 }
3949
3950 static void
3951 opserv_staff_alert(struct userNode *user, UNUSED_ARG(struct handle_info *old_handle))
3952 {
3953     const char *type;
3954
3955     if (!opserv_conf.staff_auth_channel
3956         || user->uplink->burst
3957         || !user->handle_info)
3958         return;
3959     else if (user->handle_info->opserv_level)
3960         type = "OPER";
3961     else if (IsNetworkHelper(user))
3962         type = "NETWORK HELPER";
3963     else if (IsSupportHelper(user))
3964         type = "SUPPORT HELPER";
3965     else
3966         return;
3967
3968     if (irc_in_addr_is_valid(user->ip))
3969         send_channel_notice(opserv_conf.staff_auth_channel, opserv, IDENT_FORMAT" authed to %s account %s", IDENT_DATA(user), type, user->handle_info->handle);
3970     else
3971         send_channel_notice(opserv_conf.staff_auth_channel, opserv, "%s [%s@%s] authed to %s account %s", user->nick, user->ident, user->hostname, type, user->handle_info->handle);
3972
3973     dict_foreach(opserv_account_alerts, alert_check_user, user);
3974 }
3975
3976 static MODCMD_FUNC(cmd_log)
3977 {
3978     struct logSearch *discrim;
3979     unsigned int matches;
3980     struct logReport report;
3981
3982     discrim = log_discrim_create(cmd->parent->bot, user, argc, argv);
3983     if (!discrim)
3984         return 0;
3985
3986     reply("OSMSG_LOG_SEARCH_RESULTS");
3987     report.reporter = opserv;
3988     report.user = user;
3989     matches = log_entry_search(discrim, log_report_entry, &report);
3990
3991     if (matches)
3992         reply("MSG_MATCH_COUNT", matches);
3993     else
3994         reply("MSG_NO_MATCHES");
3995
3996     free(discrim);
3997     return 1;
3998 }
3999
4000 static int
4001 gag_helper_func(struct userNode *match, UNUSED_ARG(void *extra))
4002 {
4003     if (IsOper(match) || IsLocal(match))
4004         return 0;
4005     match->modes |= FLAGS_GAGGED;
4006     return 0;
4007 }
4008
4009 static MODCMD_FUNC(cmd_gag)
4010 {
4011     struct gag_entry *gag;
4012     unsigned int gagged;
4013     unsigned long duration;
4014     char *reason;
4015
4016     reason = unsplit_string(argv + 3, argc - 3, NULL);
4017
4018     if (!is_ircmask(argv[1])) {
4019         reply("OSMSG_INVALID_IRCMASK", argv[1]);
4020         return 0;
4021     }
4022
4023     for (gag = gagList; gag; gag = gag->next)
4024         if (match_ircglobs(gag->mask, argv[1]))
4025             break;
4026
4027     if (gag) {
4028         reply("OSMSG_REDUNDANT_GAG", argv[1]);
4029         return 0;
4030     }
4031
4032     duration = ParseInterval(argv[2]);
4033     gagged = gag_create(argv[1], user->handle_info->handle, reason, (duration?now+duration:0));
4034
4035     if (gagged)
4036         reply("OSMSG_GAG_APPLIED", argv[1], gagged);
4037     else
4038         reply("OSMSG_GAG_ADDED", argv[1]);
4039     return 1;
4040 }
4041
4042 static int
4043 ungag_helper_func(struct userNode *match, UNUSED_ARG(void *extra))
4044 {
4045     match->modes &= ~FLAGS_GAGGED;
4046     return 0;
4047 }
4048
4049 static MODCMD_FUNC(cmd_ungag)
4050 {
4051     struct gag_entry *gag;
4052     unsigned int ungagged;
4053
4054     for (gag = gagList; gag; gag = gag->next)
4055         if (!strcmp(gag->mask, argv[1]))
4056             break;
4057
4058     if (!gag) {
4059         reply("OSMSG_GAG_NOT_FOUND", argv[1]);
4060         return 0;
4061     }
4062
4063     timeq_del(gag->expires, gag_expire, gag, 0);
4064     ungagged = gag_free(gag);
4065
4066     if (ungagged)
4067         reply("OSMSG_UNGAG_APPLIED", argv[1], ungagged);
4068     else
4069         reply("OSMSG_UNGAG_ADDED", argv[1]);
4070     return 1;
4071 }
4072
4073 static MODCMD_FUNC(cmd_addalert)
4074 {
4075     opserv_alert_reaction reaction;
4076     struct svccmd *subcmd;
4077     const char *name;
4078     char buf[MAXLEN];
4079
4080     name = argv[1];
4081     sprintf(buf, "addalert %s", argv[2]);
4082     if (!(subcmd = dict_find(cmd->parent->commands, buf, NULL))) {
4083         reply("OSMSG_UNKNOWN_REACTION", argv[2]);
4084         return 0;
4085     }
4086     if (!irccasecmp(argv[2], "notice"))
4087         reaction = REACT_NOTICE;
4088     else if (!irccasecmp(argv[2], "kill"))
4089         reaction = REACT_KILL;
4090     else if (!irccasecmp(argv[2], "gline"))
4091         reaction = REACT_GLINE;
4092     else {
4093         reply("OSMSG_UNKNOWN_REACTION", argv[2]);
4094         return 0;
4095     }
4096     if (!svccmd_can_invoke(user, cmd->parent->bot, subcmd, channel, SVCCMD_NOISY)
4097         || !opserv_add_user_alert(user, name, reaction, unsplit_string(argv + 3, argc - 3, NULL)))
4098         return 0;
4099     reply("OSMSG_ADDED_ALERT", name);
4100     return 1;
4101 }
4102
4103 static MODCMD_FUNC(cmd_delalert)
4104 {
4105     unsigned int i;
4106     for (i=1; i<argc; i++) {
4107         dict_remove(opserv_nick_based_alerts, argv[i]);
4108         dict_remove(opserv_channel_alerts, argv[i]);
4109         dict_remove(opserv_account_alerts, argv[i]);
4110         if (dict_remove(opserv_user_alerts, argv[i]))
4111             reply("OSMSG_REMOVED_ALERT", argv[i]);
4112         else
4113             reply("OSMSG_NO_SUCH_ALERT", argv[i]);
4114     }
4115     return 1;
4116 }
4117
4118 static void
4119 opserv_conf_read(void)
4120 {
4121     struct record_data *rd;
4122     dict_t conf_node, child;
4123     const char *str, *str2;
4124     struct policer_params *pp;
4125     dict_iterator_t it;
4126
4127     rd = conf_get_node(OPSERV_CONF_NAME);
4128     if (!rd || rd->type != RECDB_OBJECT) {
4129         log_module(OS_LOG, LOG_ERROR, "config node `%s' is missing or has wrong type.", OPSERV_CONF_NAME);
4130         return;
4131     }
4132     conf_node = rd->d.object;
4133     str = database_get_data(conf_node, KEY_DEBUG_CHANNEL, RECDB_QSTRING);
4134     if (opserv && str) {
4135         str2 = database_get_data(conf_node, KEY_DEBUG_CHANNEL_MODES, RECDB_QSTRING);
4136         if (!str2)
4137             str2 = "+tinms";
4138         opserv_conf.debug_channel = AddChannel(str, now, str2, NULL);
4139         AddChannelUser(opserv, opserv_conf.debug_channel)->modes |= MODE_CHANOP;
4140     } else {
4141         opserv_conf.debug_channel = NULL;
4142     }
4143     str = database_get_data(conf_node, KEY_ALERT_CHANNEL, RECDB_QSTRING);
4144     if (opserv && str) {
4145         str2 = database_get_data(conf_node, KEY_ALERT_CHANNEL_MODES, RECDB_QSTRING);
4146         if (!str2)
4147             str2 = "+tns";
4148         opserv_conf.alert_channel = AddChannel(str, now, str2, NULL);
4149         AddChannelUser(opserv, opserv_conf.alert_channel)->modes |= MODE_CHANOP;
4150     } else {
4151         opserv_conf.alert_channel = NULL;
4152     }
4153     str = database_get_data(conf_node, KEY_STAFF_AUTH_CHANNEL, RECDB_QSTRING);
4154     if (opserv && str) {
4155         str2 = database_get_data(conf_node, KEY_STAFF_AUTH_CHANNEL_MODES, RECDB_QSTRING);
4156         if (!str2)
4157             str2 = "+timns";
4158         opserv_conf.staff_auth_channel = AddChannel(str, now, str2, NULL);
4159         AddChannelUser(opserv, opserv_conf.staff_auth_channel)->modes |= MODE_CHANOP;
4160     } else {
4161         opserv_conf.staff_auth_channel = NULL;
4162     }
4163     str = database_get_data(conf_node, KEY_UNTRUSTED_MAX, RECDB_QSTRING);
4164     opserv_conf.untrusted_max = str ? strtoul(str, NULL, 0) : 5;
4165     str = database_get_data(conf_node, KEY_PURGE_LOCK_DELAY, RECDB_QSTRING);
4166     opserv_conf.purge_lock_delay = str ? strtoul(str, NULL, 0) : 60;
4167     str = database_get_data(conf_node, KEY_JOIN_FLOOD_MODERATE, RECDB_QSTRING);
4168     opserv_conf.join_flood_moderate = str ? strtoul(str, NULL, 0) : 1;
4169     str = database_get_data(conf_node, KEY_JOIN_FLOOD_MODERATE_THRESH, RECDB_QSTRING);
4170     opserv_conf.join_flood_moderate_threshold = str ? strtoul(str, NULL, 0) : 50;
4171     str = database_get_data(conf_node, KEY_NICK, RECDB_QSTRING);
4172     if (opserv && str)
4173         NickChange(opserv, str, 0);
4174     str = database_get_data(conf_node, KEY_CLONE_GLINE_DURATION, RECDB_QSTRING);
4175     opserv_conf.clone_gline_duration = str ? ParseInterval(str) : 3600;
4176     str = database_get_data(conf_node, KEY_BLOCK_GLINE_DURATION, RECDB_QSTRING);
4177     opserv_conf.block_gline_duration = str ? ParseInterval(str) : 3600;
4178
4179     if (!opserv_conf.join_policer_params)
4180         opserv_conf.join_policer_params = policer_params_new();
4181     policer_params_set(opserv_conf.join_policer_params, "size", "20");
4182     policer_params_set(opserv_conf.join_policer_params, "drain-rate", "1");
4183     if ((child = database_get_data(conf_node, KEY_JOIN_POLICER, RECDB_OBJECT)))
4184         dict_foreach(child, set_policer_param, opserv_conf.join_policer_params);
4185
4186     for (it = dict_first(channels); it; it = iter_next(it)) {
4187         struct chanNode *cNode = iter_data(it);
4188         cNode->join_policer.params = opserv_conf.join_policer_params;
4189     }
4190
4191     if (opserv_conf.new_user_policer.params)
4192         pp = opserv_conf.new_user_policer.params;
4193     else
4194         pp = opserv_conf.new_user_policer.params = policer_params_new();
4195     policer_params_set(pp, "size", "200");
4196     policer_params_set(pp, "drain-rate", "3");
4197     if ((child = database_get_data(conf_node, KEY_NEW_USER_POLICER, RECDB_OBJECT)))
4198         dict_foreach(child, set_policer_param, pp);
4199 }
4200
4201 static void
4202 opserv_db_init(void) {
4203     /* set up opserv_trusted_hosts dict */
4204     dict_delete(opserv_trusted_hosts);
4205     opserv_trusted_hosts = dict_new();
4206     dict_set_free_data(opserv_trusted_hosts, free_trusted_host);
4207     /* set up opserv_chan_warn dict */
4208     dict_delete(opserv_chan_warn);
4209     opserv_chan_warn = dict_new();
4210     dict_set_free_keys(opserv_chan_warn, free);
4211     dict_set_free_data(opserv_chan_warn, free);
4212     /* set up opserv_user_alerts */
4213     dict_delete(opserv_account_alerts);
4214     opserv_account_alerts = dict_new();
4215     dict_delete(opserv_channel_alerts);
4216     opserv_channel_alerts = dict_new();
4217     dict_delete(opserv_nick_based_alerts);
4218     opserv_nick_based_alerts = dict_new();
4219     dict_delete(opserv_user_alerts);
4220     opserv_user_alerts = dict_new();
4221     dict_set_free_keys(opserv_user_alerts, free);
4222     dict_set_free_data(opserv_user_alerts, opserv_free_user_alert);
4223     /* set up opserv_bad_words */
4224     free_string_list(opserv_bad_words);
4225     opserv_bad_words = alloc_string_list(4);
4226     /* and opserv_exempt_channels */
4227     dict_delete(opserv_exempt_channels);
4228     opserv_exempt_channels = dict_new();
4229     dict_set_free_keys(opserv_exempt_channels, free);
4230 }
4231
4232 static void
4233 opserv_db_cleanup(void)
4234 {
4235     unsigned int nn;
4236
4237     dict_delete(opserv_chan_warn);
4238     dict_delete(opserv_reserved_nick_dict);
4239     free_string_list(opserv_bad_words);
4240     dict_delete(opserv_exempt_channels);
4241     dict_delete(opserv_trusted_hosts);
4242     unreg_del_user_func(opserv_user_cleanup);
4243     dict_delete(opserv_hostinfo_dict);
4244     dict_delete(opserv_nick_based_alerts);
4245     dict_delete(opserv_account_alerts);
4246     dict_delete(opserv_channel_alerts);
4247     dict_delete(opserv_user_alerts);
4248     for (nn=0; nn<ArrayLength(level_strings); ++nn)
4249         free(level_strings[nn]);
4250     while (gagList)
4251         gag_free(gagList);
4252     policer_params_delete(opserv_conf.join_policer_params);
4253     policer_params_delete(opserv_conf.new_user_policer.params);
4254 }
4255
4256 void
4257 init_opserv(const char *nick)
4258 {
4259     OS_LOG = log_register_type("OpServ", "file:opserv.log");
4260     if (nick) {
4261         const char *modes = conf_get_data("services/opserv/modes", RECDB_QSTRING);
4262         opserv = AddLocalUser(nick, nick, NULL, "Oper Services", modes);
4263     }
4264     conf_register_reload(opserv_conf_read);
4265
4266     memset(level_strings, 0, sizeof(level_strings));
4267     opserv_module = module_register("OpServ", OS_LOG, "opserv.help", opserv_help_expand);
4268     opserv_define_func("ACCESS", cmd_access, 0, 0, 0);
4269     opserv_define_func("ADDALERT", cmd_addalert, 800, 0, 4);
4270     opserv_define_func("ADDALERT NOTICE", NULL, 0, 0, 0);
4271     opserv_define_func("ADDALERT GLINE", NULL, 900, 0, 0);
4272     opserv_define_func("ADDALERT KILL", NULL, 900, 0, 0);
4273     opserv_define_func("ADDBAD", cmd_addbad, 800, 0, 2);
4274     opserv_define_func("ADDEXEMPT", cmd_addexempt, 800, 0, 2);
4275     opserv_define_func("ADDTRUST", cmd_addtrust, 800, 0, 5);
4276     opserv_define_func("BAN", cmd_ban, 100, 2, 2);
4277     opserv_define_func("BLOCK", cmd_block, 100, 0, 2);
4278     opserv_define_func("CHANINFO", cmd_chaninfo, 0, 3, 0);
4279     opserv_define_func("CLEARBANS", cmd_clearbans, 300, 2, 0);
4280     opserv_define_func("CLEARMODES", cmd_clearmodes, 400, 2, 0);
4281     opserv_define_func("CLONE", cmd_clone, 999, 0, 3);
4282     opserv_define_func("COLLIDE", cmd_collide, 800, 0, 5);
4283     opserv_define_func("CSEARCH", cmd_csearch, 100, 0, 3);
4284     opserv_define_func("CSEARCH COUNT", cmd_csearch, 0, 0, 0);
4285     opserv_define_func("CSEARCH PRINT", cmd_csearch, 0, 0, 0);
4286     opserv_define_func("DELALERT", cmd_delalert, 800, 0, 2);
4287     opserv_define_func("DELBAD", cmd_delbad, 800, 0, 2);
4288     opserv_define_func("DELEXEMPT", cmd_delexempt, 800, 0, 2);
4289     opserv_define_func("DELTRUST", cmd_deltrust, 800, 0, 2);
4290     opserv_define_func("DEOP", cmd_deop, 100, 2, 2);
4291     opserv_define_func("DEOPALL", cmd_deopall, 400, 2, 0);
4292     opserv_define_func("DEVOICEALL", cmd_devoiceall, 300, 2, 0);
4293     opserv_define_func("DIE", cmd_die, 900, 0, 2);
4294     opserv_define_func("DUMP", cmd_dump, 999, 0, 2);
4295     opserv_define_func("EDITTRUST", cmd_edittrust, 800, 0, 5);
4296     opserv_define_func("GAG", cmd_gag, 600, 0, 4);
4297     opserv_define_func("GLINE", cmd_gline, 600, 0, 4);
4298     opserv_define_func("GSYNC", cmd_gsync, 600, 0, 0);
4299     opserv_define_func("GTRACE", cmd_gtrace, 100, 0, 3);
4300     opserv_define_func("GTRACE COUNT", NULL, 0, 0, 0);
4301     opserv_define_func("GTRACE PRINT", NULL, 0, 0, 0);
4302     opserv_define_func("INVITE", cmd_invite, 100, 2, 0);
4303     opserv_define_func("INVITEME", cmd_inviteme, 100, 0, 0);
4304     opserv_define_func("JOIN", cmd_join, 601, 1, 0);
4305     opserv_define_func("JUMP", cmd_jump, 900, 0, 2);
4306     opserv_define_func("JUPE", cmd_jupe, 900, 0, 4);
4307     opserv_define_func("KICK", cmd_kick, 100, 2, 2);
4308     opserv_define_func("FORCEKICK", cmd_forcekick, 800, 2, 2);
4309     opserv_define_func("KICKALL", cmd_kickall, 400, 2, 0);
4310     opserv_define_func("KICKBAN", cmd_kickban, 100, 2, 2);
4311     opserv_define_func("KICKBANALL", cmd_kickbanall, 450, 2, 0);
4312     opserv_define_func("LOG", cmd_log, 900, 0, 2);
4313     opserv_define_func("MODE", cmd_mode, 100, 2, 2);
4314     opserv_define_func("OP", cmd_op, 100, 2, 2);
4315     opserv_define_func("OPALL", cmd_opall, 400, 2, 0);
4316     opserv_define_func("PART", cmd_part, 601, 2, 0);
4317     opserv_define_func("QUERY", cmd_query, 0, 0, 0);
4318     opserv_define_func("RAW", cmd_raw, 999, 0, 2);
4319     opserv_define_func("RECONNECT", cmd_reconnect, 900, 0, 0);
4320     opserv_define_func("REFRESHG", cmd_refreshg, 600, 0, 0);
4321     opserv_define_func("REHASH", cmd_rehash, 900, 0, 0);
4322     opserv_define_func("REOPEN", cmd_reopen, 900, 0, 0);
4323     opserv_define_func("RESERVE", cmd_reserve, 800, 0, 5);
4324     opserv_define_func("RESTART", cmd_restart, 900, 0, 2);
4325     opserv_define_func("SET", cmd_set, 900, 0, 3);
4326     opserv_define_func("SETTIME", cmd_settime, 901, 0, 0);
4327     opserv_define_func("STATS ALERTS", cmd_stats_alerts, 0, 0, 0);
4328     opserv_define_func("STATS BAD", cmd_stats_bad, 0, 0, 0);
4329     opserv_define_func("STATS GAGS", cmd_stats_gags, 0, 0, 0);
4330     opserv_define_func("STATS GLINES", cmd_stats_glines, 0, 0, 0);
4331     opserv_define_func("STATS LINKS", cmd_stats_links, 0, 0, 0);
4332     opserv_define_func("STATS MAX", cmd_stats_max, 0, 0, 0);
4333     opserv_define_func("STATS NETWORK", cmd_stats_network, 0, 0, 0);
4334     opserv_define_func("STATS NETWORK2", cmd_stats_network2, 0, 0, 0);
4335     opserv_define_func("STATS RESERVED", cmd_stats_reserved, 0, 0, 0);
4336     opserv_define_func("STATS TIMEQ", cmd_stats_timeq, 0, 0, 0);
4337     opserv_define_func("STATS TRUSTED", cmd_stats_trusted, 0, 0, 0);
4338     opserv_define_func("STATS UPLINK", cmd_stats_uplink, 0, 0, 0);
4339     opserv_define_func("STATS UPTIME", cmd_stats_uptime, 0, 0, 0);
4340     opserv_define_func("STATS WARN", cmd_stats_warn, 0, 0, 0);
4341 #if defined(WITH_MALLOC_SRVX) || defined(WITH_MALLOC_SLAB)
4342     opserv_define_func("STATS MEMORY", cmd_stats_memory, 0, 0, 0);
4343 #endif
4344     opserv_define_func("TRACE", cmd_trace, 100, 0, 3);
4345     opserv_define_func("TRACE PRINT", NULL, 0, 0, 0);
4346     opserv_define_func("TRACE COUNT", NULL, 0, 0, 0);
4347     opserv_define_func("TRACE DOMAINS", NULL, 0, 0, 0);
4348     opserv_define_func("TRACE GLINE", NULL, 600, 0, 0);
4349     opserv_define_func("TRACE GAG", NULL, 600, 0, 0);
4350     opserv_define_func("TRACE KILL", NULL, 600, 0, 0);
4351     opserv_define_func("UNBAN", cmd_unban, 100, 2, 2);
4352     opserv_define_func("UNGAG", cmd_ungag, 600, 0, 2);
4353     opserv_define_func("UNGLINE", cmd_ungline, 600, 0, 2);
4354     modcmd_register(opserv_module, "GTRACE UNGLINE", NULL, 0, 0, "template", "ungline", NULL);
4355     opserv_define_func("UNJUPE", cmd_unjupe, 900, 0, 2);
4356     opserv_define_func("UNRESERVE", cmd_unreserve, 800, 0, 2);
4357     opserv_define_func("UNWARN", cmd_unwarn, 800, 0, 0);
4358     opserv_define_func("VOICEALL", cmd_voiceall, 300, 2, 0);
4359     opserv_define_func("WARN", cmd_warn, 800, 0, 2);
4360     opserv_define_func("WHOIS", cmd_whois, 0, 0, 2);
4361
4362     opserv_reserved_nick_dict = dict_new();
4363     opserv_hostinfo_dict = dict_new();
4364     dict_set_free_keys(opserv_hostinfo_dict, free);
4365     dict_set_free_data(opserv_hostinfo_dict, opserv_free_hostinfo);
4366
4367     reg_new_user_func(opserv_new_user_check);
4368     reg_nick_change_func(opserv_alert_check_nick);
4369     reg_del_user_func(opserv_user_cleanup);
4370     reg_new_channel_func(opserv_channel_check);
4371     reg_del_channel_func(opserv_channel_delete);
4372     reg_join_func(opserv_join_check);
4373     reg_auth_func(opserv_staff_alert);
4374
4375     opserv_db_init();
4376     saxdb_register("OpServ", opserv_saxdb_read, opserv_saxdb_write);
4377     if (nick)
4378         service_register(opserv)->trigger = '?';
4379
4380     reg_exit_func(opserv_db_cleanup);
4381     message_register_table(msgtab);
4382 }