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