]> jfr.im git - irc/quakenet/snircd.git/blame - ChangeLog
Added tag u2.10.12.10+snircd(1.3.4a) for changeset 88862e3aed8f
[irc/quakenet/snircd.git] / ChangeLog
CommitLineData
47528269 12007-03-09 Michael Poole <mdpoole@troilus.org>
2
3 * include/patchlevel.h (PATCHLEVEL): Bump for u2.10.12.10 release.
4
52007-03-05 Michael Poole <mdpoole@troilus.org>
6
7 * ircd/m_privs.c (ms_privs): Use the correct source when
8 forwarding the PRIVS request.
9
10 * tests/bug-1674539.cmd: New file to test for this.
11
12 * tests/test-driver.pl: Recognize "oper" command from scripts.
13
142007-03-05 Michael Poole <mdpoole@troilus.org>
15
16 * tests/ircd.conf: Make into a hub.
17
18 * tests/ircd-2.conf: New file, for a second server.
19
20 * tests/ircd-3.conf: Configuration for a third server.
21
222007-03-04 Michael Poole <mdpoole@troilus.org>
23
24 * ircd/whocmds.c (count_users): Fix length of ipbuf. (Spotted by
25 paulr.)
26
951d56c0 272007-02-28 Michael Poole <mdpoole@troilus.org>
28
29 * ircd/os_generic.c (sockaddr_from_irc): Zero out socket address
30 before setting family, and regardless of whether we have an
31 irc_sockaddr template.
32
332007-02-25 Michael Poole <mdpoole@troilus.org>
34
35 * doc/example.conf: Document new options for General block.
36
37 * include/res.h (clear_nameservers): Declare new function.
38 (add_nameserver): Declare previously static function.
39
40 * include/s_bsd.h (VirtualHost_dns_v4): Declare.
41 (VirtualHost_dns_v6): Likewise.
42
43 * ircd/ircd_lexer.l (DNS): Recognize new token.
44
45 * ircd/ircd_parser.y (DNS): Declare new token.
46 (generalitem): Allow new items for dns vhost(s) and dns servers.
47 (generaldnsvhost): New production.
48 (generaldnsserver): New production.
49
50 * ircd/ircd_res.c (VirtualHost_dns_v4): New variable.
51 (VirtualHost_dns_v6): Likewise.
52 (clear_nameservers): New function.
53 (restart_resolver): Scan specified servers so we only try to open
54 DNS client sockets that we need.
55
56 * ircd/ircd_reslib.c (irc_nscount): Remove redundant initializer.
57 (irc_res_init): Only read the resolver config file if there are no
58 nameservers provided.
59 (add_nameserver): Make non-static. Remove off-by-one check
60 against IRCD_MAXNS.
61
62 * ircd/s_conf.c (read_configuration_file): Clear nameserver list
63 before reading the config file.
64
652007-01-27 Jeannot Langlois <jeannot12@linuxmail.org>
66
67 * doc/example.conf (Features): Illustrate URLREG feature.
68
69 * doc/readme.features (URLREG): Define new feature.
70
71 * include/ircd_features.h (Feature): Add FEAT_URLREG.
72
73 * ircd/ircd_features.c (features): Set the default value.
74
75 * ircd/m_join.c (m_join): For ERR_NEEDREGGEDNICK, include the
76 URLREG value as a format argument.
77
78 * ircd/s_err.c (replyTable): Update ERR_NEEDREGGEDNICK
79 appropriately.
80
396c8c1f 812007-02-03 Michael Poole <mdpoole@troilus.org>
82
83 * ircd/ircd_reply.c (protocol_violation): Avoid reusing the
84 va_list in vd.
85
86 * ircd/send.c (sendcmdto_channel_butone): Warn against using %v in
87 the pattern -- that will cause incorrect behavior.
88 (sendwallto_group_butone): Likewise.
89 (sendcmdto_match_butone): Likewise.
90
4d6475c6 912007-01-22 Michael Poole <mdpoole@troilus.org>
92
93 * ircd/channel.c (find_delayed_joins): New function.
94 (modebuf_flush): Handle +D-D and related cases.
95 (mode_parse_mode): It is too early to handle +D here, so don't.
96 (CheckDelayedJoins): Use find_delayed_joins().
97
982007-01-22 Michael Poole <mdpoole@troilus.org>
99
100 * tests: New subdirectory for test framework.
101
102 * tests/ircd.conf: Helper file for testing.
103
104 * tests/readme.txt: Simple documentation of test framework.
105
106 * tests/test-driver.pl: Testing script interpreter.
107
1082007-01-22 Michael Poole <mdpoole@troilus.org>
109
110 * doc/example.conf: Fix potentially confusing comment about ip
111 mask syntax.
112
1132007-01-22 Michael Poole <mdpoole@troilus.org>
114
115 * INSTALL: Mention source directory naming; update the reference
116 to the config file converter (hah); update CVS directions.
117
1182007-01-22 Michael Poole <mdpoole@troilus.org>
119
120 * include/supported.h: Move parameters from FEATURES1 to FEATURES2
121 so that neither ISUPPORT line has more than 15 parameters. (Some
122 clients are picky about this.)
123
1242007-01-21 Michael Poole <mdpoole@troilus.org>
125
126 * include/patchlevel.h (PATCHLEVEL): Bump for pre10 development.
127
1282007-01-20 Michael Poole <mdpoole@troilus.org>
4cc0a469 129
130 * include/patchlevel.h (PATCHLEVEL): Bump for 2.10.12.09 release.
131
4d6475c6 1322007-01-15 Michael Poole <mdpoole@troilus.org>
4cc0a469 133
134 * doc/readme.iauth (U): Document extended fields.
135
136 * include/s_auth.h (auth_set_user): Declare new parameters.
137
138 * ircd/m_user.c (m_user): Pass new parameters.
139
140 * ircd/s_auth.c (auth_set_user): Accept new parameters. When
141 using Undernet extensions, forward them to the iauth process.
142
4d6475c6 1432007-01-14 Michael Poole <mdpoole@troilus.org>
4cc0a469 144
145 * ircd/os_generic.c (os_recv_nonb): Set errno to zero when
146 returning IO_FAILURE due to a closed connection.
147
c676699a 1482006-12-31 Michael Poole <mdpoole@troilus.org>
149
150 * ircd/m_mode.c (ms_mode): Bounce modes from deopped members.
151
1522006-12-30 Michael Poole <mdpoole@troilus.org>
153
154 * ircd/ircd_string.c (ircd_strncpy): Make sure the output buffer
155 is terminated. We don't rely on the arguable strncpy semantics.
156
1572006-12-30 Michael Poole <mdpoole@troilus.org>
158
159 * include/struct.h (struct Server): Add asll_last field.
160
161 * ircd/ircd.c (check_pings): Add check for asll_last. When a
162 server doesn't ping, use an old-style ping rather than AsLL ping.
163
164 * ircd/m_pong.c (ms_pong): Use ClearPingSent() rather than
165 ClrFlag(). Set asll_last to current time.
166 (mr_pong): Use ClearPingSent() rather than ClrFlag().
167 (m_pong): Likewise.
168
169 * ircd/s_bsd.c (completed_connection): Likewise.
170 (read_packet): Likewise. Update cli_lasttime for servers in
171 addition to clients.
172
7e3a3d58 1732006-01-13 Michael Poole <mdpoole@troilus.org>
174
175 * ircd/m_burst.c (ms_burst): Properly handle member mode :ov.
176
1772006-01-13 Michael Poole <mdpoole@troilus.org>
178
179 * ircd/m_create.c (ms_create): Add channel name to the protocol
180 violation notice for a redundant CREATE.
181
1822006-01-13 Michael Poole <mdpoole@troilus.org>
183
184 * ircd/s_user.c (set_nick_name): Use user's account name rather
185 than the account parameter, in case the parameter contains a colon
186 (i.e. "account:1234" format).
187
1882006-01-13 Michael Poole <mdpoole@troilus.org>
189
190 * doc/readme.who: Document 'd' user-matching flag.
191
dd9731c9 1922006-12-18 Michael Poole <mdpoole@troilus.org>
193
194 * ircd/m_jupe.c (mo_jupe): Fix which privilege is tested.
195
1962006-12-07 Michael Poole <mdpoole@troilus.org>
197
198 * ircd/listener.c (show_ports): Update to show '4' and/or '6' as
199 flags in response, with a '-' suffix if either one fails to open.
200
2012006-12-07 Michael Poole <mdpoole@troilus.org>
202
203 * doc/example.conf (Port): Document the method to select IPv4 or
204 IPv6 restriction for a port.
205
206 * include/listener.h (LISTEN_IPV4): New listener flag.
207 (LISTEN_IPV6): New listener flag.
208 (struct Listener): Split 'fd' and 'socket' fields into two each.
209
210 * ircd/ircd_lexer.l (gb): Move to be alphabetical.
211 (gigabytes): Likewise.
212 (ipv4): New token.
213 (ipv6): Likewise.
214 Adapted word matcher to handle digits in the non-leading character.
215
216 * ircd/ircd_parser.y (USE_IPV4): New macro.
217 (USE_IPV6): Likewise.
218 (TOK_IPV4): New token.
219 (TOK_IPV6): Likewise.
220 (address_family): New non-terminal rule.
221 (portblock): Default to listening on both IPv4 and IPv6.
222 (portnumber): Add address_family element and use it.
223 (portvhost): Likewise.
224
225 * ircd/listener.c (make_listener): Adjust for newly split fields
226 in struct Listener.
227 (inetport): Likewise. Adjust return value as well.
228 (add_listener): Update to handle both IPv4 and IPV6 support.
229 (close_listener): Likewise.
230 (accept_connection): Because each listener has two sockets, it is
231 no longer safe to free the listener when one is destroyed -- so
232 don't. Also accept() on the file descriptor from the incoming
233 event rather than on a fixed fd.
234
235 * ircd/os_generic.c (os_socket): For platforms with IPV6_V6ONLY,
236 enable it for AF_INET6 sockets rather than disabling it for
237 unspecified sockets.
238
2392006-12-06 Michael Poole <mdpoole@troilus.org>
240
241 * include/listener.h (enum ListenerFlag): New enum.
242 (struct Listener): Convert "active", "hidden" and "server" to a
243 flagset.
244 (add_listener): Convert "is_server" and "is_hidden" arguments to
245 use the same flagset structure.
246
247 * ircd/ircd_parser.y (listen_flags): New variable.
248 (general_vhost): Consolidate references to $3 to use a variable.
249 (portblock): Use listen_flags instead of tconn and tping.
250 (portserver): Likewise.
251 (porthidden): Likewise.
252
253 * ircd/listener.c (show_ports): Use new field in Listener.
254 (set_listener_options): New function.
255 (inetport): Use it.
256 (add_listener): Use new field in Listener. When reusing an extant
257 listener, call set_listener_options() so the options are updated.
258 (mark_listeners_closing): Use new field in Listener.
259 (close_listeners): Use new helper macro to check activeness.
260 (release_listener): Likewise.
261 (accept_connection): Likewise.
262
263 * ircd/s_bsd.c (report_error): Use the standard snotice rate
264 limiting here.
265 (add_connection): Use new helper macro to check serverness.
266
2672006-11-04 Michael Poole <mdpoole@troilus.org>
268
269 * ircd/m_nick.c (m_nick): If we get NICK on a server port, tell
270 the client to go away.
271
2722006-11-04 Michael Poole <mdpoole@troilus.org>
273
274 * ircd/version.c.SH: Skip version.c.
275
2762006-11-04 Michael Poole <mdpoole@troilus.org>
277
278 * doc/readme.who: Document new 'o' field flag.
279
280 * include/whocmds.h (WHO_FIELD_OPL): New flag.
281
282 * ircd/channel.c (send_channel_modes): Rename feat_oplevels to
283 send_oplevels and determine it automatically.
284 (modebuf_flush_int): Pass along oplevel if it's less than
285 MAXOPLEVEL.
286 (mode_process_clients): Allow oplevels to be inherited for -A
287 channels. Inherit the opper's oplevel if >= MAXOPLEVEL.
288
289 * ircd/m_who.c (m_who): Recognize 'o' flag as WHO_FIELD_OPL.
290
291 * ircd/whocmds.c (do_who): Send oplevel for WHO_FIELD_OPL, but
292 only show up to the requester's own oplevel.
293
2942006-10-21 Michael Poole <mdpoole@troilus.org>
295
296 * ircd/convert-conf.c (finish_connects): Fix error display for
297 missing C: lines when an H: line is present.
298
2992006-08-02 Michael Poole <mdpoole@troilus.org>
300
301 * ircd/ircd_parser.y (connectblock): Check for too-long password.
302 (operblock): Comment why we don't check password length. Move
303 PRIV_PROPAGATE test earlier (so a buggy edit, rehash, /oper will
304 not crash).
305 (clientblock): Check for too-long password.
306
3072006-08-02 Michael Poole <mdpoole@troilus.org>
308
309 * include/channel.h (struct Ban): Fix typo in doxygen comment.
310
3112006-07-09 Michael Poole <mdpoole@troilus.org>
312
313 * include/patchlevel.h (PATCHLEVEL): Bump for pre09.
314
a25c4d3c 3152006-07-09 Michael Poole <mdpoole@troilus.org>
316
317 * include/patchlevel.h (PATCHLEVEL): Bump for 2.10.12.08 release.
318
3192006-07-05 Michael Poole <mdpoole@troilus.org>
320
321 * ircd/s_auth.c (auth_freelist): New static variable.
322 (check_auth_finished): Move call to destroy_auth_request().
323 (destroy_auth_request): Prepend auth request to freelist.
324 (start_auth): Use struct from auth freelist if possible.
325
3262006-06-30 Michael Poole <mdpoole@troilus.org>
327
328 * ircd/ircd_parser.y (iauth*): Avoid leaking program name string.
329
3302006-06-30 Michael Poole <mdpoole@troilus.org>
331
332 * ircd/s_auth.c (check_auth_finished): Free auth structure when
333 done with it.
334 (sendto_iauth): Free message buffer when done with it.
335
3362006-06-26 Michael Poole <mdpoole@troilus.org>
337
338 * include/patchlevel.h (PATCHLEVEL): Bump for pre08.
339
9f8856e9 3402006-06-26 Michael Poole <mdpoole@troilus.org>
341
342 * include/patchlevel.h (PATCHEVEL): Bump for release.
343
3442006-06-17 Michael Poole <mdpoole@troilus.org>
345
346 * ircd/m_pass.c (mr_pass): Only back 'len' up when it's safe.
347
3482006-06-08 Michael Poole <mdpoole@troilus.org>
349
350 * ircd/m_whois.c (do_whois): Prefix '*' to names of secret (local)
351 channels for locops as well as global opers.
352
3532006-06-08 Michael Poole <mdpoole@troilus.org>
354
355 * ircd/m_gline.c (ms_gline): Use final argument as G-line reason.
356
3572006-06-08 Michael Poole <mdpoole@troilus.org>
358
359 * ircd/gline.c (gline_stats): Show activation state in /stats g.
360
361 * ircd/s_err.c (RPL_STATSGLINE): Update format string to match.
362
3632006-06-07 Michael Poole <mdpoole@troilus.org>
364
365 * doc/example.conf: Document the list_chan privilege.
366
367 * ircd/ircd_lexer.l: Recognize the token.
368
369 * ircd/ircd_parser.y: Treat it appropriately.
370
3712006-06-07 Michael Poole <mdpoole@troilus.org>
372
373 * ircd/s_auth.c (auth_ping_timeout): If the client never had an
374 auth request, kill them on ping timeout.
375
3762006-06-05 Michael Poole <mdpoole@troilus.org>
377
378 * ircd/s_auth.c (auth_timeout_callback): Clear AR_DNS_PENDING when
379 destroying the lookup and reporting DNS failure.
380
3812006-05-28 Michael Poole <mdpoole@troilus.org>
382
383 * doc/readme.features (MAXBANS): Update default value.
384 (NICKLEN): Likewise.
385 (HIS_STATS_*): Sort alphabetically.
386
387 * ircd/m_stats.c (m_stats): Describe the intention so that there
388 are not further questions about local opers and remote /stats.
389 Fix places that use cptr instead of sptr.
390
3912006-05-24 Michael Poole <mdpoole@troilus.org>
392
393 * ircd/s_auth.c (auth_dns_callback): Be more careful about
394 handling failed DNS lookups. Use a more standard function to
395 disconnect clients for IP mismatches.
396 (start_auth): Use a more standard function to disconnect clients
397 for peer or local socket address lookup failures.
398
3992006-05-17 Michael Poole <mdpoole@troilus.org>
400
401 * ircd/s_auth.c (auth_ping_timeout): Fix off-by-one error.
402
4032006-05-17 Michael Poole <mdpoole@troilus.org>
404
405 * ircd/Makefile.in (install-*): Install convert-conf. Install
406 umkpasswd when ${BINDIR}/ircd is not a symlink.
407
4082006-05-15 Michael Poole <mdpoole@troilus.org>
409
410 * ircd/s_auth.c (check_auth_finished): Only check passwords on
411 user ports.
412
4132006-05-14 Michael Poole <mdpoole@troilus.org>
414
415 * doc/example.conf (Connect): Mention the vhost option.
416
4172006-05-08 Michael Poole <mdpoole@troilus.org>
418
419 * ircd/m_pong.c (mr_pong): Move cli_lasttime update from here...
420
421 * ircd/s_auth.c (auth_set_pong): ... to here.
422
4232006-05-07 Michael Poole <mdpoole@troilus.org>
424
425 * include/s_auth.h (auth_ping_timeout): Declare new function.
426
427 * ircd/ircd.c (check_pings): Move auth timeout logic into that new
428 function.
429
430 * ircd/s_auth.c (HeaderMessages): Insert new message.
431 (auth_ping_timeout): Define new function.
432 (auth_timeout_callback): Remove "hurry" notification from here.
433
4342006-05-07 Michael Poole <mdpoole@troilus.org>
435
436 * include/s_auth.h (destroy_auth_request): Remove second argument.
437
438 * ircd/list.c (free_client): Update to match.
439
440 * ircd/s_auth.c (check_auth_finished): Remove second argument and
441 update call to destroy_auth_request().
442 (send_auth_query): Update call to destroy_auth_request().
443 (destroy_auth_request): Remove second argument.
444 (auth_timeout_callback): Send timeout failure messages here
445 instead. Update call to check_auth_finished().
446 (auth_dns_callback): Update call to check_auth_finished().
447 (start_auth): Likewise.
448 (auth_set_pong): Likewise.
449 (auth_set_user): Likewise.
450 (auth_set_nick): Likewise.
451 (auth_cap_done): Likewise.
452 (iauth_parse): Likewise.
453
4542006-05-06 Michael Poole <mdpoole@troilus.org>
455
456 * ircd/s_auth.c (AuthRequestFlag): Add AR_PASSWORD_CHECKED.
457 (check_auth_finished): Move password check out of iauth-only part
458 and use AR_PASSWORD_CHECKED to make sure we only check it once.
459
4602006-04-28 Michael Poole <mdpoole@troilus.org>
461
462 * ircd/s_auth.c (AuthRequest): Clarify comment on 'timeout' field.
463 (check_auth_finished): Fix timeout update.
464 (destroy_auth_request): Only delete timer if it is active.
465 (auth_timeout_callback): Do not disconnect client on timeout, so
466 that the user can finish sending NICK/USER or doing iauth.
467
4682006-04-28 Michael Poole <mdpoole@troilus.org>
469
470 * doc/example.conf (Admin): Fix documentation of which line can be
471 listed twice.
472
473 * ircd/ircd_parser.y (adminblock): Allow admin information to be
474 changed via /rehash.
475
4762006-04-06 Michael Poole <mdpoole@troilus.org>
477
478 * ircd/s_auth.c (start_auth): Add client to list after getting
479 endpoint names (which can apparently fail for some reason).
480
4812006-04-06 Michael Poole <mdpoole@troilus.org>
482
483 * ircd/ircd_snprintf.c: Use SIZEOF_LONG_LONG (which is 0 for
484 unknown types) instead of the never-defined HAVE_LONG_LONG.
485
4862006-04-06 Michael Poole <mdpoole@troilus.org>
487
488 * doc/example.conf (IAuth): Update to reflect new syntax.
489
490 * doc/readme.who: Fix typo in metasyntactic variable name.
491
4922006-04-04 Michael Poole <mdpoole@troilus.org>
493
494 * include/patchlevel.h: Update for pre07.
495
4962006-04-04 Michael Poole <mdpoole@troilus.org>
497
498 * include/patchlevel.h: Update for u2.10.12.06 release.
499
5002006-04-03 Michael Poole <mdpoole@troilus.org>
501
502 * ircd/channel.c (bmatch): If ipmask_check() indicates old_ban is
503 a CIDR-wise superset of new_ban, check whether new_ban is a
504 text-wise superset of old_ban.
505
5062006-03-31 Michael Poole <mdpoole@troilus.org>
507
508 * tools/iauth-test (send_server_notice): Use a colon prefix before
509 the message.
510 (%handlers): Likewise.
511
5122006-03-24 Michael Poole <mdpoole@troilus.org>
513
514 * ircd/ircd_signal.c (alloc_crec): Zero-fill returned
515 ChildRecord structs.
516
517 * ircd/jupe.c (make_jupe): Zero-fill newly allocated jupes.
518
519 * ircd/list.c (make_link): Zero-fill returned SLink structs.
520
521 * ircd/whowas.c (whowas_init): Delete function.
522 (whowas_alloc): Rewrite to follow the more common pattern and to
523 zero-fill returned Whowas structs.
524
5252006-03-23 Kevin L. Mitchell <klmitch@mit.edu>
526
527 * ircd/s_auth.c: rewrite iauth_read(), spliting out the parsing
528 into iauth_parse(); change parsing to separate parameters and deal
529 with the ':' sentinel; send sentinel in multi-word parameters; fix
530 iauth_cmd_config() and iauth_cmd_stats() to clear the 'next'
531 pointer in the SLink structure; fix buffering in
532 iauth_read_stderr(); remove carriage returns from STDERR contents
533 as well
534
535 * doc/readme.iauth: fix a minor typo in comments for 'd' and 'N'
536 server messages
537
5382006-03-18 Michael Poole <mdpoole@troilus.org>
539
540 * ircd/convert-conf.c (finish_features): Do not emit a feature
541 setting that has no values.
542
5432006-03-18 Michael Poole <mdpoole@troilus.org>
544
545 * ircd/channel.c (mode_parse_key): Outside of burst, allow
546 overwriting of keys by a service when a key is already set.
547 (mode_parse_upass): Likewise. Instead, ignore new Upass during
548 burst if it is lexicographically greater than the current one.
549 (mode_parse_apas): Likewise for Apass, but only allow overwiting
550 an existing Apass in a BURST.
551
5522006-03-18 Michael Poole <mdpoole@troilus.org>
553
554 * ircd/channel.c (modebuf_flush_int): Fix typo about changing
555 oplevels. Send correct channel TS for modes to other servers.
556 (mode_parse): Accept timestamps on modes from users on other
557 servers. If the received timestamp is too large, handle that.
558
559 * ircd/m_create.c (ms_create): Mention the CREATE-during-burst
560 case and handle it.
561
562 * ircd/m_mode.c (ms_mode): Put back HACK(3) when oplevels are off.
563
5642006-03-14 Wouter Coekarts <wouter@coekaerts.be>
565
566 * ircd/s_err.c (RPL_STATSILINE): Add two %s to the first field.
567
568 * ircd/s_stats.c (stats_configured_links): Use the new %s's to
569 show username masks for I: lines that have them.
570 (stats_access): Likewise.
571
5722006-03-13 Michael Poole <mdpoole@troilus.org>
573
574 * ircd/msgq.c (msgq_vmake): Try to clear msgbuf freelist after
575 killing clients, so that that case does not lead immediately to a
576 server panic.
577 (msgq_count_memory): Report total buffer text used as a way to
578 determine whether the BUFFERPOOL value is marginal.
579
5802006-03-02 Michael Poole <mdpoole@troilus.org>
581
582 * include/ircd_osdep.h (os_socket): New parameter.
583
584 * include/res.h (irc_in_addr_unspec): New macro.
585
586 * ircd/ircd_res.c (restart_resolver): Set family appropriately.
587
588 * ircd/listener.c (inetport): Let os_ library pick socket family.
589
590 * ircd/os_generic.c: Do not #define _XOPEN_SOURCE on FreeBSD 5+.
591 (sockaddr_from_irc): New parameter.
592 (os_sendto_nonb): Use new parameter to sockaddr_from_irc().
593 (os_socket): New parameter. Try to turn off IPV6_V6ONLY on
594 sockets that listen on unspecified addresses.
595 (os_connect_nonb): Use new parameter to sockaddr_from_irc().
596
597 * ircd/s_auth.c (start_auth_query): Let os_ library pick socket
598 family.
599
600 * ircd/s_bsd.c (connect_inet): If we pick the IPv4 vhost, specify
601 family for os_socket() as AF_INET.
602
603 * ircd/uping.c (uping_init): Set socket family appropriately.
604 (uping_server): Likewise.
605 (uping_end): Fix format strings (the ms_* fields are int, not
606 long, and this causes bad results on LP64 machines).
607
6082006-02-22 Michael Poole <mdpoole@troilus.org>
609
610 * ircd/m_silence.c (apply_silence): Refuse to apply silences for
611 local users that are broader than an IPv4 /16 or an IPv6 /32,
612 unless they match every host indiscriminately.
613
6142006-02-22 Michael Poole <mdpoole@troilus.org>
615
616 * ircd/s_auth.c (check_auth_finished): Give non-iauth clients
617 connection classes, too.
618 (auth_close_unused): Remove redundant check for iauth != NULL.
619 (report_iauth_conf): Check iauth != NULL before deref'ing it.
620 (report_iauth_stats): Likewise.
621
6222006-02-22 Kevin L. Mitchell <klmitch@mit.edu>
623
624 * ircd/s_auth.c: fix macros to not dereference a NULL pointer when
625 iauth is not connected
626
6272006-02-17 Alex Badea <vamposdecampos@gmail.com>
628
629 * ircd/s_auth.c (auth_set_username): Check if the last
630 character of the username is alphanumeric, instead of the
631 '\0' terminator.
632
633 * ircd/m_pong.c (mr_pong): Parse cookie with strtoul(),
634 since atol() causes signedness problems.
635
6362006-02-15 Michael Poole <mdpoole@troilus.org>
637
638 * include/res.h (NXDOMAIN): Define.
639
640 * ircd/ircd_res.c (res_readreply): Treat NXDOMAIN just like
641 SERVFAIL. Patch courtesy of Dianora.
642
643 * tools/iauth-test (Carp): This doesn't actually use Carp.
644
6452006-02-15 Michael Poole <mdpoole@troilus.org>
646
647 * doc/example.conf: Include new HIS_STATS_IAUTH feature.
648
649 * doc/readme.features: Document the feature.
650
651 * doc/readme.iauth: Rewrite to reflect the new progressive iauth
652 protocol, based on IRCnet's iauth.
653
654 * doc/snomask.html: Document SNO_AUTH server notice flag.
655
656 * include/client.h (FLAG_IAUTHED): Delete.
657 (con_cookie): Delete.
658 (con_unreg): Delete.
659 (con_auth): Make comment capitalization consistent.
660 (con_iauth): Delete.
661 (CLIREG_*): Delete.
662 (cli_unreg): Delete.
663 (cli_cookie): Delete.
664 (cli_iauth): Delete.
665 (con_unreg): Delete.
666 (con_iauth): Delete.
667 (IsIAuthed): Delete.
668 (SetIAuthed): Delete.
669 (SNO_AUTH): New server notice flag.
670 (SNO_ALL): Update to include SNO_AUTH.
671 (SNO_OPER): Update to include SNO_AUTH.
672
673 * include/ircd_auth.h: Delete file.
674
675 * include/ircd_features.h (HIS_STATS_IAUTH): New feature.
676
677 * include/s_auth.h: Rewrite almost everything for new auth system.
678
679 * include/s_user.h (COOKIE_VERIFIED): Delete.
680 (register_user): Remove redundant nick and username arguments.
681
682 * ircd/ircd_auth.c: Delete file.
683
684 * ircd/ircd_features.c (HIS_STATS_IAUTH): New feature.
685
686 * ircd/ircd_lexer.l (PROGRAM): New token in grammar.
687
688 * ircd/ircd_log.c (masks): Add SNO_AUTH flag.
689
690 * ircd/ircd_parser.y (stringlist): Simplify production.
691 (iauthblock): Revise to only include a PROGRAM production.
692
693 * ircd/list.c (make_client): Do not assign to deleted field.
694
695 * ircd/m_cap.c (cap_ls): Use auth_cap_start() instead of
696 cli_unreg().
697 (cap_req): Likewise.
698 (cap_end): Use auth_cap_done() instead of cli_unreg().
699
700 * ircd/m_pass.c (mr_pass): Merge arguments to PASS. Use
701 auth_set_password() to notify iauth of password.
702
703 * ircd/m_pong.c (mr_pong): Use auth_set_pong() instead of
704 cli_cookie() and cli_unreg().
705
706 * ircd/m_user.c (m_user): Use auth_set_user() instead of
707 cli_unreg(), etc.
708
709 * ircd/s_auth.c: Rewrite most of the infrastructure for the new
710 auth system.
711
712 * ircd/s_conf.c (rehash): Call auth_*() instead of iauth_*().
713
714 * ircd/s_misc.c (exit_one_client): Do not use iauth_exit_client().
715 (exit_client): Use auth_send_exit() instead.
716
717 * ircd/s_stats.c (statsinfo): Include iauth and iauthconf.
718
719 * ircd/s_user.c (clean_user_id): Delete (moved into s_auth.c).
720 (register_user): Remove nick and username parameters; move conf
721 interactions and username validation to s_auth.c.
722 (set_nick_name): Use auth_set_nick() instead of cli_cookie(),
723 cli_unreg(), etc.
724
725 * tools/iauth-test: Implementation of iauth for testing purposes.
726
7272006-02-15 Michael Poole <mdpoole@troilus.org>
728
729 * ircd/ircd_snprintf.c (doprintf): Fix typecast for %hu.
730
7312006-02-15 Michael Poole <mdpoole@troilus.org>
732
733 * include/ircd_signal.h (SigChldCallBack): New typedef.
734 (register_child): Declare.
735 (unregister_child): Declare.
736 (reap_children): Declare.
737
738 * ircd/ircd_signal.c (alloc_crec): New function.
739 (release_crec): New function.
740 (register_child): New function.
741 (do_unregister_child): New function.
742 (unregister_child): New function.
743 (sigchld_callback): New function.
744 (setup_signals): Hook SIGCHLD.
745 (reap_children): New function.
746
747 * ircd/ircd.c (server_restart): Call reap_children() on exit.
748
7492006-02-15 Michael Poole <mdpoole@troilus.org>
750
751 * include/ircd_osdep.h (os_socketpair): Declare.
752
753 * ircd/os_generic.c (is_blocked): New local function.
754 (os_*): Use is_blocked() instead of cut-and-pasted code.
755 (os_socketpair): New function.
756
7572006-02-15 Michael Poole <mdpoole@troilus.org>
758
759 * ircd/match.c (match): Fix backtracking bug after an escape
760 (reported by Michael, I think).
761
7622006-02-04 Michael Poole <mdpoole@troilus.org>
763
764 * ircd/ircd.c (try_connections): Scan all Connect blocks for the
765 earliest hold time (suggested by Michael).
766
7672006-02-04 Michael Poole <mdpoole@troilus.org>
768
769 * ircd/m_join.c (m_join): Remove #if 0 code and update comment.
770
771 * ircd/m_mode.c (ms_mode): Remove self-op support.
772
7732006-01-12 Michael Poole <mdpoole@troilus.org>
774
775 * include/patchlevel.h (PATCHLEVEL): Update for 2.10.12.pre06.
776
052b069e 7772006-01-12 Michael Poole <mdpoole@troilus.org>
778
779 * include/patchlevel.h (PATCHLEVEL): Update for release.
780
7812006-01-11 Michael Poole <mdpoole@troilus.org>
782
783 * doc/Makefile.in: Make install target VPATH-safe.
784
785 * doc/example.conf: Comment out example IAuth block.
786
787 * ircd/m_burst.c (ms_burst): Change isdigit() to IsDigit(),
788 silencing a warning on Solaris.
789
7902006-01-09 Michael Poole <mdpoole@troilus.org>
791
792 * ircd/s_user.c (register_user): Do not send +r flag to user when
793 they first connect.
794
7952006-01-09 Michael Poole <mdpoole@troilus.org>
796
797 * include/ircd_features.h (FEAT_ZANNELS): Actually, put it back.
798
799 * ircd/ircd_features.c (FEAT_ZANNELS): Likewise.
800
8012006-01-06 Michael Poole <mdpoole@troilus.org>
802
803 * ircd/channel.c (mode_process_clients): Do not reveal zombies who
804 are being opped (MODE and KICK crossed). Reported by coekie.
805
8062006-01-06 Michael Poole <mdpoole@troilus.org>
807
808 * ircd/m_join.c (ms_join): Wipe out all modes (not just chanops)
809 when replacing a resurrected channel.
810
811 * ircd/convert-conf.c (dupstring): Fix probable off-by-one size
812 passed to memcpy().
813
8142006-01-03 Michael Poole <mdpoole@troilus.org>
815
816 * ircd/channel.c (modebuf_flush_int): Also send timestamp when &me
817 originates the MODE going to other servers (currently just when a
818 client joins a zannel or uses an A/U password).
819
8202006-01-02 Michael Poole <mdpoole@troilus.org>
821
822 * include/ircd_features.h (FEAT_ZANNELS): Remove.
823
824 * ircd/channel.c (sub1_from_channel): Remove reference to
825 FEAT_ZANNELS.
826
827 * ircd/ircd_features.c (FEAT_ZANNELS): Remove.
828
829 * ircd/m_destruct.c (ms_destruct): Do not try to remove a destruct
830 event for channels that do not have them (created by BURSTing a
831 zannel but not yet destroyed by EOB).
832
8332005-12-31 Michael Poole <mdpoole@troilus.org>
834
835 * ircd/m_whowas.c (m_whowas): Mention that IP is untracked in WHOWAS.
836 Spotted by Progs.
837
8382005-12-30 Michael Poole <mdpoole@troilus.org>
839
840 * ircd/m_topic.c: Remove block comment about sptr, cptr, etc.
841 (do_settopic): Add doxygen comment. Move permissions checks..
842 (m_topic): .. to here. Update doxygen comment.
843 (ms_topic): Update doxygen comment here too.
844
8452005-12-30 Michael Poole <mdpoole@troilus.org>
846
847 * ircd/s_conf.c (conf_debug_iline): Fix display of null passwords.
848
8492005-12-30 Michael Poole <mdpoole@troilus.org>
850
851 * RELEASE.NOTES: Mention removal of HIS_STATS_h.
852
853 * ircd/convert-conf.c (removed_features): Add AUTOHIDE,
854 HIS_DESYNCS and TIMESEC.
855 (get_connect): Do not downcase connection name on insert.
856 (do_feature): Do not upcase feature name (cf HIS_STATS_k).
857
8582005-12-30 Michael Poole <mdpoole@troilus.org>
859
860 * ircd/engine_devpoll.c (engine_loop): Remove bogus assert.
861
8622005-12-31 Perry Lorier <isomer@undernet.org>
863
864 * convert-conf.c: Skip with a warning, H:'s that are missing a
865 corresponding C:
866
8672005-12-28 Michael Poole <mdpoole@troilus.org>
868
869 * ircd-patch: Do not use [ for test, and do not use $[] for expr.
870 (Solaris /bin/sh, among others, have problems with those.)
871
8722005-12-23 Michael Poole <mdpoole@troilus.org>
873
874 * config.guess: Update to current version.
875
876 * config.sub: Likewise.
877
8782005-12-23 Kevin L. Mitchell <klmitch@mit.edu>
879
880 * ircd/m_join.c: get rid of MAGIC_REMOTE_JOIN_TS; perform the
881 deop-other-users loop only when creation < channel timestamp or
882 when the channel in question happens to be a zannel; actually deop
883 users, don't just say we are and not do it
884
885 * ircd/m_create.c (ms_create): get rid of MAGIC_REMOTE_JOIN_TS
886
887 * include/channel.h: get rid of MAGIC_REMOTE_JOIN_TS
888
8892005-12-13 Michael Poole <mdpoole@troilus.org>
890
891 * configure.in: Define a macro when compiling on Solaris.
892
893 * ircd/ircd_crypt_native.c (_XOPEN_SOURCE): Turn down to 500 so
894 that Solaris doesn't complain that SUSv3 requires C99.
895
896 * ircd/os_generic.c (_XOPEN_SOURCE): Likewise, but leave it at 600
897 on non-Solaris platforms so that IPv6 stays supported.
898
8992005-12-13 Michael Poole <mdpoole@troilus.org>
900
901 * ircd/m_join.c (ms_join): Prevent net rides allowed by moving the
902 channel timestamp backwards in time without deopping current ops.
903 (Reported by Wouter Coekaerts.)
904
9052005-12-13 Michael Poole <mdpoole@troilus.org>
906
907 * doc/example.conf: Remove extraneous "Other" Client block.
908
909 * ircd/convert-conf.c (finish_operators): Fix operator precedence
910 bug.
911
912 * ircd/ircd_parser.y (clientclass): Fix typo in error message.
913
9142005-11-27 Michael Poole <mdpoole@troilus.org>
915
916 * ircd/Makefile.in (version.c): version.c also depends on
917 version.h, patchlevel.h and source files.
918
9192005-11-27 Michael Poole <mdpoole@troilus.org>
920
921 * ircd/m_join.c (m_join): Count a join to a new channel as a
922 target change.
923
9242005-11-19 Michael Poole <mdpoole@troilus.org>
925
926 * ircd/s_stats.c (stats_servers_verbose): Display IPv6 support
927 flag with the other per-server flags.
928
9292005-11-19 Michael Poole <mdpoole@troilus.org>
930
931 * ircd/convert-conf.c (finish_features): Only emit "Features {"
932 once in the converted configuration file. Display the original
933 input line for each feature line in the output.
934
9352005-11-18 Michael Poole <mdpoole@troilus.org>
936
937 * include/patchlevel.h (PATCHLEVEL): Update for pre05.
938
9392005-11-18 Michael Poole <mdpoole@troilus.org>
940
941 * include/patchlevel.h (PATCHLEVEL): Update for release.
942
9432005-11-15 Brian Cline <brian.cline@gmail.com>
944
945 * doc/example.conf: Add new line for HIS_MODEWHO feature.
946
947 * doc/readme.features: Document new HIS_MODEWHO feature.
948
949 * include/ircd_features.h: Declare new HIS_MODEWHO feature.
950
951 * ircd/channel.c (modebuf_flush_int): Use new HIS_MODEWHO feature
952 to show or hide the server name that performed a channel mode change.
953
954 * ircd/ircd_features.c: Place new HIS_MODEWHO setting in the feature
955 table and give it a default value of true, which will hide the
956 originating server name.
957
9582005-11-16 Michael Poole <mdpoole@troilus.org>
959
960 * doc/example.conf (Features): Mention ZANNELS default.
961
962 * doc/readme.features: Document OPLEVELS and ZANNELS.
963
9642005-11-17 Carlo Wood <run@alinoe.com>
965
966 * include/ircd_features.h (Feature): Add ZANNELS.
967 * ircd/ircd_features.c (FeatureDesc): idem.
968 * ircd/channel.c (sub1_from_channel): Don't keep zannels
969 around when ZANNELS and OPLEVELS are FALSE.
970 * ircd/m_destruct.c (ms_destruct): Use JOIN instead of
971 CREATE to recreate a non-empty channel after DESTRUCT.
972
9732005-11-16 Michael Poole <mdpoole@troilus.org>
974
975 * tools/convert-conf.py: Delete obsolete code.
976
9772005-11-16 Michael Poole <mdpoole@troilus.org>
978
979 * ircd/m_names.c (m_names): Fix handling of NAMES #a,#b.
980 (ms_names): Likewise.
981
9822005-11-15 Michael Poole <mdpoole@troilus.org>
983
984 * ircd/m_nick.c (ms_nick): Clarify message when an older nick
985 overrules a newer nick. When killing a client for a nick
986 collision, make sure to use the numnick as the first argument.
987
9882005-11-14 Michael Poole <mdpoole@troilus.org>
989
990 * ircd/channel.c (member_can_send_to_channel): After prodding from
991 reed, always allow remote users to send to a channel. He also
992 pointed out a bug in the first version of this change.
993
9942005-11-14 Carlo Wood <run@alinoe.com>
995
996 * ircd/channel.c (modebuf_flush_int): Fix test for limitdel.
997 (modebuf_mode_uint): Make sure the limit is included as an
998 argument when necessary (and only when necessary) in a bounce.
999
1000 * ircd/m_destruct.c (ms_destruct): Generate a mode bounce instead
1001 of burst to resynchronize a non-empty destructed channel.
1002
10032005-11-14 Michael Poole <mdpoole@troilus.org>
1004
1005 * ircd/channel.c (find_no_nickchange_channel): Disallow nick
1006 changes by voiceless no-account users on a +r channel.
1007
10082005-11-14 Michael Poole <mdpoole@troilus.org>
1009
1010 * ircd/m_kick.c (ms_kick): Fix test for whether a client's own
1011 server is kicking him.
1012
10132005-11-13 Michael Poole <mdpoole@troilus.org>
1014
1015 * include/patchlevel.h (PATCHLEVEL): Bump for pre04.
1016
10172005-11-13 Michael Poole <mdpoole@troilus.org>
1018
1019 * include/patchlevel.h (PATCHLEVEL): Update for release.
1020
10212005-11-13 Carlo Wood <run@alinoe.com>
1022
1023 * ircd/m_create (ms_create): Accept CREATE for zannels.
1024
1025 * ircd/m_join.c (m_join): MODE +o for a zannel must come from the
1026 server for compatibility with older versions.
1027
10282005-11-12 Michael Poole <mdpoole@troilus.org>
1029
1030 * include/patchlevel.h (PATCHLEVEL): Bump for pre03.
1031
10322005-11-12 Michael Poole <mdpoole@troilus.org>
1033
1034 * include/patchlevel.h (PATCHLEVEL): Update for release.
1035
10362005-11-11 Michael Poole <mdpoole@troilus.org>
1037
1038 * ircd/ircd_res.c (proc_answer): Follow CNAME when doing A
1039 and AAAA lookups as well as PTR.
1040
10412005-11-07 Michael Poole <mdpoole@troilus.org>
1042
1043 * ircd/channel.c (mode_parse_client): Allow clients to specify
1044 oplevel in MODE #channel +o.
1045 (mode_process_clients): Allow oplevel 999 to deop another 999.
1046
1047 * ircd/kick.c (m_kick): Allow oplevel 999 to kick another 999.
1048
10492005-10-31 Michael Poole <mdpoole@troilus.org>
1050 (Based on a patch by Romain Bignon <progs@ir3.org>)
1051
1052 * ircd/channel.c: Some modes (currently only WASDELJOINS) should
1053 not be propagated to remote servers.
1054
10552005-10-30 Michael Poole <mdpoole@troilus.org>
1056
1057 * ircd/channel.c (mode_parse_apass): Move all send_reply() errors
1058 inside an if (MyUser(state->sptr)) test.
1059
1060 * ircd/m_join.c (m_join): Reorganize zannel join check to match
1061 surrounding code.
1062
10632005-10-30 Carlo Wood <run@alinoe.com>
1064
1065 * ircd/channel.c (sub1_from_channel): Delay destruction for -A
1066 channels. They become zombie channels (zannels).
1067 (mode_parse_upass): Add duration to ERR_NOMANAGER message.
1068 (mode_parse_apass): Likewise. Unconditionally set the member who
1069 sets Apass as oplevel 0. Clear Upass when clearing Apass.
1070 (joinbuf_join): Remove code to pass oplevel in JOIN.
1071
1072 * ircd/m_burst.c (ms_burst): Handle zannels.
1073
1074 * ircd/m_join.c (m_join): Handle a join to a zannel. If the user
1075 is joining with ops and/or an oplevel, send those.
1076 (ms_join): Stop trying to parse oplevels in JOIN. Copy join
1077 timestamp when a user joins a zannel.
1078
1079 * ircd/m_mode.c (ms_mode): Never generate HACK3. Silently allow a
1080 user to op himself if he is the only one in a channel.
1081
1082 * ircd/s_err.c (ERR_UPASSSET): Remove extra space.
1083 (ERR_UPASSNOTSET): Likewise.
1084 (ERR_NOMANAGER): Add field for channel lifetime.
1085
10862005-10-30 Michael Poole <mdpoole@troilus.org>
1087
1088 * ircd/m_join.c (m_join): Fix check for OVERRIDE when the real
1089 channel key is OVERRIDE. (Reworked patch from a1kmm.)
1090
10912005-10-30 Michael Poole <mdpoole@troilus.org>
1092
1093 * .cvsignore: Add autom4te.cache.
1094
1095 * ircd/.cvsignore: Add convert-conf.
1096
1097 * ircd/test/.cvsignore: Add ircd_match_t.
1098
1099 * patches/.cvsignore: Add marks.
1100
11012005-10-28 Alex Badea <vamposdecampos@gmail.com>
1102
1103 * ircd/m_kick.c (ms_kick): Fix format string typo (bug #1339538)
1104
11052005-10-17 Diane Bruce <db@db.net>
1106
1107 * ircd/ircd_res.c: Don't send retries if the client did
1108 not resolve (SERVFAIL); this fixes a bug causing a flurry
1109 of retries in this case
1110
11112005-10-14 Michael Poole <mdpoole@troilus.org>
1112
1113 * include/patchlevel.h (PATCHLEVEL): Update to pre02.
1114
189935b1 11152005-10-14 Michael Poole <mdpoole@troilus.org>
1116
1117 * doc/readme.cvs: Document tag name consistently with the release
1118 name.
1119
1120 * include/patchlevel.h (PATCHLEVEL): Bump patchlevel for release
1121 of 2.10.12.01.
1122
11232005-10-12 Michael Poole <mdpoole@troilus.org>
1124
1125 * doc/example.conf: Update documentation to match this change.
1126
1127 * ircd/client.c (client_set_privs): Make default global oper
1128 privileges match what was in 2.10.11.
1129
11302005-10-11 Michael Poole <mdpoole@troilus.org>
1131
1132 * ircd/os_generic.c (os_get_rusage): Make conditional on DEBUGMODE
1133 to mitigate bug #1313429.
1134
11352005-10-12 Perry Lorier <isomer@undernet.org>
1136
1137 * include/s_stats.h: Add new "Local" only flag to /stats.
1138
1139 * ircd/m_stats.c: Consult it.
1140
1141 * ircd/s_stats.c: Use the flag.
1142
11432004-01-04 Kevin L Mitchell <klmitch@mit.edu>
1144
1145 * ircd/s_numeric.c (do_numeric): fix a crash when a numeric is
1146 sent to a channel...
1147
11482005-10-06 Michael Poole <mdpoole@troilus.org>
1149
1150 * ircd/m_join.c (m_join): Report too-long channel names as
1151 non-existent.
1152
11532005-10-05 Michael Poole <mdpoole@troilus.org>
1154
1155 * ircd/m_names.c (m_names): Fix format string when forwarding
1156 /names -D to other servers.
1157 (ms_names): Likewise. Add support for remote /names -D.
1158
11592005-10-05 Michael Poole <mdpoole@troilus.org>
1160
1161 * ircd/class.c (do_find_class): Fix bug from previous commit.
1162
1163 * ircd/ircd_parser.y (clientblock): Allow setting Client port.
1164
1165 * ircd/s_conf.c (check_limit_and_attach): Merge into attach_iline.
1166 (attach_iline): Only set FLAG_DOID when we are sure we will attach
1167 this Client block to the client. [Credit: Jukka Ollila and others]
1168
11692005-10-04 Michael Poole <mdpoole@troilus.org>
1170 [Based on a patch by Jukka Ollila]
1171
1172 * include/class.h (find_class): Rename to do_find_class().
1173
1174 * ircd/class.c (class_delete_marked): Keep invalid classes in list
1175 until next rehash.
1176 (add_class): Use new parameter to do_find_class() to allow a class
1177 to be "resurrected".
1178 (find_class): Rename.
1179 (report_classes): Use 'y' instead of 'Y' when reporting invalid
1180 classes.
1181
11822005-10-01 Michael Poole <mdpoole@troilus.org>
1183
1184 * ircd/m_kick.c (ms_kick): If the kick target is join-delayed,
1185 only send the KICK to the kicker. Spotted by Cesar_.
1186
11872005-10-01 Michael Poole <mdpoole@troilus.org>
1188
1189 * include/patchlevel.h (PATCHLEVEL): Update to pre1.
1190
1191 * ircd/class.c (init_class): Only set default class's ->next
1192 pointer when first allocating it.
1193
11942005-09-30 Michael Poole <mdpoole@troilus.org>
1195
1196 * ircd/m_who.c (m_who): Handle matchsel & WHO_FIELD_ACC when
1197 matching users.
1198
11992005-09-30 Michael Poole <mdpoole@troilus.org>
1200
1201 * include/patchlevel.h: Update for release.
1202
12032005-09-28 Michael Poole <mdpoole@troilus.org>
1204
1205 * ircd/m_kick.c (ms_kick): Use correct oplevel when bouncing a
1206 chanop being kicked.
1207
12082005-09-26 Michael Poole <mdpoole@troilus.org>
1209
1210 * ircd/whocmds.c (do_who): Fix uninitialized variable warning
1211 about 'chan'.
1212
12132005-09-26 Michael Poole <mdpoole@troilus.org>
1214
1215 * ircd/parse.c (del_msg_element): Only delete empty subtrees, and
1216 leave subtrees that may still contain data.
1217
12182005-09-26 Michael Poole <mdpoole@troilus.org>
1219
1220 * include/channel.h (struct ModeBuf): Add mbm_oplevel to args
1221 array.
1222 (MB_OPLEVEL): New corresponding macro.
1223 (modebuf_mode_client): Add corresponding argument.
1224
1225 * ircd/channel.c (modebuf_flush_int): Adjust worst-case buffer
1226 usage to include :999 suffix. Change format for oplevel passing.
1227 (modebuf_mode_client): Set oplevel field in mbuf args array.
1228 (struct ParseState): Add oplevel field to cli_change array.
1229 (mode_parse_client): Accept and record oplevel suffix from
1230 servers; fix it up if we're bouncing a deop.
1231 (mode_process_clients): If a valid oplevel was parsed, use it.
1232
1233 * ircd/m_burst.c (ms_burst): Pass oplevel to modebuf_mode_client().
1234
1235 * ircd/m_clearmode.c (do_clearmode): Likewise.
1236
1237 * ircd/m_create.c (ms_create): Likewise.
1238
1239 * ircd/m_kick.c (ms_kick): Likewise.
1240
12412005-09-23 Michael Poole <mdpoole@troilus.org>
1242
1243 * include/whocmds.h (WHOSELECT_DELAY): Define new constant.
1244
1245 * ircd/m_who.c (m_who): Accept 'd'/'D' as a way to set
1246 WHOSELECT_DELAY, just like 'o' for WHOSELECT_OPER. Do not skip
1247 join-delayed users if WHOSELECT_DELAY is set.
1248
1249 * ircd/whocmds.c (do_who): Remember membership for shared channel
1250 if one exists. Use it when displaying flags, adding '<' for
1251 join-delayed users.
1252
12532005-09-22 Michael Poole <mdpoole@troilus.org>
1254
1255 * ircd/channel.c (mode_parse_key): Only accept the new key when
1256 the current one is empty or "greater" than the new one.
1257 (mode_parse_upass): Likewise, for upass.
1258 (mode_parse_apass): Likewise, for apass.
1259
12602005-09-22 Michael Poole <mdpoole@troilus.org>
1261
1262 * ircd/gline.c (gline_checkmask): Add missing digit in mask length
1263 check.
1264
12652005-09-21 Michael Poole <mdpoole@troilus.org>
1266
1267 * doc/example.conf: Remove confused and outdated references to
1268 Martians.
1269
12702005-09-20 Michael Poole <mdpoole@troilus.org>
1271
1272 * ircd/Makefile.in: Regenerate "make depend" dependencies.
1273
1274 * ircd/test/Makefile.in: Likewise.
1275
12762005-09-16 Kevin L. Mitchell <klmitch@mit.edu>
1277
1278 * ircd/m_join.c (last0): fix problem leading to protocol
1279 violations on certain combinations of /join 0 from remote servers
1280 (probably from local users, too) [bug #1291029]; remove redundant
1281 !IsChannelChar() check
1282
12832005-09-14 Michael Poole <mdpoole@troilus.org>
1284
1285 * doc/readme.cvs: Document the branching scheme for 2.10.12.
1286
12872005-09-14 Michael Poole <mdpoole@troilus.org>
1288
1289 * include/patchlevel.h (PATCHLEVEL): Increment to reflect the
1290 pre-release code freeze.
1291
12922005-09-14 Michael Poole <mdpoole@troilus.org>
1293
1294 * ircd/channel.c (find_ban): Fix the sense of another check.
1295
12962005-09-13 Michael Poole <mdpoole@troilus.org>
1297
1298 * include/channel.h (clean_channelname): Remove prototype.
1299
1300 * ircd/m_invite.c (m_invite): Do not clean channel name; just
1301 reject invalid channel names.
1302
1303 * ircd/m_join.c (m_join): Likewise.
1304
1305 * ircd/m_mode.c (m_mode): Do not clean channel name.
1306
1307 * ircd/m_names.c (m_names): Likewise.
1308
1309 * ircd/m_opmode.c (mo_opmode): Likewise.
1310
13112005-09-13 Michael Poole <mdpoole@troilus.org>
1312
1313 * ircd/channel.c (find_ban): Revert to older style of comparison,
1314 fixing the sense of one check. Spotted by Alex Badea.
1315
13162005-09-13 Alex Badea <vamposdecampos@gmail.com>
1317
1318 * ircd/ircd.c (try_connections): modify autoreconnect logic to
1319 allow FEAT_CONNECTFREQUENCY to be smaller than Class connectfreq
1320
13212005-09-13 Alex Badea <vamposdecampos@gmail.com>
1322
1323 * ircd/s_conf.c (close_mappings): NULL out GlobalServiceMapList,
1324 otherwise the linked list has an invalid ending sentinel on rehash
1325
13262005-09-12 Michael Poole <mdpoole@troilus.org>
1327
1328 * ircd/channel.c (find_ban): Compare ban mask against hostname
1329 even when it looks like an IP, to match things like *!*@1.* when
1330 users have a hostname like 1.2.3.example.com.
1331
13322005-09-12 Michael Poole <mdpoole@troilus.org>
1333
1334 * RELEASE.NOTES: Note the resolution of ambiguous ipmasks.
1335
1336 * ircd/ircd_string.c (ipmask_parse): Implement it.
1337
13382005-09-12 Michael Poole <mdpoole@troilus.org>
1339
1340 * ircd/m_join.c (m_join): If we find an empty key, null out the
1341 key pointer.
1342
13432005-09-11 Michael Poole <mdpoole@troilus.org>
1344
1345 * RELEASE.NOTES: Mention the side benefits of this change.
1346
1347 * include/ircd_string.h (ipmask_parse): Declare function here.
1348 (ircd_aton): Becomes a special case of ipmask_parse().
1349
1350 * include/match.h (check_if_ipmask): Undeclare function.
1351 (ipmask_parse): Remove function prototype from this file.
1352
1353 * ircd/ircd_string.c (ircd_aton_ip4): Add nullable pbits parameter
1354 to accept ipmask length. Rework to fill that in.
1355 (ircd_aton): Rework into...
1356 (ipmask_parse): this function, which knows how to fill in its own
1357 pbits parameter.
1358
1359 * ircd/m_burst.c (ms_burst): Rely on make_ban() to set the ban
1360 flags correctly, to avoid call to check_if_ipmask().
1361
1362 * ircd/match.c (ipmask_parse_ipv4): Delete function.
1363 (check_if_ipmask): Likewise.
1364 (ipmask_parse): Delete this version in favor of ircd_string.c's.
1365
1366 * ircd/test/ircd_in_addr_t.c (ipmask_test): New struct type.
1367 (test_masks): New array of ipmask_test.
1368 (test_ipmask): Function to run one of those tests.
1369 (main): Call test_ipmask().
1370
13712005-09-11 Alex Badea <vamposdecampos@gmail.com>
1372
1373 * ircd/m_ping.c (ms_ping, mo_ping): misplaced chunk of code
1374 (probably during the forward port) which broke AsLL; fixed.
1375
13762005-09-01 Michael Poole <mdpoole@troilus.org>
1377
1378 * ircd/gline.c (make_gline): Remove debug output from when IPv6
1379 support was being debugged.
1380 (do_gline): Likewise.
1381 (gline_lookup): Likewise, plus remove redundant code.
1382
13832005-09-01 Michael Poole <mdpoole@troilus.org>
1384
1385 * ircd/channel.c (joinbuf_join): Ignore joinbuf type when joining
1386 0, since no other call passes a null channel.
1387
1388 * ircd/m_join.c: Remove comment discussing argument meanings.
1389 (last0): Make this also handle the JOIN 0 logic, doxyfy.
1390 (join0): Merge into last0.
1391 (m_join): Doxygenate. Remove check for join0. Further
1392 reorganize, so new versus old channel handling are moved to just
1393 one place each within this function.
1394 (ms_join): Doxygenate. Remove check for join0.
1395
13962005-09-01 Michael Poole <mdpoole@troilus.org>
1397
1398 * RELEASE.NOTES: Bump revision date and highlight this change.
1399
1400 * include/channel.h (MAGIC_OPER_OVERRIDE): Remove.
1401 (can_join): Remove declaration.
1402
1403 * ircd/channel.c (compall): Remove.
1404 (can_join): Remove.
1405
1406 * ircd/m_join.c (m_join): Remove redundant check for control
1407 characters (clean_channelname() will get them). Reorganize initial
1408 flags calculation. Accept channel keys like RFC 1459 says; this
1409 requires the old compall()/can_join() logic to modify 'keys', so
1410 inline the code and reorganize it.
1411
14122005-08-30 Michael Poole <mdpoole@troilus.org>
1413
1414 * include/channel.h (PASSLEN): Remove; use KEYLEN instead.
1415
1416 * ircd/channel.c (mode_parse_upass): Likewise.
1417 (mode_parse_apass): Likewise.
1418 The inconsistency (in clean_key()) was reported by Reed.
1419
14202005-08-30 Michael Poole <mdpoole@troilus.org>
1421
1422 * RELEASE.NOTES: Document +D and +d channel modes.
1423
14242005-08-29 Michael Poole <mdpoole@troilus.org>
1425
1426 * include/numeric.h (ERR_NOMANAGER_LONG): Undefine.
1427 (ERR_NOMANAGER_SHORT): Rename to ERR_NOMANAGER.
1428
1429 * ircd/s_err.c (replyTable): Change to reflect that.
1430
1431 * ircd/channel.c (clean_key): New function.
1432 (mode_parse_key): Use it, and check that keys do not start with :.
1433 (mode_parse_upass): Likewise, and adjust for ERR_NOMANAGER.
1434 (mode_parse_apass): Likewise.
1435 The key and password changes fix bugs reported by coekie.
1436
14372005-08-27 Michael Poole <mdpoole@troilus.org>
1438
1439 * ircd/channel.c (add_user_to_channel): Use SetOpLevel() instead
1440 of assigning directly to member->oplevel.
1441 (mode_parse_apass): Likewise.
1442 (mode_process_clients): Users opped by outsiders should get
1443 oplevel 1, since they are not channel managers.
1444
1445 * ircd/m_burst.c (ms_burst): Use SetOpLevel() instead of assigning
1446 directly to member->oplevel.
1447
14482005-08-25 Michael Poole <mdpoole@troilus.org>
1449
1450 * ircd/channel.c (member_can_send_to_channel): At coekie's
1451 suggestion, disallow channel manager talking after Apass is set,
1452 so they set and use Upass sooner.
1453
1454 * ircd/class.c (init_class): Default class should have 1 link.
1455 (report_classes): Return links count minus one to match old output.
1456
1457 * ircd/m_trace.c (do_trace): Fix links count here, too (spotted by
1458 Reed).
1459
14602005-08-25 Michael Poole <mdpoole@troilus.org>
1461
1462 * ircd/channel.c (mode_parse): Accept +A/+U from servers
1463 regardless of FEAT_OPLEVELS.
1464
14652005-08-24 Michael Poole <mdpoole@troilus.org>
1466
1467 * ircd/ircd.c (parse_command_line): Mention epoll engine when run
1468 with -v.
1469
14702005-08-24 Michael Poole <mdpoole@troilus.org>
1471
1472 * include/patchlevel.h (PATCHLEVEL): Increment.
1473
1474 * ircd/channel.c (joinbuf_join): Double check that oplevel is 0 or
1475 1 when propagating JOIN <level>:#channel, to avoid PV on receiver.
1476
1477 * ircd/engine_epoll.c: Add system call numbers for more CPU types.
1478
1479 * ircd/ircd_log.c (log_open): Remove NFS-oriented alarm() calls;
1480 anyone who writes logs over NFS is mental. (Thanks to D. Bruce.)
1481
14822005-08-21 Michael Poole <mdpoole@troilus.org>
1483
1484 * include/s_conf.h (free_mapping): Declare new function.
1485
1486 * ircd/ircd_parser.y (pseudoblock): Use it.
1487
1488 * ircd/s_conf.c (free_mapping): Define it.
1489 (close_mappings): New function.
1490 (rehash): Call close_mappings() before reading file.
1491
1492 * ircd/m_kill.c (do_kill): Revert 2005-08-18 change.
1493
14942005-08-19 Michael Poole <mdpoole@troilus.org>
1495
1496 * ircd/parse.c (tok_tree): Re-add token tree structure.
1497 (initmsgtree): Populate it.
1498 (parse_server): Prefer it to full message tree.
1499
15002005-08-18 Michael Poole <mdpoole@troilus.org>
1501
1502 * ircd/m_kill.c (do_kill): When FEAT_HIS_KILLWHO, change apparent
1503 source of KILLs to &his instead of &me.
1504
15052005-08-16 Michael Poole <mdpoole@troilus.org>
1506
1507 * ircd/channel.c (mode_parse_ban): Avoid overwriting part of
1508 newban->banstr[] when the source is a server. (Spotted by jcq.)
1509
15102005-08-16 Michael Poole <mdpoole@troilus.org>
1511
1512 * ircd/channel.c (joinbuf_join): Switch to &his instead of &me for
1513 announcements to local users in a channel.
1514
1515 * ircd/m_burst.c (ms_burst): Likewise.
1516
1517 * ircd/m_invite.c (m_invite): Likewise.
1518 (ms_invite): Likewise.
1519
1520 * ircd/m_kick.c (ms_kick): Likewise.
1521
1522 * ircd/m_topic.c (do_settopic): Another &me -> &his change for
1523 HIS, and use that apparent source for the channel localcast.
1524
15252005-08-16 Jukka Ollila <jaollila@niksula.hut.fi>
1526
1527 * ircd/s_user.c (hide_hostmask): Use HIS_SERVERNAME instead of the
1528 real thing for the post-mode-x rejoin.
1529
15302005-08-15 Michael Poole <mdpoole@troilus.org>
1531
1532 * include/supported.h (FEATURESVALUES2): Add +d channel mode.
1533
1534 * ircd/IPcheck.c (ip_registry_new_entry): Clarify that this is not
1535 a varadic function. (Suggested by Ian Kumlien.)
1536
1537 * ircd/convert-conf.c (finish_operators): Likewise.
1538
1539 * ircd/listener.c (close_listeners): Likewise.
1540
1541 * ircd/channel.c (CheckDelayedJoins): Use HIS server name to
1542 remove channel mode +d.
1543
15442005-08-12 Michael Poole <mdpoole@troilus.org>
1545
1546 * ircd/channel.c (pretty_mask): Recognize ':' as unique to the
1547 host part of a ban mask.
1548
15492005-08-03 Jan Krueger <jast@heapsort.de>
1550
1551 * ircd/m_kick.c (m_kick): Send JOIN prior to confirming KICK on
1552 invisible member.
1553
15542005-08-08 Michael Poole <mdpoole@troilus.org>
1555
1556 * ircd/channel.c (find_ban): For non-IPmask bans, match the ban
1557 string against the string form of the client's IP address.
1558
15592005-07-16 Michael Poole <mdpoole@troilus.org>
1560
1561 * configure.in: Apply a test for socklen_t that Reed found.
1562
1563 * configure: Regenerate.
1564
15652005-07-16 Michael Poole <mdpoole@troilus.org>
1566
1567 * RELEASE.NOTES: Mention that 2.10.11 does not support oplevels.
1568
1569 * README.FreeBSD: Remove (merged into README).
1570
1571 * README.Solaris: Remove (merged into README).
1572
1573 * README: Merge in the above; also update for 2.10.12.
1574
1575 * doc/example.conf: Change mention of K-lines to say Kill blocks
1576 instead.
1577
1578 * doc/iauth.txt: Remove (out of date).
1579
1580 * doc/readme.features: Update to reflect that 2.10.11 is not the
1581 current release. Change mention of various config lines to use
1582 the equivalent config entries or blocks instead.
1583
1584 * doc/readme.log: Likewise.
1585
1586 * doc/api/features.txt: Change F-line mentions to say Feature
1587 entry instead.
1588
1589 * doc/api/modebuf.txt: Change U-line mention to say Uworld entry.
1590
1591 * doc/api/motd.txt: Change T-line mentions to say Motd entry.
1592
15932005-07-15 Michael Poole <mdpoole@troilus.org>
1594
1595 * ircd/ircd_features.c (feature_init): Always call
1596 feature_notify_server*() so that 'his' is initialized.
1597
1598 * ircd/m_whois.c (do_whois): Unswap sense of comparison to choose
1599 between user->server and &his.
1600
16012005-07-14 Michael Poole <mdpoole@troilus.org>
1602
1603 * ircd/channel.c (mode_parse_apass): Update oplevels when setting
1604 or removing the +A password. Partial credit goes to Reed Loden.
1605
16062005-07-14 Michael Poole <mdpoole@troilus.org>
1607
1608 * include/ircd_features.h: Declare new "his" pseudo-server to hold
1609 FEAT_HIS_SERVERNAME and FEAT_HIS_SERVERINFO in a convenient place.
1610
1611 * ircd/ircd_features.c: Initialize and update it.
1612
1613 * ircd/channel.c (modebuf_flush_int): Use it as the apparent
1614 source for opmodes and server mode changes (also when the source
1615 is me).
1616
1617 * ircd/m_burst.c (ms_burst): Use it as the apparent source for net
1618 rider kicks.
1619
1620 * ircd/m_whois.c (do_whois): Use it to simplify code here.
1621
1622 * ircd/s_misc.c (exit_client): Use it as the apparent killer.
1623
16242005-07-14 Michael Poole <mdpoole@troilus.org>
1625
1626 * doc/example.conf (General): Update comment about vhost to match
1627 the code change below.
1628
1629 * ircd/ircd_parser.y (generalvhost): Accept vhost="*"; as a
1630 synonym for the default behavior (for backwards compatibility).
1631 Spotted by Kev.
1632
1633 * ircd/channel.c (sub1_from_channel): Remove stale code and
1634 comment, replacing with an up-to-date comment. Spotted by skx.
1635
16362005-07-11 Michael Poole <mdpoole@troilus.org>
1637
1638 * ircd/engine_select.c: Remove outdated comment about USE_POLL.
1639
1640 * ircd/parse.c (msgtab): #if out CAP handler until we have caps.
1641
1642 * RELEASE.NOTES: Remove mention of capabilities for now.
1643
16442005-07-11 Stephan Peijnik <speijnik@gmail.com>
1645
1646 * ircd/gline.c (gline_add): It's only a protocol violation when a
1647 server issues a "whacky" gline. If it's an oper, only tell opers
1648 with SNO_GLINE.
1649
1650 * ircd/ircd_auth.c (iauth_protocol_violation): Likewise, the whole
1651 network is not likely to care about IAuth PVs, so only tell opers
1652 with SNO_CONNEXIT.
1653
16542005-07-11 Michael Poole <mdpoole@troilus.org>
1655
1656 * doc/readme.features: Document FEAT_CHANNELLEN.
1657
1658 * doc/example.conf: Give an example of it.
1659
1660 * ircd/m_join.c (ms_join): Do not clean channel names from remote
1661 servers, to avoid desynchs.
1662
1663 * ircd/m_names.c (ms_names): Likewise.
1664
16652005-07-11 Stephan Peijnik <speijnik@gmail.com>
1666
1667 * include/ircd_features.h: Declare new FEAT_CHANNELLEN.
1668
1669 * include/supported.h: Add it to the ISUPPORT display.
1670
1671 * ircd/channel.c (clean_channelname): Impose the lower limit
1672 between FEAT_CHANNELLEN and CHANNELLEN.
1673
1674 * ircd/ircd_features.c: Define FEAT_CHANNELLEN.
1675
16762005-07-11 Reed Loden <reed@reedloden.com>
1677
1678 * include/sys.h: Move FD_SETSIZE redefinition to engine_select.c.
1679
1680 * ircd/s_bsd.c: Move FD_SETSIZE sanity check to engine_select.c
1681 Remove unused #include <sys/poll.h>.
1682
1683 * ircd/engine_select.c: Put FD_SETSIZE redefinition and sanity
1684 checks here, since they are not used elsewhere in the daemon.
1685 [Order slightly changed by Michael Poole to compile.]
1686
16872005-07-03 Michael Poole <mdpoole@troilus.org>
1688
1689 * ircd/convert-conf.c: New file.
1690
1691 * ircd/Makefile: Compile it.
1692
16932005-06-27 Michael Poole <mdpoole@troilus.org>
1694
1695 * ircd/s_bsd.c (add_connection): Split logic for server versus
1696 client listeners; only do IPcheck for client connections.
1697
1698 * ircd/s_serv.c (server_estab): There is no longer a need to
1699 remove IPcheck reference, so don't.
1700
17012005-06-27 Michael Poole <mdpoole@troilus.org>
1702
1703 * include/client.h (struct Connection): Remove con_dns_reply (and
1704 associated macros).
1705
1706 * include/res.h (gethost_byname): Change calling signature to
1707 clarify memory ownership.
1708 (gethost_byaddr): Likewise.
1709
1710 * include/s_bsd.h (release_dns_reply): Remove function.
1711
1712 * ircd/hash.c: #include "match.h" to quash warning.
1713
1714 * ircd/ircd_auth.c (struct IAuth): Remove i_query field.
1715 (iauth_dns_callback): Adjust for new gethost_byname signature.
1716 (iauth_reconnect): Likewise.
1717
1718 * ircd/ircd_res.c (struct reslist): Make elements of query field
1719 inline rather than in a contained structure.
1720 (make_request): Reflect removal of DNSQuery.
1721 (do_query_name): Likewise.
1722 (do_query_number): Likewise.
1723 (make_dnsreply): Remove now-unused function.
1724 (timeout_resolver): Adjust to new callback signature.
1725 (delete_resolver_queries): Reflect removal of DNSQuery.
1726 (gethost_byname): Update to new signature.
1727 (gethost_byaddr): Likewise.
1728 (res_readreply): Reflect removal of DNSReply.
1729
1730 * ircd/list.c (dealloc_connection): con_dns_reply no longer
1731 exists, so do not free it.
1732
1733 * ircd/s_auth.c (auth_verify_hostname): constify.
1734 (auth_dns_callback): Adjust to new callback signature.
1735 (start_auth): Adjust to new gethost_byaddr() signature.
1736
1737 * ircd/s_bsd.c (connect_dns_callback): Adjust to new callback
1738 signature.
1739 (release_dns_reply): Remove unused function.
1740 (connect_server): Adjust to new gethost_byname() signature.
1741
1742 * ircd/s_conf.c (conf_dns_callback): Adjust to new callback
1743 signature.
1744 (conf_dns_lookup): Adjust to new gethost_byname() signature.
1745 (attach_iline): Use cli_sockhost() instead of DNS reply.
1746 (conf_check_server): Simplify use of DNS results.
1747
1748 * ircd/s_serv.c (server_estab): Remove call to removed function.
1749
1750 * ircd/s_user.c (register_user): Remove call to removed function.
1751
17522005-06-27 Michael Poole <mdpoole@troilus.org>
1753
1754 * include/s_misc.h (get_sockhost): Remove the unused (and
1755 deceptively named) get_sockhost().
1756
1757 * ircd/s_misc.c (get_sockhost): Likewise.
1758
17592005-06-25 Andrew Miller <a1kmm@amxl.com>
1760
1761 * ircd/ircd_crypt.c (ircd_crypt): strdup is not allowed, change to
1762 DupStr so memdebug works.
1763
1764 * doc/debug_memleak_gc.patch : Update to gc6.5
1765
17662005-06-24 Andrew Miller <a1kmm@amxl.com>
1767 * ircd/m_invite.c (m_invite): Don't propagate invites to local channels.
1768
17692005-06-21 Andrew Miller <a1kmm@amxl.com>
1770
1771 * ircd/m_list.c (param_parse): Add support for channel wildcards.
1772 * ircd/m_list.c (show_usage): Document the new format.
1773 * ircd/hash.c (list_next_channels): Check channel wildcard in list.
1774 * include/channel.h (ListingArgs): Add the wildcard member.
1775
17762005-06-19 Andrew Miller <a1kmm@amxl.com>
1777
1778 * ircd/ircd_res.c (proc_answer): Deal with unexpected record types more
1779 gracefully.
1780
1781 * ircd/ircd_res.c (res_readreply): Check res_ourserver before walking
1782 the pending request list, to make DoS attacks harder.
1783
1784 * ircd/m_invite.c (m_invite): Give no such channel rather than not on
1785 channel when the channel being invited to does not exist.
1786
17872005-06-18 Michael Poole <mdpoole@troilus.org>
1788
1789 * ircd/s_debug.c (count_memory): Consolidate several lines; make
1790 initial letter capitalization consistent.
1791
17922005-06-19 Andrew Miller <a1kmm@amxl.com>
1793
1794 * ircd/s_stats.c: Remove the "debug only" label on memusage stats,
1795 since it no longer applies.
1796
17972005-05-16 Michael Poole <mdpoole@troilus.org>
1798
1799 * include/channel.h (struct Ban): Make 'who' and 'banstr' direct
1800 arrays, rather than pointers.
1801
1802 * ircd/channel.c (bans_alloc): New variable to count number of ban
1803 structures allocated.
1804 (bans_inuse): New variable to count number of ban structures
1805 currently in use.
1806 (set_banmask): Adapt to changes in struct Ban.
1807 (make_ban): Likewise, and update ban counts.
1808 (free_ban): Likewise.
1809 (bans_send_meminfo): New function.
1810 (apply_ban): Adapt to changes in struct Ban.
1811 (mode_parse_ban): Likewise.
1812 (mode_process_bans): Likewise.
1813 (mode_parse): Likewise.
1814 (RevealDelayedJoin): Fix brace placement.
1815 (CheckDelayedJoins): Fix brace placement and whitespace.
1816
1817 * ircd/list.c (struct liststats): Add new fields to eliminate the
1818 separate count variables.
1819 (init_list): Adapt to those changes.
1820 (alloc_client): Likewise.
1821 (dealloc_client): Likewise.
1822 (alloc_connection): Likewise.
1823 (dealloc_connection): Likewise.
1824 (make_server): Likewise.
1825 (remove_client_from_list): Likewise.
1826 (verify_client_list): Likewise.
1827 (make_link): Likewise.
1828 (free_link): Likewise.
1829 (send_liststats): New function.
1830 (send_listinfo): Rewrite to use new struct liststats layout.
1831
1832 * ircd/m_burst.c (ms_burst): Adapt to changes in struct Ban.
1833
1834 * ircd/m_clearmode.c (do_clearmode): Adapt to changes in struct
1835 Ban.
1836
1837 * ircd/s_stats.c (stats_meminfo): Define unconditionally and call
1838 bans_send_meminfo().
1839 (statsinfo): Always give access to stats_meminfo.
1840
18412005-06-16 Michael Poole <mdpoole@troilus.org>
1842
1843 * include/ircd_string.h: Include necessary <string.h> header.
1844
1845 * ircd/test/.cvsignore: Ignore log output files.
1846
1847 * ircd/test/Makefile.in: Remove log output files.
1848
1849 * ircd/test/kill-block-1.cmd: Add sleeps to try to trigger Kills.
1850
1851 * ircd/test/run-tests.sh: Switch sense of argument. Send an IRC
1852 debug dump to log files.
1853
18542005-06-13 Michael Poole <mdpoole@troilus.org>
1855
1856 * ircd/s_user.c (make_user): Unconditionally increment userCount.
1857 (free_user): Unconditionally decrement it here.
1858
1859 * ircd/s_conf.c (make_conf): Unconditionally increment
1860 GlobalConfCount.
1861 (free_conf): Unconditionally decrement it here.
1862
1863 * ircd/s_debug.c (count_memory): Fix termination condition for
1864 ban-walking loop. Add missing "e" to "members".
1865
1866
18672005-06-10 Michael Poole <mdpoole@troilus.org>
1868
1869 * ircd/match.c (check_if_ipmask): Strings that contain '?' cannot
1870 be true IP masks.
1871
18722005-05-30 Michael Poole <mdpoole@troilus.org>
1873
1874 * ircd/test/Makefile.in: Add LDFLAGS variable for profiling purposes.
1875
1876 * ircd/test/ircd_match_t.c: Test recovery from backtracking.
1877
1878 * ircd/test/channel-1.cmd: Modify to improve code coverage.
1879
1880 * ircd/test/client-1.cmd: Likewise.
1881
1882 * ircd/test/gline-1.cmd: Likewise.
1883
1884 * ircd/test/ircd-t1.conf: Likewise.
1885
1886 * ircd/test/stats-1.cmd: Likewise.
1887
1888 * ircd/test/run-tests.sh: Explicitly start ircds. Add new test scripts.
1889
1890 * ircd/test/test-driver.pl: Silently handle more signals from IRC.
1891
1892 * ircd/test/commands-1.cmd: New test script.
1893
1894 * ircd/test/feature-1.cmd: New test script.
1895
1896 * ircd/test/jupe-1.cmd: New test script.
1897
1898 * ircd/test/kill-block-1.cmd: New test script.
1899
1900 * ircd/test/ircd-t1-2.conf: New configuration file for test scripts.
1901
1902 * ircd/test/ircd-t2.conf: Likewise.
1903
19042005-05-30 Michael Poole <mdpoole@troilus.org>
1905
1906 * ircd/s_debug.c (count_memory): Use count_listener_memory() to
1907 report memory used by listener structures.
1908
19092005-05-30 Michael Poole <mdpoole@troilus.org>
1910
1911 * include/class.h (get_con_freq): Remove unused function.
1912
1913 * include/list.h (find_user_link): Remove unused function.
1914
1915 * include/class.c (get_con_freq): Remove.
1916
1917 * ircd/list.c (find_user_link): Remove.
1918
1919 * include/string.h (string_is_hostname, string_is_address,
1920 strnChattr): Remove unused functions.
1921 (init_string): Remove function that becomes a noop.
1922
1923 * ircd/string.h (init_string): Remove.
1924 (string_is_hostname, string_is_address, strnChattr): Likewise.
1925
1926 * ircd/ircd.c (main): Remove call to init_string().
1927
19282005-05-30 Michael Poole <mdpoole@troilus.org>
1929
1930 * include/numeric.h (RPL_TRACELOG, RPL_MYPORTIS,
1931 RPL_NOTOPERANYMORE): Undefine unused numeric replies.
1932
1933 * ircd/s_err.c (replyTable): Fix format fields for certain numeric
1934 arguments. Remove some unused entries.
1935
1936 * ircd/s_stats.c (stats_configured_links): Move invariant
1937 parameters to message format string.
1938
19392005-05-30 Michael Poole <mdpoole@troilus.org>
1940
1941 * ircd/client.c (privtab): Add missing LIST_CHAN privilege, move
1942 WIDE_GLINE to reflect its enumerated value.
1943
1944 * ircd/s_debug.c (count_memory): Use user_count_memory() function
1945 to count User structs in-use.
1946
1947 * ircd/m_server.c (mr_server): Change "C:line" to "Connect block".
1948
1949 * ircd/s_bsd.c (connect_server): Likewise.
1950
1951 * ircd/s_conf.c (conf_check_server): Likewise.
1952
1953 * ircd/s_err.c (replyTable): Change "O-lines" to "Operator block".
1954
19552005-05-30 Michael Poole <mdpoole@troilus.org>
1956
1957 * ircd/match.c (match): Rewrite to handle globs that end in an
1958 escaped wildcard (and hopefully clarify the code).
1959
1960 * ircd/test/Makefile.in: Add new ircd_match_t test program.
1961
1962 * ircd/test/ircd_match_t.c: New file.
1963
1964 * ircd/test/test_stub.c: Emite newlines after log and debug
1965 messages.
1966
19672005-05-25 Reed Loden <reed@reedloden.com>
1968
1969 * ircd/s_err.c (replyTable): Allow for the specification of 'O' or
1970 'o' in RPL_STATSOLINE.
1971
1972 * ircd/s_stats.c (stats_configured_links): In /stats o/O, display
1973 'O' if either the oper block or the connection class has
1974 PRIV_PROPAGATE (global oper) and 'o' if neither has PRIV_PROPAGATE
1975 (local oper).
1976
19772005-05-30 Michael Poole <mdpoole@troilus.org>
1978
1979 * ircd/IPcheck.c: Add Debug()s to try to track why the connected
1980 count underflows.
1981
1982 * ircd/m_endburst.c (ms_endofburst): Avoid dereferencing 'chan'
1983 after it may be freed (in sub1_from_channel).
1984
1985 * ircd/s_user.c (register_user): Rearrange code to reduce number
1986 of "if (MyConnect(sptr))" checks.
1987
19882005-05-12 Michael Poole <mdpoole@troilus.org>
1989
1990 * configure.in: Do not try to outsmart the default CFLAGS.
1991 Simply add parameters explicitly requested by the user.
1992
1993 * configure: Regenerate.
1994
1995 * ircd/ircd_crypt_native.c: Use _XOPEN_SOURCE 600 (which is
1996 used in os_generic.c) to get crypt() on NetBSD.
1997
19982005-05-11 Kevin L. Mitchell <klmitch@mit.edu>
1999
2000 * ircd/ircd.c: if debugging is enabled (both DEBUGMODE defined and
2001 -x given), reserve fd 2 for the use of the debugging log;
2002 otherwise, some engines may attempt to use fd 2, which would end
2003 up getting closed by debug_init() (actually, by
2004 log_debug_reopen(), called by log_debug_init(), called by
2005 debug_init())
2006
20072005-08-10 Michael Poole <mdpoole@troilus.org>
2008
2009 * ircd/channel.c (joinbuf_join): Do not send a MODE +o when a
2010 local user creates a channel.
2011
2012 * ircd/umkpasswd.c (crypt_pass): Allocate the proper amount of
2013 memory for the tagged output string.
2014
2015 * ircd/test/test-driver.pl: Add -vhost=... option.
2016
2017 * ircd/test/ircd-t1.conf: Add new Operator blocks.
2018
2019 * ircd/test/*.cmd: Rearrange and add more coverage tests.
2020
20212005-08-09 Michael Poole <mdpoole@troilus.org>
2022
2023 * ircd/ircd_parser.y: Move error tokens to top level of parse, and
2024 make ';' a synchronizing token for them. This avoids crashes in
2025 situations like missing ';' between two Kill blocks. Move several
2026 ';'s earlier for earlier detection of syntax errors.
2027
2028 * ircd/motd.c (motd_memory_count): Use size_t for memory counts to
2029 match the format strings used for those variables.
2030
2031 * ircd/msgq.c (msgq_histogram): tmp.sizes[] is an array of
2032 unsigned int, not unsigned long; use correct format string.
2033
2034 * ircd/s_stats.c (stats_crule_list): Restore display of 'D' vs 'd'
2035 based on crule type, rather than query type.
2036 (statsinfo): Remove STAT_FLAG_VARPARAM from the "modules" and
2037 "help" stats, which don't use the varparam.
2038
2039 * ircd/test/test-driver.pl: Interpreter for test scripts.b
2040
2041 * ircd/test/ircd-t1.conf: Configuration file for test scripts.
2042
2043 * ircd/test/*.cmd: New test scripts for test-driver.pl.
2044
20452005-05-08 Jukka Ollila <jaollila@niksula.hut.fi>
2046 (Adapted slightly by Michael Poole.)
2047
2048 * ircd/os_generic.c (sockaddr_to_irc): Change to use v4compat
2049 addresses event when !defined(IPV6).
2050
20512005-05-07 Michael Poole <mdpoole@troilus.org>
2052
2053 * ircd/channel.c (joinbuf_join): Be smarter about what source to
2054 use when opping a user that joins a channel.
2055
20562005-05-04 Reed Loden <reed@reedloden.com>
2057
2058 * ircd/m_trace.c (do_trace): Show the real nickname instead of the
2059 numnick.
2060
20612005-05-02 Jan Krueger <jast@heapsort.de>
2062
2063 * ircd/channel.c (member_can_send_to_channel): if the channel can only
2064 be joined by users with accounts (+r), do not allow users without
2065 accounts to speak.
2066
20672005-05-07 Michael Poole <mdpoole@troilus.org>
2068
2069 * ircd/numnicks.c (base64toip): Fix bugs in parsing IPv6
2070 addresses.
2071 * ircd/test/ircd_in_addr_t.c (test_addrs): Add new entry.
2072 (test_address): Test base64toip() as well.
2073
20742005-05-05 Michael Poole <mdpoole@troilus.org>
2075
2076 * ircd/s_user.c (umode_str): Only clear the operator flag when not
2077 propagating; never set it.
2078
20792005-05-04 Michael Poole <mdpoole@troilus.org>
2080
2081 * ircd/channel.c (joinbuf_join): Include channel manager flag in
2082 determination of oplevel. If opping the user for a non-local
2083 non-create, include oplevel in message to other servers. Send
2084 "MODE +o <client>" to local users whenever opping the client.
2085
2086 * ircd/m_join.c (m_join): Remove logic that moved into
2087 joinbuf_join().
2088 (ms_join): Look for level 0 and 1 joins from remote servers
2089 and adjust value of 'flags' appropriately.
2090
20912005-05-04 Michael Poole <mdpoole@troilus.org>
2092
2093 * include/numeric.h: Remap oplevel numerics to new range.
2094
2095 * ircd/s_err.c: Likewise.
2096
20972005-05-03 Michael Poole <mdpoole@troilus.org>
2098
2099 * ircd/s_stats.c (stats_access): Update to use new CONF_CLIENT
2100 fields, fixing crash found by nighty.
2101
21022005-05-02 Michael Poole <mdpoole@troilus.org>
2103
2104 * include/numeric.h (ERR_UPASS_SAME_APASS): New error message when
2105 trying to set +U pass to the same as the +A pass.
2106
2107 * ircd/channel.c (mode_parse_upass): Use it.
2108
2109 * ircd/ircd_auth.c (iauth_exit_client): Only send ExitUser if
2110 there is an active IAuth connection, fixing PR#1193808.
2111 (iauth_dispose_request): Only delete the timer if it is active.
2112
2113 * ircd/m_invite.c (m_invite): Always forward the invite in the
2114 correct direction, and then skip it as 'one' if announcing.
2115 (ms_invite): Likewise.
2116
2117 * ircd/numnicks.c (base64toip): Do not interpret AAAAAA as
2118 ::ffff:0.0.0.0; keep it as ::.
2119
2120 * ircd/s_err.c (replyTable): Add ERR_UPASS_SAME_APASS.
2121
21222005-05-01 Michael Poole <mdpoole@troilus.org>
2123
2124 * doc/readme.log: Document IAUTH log target, remove docs for
2125 OLDLOG log target.
2126
2127 * include/ircd_log.h: Add LS_IAUTH target, remove LS_OLDLOG.
2128
2129 * ircd/ircd_log.c (logDesc): Likewise.
2130
2131 * ircd/engine_epoll.c (engine_loop): Handle EPOLLHUP for all
2132 sockets (e.g. when connecting) and do not generate read/write
2133 events in the same pass as error or EOF events.
2134
2135 * ircd/ircd_auth.c: Convert old sendto and debug messages to use
2136 the LS_IAUTH log target. Consistently use IAUTH_CONNECTED flag
2137 instead of comparing fd to -1.
2138 (iauth_reconnect): If already connected, disconnect and schedule a
2139 reconnect later, since an immediate reconnect can cause assertion
2140 failure in the event engine. Also schedule a reconnect when the
2141 connection attempt fails.
2142 (iauth_read): Reconnect on IO_FAILURE.
2143 (iauth_sock_callback): Disconnect and schedule a reconnect on both
2144 error (after reporting the error) and EOF.
2145 (iauth_start_client): Record the IAuth request in the client.
2146 (iauth_exit_client): Report the client exit.
2147
2148 * ircd/s_misc.c (exit_one_client): Fix formatting.
2149
21502005-04-30 Michael Poole <mdpoole@troilus.org>
2151
2152 * ircd/ircd_auth.c (iauth_connect): Initialize (but do not add)
2153 timer here and set fd to -1.
2154 (iauth_schedule_reconnect): Rewrite to handle previously
2155 initialized timer.
2156 (iauth_reconnect): If server is connected, disconnect first.
2157 Update socket generator fd before calling socket_add().
2158 (iauth_read): When reading 0 bytes (EOF), reconnect.
2159
21602005-04-27 Michael Poole <mdpoole@troilus.org>
2161
2162 * ircd/ircd_parser.y: Report non-existent class names as errors
2163 earlier, and do not fall back to "default" for Client blocks.
2164
21652005-04-25 Reed Loden <reed@reedloden.com>
2166
2167 * ircd/ircd_lexer.l: Add missing header to squash a warning.
2168
21692005-04-25 Michael Poole <mdpoole@troilus.org>
2170
2171 * ircd/s_user.c (register_user): Replace call with set_user_mode()
2172 with a direct parsing of user modes. To match this, revert the
2173 initial display of usermode to how it was done before.
2174
21752005-04-24 Michael Poole <mdpoole@troilus.org>
2176
2177 * doc/example.conf: Document new autoconnect field of Connect.
2178
2179 * include/s_conf.h: Add CONF_AUTOCONNECT and field for it.
2180
2181 * ircd/ircd.c (try_connections): Skip non-autoconnect servers.
2182
2183 * ircd/ircd_lexer.l: Recognize autoconnect token.
2184
2185 * ircd/ircd_parser.y: Add autoconnect= option to Connect block.
2186
2187 * ircd/m_invite.c (m_invite): Avoid sending channel timestamp to
2188 user being invited.
2189 (ms_invite): Likewise.
2190
2191 * ircd/s_user.c (register_user): Show class name rather than
2192 pointer-as-integer.
2193
21942005-04-24 Michael Poole <mdpoole@troilus.org>
2195
2196 * ircd/ircd_parser.y: Rewrite so each error condition gets its own
2197 error message, and so that invalid parameters are printed out.
2198
21992005-04-23 Michael Poole <mdpoole@troilus.org>
2200
2201 * ircd/channel.c (apply_ban): Consistently free newban->banstr
2202 when the function fails.
2203 (mode_process_bans): Free banstr for all BAN_DEL bans.
2204
2205 * ircd/ircd_parser.y: Fix a few memory leaks from previous commit.
2206
22072005-04-23 Michael Poole <mdpoole@troilus.org>
2208
2209 * include/patchlevel.h: Bump to being a beta.
2210
2211 * ircd/ircd_lexer.l (QSTRING): Return a copy of the string so that
2212 parser actions don't have to be immediately after a QSTRING.
2213
2214 * ircd/ircd_parser.y (FNAME): Remove unused token.
2215 (QSTRING): Adjust for QSTRING being an already-copied version.
2216
22172005-04-23 Michael Poole <mdpoole@troilus.org>
2218
2219 * doc/example.conf (UWorld): Illustrate new config extension.
2220
2221 * ircd/ircd_parser.y (uworldblock): Do the expected thing when
2222 multiple name= entries are present.
2223
22242005-04-22 Michael Poole <mdpoole@troilus.org>
2225
2226 * RELEASE.NOTES: Silence exceptions use ~, not -. Oops!
2227
2228 * doc/example.conf: Fix typo in example Kill block.
2229
2230 * ircd/channel.c (mode_parse_ban): Use correct test for flag_p.
2231
2232 * ircd/m_silence.c (apply_silence): Make mask pretty so that later
2233 processing does not convert * to @ (and match no one).
2234
22352005-04-21 Kevin L. Mitchell <klmitch@mit.edu>
2236
2237 * ircd/m_userip.c (userip_formatter): /userip should *never*
2238 report the user's real IP unless its answering the user
2239 him/herself
2240
2241 * ircd/m_userhost.c (userhost_formatter): /userhost should *never*
2242 report the user's real host unless its answering the user
2243 him/herself
2244
22452005-04-20 Michael Poole <mdpoole@troilus.org>
2246
2247 * ircd/ircd.c (parse_command_line): Update usage text.
2248
2249 * ircd/numnicks.c (base64toip): Use v4mapped address range instead
2250 of v4compat address range, fixing IPv4-based /who.
2251
22522005-04-19 Michael Poole <mdpoole@troilus.org>
2253
2254 * configure.in: When --enable-profile, add -pg to LDFLAGS.
2255
2256 * configure: Regenerate.
2257
22582005-04-19 Michael Poole <mdpoole@troilus.org>
2259
2260 * ircd/match.c (check_if_ipmask): Fix brown-paper-bag typo.
2261
2262 * ircd/s_conf.c (conf_debug_iline): Look for matching Kill blocks
2263 once a matching Client block is found.
2264
2265 * ircd/m_whowas.c (m_whowas): Change strcmp() to ircd_strcmp().
2266
22672005-04-18 Michael Poole <mdpoole@troilus.org>
2268
2269 * ircd/match.c (check_if_ipmask): Do not interpret masks that
2270 start with . or / as IP-based host masks.
2271
22722005-04-17 Michael Poole <mdpoole@troilus.org>
2273
2274 * ircd/channel.c (mode_process_clients): Only prohibit deops of
2275 users with the same or higher oplevel where apass is set.
2276 Likewise, when opping users, give them MAXOPLEVEL for non-apass
2277 channels.
2278 (joinbuf_join): Give new ops MAXOPLEVEL for non-apass channels.
2279
2280 * ircd/m_kick.c (m_kick): Only prohibit kicks of users with the
2281 same or higher oplevel where apass is set.
2282
2283 * ircd/s_user.c (register_user): Fix order of server version vs
2284 various mode strings.
2285
2286 * tools/linesync/linesync.sh: Add revision id field.
2287
22882005-04-17 Michael Poole <mdpoole@troilus.org>
2289
2290 * tools/linesync/linesync.sh: Fix typo comment. Check for
2291 multiple blocks per line in the linesync input.
2292
22932005-04-17 Dan <daniel@undernet.org>
2294
2295 * tools/linesync/linesync.sh: Update to support new syntax and to
2296 avoid rehashing the ircd when the config is the same.
2297
2298 * tools/linesync/linesync.conf: Update allowed conf items.
2299
23002005-04-16 Michael Poole <mdpoole@troilus.org>
2301
2302 * doc/example.conf (Kill): Document newly supported syntax.
2303
2304 * include/s_conf.h (DenyConf): Split realname mask into its own
2305 field. Remove the unused DENY_FLAGS_{IP,REALNAME}.
2306
2307 * ircd/ircd_parser.y (Kill): Only require one of usermask,
2308 hostmask, realmask to be set for a valid block.
2309 (killitem): Add new production killusername.
2310
2311 * ircd/s_conf.c (conf_erase_deny_list): Free realmask field.
2312 (find_kill): Rearrange slightly to clarify control flow.
2313
2314 * ircd/s_err.c (RPL_STATSKLINE): Stick usermask before hostmask,
2315 so the old usermask field can be adopted for realname mask. Add
2316 double quotes around the realmask field.
2317
2318 * ircd/s_stats.c (report_deny_list): Do so.
2319 (stats_klines): Likewise.
2320
23212005-04-17 Perry Lorier <isomer@undernet.org>
2322
2323 * tools/convert-conf.py: Fix lots of conversion problems with
2324 oper privielges (now they are converted),
2325 features (deprecated features commented out, most converted to
2326 priviliges),
2327 realname klines (also add host= lines)
2328 quarintines (generate blocks for them),
2329 connect blocks (don't generate empty port config lines)
2330 etc...
2331
23322005-04-16 Michael Poole <mdpoole@troilus.org>
2333
2334 * ircd/gline.c (do_gline): Fix typo when activating IP-based
2335 G-lines.
2336
23372005-04-16 Michael Poole <mdpoole@troilus.org>
2338
2339 * ircd/class.c (free_class): Free default_umode field.
2340
2341 * ircd/ircd_parser.y (classblock): Free default_umode field before
2342 overwriting it.
2343
2344 * ircd/s_conf.c (free_conf): Free username, origin_name, hub_limit
2345 fields.
2346 (find_kill): Realname Kill blocks no longer have $R at the start,
2347 so do not skip over the first two characters of the mask.
2348
23492005-04-15 Michael Poole <mdpoole@troilus.org>
2350
2351 * doc/example.conf (Operator): Properly qualify plaintext password.
2352 (Quarantine): Document (new) syntax.
2353
2354 * ircd/ircd.c: Add <sys/time.h> to make <sys/resource.h> compile
2355 correctly on BSDs.
2356
2357 * ircd/ircd_parser.y (qconf): Remove global variable.
2358 (killuhost): Null terminate username when present.
2359 (quarantineblock): Replace with a syntax that works.
2360
2361 * ircd/s_stats.c: #include <querycmds.h> for UserStats.
2362 (stats_server_verbose): Reinstate check for UserStats.
2363
23642005-04-09 Kevin L. Mitchell <klmitch@mit.edu>
2365
2366 * ircd/ircd.c: conditionally include sys/resource.h; otherwise,
2367 RLIMIT_CORE will not be defined and so set_core_limit() will never
2368 be defined, much less run.
2369
2370 * configure.in: add sys/resource.h to the list of headers to
2371 search for
2372
2373 * configure: regenerate configure
2374
2375 * config.h.in: rerun autoheader to add HAVE_SYS_RESOURCE_H to
2376 config.h.in
2377
23782005-04-08 Michael Poole <mdpoole@troilus.org>
2379
2380 * include/s_conf.h (conf_debug_iline): Declare new function.
2381
2382 * ircd/ircd.c (dbg_client): New file-scoped variable.
2383 (parse_command_line): Set it from the new -c option.
2384 (main): If dbg_client is set during chkconf, use it.
2385
2386 * ircd/ircd_string.c (ircd_aton): Generate IPv4-mapped addresses,
2387 not IPv4-compatible addresses, to match ipmask_parse().
2388
2389 * ircd/m_whowas.c (m_whowas): Split display of real host to a
2390 separate line, in hopes of not confusing opers in the future.
2391
2392 * ircd/s_conf.c (conf_debug_iline): Implement new function.
2393
23942005-04-06 Michael Poole <mdpoole@troilus.org>
2395
2396 * ircd/m_burst.c (ms_burst): Clear channel manager bit when wiping
2397 out locally opped and voiced channel members.
2398
23992005-04-06 Michael Poole <mdpoole@troilus.org>
2400
2401 * include/numeric.h (RPL_APASSWARN): Replace with three distinct
2402 values.
2403 (ERR_NOMANAGER_LONG): Assign new numeric.
2404 (ERR_NOMANAGER_SHORT): Assign new numeric.
2405
2406 * ircd/channel.c (parse_mode_upass): Adapt to new formats for
2407 ERR_NOTMANAGER separation.
2408 (parse_mode_apass): Likewise. Also adapt to RPL_APASSWARN split.
2409
2410 * ircd/s_err.c (RPL_APASSWARN): Replace with three message
2411 strings, to avoid embedding long message strings in the logic
2412 implementation.
2413 (ERR_NOTMANAGER): Likewise (but not the same strings).
2414
24152005-04-06 Michael Poole <mdpoole@troilus.org>
2416
2417 * ircd/ircd_parser.y (clientblock): Use the password field.
2418
2419 * ircd/s_user.c (register_user): Allow aconf->password to be a
2420 single digit, since per-IP limit is now in a separate field.
2421
24222005-04-06 Michael Poole <mdpoole@troilus.org>
2423
2424 * acinclude.m4 (unet_PIPE_CFLAGS): Remove; -pipe is obsolete in
2425 current gcc releases and is slower than files for previous
2426 releases on most OSes.
2427
2428 * configure.in (AC_PREREQ): Bump to 2.59 because of AS_HELP_STRING.
2429 (unet_PIPE_CFLAGS): Remove use of macro.
2430
2431 * aclocal.m4: Regenerate.
2432
2433 * configure: Likewise.
2434
24352005-04-04 Michael Poole <mdpoole@troilus.org>
2436
2437 * configure.in: For developers' ease, allow passing an option to
2438 configure to persistently set optimization CFLAGS.
2439
2440 * configure: Regenerate.
2441
24422005-04-04 Michael Poole <mdpoole@troilus.org>
2443
2444 * doc/example.conf (Jupe): Make the default Jupe block follow
2445 CFV-0255. (Thanks to FrankP for pointing me at this and to DinTn
2446 for getting me a copy of the CFV.)
2447
24482005-04-04 Michael Poole <mdpoole@troilus.org>
2449
2450 * include/capab.h (CAPFL_STICKY): Define.
2451 (CAPLIST): Remove the entries used for testing.
2452
2453 * include/client.h (Connection): Clarify comment about the
2454 distinction between con_capab and con_active.
2455
2456 * ircd/m_cap.c: Add doxygen comments and replace the long
2457 discussion of m_handler functions with an xref to it.
2458 (send_caplist): Add new parameters and change the terminal vs
2459 non-terminal line distinction to make compliant with current draft
2460 specification.
2461 (cap_empty): Rename to cap_ls().
2462 (cap_req): Track modified capabilities bitwise, so that the
2463 responding ACK contains all the appropriate flags.
2464 (cap_ack): Add comment explaining why there is no response.
2465 (cap_clear): Build and send a list of cleared capabilities, as
2466 required by the current draft.
2467 (cap_list): Send capability list using LIST subcommand.
2468 (cmdlist): Add handler for LS subcommand. Remove entries for the
2469 empty and LSL subcommands, which are no longer allowed.
2470 (m_cap): Require at least one argument from user.
2471
24722005-04-01 Michael Poole <mdpoole@troilus.org>
2473
2474 * include/s_conf.h (SMAP_FAST): Define.
2475 (s_map): Add 'flags' field.
2476
2477 * ircd/ircd_lexer.l: Recognize 'FAST' token.
2478
2479 * ircd/ircd_parser.y (FAST): New token.
2480 (pseudoitem): Add pseudoflags alternative.
2481 (pseudoflags): New production, recognizing FAST token.
2482
2483 * ircd/parse.c (register_mapping): Set MFLG_SLOW conditionally.
2484 Remove outdated comment.
2485
24862005-04-01 Michael Poole <mdpoole@troilus.org>
2487
2488 * include/handlers.h (ms_privs): Declare.
2489
2490 * include/msg.h (TOK_PRIVS): Assign token.
2491 (CMD_PRIVS): Define.
2492
2493 * ircd/m_privs.c: Add doxygen comments and replace the long
2494 discussion of m_handler functions with an xref to it.
2495 (mo_privs): Forward requests for non-local users
2496 to their own server.
2497 (ms_privs): Implement.
2498
2499 * ircd/parse.c (PRIVS): Dispatch to ms_privs when a server sends
2500 the message.
2501
25022005-03-30 Michael Poole <mdpoole@troilus.org>
2503
2504 * include/client.h (struct Client): Explain where cli_username
2505 comes from.
2506
2507 * include/struct.h (struct User): Explain where this username
2508 comes from, too
2509
2510 * ircd/ircd_res.c (timeout_resolver): Update parameter name in
2511 Doxygen comment, too.
2512
2513 * ircd/s_misc.c (get_client_name): Reorganize to have less
2514 indentation and behave like 2.10.11 when client is not idented.
2515
25162005-03-29 Michael Poole <mdpoole@troilus.org>
2517
2518 * doc/example.conf: Remove no-longer-used HIS_STATS_h.
2519
2520 * doc/readme.features: Likewise.
2521
2522 * include/ircd_features.h: Likewise.
2523
2524 * ircd/ircd_features.c: Likewise.
2525
25262005-03-20 Reed Loden <reed@reedloden.com>
2527
2528 * include/ircd_features.h: Alphabetize HIS_STATS_? features.
2529
2530 * ircd/ircd_features.c: Likewise.
2531
25322005-03-29 Michael Poole <mdpoole@troilus.org>
2533 (The previously unapplied part of another patch (by Carlo Wood?).)
2534
2535 * ircd/m_part.c (ms_part): Remove a check that should already be
2536 done by the user's own server.
2537
25382005-03-29 Michael Poole <mdpoole@troilus.org>
2539
2540 * doc/example.conf: Add HIS_STATS_J entry.
2541
2542 * doc/readme.features: Likewise.
2543
25442005-03-25 Reed Loden <reed@reedloden.com>
2545
2546 * include/hash.h: Add needed prototypes for new
2547 stats_nickjupes() function.
2548
2549 * include/ircd_features.h: Add FEAT_HIS_STATS_J.
2550
2551 * include/numeric.h: Add RPL_STATSJLINE (222) for new nick
2552 jupes stats. Correct a typo in a comment.
2553
2554 * ircd/hash.c: Add stats_nickjupes() function to report all
2555 nick jupes to an oper. Because of the nature of hash tables,
2556 there is no way to sort this list so the results look weird.
2557
2558 * ircd/ircd_features.c: Add FEAT_HIS_STATS_J (default: TRUE).
2559
2560 * ircd/s_err.c: Add RPL_STATSJLINE (222) for new nick jupes
2561 stats.
2562
2563 * ircd/s_stats.c: Add RPL_STATSJLINE (222) for new nick jupes
2564 stats. Make 'j' case sensitive. Modify the comment for stats
2565 uworld.
2566
25672005-03-27 Michael Poole <mdpoole@troilus.org>
2568
2569 * ircd/m_burst.c (ms_burst): Do not send numeric oplevels in a -A
2570 channel when forwarding a channel burst line.
2571
25722005-03-25 Michael Poole <mdpoole@troilus.org>
2573
2574 * ircd/m_server.c (set_server_flags): New function. Unlike the
2575 old code, this recognizes the IPv6 flag. (Spotted by Reed.)
2576 (mr_server): Use the new function.
2577 (ms_server): Likewise. Also don't show "Net junction:" message if
2578 any closer server is still bursting (also spotted by Reed).
2579 Finally, forward the +6 flag to other servers.
2580
2581 * ircd/s_serv.c (server_estab): Forward the +6 flag here, too.
2582
2583 * ircd/s_bsd.c (client_sock_callback): Re-set cli_error() after it
2584 may be cleared by completed_connection().
2585
25862005-03-23 Michael Poole <mdpoole@troilus.org>
2587
2588 * ircd/m_burst.c (ms_burst): Remove limit and keys when a channel
2589 is wiped out during burst.
2590
25912005-03-22 Michael Poole <mdpoole@troilus.org>
2592
2593 * ircd/ircd_res.c (check_resolver_timeout): I give up. Use the
2594 kludgy earlier version of the timeout fix.
2595
25962005-03-22 Michael Poole <mdpoole@troilus.org>
2597
2598 * ircd/channel.c (send_channel_modes): Fix test for when to send
2599 membership mode suffix, to avoid sending it more than once.
2600
26012005-03-22 Michael Poole <mdpoole@troilus.org>
2602 (Many thanks to nex and Reed for helping hunt this down and
2603 doing the testing of various patches.)
2604
2605 * ircd/ircd_events.c (timer_chg): Properly change a timer that is
2606 in the middle of executing its expiration event.
2607
2608 * ircd/ircd_res.c (check_resolver_timeout): Simplify the test for
2609 whether to use timer_chg() or timer_add().
2610 On second thought, use timer_add() unconditionally; the server
2611 connection loop does.
2612 (timeout_resolver): Do not try to re-schedule the DNS timeout
2613 unless it is the expiration event.
2614 (do_query_number): Properly initialize request->state.
2615 (res_readreply): Mention the response code that was bad.
2616
26172005-03-22 Michael Poole <mdpoole@troilus.org>
2618
2619 * ircd/engine_kqueue.c (engine_delete): The kernel removes
2620 close()'d FDs from the activity list, so don't try to remove the
2621 FD here (the caller may have already close()'d it).
2622
26232005-03-20 Michael Poole <mdpoole@troilus.org>
2624
2625 * ircd/IPcheck.c: Fix typos in comments and strings to reduce
2626 future slumming for credit.
2627
2628 * ircd/channel.c, ircd/crule.c, ircd/engine_epoll.c: Likewise.
2629 * ircd/fileio.c, ircd/hash.c, ircd/ircd.c: Likewise.
2630 * ircd/ircd_auth.c, ircd/ircd_crypt.c: Likewise.
2631 * ircd/ircd_crypt_native.c, ircd/ircd_crypt_smd5.c: Likewise.
2632 * ircd/ircd_features.c, ircd/ircd_log.c: Likewise.
2633 * ircd/ircd_parser.y, ircd/ircd_res.c: Likewise.
2634 * ircd/ircd_reslib.c, ircd/ircd_string.c, ircd/list.c: Likewise.
2635 * ircd/m_burst.c, ircd/m_clearmode.c, ircd/m_destruct.c: Likewise.
2636 * ircd/m_invite.c, ircd/m_ison.c, ircd/m_kill.c: Likewise.
2637 * ircd/m_server.c, ircd/m_squit.c, ircd/m_topic.c: Likewise.
2638 * ircd/m_who.c, ircd/m_whois.c, ircd/m_whowas.c: Likewise.
2639 * ircd/match.c, ircd/msgq.c, ircd/numnicks.c: Likewise.
2640 * ircd/os_generic.c, ircd/parse.c, ircd/s_auth.c: Likewise.
2641 * ircd/s_bsd.c, ircd/s_conf.c, ircd/s_debug.c: Likewise.
2642 * ircd/s_misc.c, ircd/s_numeric.c, ircd/s_serv.c: Likewise.
2643 * ircd/s_stats.c, ircd/s_user.c, ircd/table_gen.c: Likewise.
2644 * ircd/umkpasswd.c, ircd/uping.c, ircd/whowas.c: Likewise.
2645
2646 * ircd/test/test_stub.c: Make exit_client() argument list
2647 consistent with that in s_misc.c so doxygen is not confused.
2648
26492005-03-20 Michael Poole <mdpoole@troilus.org>
2650 (Thanks to Reed Loden for pointing these out.)
2651
2652 * ircd/channel.c: Fix typos in comments.
2653
2654 * ircd/m_create.c: Likewise.
2655
2656 * ircd/m_list.c: Likewise.
2657
2658 * ircd/m_names.c: Likewise.
2659
2660 * ircd/numnicks.c: Likewise.
2661
2662 * ircd/s_bsd.c: Likewise.
2663
26642005-03-20 Michael Poole <mdpoole@troilus.org>
2665 (Thanks to Reed Loden for pointing these out.)
2666
2667 * doc/Configure.help: Remove outdated file.
2668
2669 * doc/exaconf.2: Likewise.
2670
2671 * doc/snomask.html: Add missing <tr>, SNO_AUTO, SNO_DEBUG, and
2672 update SNO_OPERDEFAULT list.
2673
2674 * tools/mkpasswd.c: Remove outdated file (use ircd/umkpasswd
2675 instead).
2676
2677 * tools/Makefile.crypt: Remove outdated file.
2678
2679 * tools/mkpasswd.c: Likewise.
2680
2681 * tools/transition: Likewise.
2682
26832005-03-19 Michael Poole <mdpoole@troilus.org>
2684
2685 * ircd/channel.c (sub1_from_channel): Check apass rather than mode
2686 to determine whether an apass is set (MODE_KEY/APASS/UPASS are not
2687 set in mode.mode).
2688 (send_channel_modes): Use the same change when determining how to
2689 send oplevels for channels.
2690
26912005-03-19 Michael Poole <mdpoole@troilus.org>
2692
2693 * include/IPcheck.h (IPcheck_connect_fail): Take a Client
2694 parameter instead of irc_in_addr.
2695
2696 * ircd/IPcheck.c (IPcheck_connect_fail): Likewise. Assert that
2697 the client has been IP-checked.
2698 (IPcheck_remote_connect): Assert that the client has not yet been
2699 charged for connecting.
2700 (IPcheck_connect_succeeded): Assert that the client has been
2701 charged for connecting.
2702 (IPcheck_disconnect): Likewise.
2703
2704 * ircd/m_nick.c (m_nick): Pass rejected client to
2705 IPcheck_connect_fail() when somebody takes the nick first.
2706 (ms_nick): Likewise.
2707
2708 * ircd/s_serv.c (server_estab): Pass new server to
2709 IPcheck_connect_fail().
2710
2711 * ircd/s_user.c (register_user): When rejecting a user, pass
2712 the struct Client to IPcheck_connect_fail().
2713
27142005-03-19 Michael Poole <mdpoole@troilus.org>
2715
2716 * doc/example.conf (Connect): Remove a buggy comment about leaf
2717 directives; refer the reader to the Connect block instead.
2718
2719 * tools/convert-conf.py: Set "leaf;" rather than "leaf = yes;"
2720
27212005-03-19 Michael Poole <mdpoole@troilus.org>
2722
2723 * doc/example.conf (Operator): Correct the comment explaining
2724 hashed passwords.
2725
2726 * ircd/m_oper.c (oper_password_match): Check correct variable to
2727 determine whether the hashed password matched.
2728
27292005-03-08 Michael Poole <mdpoole@troilus.org>
2730
2731 * ircd/match.c (ipmask_parse): Explicitly zero-initialize the mask
2732 and bit count for "*".
2733 (ipmask_check): Make more robust to similar errors.
2734
27352005-03-07 Michael Poole <mdpoole@troilus.org>
2736
2737 * configure.in: Consistently use a constant in AC_DEFINE().
2738
2739 * configure: Regenerate.
2740
2741 * doc/example.conf (Port): Add comment about the mask option.
2742 (Port): Fix the vhosted Port example.
2743
2744 * ircd/ircd_parser.y (clientblock): Correctly initialize the IP
2745 address and addrbits for a Client block with no IP mask.
2746
2747 * ircd/match.c (ipmask_parse): Accept * as a zero-bit mask.
2748
2749 * ircd/s_auth.c (start_auth_query): Count socket allocation
2750 failure as a failed auth check, as .11 does.
2751
2752 * ircd/s_debug.c (debug_serveropts): Add '6' to server options
2753 when compiled with IPv6 support.
2754
27552005-02-23 Michael Poole <mdpoole@troilus.org>
2756
2757 * doc/example.conf: Explain apass_opmode privilege, pointing out
2758 that, unlike previous privs, the default is OFF for global opers.
2759
2760 * include/client.h (PRIV_APASS_OPMODE): Define new privilege.
2761
2762 * ircd/channel.c (mode_parse_upass): Only prevent local opers
2763 without the apass_opmode privilege from forcing a +U change.
2764 (mode_parse_apass): Likewise, for +A.
2765
2766 * ircd/client.c (client_set_privs): Turn off PRIV_APASS_OPMODE in
2767 the default privileges for global opers.
2768
2769 * ircd/ircd_lexer.l (apass_opmode): Recognize keyword.
2770
2771 * ircd/ircd_parser.y (TPRIV_APASS_OPMODE): New token.
2772 (privtype): Fix typo for local_badchan privilege value.
2773 Accept apass_opmode token.
2774
27752005-02-23 Michael Poole <mdpoole@troilus.org>
2776
2777 * doc/example.conf: Fix comment's description of "whox" privilege.
2778
27792005-02-21 Michael Poole <mdpoole@troilus.org>
2780
2781 * include/channel.h (ShowChannel): Remove PRIV_LIST_CHAN check
2782 from here, so /whois does not show secret global channels.
2783
2784 * ircd/m_list.c (param_parse): Require PRIV_LIST_CHAN to use
2785 "/list s".
2786 (m_list): Allow opers with PRIV_LIST_CHAN to see secret channels.
2787
27882005-02-21 Perry Lorier <isomer@undernet.org>
2789
2790 * ircd/s_stats.c: Hide the hub IP's. They're kinda important.
2791
27922005-02-20 Perry Lorier <isomer@undernet.org>
2793
2794 * ircd/ircd_parser.y: Moved some parse errors from log_write()'s to
2795 parse_error()'s so that ./ircd -k will display them. Also clarified
2796 the warning about oper blocks.
2797
27982005-02-20 Perry Lorier <isomer@undernet.org>
2799
2800 * tools/convert-conf.py: A multitude of changes to deal with parsing
2801 mistakes, generate a newer config file, better error handling,
2802 being smarter about what config elements you generate etc.
2803
28042005-02-20 Perry Lorier <isomer@undernet.org>
2805
2806 * ircd/engine_epoll.c: Change a size_t to socklen_t to match
2807 getsockopt prototype, so it compiles without warning on amd64
2808
28092005-02-19 Michael Poole <mdpoole@troilus.org>
2810
2811 * ircd/ircd_parser.y (clientblock): Parse IP address before
2812 allocating ConfItem; if the parse fails, generate an error.
2813
2814 * ircd/s_err.c (RPL_STATSCLINE): Add format field to prefix IPv6
2815 addresses starting with ':'.
2816 (RPL_STATSILINE): Likewise.
2817 (RPL_STATSOLINE): Add format field for username.
2818
2819 * ircd/s_stats.c (stats_configured_links): Pass the appropriate
2820 argument for the RPL_STATSxLINE changes.
2821 Change RPL_STATSILINE to use * instead of <NULL> when IP or host
2822 is null.
2823
28242005-02-18 Michael Poole <mdpoole@troilus.org>
2825
2826 * ircd/IPcheck.c (ip_registry_find): Use canonical form of IP
2827 address to look up and compare against hash entries.
2828
2829 * ircd/channel.c (apply_ban): Do not free a succesful BAN_DEL ban.
2830
2831 * ircd/ircd_parser.y (clientblock): Stash IP string in aconf->name.
2832 (clienthost): Split hosts that contain '@' into username and host.
2833 (clientip): Split IPs that contain '@' into username and IP.
2834 (killreason): Add missing ~ to mask off DENY_FLAGS_FILE.
2835
2836 * ircd/m_silence.c (forward_silences): When we reject a silence,
2837 splice it out of the ban list. Warn the user if he is local.
2838
2839 * ircd/s_bsd.c (connect_inet): Set IP TOS for outbound server
2840 connections.
2841
2842 * ircd/s_stats.c (stats_configured_links): Display correct field
2843 when listing CONF_UWORLD entries.
2844
28452005-02-09 Michael Poole <mdpoole@troilus.org>
2846
2847 * configure.in (YACC): Only warn if we cannot get a version number
2848 from $YACC.
2849
2850 * configure: Regenerate.
2851
2852 * ircd/ircd_res.c (check_resolver_timeout): Try another way to
2853 avoid timer_chg() on a non-queued/active timer.
2854
2855 * ircd/ircd_string.c (ircd_aton): Set part_start to handle input
2856 strings like "::127.0.0.1".
2857
2858 * ircd/test/ircd_in_addr_t.c (test_addrs): Add a test for that.
2859
28602005-02-02 Michael Poole <mdpoole@troilus.org>
2861
2862 * Makefile.in (install): Do not create ${prefix}/include since it
2863 is no longer used.
2864
2865 * ircd/Makefile.in (install-*): Remove commented-out code to touch
2866 and chown MPATH and RPATH.
2867
2868 * ircd/gline.c (gline_find): Allow searching for host-based
2869 G-lines by plain hostname (not *@host), thus preventing "GLINE
2870 test ..." from inserting duplicate G-lines.
2871
2872 * ircd/motd.c (motd_create): Null out new Motd's hostmask when
2873 appropriate, avoiding an uninitialized or stale pointer.
2874
28752005-01-26 Michael Poole <mdpoole@troilus.org>
2876
2877 * include/ircd_alloc.h (DoMallocZero): Parenthesize macro
2878 arguments, fixing operator precedence problems.
2879 (DoFree): Make debug version also overwrite p.
2880
2881 * include/memdebug.h (fda_get_byte_count, fda_get_block_count):
2882 Declare functions used outside memdebug.c.
2883
2884 * ircd/Makefile.in (UMKPASSWD_SRC): Add memdebug.c.
2885
2886 * ircd/ircd_alloc.c (DoMalloc, DoMallocZero, DoRealloc): Do not
2887 use these if using the memdebug version.
2888
2889 * ircd/memdebug.c: #include "send.h" and <string.h> to get
2890 declarations for certain functions.
2891
2892 * ircd/umkpasswd.c (CurrentTime): Define in case of memdebug.
2893 (sendto_opmask_butone): Likewise.
2894
28952005-01-25 Michael Poole <mdpoole@troilus.org>
2896
2897 * configure.in: Fix typos and thinkos in previous commut.
2898
2899 * configure: Regenerate.
2900
2901 * doc/example.conf: Change class name in Connect block to be
2902 consistent with earlier Class block.
2903
2904 * ircd/ircd.c (try_connections): Consider Connect blocks with hold
2905 time of 0. Fix Links() vs MaxLinks() comparison to reflect ref
2906 count starting at 1.
2907
2908 * ircd/ircd_parser.y (cruleblock, iauthblock): Clear unused
2909 variables after use.
2910
29112005-01-24 Michael Poole <mdpoole@troilus.org>
2912
2913 * configure.in: Make sure that $LEX and $YACC are reasonable and
2914 actually run.
2915
2916 * configure: Regenerate.
2917
2918 * ircd/ircd_res.c (check_resolver_timeout): Use correct macro to
2919 test whether the timer is already pending.
2920
29212005-01-23 Michael Poole <mdpoole@troilus.org>
2922
2923 * doc/example.conf (Kill): Fix typo in realname Kill block
2924
2925 * include/client.h (infousermodes): Fix typo in comment.
2926
2927 * ircd/ircd.c (parse_command_line): -k implies BOOT_TTY.
2928 (main): Move daemon_init() before event_init() to work around BSD
2929 lameness.
2930
29312005-01-23 Michael Poole <mdpoole@troilus.org>
2932
2933 * ircd/test/Makefile.in: Add missing "install" target. Make
2934 compatible with BSD make (which has no $^ and no $(CPPFLAGS) in
2935 its default .c.o rule).
2936
29372005-01-21 Michael Poole <mdpoole@troilus.org>
2938
2939 * ircd/engine_kqueue.c: Move <sys/types.h> earlier to fix build on
2940 FreeBSD 5.x (which needs it for <sys/event.h>).
2941
2942 * ircd/fileio.c (fbopen): Replace BSDism S_IREAD, S_IWRITE with
2943 portable equivalents.
2944
2945 * ircd/ircd_log.c (log_open): Likewise.
2946
2947 * ircd/os_generic.c (_XOPEN_SOURCE): Increase to 600 (SuSv3?) so
2948 that IPv6 definitions become visible on FreeBSD 5.3.
2949
2950 * ircd/s_auth.c: Remove apparently unused <sys/file.h> because
2951 it fails to compile on FreeBSD 5.3.
2952
29532005-01-22 Perry Lorier <isomer@undernet.org>
2954
2955 * ircd/ircd_parser.y: Fix missing ;
2956
29572005-01-19 Michael Poole <mdpoole@troilus.org>
2958
2959 * ircd/m_invite.c (m_invite, ms_invite): Include timestamp in
2960 outbound INVITE messages. On incoming INVITEs, ignore if the
2961 timestamp is too recent or if the timestamp is missing and the
2962 peer server is in burst.
2963
29642005-01-15 Michael Poole <mdpoole@troilus.org>
2965
2966 * RELEASE.NOTES: Mention CIDR support for Client, Operator, bans
2967 and silences. Mention net.rider kick change.
2968
2969 * doc/example.conf (Class): Add documentation for restart and
2970 local_opmode privileges. Fix name of local_jupe privilege.
2971
2972 * ircd/ircd_lexer.l: Recognize local_opmode privilege.
2973
29742005-01-14 Michael Poole <mdpoole@troilus.org>
2975
2976 * RELEASE.NOTES: Further updates (mention Pseudo blocks, clarify
2977 CAP comment, mention named /stats, list config heteromorphisms.
2978
2979 * doc/readme.features: Document HIS_STATS_a, HIS_STATS_L,
2980 HIS_STATS_R, LOCAL_CHANNELS, TOPIC_BURST.
2981
2982 * ircd/channel.c (mode_parse_apass): Change old mention of +u mode
2983 to say +U.
2984
29852005-01-13 Michael Poole <mdpoole@troilus.org>
2986
2987 * RELEASE.NOTES: Update for 2.10.12.
2988
29892005-01-08 Michael Poole <mdpoole@troilus.org>
2990
2991 * ircd/channel.c (@page zombie): Add synopsis to explain what
2992 zombies are supposed to do.
2993
2994 * doc/example.conf (Features): Transfer recommended LOG features
2995 from 2.10.11 example.conf.
2996
29972005-01-03 Michael Poole <mdpoole@troilus.org>
2998
2999 * ircd/ircd.c (try_connections): Test Connect hold time before
3000 updating it (spotted by Kev).
3001
30022005-01-03 Michael Poole <mdpoole@troilus.org>
3003
3004 * Makefile.in: Add ircd/test as a subdirectory.
3005
3006 * ircd/.cvsignore: Ignore umkpasswd binary.
3007
3008 * ircd/Makefile.in: Update dependencies.
3009
3010 * ircd/test/.cvsignore: New file.
3011
3012 * ircd/test/Makefile.in: Use ${} instead of $(). Add build,
3013 depend, distclean targets to integrate with rest of build system.
3014
30152005-01-03 Michael Poole <mdpoole@troilus.org>
3016
3017 * ircd/IPcheck.c (ip_registry_check_remote): Do not count clones
3018 that have an invalid IP address.
3019
3020 * ircd/ircd.c (try_connections): Update Connect hold time before
3021 skipping it, to prevent infinite loops.
3022
30232005-01-03 Kevin L Mitchell <klmitch@mit.edu>
3024
3025 * ircd/s_user.c (is_silenced): is_silenced() would core if sptr
3026 was a server; fixed to skip servers
3027
30282004-12-28 Michael Poole <mdpoole@troilus.org>
3029
3030 * include/s_bsd.h (VirtualHost): Replace with separate variables
3031 for IPv4 and IPv6 virtual hosts.
3032
3033 * include/uping.h (uping_echo): Remove declaration.
3034
3035 * ircd/ircd_auth.c (iauth_reconnect): Select VirtualHost_v4 or
3036 VirtualHost_v6 based on iauth server address family.
3037
3038 * ircd/ircd_lexer.l: Do not recognize RESOLVER token.
3039
3040 * ircd/ircd_parser.y (ResolverAddr): Remove declaration.
3041 (RESOLVER): Remove definition.
3042 (generalresolver): Remove.
3043 (generalvhost): Assign address to either VirtualHost_v4 or
3044 VirtualHost_v6, depending on format.
3045
3046 * ircd/ircd_res.c (res_socket): Replace with separate variables
3047 for IPv4 and IPv6 resolver sockets.
3048 (ResolverAddr): Remove definition.
3049 (restart_resolver): Attempt to set up both IPv4 and IPv6 sockets.
3050 (send_res_msg): Select outbound FD based on resolver address type.
3051 (res_readreply): Recognize either inbound socket FD.
3052
3053 * ircd/os_generic.c (sockaddr_from_irc): Require irc != NULL.
3054 (os_socket): Require local != NULL.
3055
3056 * ircd/s_bsd.c (VirtualHost): Replace with separate variables
3057 for IPv4 and IPv6 virtual hosts.
3058 (connect_inet): Select virtual host based on destination address.
3059
3060 * ircd/uping.c (UPingFIleDescriptor): Remove.
3061 (upingSock): Split into separate IPv4 and IPv6 variables.
3062 (uping_echo_callback): Incorporate uping_echo() body here, so the
3063 proper socket FD can be used.
3064 (uping_init): Attempt to set up both v4 and v6 UPING sockets.
3065 (uping_server): Create uping socket with appropriate local address.
3066
3067 * doc/example.conf (General): Update example config file to
3068 reflect removal of Resolver setting and support for separate IPv4
3069 and IPv6 VHost settings.
3070
30712004-12-28 Michael Poole <mdpoole@troilus.org>
3072
3073 * ircd/sys.h (BITS_ZERO_ON_*, HAVE_RELIABLE_SIGNALS, DOCURSES,
3074 DOTERMCAP, IRC_UID, IRC_GID, LIMIT_FMT, FALSE, TRUE): Remove
3075 unused macros.
3076
3077 * ircd/ircd_auth.c, ircd/listener.c, ircd/s_auth.c, ircd/s_bsd.c,
3078 ircd/s_conf.c, ircd/uping.c, ircd/whocmds.c: Remove obsolete
3079 #include <arpa/inet.h>.
3080
30812004-12-28 Michael Poole <mdpoole@troilus.org>
3082
3083 * ircd/match.c: Remove obsolete #include <arpa/inet.h>.
3084 (ipmask_parse_ipv4): We already parse the dotted quads from the
3085 input string, so use them instead of inet_addr() to populate
3086 out->s_addr.
3087
3088 * ircd/gline.c: Remove obsolete #includes <arpa/inet.h>, "sys.h".
3089 (do_gline): Pass SHOW_IP instead of TRUE as argument to
3090 get_client_name().
3091
3092 * ircd/ircd.c (try_connections): Revise to use fewer temporary
3093 variables.
3094
30952004-12-28 Michael Poole <mdpoole@troilus.org>
3096
3097 * include/res.h: Implement irc_in_addr_* as macros.
3098
3099 * ircd/ircd_res.c: Remove the function bodies.
3100
3101 * ircd/ircd_string.c (irc_in_addr_is_ipv4): Remove body.
3102 (ircd_ntoa_r): Do not append extra ':' when unparsing 0::.
3103 (ircd_aton): Accept IPv6 addresses with all eight segments
3104 specified (e.g. 0:0:0:0:0:0:0:0). Correctly parse addresses
3105 with IPv4 bits at the end (e.g. ::FFFF:127.0.0.1).
3106
3107 * ircd/test/ircd_in_addr_t.c, ircd/test/test_stub.c: New files.
3108
3109 * ircd/test/Makefile: Convert to Makefile.in for proper VPATH
3110 support. Add test_stub.c and ircd_in_addr_t.c references.
3111
3112 * configure.in: Generate ircd/test/Makefile as an output file.
3113
3114 * configure: Update.
3115
31162004-12-18 Michael Poole <mdpoole@troilus.org>
3117
3118 * include/client.h: Move unreg, privs, capab and active fields
3119 from struct Client to struct Connection since that is how they
3120 are really associated. Adjust macros to match.
3121 (SetPriv, ClrPriv): New macros.
3122
3123 * ircd/client.c (client_set_privs): Exit earlier for remote
3124 clients. Adjust macro use to correspond.
3125
3126 * ircd/m_server.c (mr_server): Grant all privileges except
3127 PRIV_SET to peer servers.
3128
31292004-12-18 Michael Poole <mdpoole@troilus.org>
3130
3131 * ircd/s_user.c (hide_hostmask): Add a missing "break;" to fix bug
3132 #1087461.
3133
31342004-12-18 Michael Poole <mdpoole@troilus.org>
3135
3136 * ircd/engine_kqueue.c (engine_loop): Remove an assertion that the
3137 socket's FD is the same after processing as it was before; local
3138 clients apparently have s_fd() == -1 after close.
3139
31402004-12-18 Kevin L Mitchell <klmitch@mit.edu>
3141
3142 * ircd/s_user.c: make absolutely certain register_user() is never
3143 called with cli_unreg non-zero; transition set_nick_name() over to
3144 the new way of determining whether client is ready for
3145 register_user()
3146
3147 * ircd/s_err.c: add ERR_UNKNOWNCAPCMD for reporting failure to
3148 understand a given CAP subcommand
3149
3150 * ircd/parse.c: add "CAP" command
3151
3152 * ircd/m_user.c (m_user): transition over to new way of
3153 determining whether client is ready for register_user()
3154
3155 * ircd/m_pong.c (mr_pong): transition over to new way of
3156 determining whether client is ready for register_user()
3157
3158 * ircd/m_cap.c: implementation of the IRC capabilities draft
3159
3160 * ircd/list.c (make_client): initialize cli_unreg element of
3161 client structure
3162
3163 * ircd/ircd_string.c: correct old bugs in ircd_strn?cmp()
3164 functions that were never found because cross-case ordering has
3165 not been needed until now
3166
3167 * ircd/Makefile.in: add m_cap.c to list of .c files
3168
3169 * include/numeric.h (ERR_UNKNOWNCAPCMD): define new error reply to
3170 indicate an unknown CAP subcommand
3171
3172 * include/msg.h: add "CAP" command
3173
3174 * include/handlers.h: add m_cap() to list of handlers
3175
3176 * include/client.h: add support for client capabilities; rototill
3177 the registration mechanism to dovetail well with the capability
3178 system--i.e., allow the capability system to suspend registration
3179 if the user issues one of the CAP commands
3180
3181 * include/capab.h: header file to define client capabilities
3182
31832004-12-17 Michael Poole <mdpoole@troilus.org>
3184
3185 * ircd/channel.h (apply_ban): Add new flag to indicate whether
3186 newban should be free()'d after it is used.
3187
3188 * ircd/channel.c (apply_ban): Likewise. Also set BAN_DEL flag
3189 when setting BAN_OVERLAPPED, and free newban when BAN_DEL.
3190 (mode_parse_ban): Delete buggy shortcut when channel banlist is
3191 empty.
3192 (mode_process_bans): Always give ownership of ban->banstr to the
3193 mode buffer, avoiding a memory leak.
3194
3195 * ircd/m_silence.c (apply_silence): Pass new parameter to
3196 apply_ban.
3197
31982004-12-17 Michael Poole <mdpoole@troilus.org>
3199
3200 * ircd/channel.c (sub1_from_channel): Immediately destroy
3201 non-Apass channels when oplevels are enabled; otherwise, they can
3202 stay opless for a considerable period.
3203 (mode_parse_ban): Initialize banstr to NULL so that set_ban_mask()
3204 does not try to free() an invalid pointer.
3205
3206 * ircd/ircd_parser.y (uworldblock): Put UWorld server name into
3207 aconf->host, not aconf->name.
3208
3209 * ircd/m_server.c (mr_server, ms_server): Attach CONF_UWORLD items
3210 by host here..
3211
3212 * ircd/s_conf.c (conf_check_server): .. rather than by name here.
3213 (attach_conf_uworld): New function to attach CONF_UWORLD items.
3214 (rehash): Use attach_conf_uworld() instead of attaching by name.
3215
32162004-12-15 Michael Poole <mdpoole@troilus.org>
3217
3218 * ircd/m_topic.c (do_settopic): Allow +k services to set topics on
3219 channels they are not joined.
3220
32212004-12-15 Michael Poole <mdpoole@troilus.org>
3222
3223 * ircd/IPcheck.c (IPTargetEntry): Make count unsigned to squash
3224 warning.
3225 (ip_registry_canonicalize): New function to convert an IP address
3226 into a canonical form for clone checks.
3227 (ip_registry_hash): Update to reflect canonical form.
3228 (ip_registry_find): Use ip_registry_canonicalize().
3229 (ip_registry_check_local, ip_registry_check_remote): Likewise.
3230
3231 * ircd/numnicks.c (iptobase64): Map 6to4 addresses to IPv4 when
3232 sending them to a non-IPv6 server.
3233
32342004-02-17 Michael Poole <mdpoole@troilus.org>
3235
3236 * ircd/s_user.c (hide_hostmask): Preserve user's visibility in a
3237 +D channel when they hide their hostmask.
3238
32392004-12-15 Michael Poole <dmpoole@troilus.org>
3240
3241 * doc/example.conf: Remove the example Server blocks since they
3242 are no longer used (were merged into Connect).
3243
3244 * ircd/ircd_res.c (restart_resolver): Fix typo in previous commit.
3245
3246 * ircd/m_server.c (check_loop_and_lh): Use a different argument to
3247 test whether an introduced server is directly connected or not.
3248
32492004-12-14 Michael Poole <mdpoole@troilus.org>
3250
3251 * include/client.h (FLAG_IPV6): New value for enum Flag.
3252 (IsIPv6, SetIPv6): Accessor macros for it.
3253
3254 * include/numnicks.h (iptobase64): Add flag indicating whether to
3255 use full IPv6 addresses or fake them in an IPv4-compatible way.
3256
3257 * ircd/numnicks.c (iptobase64): Use the new flag.
3258
3259 * include/send.h (sendcmdto_flag_serv_butone): New function to
3260 send different lines to servers based on flags (like FLAG_IPV6).
3261
3262 * ircd/send.c (sendcmdto_flag_serv_butone): Implement it.
3263
3264 * ircd/s_bsd.c (completed_connection): Advertise IPv6 support in
3265 our server flags.
3266
3267 * ircd/s_serv.c (server_estab): Likewise. Also make sure we send
3268 compatible IP addresses for the new server.
3269
3270 * ircd/s_user.c (register_user): Only send full IPv6 addresses to
3271 links that have FLAG_IPV6 set.
3272
32732004-12-13 Michael Poole <mdpoole@troilus.org>
3274
3275 * doc/example.conf: Update General block comment to mention
3276 new RESOLVER option and to explain IPv6 support.
3277
3278 * ircd/ircd_lexer.l: Recognize RESOLVER token.
3279
3280 * ircd/ircd_parser.y: Declare RESOLVER token and use it in an
3281 alternative for generalitem.
3282
3283 * ircd/ircd_res.c: Define global ResolverAddr variable. If it is
3284 valid, use it instead of VirtualHost in restart_resolver().
3285
32862004-12-13 Michael Poole <mdpoole@troilus.org>
3287
3288 * doc/example.conf: Update configuration to move Client block
3289 comment after sample Class blocks, and update entries in it.
3290
3291 * ircd/ircd_lexer.y: Recognize IP and USERNAME tokens.
3292
3293 * ircd/ircd_parser.y: Add ip and username global variables and IP
3294 and USERNAME tokens. Add clientip and clientusername alternatives
3295 for clientitem, and update clientblock to correspond.
3296
3297 * ircd/ircd_res.c (delete_resolver_queries): Do not try to walk
3298 the request_list before request_list is initialized.
3299 (cres_mem): Likewise.
3300
3301 * ircd/os_generic.c (sockaddr_from_irc): Improve guessing of
3302 proper address family.
3303
3304 * ircd/s_conf.c (attach_iline): Allow aconf->host == NULL, which
3305 means DNS reply is optional. If aconf->addrbits >= 0, test it.
3306
3307 * tools/crypter: Delete.
3308
33092004-12-11 Kevin L Mitchell <klmitch@mit.edu>
3310
3311 * ircd/*.c: use new assert() in ircd_log.h in preference to system
3312 assert()
3313
3314 * ircd/umkpasswd.c: use new assert in ircd_log.h; add necessary
3315 glue so that umkpasswd will successfully compile and link
3316
3317 * ircd/test/ircd_chattr_t.c: comment out include of assert.h since
3318 there are no calls to assert()
3319
3320 * ircd/ircd_log.c: add sentinel (log_inassert) to prevent assert()
3321 from looping should there be an assertion failure somewhere in the
3322 logging subsystem
3323
3324 * include/ircd_log.h: custom implementation of assert() that calls
3325 log_write()
3326
33272004-11-21 Michael Poole <mdpoole@troilus.org>
3328
3329 * ircd/channel.c (mode_parse_upass): Allow forced mode changes to
3330 be done by non-channel-managers, fixing a crash from OPMODE.
3331 (mode_parse_apass): Likewise.
3332
33332004-11-20 Michael Poole <mdpoole@troilus.org>
3334
3335 * ircd/m_create.c (ms_create): Complain if a user tries to CREATE
3336 a channel they are already in, but do not add them again.
3337
33382004-11-09 Michael Poole <mdpoole@troilus.org>
3339
3340 * include/res.h (init_resolver): Delete, and initialize lazily.
3341
3342 * ircd/ircd.c (main): Do not call init_resolver().
3343
3344 * ircd/ircd_res.c (restart_resolver): Use default VirtualHost for
3345 local resolver socket address.
3346 (init_resolver): Delete.
3347 (make_request): Call restart_resolver() if necessary.
3348 (query_name): Use ircrandom() instead of rand().
3349
3350 * ircd/os_generic.c (sockaddr_from_irc): Convert last argument to
3351 a file descriptor that indicates the socket family to use.
3352 (os_sendto_nonb,os_socket,os_connect_nonb): Update to match.
3353
33542004-11-09 Michael Poole <mdpoole@troilus.org>
3355
3356 * ircd/engine_epoll.c (engine_delete): Do not attempt to remove a
3357 socket from epoll on delete, since the kernel does that for us.
3358
33592004-11-07 Michael Poole <mdpoole@troilus.org>
3360
3361 * ircd/m_server.c (m_server, ms_server): Assign timestamp before
3362 it might be used in exit_new_server().
3363
33642004-11-07 Michael Poole <mdpoole@troilus.org>
3365
3366 * aclocal.m4, config.h.in, configure, ircd/Makefile.in: Regenerate
3367 to reflect the changes since these files' last rebuild.
3368
33692004-11-07 Michael Poole <mdpoole@troilus.org>
3370
3371 * include/ircd_crypt.h (ircd_crypt): This should return char*, not
3372 const char*, since it does not own the returned pointer.
3373
3374 * ircd/ircd_crypt.c (ircd_crypt): Change return type.
3375
3376 * ircd/ircd_crypt_smd5.c (irc_crypt_smd5): Make passwd a static
3377 field since it is returned but this function must own the buffer.
3378
3379 * ircd/m_oper.c (oper_password_match): Free the string returned by
3380 ircd_crypt().
3381
3382 * ircd/engine_epoll.c (engine_loop): Fix a memory leak.
3383
33842004-11-07 Michael Poole <mdpoole@troilus.org>
3385
3386 * acinclude.m4: Look for a 64-bit integer type.
3387
3388 * configure.in: Look for inttypes.h, since some systems have that
3389 but not stdint.h (and define 64-bit integers therein).
3390
3391 * include/client.h: Delete con_sendK, con_receiveK. Make
3392 con_sendB and con_receiveB 64 bits wide.
3393
3394 * include/s_misc.h: Delete is_cks, is_ckr, is_sks, is_skr.
3395 Convert the other byte counters and the connected time counters to
3396 64 bits wide.
3397
3398 * ircd/ircd_snprintf.c (doprintf): Unconditionalize the
3399 HAVE_LONG_LONG bits, and use the 64-bit integer types from above.
3400
3401 * ircd/packet.c (update_bytes_received): Remove use of
3402 cli_receiveK().
3403
3404 * ircd/s_bsd.c (deliver_it): Likewise.
3405 (close_connection): Likewise.
3406
3407 * ircd/s_misc.c (tstats): Likewise. Update format strings to use
3408 %Lu for 64-bit integer parameters.
3409
3410 * ircd/s_stats (stats_links): Convert cli_sendK() and
3411 cli_receiveK() use shifted versions of the byte counters, and
3412 update format strings to use %Lu for 64-bit integer parameters.
3413
34142004-11-07 Michael Poole <mdpoole@troilus.org>
3415
3416 * include/s_user.h (add_silence): Delete.
3417 (del_silence): Delete.
3418
3419 * include/struct.h (struct User): Convert silence list to struct Ban.
3420
3421 * ircd/m_silence.c (apply_silence, forward_silences): New functions.
3422 (m_silence): Use forward_silences() instead of add_silence().
3423 (ms_silence): Likewise.
3424
3425 * ircd/s_err.c (replyTable): Update RPL_SILELIST.
3426
3427 * ircd/s_misc.c (exit_one_client): Update to new silence list type.
3428
3429 * ircd/s_user.c (is_silenced): Use find_ban() to search for
3430 silences. If one is found, send it plus any silence exceptions.
3431 (del_silence): Delete.
3432 (add_silence): Delete.
3433
34342004-11-07 Michael Poole <mdpoole@troilus.org>
3435
3436 * include/channel.h: Remove declarations for undefined functions
3437 cancel_mode(), add_token_to_sendbuf(), IsMember(). Delete
3438 add_banid(), next_removed_overlapped_ban(). Add BAN_EXCEPTION
3439 flag and new functions find_ban(), apply_ban().
3440
3441 * ircd/channel.c (PartFmt*, next_ban, prev_ban, removed_bans_list,
3442 LocalChanOperMode): Remove unused variable definitions.
3443 (make_nick_user_host): Delete.
3444 (add_banid): Delete.
3445 (next_removed_overlapped_ban): Delete.
3446 (find_ban): New function, which knows about exceptions.
3447 (is_banned): Use find_ban() and only work on a struct Membership.
3448 (bmatch): New function, which knows about CIDR bans.
3449 (apply_ban): New function to replace add_banid().
3450 (mode_parse_ban): Use apply_ban().
3451
34522004-10-28 Michael Poole <mdpoole@troilus.org>
3453
3454 * configure.in (AC_PREREQ): Depend on autoconf 2.50 since we use
3455 new macros like AC_LINK_IFELSE and AC_LANG_PROGRAM.
3456
34572004-10-22 Michael Poole <mdpoole@troilus.org>
3458
3459 * ircd/m_invite.c (m_invite, ms_invite): Fix INVITE forwarding
3460 with announcements enabled (do not "announce" to the recipient,
3461 and unconditionally send to the recipient).
3462
3463 * ircd/send.c (sendcmdto_channel_servers_butone): Properly skip
3464 the "from" client and implement SKIP_NONOPS and SKIP_NONVOICES.
3465
34662004-10-21 Michael Poole <mdpoole@troilus.org>
3467
3468 * include/channel.h (Ban): Add fields address, nu_len, addrbits to
3469 support netmask-based bans.
3470
3471 * ircd/channel.c (set_ban_mask): New function to parse a ban as
3472 either netmask-based or not.
3473 (make_ban): Use set_ban_mask().
3474 (make_nick_user_ip): Becomes unused; remove it.
3475 (is_banned): Rewrite to match only once against the nick!user part
3476 of a ban, and compare addresses if BAN_IPMASK is set.
3477 (mode_parse_ban): Use set_ban_mask().
3478
34792004-10-21 Michael Poole <mdpoole@troilus.org>
3480
3481 * ircd/s_conf.c (attach_iline): Test resolved host names against
3482 aconf->host, not the (NULL) aconf->name.
3483
34842004-10-19 Michael Poole <mdpoole@troilus.org>
3485
3486 * include/channel.h: Move ban flags out of channel flags and
3487 rename to reflect this.
3488
3489 * ircd/channel.c: Update ban constant names.
3490
3491 * ircd/m_burst.c: Likewise.
3492
34932004-10-18 Michael Poole <mdpoole@troilus.org>
3494
3495 * include/list.h (SLink): Remove ban elements from here...
3496
3497 * include/channel.h (Ban): And move to the new struct Ban.
3498 (Channel): Update banlist field to match.
3499 (next_removed_overlapped_ban): Update return type to match.
3500 (make_ban, free_ban): New functions.
3501
3502 * ircd/channel.c (next_ban, prev_ban, removed_bans_list): Update
3503 list types.
3504 (free_bans): New variable to hold unused Ban elements.
3505 (make_ban, free_ban): New functions.
3506 (destruct_channel, add_banid, next_removed_overlapped_ban): Update
3507 to use struct Ban.
3508 (is_banned, send_channel_modes, send_ban_list): Likewise.
3509 (ParseState, mode_parse_ban, mode_process_bans): Likewise.
3510 (mode_parse): Likewise.
3511
3512 * ircd/m_burst.c (ms_burst): Update to use struct Ban.
3513
3514 * ircd/m_clearmode.c (do_clearmode): Update to use struct Ban.
3515
3516 * ircd/s_debug.c (count_memory): Update to use struct Ban.
3517
35182004-10-18 Kevin L Mitchell <klmitch@mit.edu>
3519
3520 * ircd/gline.c (gline_find): unless we're looking for an exact
3521 match, we should call match() on hostnames, not ircd_strcmp()
3522
35232004-10-17 Michael Poole <mdpoole@troilus.org>
3524
3525 * include/s_conf.h (ConfItem): Add new field username. Replace
3526 unused field bits with addrbits.
3527 (find_conf_exact): Replace user and host arguments with cptr.
3528 (find_conf_name, read_tlines, find_restrict): Remove declaration
3529 for undefined functions.
3530 (conf_parse_userhost): New function.
3531
3532 * ircd/m_oper.c (m_oper): Update calls to find_conf_exact(): both
3533 resolved hostname and IP are matched in one pass now.
3534
3535 * ircd/s_bsd.c (close_connection): Update call to find_conf_exact().
3536
3537 * ircd/s_conf.c (conf_parse_userhost): New function.
3538 (check_limit_and_attach): Use correct ConfItem field to determine
3539 maximum connections per IP.
3540 (attach_iline): Replace user@host matching with shorter, clearer
3541 matching against username and host/IP fields.
3542 (find_conf_exact): Likewise.
3543
3544 * ircd/ircd_parser.y: Replace assignment to aconf->host for
3545 CONF_CLIENT and CONF_OPERATOR with calls the CIDR-aware
3546 conf_parse_userhost(). This means CONF_CLIENT ConfItems no longer
3547 use the name field or the IP token. Remove the latter.
3548
3549 * ircd/ircd_lexer.l: Remove unused token IP.
3550
35512004-10-17 Michael Poole <mdpoole@troilus.org>
3552
3553 * ircd/crule.c (crule_via): Simplify the lookup for the directly
3554 connected server name.
3555
35562004-10-16 Michael Poole <mdpoole@troilus.org>
3557
3558 * ircd/class.c: Make find_class() return NULL for unknown classes,
3559 rather than returning the start of connClassList.
3560
3561 * ircd/match.c (parse_ipmask): Translate IPv4 masks as
3562 IPv4-compatible addresses.
3563 (check_ipmask): Fix comparison of IP masks.
3564
3565 * ircd/motd.h, ircd/motd.c: Add a new MOTD type, MOTD_IPMASK, that
3566 uses CIDR style masks in the hostname field of a Motd block.
3567
35682004-10-16 Michael Poole <mdpoole@troilus.org>
3569
3570 * ircd/numeric.h: Remove the unused RPL_STATMEM and
3571 RPL_STATMEMTOT. Move the RPL_BOUNCE comment to its current
3572 value (the former RPL_STATMEM).
3573
3574 * ircd/s_err.c: Remove format strings for RPL_STATMEM and
3575 RPL_STATMEMTOT.
3576
35772004-10-16 Michael Poole <mdpoole@troilus.org>
3578
3579 * ircd/m_server.c: Look up server configuration by name of our
3580 directly connected peer rather than the server being introduced.
3581
35822004-10-13 Michael Poole <mdpoole@troilus.org>
3583
3584 * include/channel.h: Delete MODE_LISTED and is_listed(). Replace
3585 ListingArgs.chptr with ListingArgs.bucket. Move declaration of
3586 list_next_channels() to..
3587
3588 * include/hash.h: here, and drop the "nr" argument.
3589
3590 * ircd/channel.c: Remove redundant scan of local clients for
3591 channels being listed. Delete list_next_channels() function.
3592
3593 * ircd/hash.c: Add list_next_channels() here, revising to not use
3594 MODE_LISTED and to use ListingArgs.bucket instead of chptr. Also
3595 decide when to stop sending RPL_LISTs based on a half-full sendq.
3596
3597 * ircd/m_burst.c, ircd/s_misc.c: Delete mention of MODE_LISTED.
3598
3599 * ircd/m_list.c: Delete mention of MODE_LISTED. Unconditionally
3600 call list_next_channels(sptr).
3601
3602 * ircd/s_bsd.c: Remove the "nr" argument to list_next_channels().
3603
3604 * ircd/Makefile.in: Update dependencies (for hash.c).
3605
36062004-10-13 Michael Poole <mdpoole@troilus.org>
3607
3608 * ircd/ircd_parser.y: Consistently zero out global variables after
3609 they are used (prevents double frees and other problems).
3610
36112004-10-12 Michael Poole <mdpoole@troilus.org>
3612
3613 * include/client.h: Rename FLAGSET_ISSET, _SET, _CLEAR to FlagHas,
3614 Set, Clr respectively. Get rid of FLAG_CHKACCESS and FLAG_LOCAL.
3615 Delete con_fd (get from con_socket) and con_port. Move sentalong
3616 from send.c to struct Connection, and cli_lasttime and cli_since
3617 from struct Client to struct Connection. Update cli_*() macros to
3618 use con_*(cli_connect(cli)).
3619
3620 * ircd/client.c: Replace PrivSet() with FlagSet(), PrivClr() with
3621 FlagClr(), PrivHas() with FlagHas().
3622
3623 * ircd/ircd_parser.y: Likewise.
3624
3625 * ircd/list.c: Remove assignment to cli_local() since it is now a
3626 calculated value.
3627
3628 * ircd/s_bsd.c: Remove uses of cli_port().
3629
3630 * ircd/s_conf.c: Remove uses of ClearAccess().
3631
3632 * ircd/send.c: Delete sentalong array and replace with references
3633 to con_sentalong().
3634
36352004-10-12 Michael Poole <mdpoole@troilus.org>
3636
3637 * doc/example.conf: Update example config to reflect the changes
3638 made in the remainder of this patch.
3639
3640 * include/list.h: Make make_conf() take a type argument.
3641
3642 * include/s_conf.h: Delete CONF_LEAF and CONF_HUB. Add "maximum"
3643 and "hub_limit" to ConfItem to compensate.
3644
3645 * ircd/ircd_lexer.l: Recognize MAXHOPS token.
3646
3647 * ircd/ircd_parser.y: Get rid of aconf global variable and add
3648 hub_limit global variable. Add MAXHOPS token, and productions
3649 inside connectblock to recognize it and hub masks. Allow maxlinks
3650 field in a Client block, rather than overloading password field.
3651 Convert serverblock to uworldblock and remove extraneous fields.
3652
3653 * ircd/m_server.c: Make check_loop_and_lh() look up ConfItem and
3654 calculate LHcptr and active_lh_line. Merge some duplicated code
3655 so handling active_lh_line cases is clearer.
3656
3657 * ircd/s_conf.c: Make make_conf() take a type argument. Delete
3658 CONF_LEAF and CONF_HUB. Do not overwrite server name with what
3659 is specified in the config file.
3660
3661 * ircd/s_err.c: Remove the unused RPL_STATSNLINE and
3662 RPL_STATSHLINE. Remove useless parameters and format fields from
3663 RPL_STATSCLINE, RPL_STATSILINE, RPL_STATSLLINE, RPL_STATSOLINE and
3664 RPL_STATSULINE.
3665
3666 * ircd/s_serv.c: Delete CONF_LEAF and CONF_HUB.
3667
3668 * ircd/s_stats.c: Get rid of report_array and make
3669 stats_configured_links() directly use RPL_STATSxLINE (adding the
3670 new fields for Server and Client blocks). Remove /stats h, since
3671 that has no meaning.
3672
36732004-10-12 Michael Poole <mdpoole@troilus.org>
3674
3675 * ircd/m_burst.c: Mask off channel modes in a wiped-out channel by
3676 default rather than by listing which should be wiped out.
3677
36782004-10-09 Michael Poole <mdpoole@troilus.org>
3679
3680 * ircd/m_server.c: Forward port checks for leaf and hub config
3681 rules, and reorganize mr_server() and ms_server() by moving out
3682 common code. Add doxygen comments for the file.
3683
36842004-10-09 Michael Poole <mdpoole@troilus.org>
3685
3686 * ircd/hash.c: Fix thinko in hash function: It is not indexed
3687 simply by character value, so we cannot just remap the values
3688 by case.
3689
36902004-10-05 Michael Poole <mdpoole@troilus.org>
3691
3692 * ircd/hash.c: Replace the old hash function with one based on
3693 randomized CRC-32. The new one avoids a big table from the old
3694 function.
3695
36962004-10-05 Michael Poole <mdpoole@troilus.org>
3697
3698 * ircd/random.c: Convert to use ircd_md5 interface and hopefully
3699 keep more internal random state.
3700
37012004-10-05 Michael Poole <mdpoole@troilus.org>
3702
3703 * include/ircd_md5.h, ircd/ircd_md5.c, ircd_crypt_smd5.c,
3704 ircd/umkpasswd.c: Get rid of the GoodMD5xxx/BrokenMD5xxx
3705 prefixes.
3706
37072004-10-05 Michael Poole <mdpoole@troilus.org>
3708
3709 * adns, lib/adns: Remove unused adns library.
3710
37112004-10-05 Michael Poole <mdpoole@troilus.org>, hikari <hikari@undernet.org>, Perry Lorier <isomer@undernet.org>
3712
3713 * include/*.h, ircd/*.c: Convert comments to Doxygen-compatible
3714 format, and add new comments where needed.
3715
3716 * Doxyfile: New file to tell Doxygen how to run.
3717
37182004-09-21 Michael Poole <mdpoole@troilus.org>
3719
3720 * ircd/s_auth.c (HeaderMessages): Make the compiler, not the
3721 programmer, generate magic numbers.
3722 (AuthIncompleteList): Remove.
3723 (AuthPollList): Remove.
3724
37252004-09-19 Michael Poole <mdpoole@troilus.org>
3726
3727 * acinclude.m4: Clean up AC_DEFINE()s so we no longer need
3728 acconfig.h.
3729
3730 * acconfig.h: Remove since it is now redundant.
3731
3732 * aclocal.m4, config.h.in, configure: Regenerate.
3733
37342004-09-19 hikari <hikari@undernet.org>
3735
3736 * configure.in: Fixed configure script rules to fail if (f)lex or yacc/bison
3737 aren't found as they're essential for compilation. Regenerated files with
3738 autreconf.
3739
37402004-09-18 Michael Poole <mdpoole@troilus.org>
3741
3742 * doc/example.conf: Add NETWORK feature example. Fix typos in
3743 eaxmples for HANGONGOODLINK and IRCD_RES_TIMEOUT.
3744
3745 * include.class.h: Make max_links and ref_count unsigned ints.
3746 Make ping_freq and conn_freq unsigned short. (No more negative
3747 numbers in /stats y.)
3748
3749 * ircd/ircd.c: Report configuration file name for "ircd -k".
3750
37512004-09-18 hikari <hikari@undernet.org>
3752
3753 * ircd/Makefile.in: Fixed a missing internal build dependency.
3754
37552004-09-16 Michael Poole <mdpoole@troilus.org>
3756
3757 * INSTALL: Fix name of example.conf and mention its installed
3758 location.
3759
3760 * include/supported.h (FEATURESVALUES2): Fix a reference to
3761 channel mode +u that escaped earlier rename attempts.
3762
3763 * ircd/ircd_auth.c (iauth_connect): Assign port number after
3764 zeroing out the destination address.
3765 Add some additional debug statements to help follow operations.
3766
3767 * ircd/ircd_parser.y (iauthblock): Do not require "name" to be set.
3768
37692004-09-11 Bas Steendijk <steendijk@xs4all.nl>
3770
3771 * include/channel.h, include/supported.h, ircd/channel.c,
3772 ircd/s_err.c: Use +U instead of +u for user keys.
3773
37742004-09-13 Michael Poole <mdpoole@troilus.org>
3775
3776 * doc/example.conf: Remove sample VIRTUAL_HOST setting.
3777
3778 * doc/readme.features: Remove VIRTUAL_HOST documentation, and
3779 update NODNS documentation to match current behavior.
3780
3781 * include/s_conf.h: Remove now-unused vhost_address field and
3782 set_virtual_host() function.
3783
3784 * include/ircd_features.h, ircd/ircd_features.c, ircd/s_debug.c:
3785 Remove VIRTUAL_HOST.
3786
3787 * ircd/ircd_auth.c, ircd/s_bsd.c: Use VirtualHost as local address
3788 if we do not have a more specific alternate.
3789
3790 * ircd/ircd_parser.y: Check for sanity in General blocks (from old
3791 conf_add_local()) and assign vhost directly to VirtualHost.
3792
3793 * ircd/ircd_res.c (irc_in_addr_valid): Fix thinko; obviously any
3794 value will be either != 0 or != 0xffff.
3795
3796 * ircd/os_generic.c: Use AF_INET instead of AF_INET6 when the
3797 local addresses are specified as IPv4 addresses.
3798
3799 * ircd/s_conf.c: Remove unused conf_add_local() and
3800 set_virtual_host().
3801
38022004-09-13 Michael Poole <mdpoole@troilus.org>
3803
3804 * ircd/listener.c (add_listener): Consolidate duplicated code, and
3805 make sure listener->server is set before calling inetport() on it.
3806
38072004-09-12 Michael Poole <mdpoole@troilus.org>
3808
3809 * include/channel.c (mode_parse_upass, mode_parse_apass): Only let
3810 services (not normal opers) force a change of +A or +u.
3811
38122004-09-11 Michael Poole <mdpoole@troilus.org>
3813
3814 * include/s_stats.h: Add sd_name to struct StatDesc. Stop
3815 publishing the statsinfo and statsmap arrays; replace them with
3816 stats_find(). Change argument list of StatFunc() to work with
3817 names.
3818
3819 * ircd/m_stats.c: Use stats_find() instead of statsmap[]. Use the
3820 full argument instead of just the first character in reports.
3821
3822 * ircd/s_stats.c: Adapt individual stats handler functions to new
3823 argument list. Add long names to statsinfo[]. Add new functions
3824 stats_cmp(), stats_search(), stats_find(). Sort statsinfo[] in
3825 stats_init().
3826
3827 * ircd/s_err.c: Change ENDOFSTATS to display a string rather than
3828 a single character.
3829
3830 * ircd/s_user.c: Send an error to the user when a message loses
3831 its target in transit.
3832
3833 * include/class.h include/gline.h include/ircd_features.h
3834 include/listener.h include/motd.h include/msgq.h include/res.h
3835 include/s_debug.h include/s_misc.h include/userload.h ircd/class.c
3836 ircd/gline.c ircd/ircd_features.c ircd/ircd_res.c ircd/listener.c
3837 ircd/motd.c ircd/msgq.c ircd/s_debug.c ircd/s_misc.c
3838 ircd/userload.c: Adjust stats handlers to new argument list.
3839
38402004-09-11 Michael Poole <mdpoole@troilus.org>
3841
3842 * include/numeric.h, ircd/s_err.c: Remove RPL_TRACEPING, and
3843 replace with RPL_TRACEEND.
3844
3845 * ircd/s_trace.c: Move all the duplicated code in m*_trace() to
3846 do_trace(). Implement RPL_TRACEEND, per RFE#830291.
3847
38482003-06-20 Alexander Maassen <outsider@key2peace.org>
3849
3850 * ircd/m_topic.c : Don't allow banned users to set a topic in a
3851 channel.
3852
38532004-09-11 Kevin L Mitchell <klmitch@mit.edu>
3854
3855 * config.h.in, tools/Makefile.crypt: Remove wrong pathname from
3856 comment in header.
3857
3858 * ircd/m_clearmode.c, ircd/m_opmode.c: Fix wrong pathname in
3859 header comment.
3860
3861 * ircd/m_away.c, ircd/m_kill.c, ircd/m_notice.c, ircd/m_ping.c,
3862 ircd/m_pong.c, ircd/m_privmsg.c, ircd/m_quit.c, ircd/m_topic.c,
3863 ircd/m_version.c: Remove "template" moniker from comments.
3864
3865 * ircd/test/ircd_chattr.0.dat (IsChannelPrefix): Drop + from
3866 channel prefix list.
3867
38682004-09-11 Michael Poole <mdpoole@troilus.org>
3869
3870 * doc/example.conf: Add examples for FEAT_HIS_* features.
3871
38722003-06-08 Matthias Crauwels <ultimate_@wol.be>
3873 [Feature renamed to FEAT_HIS_WHOIS_LOCALCHAN by Michael Poole.]
3874
3875 * include/ircd_features.h: new feature FEAT_HIS_LOCAL_CHAN_WHOIS
3876
3877 * ircd/ircd_features.c: new feature FEAT_HIS_LOCAL_CHAN_WHOIS
3878
3879 * ircd/m_whois.c: hide local channels in local WHOIS, this breaks HIS
3880
3881 * doc/readme.features: documented FEAT_HIS_LOCAL_CHAN_WHOIS
3882
3883 * doc/ircd.conf.sample: default value for FEAT_HIS_LOCAL_CHAN_WHOIS
3884
38852004-09-11 Michael Poole <mdpoole@troilus.org>
3886
3887 * ircd/ircd_relay.c (server_relay_channel_message,
3888 server_relay_channel_notice): Do not allow other servers to send
3889 or relay to local channels.
3890
3891 * ircd/m_wallchops (ms_wallchops): Likewise.
3892
3893 * ircd/m_wallvoices (ms_wallvoices): Likewise.
3894
38952004-09-11 Kevin L Mitchell <klmitch@mit.edu>
3896
3897 * ircd/gline.c (gline_add): fix GLINE logging (Bug #750927)
3898
3899 * ircd/channel.c: removing limits shouldn't gobble an argument;
3900 this was a subtle interaction issue with modebuf...fixed by adding
3901 MODE_LIMIT to modebuf_flush_int() and short-circuiting
3902 modebuf_mode_uint() to add MODE_LIMIT to mbuf->mb_rem in the
3903 removal case. Note that this is not proof against the sequence,
3904 "modebuf_mode_uint(mbuf, MODE_ADD | MODE_LIMIT, 10);
3905 modebuf_mode_uint(mbuf, MODE_DEL | MODE_LIMIT, 10);"
3906 (Bug #916138)
3907
39082004-09-11 Michael Poole <mdpoole@troilus.org>
3909
3910 * include/supported.h: Kev pointed out I misinterpreted the
3911 meaning of CHANMODES; fix this. Also define CHANNELLEN and
3912 STATUSMSG from the ISUPPORT draft.
3913
39142004-09-10 Michael Poole <mdpoole@troilus.org>
3915
3916 * include/supported.h (FEATURESVALUES2): Include A,u, in CHANMODES
3917 when oplevels are enabled.
3918
39192004-09-10 Michael Poole <mdpoole@troilus.org>
3920
3921 * ircd/channel.c (send_channel_modes): Only send oplevels for
3922 channels that actually use them -- for -A channels, send chanops
3923 as :o even if OPLEVELS is enabled.
3924
3925 * ircd/ircd.c: Fix -k (chkconf mode) and show in usage help.
3926
3927 * ircd/numnicks.c (base64toip): Fill in the right number of 0
3928 words when we see _ in a base64-encoded IPv6 address.
3929
39302004-09-10 Michael Poole <mdpoole@troilus.org>
3931
3932 * ircd/ircd.c: Add -k as a chkconf-like option to exit after
3933 reading the configuration file.
3934
3935 * ircd/chkconf.c: Remove as unused.
3936
3937 * ircd/Makefile.in: Remove last mentions of chkconf from Makefile.
3938
39392004-09-10 Michael Poole <mdpoole@troilus.org>
3940
3941 * doc/example.conf: Remove examples for unused features (TIMESEC,
3942 CRYPT_OPER_PASSWORD) and add for new feature (ANNOUNCE_INVITES).
3943
3944 * doc/readme.features: Remove documentation for unused features
3945 (TIMESEC, CRYPT_OPER_PASSWORD, oper/locop privileges,
3946 HIS_DESYNCS), update defaults for SOCKSENDBUF and SOCKRECVBUF, and
3947 add documentation for ANNOUNCE_INVITES.
3948
3949 * include/ircd_features.h: Remove unused features (TIMESEC,
3950 CRYPT_OPER_PASSWORD, LIST_CHAN, HIS_DESYNCS).
3951
3952 * include/ircd_features.c: Likewise.
3953
3954 * ircd/ircd_res.c: Actually use FEAT_IRCD_RES_RETRIES and
3955 FEAT_IRCD_RES_TIMEOUT where appropriate.
3956
3957 * ircd/s_debug.c: Do not display setting of unused (and now
3958 non-existent) FEAT_CRYPT_OPER_PASSWORD.
3959
39602004-09-10 Michael Poole <mdpoole@troilus.org>
3961
3962 * ircd/os_generic.c (sockaddr_from_irc): Fix IPv4 implementation
3963 to use the correct address family and IP offset.
3964
39652004-09-10 Michael Poole <mdpoole@troilus.org>
3966
3967 * include/s_conf.h (struct ConfItem): Add origin and origin_name
3968 fields.
3969
3970 * ircd/ircd_parser.y: Add new global variable "origin." Add a new
3971 "connectionvhost" production that accepts vhost = "IP" inside a
3972 Connect block and assigns the IP to origin_name.
3973
3974 * ircd/s_bsd (connect_inet): If aconf has a valid origin, use it
3975 as the local address. Otherwise, fall back to the old logic (if
3976 VIRTUAL_HOST="TRUE", use the virtual host setting).
3977
3978 * ircd/s_conf.c (lookup_confhost): If the ConfItem has an
3979 origin_name, try to parse it as an IP address.
3980
39812004-04-17 Isomer <isomer@undernet.org>
3982 * ircd/parse.c: Don't rate limit /gline messages
3983
39842004-09-10 Michael Poole <mdpoole@troilus.org>
3985
3986 * ircd/ircd_parser.y: Replace references to yylval.whatever with
3987 references to the appropriate term. This fixes bugs like
3988 "1 hour 30 minutes" being misrecognized as 30 seconds.
3989
39902004-09-10 Michael Poole <mdpoole@troilus.org>
3991
3992 * ircd/ircd_features.c (features): Change default values for
3993 SOCKSENDBUF and SOCKRECVBUF to SERVER_TCP_WINDOW, so that users
3994 need not specify them in ircd.conf.
3995
39962004-09-10 Michael Poole <mdpoole@troilus.org>
3997
3998 * ircd/ircd_parser.y (serverblock): Server blocks should default
3999 to CONF_LEAF status.
4000
4001 * doc/example.conf: Update example to reflect this.
4002
40032004-09-10 Michael Poole <mdpoole@troilus.org>
4004
4005 * ircd/parse.c (msg_tree_parse): Reject commands that contain
4006 non-alphabetic characters.
4007
40082004-09-09 Michael Poole <mdpoole@troilus.org>
4009
4010 * config.h.in: Remove duplicated and unused macro definitions.
4011
40122004-08-24 Michael Poole <mdpoole@troilus.org>
4013
4014 * ircd/client.h: Properly parenthesize "flag" argument to
4015 FLAGSET_INDEX() and FLAGSET_MASK() macros.
4016
40172004-08-22 Michael Poole <mdpoole@troilus.org>
4018
4019 * ircd/channel.c (send_channel_modes): If oplevels are disabled,
4020 send 'o' for chanops instead of the member's oplevel.
4021
40222004-08-22 Michael Poole <mdpoole@troilus.org>
4023
4024 * ircd/s_conf.c: find_conf_byip() should use irc_in_addr_cmp()
4025 instead of memcmp(). (Fixes IPv4 servers linking to an IPv6
4026 server.)
4027
40282004-08-22 Alex Badea <decampos@users.sourceforge.net>
4029
4030 * include/ircd_defs.h: increased SOCKIPLEN to fit ipv6 addresses
4031
40322004-08-19 Michael Poole <mdpoole@troilus.org>
4033
4034 * include/res.h: Remove unused function gethost_byname_type().
4035
4036 * ircd/ircd_res.c: Likewise, and clean up some small functions
4037 only used once (remove_dlink(), timeout_resolver()). Use rand()
4038 for random request IDs instead of the deprecated *rand48(). Make
4039 resolver timeout event fire only when needed instead of once a
4040 second.
4041
40422004-08-17 Michael Poole <mdpoole@troilus.org>
4043
4044 IPv6 support, with lots of code and design borrowed from a patch
4045 by Alex Badea.
4046
4047 * config.h.in: Add place to #define IPV6 support.
4048
4049 * configure.in: Check for struct sockaddr_in6, and use that as
4050 the default choice for IPv6 support.
4051
4052 * configure: Regenerate.
4053
4054 * include/IPcheck.h, include/client.h, include/gline.h,
4055 include/ircd_string.h, include/listener.h, include/match.h,
4056 include/res.h, include/s_bsd.h: Convert from struct in_addr (from
4057 <netinet/in.h>) to struct irc_in_addr (from "res.h").
4058
4059 * include/ircd_osdep.h, include/s_conf.h, include/uping.h: Convert
4060 from struct sockaddr_in (from <netinet/in.h>) to struct
4061 irc_sockaddr (from "res.h"). Add new functions os_socket(),
4062 os_accept(), os_sendto_nonb() to help abstract away actual
4063 sockaddr types.
4064
4065 * include/ircd_chattr.h, ircd/table_gen.c: Define new bit to mark
4066 characters valid in IPv6 addresses.
4067
4068 * include/numnicks.h, ircd/numnicks.c: New functions iptobase64()
4069 and base64toip() to convert from base64 to struct irc_in_addr.
4070
4071 * ircd/IPcheck.c, ircd/channel.c, ircd/m_nick.c, ircd/m_oper.c,
4072 ircd/m_userip.c, ircd/m_who.c, ircd/m_whois.c, ircd/s_misc.c,
4073 ircd/s_serv.c, ircd/s_user.c, ircd/whocmds.c: Use struct
4074 irc_in_addr instead of unsigned int or struct in_addr.
4075
4076 * ircd/gline.c: Use new more-generic ipmask functions.
4077
4078 * ircd/ircd.c: Use struct irc_sockaddr instead of separate port
4079 fields.
4080
4081 * ircd/ircd_reslib.c: Use struct irc_sockaddr and ircd_aton()
4082 instead of irc_ssaddr and irc_getaddrinfo().
4083
4084 * ircd/ircd_string.c: Implement new functions: IPv6-capable
4085 ircd_ntoa_r(), ircd_aton_ip4(), ircd_aton().
4086
4087 * ircd/match.c: Delete IPv4-only matchcompIP(). Replace with
4088 IPv6-capable ipmask_parse() and ipmask_check().
4089
4090 * ircd/numnicks.c: Implement new functions: iptobase64() and
4091 base64toip().
4092
4093 * ircd/os_generic: Convert external parameters to be struct
4094 irc_addrinfo. When using IPv6 support, sockaddr_in6 is native.
4095 Implement new functions os_sendto_nonb(), os_socket() and
4096 os_accept().
4097
4098 * ircd/ircd_auth.c, ircd/ircd_parser.y, ircd/ircd_res.c,
4099 ircd/listener.c, ircd/m_connect.c, ircd/s_auth.c, ircd/s_bsd.c,
4100 ircd/s_conf.c, ircd/s_stats.c, ircd/uping.c: Use struct
4101 irc_sockaddr instead of separate in_addr and port fields and new
4102 OS support functions.
4103
4104 * include/ircd_addrinfo.h, ircd/ircd_getaddrinfo.c,
4105 ircd/ircd_getnameinfo.c: Remove, since these functions are no
4106 longer used.
4107
4108 * ircd/os_bsd.c, ircd/os_linux.c, ircd/os_openbsd.c,
4109 ircd/os_solaris.c, ircd/res_adns.c, ircd/res_libresolv.c: Remove,
4110 since these are unused and not compatible with IPv6 support.
4111
4112 * ircd/Makefile.in: Remove references to ircd_getXxxxinfo.c.
4113 Regenerate dependencies.
4114
41152004-08-17 Michael Poole <mdpoole@troilus.org>
4116
4117 * ircd/ircd_lexer.l: Change tokenizer to reduce number of lexer
4118 states and be case-insensitive again.
4119
41202004-08-15 Michael Poole <mdpoole@troilus.org>
4121
4122 * aclocal.m4: Check for uintNN_t instead of u_intNN_t, since the
4123 former is from C99 (and the latter is absent on Solaris).
4124
4125 * configure.in: Remove check for inttypes.h (which is a C99 format
4126 string header); replace with check for stdint.h. Add checks for
4127 sys/param.h and sys/socket.h. Check for socklen_t being defined
4128 (OS X does not set it). Run program tests for lex and yacc, and
4129 use them rather than assuming flex and bison. Remove OSDEP_C and
4130 mention to adns. Remove check for res_mkquery().
4131
4132 * config.h.in: Update u_intNN_t #undef lines. Add #undef
4133 socklen_t so configure test can set it.
4134
4135 * configure: Regenerate.
4136
4137 * include/ircd_addrinfo.h: #include headers needed for netdb.h and
4138 to define struct addrinfo and uintNN_t.
4139
4140 * include/ircd_reslib.h: Replace u_intNN_t with uintNN_t.
4141
4142 * include/res.h: #include "ircd_addrinfo.h" to get proper type
4143 definitions. #define INADDR_NONE if it is not defined (as on
4144 Solaris).
4145
4146 * ircd/Makefile.in: Replace LEX and YACC definitions. Remove
4147 OSDEP_C and OSDEP_SRC; always compile os_generic.c. Remove adns
4148 directory from CPPFLAGS. Regenerate dependencies.
4149
4150 * ircd/client.c: Return when no propagation set for oper, to
4151 squash warning about use of "defaults" before it is set.
4152
4153 * ircd/engine_epoll.c: #include correct C99 integer header.
4154
4155 * ircd/engine_poll.c: Last argument to getsockopt() should be of
4156 socklen_t, not size_t; fix.
4157
4158 * ircd/engine_select.c: Squash warning about bzero().
4159
4160 * ircd/ircd_auth.c: OS X does not define in_addr_t, so replace it
4161 with uint32_t. We need <stdint.h> for that, so include it.
4162
4163 * ircd/ircd_getnameinfo.c, ircd/memdebug.c: Replace u_int32_t with
4164 uint32_t.
4165
4166 * ircd/ircd_lexer.l: Replace flex-isms with portable syntax.
4167 There is no portable way to do %option, so remove that. lex on
4168 Solaris needs several of its internal tables to be bigger, so
4169 increase those sizes.
4170
4171 * ircd/ircd_parser.y: Remove the second declarations of two
4172 tokens, since standard yacc warns about changing precedence.
4173
4174 * ircd/os_generic.c: Make this compile on common OSes (Linux,
4175 Solaris, OS X, FreeBSD, OpenBSD).
4176
4177 * ircd/table_gen.c: Make arguments to isprint() all unsigned char
4178 to squash warnings on Solaris that array index is "char."
4179
4180 * ircd/umkpasswd.c: Remove #include <libgen.h> since it is not
4181 portable, and replace basename() with an equivalent.
4182
4183 * ircd/uping.c: Typecast printf arguments for 64-bit OSes.
4184
41852004-07-27 Michael Poole <mdpoole@troilus.org>
4186
4187 * ircd/m_burst.c: Add new netride_modes() function to check
4188 which modes could be used in a net.ride. Use this instead
4189 of the old check for just +i or +k.
4190 (Based on patches by beware and pomac.)
4191
41922004-07-25 Michael Poole <mdpoole@troilus.org>
4193
4194 * ircd/ircd_parser.y: Remove redundant semicolon; it causes
4195 errors on some versions of yacc.
4196
41972004-07-21 Michael Poole <mdpoole@troilus.org>
4198
4199 * include/client.h, ircd/ircd_auth.c, ircd/ircd_crypt_smd5.c,
4200 ircd/ircd_reslib.c: Fix warnings from gcc -pedantic.
4201
42022004-07-21 Michael Poole <mdpoole@troilus.org>
4203
4204 New DNS resolver code, courtesy of Dianora and the rest of the
4205 Hybrid team. (Bugs are of course my fault.)
4206
4207 * configure.in, Makefile.in, ircd/Makefile.in: Remove adns and
4208 libresolv from the build process. Update dependencies.
4209
4210 * configure: Regenerate.
4211
4212 * include/client.h: Change connection's DNS reply type.
4213
4214 * include/ircd_features.h, ircd/ircd_features.c: New HIS_STATS_a.
4215
4216 * include/numeric.h, ircd/s_err.c, ircd/s_stats.c: Add new
4217 RPL_STATSALINE and /stats a to list DNS servers.
4218
4219 * include/ircd_addrinfo.h, include/ircd_reslib.h, include/res.h,
4220 ircd/ircd_getaddrinfo.c, ircd/ircd_getnameinfo.c, ircd/ircd_res.c,
4221 ircd/ircd_reslib.c: New resolver files.
4222
4223 * ircd/ircd_auth.c, ircd/s_auth.c, ircd/s_bsd.c, ircd/s_conf.c:
4224 Update to new resolver callback interface and to only deal with
4225 one IP and one name per DNS reply.
4226
4227 * ircd/parse.c: Remove /DNS command, since new resolver does not
4228 track those statistics.
4229
42302004-07-20 Michael Poole <mdpoole@troilus.org>
4231
4232 * doc/readme.features: Change references to O:, Y:, etc lines into
4233 references to the appropriate block types.
4234
42352004-07-01 Michael Poole <mdpoole@troilus.org>
4236
4237 * include/fileio.h: Elaborate on "works for any file descriptor."
4238
4239 * include/iauth.h: Remove unused file.
4240
42412004-07-01 Michael Poole <mdpoole@troilus.org>
4242
4243 * include/map.h, ircd/map.c: Remove unused code.
4244
4245 * ircd/m_links.c, ircd/m_map.c, ircd/s_misc.c: Remove includes of
4246 map.h and a call to map_update().
4247
4248 * ircd/Makefile.in: Remove map.c and regenerate dependencies.
4249
4250 * ircd/ircd_parser.y: Recognize Diane Bruce as a copyright holder
4251 for the new config parser.
4252
4253 * ircd/match.c: Remove pointless pointer dereference (Reed points
4254 out that this generates a warning with old gcc).
4255
4256 * ircd/s_user.c: Display connection class in CONNEXIT connection
4257 notice as a string rather than an integer.
4258
4259 * tools/ringlog.c, tools/ringlog.pl: At Kevin's request, remove
4260 lines (falsely) identifying ringlog as related to IRC; the files
4261 are general purpose.
4262
4263 * configure.in, include/ircd_snprintf.h: Add checks for
4264 va_copy()-like alternatives and use them if va_copy() is missing.
4265
4266 * configure, config.h.in: Regenerate.
4267
42682004-02-01 beware <steendijk@xs4all.nl>
4269
4270 * ircd/channel.c: Check bans that look like IP bans against user's
4271 hostname just in case they have a host like 1234.domain.tld.
4272
42732003-12-18 Timothy Grant Vogelsang <net@astrolink.org>
4274
4275 * ircd/ircd_log.c, ircd/send.c: va_list is not a scalar type
4276
42772004-04-02 Gavin Grieve <hektik@dimebox.net>
4278
4279 * ircd/ircd_parser.y: Fix rehash warnings for servername and
4280 numeric so they only warn if changed in the config file.
4281
42822004-06-30 Michael Poole <mdpoole@troilus.org>
4283
4284 * doc/readme.iauth, include/ircd_auth.h, ircd/ircd_auth.c: New
4285 files.
4286
4287 * doc/example.conf: Illustrate IAUTH configuration.
4288
4289 * include/client.h: Add fields to record IAUTH status.
4290
4291 * ircd/Makefile.in: Add ircd_auth.c to Makefile.
4292
4293 * ircd/ircd_lexer.l, ircd/ircd_parser.y: Add new IAUTH section.
4294
4295 * ircd/s_conf.c: Notify IAUTH code when reloading a configuration
4296 so that an obsolete connection can be abandoned.
4297
4298 * ircd/s_misc.c: Report client exits via IAUTH.
4299
4300 * ircd/s_user.c: If IAUTH is active and a connecting user has not
4301 been checked against it, interrogate the IAUTH server.
4302
43032004-06-25 Michael Poole <mdpoole@troilus.org>
4304
4305 * configure.in: Check for crypt.h as well.
4306
4307 * configure: Regenerate.
4308
4309 * ircd/ircd_crypt_native.c: Move XOPEN defines earlier so they
4310 affect the first includes of system headers. Include crypt.h if
4311 it is available.
4312
4313 * ircd/umkpasswd.c: Quash a gcc warning.
4314
43152004-06-23 Michael Poole <mdpoole@troilus.org>
4316
4317 * doc/Authors: Add contributors to ircu2.10.11 and myself.
4318
4319 * ircd/gline.c: Fix buglet in my forward port of Alex Badea's fix.
4320
4321 * configure.in: Add missing check for inttypes.h; remove obsolete
4322 display of Head-in-sand, add display of epoll() engine.
4323
4324 * INSTALL, INSTALL_FR, doc/readme.cvs: Update descriptions of how
4325 to use SourceForge's CVS server, from the u2.10.11 branch.
4326
43272003-11-09 beware <steendijk@xs4all.nl>
4328
4329 * ircd/s_user.c: move assigning a numeric to a local client from
4330 when nick is set, to when connection becomes client, to not waste
4331 numerics.
4332
43332004-06-08 Kevin L Mitchell <klmitch@mit.edu>
4334
4335 * ircd/parse.c: don't let rank-and-file users escape HIS
4336 limitations with /jupe...
4337
43382004-06-18 Alex Badea <decampos@users.sourceforge.net>
4339
4340 * ircd/gline.c (gline_lookup): only return a gline if it's
4341 active
4342
4343 * ircd/s_conf.c (find_kill): don't check for active gline,
4344 since gline_lookup does now
4345
43462002-11-11 hikari <shadow@undernet.org>
4347 * ircd/ircd.c: added call to irc_crypt_init() - someone hurry up and
4348 modularise :P
4349
4350 * ircd/ircd_xopen.c: removed, superseded by new crypto system.
4351
4352 * ircd/ircd_crypt.c: wrote scary ircd_crypt() interface function,
4353 wrote ircd_crypt_mech_register() function, various other bits
4354 designed to create a near-pluggable crypto system for ircu. currently
4355 this code also loads the various mechanisms i've written code for.
4356
4357 * ircd/ircd_crypt_smd5.c: imported the crypt_md5 function from
4358 elsewhere, manipulated to suit ircu, returns a salted MD5 password.
4359
4360 * ircd/ircd_crypt_native.c: replaces the old ircd_xopen.c file,
4361 generate a crypted password using the systems native crypt() function.
4362
4363 * ircd/ircd_crypt_plain.c: plain text crypt mechanism, should really
4364 only be used for testing purposes.
4365
4366 * ircd/ircd_md5.c: main gubbins of the MD5 hashing code, lifted from
4367 elsewhere, ircuified.
4368
4369 * ircd/umkpasswd.c: mkpasswd program for ircu.
4370
4371 * include/ircd_xopen.h: removed, superseded by new crypto system.
4372
4373 * include/ircd_crypt.h: external definitions for the new ircd_crypt()
4374 function and definition of the ircd_crypt_mech structure for containing
4375 crypto mechanism data.
4376
4377 * include/ircd_crypt_smd5.h: sundary definitions for the salted MD5
4378 mechanism.
4379
4380 * include/ircd_crypt_native.h: sundary definitions for the native
4381 crypt() mechanism.
4382
4383 * include/ircd_crypt_plain.h: sundary definitions for the plain text
4384 mechanism.
4385
4386 * include/umkpasswd.h: fluff for umkpasswd.
4387
43882003-03-11 Landon Fuller (landonf) <landonf@sf.net>
4389
4390 * configure.in: allow ircu to build on OS X.
4391
43922004-05-24 Michael Poole <mdpoole@troilus.org>
4393
4394 * ircd/m_invite.c (m_invite): Include channel name in invitation
4395 announcements.
4396 (ms_invite): Likewise, and also fix a use-before-assignment bug in
4397 them.
4398
43992004-05-18 Michael Poole <mdpoole@troilus.org>
4400
4401 Announce invitations to other channel operators.
4402
4403 * include/ircd_features.h, ircd/ircd_features.c
4404 (ANNOUNCE_INVITES): Add new boolean feature, default off.
4405
4406 * include/numeric.h, ircd/s_err.c (RPL_ISSUEDINVITE): Add new
4407 reply.
4408
4409 * include/send.h, ircd/send.c (sendcmdto_channel_butserv_butone):
4410 Add 'skip' parameter that is needed elsewhere.
4411 (sendcmdto_channel_servers_butone): New function.
4412
4413 * ircd/channel.c, ircd/m_burst.c, ircd/m_kick.c, ircd/m_topic.c,
4414 ircd/s_user.c: Add argument for 'skip' to calls to s_c_b_b.
4415
4416 * ircd/m_invite.c (m_invite, ms_invite): If ANNOUNCE_INVITES, send
4417 the INVITE message to all interested servers, and send a numeric
4418 to all local chanops.
4419
44202004-05-18 Michael Poole <mdpoole@troilus.org>
4421
4422 * ircd/res_adns.c (res_ourserver): Remove unused function.
4423 (validate_name): Likewise.
4424
44252004-05-17 Michael Poole <mdpoole@troilus.org>
4426
4427 * include/ircd_features.h, ircd/ircd_features.c, ircd/s_debug.c:
4428 Rip out feature settings related to oper privileges.
4429
4430 * include/client.h: Comment a few unexplained privileges.
4431
4432 * ircd/ircd_lexer.l: Rename privilege keywords to match their
4433 names in code and /PRIVS output. Add support for two "new"
4434 privileges (FORCE_OPMODE, FORCE_LOCAL_OPMODE).
4435
4436 * include/class.h, ircd/client.c, ircd/ircd_parser.y,
4437 ircd/m_oper.c: Replace the removed feature settings with
4438 per-connection class operator privileges.
4439
4440 * doc/example.conf: Document the change.
4441
4442 * ircd/ircd_parser.y (portblock): Fix slight memory leak.
4443
44442004-05-16 Michael Poole <mdpoole@troilus.org>
4445
4446 * doc/example.conf: Make this show the new NICKLEN default.
4447
44482004-05-14 Kevin L Mitchell <klmitch@mit.edu>
4449
4450 * ircd/ircd_features.c: per CFV-0243, NICKLEN default is increased
4451 to 12
4452
44532004-05-14 Kevin L Mitchell <klmitch@mit.edu>
4454
4455 * ircd/s_user.c: process account creation timestamp if present in
4456 user mode portion of a N protocol message; add account creation
4457 timestamp to outgoing N protocol messages if that timestamp is
4458 non-zero
4459
4460 * ircd/m_account.c: process account creation timestamp if present
4461 in AC protocol message
4462
4463 * include/struct.h: add account creation timestamp
4464
44652004-05-16 Michael Poole <mdpoole@troilus.org>
4466
4467 * doc/example.conf: Document operator privilege settings.
4468
44692004-05-16 Michael Poole <mdpoole@troilus.org>
4470
4471 Get rid of CONF_LOCOP; use PRIV_PROPAGATE instead.
4472
4473 * ircd/ircd_parser.y (invert): New variable.
4474 (operlocal): Remove production.
4475 (operpriv): Use "invert" variable.
4476 (privtype): Add LOCAL alternative production.
4477
4478 * ircd/m_oper.c (m_oper): Remove references to CONF_LOCOP; replace
4479 with CONF_OPERATOR or PRIV_PROPAGATE checks, as appropriate.
4480
4481 * ircd/s_conf.c (AuthorizationCheckResult, find_conf_exact):
4482 Likewise.
4483
4484 * ircd/s_stats.c (report_array, statsinfo): Likewise.
4485
4486 * ircd/s_user.c (set_user_mode): Likewise.
4487
44882004-05-15 Michael Poole <mdpoole@troilus.org>
4489
4490 * patches/diffs/astralnet.diff, patches/diffs/nocfv.diff: Remove
4491 patches obsoleted by F: lines.
4492
4493 * patches/diffs/topicburst.diff: Remove patch that was integrated
4494 into the main code.
4495
44962004-05-15 Isomer <isomer@undernet.org>
4497
4498 [Original ChangeLog date: 2003-11-05 -MDP]
4499
4500 * ircd/m_whois.c: On remote whois, show +s local channels with a *
4501 prefix to opers.
4502
45032004-05-15 Michael Poole <mdpoole@troilus.org>
4504
4505 * include/gline.h, ircd/gline.c, ircd/s_err.c: Forward port a lot
4506 of gline-related fixes from 2.10.11. Things that work are due to
4507 Kev, Isomer, Spike, hikari, and probably others; CVS makes it hard
4508 to figure out who did what. Any mistakes are mine.
4509
45102004-05-15 Isomer <isomer@undernet.org>
4511
4512 [Original ChangeLog date: 2003-11-05 -MDP]
4513
4514 * ircd/s_misc.c, ircd/s_user.c: added numnick to SNO_CONNEXIT
4515 messages (so you can match EXIT's to CONN's)
4516
45172004-05-15 Reed Loden <reed@reedloden.com>
4518
4519 [Original ChangeLog date: 2003-05-01 -MDP]
4520
4521 * ircd/s_err.c: Added network to text and edited 001 a bit.
4522
4523 * ircd/s_user.c: Send network with 001.
4524
45252004-05-15 Michael Poole <mdpoole@troilus.org>
4526
4527 * ircd/s_user.c (add_target): Move free target invite check...
4528
4529 * ircd/s_user.c (check_target_limit): to here, matching 2.10.11's
4530 behavior.
4531
45322004-05-15 Isomer <isomer@undernet.org>
4533
4534 [Original ChangeLog date: 2003-11-23 -MDP]
4535
4536 * ircd/s_user.c: Don't credit users with an extra attempt if they
4537 are klined/glined, throttle them!
4538
45392004-05-15 Jeekay <jeekay@netgamers.org>
4540
4541 [Original ChangeLog date: 2003-04-24 -MDP]
4542
4543 * ircd/s_user.c: Altered (K-lined) to depend on find_kill type
4544
45452004-05-15 splidge <splidge@quakenet.org>
4546
4547 [Original ChangeLog date: 2003-09-03 -MDP]
4548
4549 * ircd/s_user.c: Made hide_hostmask() not show bogus joins for
4550 channels where the user is a zombie.
4551
45522004-05-15 beware <steendijk@xs4all.nl>
4553
4554 [Original ChangeLog date: 2003-10-25 -MDP]
4555
4556 * ircd/m_whois.c: Fixed /whois comma separated list with wildcards
4557 cpu hog bug
4558
45592004-05-15 Michael Poole <mdpoole@troilus.org>
4560
4561 * ircd/s_conf.c (rehash): Call clear_quarantines on rehash since
4562 2.10.11 does. Show ident and IP for clients being killed by new
4563 G-lines and K-lines.
4564
45652004-05-15 hikari <shadow@undernet.org>
4566
4567 [Original ChangeLog date: 2003-06-27 -MDP]
4568
4569 * ircd/ircd.c: After thought, update the next check time based on
4570 when an unregistered client should expire.
4571
45722004-05-15 hikari <shadow@undernet.org>
4573
4574 [Original ChangeLog date: 2003-06-22 -MDP]
4575
4576 * ircd/ircd.c: Fixed check_pings() - shouldn't be any problem with
4577 clients not being able to connect anymore.
4578
45792004-05-15 Michael Poole <mdpoole@troilus.org>
4580
4581 * ircd/channel.c (can_join): Revert to using IsInvited() rather
4582 than walking the list directly.
4583 (modebuf_flush_int): Fix errant HEAD_IN_SAND_SNOTICES check to
4584 use feature_bool(FEAT_HIS_SNOTICES) instead.
4585
45862004-05-15 Kevin L Mitchell <klmitch@mit.edu>
4587
4588 [Original ChangeLog date: 2004-01-31 -MDP]
4589
4590 * ircd/channel.c (mode_parse_key): don't allow , in keys!
4591
45922003-04-12 David Mansell (splidge) <splidge@sf.net>
4593
4594 [Original ChangeLog date: 2003-04-14 -MDP]
4595
4596 * ircd/channel.c: When keys and limits conflict on burst, the key
4597 which is first alphabetically or the limit which is lower will be
4598 used by both servers. This matches pre-2.10.11 behaviour.
4599 Closes: (#713930)
4600
46012004-05-15 David Mansell <splidge@quakenet.org>
4602
4603 [Original ChangeLog date: 2002-12-28 -MDP]
4604
4605 * ircd/channel.c (mode_parse_limit): don't allow -l when no limit is
4606 set, don't allow -l with negative parameter (or unsigned >2^31).
4607
46082004-05-15 David Mansell <splidge@quakenet.org>
4609
4610 [Original ChangeLog date: 2002-12-31 -MDP]
4611
4612 * ircd/m_burst.c (ms_burst): when kicking net riders, clear
4613 invites too.
4614
46152004-05-15 Isomer <isomer@undernet.org>
4616
4617 [Original ChangeLog date: 2003-11-04 -MDP]
4618
4619 * ircd/s_serv.c: Burst glines/jupes early
4620
46212004-05-15 volta <volta2@gmx.de>
4622
4623 [Original ChangeLog date: 2003-04-26 -MDP]
4624
4625 * ircd/m_userip.c, ircd/m_userhost.c: Small fix, that
4626 allows users to see their own ip & hostname. (Should solve
4627 all problems with dcc)
4628
46292004-05-15 Kevin L Mitchell <klmitch@mit.edu>
4630
4631 [Original ChangeLog date: 2003-06-13 -MDP]
4632
4633 * ircd/m_settime.c: it's supposed to be %ld, not %l
4634
46352004-05-15 Isomer <isomer@undernet.org>
4636
4637 [Original ChangeLog date: 2004-03-20 -MDP]
4638
4639 * ircd/m_invite.c: Disallow invites to non existant channels
4640
46412004-05-15 David Mansell <splidge@quakenet.org>
4642
4643 [Original ChangeLog date: 2003-04-26 -MDP]
4644
4645 * ircd/m_invite.c: let +k users invite into channels they aren't on.
4646
46472004-05-15 hikari <shadow@undernet.org>
4648
4649 [Original ChangeLog date: 2003-07-13 -MDP]
4650
4651 * ircd/IPcheck.c: Fixed (another) overflow problem in
4652 ip_registry_check_local()
4653
4654 [Original ChangeLog date: 2003-06-29 -MDP]
4655
4656 * ircd/IPcheck.c: Fixed overflow problem in
4657 ip_registry_connect_fail()
4658
46592004-05-15 Isomer <isomer@undernet.org>
4660
4661 [Original ChangeLog date: 2003-05-02 -MDP]
4662
4663 * ircd/IPcheck.c: Added assert()'s to check for underflow
4664
46652004-05-15 Kevin L Mitchell <klmitch@mit.edu>
4666
4667 [Original ChangeLog date: 2003-11-22 -MDP]
4668
4669 * tools/wrapper.c: commit uid on chroot fix from ubra
4670
4671 * ircd/version.c.SH: fix generation generation
4672
46732004-05-15 Isomer <isomer@undernet.org>
4674
4675 [Original ChangeLog date: 2003-11-23 -MDP]
4676
4677 * ircd/os_*.c, ircd/ircd_features.c: Default changing window sizes
4678 to off. if an admin is smart enough to understand these features
4679 they can enable them manually.
4680
46812004-05-15 splidge <splidge@quakenet.org>
4682
4683 [Original ChangeLog date: 2003-03-26 -MDP]
4684
4685 * ircd/include/ircd_features.h, include/ircd_osdep.h,
4686 ircd/ircd_features.c, ircd/listener.c, ircd/os_bsd.c,
4687 ircd/os_generic.c, ircd/os_linux.c, ircd/os_openbsd.c
4688 ircd/os_solaris.c, ircd/s_bsd.c: Patch to allow socket bufs to be
4689 altered via F: lines
4690
46912004-05-15 Isomer <isomer@undernet.org>
4692
4693 [Original ChangeLog date: 2003-11-18 -MDP]
4694
4695 * ircd/s_auth.c, ircd/res_libresolv.c, ircd/res_adns.c: Clean up
4696 the preregistration subsystem allowing customisation of timers,
4697 make the dns resolver stats oper only, and make it much more clear
4698 what all the numbers are.
4699
47002004-05-15 Spike <spike@undernet.org>
4701
4702 [Original ChangeLog date: 2003-11-23 -MDP]
4703
4704 * ircd/IPcheck.c: Make IPcheck constants configurable
4705
47062004-05-14 Kevin L Mitchell <klmitch@mit.edu>
4707
4708 [Original ChangeLog date: 2003-11-22 -MDP]
4709
4710 * ircd/m_nick.c (m_nick): truncate the nickname to the minimum of
4711 the maximum allowed length (NICKLEN) or the allowed nickname
4712 length specified as the NICKLEN feature
4713
4714 * ircd/ircd_features.c: declare NICKLEN and set its default value
4715 to 9
4716
4717 * include/supported.h: add MAXNICKLEN to ISUPPORT and do a little
4718 rearranging...
4719
4720 * include/ircd_features.h: add NICKLEN feature
4721
4722 * include/ircd_defs.h (NICKLEN): raise max NICKLEN to 15
4723
4724 * doc/readme.features: document new NICKLEN feature
4725
4726 * doc/example.conf: list new NICKLEN F-line
4727
47282004-05-14 Matthias Crauwels <ultimate_@wol.be>
4729
4730 [Original ChangeLog date: 2003-06-08 -MDP]
4731
4732 * ircd/gline.c: fixed the counting bug in gline_memory_count
4733
4734 * ircd/jupe.c: fixed the counting bug in jupe_memory_count
4735
47362004-05-14 Michael Poole <mdpoole@troilus.org>
4737
4738 * ircd/m_mode.c (ms_mode): Do not always try to call
4739 set_user_mode() when parv[1] is a channel name.
4740
47412004-05-10 Michael Poole <mdpoole@troilus.org>
4742
4743 Implement a per-connection-class default usermode option.
4744
4745 * doc/example.conf: Illustrate how to use the option.
4746
4747 * include/class.h (struct ConnectionClass): New "default_umode"
4748 field.
4749 (ConfUmode): New macro.
4750
4751 * include/client.h (client_get_default_umode): New function.
4752
4753 * ircd/client.c (client_get_default_umode): Implement it.
4754
4755 * ircd/ircd_lexer.l (usermode): New token.
4756
4757 * ircd/ircd_parser.y (classblock, etc): New syntax.
4758
4759 * ircd/s_user.c (register_user): Set default user modes for user.
4760 This sends the new mode to the user, so the explicit send later
4761 is no longer necessary.
4762
47632004-05-10 Michael Poole <mdpoole@troilus.org>
4764
4765 Forward port of asuka-topicburst.patch from Quakenet's "Asuka"
4766 patch set.
4767
4768 * include/ircd_features.h (FEAT_TOPIC_BURST): Add new feature.
4769
4770 * ircd/channel.c (send_channel_modes): If F:TOPIC_BURST:TRUE,
4771 also send a TOPIC to the peer.
4772
4773 * ircd/ircd_features.c (FEAT_TOPIC_BURST): Add new boolean
4774 feature, defaulting to FALSE.
4775
4776 * ircd/m_topic.c (do_settopic): Add argument for topic timestamp,
4777 and allow F:HIS_BANWHO to hide the originator of the topic.
4778 (ms_topic): Parse optional timestamp arguments to TOPIC, and use
4779 them to decide whether to ignore the topic.
4780
47812004-05-10 Michael Poole <mdpoole@troilus.org>
4782
4783 Forward port of delayed-join.patch from Quakenet's "Asuka" patch
4784 set (which was a port of code I wrote for the other ircu).
4785
4786 * include/channel.h (CHFL_DELAYED): New membership flag.
4787 (MODE_DELJOINS, MODE_WASDELJOINS): New channel modes.
4788 (infochanmodes): Add +D to list of supported channel modes.
4789 (IsDelayedJoin, SetDelayedJoin, ClearDelayedJoin): New macros.
4790 (member_can_send_to_channel, client_can_send_to_channel): Add
4791 "reveal" parameter to indicate whether a request should cause
4792 a join-delayed user to become visible.
4793 (RevealDelayedJoin, CheckDelayedJoins): New functions.
4794
4795 * include/numeric.h (RPL_DELNAMREPLY): New numeric.
4796
4797 * include/s_user.h (NAMES_DEL): New flag for do_names().
4798
4799 * include/supported.h (FEATURESVALUES2): Add +D to list of
4800 supported channel modes.
4801
4802 * ircd/channel.c (remove_member_from_channel,
4803 member_can_send_to_channel, client_can_send_to_channel,
4804 joinbuf_join): Handle join-delayed users.
4805 (channel_modes, modebuf_flush_int, modebuf_mode, modebuf_flush,
4806 modebuf_extract, mode_process_clients, mode_parse_mode,
4807 mode_parse): Handle delayed-join channels.
4808 (RevealDelayedJoin, CheckDelayedJoins): New functions.
4809
4810 * ircd/ircd_relay.c (relay_channel_message, relay_channel_notice,
4811 server_relay_channel_message, server_relay_channel_notice): Add
4812 argument for "reveal" parameter to client_can_send_to_channel().
4813
4814 * ircd/m_burst.c (ms_burst): Support MODE_DELJOINS channels.
4815
4816 * ircd/m_clearmode.c (do_clearmode): Support clearing mode +D.
4817
4818 * ircd/m_join.c (join0): Pass the CHFL_DELAYED flag when parting a
4819 channel with JOIN 0.
4820
4821 * ircd/m_kick.c (m_kick): For join-delayed members, only send the
4822 KICK to the kicker and kickee. Then check whether +d can be
4823 removed.
4824
4825 * ircd/m_names.c (do_names): Show join-delayed users if and only
4826 if the NAMES_DEL flag is given. If NAMES_DEL is given, also use
4827 RPL_DELNAMREPLY instead of RPL_NAMREPLY.
4828 (m_names): If NAMES -D, pass NAMES_DEL to do_names().
4829
4830 * ircd/m_part.c (m_part, ms_part): Add "reveal" argument for
4831 member_can_send_to_channel(). Set CHFL_DELAYED join in joinbuf if
4832 the user is join-delayed.
4833
4834 * ircd/m_quit.c (m_quit): Handle join-delayed users and new
4835 argument for member_can_send_to_channel().
4836
4837 * ircd/m_topic.c (do_settopic): If a join-delayed channel member
4838 changes the topic, reveal the member.
4839
4840 * ircd/m_wallchops.c (m_wallchops, ms_wallchops): Add argument for
4841 "reveal" parameter to client_can_send_to_channel().
4842
4843 * ircd/m_wallvoices.c (m_wallvoices, ms_wallvoices): Likewise.
4844
4845 * ircd/m_who.c (m_who): Skip join-delayed members where we skip
4846 zombies.
4847
4848 * ircd/m_whois.c (do_whois): Use '<' as a prefix for join-delayed
4849 users. Use slightly more efficient macros rather than function
4850 calls to test for ops and voice.
4851
4852 * ircd/s_err.c (RPL_DELNAMREPLY): New numeric response string.
4853
4854 * ircd/s_user.c (hide_hostmask): For users with no modes in a
4855 join-delayed channel, do not send JOIN to other members after the
4856 QUIT :Registered.
4857
4858 * ircd/send.c (sendcmdto_common_channels_butone): Skip
4859 join-delayed users where we skip zombies.
4860
48612004-05-10 Michael Poole <mdpoole@troilus.org>
4862
4863 * ircd/ircd_events.c: Actually reference and try to use the epoll
4864 event engine. Omitted from yesterday's commit.
4865
48662004-05-09 Michael Poole <mdpoole@troilus.org>
4867
4868 Forward port of Paul "Zoot" Chang's pseudo-command.patch and
4869 pseudo-support.patch.
4870
4871 * doc/example.conf: Illustrate how to use the feature.
4872
4873 * include/handlers.h (m_pseudo): Declare new handler function.
4874
4875 * include/ircd_features.h (HIS_STATS_R): Add a feature to control
4876 user visibility of the pseudo-commands.
4877
4878 * include/msg.h: Add flag and field for the extra information used
4879 to select a pseudo-command's target.
4880
4881 * include/numeric.h (RPL_STATSRLINE, ERR_SERVICESDOWN): Add
4882 definitions.
4883
4884 * include/parse.h (register_mapping, unregister_mapping): Declare.
4885
4886 * include/s_conf.h (struct nick_host, struct s_map,
4887 GlobalServiceMapList): Define.
4888
4889 * ircd/Makefile.in: Add m_pseudo.c to IRCD_SRC. Add generated
4890 files to "make depend" dependency list. Update dependencies.
4891
4892 * ircd/ircd_features.c (HIS_STATS_R): Define feature type and
4893 default value.
4894
4895 * ircd/ircd_lexer.l (pseudo, prepend): Recognize new tokens.
4896
4897 * ircd/ircd_parser.y: Support "Pseudo" configuration blocks.
4898
4899 * ircd/parse.c (msgtab): Add initializer for field "extra" to all
4900 commands.
4901 (msg_tree_insert, msg_tree_remove, register_mapping,
4902 unregister_mapping): New functions.
4903 (parse_client): Implement MFLG_EXTRA extra argument passing.
4904
4905 * ircd/s_conf.c (GlobalServiceMapList): New variable.
4906
4907 * ircd/s_err.c (RPL_STATRLINE, ERR_SERVICESDOWN): Add format
4908 strings for new numeric responses.
4909
4910 * ircd/s_stats.c (stats_mapping): New function.
4911 (statsinfo): Add entry for /stats R and make old /stats r entry
4912 case-sensitive.
4913
49142004-05-09 Michael Poole <mdpoole@troilus.org>
4915
4916 * ircd/ircd_parser.y (parse_error): Convert to being a wrapper for
4917 yyerror() so that configuration errors all go to the same place.
4918
4919 * ircd/s_conf.c: New variables conf_error and conf_already_read.
4920 conf_error is cleared by read_configuration_file() and set by
4921 yyerror(); conf_already_read is set by read_configuration_file()
4922 and never cleared. Make yyerror() display error to stderr before
4923 conf_already_read is set. Make configuration errors a fatal
4924 condition in init_conf().
4925
49262004-05-09 Michael Poole <mdpoole@troilus.org>
4927
4928 * ircd/Makefile.in: Pass the source directory as an argument to
4929 version.c.SH so it knows where to find the source files for an
4930 out-of-srcdir build.
4931
4932 * ircd/version.c.SH: Use that information.
4933
49342004-05-09 Michael Poole <mdpoole@troilus.org>
4935
4936 * Makefile.in: Ensure ${prefix}/include exists, since the adns
4937 install puts files in that directory. (The adns Makefile does
4938 not use configure's ${includedir}.)
4939
49402004-05-09 Michael Poole <mdpoole@troilus.org>
4941
4942 * doc/readme.features: The logic for F:AUTOHIDE was removed, but
4943 not its documentation. Fix that omission.
4944
4945 * include/ircd_features.h, ircd/ircd_features.c: Remove the unused
4946 definitions for FEATURE_AUTOHIDE.
4947
49482004-05-09 Michael Poole <mdpoole@troilus.org>
4949
4950 * doc/readme.who: Document the support for account matching and
4951 display in the WHO command.
4952
49532004-05-09 Michael Poole <mdpoole@troilus.org>
4954
4955 * ircd/ircd.c (main): Move check_pid() call until after we read
4956 the configuration file so that F:PPATH works correctly.
4957
49582004-05-09 Michael Poole <mdpoole@troilus.org>
4959
4960 * ircd/match.c (match): Use ToLower() instead of tolower() for
4961 character comparisons.
4962
49632004-05-09 Michael Poole <mdpoole@troilus.org>
4964
4965 * ircd/s_user.c (register_user): Initialize "flag" (user's old
4966 modes) passed to send_umode() so that the real set of modes are
4967 sent to the user.
4968
49692004-05-09 Michael Poole <mdpoole@troilus.org>
4970
4971 * ircd/m_server.c (ms_server): Apply +h/+s flags only to the new
4972 server, not to a hub between us and the new server.
4973
4974 * ircd/ircd_relay.c (relay_directed_message): Check FLAG_SERVICE
4975 on target server rather than FLAG_CHSERV (so that directed
4976 messages work at all).
4977
49782004-05-09 Michael Poole <mdpoole@troilus.org>
4979
4980 * configure.in: Add checks for epoll_* system call family.
4981
4982 * configure: Regenerate.
4983
4984 * ircd/engine_epoll.c: New file; forward ported from 2.10.11
4985 branch.
4986
49872004-05-09 Michael Poole <mdpoole@troilus.org>
4988
4989 * include/ircd_alloc.h: Add definitions for MyRealloc, since they
4990 are needed by kqueue and epoll event engines; kill #if 0'd block.
4991
4992 * include/memdebug.h: Declare dbg_realloc() helper function.
4993
4994 * ircd/ircd_alloc.c: Implement DoRealloc() helper function.
4995
4996 * ircd/memdebug.c: Implement dbg_realloc() helper function.
4997
49982004-05-09 Michael Poole <mdpoole@troilus.org>
4999
5000 * ircd/channel.c (find_no_nickchange_channel): Disallow nick
5001 changes on a moderated channel with neither ops nor voice.
5002
5003 * ircd/s_err.c: Update ERR_BANNICKCHANGE message to match.
5004
50052004-01-20 Perry Lorier <isomer@undernet.org>
5006
5007 * ircd/ircd_parser.y: Fixed parser to work with a more modern bison
5008
50092004-01-21 Gavin Grieve <hektik@dimebox.net>
5010
5011 * ircd/channel.c, include/channel.h: bring forward the IsUserParting()
5012 code to resolve the multiple part messages bug written by Entrope.
5013
50142003-08-12 Timothy Vogelsang <net@astrolink.org>
5015
5016 * ircd/match.c: (match) rewrote function based on existing
5017 code from the hybrid ircd -- death to goto
5018
50192003-07-07 Bas Steendijk <steendijk@xs4all.nl>
5020
5021 * ircd/s_user.c: invalidate ban cache for user on host hiding/account
5022
50232003-07-04 Bas Steendijk <steendijk@xs4all.nl>
5024
5025 * include/client.h, ircd/m_userhost.c, ircd/m_userip.c, ircd/m_who.c,
5026 ircd/m_whois.c, ircd/whocmds.c: the same code, for "can user A see user
5027 B is an oper", appeared in a lot of places. made it a define SeeOper.
5028
50292003-07-04 Bas Steendijk <steendijk@xs4all.nl>
5030 * ircd/s_user.c: umode_str (user modes in N token) internal flags var
5031 was not initialized to the user's flags, returned a string with
5032 random modes set.
5033
50342003-07-01 Bas Steendijk <steendijk@xs4all.nl>
5035
5036 * ircd/m_names.c: length counter being incremented one too many
5037 for each nick, resulting names reply messages are about 50 chars
5038 shorter than possible. fixed.
5039
50402003-06-29 Bas Steendijk <steendijk@xs4all.nl>
5041
5042 * ircd/channel.c: don't ever send mode changes for local channels to
5043 servers.
5044
50452003-06-27 Bas Steendijk <steendijk@xs4all.nl>
5046
5047 * include/channel.h, include/client.h, ircd/s_user.c, ircd/s_err.c:
5048 moved the supported channel/user mode strings of the 004 reply from
5049 s_err.c to the header files where the channels/user modes are
5050 defined, and show or hide +Au based on OPLEVELS setting.
5051
50522003-06-25 Bas Steendijk <steendijk@xs4all.nl>
5053
5054 * ircd/m_burst.c: Clear topic set by netrider on burst.
5055
50562003-08-05 Diane Bruce <db@db.net>
5057
5058 * ircd/parse.c: Fixed the typo the fix of the typo created
5059
50602003-08-01 Diane Bruce <db@db.net>
5061
5062 * ircd/parse.c: Fixed typo
5063
50642003-06-22 Diane Bruce <db@db.net>
5065
5066 * ircd/parse.c: Completely rewritten June 2, 2003 - Dianora
5067
50682003-06-22 Bas Steendijk <steendijk@xs4all.nl>
5069
5070 * include/ircd_features.h, include/supported.h, ircd/ircd_features.c,
5071 ircd/ircd_features.c, ircu2.10/ircd/m_join.c, doc/example.conf:
5072 Make ability to create local channels a feature which can be disabled.
5073
50742003-06-22 Bas Steendijk <steendijk@xs4all.nl>
5075
5076 * include/ircd_features.h, ircd/channel.c, ircd/ircd_features.c,
5077 ircd/m_kick.c, doc/example.conf: Added OPLEVELS feature, which
5078 makes it possible to disable the +Au/oplevels functions.
5079
50802003-06-17 Alex Badea <vampire@p16.pub.ro>
5081
5082 * ircd/res_adns.c: included sys/types.h, for non-Linux
5083 headers
5084
50852003-03-06 Kevin L. Mitchell <klmitch@mit.edu>
5086
5087 * libs/dbprim: database primitives library, including
5088 flexible linked lists, auto-resizing hash tables, and sparse
5089 matrices. Has a test suite for everything but portions of
5090 the sparse matrix routines (I'm lazy; someone help me write
5091 them!). Documentation generated by doxygen--feel free to
5092 critique, suggest phrasing improvements, etc.
5093
50942003-01-22 Kevin L. Mitchell <klmitch@mit.edu>
5095 * libs: put third-party libraries in this subdirectory.
5096 Started by copying adns into it--will fix the rest and remove
5097 the top-level copy later.
5098
50992003-01-14 Andrew Miller <a1kmm@mware.virtualave.net>
5100 * ircd/m_settime.c: Fixed a minor format string issue.
5101
51022003-01-12 Thomas Helvey <tom.helvey@cox.net>
5103 * adns/src/check.c, adns/src/transmit.c, ircd/m_opmode.c,
5104 ircd/motd.c, ircd/s_user.c: Cleanup warnings, fix precedence
5105 bugs in transmit.c and m_opmode.c.
5106
51072003-01-12 Thomas Helvey <tom.helvey@cox.net>
5108 * include/class.h, include/ircd_string.h, ircd/class.c,
5109 ircd/gline.c, ircd_string.c: Fix undefined order
5110 of evaluation bug in gline.c, add general purpose hasher for
5111 conf entries.
5112
51132003-01-11 Thomas Helvey <tom.helvey@cox.net>
5114 * include/channel.h, include/ircd_alloc.h, ircd/channel.c,
5115 ircd/client.c, ircd/gline.c, ircd/ircd_alloc.c,
5116 ircd/ircd_events.c, ircd/ircd_log.c, ircd/ircd_parser.y,
5117 ircd/ircd_snprintf.c, ircd/listener.c, ircd/m_nick.c,
5118 ircd/m_opmode.c, ircd/m_whois.c, ircd/motd.c,
5119 ircd/s_auth.c, ircd/s_bsd.c, ircd/uping.c: Server compiles
5120 with g++ again, type safety, const correctness fixes,
5121 remove C++ keywords again :/
5122
51232003-01-11 Thomas Helvey <tom.helvey@cox.net>
5124 * ircd/client.c, ircd/ircd_feature.c: Bugfix, the feature
5125 table data was in a different order than the feature data
5126 structure, which resulted in a wild index being used in
5127 feature_bool. The feature_bool function didn't check it's
5128 index before indexing the features array resulting in
5129 a core dump on /oper.
5130
51312003-01-10 Thomas Helvey <tom.helvey@cox.net>
5132 * include/client.h, include/res.h, include/s_bsd.h,
5133 ircd/ircd.c, ircd/list.c ircd/m_connect.c, ircd/res_adns.c,
5134 ircd/res_libresolv.c, ircd/s_auth.c, ircd/s_bsd.c, ircd/s_conf.c:
5135 Remove resolver cache wart, change hostent representation, cleanup
5136 resolver clients.
5137
51382003-01-10 Thomas Helvey <tom.helvey@cox.net>
5139 * ircd/map.c, ircd/Makefile.in, include/map.h: Remove
5140 HEAD_IN_SAND macros to get server to build, rebuild dependencies.
5141
51422003-01-08 Fredrik Soderblom <froo@quakenet.org>
5143 * ircd/s_err.c, ircd/s_user.c (hide_hostmask): Simplify
5144 RPL_HOSTHIDDEN and the use of it.
5145
51462003-01-07 Kevin L Mitchell <klmitch@mit.edu>
5147
5148 * BUGS: removed from distribution
5149
5150 * ChangeLog.07: moved into doc/history
5151
5152 * ChangeLog.10: moved into doc/history
5153
5154 * INSTALL: pulled up from u2.10.11.04
5155
5156 * README: pulled up from u2.10.11.04
5157
5158 * README.FreeBSD: pulled up from u2.10.11.04
5159
5160 * README.Solaris: pulled up from u2.10.11.04
5161
5162 * RELEASE.NOTES: add sysctl note from u2.10.11.04
5163
5164 * TODO: removed from distribution
5165
5166 * configure.in: add extra check for res_mkquery; remove
5167 --disable-headinsand since it no longer has any effect; pull up
5168 "Enable" vs. "Disable" changes from u2.10.11.04
5169
5170 * doc/readme.asll: pulled up from u2.10.11.04
5171
5172 * doc/readme.features: pull up missing documentation, including a
5173 couple of corrections
5174
5175 * doc/readme.log: correct text to read FACILITY instead of SYSLOG
5176 in the documentation for configuring syslog facility
5177
5178 * include/channel.h: declare IsInvited()
5179
5180 * include/handlers.h: do some minor reorderings
5181
5182 * include/ircd_defs.h: remove deprecated NETWORK and URL_CLIENTS
5183 #define's
5184
5185 * include/ircd_policy.h: removed from the distribution
5186
5187 * include/jupe.h: declare jupe_memory_count()
5188
5189 * include/msgq.h: remove MsgCounts structure
5190
5191 * include/numeric.h: add a blank line after RPL_STATSQLINE; add
5192 RPL_HOSTHIDDEN
5193
5194 * include/s_stats.h: include ircd_features.h for definition of the
5195 enum; remove extraneous declarations
5196
5197 * ircd/Makefile.in: add LDFLAGS to table_gen
5198
5199 * ircd/engine_poll.c: remove commented-out assertion
5200
5201 * ircd/ircd.c: include s_stats.h and call stats_init()
5202
5203 * ircd/ircd_features.c: feature names have to be case-sensitive
5204 because of some of the HIS features
5205
5206 * ircd/ircd_relay.c: reorder includes
5207
5208 * ircd/m_account.c: include string.h for strlen()
5209
5210 * ircd/m_clearmode.c: remove extraneous clean_channelname(); make
5211 sure to refer to chname, not parv[1]
5212
5213 * ircd/m_create.c: remove the broken code that squits servers that
5214 are >5 minutes fast; fix "badop || CHFL_CHANOP" bug that caused op
5215 desyncs
5216
5217 * ircd/m_gline.c: if it's a server, force the gline; don't
5218 gline_find() before determining if the oper had the privilege
5219
5220 * ircd/m_kick.c: kicks by servers should appear to be from the
5221 local server thanks to HIS
5222
5223 * ircd/m_lusers.c: needs ircd_features.h, not ircd_policy.h
5224
5225 * ircd/m_map.c: needs ircd_features.h, not ircd_policy.h
5226
5227 * ircd/m_nick.c: added an assertion and some explanatory comments
5228 pulled up from u2.10.11.04
5229
5230 * ircd/m_opmode.c: no longer requiring oper to be on the channel;
5231 search for quarantines before allowing ops
5232
5233 * ircd/m_privmsg.c: one character typo that probably means nothing
5234
5235 * ircd/m_settime.c: add back comments I left in the code
5236
5237 * ircd/m_squit.c: remove protocol_violation() notices
5238
5239 * ircd/m_userhost.c: return realhost if user is an oper
5240
5241 * ircd/m_wallvoices.c: only m_wallvoices() should add a +
5242
5243 * ircd/m_who.c: add handling for the 'a' field
5244
5245 * ircd/m_whois.c: correct a typo of FEAT_HIS_SERVERNAME for
5246 FEAT_HIS_SERVERINFO
5247
5248 * ircd/s_bsd.c: close file descriptors 0, 1, and 2; pull up some
5249 ancient bug fixes from the u2.10.11 branch
5250
5251 * ircd/s_debug.c: include gline.h, jupe.h, motd.h, and s_stats.h;
5252 call motd_memory_count(), gline_memory_count(), and
5253 jupe_memory_count() when reporting memory usage; add back a
5254 comment regarding "DBuf caveats"
5255
5256 * ircd/s_err.c: add RPL_STATSQLINE, RPL_HOSTHIDDEN, and pull up
5257 change to ERR_NOPRIVILEGES wording
5258
5259 * ircd/s_misc.c: include ircd_features.h and not ircd_policy.h
5260
5261 * ircd/s_stats.c: count from 0 and not 1 when initializing the
5262 stats
5263
5264 * ircd/s_user.c: comment out assertion; remove extraneous
5265 definition of FLAGS_HOST_HIDDEN; add in hikari's "your host is now
5266 hidden" reply; don't detach oper confs unless sptr is not an oper
5267
5268 * ircd/table_gen.c: pull up change to NTL_CHPFX (removing +);
5269 change channel name character range to be from '\041' (!) to
5270 UCHAR_MAX
5271
5272 * ircd/whocmds.c: pull up fix to /who idle time from u2.10.11.04
5273
5274 * tools/linesync/linesync.conf: pull up from u2.10.11.04
5275
5276 * tools/linesync/linesync.sh: pull up from u2.10.11.04
5277
52782003-01-07 Andrew Miller <a1kmm@mware.virtualave.net>
5279 * almost everything: Forward ported numerous changes from .11 to .12
5280
52812002-07-05 Andrew Miller <a1kmm@mware.virtualave.net>
5282 * ircd/packet.c(connect_dopacket): Pass the job on to server_dopacket
5283 when they become a server.
5284 * ircd/s_bsd.c(read_packet): Check they are now a server *after* the
5285 packet is sent.
5286 * ircd/class.c(make_class): Fixed an assert to be more useful.
5287
52882002-07-05 Andrew Miller <a1kmm@mware.virtualave.net>
5289 * ircd/packet.c
5290 * ircd/packet.h: (connect_dopacket): Made a dopacket function for
5291 connecting links which sends the messages through the correct message
5292 handler.
5293 * ircd/s_bsd.c(read_packet): Put packets through the correct handler
5294 for connecting links. Properly handle unknown links becoming
5295 connecting or servers.
5296
52972002-07-01 Andrew Miller <a1kmm@mware.virtualave.net>
5298 * include/ircd_alloc.h (MyFree): Accept NULL pointers to do nothing
5299 with, this is used quite a lot.
5300 * ircd/class.c (make_class): Initialise the ref_count to 1 so that
5301 we don't leak.
5302 * ircd/class.c (add_class): When updating a class, free the old name
5303 first to prevent leakage.
5304 * ircd/class.c (class_delete_marked): Decrement the ref_count for the
5305 class after it is removed from the linked list.
5306 * ircd/ircd_parser.y: Changed a free to MyFree().
5307 * ircd/ircd_parser.y: Removed a few debugging messages.
5308
53092002-07-01 Andrew Miller <a1kmm@mware.virtualave.net>
5310 * s_bsd.c (read_packet): Our daily addition to the list of entities to
5311 treat as servers - Connecting servers.
5312
53132002-07-01 Andrew Miller <a1kmm@mware.virtualave.net>
5314 * doc/debug_memleak_gc.patch,
5315 * include/ircd_ircd_alloc.h,
5316 * include/memdebug.h,
5317 * configure.in,
5318 * ircd/Makefile.in,
5319 * ircd/memdebug.c: added a Boehm's gc based leak detector to find leaks
5320 and notify the operators.
5321
53222002-06-29 Andrew Miller <a1kmm@mware.virtualave.net>
5323
5324 * ircd/s_bsd.c (read_packet): don't make handshaking servers go through
5325 the dbufs.
5326
53272002-06-18 Andrew Miller <a1kmm@mware.virtualave.net>
5328
5329 * ircd/s_bsd.c (read_packet): don't allow unregistered clients to flood
5330 the server.
5331
53322002-06-18 Alex Badea <vampire@p16.pub.ro>
5333
5334 * ircd/m_burst.c (ms_burst): kick local members if the channel
5335 has a larger local TS and it's +i or +k remotely (anti net.ride)
5336
5337 * ircd/ircd_parser.y: fixed a bug that broke IP-based C:lines
5338
5339 * ircd/s_err.c: connection classes are now strings (RPL_STATSCLINE)
5340
5341 * include/s_conf.h: externalized lookup_confhost
5342
5343 * adns/Makefile.in: compilation-outside-source-tree fix
5344
53452002-06-17 Alex Badea <vampire@p16.pub.ro>
5346
5347 * adns/*: added a slightly hacked copy of adns
5348
5349 * configure.in: added a --disable-adns switch if you want
5350 to use the old libresolv res.c
5351
5352 * configure: ran autoconf
5353
5354 * ircd/res_libresolv.c: renamed from res.c
5355
5356 * ircd/res_adns.c: added adns resolver
5357
53582002-06-17 Alex Badea <vampire@p16.pub.ro>
5359
5360 * ircd/ircd_parser.y: fixed 'Connect' block processing so now
5361 you can actually connect to other servers
5362
53632002-06-04 Alex Badea <vampire@p16.pub.ro>
5364
5365 * ircd/m_stats.c (report_servers_verbose): oops, fixed it so
5366 it displays all servers, not just local connects
5367
53682002-05-30 Jean-Edouard Babin <Jeb@jeb.com.fr>
5369
5370 * ircd/m_server.c (mr_server): fixed core bug on insufficient
5371 arguments
5372
53732002-05-26 Jeekay <jeekay@irc.planetarion.com>
5374
5375 * ircd/m_join.c (HasControlChars): fixed unsigned vs signed
5376
53772002-05-26 Jeekay <jeekay@irc.planetarion.com>
5378
5379 * ircd/m_join.c (m_join,HasControlChars): check if a channel
5380 name has any control chars (<=32) in it before allowing a
5381 local user to join.
5382
53832002-21-05 Andrew Miller <a1kmm@mware.virtualave.net>
5384 * ircd/ircd_relay.c: stop an information leak about the
5385 the network topography from relayed messages.
5386
53872002-04-19 Alex Badea <vampire@p16.pub.ro>
5388
5389 * ircd/m_who.c (m_who): disallow non-opers to /who server.name
5390
53912002-04-18 Alex Badea <vampire@p16.pub.ro>
5392
5393 * ircd/s_err.c (RPL_STATSILINE): connection classes are now
5394 strings
5395
53962002-04-17 beware <steendijk@tomaatnet.nl>
5397
5398 * m_whois.c (m_whois): disallow remote queries for non-existent
5399 local users when originated by a non-oper
5400
54012002-04-16 Alex Badea <vampire@p16.pub.ro>
5402
5403 * ircd/s_user.c (hunt_server_cmd): also send a "no such server"
5404 reply if the servername contains a '*' and it doesn't exist
5405
5406 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
5407
54082002-04-16 beware <steendijk@tomaatnet.nl>
5409
5410 * ircd/m_whois.c: the previous patch broke whois, fixed it
5411 another way
5412
5413 * ircd/m_admin.c: cleaned up m_admin too while we're here,
5414 hunt_server_cmd can do all the work for us
5415
54162002-04-15 Alex Badea <vampire@p16.pub.ro>
5417
5418 * ircd/m_stats.c: added verbose server reporting (/stats v
5419 or /stats V for machine-readable format) (bugzilla bug 52)
5420
5421 * include/numeric.h: added RPL_STATSVERBOSE 236
5422
5423 * ircd/s_err.c: added RPL_STATSVERBOSE
5424
5425 * ircd/s_stats.c: added help for stats 'v'
5426
54272002-04-15 Alex Badea <vampire@p16.pub.ro>
5428
5429 * ircd/class.c (get_client_class): fixed typo which caused
5430 /trace (and perhaps motd) to core
5431
54322002-04-15 beware <steendijk@tomaatnet.nl>
5433
5434 * ircd/m_whois.c: Fixed /whois servermask nomatch bug
5435 where normal users could use the function to discover servers,
5436 also the NOSUCHSERVER check code was missing.
5437
54382002-04-14 Alex Badea <vampire@p16.pub.ro>
5439
5440 * ircd/ircd_parser.y: fixed cli_info(&me) not being set
5441 from 'description' conf
5442
54432002-04-13 Stephane Thiell <mbuna@undernet.org>
5444
5445 * ircd/m_whois.c: removed FindUser() in ms_whois to fix
5446 remote whois relaying.
5447
5448 * ircd/class.c: removed unused (and duplicated) code
5449 get_client_ping().
5450
5451 * include/class.h: removed unused function prototype.
5452
5453 * config.guess: upgraded with latest
5454
5455 * config.sub: upgraded with latest
5456
54572002-04-12 Alex Badea <vampire@p16.pub.ro>
5458
5459 * ircd-patch: report which files failed the dry run (so the
5460 user may force the patch if the rejects are in less-than-vital
5461 files, such as ChangeLog or documentation)
5462
54632002-04-12 Alex Badea <vampire@p16.pub.ro>
5464
5465 * ircd/m_invite.c: don't propagate invites for local channels
5466
5467 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
5468
54692002-04-10 Joseph Bongaarts <foxxe@wtfs.net>
5470
5471 * ircd/ircd.c: The last fix broke autoconnects completely.
5472 Fixed it another way.
5473
54742002-04-09 Brian Cline <clineb@cs.winthrop.edu>
5475
5476 * ircd/ircd.c (try_connections): To avoid problems with infinite event
5477 loops, don't try connecting to servers whose connect frequency is 0.
5478
54792002-04-10 Alex Badea <vampire@p16.pub.ro>
5480
5481 * ircd/ircd_parser.y: fixed a "features" block parse bug
5482
5483 * tools/convert-conf.py: added a configuration file converter
5484 from 2.10.11 to 2.10.12 format
5485
5486 * ircd-patch: added GPL information to top of file
5487
54882002-04-09 Alex Badea <vampire@p16.pub.ro>
5489
5490 * configure.in: added a human-readable report of configured
5491 options at the end of the configure process
5492
5493 * configure: regenerated with autoconf
5494
54952002-04-08 Gavin Grieve <ggrieve@ihug.co.nz>
5496
5497 * include/supported.h: change CHARSET to CASEMAPPING after
5498 discussions as to what would be the preferred name.
5499
55002002-04-05 Andrew Miller <a1kmm@mware.virtualave.net>
5501 * ircd/s_conf.c, ircd_parser.y, ircd_lexer.l: Add privilege
5502 specification.
5503 * Fix a minor parser bug that meant rehash didn't always
5504 work correctly.
5505
55062002-04-03 Alex Badea <vampire@p16.pub.ro>
5507
5508 * include/channel.h: fix compiler warnings (paratheses around &&)
5509
5510 * ircd/channel.c (modebuf_extract): fix compiler warnings
5511 (uninitialized variables)
5512
5513 * ircd/Makefile.in: make ircd properly compile outside the
5514 source tree
5515
55162002-04-03 Alex Badea <vampire@p16.pub.ro>
5517
5518 * include/s_user.h: added a sptr parameter to InfoFormatter
5519 function type
5520
5521 * ircd/m_who.c: don't match IPs for clients which have a hidden host,
5522 except when the inquiring user is an oper
5523
5524 * ircd/whocmds.c: show the fake IP from FEAT_HIDDEN_IP if the
5525 target has a hidden host, but show real IP to opers
5526
5527 * ircd/m_userip.c (userip_formatter): add sptr parameter; show the
5528 fake IP from FEAT_HIDDEN_IP if the target has a hidden host, but
5529 show real IP to opers
5530
5531 * ircd/m_userhost.c (userhost_formatter): add (unused) sptr parameter
5532
5533 * ircd/s_user.c (send_user_info): pass sptr to the formatting function
5534
5535 * include/ircd_features.h: new feature FEAT_HIDDEN_IP (stores which
5536 fake IP to show for clients with a hidden host)
5537
5538 * ircd/ircd_features.c: new feature FEAT_HIDDEN_IP
5539
5540 * doc/example.conf: default value for FEAT_HIDDEN_IP
5541
5542 * doc/readme.features: documented FEAT_HIDDEN_IP
5543
55442002-04-03 Andrew Miller <a1kmm@mware.virtualave.net>
5545 * doc/example.conf: Cleaned up some comments that ended up in
5546 strange places due to problems in the merge process.
5547 * ircd/m_nick.c: Cleaned up ms_nick, and fixed a bug that
5548 probably dates back to Jarkko code.
5549
55502002-04-02 Kevin L Mitchell <klmitch@mit.edu>
5551
5552 * ircd/m_kill.c: let ms_kill() and mo_kill() seperate the message
5553 from the path before calling do_kill(); add a msg argument to
5554 do_kill() and use it in preference to comment; remove all that old
5555 code that fiddled with the buf and the comment
5556
5557 * ircd/ircd_log.c (log_write_kill): add a seperate msg argument
5558
5559 * include/ircd_log.h: add a seperate msg argument to
5560 log_write_kill()
5561
5562 * ircd/ircd.c: display event engine and MAXCONNECTIONS information
5563
55642002-04-02 Alex Badea <vampire@p16.pub.ro>
5565
5566 * ircd-patch: Automatically generate a version string from patches
5567
55682002-04-02 Alex Badea <vampire@p16.pub.ro>
5569
5570 * ircd-patch: Test before doing anything dangerous, provide -f to
5571 to it anyway. exit levels for easy scripting.
5572
55732002-04-01 Kevin L Mitchell <klmitch@mit.edu>
5574
5575 * ircd/channel.c (joinbuf_join): don't add a channel to the list
5576 in the joinbuf unless when we flush it, we empty the list
5577
55782002-04-02 Andrew Miller <a1kmm@mware.virtualave.net>
5579 * ircd/ircd_parser.y: Added ircd parser, lexer, to replace the
5580 old configuration file format.
5581 * ircd/ircd_lexer.l
5582 * ircd/s_conf.c
5583 * doc/example.conf
5584
55852002-03-23 Bert Faes <bert.faes@pandora.be>
5586
5587 * s_misc.c made /trace reply always show the username
5588
55892002-03-28 Kevin L Mitchell <klmitch@mit.edu>
5590
5591 * configure.in: use AC_CHECK_FUNCS to define HAVE_* macros; test
5592 for setrlimit, getrusage, and times
5593
5594 * configure: rerun auto-conf
5595
5596 * config.h.in: rerun autoheader
5597
55982002-03-27 Kevin L Mitchell <klmitch@mit.edu>
5599
5600 * ircd/m_burst.c (ms_burst): use MODEBUF_DEST_NOKEY to suppress
5601 sending of the key to the channel
5602
5603 * ircd/channel.c (modebuf_flush_int): when processing keys, only
5604 include the actual key in the mode sent to the channel if
5605 MODEBUF_DEST_NOKEY is not set
5606
5607 * include/channel.h: needed more bits for MODEBUF_DEST_*,
5608 especially when adding MODEBUF_DEST_NOKEY to force keys in the
5609 BURST to be reported as "*" to the channel
5610
5611 * ircd/m_oper.c (m_oper): clear the new oper's sendq so it gets
5612 inherited from the class associated with the O-line
5613
56142002-03-25 Kevin L Mitchell <klmitch@mit.edu>
5615
5616 * ircd/s_user.c (set_nick_name): invalidate all ban valid caching
5617 when a user changes his nickname so we can catch if he now matches
5618 a ban
5619
56202002-03-20 Reed Loden <reed@redmagnet.com>
5621 * doc/example.conf: Added OPER_LIST_CHAN and LOCOP_LIST_CHAN.
5622
5623 * doc/readme.features: Added OPER_LIST_CHAN and LOCOP_LIST_CHAN.
5624
56252002-03-20 LordLuke <lordluke@undernet.org>
5626 * ircd/client.c: Add LOCOP_LIST_CHAN feature.
5627
5628 * ircd/ircd_features.h: Add LOCOP_LIST_CHAN feature.
5629
56302002-03-19 Joseph Bongaarts <foxxe@wtfs.net>
5631
5632 * ircd/m_links.c: Make /links behave like /map for head_in_sand.
5633 cleaned up excess code.
5634
5635 * ircd/map.c: Added map_dump_links_head_in_sand() Made changes in
5636 map_add() and map_update() for links changes.
5637
5638 * include/map.h: Added info and prot to struct Map
5639
5640 * include/ircd_defs.h: Added MAP_CACHE_TIME for length of time
5641 servers are cached in MapList
5642
5643 * ircd/s_misc.c: changed #ifdef for map_update()
5644
5645 * ircd/m_server.c: changed #ifdef for map_update()
5646
5647 * include/ircd_policy.h: added NO_HEAD_IN_SAND for easier removal of
5648 hiding features.
5649
5650 * configure.in: add --disable-headinsand
5651
5652 * configure: Ran autoconf
5653
5654 * ircd/m_stats.c: Fixed a bug in /stats i and made /stats i show
5655 connect limits
5656
5657 * ircd/s_stats.c: Made /stats i report connect limits
5658
5659 * ircd/s_err.c: Modified RPL_STATSILINE to use %s instead of
5660 "*" for the password field.
5661
56622002-03-19 LordLuke <lordluke@undernet.org>
5663
5664 * include/channel.h: Allow opers to view +s channels in /list
5665
5666 * include/client.h: Add "PRIV_LIST_CHAN" oper privilege
5667
5668 * include/ircd_features.h: added "LIST_CHAN" feature
5669
5670 * ircd/channel.c: Allow opers to view +s channels in /list
5671
5672 * ircd/client.c: Add "PRIV_LIST_CHAN"
5673
5674 * ircd/ircd_features.c: Add "LIST_CHAN" feature
5675
56762002-03-13 Joseph Bongaarts <foxxe@wtfs.net>
5677
5678 * ircd/m_kill.c: Last of the last of the bug fixes (Thanks Spike).
5679 Must be more careful when forward porting by hand...
5680
56812002-03-13 Carlo Wood <run@alinoe.com>
5682
5683 * include/channel.h: CHFL_CHANNEL_MANAGER, new local
5684 channel flag set when someone creates a channel or joins
5685 using the Apass. IsChannelManager(), SetChannelManager():
5686 macros to manipulate new channel flag.
5687 channel_modes: Added new argument to avoid calling
5688 find_member_link more often than needed.
5689
5690 * include/numeric.h: RPL_APASSWARN, ERR_NOTLOWEROPLEVEL,
5691 ERR_NOTMANAGER, ERR_CHANSECURED, ERR_UPASSSET,
5692 ERR_UPASSNOTSET: new numeric replies.
5693
5694 * ircd/channel.c: is_level0_op: removed.
5695 member_can_send_to_channel: disallow channel manager
5696 to talk. channel_modes: show upass to level0 ops.
5697 mode_parse_upass: Only the channel manager is allowed
5698 to change the upass. Only allow to set upass when apass
5699 is also set. mode_parse_apass: Don't allow to change the
5700 Apass if the channel is older than 48 hours. Only allow
5701 to remove the apass when upass is not set. Send clear
5702 warnings regarding the importance of apass.
5703 mode_process_clients: Don't change the oplevel of an opped
5704 member in a channel where upass is not set.
5705
5706 * ircd/destruct_event.c: exec_expired_destruct_events:
5707 Bug fix: send DESTRUCT message when destructing a channel.
5708
5709 * ircd/m_destruct.c: ms_destruct: Bug fix: use self as
5710 prefix for DESTRUCT message.
5711
5712 * ircd/m_join.c: m_join: Handle apass and upass.
5713
5714 * ircd/m_kick.c: m_kick: Don't allow to kick member with
5715 a higher or equal op-level.
5716
5717 * ircd/m_mode.c: m_mode: Now pass member to channel_modes.
5718 ms_mode: Allow server to do modes on channels with apass
5719 set.
5720
5721 * ircd/s_err.c: RPL_APASSWARN, ERR_NOTLOWEROPLEVEL,
5722 ERR_NOTMANAGER, ERR_CHANSECURED, ERR_UPASSSET,
5723 ERR_UPASSNOTSET: new numeric replies.
5724
5725
57262002-03-10 Joseph Bongaarts <foxxe@wtfs.net>
5727
5728 * ircd/m_kill.c: Last of the bug fixes for do_kill()
5729
5730 * ircd/list.c: Don't remove clients from the linked list
5731 that aren't actually in the list.
5732
57332002-03-08 Carlo Wood <run@alinoe.com>
5734 * include/channel.h: Added CHFL_BURST_ALREADY_OPPED
5735 and CHFL_BURST_ALREADY_VOICED.
5736
5737 * ircd/m_burst.c: Allow BURST outside net-burst
5738 and take into account that users are already joined
5739 to the channel in that case.
5740
5741 * ircd/m_destruct.c: Implementation of DESTRUCT
5742 handling code.
5743
5744 * ircd/m_join.c: Set the channel creationtime to
5745 the timestamp of a message when that timestamp is
5746 smaller.
57472002-02-27 Reed Loden <reed@redmagnet.com>
5748 * tools/crypter: Updated some variables, added another notice,
5749 added CVS Id tag, and updated Perl location.
5750
5751 * tools/ringlog.c: Added IRC - Internet Relay Chat,
5752 tools/ringlog.c
5753
5754 * tools/ringlog.pl: Added IRC - Internet Relay Chat,
5755 tools/ringlog.pl
5756
5757 * tools/wrapper.c: Added IRC - Internet Relay Chat,
5758 tools/wrapper.c
5759
5760 * tools/mkpasswd.c: Added CVS Id tag
5761
5762 * tools/sums: Updated to comply with sums being moved to tools/
5763 and added CVS Id tag
5764
5765 * tools/README: Updated location of file and partly rewrote to fit
5766 u2.10.11's Features
5767
5768 * tools/Makefile.crypt: Updated location of file and added CVS Id
5769 tag
5770
5771 * acconfig.h: Updated location of file
5772
5773 * config.h.in: Updated location of file
5774
5775 * tools/Bounce/bounce.conf: Added CVS Id tag
5776
5777 * tools/Bounce/Bounce.cpp: Updated location of file
5778
5779 * tools/Bounce/Bounce.h: Updated location of file
5780
5781 * tools/hashtoy: Added CVS Id Tag
5782
57832002-02-27 Carlo Wood <run@alinoe.com>
5784
5785 * /ircd/ircd.c: check_pings: First check if a PING was sent at all.
5786
57872002-03-01 Carlo Wood <run@alinoe.com>
5788
5789 * include/channel.h: struct Channel: new attribute destruct_event.
5790 Prototype for destruct_channel().
5791
5792 * include/destruct_event.h: new header file for destruct_event.c.
5793
5794 * ircd/Makefile.in: New source file: destruct_event.c.
5795
5796 * ircd/channel.c: sub1_from_channel: Don't destruct channel
5797 immedeately but instead schedule it for destruction after
5798 some time when a channel becomes empty (and clear invite
5799 only and limit in that case).
5800 destruct_channel: new function, was previously the destructing
5801 part of sub1_from_channel.
5802 add_user_to_channel: remove destruction request if any.
5803
5804 * ircd/destruct_event.c: New file. Implementation of functions
5805 schedule_destruct_event_1m, schedule_destruct_event_48h,
5806 remove_destruct_event and exec_expired_destruct_events.
5807
5808 * ircd/ircd.c: destruct_event_timer: new timer.
5809 main: use destruct_event_timer to call exec_expired_destruct_events
5810 once per minute.
5811
5812 * ircd/m_endburst.c: ms_end_of_burst: Don't complain about empty
5813 channels. Schedule new empty channels for destruction.
5814
5815 * ircd/m_join.c: m_join: Destruct just-created channel immedeately.
5816
58172002-03-01 Carlo Wood <run@alinoe.com>
5818 * ircd/s_misc.c: exit_client: Only call map_update()
5819 for servers.
5820
58212002-02-28 Carlo Wood <run@alinoe.com>
5822 * include/channel.h: New attribute 'oplevel' in struct Membership.
5823 Added defines MAXOPLEVELDIGITS and MAXOPLEVEL.
5824 New macros: OpLevel(member): returns op-level of member and
5825 SetOpLevel(member, value): sets op-level of member.
5826 Prototype of add_user_to_channel: add oplevel to parameters.
5827 Prototype of mode_parse: add member to to parameters.
5828
5829 * include/numeric.h: added ERR_NOTLOWEROPLEVEL.
5830
5831 * ircd/s_err.c: idem.
5832
5833 * ircd/channel.c: Removed unmatched '{' braces from comments
5834 (confuses vi). add_user_to_channel: oplevel is passed to function
5835 and added in the created MemberShip structure. send_channel_modes:
5836 Generate the nick:mode list of the BURST msg in the new style (with
5837 op-levels). DONE_UPASS/DONE_APASS: fixed typo in comment. struct
5838 ParseState: New attribute: member. mode_process_clients: Disallow
5839 deopping someone with an equal or higher op-level, take care of
5840 inheritance of op-level. mode_parse: member is passed to function
5841 and added in the created ParseState structure. joinbuf_join: pass 0
5842 as oplevel to add_user_to_channel as needed initialization of oplevel
5843 in struct MemberShip.
5844
5845 * ircd/m_burst.c: ms_burst: Implementation of op-levels in the
5846 decoding of a BURST message and passing on a BURST message.
5847 Renamed default_mode to current_mode.
5848
5849 * ircd/m_mode.c: m_mode/ms_mode: pass on `member' to mode_parse.
5850
5851 * ircd/m_opmode.c: ms_opmode/mo_opmode: pass on NULL as member
5852 to mode_parse (causes opped member to get op-level 0).
5853
58542002-02-25 Carlo Wood <run@alinoe.com>
5855 * include/channel.h: Added two new strings to struct Mode,
5856 upass and apass, both with maximum length PASSLEN (a new
5857 define in this file). Two new mode defines MODE_UPASS and
5858 MODE_APASS.
5859
5860 * ircd/channel.c: is_level0_op: Added as dummy function.
5861 channel_modes/modebuf_flush_int/modebuf_extract/mode_parse:
5862 Added support for MODE_APASS (+A) and MODE_UPASS (+u).
5863 mode_parse_upass: New function to parse mode +u.
5864 mode_parse_apass: New function to parse mode +A.
5865
5866 * ircd/s_err.c: Added 'A' and 'u' to mode list (RPL_MYINFO).
5867
58682002-02-25 Carlo Wood <carlo@alinoe.com>
5869
5870 * ircd/m_server.c: remove unused variables
5871
58722002-02-25 Joseph Bongaarts <foxxe@wtfs.net>
5873
5874 * ircd/m_map.c: Modified to show a useful output to non-opered
5875 clients when HEAD_IN_SAND_MAP is defined. Servers are added to
5876 the list when first seen (after receiving SERVER) and that list
5877 is sent to clients. Servers are excluded from the list if they are
5878 hubs, services, or have been missing for more than 1 week.
5879
5880 * ircd/map.c: Created file for map_* functions
5881
5882 * include/map.h: Created file for map_* functions
5883
5884 * ircd/m_server.c: Added calls to map_update()
5885
5886 * ircd/s_misc.c: Added call to map_update()
5887
5888 * ircd/parse.c: Changed to use m_map() and mo_map()
5889
58902002-02-22 Reed Loden <reed@redmagnet.com>
5891
5892 * ircd/m_connect.c: Removed an extra : in remote connect message.
5893
58942002-02-19 Joseph Bongaarts <foxxe@wtfs.net>
5895
5896 * ircd/whocmds.c: Local opers should also be able to
5897 see servernames in /who
5898
5899 * ircd/gline.c: Fix core bug in gline_find()
5900
5901 * ircd/m_kill.c: Bug fix for HIS_KILLWHO
5902
59032002-02-19 John Buttery <john@io.com>
5904
5905 * ircd/ircd.c: Updated "No such file" error message.
5906
59072002-02-18 Joseph Bongaarts <foxxe@wtfs.net>
5908
5909 * ircd/m_kill.c: Changed m_kill() to do_kill() because its not
5910 a message handler, and some general cleanups and bug fixes.
5911
5912 * include/ircd_policy.h: Added HEAD_IN_SAND_KILLWHO for hiding
5913 kill source.
5914
59152002-02-16 Tim Vogelsang <net@astrolink.org>
5916
5917 * ircd/m_kill.c: added a new static function, m_kill, which
5918 performs the actual kill.
5919
59202002-02-14 Joseph Bongaarts <foxxe@wtfs.net>
5921
5922 * Added support for LIST STOP
5923
59242002-02-13 Joseph Bongaarts <foxxe@wtfs.net>
5925
5926 * Merged changes from u2_10_11 to main branch.
5927
59282002-02-08 Tim Vogelsang <net@astrolink.org>
5929
5930 * ircd/m_quit.c: don't prefix user quits with "Quit:" unless a
5931 reason is supplied.
5932
59332002-02-06 Kevin L Mitchell <klmitch@mit.edu>
5934
5935 * ircd/s_auth.c (read_auth_reply): left out an = in an
5936 assertion--shouldn't have had any impact, though
5937
5938 * ircd/Makefile.in: add a hook for using ringlog; run make depend
5939
5940 * tools/ringlog.c: for the heck of it, add a comment including
5941 rules for /etc/magic
5942
59432002-02-05 Kevin L Mitchell <klmitch@mit.edu>
5944
5945 * tools/ringlog.pl: perl script to take output from ringlog and
5946 pass it to addr2line to get function, file, and line number
5947 information
5948
5949 * tools/ringlog.c: program/object to help in building function
5950 trace information
5951
59522002-02-04 Alex Badea <vampire@p16.pub.ro>
5953
5954 * include/ircd_features.h: added new feature MOTD_BANNER
5955
5956 * ircd/ircd_features.c: added new feature MOTD_BANNER
5957
5958 * ircd/motd.c (motd_signon): send a one-line banner from
5959 FEAT_MOTD_BANNER if it's not NULL and FEAT_NODEFAULTMOTD
5960 is set
5961
5962 * doc/example.conf: default value for MOTD_BANNER feature
5963
5964 * doc/readme.features: documented the MOTD_BANNER feature
5965
59662002-02-04 Kevin L Mitchell <klmitch@mit.edu>
5967
5968 * ircd/s_debug.c (debug_serveropts): remove deprecated CHROOTDIR
5969 check; added character 'A' to the server options string to
5970 indicate when assertion checking is enabled
5971
59722002-02-03 Kevin L Mitchell <klmitch@mit.edu>
5973
5974 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
5975
5976 * ircd/engine_kqueue.c (set_or_clear): don't generate an ET_ERROR
5977 event if the errno is EBADF, since the caller probably already
5978 knows about it and just hasn't gotten around to processing it yet
5979
5980 * ircd/ircd_events.c: set the GEN_ERROR flag if an ET_ERROR event
5981 is generated; don't process socket_events() or socket_state() if
5982 an error occurred; add GEN_ERROR to list of flags in gen_flags()
5983
5984 * include/ircd_events.h: define new GEN_ERROR flag; add a macro to
5985 clear it
5986
59872002-02-01 Kevin L Mitchell <klmitch@mit.edu>
5988
5989 * ircd/channel.c: change make_nick_user_{ip,host} to not use a
5990 static buffer--instead, a buffer of the right size (NUH_BUFSIZE or
5991 NUI_BUFSIZE--I confess they're not well-named) is allocated by the
5992 caller
5993
59942002-02-02 Alex Badea <vampire@p16.pub.ro>
5995
5996 * include/client.h: added user flag FLAGS_HIDDENHOST
5997
5998 * include/ircd_features.h: added FEAT_HOST_HIDING and
5999 FEAT_HIDDEN_HOST
6000
6001 * include/numeric.h: defined numeric 338 (RPL_WHOISACTUALLY)
6002 to report real hostnames and IPs to opers
6003
6004 * include/s_user.h: exported hide_hostmask()
6005
6006 * include/send.h: changed sendcmdto_channel_butserv to
6007 sendcmdto_channel_butserv_butone; ditto for
6008 sendcmdto_common_channels
6009
6010 * include/struct.h: added realhost to struct User
6011
6012 * include/whowas.h: added realhost to struct Whowas
6013
6014 * ircd/channel.c: match bans against both real and hidden
6015 hostmasks; moved some calls to use sendcmdto_*_butone
6016
6017 * ircd/gline.c: match glines agains real host
6018
6019 * ircd/ircd_features.c: added FEAT_HOST_HIDING and
6020 FEAT_HIDDEN_HOST
6021
6022 * ircd/m_account.c: call hide_hostmask() for possibly
6023 hiding the user's host
6024
6025 * ircd/m_burst.c: moved some calls to use sendcmdto_*_butone
6026
6027 * ircd/m_topic.c: moved some calls to use sendcmdto_*_butone
6028
6029 * ircd/m_userip.c: report IP 127.0.0.1 if the user has a hidden
6030 host
6031
6032 * ircd/m_who.c: match real hosts, if the query comes from an oper
6033
6034 * ircd/m_whois.c: report real hostname and IP to opers
6035
6036 * ircd/m_whowas.c: report real hostname to opers
6037
6038 * ircd/s_err.c: added user mode 'x' to the list of supported user
6039 modes in RPL_MYINFO (004); added RPL_WHOISACTUALLY for reporting
6040 real hostnames to opers
6041
6042 * ircd/s_misc.c: moved some calls to use sendcmdto_*_butone
6043
6044 * ircd/s_serv.c: send real hostname to servers
6045
6046 * ircd/s_user.c: send real hostname to servers; added processing
6047 of usermode 'x'; added hide_hostmask() which actually does the work
6048 of hiding a user's host; moved some calls to use sendcmdto_*_butone
6049
6050 * ircd/send.c: changed sendcmdto_channel_butserv to
6051 sendcmdto_channel_butserv_butone; ditto for
6052 sendcmdto_common_channels
6053
6054 * ircd/whocmds.c: extra letter 'x' in WHO reply if the user has
6055 it's host hidden
6056
6057 * ircd/whowas.c: if needed, store a user's real host so we can
6058 report it to opers later
6059
6060 * doc/readme.features: documented HOST_HIDING and HIDDEN_HOST
6061 features
6062
6063 * doc/example.conf: default values for HOST_HIDING and
6064 HIDDEN_HOST features
6065
60662002-02-01 Tim Vogelsang <net@astrolink.org>
6067
6068 * ircd/send.c (sendwallto_group_butone): don't sent wallops to
6069 ordinary users
6070
60712002-01-28 Kevin L Mitchell <klmitch@mit.edu>
6072
6073 * ircd/jupe.c (jupe_activate): remove a bogus assertion
6074
6075 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6076
6077 * ircd/s_err.c: added new channel mode 'r' to list of supported
6078 channel modes in RPL_MYINFO (004); migrated RPL_USERIP to use
6079 numeric 340 instead of 307; add ERR_NEEDREGGEDNICK (477) for
6080 informing users why they can't join a +r channel
6081
6082 * ircd/m_clearmode.c (do_clearmode): add support for MODE_REGONLY
6083 (+r) to do_clearmode(); note that it is *not* being added to the
6084 default clearmode mask!
6085
6086 * ircd/channel.c: don't allow non-+r users to send messages to +r
6087 channels from off the channel; add support for MODE_REGONLY (+r)
6088 to channel_modes(); don't allow non-+r users to join +r channels
6089 without an invite; add support for MODE_REGONLY to the modebuf_*()
6090 family of functions (changes in modebuf_flush_int(),
6091 modebuf_mode(), and modebuf_extract()); add support for
6092 MODE_REGONLY to mode_parse()
6093
6094 * include/supported.h (FEATURESVALUES2): added the new channel
6095 mode 'r' to the list of supported channel modes
6096
6097 * include/numeric.h: move RPL_USERIP to 340 to avoid the 307
6098 conflict; add ERR_NEEDREGGEDNICK (477) for the new +r channels
6099
6100 * include/channel.h: remove unused MODE_SENDTS; add new
6101 MODE_REGONLY
6102
6103 * ircd/s_bsd.c (read_packet): remove call to timer_verify()
6104
6105 * ircd/list.c: remove calls to timer_verify() from
6106 alloc_connection() and dealloc_connection()
6107
6108 * ircd/ircd_events.c: turn off timer_verify(); remove calls to it
6109 from timer_run()
6110
61112002-01-27 Kevin L Mitchell <klmitch@mit.edu>
6112
6113 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6114
6115 * ircd/ircd_events.c (timer_run): why did I ever use a next
6116 pointer when the algorithm guarantees that the head pointer will
6117 always be the next pointer?
6118
61192002-01-26 Kevin L Mitchell <klmitch@mit.edu>
6120
6121 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6122
6123 * ircd/s_bsd.c (read_packet): call timer_verify() after adding the
6124 client process timer to catch any list corruption
6125
6126 * ircd/list.c: surround alloc_connection() and
6127 dealloc_connection() with calls to timer_verify()
6128
6129 * ircd/ircd_events.c: add sledgehammer known as timer_verify() to
6130 verify the timer list's structure; call it around timer_run()
6131
61322002-01-22 Kevin L Mitchell <klmitch@mit.edu>
6133
6134 * ircd/send.c (sendcmdto_common_channels): don't send message to a
6135 channel that the source is a zombie on
6136
61372002-01-13 Kevin L Mitchell <klmitch@mit.edu>
6138
6139 * ircd/ircd_events.c (timer_enqueue): one more assertion--make
6140 sure a timer has the ACTIVE flag set before enqueueing the timer
6141
6142 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6143
6144 * ircd/list.c (dealloc_connection): assert that the process timer
6145 has been removed from the timer queue before dealloc_connection()
6146 is called
6147
61482002-01-12 Kevin L Mitchell <klmitch@mit.edu>
6149
6150 * ircd/res.c: don't accept T_A when we're looking for T_PTR
6151
6152 * ircd/channel.c (modebuf_flush_int): nuke the code that would
6153 send a HACK DESYNCH notice on a HACK(2)--it would be far too
6154 chatty
6155
6156 * ircd/m_away.c (user_set_away): use AWAYLEN instead of TOPICLEN
6157
6158 * include/supported.h: add AWAYLEN to the list of supported
6159 features
6160
6161 * include/ircd_defs.h: add AWAYLEN to specify the maximum length
6162 of an away message
6163
6164 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6165
6166 * ircd/m_mode.c (m_mode): pass extra parameter to channel_modes()
6167
6168 * ircd/channel.c: pass a buflen parameter to channel_modes() for
6169 pbuf--we were using sizeof(pbuf), which would always be
6170 sizeof(char*) before; change send_channel_modes() to pass extra
6171 parameter to channel_modes()
6172
6173 * include/channel.h: pass a buflen parameter to channel_modes()
6174 for pbuf
6175
6176 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6177
6178 * ircd/uping.c (uping_start): initialize some timers
6179
6180 * ircd/s_bsd.c (read_packet): use new t_onqueue() macro to figure
6181 out when we need to re-add the process timer
6182
6183 * ircd/s_auth.c (make_auth_request): initialize a timer
6184
6185 * ircd/res.c (init_resolver): initialize some timers
6186
6187 * ircd/list.c (alloc_connection): initialize the client process
6188 timer
6189
6190 * ircd/ircd_events.c: add a function, timer_init(), to initialize
6191 a struct Timer; recast timer_add() to catch when adding a marked
6192 timer and not re-enqueue it--but mark it for re-enqueuing; update
6193 timer_del() to turn off the GEN_READD flag and to ignore reference
6194 counts when destroying the timer--we're using GEN_MARKED as an
6195 ersatz referance count; changed timer_run() to work with the new
6196 way of doing things; add GEN_ACTIVE and GEN_READD to gen_flags()'s
6197 map[]
6198
6199 * ircd/ircd.c: initialize some timers
6200
6201 * ircd/engine_select.c (engine_loop): initialize a timer
6202
6203 * ircd/engine_poll.c (engine_loop): initialize a timer
6204
6205 * ircd/engine_kqueue.c (engine_loop): initialize a timer
6206
6207 * ircd/engine_devpoll.c (engine_loop): initialize a timer
6208
6209 * ircd/IPcheck.c (IPcheck_init): initialize a timer
6210
6211 * include/ircd_events.h: add GEN_READD flag for timers to indicate
6212 that a timer must be readded; add t_onqueue() macro to check to
6213 see if a timer is on the queue (this is a hack, though); added
6214 timer_init() to initialize a struct Timer--we're no longer doing
6215 the initialization in timer_add()
6216
62172002-01-11 Kevin L Mitchell <klmitch@mit.edu>
6218
6219 * ircd/engine_devpoll.c (engine_loop): relocate an assertion to
6220 prevent a core bug *in* the assertion
6221
6222 * doc/readme.features: document new POLLS_PER_LOOP feature; change
6223 documentation to reflect that OPER_SET now defaults to FALSE
6224
6225 * doc/p10.html: documented the new ACCOUNT stuff
6226
6227 * doc/example.conf: document new POLLS_PER_LOOP default; change
6228 default for OPER_SET
6229
6230 * RELEASE.NOTES: changed documentation to reflect the fact that
6231 assertions are now enabled by default and do not cause memory
6232 leaks
6233
6234 * ircd/res.c (make_cache): removed a bogus assertion we probably
6235 never caught because assertions haven't been enabled on production
6236 servers for any length of time before
6237
6238 * ircd/engine_devpoll.c (engine_loop): ditto for POLLS_PER_DEVPOLL
6239
6240 * ircd/engine_kqueue.c (engine_loop): stupid me forgot one
6241 instance of POLLS_PER_KQUEUE
6242
6243 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6244
6245 * ircd/s_bsd.c (client_timer_callback): only clear the
6246 FREEFLAG_TIMER flag when the timer is being destroyed
6247
6248 * ircd/ircd_features.c: create a new feature, POLLS_PER_LOOP, and
6249 default it to 200; turn OPER_SET off by default
6250
6251 * ircd/engine_kqueue.c: dynamically allocate and reallocate the
6252 array of events to obtain from the kernel
6253
6254 * ircd/engine_devpoll.c: dynamically allocate and reallocate the
6255 array of events to obtain from the kernel
6256
6257 * include/ircd_features.h: add a new feature for tuning how many
6258 events to get from the kernel, for engines that support that
6259
6260 * ircd/Makefile.in: re-run make depend to correct dependancies
6261
6262 * ircd/m_who.c: remove unneeded inclusion of list.h
6263
6264 * ircd/ircd_events.c: remove unneeded inclusion of list.h
6265
6266 * ircd/whocmds.c (do_who): hide server name in /who unless
6267 requester is an operator; simplify hop count insertion
6268
6269 * ircd/s_misc.c (exit_one_client): make sure client's snomask is
6270 cleared
6271
6272 * ircd/parse.c: use mo_version and mo_admin when opers do /version
6273 or /admin
6274
6275 * ircd/m_whowas.c (m_whowas): use HEAD_IN_SAND_SERVERNAME instead
6276 of the static string "*.undernet.org"
6277
6278 * ircd/m_version.c: only let ordinary users get version
6279 information for the server they are on
6280
6281 * ircd/m_admin.c: only let ordinary users get admin information
6282 for the server they are on
6283
6284 * ircd/channel.c (client_can_send_to_channel): check is_banned()
6285 before letting the client speak on a channel s/he is not on
6286
6287 * include/supported.h: add NETWORK to feature list
6288
6289 * include/handlers.h: declare mo_admin() and mo_version()
6290
62912002-01-10 Kevin L Mitchell <klmitch@mit.edu>
6292
6293 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6294
6295 * ircd/s_debug.c (count_memory): conditionalize on MDEBUG instead
6296 of !NDEBUG
6297
6298 * ircd/m_stats.c: conditionalize /stats M on MDEBUG instead of
6299 !NDEBUG
6300
6301 * ircd/ircd_alloc.c: conditionalize on MDEBUG instead of on
6302 !NDEBUG
6303
6304 * ircd/fda.c: conditionalize on MDEBUG instead of on !NDEBUG
6305
6306 * ircd/Makefile.in: run make depend on chkconf.c as well
6307
6308 * include/ircd_alloc.h: instead of conditionalizing on !NDEBUG,
6309 conditionalize on MDEBUG
6310
6311 * include/fda.h: instead of conditionalizing on !NDEBUG,
6312 conditionalize on MDEBUG
6313
6314 * configure: rebuild configure script
6315
6316 * configure.in: enable assertion checking by default, since we
6317 have now decoupled memory debugging from the NDEBUG macro
6318
6319 * ircd/s_user.c (set_nick_name): remove calls to
6320 verify_client_list()
6321
6322 * ircd/s_misc.c (exit_one_client): remove calls to
6323 verify_client_list()
6324
6325 * ircd/s_conf.c (rehash): remove calls to verify_client_list()
6326
6327 * ircd/m_who.c (m_who): remove calls to verify_client_list()
6328
6329 * ircd/list.c: remove calls to verify_client_list(); keep
6330 verify_client_list() around just in case we ever need it again,
6331 but never compile it in
6332
6333 * ircd/ircd_events.c (event_execute): remove calls to
6334 verify_client_list()
6335
6336 * ircd/client.c (client_get_ping): remove calls to
6337 verify_client_list()
6338
6339 * include/list.h (send_listinfo): remove temporary debugging
6340 function verify_client_list()
6341
6342 * ircd/uping.c: don't die if the event type is ET_ERROR in socket
6343 callback functions
6344
6345 * ircd/res.c (res_callback): don't die if the event type is
6346 ET_ERROR
6347
6348 * ircd/listener.c (accept_connection): don't die if the event type
6349 is ET_ERROR
6350
63512002-01-09 Kevin L Mitchell <klmitch@mit.edu>
6352
6353 * ircd/s_user.c (set_nick_name): bracket call to
6354 add_client_to_list() with calls to verify_client_list()
6355
6356 * include/patchlevel.h (PATCHLEVEL): bump patchlevel (again)
6357
6358 * ircd/list.c (verify_client_list): add a probabilistic loop
6359 detector: for every client added, there is a 2% probability that
6360 it will be used to replace the value of sentinel; if at any time,
6361 sentinel is found again, we know we're in a loop
6362
6363 * ircd/ircd_events.c (event_execute): add verify_client_list()
6364 calls wrapping event_execute; at the very least, I'll figure out
6365 what event the corruption occurred in
6366
6367 * ircd/list.c: moved verify_client_list() to try to keep it from
6368 being inlined
6369
6370 * ircd/Makefile.in (version.c): version.c wasn't dependant on
6371 version.h and patchlevel.h, like it was supposed to be
6372
6373 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6374
6375 * ircd/s_auth.c (destroy_auth_request): overload send_reports
6376 argument to also indicate whether or not to call
6377 release_auth_client() and thereby enter the client into the linked
6378 list
6379
6380 * ircd/engine_devpoll.c (engine_loop): remove bogus assertion
6381
6382 * include/patchlevel.h (PATCHLEVEL): bump patchlevel
6383
6384 * ircd/list.c (free_client): verify that destroy_auth_request()
6385 didn't automagically re-add us to the list; we might have to think
6386 about this interaction more carefully, actually
6387
6388 * ircd/s_auth.c (auth_kill_client): zero the auth pointer before
6389 calling free_client(); otherwise, free_client() will try to free
6390 the auth by calling destroy_auth_request(), which will call
6391 add_client_to_list()
6392
6393 * ircd/s_misc.c (exit_one_client): liberally sprinkle calls to
6394 verify_client_list() around to catch any corruption that might
6395 occur here
6396
6397 * ircd/s_conf.c (rehash): liberally sprinkle calls to
6398 verify_client_list() here, since this is about the only routine I
6399 can think of that could cause the "core on kill -HUP" bug
6400
6401 * ircd/m_who.c: sprinkle calls to verify_client_list() around
6402 liberally, since we've seen crashes here; temporarily include the
6403 otherwise unneeded list.h header
6404
6405 * ircd/list.c: sprinkle calls to verify_client_list() around quite
6406 liberally; add debugging asserts to list manipulation functions to
6407 catch strange settings for next and prev pointers; define
6408 verify_client_list(), which walks the client list and verifies
6409 that everything is as it's supposed to be
6410
6411 * ircd/client.c: wrap client_get_ping with calls to
6412 verify_client_list() to see if that's where we're dying
6413
6414 * include/patchlevel.h (PATCHLEVEL): bump to 03
6415
6416 * include/list.h: declare verify_client_list() if DEBUGMODE
6417 enabled; otherwise, define it to be empty
6418
64192002-01-08 Kevin L Mitchell <klmitch@mit.edu>
6420
6421 * ircd/m_quit.c (m_quit): remove an unused variable
6422
6423 * include/patchlevel.h (PATCHLEVEL): bump PATCHLEVEL to 2
6424
6425 * ircd/s_user.c: when building the user mode to send to the user,
6426 don't include +r; add an extra set of parens to squelch a warning
6427
6428 * ircd/m_quit.c (m_quit): use exit_client_msg()
6429
6430 * include/patchlevel.h (PATCHLEVEL): bump patch level, so we can
6431 keep track of who's running what version
6432
6433 * ircd/m_squit.c (ms_squit): remove debugging calls to
6434 protocol_violation()
6435
6436 * Makefile.in: change MAKEFILES to IRCD_MAKEFILES to work around a
6437 new gmake "feature" (pull-up from trunk)
6438
6439 * ircd/m_quit.c (m_quit): prefix user quits with "Quit:" (pull-up
6440 from trunk)
6441
64422002-01-07 Kevin L Mitchell <klmitch@mit.edu>
6443
6444 * ircd/s_user.c: add FLAGS_ACCOUNT, represented as 'r', to the
6445 list of user modes; process account name as part of user mode in
6446 NICK decoding (set_nick_name()); add account name to usermode when
6447 building the usermode to incorporate in outgoing NICK messages
6448
6449 * ircd/s_err.c: add RPL_WHOISACCOUNT for reporting what account a
6450 user is logged in to
6451
6452 * ircd/parse.c: define the new ACCOUNT command, usable only by
6453 servers and ignored by everything else
6454
6455 * ircd/m_whois.c: report what account name is associated with a
6456 user, if any
6457
6458 * ircd/m_account.c: implement the ACCOUNT command
6459
6460 * ircd/Makefile.in: add m_account.c to the list of sources; ran
6461 make depend
6462
6463 * include/struct.h: add an account field to struct User
6464
6465 * include/numeric.h: add a reply, RPL_WHOISACCOUNT, for reporting
6466 what username a user is logged in under
6467
6468 * include/msg.h: add ACCOUNT command and token (AC)
6469
6470 * include/ircd_defs.h: define ACCOUNTLEN to be 12--this matches
6471 the maximum length of a username for X
6472
6473 * include/handlers.h: add declaration for ms_account()
6474
6475 * include/client.h: add FLAGS_ACCOUNT to flag when a user account
6476 name has been set; added FLAGS_ACCOUNT to SEND_UMODES; added
6477 IsAccount() and SetAccount() to manipulate the flag
6478
6479 * ircd/m_squit.c (ms_squit): if we call FindNServer() on a server
6480 name like "Amsterdam2.NL.EU.undernet.org", we get the struct
6481 Client for the server with numeric "Am", which happens to be
6482 stockholm! To fix this, we look up the full name *first*; if that
6483 doesn't get it, *then* we look up by numeric.
6484
64852001-12-24 Perry Lorier <isomer@coders.net>
6486 * ircd/m_server.c: cleanups, maybe this will make the bug easier
6487 to find.
6488
6489 * ircd/m_stats.c: display maximum number of connects in an I:
6490
64912001-11-22 Perry Lorier <isomer@coders.net>
6492 * ircd/m_squit.c: Bug fix in squit
6493
64942001-11-03 Greg Sikorski <gte@atomicrevs.demon.co.uk>
6495 * ircd/parse.c, include/handlers.h: Give remote whois the correct
6496 handler.
6497
64982001-11-01 Kevin L Mitchell <klmitch@mit.edu>
6499
6500 * ircd/send.c: some minor white-space fiddling; recast selector
6501 test in sendwallto_group_butone() to remove a warning regarding
6502 putting & within parentheses
6503
6504 * ircd/m_create.c (ms_create): use time_t instead of int as a
6505 declaration for rate
6506
6507 * ircd/ircd_reply.c (protocol_violation): it's supposed to be
6508 WALL_DESYNCH, not CMD_DESYNCH, if I understand things right--no
6509 wonder we weren't seeing any protocol violations!
6510
6511 * include/send.h: include time.h for time_t; move WALL_* closer to
6512 the function they're used in; some white-space fiddling; add
6513 declaration of sendto_opmask_butone_ratelimited()
6514
6515 * ircd/m_squit.c (ms_squit): add protocol_violation() calls in the
6516 cases where we ignore a squit, so we aren't taken by surprise, at
6517 least...
6518
6519 * ircd/m_create.c (ms_create): Display origin server, not origin
6520 user
6521
6522 * ircd/m_create.c (ms_create): Fix "Timestamp drift" server notice
6523
65242001-10-31 Perry Lorier <isomer@coders.net>
6525 * include/m_ping.c: Forward port ping bug
6526
65272001-10-31 Perry Lorier <isomer@coders.net>
6528 * include/patchlevel.h: We're beta now
6529
65302001-10-31 Perry Lorier <isomer@coders.net>
6531 * ircd/s_user.c: fixed hunt_server
6532
65332001-09-21 Perry Lorier <isomer@coders.net>
6534 * ircd/send.c and various: replace sendcmdto_flag_butone with
6535 sendwallto_group_butone
6536
65372001-09-21 Vampire- <unknown>
6538 * ircd/ircd_string.c: unique_name_vector round II.
6539
65402001-09-21 mbuna <mbuna@undernet.org>
6541 * configure.in: Add support for darwin
6542
65432001-09-21 Perry Lorier <isomer@coders.net>
6544 * ircd/s_user.c I'm stupid, s/acptr/from/, Hektik pointed it out
6545
65462001-09-20 Perry Lorier <isomer@coders.net>
6547
6548 * Pullups from 2.10.10.pl16
6549 * Added some warnings, and the concept of rate limited snotices
6550
65512001-08-31 Kevin L Mitchell <klmitch@mit.edu>
6552
6553 * ircd/channel.c: use "%u" to format limit arguments; use
6554 strtoul() to process limit arguments in a /mode command--note:
6555 most clients seem to truncate the integer, probably because
6556 they're using atoi, and perhaps signed ints
6557
65582001-08-17 Kevin L Mitchell <klmitch@mit.edu>
6559
6560 * ircd/numnicks.c: include stdlib.h for exit()
6561
6562 * ircd/ircd_log.c: include stdlib.h for exit()
6563
6564 * ircd/ircd_events.c: include stdlib.h for exit()
6565
6566 * ircd/s_stats.c: remove description of /stats v, since it's gone
6567
6568 * ircd/m_wallops.c (mo_wallops): add "*" to the beginning of
6569 /wallops to distinguish wallops from wallusers
6570
6571 * ircd/m_error.c (mr_error): ignore ERROR from clients that aren't
6572 in the "handshake" or "connecting" states--I think the latter will
6573 never happen, but...
6574
6575 * doc/Authors: apply delete's Authors patch
6576
6577 * RELEASE.NOTES: rewrite RELEASE.NOTES, basing it a little on
6578 Braden's version
6579
6580 * README: rewrite README
6581
65822001-07-31 Kevin L. Mitchell <klmitch@mit.edu>
6583
6584 * ircd/s_serv.c (server_estab): remove unused variable split
6585
6586 * ircd/parse.c: add mr_error to the parse table
6587
6588 * ircd/m_error.c (mr_error): add mr_error() to handle ERRORs from
6589 unregistered connections--if IsUserPort() is true, the ERROR is
6590 ignored, otherwise, the message is saved
6591
65922001-07-28 Kevin L. Mitchell <klmitch@mit.edu>
6593
6594 * ircd/m_kill.c (ms_kill): another minor typo *sigh*
6595
6596 * ircd/s_user.c (send_supported): oops, minor typo...
6597
6598 * ircd/s_user.c: implement send_supported() to send two ISUPPORT
6599 messages containing our feature buffers; make register_user() use
6600 send_supported()
6601
6602 * ircd/s_misc.c (exit_client): make sure not to give away a remote
6603 server in the ERROR message sent to the client; if the killer is a
6604 server, we substitute our name in its place
6605
6606 * ircd/m_version.c (m_version): use send_supported() to send the
6607 ISUPPORT values to the user
6608
6609 * ircd/m_nick.c: shave nick collision kills here a bit, too, for
6610 the same reasons as for m_kill.c
6611
6612 * ircd/m_kill.c: shave kills a bit so that the results look
6613 exactly the same no matter where you are; if we didn't do this, it
6614 would be possible to map the network by looking at the differences
6615 between kills originating under various circumstances
6616
6617 * include/supported.h: split the features into two, so as to not
6618 bust the parameter count when sending the features list
6619
6620 * include/s_user.h: declare new send_supported() function to send
6621 the ISUPPORT information
6622
66232001-07-27 Kevin L. Mitchell <klmitch@mit.edu>
6624
6625 * ircd/s_bsd.c: disable IP (*not* TCP) options to prevent
6626 source-routed spoofing attacks; this is only available under
6627 u2.10.11, so don't even bother, since no one but testers are using
6628 the source base
6629
66302001-07-25 Kevin L. Mitchell <klmitch@mit.edu>
6631
6632 * include/ircd_policy.h: enable HEAD_IN_SAND_REMOTE by default
6633
6634 * ircd/s_err.c: put in a . for reporting link version on /trace,
6635 to match what /version does
6636
66372001-07-21 Kevin L. Mitchell <klmitch@mit.edu>
6638
6639 * ircd/s_misc.c (exit_client): servers don't understand what the
6640 numeric nick ERROR is supposed to mean, so they ignore error
6641 messages, resulting in not knowing why we were rejected; use
6642 sendcmdto_one for servers and sendrawto_one for clients
6643
66442001-07-17 Kevin L. Mitchell <klmitch@mit.edu>
6645
6646 * ircd/m_burst.c (ms_burst): in the case of a modeless channel and
6647 a nick collide, a bare BURST may be propagated; adjust the
6648 enforced parameter count to accept the bare BURST
6649
66502001-07-12 Kevin L. Mitchell <klmitch@mit.edu>
6651
6652 * ircd/s_bsd.c: mark a client as having been IP checked
6653
6654 * ircd/IPcheck.c (ip_registry_check_remote): remove unneeded
6655 second call to SetIPChecked()
6656
66572001-07-11 Kevin L. Mitchell <klmitch@mit.edu>
6658
6659 * ircd/engine_poll.c: deal with POLLHUP properly (hopefully)
6660
6661 * ircd/engine_devpoll.c: deal with POLLHUP properly (hopefully)
6662
66632001-07-09 Kevin L. Mitchell <klmitch@mit.edu>
6664
6665 * ircd/os_bsd.c (os_get_rusage): move buf into the two ifdef'd
6666 sections so that if neither is used, the declaration of buf will
6667 not elicit an "unused variable" warning under NetBSD
6668
6669 * ircd/m_map.c: include string.h to declare strcpy (fix warnings
6670 on alpha)
6671
6672 * ircd/m_away.c: include string.h to declare strcpy/strlen (fix
6673 warnings on alpha)
6674
6675 * ircd/ircd_log.c: include string.h to declare strcpy/strlen (fix
6676 warnings on alpha)
6677
6678 * ircd/client.c: include string.h to declare memset (fix warnings
6679 on alpha)
6680
6681 * ircd/channel.c: remove unused functions next_overlapped_ban,
6682 del_banid, and is_deopped (fix warnings under -O1)
6683
6684 * ircd/IPcheck.c: include string.h to declare memset/memcpy (fix
6685 warnings on alpha)
6686
66872001-06-29 Kevin L. Mitchell <klmitch@mit.edu>
6688
6689 * ircd/s_user.c (set_user_mode): clear the snomask if the user
6690 isn't supposed to receive server notices anymore
6691
6692 * ircd/ircd_features.c: change CONFIG_OPERCMDS to default to FALSE
6693
6694 * configure.in: use AC_MSG_CHECKING/AC_MSG_RESULT when checking
6695 installation prefix; default devpoll and kqueue to on (they get
6696 turned off if the required headers aren't present)
6697
6698 * ircd/whocmds.c (do_who): use ircd_snprintf() instead of
6699 sprintf_irc(); it's a bit hackish, but it'll do for now
6700
6701 * ircd/support.c: remove unused #include
6702
6703 * ircd/send.c: remove unused #include
6704
6705 * ircd/s_user.c: use ircd_snprintf() instead of sprintf_irc()
6706
6707 * ircd/s_serv.c: remove unused #include
6708
6709 * ircd/s_misc.c: use ircd_snprintf() and friends instead of
6710 sprintf_irc() and friends
6711
6712 * ircd/s_err.c: moved atoi_tab[] from ircd/sprintf_irc.c to
6713 ircd/s_err.c, which is the only other file to refer to it
6714
6715 * ircd/s_conf.c (conf_add_deny): use ircd_snprintf() instead of
6716 sprintf_irc()
6717
6718 * ircd/s_bsd.c (connect_server): use ircd_snprintf() instead of
6719 sprintf_irc()
6720
6721 * ircd/s_auth.c: use ircd_snprintf() instead of sprintf_irc()
6722
6723 * ircd/res.c: use ircd_snprintf() instead of sprintf_irc()
6724
6725 * ircd/m_version.c: use ircd_snprintf() instead of sprintf_irc()
6726
6727 * ircd/m_kill.c: use ircd_snprintf() instead of sprintf_irc()
6728
6729 * ircd/listener.c: use ircd_snprintf() instead of sprintf_irc()
6730
6731 * ircd/gline.c: use ircd_snprintf() instead of sprintf_irc()
6732
6733 * ircd/channel.c: don't include sprintf_irc.h; use ircd_snprintf()
6734 instead of sprintf_irc()
6735
6736 * ircd/Makefile.in: remove sprintf_irc.c from sources list; run
6737 make depend
6738
6739 * include/ircd_string.h: remove declaration of sprintf_irc() (what
6740 was it doing here anyway?)
6741
6742 * include/sprintf_irc.h: removed unneeded source file
6743
6744 * ircd/sprintf_irc.c: removed unneeded source file
6745
6746 * ircd/s_debug.c (count_memory): remove some dead code
6747
6748 * ircd/s_auth.c: remove some dead code
6749
6750 * ircd/res.c (update_list): remove some dead code
6751
6752 * ircd/m_whowas.c: remove some dead code
6753
6754 * ircd/m_whois.c: remove some dead code
6755
6756 * ircd/m_who.c: remove some dead code
6757
6758 * ircd/m_wallusers.c: remove some dead code
6759
6760 * ircd/m_wallops.c: remove some dead code
6761
6762 * ircd/m_wallchops.c: remove some dead code
6763
6764 * ircd/m_version.c: remove some dead code
6765
6766 * ircd/m_userip.c: remove some dead code
6767
6768 * ircd/m_userhost.c: remove some dead code
6769
6770 * ircd/m_uping.c: remove some dead code
6771
6772 * ircd/m_trace.c: remove some dead code
6773
6774 * ircd/m_topic.c: remove some dead code
6775
6776 * ircd/m_tmpl.c: remove some dead code
6777
6778 * ircd/m_time.c: remove some dead code
6779
6780 * ircd/m_squit.c: remove some dead code
6781
6782 * ircd/m_silence.c: remove some dead code
6783
6784 * ircd/m_settime.c: remove some dead code
6785
6786 * ircd/m_set.c: remove some dead code
6787
6788 * ircd/m_server.c: remove some dead code
6789
6790 * ircd/m_rpong.c: remove some dead code
6791
6792 * ircd/m_rping.c: remove some dead code
6793
6794 * ircd/m_restart.c: remove some dead code
6795
6796 * ircd/m_reset.c: remove some dead code
6797
6798 * ircd/m_rehash.c: remove some dead code
6799
6800 * ircd/m_quit.c: remove some dead code
6801
6802 * ircd/m_proto.c: remove some dead code
6803
6804 * ircd/m_privs.c: remove some dead code
6805
6806 * ircd/m_privmsg.c: remove some dead code
6807
6808 * ircd/m_pong.c: remove some dead code
6809
6810 * ircd/m_ping.c: remove some dead code
6811
6812 * ircd/m_pass.c: remove some dead code
6813
6814 * ircd/m_part.c: remove some dead code
6815
6816 * ircd/m_opmode.c: remove some dead code
6817
6818 * ircd/m_oper.c: remove some dead code
6819
6820 * ircd/m_notice.c: remove some dead code
6821
6822 * ircd/m_nick.c: remove some dead code
6823
6824 * ircd/m_map.c: remove some dead code
6825
6826 * ircd/m_lusers.c: remove some dead code
6827
6828 * ircd/m_list.c: remove some dead code
6829
6830 * ircd/m_links.c: remove some dead code
6831
6832 * ircd/m_kill.c: remove some dead code
6833
6834 * ircd/m_kick.c: remove some dead code
6835
6836 * ircd/m_jupe.c: remove some dead code
6837
6838 * ircd/m_join.c: remove some dead code
6839
6840 * ircd/m_ison.c: remove some dead code
6841
6842 * ircd/m_invite.c: remove some dead code
6843
6844 * ircd/m_info.c: remove some dead code
6845
6846 * ircd/m_help.c: remove some dead code
6847
6848 * ircd/m_gline.c: remove some dead code
6849
6850 * ircd/m_get.c: remove some dead code
6851
6852 * ircd/m_error.c: remove some dead code
6853
6854 * ircd/m_endburst.c: remove some dead code
6855
6856 * ircd/m_die.c: remove some dead code
6857
6858 * ircd/m_desynch.c: remove some dead code
6859
6860 * ircd/m_destruct.c: remove some dead code
6861
6862 * ircd/m_defaults.c: remove some dead code
6863
6864 * ircd/m_create.c: remove some dead code, along with an #if 1
6865
6866 * ircd/m_cprivmsg.c: remove some dead code
6867
6868 * ircd/m_connect.c: remove some dead code
6869
6870 * ircd/m_close.c: remove some dead code
6871
6872 * ircd/m_clearmode.c: remove some dead code
6873
6874 * ircd/m_burst.c: remove some dead code
6875
6876 * ircd/m_away.c: remove some dead code
6877
6878 * ircd/m_admin.c: remove some dead code
6879
6880 * ircd/listener.c (accept_connection): remove some dead code
6881
6882 * ircd/ircd_reply.c (need_more_params): remove some dead code
6883
6884 * ircd/channel.c (add_banid): remove some dead code
6885
6886 * include/support.h: remove some dead code
6887
6888 * include/querycmds.h: remove some dead code
6889
6890 * doc/readme.chroot: document how to do chroot operation
6891
68922001-06-28 Kevin L. Mitchell <klmitch@mit.edu>
6893
6894 * ircd/Makefile.in: tune for VPATH builds/installs; add a rule to
6895 force bin directory to be created if necessary prior to
6896 installation; run make depend
6897
6898 * doc/Makefile.in (install): tune for VPATH installs by cd'ing to
6899 the ${srcdir}
6900
6901 * Makefile.in: tune to detect Makefile.in changes in
6902 subdirectories and to create installation directory indicated by
6903 ${prefix}
6904
6905 * ircd/whocmds.c (count_users): routine to count the number of
6906 users matching a given user@host mask
6907
6908 * ircd/s_err.c: add error messages for ERR_LONGMASK,
6909 ERR_TOOMANYUSERS, and ERR_MASKTOOWIDE
6910
6911 * ircd/m_gline.c: look for and advance past '!' flag on G-lines
6912 from operators; only set GLINE_OPERFORCE flag if oper has the
6913 PRIV_WIDE_GLINE privilege
6914
6915 * ircd/ircd_features.c: add GLINEMAXUSERCOUNT, which is the
6916 maximum number of users a G-line can impact before it has to be
6917 forced; OPER_WIDE_GLINE, to allow operators to use ! to force a
6918 wide G-line to be set; and LOCOP_WIDE_GLINE, to allow local
6919 operators to use ! to force a wide G-line to be set
6920
6921 * ircd/gline.c: make make_gline() be called with separate user and
6922 host arguments, and not call canon_userhost() directly; implement
6923 gline_checkmask() to verify that a host mask is acceptable; move
6924 BADCHAN check up in gline_add(), and check passed-in mask under
6925 certain circumstances for acceptability; fix call to
6926 sendto_opmask_butone() to handle separation of userhost into user
6927 and host in gline_add(); update call to make_gline()
6928
6929 * ircd/client.c: use FEAT_OPER_WIDE_GLINE and
6930 FEAT_LOCOP_WIDE_GLINE to set PRIV_WIDE_GLINE for an operator; add
6931 PRIV_WIDE_GLINE to privtab[] for client_report_privs()
6932
6933 * include/whocmds.h (count_users): declare routine to count users
6934 matching a given user@host mask
6935
6936 * include/numeric.h: added three new error returns: ERR_LONGMASK
6937 -- mask can't be formatted into a buffer; ERR_TOOMANYUSERS -- too
6938 many users would be impacted by the mask; ERR_MASKTOOWIDE -- mask
6939 contains wildcards in the wrong places
6940
6941 * include/ircd_features.h: add FEAT_GLINEMAXUSERCOUNT,
6942 FEAT_OPER_WIDE_GLINE, and FEAT_LOCOP_WIDE_GLINE
6943
6944 * include/gline.h (GLINE_OPERFORCE): provides a way for m_gline()
6945 to signal to gline_add() that the operator attempted to force the
6946 G-line to be set
6947
6948 * include/client.h (PRIV_WIDE_GLINE): new privilege for operators
6949
6950 * doc/readme.gline: update to document new "!" prefix to a G-line
6951 user@host mask
6952
6953 * doc/readme.features: document GLINEMAXUSERCOUNT,
6954 OPER_WIDE_GLINE, and LOCOP_WIDE_GLINE
6955
6956 * doc/example.conf: update to mention new features along with
6957 their defaults
6958
69592001-06-27 Kevin L. Mitchell <klmitch@mit.edu>
6960
6961 * doc/example.conf: updated example.conf from Braden
6962 <dbtem@yahoo.com>
6963
6964 * include/supported.h: forward-port from pl15
6965
69662001-06-25 Kevin L. Mitchell <klmitch@mit.edu>
6967
6968 * ircd/whocmds.c: include ircd_policy.h and implement
6969 HEAD_IN_SAND_WHO_OPCOUNT--forward-port from pl15
6970
6971 * ircd/m_whois.c: forward-port of the idle-time hiding code from
6972 pl15; this also required passing parc into do_whois(), which also
6973 meant passing parc into do_wilds()--*sigh*
6974
6975 * include/ircd_policy.h: add a couple more HEAD_IN_SAND
6976 #define's--WHOIS_IDLETIME and WHO_HOPCOUNT
6977
69782001-06-22 Kevin L. Mitchell <klmitch@mit.edu>
6979
6980 * tools/wrapper.c: add a wrapper program that can be used to
6981 adjust file descriptor limits and root directories; program must
6982 be run as root--NOT SETUID!--and given appropriate -u arguments
6983
6984 * doc/readme.log: documentation of how to configure logging
6985
6986 * doc/readme.features: documentation of each feature (except for
6987 logging)
6988
69892001-06-21 Kevin L. Mitchell <klmitch@mit.edu>
6990
6991 * Makefile.in (config): add a deprecation notice with a pointer to
6992 tools/transition
6993
6994 * tools/transition: shell script to convert old compile-time
6995 options into new compile-time options and appropriate F-lines
6996
6997 * tools/mkchroot: shell-script to prepare the chroot area by
6998 copying over all the necessary libraries so they can be found
6999
70002001-06-20 Kevin L. Mitchell <klmitch@mit.edu>
7001
7002 * INSTALL: partial update of INSTALL for u2.10.11 release...
7003
70042001-06-14 Kevin L. Mitchell <klmitch@mit.edu>
7005
7006 * ircd/table_gen.c (makeTables): finally got tired of the
7007 "overflow in implicit conversion" warning, so just got rid of it
7008 by explicitly casting UCHAR_MAX to a (default) char; diffs show no
7009 differences in the tables generated
7010
70112001-06-11 Kevin L. Mitchell <klmitch@mit.edu>
7012
7013 * ircd/send.c (sendcmdto_match_butone): don't let the server crash
7014 if a client is in the STAT_CONNECTING status
7015
70162001-06-10 Kevin L. Mitchell <klmitch@mit.edu>
7017
7018 * ircd/send.c: remove unused vsendcmdto_one(), consolidating it
7019 into sendcmdto_one(); define new sendcmdto_prio_one(), which
7020 places the message into the priority queue
7021
7022 * ircd/s_user.c (hunt_server_prio_cmd): definition of
7023 hunt_server_prio_cmd(), which simply calls sendcmdto_prio_one()
7024 instead of sendcmdto_one()
7025
7026 * ircd/m_settime.c: use sendcmdto_prio_one() and
7027 hunt_server_prio_cmd() to send SETTIME
7028
7029 * ircd/m_server.c: use sendcmdto_prio_one() to send SETTIME
7030
7031 * include/send.h: removed declaration for unused vsendcmdto_one();
7032 added a declaration for sendcmdto_prio_one()
7033
7034 * include/s_user.h: declare hunt_server_prio_cmd(), which calls
7035 sendcmdto_prio_one()
7036
7037 * ircd/send.c (sendcmdto_flag_butone): oops; /wallops should be
7038 put in the server's priority queue, too...
7039
7040 * ircd/ircd.c: don't check LPATH for accessibility at all
7041
70422001-06-08 Kevin L. Mitchell <klmitch@mit.edu>
7043
7044 * ircd/s_serv.c (server_estab): send a +h flag in our SERVER
7045 command if we're configured as a hub; send individual server flags
7046 in SERVER commands
7047
7048 * ircd/s_bsd.c (completed_connection): send a +h flag in our
7049 SERVER command if we're configured as a hub
7050
7051 * ircd/m_server.c: implement parv[7] as a mode-like string; +h
7052 sets the FLAGS_HUB flag for a server; +s sets the FLAGS_SERVICE
7053 flag for a server; +hs sets both flags; also modify CMD_SERVER
7054 format string to send the flags
7055
7056 * include/client.h: define two new flags, FLAGS_HUB and
7057 FLAGS_SERVICE to mark services and hubs as such; define testing
7058 macros, setting macros
7059
7060 * ircd/s_user.c: remove deprecated struct Gline* argument to
7061 register_user(); remove GLINE rebroadcast; do not send GLINE
7062 acknowledgement parameter to NICK; do not look for GLINE
7063 acknowledgement parameter to NICK while parsing
7064
7065 * ircd/s_serv.c (server_estab): remove deprecated struct Jupe*
7066 argument to server_estab(); do not send JUPE/GLINE acknowledgement
7067 parameters for SERVER or NICK
7068
7069 * ircd/m_user.c (m_user): remove deprecated argument to
7070 register_user()
7071
7072 * ircd/m_server.c: remove deprecated argument to server_estab();
7073 remove documentation comment regarding JUPE acknowledgement
7074 parameter to SERVER; remove JUPE rebroadcast
7075
7076 * ircd/m_pong.c (mr_pong): remove deprecated argument to
7077 register_user()
7078
7079 * ircd/m_nick.c: remove documentation comment regarding GLINE
7080 acknowledgement parameter to NICK
7081
7082 * ircd/jupe.c: use user's real name in JUPE server notices if
7083 HEAD_IN_SAND_SNOTICES is defined
7084
7085 * ircd/ircd.c: remove deprecated chroot() code; remove deprecated
7086 setuid code; correct ancient DEBUG vs DEBUGMODE typo
7087
7088 * ircd/gline.c: use user's real name in GLINE server notices if
7089 HEAD_IN_SAND_SNOTICES is defined
7090
7091 * ircd/channel.c (modebuf_flush_int): make apparent source be
7092 local server, not oper's server; use user's real name in hack
7093 notices and DESYNC notices if HEAD_IN_SAND_SNOTICES is defined
7094
7095 * include/s_user.h: remove struct Gline pre-declaration; remove
7096 deprecated struct Gline argument from register_user()
7097
7098 * include/s_serv.h: remove struct Jupe pre-declaration; remove
7099 deprecated struct Jupe argument from server_estab()
7100
71012001-06-07 Kevin L. Mitchell <klmitch@mit.edu>
7102
7103 * ircd/s_stats.c (hunt_stats): forward-port from pl15 of all the
7104 changes required to control remote stats
7105
7106 * ircd/s_numeric.c (do_numeric): rewrite numeric origins if
7107 recipient is not an operator and HEAD_IN_SAND_REWRITE is defined
7108 [forward-port from pl15]
7109
7110 * ircd/m_whowas.c (m_whowas): report server name only if requester
7111 is an operator [forward-port from pl15]
7112
7113 * ircd/m_whois.c (do_whois): /whois <mynick> now correctly reports
7114 my server; if HEAD_IN_SAND_REMOTE is 1, ignore the middle argument
7115 and obtain the report from the user's server [forward-port from
7116 pl15]
7117
7118 * ircd/m_who.c: add missing include for ircd_policy.h
7119 [forward-port from pl15]
7120
7121 * ircd/m_version.c (m_version): require oper access for remote
7122 /version if HEAD_IN_SAND_REMOTE is 1 [forward-port from pl15]
7123
7124 * ircd/m_time.c (m_time): require oper access for remote /time if
7125 HEAD_IN_SAND_REMOTE is 1 [forward-port from pl15]
7126
7127 * ircd/m_stats.c: pass extra argument to hunt_stats(); correct
7128 missing semicolon [forward-port from pl15]
7129
7130 * ircd/m_nick.c (ms_nick): hide the origin of certain collision
7131 kills [forward-port from pl15]
7132
7133 * ircd/m_motd.c (m_motd): require oper access for remote /motd if
7134 HEAD_IN_SAND_REMOTE is 1 [forward-port from pl15]
7135
7136 * ircd/m_lusers.c (m_lusers): require oper access for remote
7137 /lusers if HEAD_IN_SAND_REMOTE is 1 [forward-port from pl15]
7138
7139 * ircd/m_burst.c (ms_burst): server-added bans are stored using
7140 local server name, to hide remote server names; modes also are to
7141 originate from the local server [forward-port from pl15]
7142
7143 * ircd/m_admin.c (m_admin): require oper access for remote /admin
7144 if HEAD_IN_SAND_REMOTE is 1 [forward-port from pl15]
7145
7146 * ircd/channel.c (add_banid): if a server is adding a ban, use my
7147 server name to hide the remote server's name [forward-port from
7148 pl15]
7149
7150 * ircd/Makefile.in: ran make depend
7151
7152 * include/s_stats.h: hunt_stats() has to have an extra argument to
7153 support the forward-port from pl15
7154
7155 * include/ircd_policy.h: #define HEAD_IN_SAND_STATS_P; add
7156 HEAD_IN_SAND_{BANWHO,REWRITE,REMOTE} [forward-port from pl15]
7157
7158 * ircd/engine_poll.c (engine_loop): remove bogus assert that I
7159 forgot to check in the events branch
7160
71612001-06-06 Kevin L. Mitchell <klmitch@mit.edu>
7162
7163 * ircd/res.c (init_resolver): don't start DNS expires with a 0
7164 relative timeout--if the server starts slow, timeouts could be
7165 messy...there's probably a better solution, but this'll do for now
7166
7167 * ircd/os_solaris.c: _XOPEN_SOURCE doesn't get along with Solaris
7168 headers very well; include stropts.h; define an os_set_tos()
7169
7170 * ircd/os_generic.c (os_set_tos): added an os_set_tos() for
7171 os_generic.c
7172
7173 * ircd/ircd.c: if there are no C-lines, we don't want to have a
7174 timer that expires at the absolute time of 0--it kinda blocks all
7175 the other timers!
7176
7177 * ircd/engine_devpoll.c: some includes for open(); declare errcode
7178 and codesize in engine_loop()
7179
7180 * ircd/list.c (free_client): remove bogus check on timer active
7181 flag
7182
7183 * ircd/s_auth.c: pull out destruction code in
7184 auth_timeout_request() into an externally-visible
7185 destroy_auth_request(); manage cli_auth pointer in client
7186 structure; use it for an extra assertion check
7187
7188 * ircd/list.c: include s_auth.h for destroy_auth_request(); add
7189 debugging notices to show flow when deallocating
7190 connections/clients; call destroy_auth_request() when free'ing a
7191 client that has an auth outstanding; don't free the connection if
7192 the process timer is unmarked but still active
7193
7194 * ircd/ircd_events.c: set GEN_ACTIVE when initializing a generator
7195 and reset it before calling the event handler for an ET_DESTROY
7196 event
7197
7198 * include/s_auth.h (destroy_auth_request): declare
7199 destroy_auth_request(), which can be used to destroy an
7200 outstanding auth request if a client socket goes away before the
7201 auth exchange is completed
7202
7203 * include/ircd_events.h: add an active flag to keep track of
7204 whether or not particular generators are active, for the
7205 convenience of functions using the API
7206
7207 * include/client.h: add a pointer for auth requests to struct
7208 Connection so we can kill outstanding auth requests if a client
7209 socket closes unexpectedly
7210
7211 * ircd/s_bsd.c: cli_connect() could become 0 during the course of
7212 the sock or timer callback; take that into account in the assert
7213
7214 * ircd/list.c: add magic number checking and setting--magic
7215 numbers are zero'd on frees to detect double-frees; add back
7216 setting of cli_from() to 0 to break the back-link from the struct
7217 Connection (duh)
7218
7219 * ircd/ircd.c: set me's magic number correctly
7220
7221 * include/client.h: define magic numbers and accessor/verifier
7222 macros
7223
7224 * ircd/list.c: assert that dealloc_client() is called with
7225 cli_connect(cptr) == 0; set cli_connect(cptr) to 0 before calling
7226 dealloc_client(); don't mess with cli_from(cptr)
7227
7228 * ircd/s_bsd.c: only attempt to dealloc a connection if the
7229 associated client has already been destroyed, or at least delinked
7230
72312001-06-05 Kevin L. Mitchell <klmitch@mit.edu>
7232
7233 * ircd/list.c (free_client): only try to delete the socket when
7234 the fd hasn't already been closed, avoiding a double-free
7235
7236 * ircd/list.c (free_connection): make sure the client is really
7237 gone before doing away with the connection
7238
7239 * ircd/s_bsd.c: record that socket has been added in con_freeflag
7240 field; queue a socket_del() as soon as the socket is close()'d;
7241 use con_freeflag & FREEFLAG_TIMER instead of con_timer; clear
7242 FREEFLAG_SOCKET on ET_DESTROY event in client_sock_callback(),
7243 then dealloc the connection if safe; mark socket as dead when
7244 there's a read error or EOF; clear FREEFLAG_TIMER flag upon entry
7245 to client_timer_callback(); dealloc connection if safe upon
7246 ET_DESTROY event in client_timer_callback()
7247
7248 * ircd/list.c: use con_freeflag instead of con_timer; only dealloc
7249 the connection if both socket and timer have been destroyed;
7250 destroy both socket and timer explicitly and carefully
7251
7252 * include/client.h: replace the con_timer field with a
7253 con_freeflag field, to indicate what still needs freeing; define
7254 the freeflags
7255
7256 * ircd/engine_select.c (engine_loop): duh...sockList[i] could
7257 become 0
7258
7259 * ircd/engine_devpoll.c (engine_loop): duh...sockList[i] could
7260 become 0
7261
7262 * ircd/s_bsd.c: add some extra assertions to try to track down a
7263 corruption problem
7264
7265 * ircd/engine_select.c (engine_loop): add an extra assert to try
7266 to track down a corruption problem
7267
7268 * ircd/engine_poll.c (engine_loop): add an extra assert to try to
7269 track down a corruption problem
7270
7271 * ircd/engine_kqueue.c (engine_loop): add an extra assert to try
7272 to track down a corruption problem
7273
7274 * ircd/engine_devpoll.c (engine_loop): skip slots that have become
7275 empty during processing; add an extra assert to try to track down
7276 a corruption problem
7277
7278 * ircd/engine_kqueue.c (engine_delete): make sure to zero deleted
7279 entries
7280
72812001-06-04 Kevin L. Mitchell <klmitch@mit.edu>
7282
7283 * ircd/s_bsd.c (client_sock_callback): client is no longer
7284 blocked, so we must mark it as unblocked
7285
7286 * ircd/engine_select.c: add Debug() calls galore; add handling for
7287 SS_NOTSOCK; use a dummy sock variable to keep things from
7288 disappearing on us; correct timeout calculation; update nfds for
7289 efficiency
7290
7291 * ircd/engine_poll.c: use new debugging level (DEBUG_ENGINE);
7292 remove a spurious "if (sock)" which will always be true; update
7293 nfds for efficiency
7294
7295 * ircd/engine_kqueue.c: add Debug() calls galore; add handling for
7296 SS_NOTSOCK (just in case); correct timeout calculation
7297
7298 * ircd/engine_devpoll.c: add Debug() calls galore; add handling
7299 for SS_NOTSOCK; correct timeout calculation; add EAGAIN handling
7300
7301 * include/s_debug.h (DEBUG_ENGINE): add new debugging level;
7302 pretty-indent numbers
7303
7304 * ircd/engine_poll.c (engine_loop): break out SS_NOTSOCK
7305 case--it's not a socket; the check for writability is most likely
7306 not needed, but present for completeness
7307
73082001-05-24 Kevin L. Mitchell <klmitch@mit.edu>
7309
7310 * ircd/s_bsd.c: add Debug messages; call read_packet() even if the
7311 no newline flag is set; call read_packet() when the timer expires,
7312 regardless of what's in the buffer--read_packet() should be able
7313 to deal properly
7314
7315 * ircd/IPcheck.c (ip_registry_connect_succeeded): correct a NOTICE
7316 sent to clients to include the client nickname (duh)
7317
7318 * ircd/ircd_events.c: don't destroy a timer if it's already marked
7319 for destruction; replace a missing ! in socket_del()
7320
7321 * ircd/engine_poll.c (engine_loop): reference a temporary variable
7322 so we don't have to worry about sockList[i] going away
7323
7324 * ircd/s_bsd.c (client_sock_callback): add Debug messages
7325
7326 * ircd/s_auth.c: add Debug messages all over the place
7327
7328 * ircd/ircd_events.c: add and edit some Debug messages; add a list
7329 of routines to convert some of the enums and flags from numbers
7330 into human-readable strings for the Debug messages
7331
7332 * ircd/engine_poll.c: hack some Debug messages to use the new name
7333 conversion routines in ircd_events.c; add an extra assert for a
7334 condition that shouldn't ever happen; apparently recv() can return
7335 EAGAIN when poll() returns readable--I wonder why...
7336
7337 * include/ircd_events.h: declare some helper routines under
7338 DEBUGMODE
7339
73402001-05-23 Kevin L. Mitchell <klmitch@mit.edu>
7341
7342 * ircd/s_bsd.c (client_sock_callback): add an extra assertion
7343 check
7344
7345 * ircd/s_auth.c: add more Debug messages
7346
7347 * ircd/list.c (make_client): add an extra assertion check
7348
7349 * ircd/ircd_events.c (socket_events): don't call the engine events
7350 changer if we haven't actually made any changes to the event mask
7351
7352 * ircd/uping.c: add some Debug messages
7353
7354 * ircd/s_stats.c: document new /STATS e
7355
7356 * ircd/s_err.c: add RPL_STATSENGINE to report the engine name
7357
7358 * ircd/s_bsd.c: remove static client_timer variable; in
7359 read_packet(), if there's still data in the client's recvQ after
7360 parsing, add a 2 second timer (con_proc); fix the ET_DESTROY case
7361 of client_sock_callback to handle destroying the timer properly;
7362 rewrote client_timer_callback from scratch to be called on an
7363 individual client
7364
7365 * ircd/m_stats.c: add /STATS e to report the engine name
7366
7367 * ircd/list.c: deal with con_timer field in struct Connection
7368 properly; correct a core-level bug in remove_client_from_list--if
7369 the client is the only one in the list, we try to update
7370 GlobalClientList's cli_prev pointer--not good
7371
7372 * ircd/ircd.c: remove call to init_client_timer()
7373
7374 * ircd/engine_poll.c: made Debug messages more uniform by
7375 prepending "poll:" to them all; corrected an off-by-one error that
7376 caused poll_count to be 1 less than the actual count and removed
7377 my work-around; added Debug messages to indicate which socket is
7378 being checked and what the results are
7379
7380 * ircd/Makefile.in: ran a make depend
7381
7382 * include/s_bsd.h: remove init_client_timer(), since we're doing
7383 it differently now
7384
7385 * include/numeric.h (RPL_STATSENGINE): a stats reply to report the
7386 engine name
7387
7388 * include/ircd_policy.h (HEAD_IN_SAND_STATS_E): turn off /stats e
7389 reports for non-opers
7390
7391 * include/client.h: add con_timer and con_proc fields to struct
7392 Connection and define accessor macros--con_timer marks that
7393 con_proc contains a valid timer, and con_proc is used to pace user
7394 data
7395
7396 * ircd/s_bsd.c (close_connection): let free_client() destroy the
7397 socket
7398
7399 * ircd/s_auth.c (start_auth): add a Debug call to indicate when
7400 auth has begun on a client
7401
7402 * ircd/ircd_events.c: ensure that event_execute() is called with a
7403 non-NULL event; modify event_add() macro to properly zero list
7404 bits; modify gen_dequeue() to not try to clip it out of a list
7405 it's already been clipped out of; change signal socket
7406 initialization to use state SS_NOTSOCK; permit timeout values of
7407 0 in add_timer(); add many Debug calls; change socket_del() and
7408 timer_del() to always set the GEN_DESTROY flag; use GEN_MARKED in
7409 timer_run() instead of GEN_DESTROY so that event_generate() will
7410 pass on the events; remove the switch and replace with a simpler
7411 if-then-else tree in timer_run(); don't allow destroyed sockets to
7412 be destroyed again, nor their states or event masks to be changed
7413
7414 * ircd/ircd.c: initialize "running" to 1
7415
7416 * ircd/engine_poll.c: deal with SS_NOTSOCK "sockets"; add Debug
7417 messages all over the place; fix a counting problem in
7418 engine_add(); turn wait into a signed integer and set it to -1
7419 only if timer_next() returns 0; adjust wait time to be relative;
7420 don't call gen_ref_dec() if socket disappeared while we were
7421 processing it
7422
7423 * include/ircd_events.h: the pipe for signals is not a socket, so
7424 we must mark it as such--added SS_NOTSOCK for that special socket;
7425 events won't be generated if GEN_DESTROY is on, so add GEN_MARKED
7426 for the benefit of timer_run()
7427
7428 * configure.in: add --enable-pedantic and --enable-warnings to
7429 turn on (and off) -Wall -pedantic in CFLAGS
7430
74312001-05-21 Kevin L. Mitchell <klmitch@mit.edu>
7432
7433 * ircd/s_conf.c: change "s_addr" element accesses to "address"
7434 element accesses
7435
7436 * include/s_conf.h: on some systems, "s_addr" is a macro; use
7437 "address" instead
7438
74392001-05-18 Kevin L. Mitchell <klmitch@mit.edu>
7440
7441 * ircd/engine_kqueue.c: include ircd_alloc.h; set_or_clear returns
7442 void in this file; add a missing semi-colon; declare errcode,
7443 codesize
7444
7445 * ircd/uping.c (uping_sender_callback): it's pptr, not uping
7446
7447 * ircd/s_user.c (register_user): comment out spurious reference to
7448 nextping
7449
7450 * ircd/s_serv.c (server_estab): comment out spurious reference to
7451 nextping
7452
7453 * ircd/s_conf.c (read_configuration_file): comment out spurious
7454 reference to nextping and nextconnect
7455
7456 * ircd/s_bsd.c: comment out some spurious references to formerly
7457 global (now non-existant) variables; correct a couple of typos
7458
7459 * ircd/s_auth.c: pre-declare some functions referenced in the
7460 callback; correct a typo
7461
7462 * ircd/res.c (start_resolver): pass errno value of ENFILE
7463
7464 * ircd/listener.c (accept_connection): you know your API is messed
7465 up when...variables that shouldn't have been global crop up in
7466 other files
7467
7468 * ircd/list.c (free_client): substitution of == for =
7469
7470 * ircd/ircd_signal.c: include assert.h for assertion checking;
7471 check ev_data() to find out what signal generated event
7472
7473 * ircd/ircd_events.c: some references to the variable "timer"
7474 should have been references to the variable "ptr"
7475
7476 * ircd/engine_select.c: it's struct fd_set, not struct fdset;
7477 ev_timer(ev) is already a timer pointer; declare codesize as a
7478 size_t to correct signedness issue; use timer_next(), not
7479 time_next()
7480
7481 * ircd/engine_poll.c: ev_timer(ev) is already a timer pointer;
7482 select fd out of struct pollfd in assertion checking; declare
7483 errcode and codesize; use timer_next(), not time_next()
7484
7485 * ircd/engine_kqueue.c: ev_timer(ev) is already a timer pointer;
7486 use function timer_next(), not time_next()
7487
7488 * ircd/engine_devpoll.c: ev_timer(ev) is already a timer pointer;
7489 use function timer_next(), not time_next()
7490
7491 * ircd/Makefile.in (IRCD_SRC): add ircd_events.c to the list of
7492 compiled sources; do make depend
7493
7494 * include/list.h: pre-declare struct Connection
7495
7496 * include/ircd_events.h (gen_ref_inc): cast to the right structure
7497 name
7498
7499 * include/s_auth.h: duh; missing */
7500
75012001-05-10 Kevin L. Mitchell <klmitch@mit.edu>
7502
7503 * ircd/send.c: update write events status after sending data or
7504 accumulating data to be sent
7505
7506 * ircd/m_list.c (m_list): update write events status after
7507 canceling a running /list
7508
7509 * ircd/channel.c (list_next_channels): update write events status
7510 after listing a few channels
7511
7512 * ircd/s_bsd.c: extensive changes to update to new events model;
7513 remove on_write_unblocked() and the two implementations of
7514 read_message(), which have been deprecated by this change
7515
7516 * ircd/s_auth.c: set the socket events we're interested in for
7517 clients; simplify some logic that does the connect_nonb followed
7518 by the socket_add
7519
7520 * ircd/list.c: define free_connection() to free a connection
7521 that's become freeable once the struct Socket has been
7522 deallocated; fix up free_client() to take this new behavior into
7523 account
7524
7525 * ircd/ircd.c: call init_client_timer()
7526
7527 * include/s_bsd.h: declare new REGISTER_ERROR_MESSAGE when unable
7528 to register connect-in-progress with events system; declare
7529 init_client_timer() (HACK!) to preserve rate-limiting behavior
7530
7531 * include/list.h: declare new free_connection()
7532
7533 * include/client.h: add a struct Socket to struct Connection
7534
75352001-05-09 Kevin L. Mitchell <klmitch@mit.edu>
7536
7537 * ircd/ircd_signal.c: massage the handlers for SIGHUP, SIGINT, and
7538 SIGTERM into event callbacks; perform the actions in the
7539 callbacks, since they're not called in the context of the signal;
7540 set up the signal callbacks in the event engine
7541
7542 * ircd/ircd_events.c (signal_callback): we're supposed to look for
7543 a specific signal; don't generate an event if there is no signal
7544 structure for it
7545
7546 * ircd/ircd.c: nuke nextconnect and nextping and replace them with
7547 connect_timer and ping_timer; massage try_connections() and
7548 check_pings() into timer callbacks that re-add themselves at the
7549 right time; remove ircd.c's "event_loop()"; initialize the event
7550 system and the connect_timer and ping_timer
7551
7552 * ircd/uping.c: correct a couple more typos
7553
7554 * ircd/s_auth.c: rework to use new events system
7555
7556 * ircd/os_solaris.c (os_connect_nonb): update to new interface
7557
7558 * ircd/os_openbsd.c (os_connect_nonb): update to new interface
7559
7560 * ircd/os_linux.c (os_connect_nonb): update to new interface
7561
7562 * ircd/os_generic.c (os_connect_nonb): update to new interface
7563
7564 * ircd/os_bsd.c (os_connect_nonb): update to new interface
7565
7566 * include/s_auth.h: remove deprecated members of struct
7567 AuthRequest, replacing them with struct Socket and struct Timer
7568 structures; add flags to indicate when these structures have been
7569 released by the event system; remove the deprecated
7570 timeout_auth_queries()
7571
7572 * include/ircd_osdep.h (os_connect_nonb): connect could complete
7573 immediately, so change the interface to handle that possibility
7574
7575 * ircd/uping.c (uping_server): noticed and corrected a typo
7576
7577 * ircd/listener.c: set up to use ircd_event's struct Socket by
7578 adding an socket_add() call to inetport(), replacing
7579 free_listener() with socket_del() in close_listener(), and
7580 reworking accept_connection to be called as the callback
7581
7582 * ircd/ircd.c: add a call to IPcheck_init()
7583
7584 * ircd/IPcheck.c: remove IPcheck_expire(); rework
7585 ip_registry_expire() to be called from a timer; write
7586 IPcheck_init() to set up the expiration timer (hard-coded for a
7587 60-second expiration time)
7588
7589 * include/listener.h: add a struct Socket to the struct Listener;
7590 remove accept_connection()
7591
7592 * include/IPcheck.h: add IPcheck_init(), remove IPcheck_expire()
7593
75942001-05-08 Kevin L. Mitchell <klmitch@mit.edu>
7595
7596 * ircd/ircd_events.c: include config.h; use USE_KQUEUE and
7597 USE_DEVPOLL instead of HAVE_KQUEUE and HAVE_DEVPOLL_H
7598
7599 * ircd/engine_select.c: include config.h; set FD_SETSIZE to
7600 MAXCONNECTIONS, not IRCD_FD_SETSIZE...
7601
7602 * ircd/engine_poll.c: include config.h
7603
7604 * ircd/engine_kqueue.c: include config.h
7605
7606 * ircd/engine_devpoll.c: include config.h
7607
7608 * ircd/Makefile.in: include engine sources in compilation and make
7609 depend steps
7610
7611 * configure.in: add checks for enabling the /dev/poll- and
7612 kqueue-based engines
7613
7614 * acconfig.h: add lines for USE_DEVPOLL and USE_KQUEUE
7615
7616 * ircd/Makefile.in: work in the engine sources
7617
76182001-05-07 Kevin L. Mitchell <klmitch@mit.edu>
7619
7620 * ircd/m_settime.c: include ircd_snprintf.h
7621
7622 * ircd/ircd_relay.c: stomp a couple of gcc warnings suggesting
7623 parens around a construct that had both || and &&
7624
7625 * ircd/chkconf.c: #include "config.h" to get some important
7626 definitions
7627
7628 * ircd/Makefile.in: revamp ircd makefile for new build system
7629
7630 * doc/Makefile.in: revamp doc makefile for new build system
7631
7632 * config/*: Removed old build system files
7633
7634 * stamp-h.in: a stamp file
7635
7636 * install-sh: install-sh for new build system
7637
7638 * configure.in: configure.in for new build system
7639
7640 * configure: configure script for new build system (built by
7641 autoconf)
7642
7643 * config.sub: config.sub for new build system
7644
7645 * config.h.in: config.h.in for new build system (built by
7646 autoheader)
7647
7648 * config.guess: config.guess for new build system
7649
7650 * aclocal.m4: aclocal.m4 for new build system (built by aclocal
7651 1.4)
7652
7653 * acinclude.m4: aclocal.m4 macros for new build system
7654
7655 * acconfig.h: config.h skeleton for new build system
7656
7657 * Makefile.in: modify for new build system
7658
76592001-05-01 Kevin L. Mitchell <klmitch@mit.edu>
7660
7661 * ircd/s_err.c: get rid of the last vestiges of TIME_T_FMT
7662
7663 * ircd/m_settime.c: get rid of the last vestiges of TIME_T_FMT
7664
7665 * ircd/m_server.c: get rid of the last vestiges of TIME_T_FMT
7666
76672001-05-01 Perry Lorier <Isomer@coders.net>
7668 * doc/iauth.doc: Protocol for iauth server. (from hybrid).
7669 * doc/linux-poll.patch: Patch to make Linux under 2.2 not deadlock
7670 when you have far far too many sockets in use.
7671 * {include,ircd}/iauth.c: A start on iauth support.
7672
76732001-05-01 Perry Lorier <Isomer@coders.net>
7674 * ircd/s_err.c: Suggested wording change.
7675 * ircd/s_user.c: Users aren't target limited against +k users.
7676 * ircd/chkconf.c: Made it compile again, who knows if it works, but
7677 now I can at least make install
7678 * various: Cleanups on m_*.c files.
7679
7680
76812001-04-23 Kevin L. Mitchell <klmitch@mit.edu>
7682
7683 * ircd/s_misc.c (exit_client): make netsplit server notice say the
7684 right thing
7685
7686 * ircd/m_links.c (m_links_redirect): forward-port RPL_ENDOFLINKS
7687 change to make Khaled happy...
7688
7689 * ircd/m_whois.c (do_whois): pull-up of m_whois() fix
7690 (do_whois): duh...
7691
76922001-04-21 Kevin L. Mitchell <klmitch@mit.edu>
7693
7694 * ircd/msgq.c: finally remove the msgq_integrity() hack, as it's
7695 turned up no more bugs
7696
7697 * ircd/ircd.c: use /* */ comments instead of // comments--all the
7698 world's not gcc :(
7699
7700 * ircd/s_conf.c (conf_add_server): use /* */ comments instead of
7701 // comments--all the world's not gcc :(
7702
7703 * ircd/runmalloc.c: finally garbage-collect unused file
7704
7705 * include/runmalloc.h: finally garbage-collect unused file
7706
7707 * ircd/<multiple files>: addition of '#include "config.h"' before
7708 all other includes in most .c files
7709
7710 * include/<multiple files>: remove includes of config.h, which are
7711 now going into the raw .c files
7712
77132001-04-20 Kevin L. Mitchell <klmitch@mit.edu>
7714
7715 * ircd/m_whois.c (do_whois): display proper server name if the
7716 user is looking up himself
7717
7718 * ircd/m_who.c (m_who): disable match by servername or display of
7719 server names by non-opers
7720
7721 * include/ircd_policy.h: add define for
7722 HEAD_IN_SAND_WHO_SERVERNAME to cover full intent of sub-motion 15
7723 of CFV 165
7724
77252001-04-18 Kevin L. Mitchell <klmitch@mit.edu>
7726
7727 * ircd/s_conf.c: keep the $R in memory so we can see it clearly
7728 when we do a /stats k
7729
7730 * ircd/s_user.c (set_user_mode): pull-up of changes to prevent
7731 users from turning on +s and +g
7732
7733 * ircd/s_misc.c (exit_client): pull-up of changes to turn off
7734 net.split notice
7735
7736 * ircd/parse.c: pull-up of changes to disable /trace, /links, and
7737 /map for users
7738
7739 * ircd/m_whois.c (do_whois): pull-up of server name masking for
7740 /whois
7741
7742 * ircd/m_user.c (m_user): removal of umode and snomask defaulting
7743 functions, pull-up
7744
7745 * ircd/m_stats.c (m_stats): pull-up of stats-disabling stuff
7746
7747 * ircd/m_map.c (m_map_redirect): pull-up of m_map_redirect()
7748
7749 * ircd/m_links.c (m_links_redirect): pull-up of m_links_redirect()
7750
7751 * ircd/channel.c (channel_modes): pull-up of channel key display
7752 as *
7753
7754 * include/ircd_policy.h: pull-up of ircd_policy.h
7755
7756 * include/client.h: pull-up of Set/ClearServNotice()
7757
7758 * ircd/gline.c (do_gline): report client name in G-line message
7759 (pull-up)
7760
7761 * ircd/s_user.c (register_user): pull-up--show IP address in some
7762 server notices dealing only with users; report which connection
7763 class has filled up
7764
7765 * ircd/s_stats.c (report_deny_list): use conf->flags &
7766 DENY_FLAGS_IP insteaf of conf->ip_kill
7767
7768 * ircd/m_stats.c (report_klines): use conf->flags & DENY_FLAGS_IP
7769 insteaf of conf->ip_kill
7770
7771 * ircd/s_conf.c: use flags field in struct DenyConf; pull-up of
7772 K-line by real name
7773
7774 * include/s_conf.h: use a flags field in struct DenyConf; define
7775 DENY_FLAGS_FILE, DENY_FLAGS_IP, and DENY_FLAGS_REALNAME for
7776 pull-up of K-line by real name
7777
7778 * ircd/m_trace.c: pull-up of IP show for user connections
7779
7780 * doc/example.conf: pull-up of the realname K-line documentation
7781
7782 * ircd/ircd.c: forward port of pid file advisory locking mechanism
7783
77842001-04-16 Kevin L. Mitchell <klmitch@mit.edu>
7785
7786 * ircd/send.c (sendcmdto_flag_butone): recast to just broadcast to
7787 all servers, rather than to only servers that have +w/+g/whatever
7788 users on them; among other things, this removes that atrocity
7789 known as sentalong[] from this function
7790
7791 * ircd/m_admin.c: must include ircd.h to declare "me"; must
7792 include hash.h to declare FindUser()
7793
7794 * ircd/m_wallusers.c: implementation of WALLUSERS
7795
7796 * ircd/m_desynch.c (ms_desynch): only send DESYNCHs to opers
7797
7798 * ircd/m_wallops.c: only send WALLOPS to opers
7799
7800 * ircd/parse.c: add WALLUSERS command to parser table
7801
7802 * include/handlers.h: declare wallusers handlers
7803
7804 * include/msg.h: add WALLUSERS command
7805
7806 * ircd/send.c (sendcmdto_flag_butone): if FLAGS_OPER is or'd with
7807 flag, send only to appropriate opers
7808
78092001-04-13 Kevin L. Mitchell <klmitch@mit.edu>
7810
7811 * ircd/uping.c: refit to use the new events interface
7812
7813 * ircd/res.c: refit to use the new events interface
7814
7815 * ircd/ircd_events.c: create timer_chg(), which permits a
7816 (non-periodic) timer's expire time to be modified; change the
7817 logic in timer_run() so that timers that were re-added while the
7818 event was being processed will not be destroyed prematurely
7819
7820 * include/uping.h: include the events header, declare some extra
7821 fields in struct UPing, remove timeout value, and define some
7822 flags for marking which cleanup items have yet to be done
7823
7824 * include/ircd_events.h: add a prototype for timer_chg() to change
7825 the expire time of a running timer
7826
78272001-03-13 Joseph Bongaarts <foxxe@wtfs.net>
7828 * ircd/os_openbsd.c: Tweaked the openbsd hack a bit.
7829
78302001-03-07 Joseph Bongaarts <foxxe@wtfs.net>
7831
7832 * config/configure.in: Add check for OpenBSD
7833
7834 * ircd/os_openbsd.c: Add seperate os dep file for openbsd which
7835 differs from generic BSD, particularly in its handling of
7836 _XOPEN_SOURCE.
7837
78382001-02-12 Kevin L. Mitchell <klmitch@mit.edu>
7839
7840 * ircd/m_gline.c (ms_gline): propagate a G-line that happened to
7841 have been added by a U-lined server, rather than going through the
7842 activate/deactivate logic; propagate G-line removals by U-lined
7843 servers as well
7844
7845 * ircd/gline.c: rename propagate_gline() to gline_propagate();
7846 make gline_propagate() return an int 0 (convenience return); only
7847 update lastmod in gline_activate() and gline_deactivate() if the
7848 current lastmod is non-zero, since 0 lastmod is our flag of a
7849 U-lined server having added a G-line
7850
7851 * include/gline.h (gline_propagate): exporting the G-line
7852 propagation function
7853
7854 * ircd/m_list.c (m_list): duh; permit explicit channel name
7855 specification only when /list gets two arguments ("Kev
7856 #wasteland") rather than when /list gets more than two
7857 arguments--nice braino
7858
78592001-01-29 Thomas Helvey <twhelvey1@home.com>
7860
7861 * ircd/ircd_reply.c (need_more_params): fix bug that allowed
7862 unregistered clients to spam opers with protocol violation
7863 messages. Note: the bugfix may have eliminated some useful
7864 protocol violation messages.
7865 Please send protocol violation messages explicitly from the
7866 functions they are discovered in, you have much better context
7867 for the error there and it helps to document the behavior of the
7868 server. This was also a design bug in that it violated the
7869 "A function should do one thing" heuristic. Patching this one
7870 would have resulted in a continuous spawning of other bugs over
7871 the next 3 years, so I killed it. Check around for stuff this
7872 broke and readd the calls to protocol_violation in the functions
7873 that need to send the message.
7874
78752001-01-29 Kevin L. Mitchell <klmitch@mit.edu>
7876
7877 * ircd/channel.c (mode_parse_ban): stopper a tiny leak--if a ban
7878 already existed, then the logic would (attempt to) skip it, but
7879 would not free the ban string; now the ban string is free'd and
7880 the ban count is decremented, releasing the ban for use
7881
7882 * ircd/s_user.c: make send_umode_out() take a prop argument
7883 instead of testing for the PRIV_PROPAGATE privilege itself; fix
7884 set_umode() to use this new argument, calculating it before
7885 calculating the new privileges for a -o'd user
7886
7887 * ircd/m_oper.c (m_oper): pass the new prop argument to
7888 send_umode_out()
7889
7890 * ircd/channel.c (mode_parse_ban): turn off MODE_ADD bit in bans
7891 that we're not actually going to add because they already exist;
7892 test that particular bit before adding to the linked list
7893
7894 * include/s_user.h: add a prop argument to send_umode_out() to
7895 indicate whether or not to propagate the user mode
7896
78972001-01-24 Kevin L. Mitchell <klmitch@mit.edu>
7898
7899 * ircd/msgq.c: ircd_vsnprintf() returns the number of bytes that
7900 it would have written; upper-bound the number to prevent overflows
7901 by proxy; also, tune buffer size given to ircd_vsnprintf() to take
7902 into account the fact that ircd_vsnprintf() already takes the
7903 terminal \0 into account
7904
79052001-01-22 Kevin L. Mitchell <klmitch@mit.edu>
7906
7907 * ircd/msgq.c: add an incredibly ugly hack to attempt to track
7908 down an apparent buffer overflow; remove msgq_map(), since it's no
7909 longer used anywhere; slight tweaks to prevent off-by-one errors,
7910 but these can't explain the problems we've seen
7911
7912 * include/msgq.h: remove msgq_map(), since it's no longer used
7913 anywhere
7914
79152001-01-18 Kevin L. Mitchell <klmitch@mit.edu>
7916
7917 * ircd/s_user.c (set_nick_name): call client_set_privs() after
7918 parsing user modes
7919
79202001-01-17 Kevin L. Mitchell <klmitch@mit.edu>
7921
7922 * ircd/s_bsd.c (read_message): fix a typo in the select version of
7923 read_message()
7924
7925 * ircd/whowas.c (whowas_free): MyFree() is a macro that expects
7926 its argument to be an lvalue, which means we can't use
7927 whowas_clean()'s handy-dandy "return ww" feature
7928
7929 * ircd/ircd_features.c: default LOCOP_KILL to TRUE--oops...
7930
79312001-01-16 Kevin L. Mitchell <klmitch@mit.edu>
7932
7933 * ircd/ircd_events.c (timer_run): it's possible that the timer got
7934 deleted during the callback processing, so don't go to the bother
7935 of requeuing it if the destroy flag is set
7936
7937 * ircd/engine_select.c: define FD_SETSIZE to be IRCD_FD_SETSIZE
7938 out of config.h if this is a *BSD; include errno.h (oops);
7939 decrement error count after an hour using a timer; use FD_SETSIZE
7940 constant instead of IRCD_FD_SETSIZE constant; fill in event
7941 processing code
7942
7943 * ircd/engine_poll.c: include errno.h (oops); decrement error
7944 count after an hour using a timer; fill in event processing code
7945
7946 * ircd/engine_kqueue.c: include errno.h (oops); decrement error
7947 count after an hour using a timer; assert events filter is either
7948 EVFILT_READ or EVFILT_WRITE; fill in event processing code
7949
7950 * ircd/engine_devpoll.c: include errno.h (oops); decrement error
7951 count after an hour using a timer; fill in event processing code
7952
79532001-01-15 Kevin L. Mitchell <klmitch@mit.edu>
7954
7955 * ircd/client.c: fixed feattab; basically, when I changed features
7956 to use small integers specifying bit positions, instead of the
7957 bits themselves, I forgot to update feattab to not | these
7958 privileges together; also fixed a bug in the antiprivs masking
7959 loop in client_set_privs()--last index wouldn't get parsed
7960
79612001-01-11 Kevin L. Mitchell <klmitch@mit.edu>
7962
7963 * ircd/ircd_events.c: call event_generate() with new data
7964 argument; make it set that field in struct Event; make
7965 socket_add() return the value of the eng_add callback
7966
7967 * ircd/engine_select.c: make engine_add() return a
7968 successful/unsuccessful status; add bounds-checking outside of an
7969 assert; use accessor macros; use log_write(), not the deprecated
7970 ircd_log(); add an assert to engine_loop() to double-check for
7971 data structure corruption
7972
7973 * ircd/engine_poll.c: make engine_add() return a
7974 successful/unsuccessful status; add bounds-checking outside of an
7975 assert; use accessor macros; use log_write(), not the deprecated
7976 ircd_log(); add an assert to engine_loop() to double-check for
7977 data structure corruption
7978
7979 * ircd/engine_kqueue.c: implementation of an engine for kqueue()
7980
7981 * ircd/engine_devpoll.c: implementation of an engine for /dev/poll
7982
7983 * include/ircd_events.h: define some accessor macros; add ev_data
7984 to struct Event for certain important data--errno values, for
7985 instance; make EngineAdd callback tell us if it was successful or
7986 not; add extra argument to event_generate(); make socket_add()
7987 return the status from EngineAdd
7988
79892001-01-10 Kevin L. Mitchell <klmitch@mit.edu>
7990
7991 * ircd/ircd_events.c: pass initializer information about how many
7992 total _filedescriptors_ may be opened at once
7993
7994 * ircd/ircd.c: use exported "running" instead of unexported
7995 thisServer.running
7996
7997 * ircd/engine_select.c: implementation of an event engine based on
7998 select()
7999
8000 * ircd/engine_poll.c: implementation of an event engine based on
8001 poll()
8002
8003 * include/ircd_events.h: pass the engine initializer an integer
8004 specifing how many _filedescriptors_ may be opened at once
8005
8006 * include/ircd.h: running has to be exported for the engine_*
8007 event loops
8008
80092001-01-09 Kevin L. Mitchell <klmitch@mit.edu>
8010
8011 * ircd/ircd_events.c: include some needed headers; add some
8012 comments; make evEngines[] const; bundle sig_sock and sig_fd into
8013 a struct named sigInfo; rework struct evInfo to have a queue of
8014 _generators_, and only when threaded; added a gen_init() function
8015 to centralize generator initialization; fix various compile-time
8016 errors; rework event_add() for new queueing scheme and checked for
8017 compile-time errors; add casts where needed; spell evEngines[]
8018 correctly; make engine_name() return const char*
8019
8020 * include/ircd_events.h: type EventCallBack depends on struct
8021 Event, so pre-declare it; put _event_ queue into generators, and
8022 only when threaded; give engine data a union to store both ints
8023 and pointers; make engine name a const; fix gen_ref_dec() macro;
8024 make engine_name() return a const char*
8025
8026 * ircd/ircd_events.c: gen_dequeue() is now exported, so move it
8027 down with the non-static functions; modify event_execute() to use
8028 the new gen_ref_dec() to simplify code; make sure event_generate()
8029 does not generate new events for generators marked for destruction
8030
8031 * include/ircd_events.h: the engines, at least, may need to modify
8032 reference counts to keep generators from going away while
8033 something still points at them, so add reference counter
8034 manipulators and export gen_dequeue() for them
8035
8036 * ircd/ircd_events.c: set up the list of engines to try; set up
8037 the signal struct Socket; rename netInfo to evInfo; move static
8038 functions near the beginning of the file; do away with
8039 signal_signal() (since we no longer keep a signal count ourselves)
8040 and call event_generate() directly from signal_callback--also
8041 renamed some functions; allow signal_callback() to read up to
8042 SIGS_PER_SOCK at once from the signal pipe; add event_init() to
8043 initialize the entire event system; add event_loop() to call the
8044 engine's event loop; initialize new struct GenHeader member,
8045 gh_engdata; remove timer_next(); add socket_add() function to add
8046 a socket; add socket_del() to mark a socket for deletion; add
8047 socket_state() to transition a socket between states; add
8048 socket_events() to set what events we're interested in on the
8049 socket; add engine_name() to retrieve event engine's name
8050
8051 * include/ircd_events.h: add engine data field to struct
8052 GenHeader; rename SOCK_ACTION_REMOVE to SOCK_ACTION_DEL; add a
8053 note about states vs s_events; remove signal count; fold union
8054 Generator back into struct Event; remove count members from struct
8055 Generators; redefine engine callbacks to not take a struct
8056 Engine*; add explanatory comments to callback definitions; add
8057 some engine callbacks to handle operations; remove struct Engine
8058 flag member--can detect single flag from eng_signal member; add
8059 event_init(), event_loop(), engine_name(), and the socket_*()
8060 functions; make timer_next() a macro to avoid a function call
8061
80622001-01-08 Kevin L. Mitchell <klmitch@mit.edu>
8063
8064 * include/ircd_events.h: rename to ircd_events.h, since it handles
8065 events, not just networking stuff; add signal support; more
8066 structural rearrangement
8067
8068 * ircd/ircd_events.c: rename to ircd_events.c, since it handles
8069 events, not just networking stuff; add signal support; more
8070 structural rearrangement
8071
80722001-01-07 Kevin L. Mitchell <klmitch@mit.edu>
8073
8074 * ircd/ircd_network.c: implement timer API; add reference counts
8075 appropriately
8076
8077 * include/ircd_network.h: firm up some pieces of the interface;
8078 split out members everything has into a separate structure; add
8079 reference counts; add timer API
8080
80812001-01-06 Kevin L. Mitchell <klmitch@mit.edu>
8082
8083 * ircd/ircd_network.c: static data and event manipulation
8084 functions for new event processing system
8085
8086 * include/ircd_network.h: data structures for new event processing
8087 system
8088
80892001-01-03 Kevin L. Mitchell <klmitch@mit.edu>
8090
8091 * ircd/whowas.c: Completely re-did the old allocation scheme by
8092 turning it into a linked list, permitting the
8093 NICKNAMEHISTORYLENGTH feature to be changed on the fly
8094
8095 * ircd/s_debug.c (count_memory): use FEAT_NICKNAMEHISTORYLENGTH
8096 feature instead of old #define
8097
8098 * ircd/ircd_features.c: add NICKNAMEHISTORYLENGTH feature as an
8099 integer feature with a notify callback (whowas_realloc)
8100
8101 * ircd/client.c (client_set_privs): second memset was supposed to
8102 be over antiprivs, not privs; thanks, Chris Behrens
8103 <cbehrens@xo.com> for pointing that out...
8104
8105 * include/whowas.h: new elements for an extra linked list in
8106 struct Whowas; a notify function for feature value changes
8107
8108 * include/ircd_features.h: new feature--FEAT_NICKNAMEHISTORYLENGTH
8109
8110 * config/config-sh.in: NICKNAMEHISTORYLENGTH is now a feature
8111
81122001-01-02 Kevin L. Mitchell <klmitch@mit.edu>
8113
8114 * config/config-sh.in: get rid of DEFAULT_LIST_PARAMETER
8115 compile-time option--now in features subsystem
8116
8117 * ircd/motd.c (motd_init): rework motd_init() to be called as the
8118 notify function for MPATH and RPATH features (should probably
8119 split it up a bit, though...)
8120
8121 * ircd/m_privs.c (mo_privs): if called with no parameters, return
8122 privs of the caller, rather than an error
8123
8124 * ircd/m_list.c: pull usage message into its own function; pull
8125 list parameter processing into its own function that does not
8126 modify the contents of the parameter; add list_set_default() to
8127 set the default list parameter (uses the notify hook); rework
8128 m_list() to make use of these functions; removed dead code
8129
8130 * ircd/ircd_log.c (log_feature_mark): make sure to return 0, since
8131 we have no notify handler
8132
8133 * ircd/ircd_features.c: add notify callback for notification of
8134 value changes; give mark callback an int return value to indicate
8135 whether or not to call the notify callback; fix up feature macros
8136 for new notify callback; add DEFAULT_LIST_PARAM feature; rewrite
8137 string handling in feature_set() to deal with def_str being a null
8138 pointer; wrote feature_init() to set up all defaults appropriately
8139
8140 * ircd/ircd.c (main): call feature_init() instead of
8141 feature_mark(), to avoid calling notify functions while setting up
8142 defaults
8143
8144 * ircd/client.c: updated to deal with new privileges structure
8145
8146 * ircd/class.c: updated so init_class() can be called should one
8147 of PINGFREQUENCY, CONNECTFREQUENCY, MAXIMUM_LINKS, or
8148 DEFAULTMAXSENDQLENGTH be changed
8149
8150 * include/ircd_log.h: log_feature_mark() updated to fit with new
8151 API changes
8152
8153 * include/ircd_features.h: added DEFAULT_LIST_PARAM feature and
8154 feature_init() function (found necessary since adding the notify
8155 stuff and notifying motd.c during start-up...before we defined
8156 RPATH!)
8157
8158 * include/client.h: move privs around to enable addition of more
8159 bits if necessary; based on the FD_* macros
8160
8161 * include/channel.h: declare list_set_default (actually located in
8162 m_list.c *blanche*)
8163
8164 * ircd/s_user.c: retrieve MAXSILES and MAXSILELENGTH (now
8165 AVBANLEN*MAXSILES) from features subsystem
8166
8167 * ircd/s_debug.c (debug_serveropts): CMDLINE_CONFIG doesn't go to
8168 anything anymore
8169
8170 * ircd/s_bsd.c: retrieve HANGONGOODLINK and HANGONRETRYDELAY from
8171 the features subsystem
8172
8173 * ircd/s_auth.c (start_auth): NODNS migrated to the features
8174 subsystem
8175
8176 * ircd/random.c: created random_seed_set() function to set seed
8177 value, along with some stuff to make ircrandom() a little more
8178 random--state preserving, xor of time instead of direct usage,
8179 etc.; it's still a pseudo-random number generator, though, and
8180 hopefully I haven't broken the randomness
8181
8182 * ircd/m_version.c: FEATUREVALUES makes use of feature_int() calls
8183
8184 * ircd/m_join.c: use features interface to retrieve
8185 MAXCHANNELSPERUSER
8186
8187 * ircd/ircd_features.c: add NODISP flag for super-secret features;
8188 add a whole bunch of new features migrated over from make config
8189
8190 * ircd/ircd.c: use features interface to retrieve PINGFREQUENCY,
8191 CONNECTTIMEOUT, and TIMESEC
8192
8193 * ircd/client.c (client_get_ping): use features interface to
8194 retrieve PINGFREQUENCY
8195
8196 * ircd/class.c: use features interface to retrieve PINGFREQUENCY,
8197 CONNECTFREQUENCY, MAXIMUM_LINKS, and DEFAULTMAXSENDQLENGTH
8198
8199 * ircd/chkconf.c (DEFAULTMAXSENDQLENGTH): since it's now in the
8200 features subsystem, we have to add something explicit
8201
8202 * ircd/channel.c: use features interface to retrieve
8203 KILLCHASETIMELIMIT, MAXBANLENGTH, MAXBANS, and MAXCHANNELSPERUSER;
8204 note that MAXBANLENGTH is now calculated dynamically from MAXBANS
8205 and AVBANLEN
8206
8207 * ircd/Makefile.in: run make depend
8208
8209 * include/supported.h (FEATURESVALUES): update to reference
8210 feature settings
8211
8212 * include/random.h: add prototype for random_seed_set
8213
8214 * include/ircd_features.h: add several more features
8215
8216 * include/channel.h: move MAXBANS and MAXBANLENGTH into feature
8217 subsystem
8218
8219 * config/config-sh.in: feature-ized some more stuff
8220
8221 * include/motd.h: some new elements in motd.h for motd.c changes
8222
8223 * ircd/motd.c: motd_cache() now searches a list of already cached
8224 MOTD files; saves us from having duplicate caches in memory if
8225 there are two identical T-lines for two different sites...
8226
82272001-01-02 Perry Lorier <isomer@coders.net>
8228 * ircd/motd.c: don't core if the motd isn't found. Bug found by
8229 Amarande.
8230
82312001-01-02 Perry Lorier <isomer@coders.net>
8232 * ircd/s_err.c: Added third param to 004 - the channel modes that tage params. Used by hybrid/epic.
8233 * ircd/s_channels.c: Added fix for msg'ing a -n+m channel - thanks
8234 to guppy for noticing, and hektik for providing the fix.
8235 * misc others: Minor cleanups, added more protocol_violations, ripped
8236 out more P09 stuffs, bit more protocol neg stuff.
8237
82382000-12-19 Kevin L. Mitchell <klmitch@mit.edu>
8239
8240 * ircd/m_ison.c (m_ison): Dianora says that ISON has to end with a
8241 space (*sigh* stupid clients...)
8242
8243 * ircd/s_user.c: make WALLOPS_OPER_ONLY a feature managed through
8244 ircd_features.[ch]
8245
8246 * ircd/s_err.c: get rid of GODMODE conditionals
8247
8248 * ircd/s_debug.c (debug_serveropts): switch to using appropriate
8249 calls into the features subsystem for various serveropts
8250 characters
8251
8252 * ircd/s_conf.c (find_conf_entry): get rid of USEONE conditional
8253
8254 * ircd/s_bsd.c: remove GODMODE conditional; use features subsystem
8255 to get value of VIRTUAL_HOST and CLIENT_FLOOD; remove
8256 NOFLOWCONTROL conditional
8257
8258 * ircd/s_auth.c: use features subsystem to determine value of
8259 KILL_IPMISMATCH
8260
8261 * ircd/parse.c: get rid of NOOPER and GODMODE conditionals; use
8262 features subsystem to determine the setting of IDLE_FROM_MSG
8263
8264 * ircd/numnicks.c: get rid of EXTENDED_NUMERICS conditionals
8265
8266 * ircd/motd.c: get value of NODEFAULTMOTD from features subsystem;
8267 use features subsystem to get motd file names
8268
8269 * ircd/m_settime.c: get value of RELIABLE_CLOCK from features
8270 subsystem
8271
8272 * ircd/m_server.c: get rid of CRYPT_LINK_PASSWORD, since it does
8273 us no good; use features subsystem to figure out if we need to do
8274 HUB-type stuff; make TESTNET debugging sendto_opmask_butone's use
8275 the Debug(()) macro instead; get value of RELIABLE_CLOCK from
8276 features subsystem
8277
8278 * ircd/m_privmsg.c: get IDLE_FROM_MSG from the features subsystem
8279
8280 * ircd/m_oper.c: get CRYPT_OPER_PASSWORD from the features
8281 subsystem
8282
8283 * ircd/m_connect.c: get SERVER_PORT from the features subsystem
8284
8285 * ircd/ircd_log.c (log_set_file): fix a bug that kept log files
8286 from getting marked if they were already set to something...
8287
8288 * ircd/ircd_features.c: add a flag to indicates read-only access;
8289 add several new features that used to be compile-time selected
8290
8291 * ircd/ircd.c: grab pidfile out of feature subsystem; don't check
8292 access to motd files (what the heck?); make sure to initialize the
8293 feature subsystem before trying to write the config file
8294
8295 * ircd/dbuf.c: use feature_int() to retrieve BUFFERPOOL settings;
8296 use feature_bool() to figure out if we're using the FERGUSON
8297 flusher
8298
8299 * ircd/Makefile.in: MPATH and RPATH are now done differently, so
8300 remove the clause that creates empty files of that name; also ran
8301 make depend
8302
8303 * include/sys.h: CLIENT_FLOOD is now a feature; unfortunately,
8304 there is no easy way to bounds-check it at present
8305
8306 * include/querycmds.h: make sure ircd_features.h is included; use
8307 feature_str(FEAT_DOMAINNAME) in calls to match()
8308
8309 * include/ircd_features.h: many new features that used to be
8310 compile-time selected
8311
8312 * config/config-sh.in: add * to DOMAINNAME; try also using first
8313 argument to search in /etc/resolv.conf; removed many compile-time
8314 options that now can be configured through the features system
8315
83162000-12-18 Kevin L. Mitchell <klmitch@mit.edu>
8317
8318 * doc/api/log.txt: how to use the logging API
8319
8320 * doc/api/features.txt: how to use the features API
8321
8322 * doc/api/api.txt: how to write API documentation
8323
8324 * include/ircd_features.h: rearranged a couple of features for
8325 neatness purposes
8326
8327 * ircd/ircd_features.c: cleaned up the macros some; rearranged
8328 some code to all go into the switch; rearranged a couple of
8329 features for neatness purposes
8330
83312000-12-16 Greg Sikorski <gte@atomicrevs.demon.co.uk>
8332 * ircd/os_bsd.c: Added os_set_tos for BSD users.
8333
83342000-12-16 Kevin L. Mitchell <klmitch@mit.edu>
8335
8336 * ircd/ircd_features.c: Isomer almost got it right; you need to
8337 use F_I(), since it's an integer value, not a boolean value. The
8338 asserts in feature_int would catch you out... Also made the F_*
8339 macros take flags
8340
8341 * ircd/s_err.c: define RPL_PRIVS reply
8342
8343 * ircd/parse.c: put new PRIVS command into command table
8344
8345 * ircd/m_privs.c (mo_privs): message handler to report operator
8346 privileges
8347
8348 * ircd/ircd_features.c: declare new features OPER_SET and
8349 LOCOP_SET; redo boolean testing routine to accept TRUE, YES, and
8350 ON for boolean TRUE, and FALSE, NO, and OFF for boolean FALSE
8351
8352 * ircd/client.c: simplify client_set_privs() with a table that
8353 defines what features to test for; add new client_report_privs()
8354
8355 * ircd/Makefile.in: compile new m_privs.c; run make depend
8356
8357 * include/numeric.h (RPL_PRIVS): new reply numeric for displaying
8358 an operator's privileges
8359
8360 * include/msg.h: define new command: PRIVS
8361
8362 * include/ircd_features.h: create new features OPER_SET and
8363 LOCOP_SET for controlling access to /set
8364
8365 * include/handlers.h (mo_privs): declare message handler for
8366 reporting oper privileges
8367
8368 * include/client.h (client_report_privs): declare function to
8369 report what privileges an oper has
8370
8371 * ircd/m_whois.c (do_whois): fix a bug that caused /whois to
8372 report that a user is an oper if the oper doing the /whois had
8373 PRIV_SEE_OPERS
8374
83752000-12-17 Isomer <Isomer@coders.net>
8376 * ircd/listener.c: added support for TOS twiddling as a 'feature'.
8377
83782000-12-17 Isomer <Isomer@coders.net>
8379 * ircd/os_linux.c: add TOS stuffs
8380
8381 * ircd/listener.c: add TOS stuffs
8382
83832000-12-16 Kevin L. Mitchell <klmitch@mit.edu>
8384
8385 * ircd/whocmds.c (do_who): use HasPriv to determine whether or not
8386 to indicate a user is an oper
8387
8388 * ircd/s_user.c: clear privileges setting when deopping; don't
8389 propagate +o unless user has PRIV_PROPAGATE privilege
8390
8391 * ircd/s_debug.c (debug_serveropts): created debug_serveropts()
8392 function and replaced how the server option string is generated
8393
8394 * ircd/parse.c: remove conditional on CONFIG_OPERCMDS
8395
8396 * ircd/m_whois.c (do_whois): use HasPriv to determine whether or
8397 not to indicate the user is an operator
8398
8399 * ircd/m_who.c: use HasPriv to determine whether or not a user
8400 should be displayed in the list of opers
8401
8402 * ircd/m_version.c: call debug_serveropts() to get server option
8403 string
8404
8405 * ircd/m_userip.c (userip_formatter): use HasPriv to determine
8406 whether or not to show oper status
8407
8408 * ircd/m_userhost.c (userhost_formatter): use HasPriv to determine
8409 whether or not to show oper status
8410
8411 * ircd/m_restart.c (mo_restart): replace ugly #ifdef conditional
8412 checks with HasPriv check; remove dead code
8413
8414 * ircd/m_rehash.c (mo_rehash): replace ugly #ifdef conditional
8415 checks with HasPriv check
8416
8417 * ircd/m_opmode.c (mo_opmode): use HasPriv to check permissions;
8418 use feature_bool to check if disabled
8419
8420 * ircd/m_oper.c (m_oper): set oper priviliges
8421
8422 * ircd/m_mode.c (m_mode): replace #ifdef conditional with HasPriv
8423 check
8424
8425 * ircd/m_kill.c (mo_kill): use HasPriv checks to determine if we
8426 can kill
8427
8428 * ircd/m_kick.c (m_kick): replace #ifdef conditional with HasPriv
8429 check
8430
8431 * ircd/m_jupe.c (mo_jupe): rework permissions checking structure;
8432 use feature_bool to check if disabled
8433
8434 * ircd/m_join.c (m_join): remove BADCHAN conditional; replace
8435 #ifdef conditional with a HasPriv check
8436
8437 * ircd/m_gline.c (mo_gline): rework permissions checking
8438 structure; use feature_bool to check if any part is disabled
8439
8440 * ircd/m_die.c: replace ugly #ifdef conditionals with HasPriv
8441 check; remove dead code
8442
8443 * ircd/m_clearmode.c: use feature_bool() to detect if we're
8444 disabled; use HasPriv to figure out what we're permitted to do;
8445 only allow clearmode on moded channels
8446
8447 * ircd/ircd_features.c: define various features; use HasPriv to
8448 verify permissions to set/reset
8449
8450 * ircd/gline.c (gline_add): use HasPriv instead of #ifdef
8451 conditionals
8452
8453 * ircd/client.c (client_set_privs): function to set an oper's
8454 privileges
8455
8456 * ircd/channel.c: use HasPriv calls instead of #ifdef conditionals
8457
8458 * include/whocmds.h: deconditionalize several macros and
8459 substitute appropriate calls to HasPriv()
8460
8461 * include/s_debug.h: get rid of global serveropts[]; define new
8462 function debug_serveropts() to build that string on the fly
8463
8464 * include/ircd_features.h: define some features
8465
8466 * include/client.h: add privs member to struct Connection; define
8467 various priviledges
8468
8469 * include/channel.h: no longer using IsOperOnLocalChannel; remove
8470 conditional of MAGIC_OPER_OVERRIDE on OPER_WALK_THROUGH_LMODES
8471
8472 * doc/Configure.help: remove help information for deprecated
8473 options
8474
8475 * config/config-sh.in: remove certain deprecated options having to
8476 do with what opers can and cannot do--first stage in moving
8477 compile-time constants into the .conf
8478
84792000-12-16 Isomer <Isomer@coders.net>
8480 * ircd/parse.c: detect if the prefix is missing and try and recover
8481 instead of coring.
8482
84832000-12-15 Kevin L. Mitchell <klmitch@mit.edu>
8484
8485 * ircd/ircd_log.c: found and fixed some bugs in the debug logging
8486 code that would sometimes result in the log file not being
8487 reopened--which meant that a user could connect and get the
8488 logging output--oops
8489
8490 * ircd/Makefile.in: run make depend...
8491
8492 * ircd/s_stats.c: get rid of report_feature_list()
8493
8494 * ircd/s_err.c: add the 'bad value' error message, shift error
8495 messages over somewhat
8496
8497 * ircd/s_debug.c (debug_init): call log_debug_init with the
8498 use_tty flag
8499
8500 * ircd/s_conf.c (read_configuration_file): unmark features before
8501 reading the config file, then reset unmarked features after
8502 reading the config file
8503
8504 * ircd/m_stats.c: use feature_report() instead of
8505 report_feature_list()
8506
8507 * ircd/ircd_log.c: fix log_debug_file (bogus assertion); add
8508 special 'mark' flags and use them; add the stuff needed by the
8509 features API
8510
8511 * ircd/ircd_features.c: rework the features API and add gobs of
8512 comments to try to explain what some of these complex functions
8513 are actually doing
8514
8515 * include/s_stats.h: get rid of report_feature_list(); use
8516 feature_report() instead
8517
8518 * include/numeric.h: added a new error message and shifted old
8519 values over some--this is, after all, an alpha
8520
8521 * include/ircd_log.h: log_debug_init now takes an integer to tell
8522 it if it should be using the tty; added a couple of functions
8523 required by the features API
8524
8525 * include/ircd_features.h: add an enum and some more functions to
8526 flesh out the feature API--it should now be possible to put all
8527 those compile-time constants in the config file!
8528
8529 * ircd/send.c: got the direction of the assert incorrect...
8530
8531 * ircd/send.c: implement the efficiency of flush_connections by
8532 creating a linked list of struct Connection's with queued data;
8533 also get rid of flush_sendq_except and make sure to yank
8534 connections out of the list when their sendQs become empty (notice
8535 the assertion in flush_connections!)
8536
8537 * ircd/s_bsd.c (close_connection): must yank the Connection out of
8538 the sendq list
8539
8540 * ircd/list.c (dealloc_connection): must yank the Connection out
8541 of the sendq list
8542
8543 * ircd/dbuf.c (dbuf_put): call flush_connections instead of the
8544 deprecated flush_sendq_except
8545
8546 * ircd/client.c: define a couple new helper functions for sendq
8547 threading--this will make the flush_connections function in send.c
8548 considerably more efficient by creating a linked list of
8549 Connections that have queued data to send
8550
8551 * include/send.h: remove flush_sendq_except, as it's not used
8552 anymore
8553
8554 * include/client.h: declare a couple new helper functions for the
8555 sendq threading system
8556
85572000-12-14 Kevin L. Mitchell <klmitch@mit.edu>
8558
8559 * ircd/m_ison.c (m_ison): Apply Diane Bruce's patch to make ISON
8560 parse all arguments
8561
8562 * ircd/s_debug.c (count_memory): modify to report for clients and
8563 connections, not local clients and remote clients
8564
8565 * ircd/list.c: fiddle with the client-fiddling functions to take
8566 into account the divorce of struct Connection from struct Client
8567
8568 * ircd/ircd.c: define a struct Connection for me, initialize it,
8569 and link it into the right place (ewww, globals!)
8570
8571 * include/client.h: remove CLIENT_{LOCAL,REMOTE}_SIZE; split
8572 struct Client into struct Client and struct Connection; redefine
8573 local-portion accessor macros to go through struct Client to the
8574 struct Connection; define struct Connection accessor macros
8575
85762000-12-13 Kevin L. Mitchell <klmitch@mit.edu>
8577
8578 * ircd/whowas.c: missed a couple of accesses to a struct Client
8579
8580 * ircd/uping.c: missed a couple of accesses to a struct Client
8581
8582 * ircd/send.c: missed a couple of accesses to a struct Client
8583
8584 * ircd/s_user.c: missed a couple of accesses to a struct Client
8585
8586 * ircd/s_misc.c: missed a couple of accesses to a struct Client
8587
8588 * ircd/s_conf.c: missed a couple of accesses to a struct Client
8589
8590 * ircd/s_bsd.c: missed a couple of accesses to a struct Client
8591
8592 * ircd/s_auth.c: missed a couple of accesses to a struct Client
8593
8594 * ircd/res.c: missed a couple of accesses to a struct Client
8595
8596 * ircd/parse.c: missed a couple of accesses to a struct Client
8597
8598 * ircd/m_whois.c: use new accessor macros for struct Client
8599
8600 * ircd/m_who.c: use new accessor macros for struct Client
8601
8602 * ircd/m_wallchops.c: use new accessor macros for struct Client
8603
8604 * ircd/m_version.c: use new accessor macros for struct Client
8605
8606 * ircd/m_userip.c: use new accessor macros for struct Client
8607
8608 * ircd/m_userhost.c: use new accessor macros for struct Client
8609
8610 * ircd/m_user.c: use new accessor macros for struct Client
8611
8612 * ircd/m_uping.c: use new accessor macros for struct Client
8613
8614 * ircd/m_trace.c: use new accessor macros for struct Client
8615
8616 * ircd/m_topic.c: use new accessor macros for struct Client
8617
8618 * ircd/m_time.c: use new accessor macros for struct Client
8619
8620 * ircd/m_stats.c: use new accessor macros for struct Client
8621
8622 * ircd/m_squit.c: use new accessor macros for struct Client
8623
8624 * ircd/m_silence.c: use new accessor macros for struct Client
8625
8626 * ircd/m_server.c: use new accessor macros for struct Client;
8627 remove dead code
8628
8629 * ircd/m_rpong.c: use new accessor macros for struct Client
8630
8631 * ircd/m_rping.c: use new accessor macros for struct Client
8632
8633 * ircd/m_quit.c: use new accessor macros for struct Client
8634
8635 * ircd/m_privmsg.c: use new accessor macros for struct Client
8636
8637 * ircd/m_pong.c: use new accessor macros for struct Client; remove
8638 dead code
8639
8640 * ircd/m_ping.c: use new accessor macros for struct Client
8641
8642 * ircd/m_pass.c: use new accessor macros for struct Client
8643
8644 * ircd/m_part.c: use new accessor macros for struct Client
8645
8646 * ircd/m_oper.c: use new accessor macros for struct Client
8647
8648 * ircd/m_notice.c: use new accessor macros for struct Client
8649
8650 * ircd/m_nick.c: use new accessor macros for struct Client
8651
8652 * ircd/m_names.c: use new accessor macros for struct Client
8653
8654 * ircd/m_mode.c: use new accessor macros for struct Client
8655
8656 * ircd/m_map.c: use new accessor macros for struct Client
8657
8658 * ircd/m_list.c: use new accessor macros for struct Client
8659
8660 * ircd/m_links.c: use new accessor macros for struct Client;
8661 remove some dead code
8662
8663 * ircd/m_kill.c: use new accessor macros for struct Client; remove
8664 some dead code
8665
8666 * ircd/m_kick.c: use new accessor macros for struct Client
8667
8668 * ircd/m_join.c: use new accessor macros for struct Client; remove
8669 some dead code
8670
8671 * ircd/m_ison.c: use new accessor macros for struct Client
8672
8673 * ircd/m_invite.c: use new accessor macros for struct Client
8674
8675 * ircd/m_info.c: use new accessor macros for struct Client
8676
8677 * ircd/m_gline.c: use new accessor macros for struct Client
8678
8679 * ircd/m_error.c: use new accessor macros for struct Client
8680
8681 * ircd/m_create.c: use new accessor macros for struct Client
8682
8683 * ircd/m_connect.c: use new accessor macros for struct Client;
8684 removed some dead code
8685
8686 * ircd/m_burst.c: use new accessor macros for struct Client
8687
8688 * ircd/m_away.c: use new accessor macros for struct Client
8689
8690 * ircd/m_admin.c: use new accessor macros for struct Client
8691
8692 * ircd/hash.c: missed a couple of accesses to a struct Client
8693
8694 * ircd/gline.c: missed a couple of accesses to a struct Client
8695
8696 * ircd/crule.c: missed a couple of accesses to a struct Client
8697
8698 * ircd/class.c: missed an access to a struct Client
8699
8700 * ircd/channel.c: missed a couple of accesses to a struct Client
8701
8702 * ircd/IPcheck.c: missed an access to a struct Client
8703
8704 * include/querycmds.h: fix a couple of stats macros to use
8705 structure accessor macros
8706
8707 * include/client.h: change structure member names to highlight any
8708 places in the code I've missed
8709
87102000-12-12 Kevin L. Mitchell <klmitch@mit.edu>
8711
8712 * ircd/whowas.c: use new struct Client accessor macros
8713
8714 * ircd/whocmds.c: use new struct Client accessor macros
8715
8716 * ircd/send.c: use new struct Client accessor macros
8717
8718 * ircd/s_user.c: use new struct Client accessor macros; removed
8719 some dead code
8720
8721 * ircd/s_serv.c: use new struct Client accessor macros; removed
8722 some dead code
8723
8724 * ircd/s_numeric.c: use new struct Client accessor macros
8725
8726 * ircd/s_misc.c: use new struct Client accessor macros
8727
8728 * ircd/s_debug.c: use new struct Client accessor macros
8729
8730 * ircd/s_conf.c: use new struct Client accessor macros
8731
8732 * ircd/s_bsd.c: use new struct Client accessor macros
8733
8734 * ircd/s_auth.c: use new struct Client accessor macros
8735
8736 * ircd/parse.c: use new struct Client accessor macros
8737
8738 * ircd/packet.c: use new struct Client accessor macros
8739
8740 * ircd/numnicks.c: use new struct Client accessor macros
8741
8742 * ircd/motd.c: use new struct Client accessor macros
8743
8744 * ircd/listener.c: use new struct Client accessor macros
8745
8746 * ircd/list.c: use new struct Client accessor macros
8747
8748 * ircd/jupe.c: use new struct Client accessor macros
8749
8750 * ircd/ircd_snprintf.c: use new struct Client accessor macros
8751
8752 * ircd/ircd_reply.c: use new struct Client accessor macros
8753
8754 * ircd/ircd_relay.c: use new struct Client accessor macros
8755
8756 * ircd/ircd.c: use new struct Client accessor macros
8757
8758 * ircd/gline.c: catch some instances of me.<stuff> I missed
8759 previously
8760
8761 * ircd/client.c: use cli_ instead of con_
8762
8763 * ircd/class.c: use cli_ instead of con_
8764
8765 * ircd/channel.c: use cli_ instead of con_
8766
8767 * ircd/IPcheck.c: use cli_ instead of con_; catch some instances
8768 of me.<stuff> I missed previously
8769
8770 * include/client.h: use cli_ instead of con_...seemed like a good
8771 idea at the time *shrug*
8772
87732000-12-11 Kevin L. Mitchell <klmitch@mit.edu>
8774
8775 * ircd/hash.c: use struct Client accessor macros
8776
8777 * ircd/gline.c: use struct Client accessor macros
8778
8779 * ircd/crule.c: use struct Client accessor macros
8780
8781 * ircd/client.c: use struct Client accessor macros; remove some
8782 dead code
8783
8784 * ircd/class.c: use struct Client accessor macros
8785
8786 * ircd/channel.c: use struct Client accessor macros; remove some
8787 dead code
8788
8789 * ircd/IPcheck.c: use struct Client accessor macros
8790
8791 * include/numnicks.h: use struct Client accessor macros
8792
8793 * include/client.h: first step to divorcing struct Client and
8794 struct Connection--define accessor macros and use them
8795
8796 * ircd/gline.c: When Uworld removed Uworld-set G-lines, only the
8797 uplink would remove them. This is because the removal protocol
8798 message wasn't being sent to the uplinks. This is fixed by fixing
8799 propagate_gline() to send the proper number of arguments depending
8800 on whether or not we're adding or deleting the Uworld gline, and
8801 by having gline_deactivate() make sure to turn off the active bit
8802 and call propagate_gline() if it's a Uworld gline
8803
88042000-12-10 Kevin L. Mitchell <klmitch@mit.edu>
8805
8806 * ircd/os_generic.c: make sure IOV_MAX gets defined, just in case
8807
8808 * ircd/os_bsd.c: apparently BSD doesn't have IOV_MAX defined
8809 anywhere intelligent...
8810
88112000-12-09 Kevin L. Mitchell <klmitch@mit.edu>
8812
8813 * ircd/send.c (send_queued): call deliver_it with appropriate
8814 arguments
8815
8816 * ircd/s_serv.c: reorder a couple of headers--cosmetic
8817
8818 * ircd/s_bsd.c (deliver_it): make deliver_it work with a struct
8819 MsgQ
8820
8821 * ircd/os_solaris.c (os_sendv_nonb): function for calling writev
8822 with appropriate iovec
8823
8824 * ircd/os_linux.c (os_sendv_nonb): function for calling writev
8825 with appropriate iovec
8826
8827 * ircd/os_generic.c (os_sendv_nonb): function for calling writev
8828 with appropriate iovec
8829
8830 * ircd/os_bsd.c (os_sendv_nonb): function for calling writev with
8831 appropriate iovec
8832
8833 * ircd/msgq.c (msgq_mapiov): add a len_p argument for totalling up
8834 exactly how much we're trying to write out to the fd
8835
8836 * include/s_bsd.h: make deliver_it take a struct MsgQ
8837
8838 * include/msgq.h: add a len_p argument to msgq_mapiov to help
8839 detect short writes that indicate possible socket blocking
8840
8841 * include/ircd_osdep.h: declare os_sendv_nonb()
8842
8843 * ircd/channel.c (modebuf_mode): don't add empty modes...
8844
88452000-12-08 Kevin L. Mitchell <klmitch@mit.edu>
8846
8847 * include/send.h: add prio argument to send_buffer to select
8848 between normal and priority queues
8849
8850 * ircd/s_user.c (send_user_info): add prio argument to send_buffer
8851 call
8852
8853 * ircd/m_ison.c (m_ison): add prio argument to send_buffer call
8854
8855 * ircd/ircd_reply.c (send_reply): add prio argument to send_buffer
8856 call
8857
8858 * ircd/channel.c (send_channel_modes): add prio argument to
8859 send_buffer call
8860
8861 * ircd/send.c (send_buffer): add a prio argument to select the
8862 priority queue; update send.c functions to use it
8863
8864 * ircd/msgq.c (msgq_add): remove msgq_prio; fold msgq_link and
8865 msgq_add; add a prio argument to msgq_add to select the priority
8866 queue
8867
8868 * include/msgq.h: remove msgq_prio; add a prio argument to
8869 msgq_add
8870
8871 * ircd/send.c: remove sendbuf; remove GODMODE code; switch to
8872 using msgq functions instead of dbuf functions; remove old, dead
8873 sendto_* functions; redo send_buffer to take a struct MsgBuf;
8874 rework sendcmdto_* functions to make use of the new struct MsgBuf
8875
8876 * ircd/s_user.c: remove hunt_server; restructure send_user_info to
8877 make appropriate use of struct MsgBuf
8878
8879 * ircd/s_debug.c (count_memory): count memory used by the MsgQ
8880 system and report it
8881
8882 * ircd/s_conf.c (read_configuration_file): use
8883 sendto_opmask_butone instead of the now dead sendto_op_mask
8884
8885 * ircd/s_bsd.c: switch to using appropriate MsgQLength and other
8886 calls on sendQ
8887
8888 * ircd/parse.c (parse_server): get rid of a piece of GODMODE code
8889
8890 * ircd/msgq.c: add msgq_append and msgq_bufleft; fix a bug in
8891 msgq_clean
8892
8893 * ircd/m_version.c: fix spelling in comments marking dead code
8894
8895 * ircd/m_userip.c (userip_formatter): restructure to make use of
8896 struct MsgBuf
8897
8898 * ircd/m_userhost.c (userhost_formatter): restructure to make use
8899 of struct MsgBuf
8900
8901 * ircd/m_stats.c: use MsgQLength on a sendQ
8902
8903 * ircd/m_settime.c: use MsgQLength instead of DBufLength on a
8904 sendQ; mark a piece of dead code
8905
8906 * ircd/m_names.c: use send_reply instead of sendto_one
8907
8908 * ircd/m_mode.c: use new mode; remove old dead code
8909
8910 * ircd/m_ison.c (m_ison): restructure to make use of struct MsgBuf
8911
8912 * ircd/m_burst.c: use BUFSIZE instead of IRC_BUFSIZE; remove old
8913 dead code
8914
8915 * ircd/listener.c (accept_connection): use sendto_opmask_butone
8916 instead of sendto_op_mask
8917
8918 * ircd/list.c (free_client): use MsgQClear to clear sendQ
8919
8920 * ircd/ircd_reply.c: remove send_error_to_client; restructure
8921 send_reply to make use of struct MsgBuf
8922
8923 * ircd/dbuf.c (dbuf_put): remove argument to flush_sendq_except,
8924 since its no longer used (at least currently)
8925
8926 * ircd/channel.c: restructure send_channel_modes to make use of
8927 struct MsgBuf; remove set_mode, add_token_to_sendbuf, cancel_mode,
8928 and send_hack_notice; use BUFSIZE instead of IRC_BUFSIZE
8929
8930 * ircd/Makefile.in: add msgq.c to list of sources; run make depend
8931
8932 * ircd/IPcheck.c: use sendcmdto_one instead of sendto_one
8933
8934 * include/send.h: send_buffer now takes a struct MsgBuf * instead
8935 of a char *; flush_sendq_except now takes no arguments, as sendq
8936 flushing currently only happens in dbuf.h and sendQ is a struct
8937 MsgQ; remove prototypes for a lot of old sendto_* functions that
8938 aren't used anymore; remove sendbuf and IRC_BUFSIZE--the former is
8939 no longer needed, and the latter is identical to BUFSIZE in
8940 ircd_defs.h
8941
8942 * include/s_user.h: make InfoFormatter take a struct MsgBuf*
8943 instead of a char *; also make it return void, instead of char *
8944
8945 * include/msgq.h: add msgq_append and msgq_bufleft functions
8946
8947 * include/client.h: use a struct MsgQ instead of a struct DBuf for
8948 sendq
8949
8950 * doc/Configure.help: Remove help for compile-time options that
8951 have gone away
8952
8953 * config/config-sh.in: remove CONFIG_NEWMODE
8954
8955 * ircd/m_server.c (mr_server): don't send server IPs in any server
8956 notices
8957
8958 * ircd/msgq.c (msgq_vmake): add \r\n to messages
8959
89602000-12-07 Kevin L. Mitchell <klmitch@mit.edu>
8961
8962 * include/msgq.h: declare the MsgQ API
8963
8964 * ircd/msgq.c: implementation of new MsgQ system
8965
89662000-12-06 Kevin L. Mitchell <klmitch@mit.edu>
8967
8968 * ircd/ircd_features.c: #include was supposed to be for
8969 ircd_features.h, not features.h--missed when I had to do a
8970 rename because of namespace collision
8971
89722000-12-05 Greg Sikorski <gte@atomicrevs.demon.co.uk>
8973 * ircd/m_topic.c: Added missing braces that caused all remote
8974 topics to be ignored.
8975
89762000-12-04 Kevin L. Mitchell <klmitch@mit.edu>
8977
8978 * ircd/m_create.c: I'm tired of the exit_client warning :)
8979 (ms_create): discovered that exit_client() was being called with
8980 too few arguments
8981
8982 * ircd/s_misc.c (exit_client): remove all dependance on
8983 FNAME_USERLOG, since that's now gone; log only to LS_USER
8984
8985 * ircd/s_debug.c: USE_SYSLOG no longer means anything
8986
8987 * ircd/m_oper.c (m_oper): no longer log to LS_OPERLOG--we already
8988 log to LS_OPER
8989
8990 * ircd/m_kill.c: no longer conditionalize on SYSLOG_KILL
8991
8992 * ircd/ircd_log.c: remove LS_OPERLOG, LS_USERLOG
8993
8994 * include/ircd_log.h: remove LS_OPERLOG, LS_USERLOG--they serve
8995 the same purpose as LS_USER and LS_OPER
8996
8997 * config/config-sh.in: remove no longer relevant log config
8998 variables
8999
9000 * ircd/uping.c (uping_init): use log_write instead of ircd_log
9001
9002 * ircd/s_misc.c (exit_client): use log_write instead of ircd_log
9003
9004 * ircd/s_conf.c: use log_write instead of ircd_log
9005
9006 * ircd/s_bsd.c (report_error): use log_write instead of ircd_log
9007
9008 * ircd/s_auth.c (timeout_auth_queries): use log_write instead of
9009 ircd_log
9010
9011 * ircd/res.c (send_res_msg): use log_write instead of ircd_log
9012
9013 * ircd/m_who.c: use log_write instead of write_log; no longer
9014 conditionalize on WPATH; mark dead ircd_log calls
9015
9016 * ircd/m_uping.c: mark dead ircd_log call
9017
9018 * ircd/m_server.c (mr_server): use log_write instead of ircd_log
9019
9020 * ircd/m_restart.c: use log_write instead of ircd_log; mark dead
9021 ircd_log calls
9022
9023 * ircd/m_rehash.c (mo_rehash): use log_write instead of ircd_log
9024
9025 * ircd/m_oper.c: use log_write instead of ircd_log; no longer
9026 conditionalize on FNAME_OPERLOG; mark dead ircd_log calls
9027
9028 * ircd/m_kill.c: mark dead ircd_log calls
9029
9030 * ircd/m_connect.c: use log_write instead of ircd_log; mark dead
9031 ircd_log
9032
9033 * ircd/m_clearmode.c: use log_write instead of write_log; no
9034 longer conditionalize on OPATH
9035
9036 * ircd/jupe.c: use log_write instead of write_log; no longer
9037 conditionalize on JPATH
9038
9039 * ircd/ircd_log.c: add USER subsystem; remove ircd_log() compat
9040 function; fix a couple of bugs
9041
9042 * ircd/ircd_alloc.c: fixed a comment
9043
9044 * ircd/ircd.c: use log_write instead of ircd_log; fold server
9045 notice generation in a couple of cases
9046
9047 * ircd/gline.c: use log_write instead of write_log; no longer
9048 conditionalize on GPATH
9049
9050 * ircd/channel.c (modebuf_flush_int): use log_write instead of
9051 write_log; no longer conditionalize on OPATH
9052
9053 * ircd/Makefile.in: run make depend, since dependencies have
9054 changed
9055
9056 * doc/example.conf: add system USER to documentation
9057
9058 * include/ircd_log.h: add system USER; remove old ircd_log()
9059 declarations
9060
90612000-12-04 Isomer <isomer@coders.net>
9062 * ircd/m_names.c: Add NAMES_EON to do_names to say add a
9063 'end_of_names' reply when done.
9064 * ircd/m_join.c: use NAMES_EON as mentioned above
9065
90662000-12-01 net <simms@LUCIDA.QC.CA>
9067
9068 * ircd/motd.c: add a freelist for struct Motds
9069
90702000-11-30 Kevin L. Mitchell <klmitch@mit.edu>
9071
9072 * ircd/s_stats.c (report_feature_list): report features--only
9073 local opers can see logging configuration, since it doesn't really
9074 mean anything to users
9075
9076 * ircd/s_err.c: add reply messages for new feature subsystem
9077
9078 * ircd/s_conf.c: add F lines to .conf
9079
9080 * ircd/parse.c: add the message descriptions for /set, /reset, and
9081 /get
9082
9083 * ircd/m_stats.c: add /stats f
9084
9085 * ircd/m_set.c (mo_set): implement /set
9086
9087 * ircd/m_reset.c (mo_reset): implement /reset
9088
9089 * ircd/m_rehash.c: /rehash m now flushes MOTD cache, and /rehash l
9090 reopens log files (for log file rotation)
9091
9092 * ircd/m_get.c (mo_get): implement /get
9093
9094 * ircd/ircd_log.c: use int instead of void return value; add
9095 log_report_features() and log_canon(); fix a function that
9096 disappears if DEBUGMODE not #define'd
9097
9098 * ircd/ircd_features.c: functions to manipulate feature settings
9099 either from the config file or with the new /set, /reset, and /get
9100 commands
9101
9102 * ircd/Makefile.in: add new .c files, run make depend
9103
9104 * include/s_stats.h: declare report_feature_list() (/stats f
9105 handler)
9106
9107 * include/numeric.h: add RPL_STATSFLINE, RPL_FEATURE,
9108 ERR_NOFEATURE, ERR_BADLOGTYPE, ERR_BADLOGSYS, and ERR_BADLOGVALUE
9109 reply numerics
9110
9111 * include/msg.h: add defines for SET, RESET, and GET
9112
9113 * include/ircd_log.h: add a function to canonicalize subsystem
9114 names; change some void return values to int
9115
9116 * include/ircd_features.h: new features subsystem handles all the
9117 manipulation of special features, like log files
9118
9119 * include/handlers.h: declare new mo_{s,res,g}et message handlers
9120 for fiddling with features run-time
9121
9122 * include/client.h (SNO_DEFAULT): don't set SNO_DEBUG by default;
9123 seemed like a good idea at the time...
9124
9125 * doc/example.conf: document new F lines
9126
91272000-11-29 Kevin L. Mitchell <klmitch@mit.edu>
9128
9129 * ircd/s_debug.c: rewrite debug_init() and vdebug() in terms of
9130 new logging functions, which have special support for the debug
9131 log; added loop detection to vdebug(), so that I can
9132 sendto_opmask_butone() from log_vwrite() without incurring another
9133 call to vdebug()
9134
9135 * ircd/s_conf.c (rehash): call log_reopen() from rehash routine;
9136 this allows log file rotations
9137
9138 * ircd/m_kill.c: call log_write_kill() instead of ircd_log_kill()
9139
9140 * ircd/ircd_log.c: much more work fleshing out the interface;
9141 removed old interface; included backwards-compat ircd_log()
9142 function that logs to subsystem LS_OLDLOG
9143
9144 * ircd/ircd.c: switch to new log_init()/log_close()/log_reopen()
9145 functions
9146
9147 * include/ircd_log.h: include stdarg.h for va_list; move ordering
9148 warning to top of file; fill out LogSys enum; declare new
9149 log_debug_init(), log_vwrite(), log_write_kill(), and
9150 log_[sg]et_*() functions; add flags argument to log_write();
9151 defined flags to inhibit various logging actions
9152
9153 * include/client.h: added support for new SNO_DEBUG, enabled only
9154 if DEBUGMODE is defined
9155
91562000-11-28 Kevin L. Mitchell <klmitch@mit.edu>
9157
9158 * ircd/ircd_log.c: make sure the various LOG_* constants are
9159 defined (probably not needed, since #include <syslog.h> isn't
9160 conditional); various static data needed for the new logging
9161 functions; definitions of new logging functions
9162
9163 * include/ircd_log.h: new LogSys enum, declarations for part of
9164 new logging API
9165
9166 * ircd/motd.c: we were setting type to MOTD_CLASS unconditionally,
9167 which was of course stupid; switched to using switch/case in
9168 initialization in motd_create(); zero the MotdList.other pointer
9169 from motd_clear()
9170
9171 * ircd/ircd.c (main): motd_init() has to come before init_conf(),
9172 or we overwrite init_conf()'s hard work with respect to T-lines
9173
91742000-11-27 Kevin L. Mitchell <klmitch@mit.edu>
9175
9176 * ircd/s_stats.c: comment out report_motd_list and include a
9177 reference to motd_report()
9178
9179 * ircd/s_conf.c: rip out the old MOTD manipulation functions; call
9180 motd_add() from the conf parser; call motd_clear() from the rehash
9181 routine; remove the no longer needed memory clearing and reloading
9182 stuff from the rehash service routine
9183
9184 * ircd/motd.c: loads new API, including static internal functions
9185 to do allocation/deallocation, etc.
9186
9187 * ircd/m_stats.c: use new motd_report() instead of
9188 report_motd_list()
9189
9190 * ircd/m_motd.c: use new syntax for motd_send()
9191
9192 * ircd/ircd.c: use new motd_init() function
9193
9194 * ircd/Makefile.in (SRC): forgot to add motd.c to SRC in
9195 Makefile.(in); also ran make depend
9196
9197 * include/motd.h: don't need config.h, but now do need time.h;
9198 define new structures and constants; redefine old API and define
9199 new functions
9200
92012000-11-22 Kevin L. Mitchell <klmitch@mit.edu>
9202
9203 * ircd/s_user.c (register_user): use motd_signon() instead of
9204 calling m_motd; much cleaner this way
9205
9206 * ircd/motd.c: write the new motd_* stuff to make MOTD handling
9207 less of a crock
9208
9209 * ircd/m_motd.c: rewrite m{,s}_motd to call out to new motd_*
9210 functions
9211
9212 * include/motd.h: define new MOTD API stuff
9213
92142000-11-20 Kevin L. Mitchell <klmitch@mit.edu>
9215
9216 * ircd/ircd_reply.c (protocol_violation): rewrite
9217 protocol_violation so it'll actually work
9218
9219 oh, yeah, use %s -> cptr->name, instead of %c -> cptr, so we get
9220 the client's real name in there.
9221
9222 * ircd/m_motd.c (m_motd): Iso's addition of get_client_class(sptr)
9223 resulted in core dumps if NODEFAULTMOTD is defined, because m_motd
9224 gets called from register_user with a NULL sptr. This is probably
9225 a design problem, but this bandaid will do for now...
9226
92272000-11-19 Isomer <isomer@coders.net>
9228 * ircd/ircd_reply.c: added 'protocol_violation', thus alerting us
9229 to problems in the server<->server protocol.
9230
9231 * ircd/m_connect.c: allow remote connects with a port of '0'
9232 meaning to use the port in the config file.
9233
9234 * ircd/m_create.c: Enable hacking protection, lets see how far we
9235 get.
9236
9237 * ircd/m_error.c: The RFC says never accept ERROR from unreg'd
9238 clients, so we don't any more.
9239
9240 * ircd/m_kill.c: The kill path is now made up of numnicks of servers,
9241 and the user@host is displayed of the victim.
9242
9243 * ircd/m_map.c: reloaded 'dump_map'.
9244
9245 * ircd/m_trace.c: allow per class T:
9246
9247 * ircd/m_stats.c: allow local opers /remote stats anywhere on the 'net.
9248
92492000-11-17 Isomer <isomer@coders.net>
9250
9251 * ircd/m_topic.c: Fixed bug where we'd only send to clients topics
9252 that were the *same* instead of different. Oh the embarrasment!
9253
9254 * ircd/IPcheck.c: Merged net's fix.
9255
92562000-11-02 Kevin L. Mitchell <klmitch@mit.edu>
9257
9258 * ircd/m_whois.c: remove compiler warning by adding a newline to
9259 end of file
9260
9261 * ircd/m_names.c: moved the flags up to s_user.h
9262
9263 * ircd/m_join.c: call do_names instead of m_names; restructure
9264 ms_join to never transmute a JOIN into a CREATE, but use the TS in
9265 the JOIN (if present) to timestamp the channel
9266
9267 * ircd/channel.c: send JOINs individually, instead of grouping
9268 them, so that we can send the channel's creation time
9269
9270 * include/s_user.h: declare do_names()
9271
92722000-10-30 Isomer <isomer@coders.net>
9273 * ircd/m_oper.c: Fixed warning
9274
92752000-10-30 Isomer <isomer@coders.net>
9276 * ircd/m_oper.c: Fixed over agressive cut and no paste
9277
92782000-10-30 Isomer <isomer@coders.net>
9279
9280 * ircd/m_topic.c: Restructured, fixed bug where topics on local
9281 channels are propergated (I forget who pointed this out to me, but
9282 thanks anyway). Also to save bandwidth don't send the topic to
9283 users if the topic is already the same on the server (but still
9284 propergate to other servers). X/W's "autotopic" feature must
9285 chew a lot of bandwidth, hopefully this will help reduce this.
9286
9287 * doc/rfc1459.rfc: Updated documentation on /topic.
9288
9289 * ircd/listener.c: snotice warnings about failed accept()'s
9290 potentially warning admins that they're running out of fd's.
9291
9292 * ircd/stats.c, ircd/class.c: Removed /stats v, added number of
9293 people in a class in /stats y
9294
9295 * ircd/m_create.c: Checks for timewarp hacking and squit's
9296 evil servers. (currently disabled)
9297
9298
92992000-10-30 net <simms@lucida.qc.ca>
9300
9301 * ircd/gline.c: Fixed various bugs Isomer left behind.
9302
93032000-10-26 Kevin L. Mitchell <klmitch@mit.edu>
9304
9305 * ircd/m_join.c (m_join): reply on attempt to join a BADCHANed
9306 channel is now ERR_BANNEDFROMCHAN instead of ERR_BADCHANNAME
9307
93082000-10-24 Kevin L. Mitchell <klmitch@mit.edu>
9309
9310 * ircd/channel.c: ok, now last mode rules; mode +ps will always
9311 result in +s (and won't send a mode if the channel is already +s);
9312 mode +sp will always result in +p; -n+n on a +n channel results in
9313 no mode change; -n+n on a -n channel results in a +n mode change;
9314 etc.
9315
93162000-10-23 Kevin L. Mitchell <klmitch@mit.edu>
9317
9318 * ircd/channel.c: add "add" and "del" elements to ParseState to
9319 avoid not-too-pretty -p+s when +s is sufficient; fix a bug in
9320 mode_parse_limit that caused it to clear all channel modes
9321 prematurely; restructure mode_parse_mode to avoid calling
9322 modebuf_mode too early (ties in with first mentioned change);
9323 better logic for +p/+s mutual exclusivity; initialize "add" and
9324 "del" elements in mode_parse; send simple modes down to
9325 modebuf_mode after the loop in mode_parse
9326
93272000-09-28 Greg Sikorski <gte@atomicrevs.demon.co.uk>
9328 * ircd/m_names.c: Fixed a non-lethal logic error that
9329 triggers an assert() in find_member_link while debugging.
9330 (Spotted by Maniac-).
93312000-09-19 Thomas Helvey <helveytw@home.com>
9332 * ircd/s_conf.c: move K:lines to their own list and data
9333 structures, add supporting code.
9334 * ircd/m_stats.c: cleanup stats processing a bit move
9335 kline listing code to a new function, haven't figured
9336 out where it goes yet tho'
9337 * ircd/s_stats.c: added K:line bulk lister
9338 * include/s_conf.h: added new DenyConf struct
9339 * *[ch]: fixeup code that depended on changes
9340
93412000-09-17 Thomas Helvey <helveytw@home.com>
9342 * ircd/class.c: encapsulate class list
9343 * include/class.h: clean up classes
9344 * * fixup code that depended on changes
9345
93462000-09-17 Thomas Helvey <helveytw@home.com>
9347 * ircd/s_conf.c: add me to local conf
9348 * include/s_conf.h: move CONF_ME macro to chkconf.c
9349 * ircd/s_bsd.c: cleanup initialization, allow virtual host
9350 to be changed by rehash
9351
93522000-09-17 Thomas Helvey <helveytw@home.com>
9353 * include/class.h: add missing prototype
9354 * ircd/class.c: make argument to get_conf_class const
9355
93562000-09-17 Thomas Helvey <helveytw@home.com>
9357 * ircd/*.c: merged in changes from 2.10.10.pl12, cleanup
9358 merge conflicts.
9359 * ircd/*.h: merged in changes from 2.10.10.pl12, cleanup
9360 merge conflicts
9361
93622000-09-16 Thomas Helvey <helveytw@home.com>
9363 * ircd/s_conf.c: add code for server struct
9364 * ircd/client.c: copy of class.c sort of, new file for client
9365 specific operations, will move things here as appropriate,
9366 currently only one function is exported from here.
9367 * ircd/*.c: general logic cleanups, convert negatives to
9368 positives in places.
9369
93702000-09-16 Thomas Helvey <helveytw@home.com>
9371 * ircd/s_conf.c: add code for new crule data structs, strip quotes
9372 * ircd/crule.c: clean up scary casting a bit, type safety stuff
9373 * include/s_conf.h: add CRuleConf struct and support, remove
9374 unused constants
9375 * include/crule.h: type safety cleanups
9376 * ircd/*.c: fixup code that depended on stuff I changed
9377
93782000-09-15 Thomas Helvey <helveytw@home.com>
9379 * ircd/s_conf.c: start adding code for new conf data structs, changed
9380 listeners, admin line, motd lines, class lines. Move validate_hostent
9381 to resolver. General mayhem.
9382 * include/s_conf.h: new data structs and accessors
9383 * ircd/res.c: move validate_hostent here, rewrite, use regular
9384 expression for validation.
9385 * doc/example.conf: update docs for port
9386
93872000-09-14 Thomas Helvey <helveytw@home.com>
9388 * ircd/s_conf.c (conf_init): rewrite conf file parser, start to break
9389 up conf_init into managable chunks.
9390 * ircd/listener.c (set_listener_mask): fix logic bug core dump.
9391 * include/s_conf.h: add new data struct for local info (unwinding the mess).
9392
93932000-09-13 Thomas Helvey <helveytw@home.com>
9394 * ircd/list.c: put Clients in free lists, pre-allocate MAXCONNECTIONS
9395 local clients.
9396 * ircd/list.c: put SLinks in free lists
9397 * ircd/channel.c: put Memberships in free lists
9398 * ircd/ircd.c: rearrange initializations a bit in main
9399 Note: With these changes, ircd NEVER frees Clients, SLinks or
9400 Memberships. It will also rarely need to allocate new
9401 ones during net bursts and other disruptions. This should
9402 cut down on memory fragmentation a bit as well.
9403
94042000-08-30 Kevin L. Mitchell <klmitch@mit.edu>
9405
9406 * ircd/m_names.c (do_names): pull-up from do_names fix in
9407 u2.10.10.pl11
9408
94092000-07-15 Perry Lorier <Isomer@coders.net>
9410 * various: IP only k:'s and G:'s now do bit tests instead of two(!)
9411 match()'s. Major Major cpu savings. Also speed up the
9412 other case slightly. As a side effect you can now
9413 k/Gline *@10.0.0.0/8. I'll do bans tomorrow, it's nearing
9414 3am.
9415
94162000-07-15 Perry Lorier <Isomer@coders.net>
9417 * various: Fixed warnings after compiling on an alpha.
94182000-07-09 Perry Lorier <Isomer@coders.net>
9419 * doc/ircd.8: Applied grammitical changes by Liandrin, applied
9420 changes suggested by various other people.
9421 * ircd/IPcheck.c: More bug fixes. Current problem appears to be
9422 that it gets a corrupt entry somehow.
94232000-07-09 Greg Sikorski <gte@atomicrevs.demon.co.uk>
9424 * ircd/m_oper.c: Clean up compiler warning.
9425
94262000-07-08 Perry Lorier <Isomer@coders.net>
9427 * doc/ircd.8: Updated the documentation, it was slightly out of date
9428 being updated around 1989.
9429 * ircd/m_whois.c: Rewrote for clarity, and probably a bit more speed.
9430 fixed a few minor glitches.
9431 * doc/rfc1459.unet: Updated.
9432 * ircd/IPcheck.c: Fixed more bugs.
9433 * ircd/s_bsd.c: We now keep track of servers we've conected.
9434
94352000-07-02 Perry Lorier <Isomer@coders.net>
9436 * ircd/s_misc.c: Fixed remote IPcheck bug. Ok, I'm a moron, so sue
9437 me. Thanks to Hektik, thanks thanks thanks thanks
9438 thanks thanks thanks thanks thank thanks thank thanks
9439
94402000-07-01 Perry Lorier <Isomer@coders.net>
9441 * ircd/s_conf.c: "Fixed" the "bug" where people would "evade" K:'s.
9442 * ircd/s_conf.c, include/IPcheck.h: Fixed compile warnings.
9443
94442000-06-22 Perry Lorier <Isomer@coders.net>
9445 * ircd/IPcheck.c: Large chunks redone.
9446 * ircd/s_conf.c: Changes due to IPcheck - ONE nolonger supported,
9447 single AND double digit limits are allowed now.
9448 * misc other: Changes to IPcheck.
9449
94502000-06-30 Perry Lorier <Isomer@coders.net>
9451 * ircd/ircd.c: Fix command line parameter bugs.
9452
94532000-06-30 Perry Lorier <Isomer@coders.net>
9454 * ircd/m_kill.c: Fixed bug with LOCAL_KILL_ONLY
9455 * ircd/m_nick.c: Tidied things up.
9456
94572000-06-12 Joseph Bongaarts <foxxe@trms.com>
9458 * ircd/m_stats.c: Iso forgot mo_stats when he added /stats v
9459
94602000-05-29 Perry Lorier <Isomer@coders.net>
9461 * ircd/m_stats.c: add /stats v to do only the last part of the /trace
9462 * ircd/IPcheck.c: Cosmetic change, if we meddle with it enough do
9463 you think it'll get bored and fix itself?
9464
94652000-06-09 Greg Sikorski <gte@atomicrevs.demon.co.uk>
9466
9467 * ircd/m_names.c: Clean up compiler warnings.
9468
94692000-06-09 Kevin L. Mitchell <klmitch@mit.edu>
9470
9471 * ircd/channel.c (mode_parse_client): don't send warning if
9472 there's not enough arguments for a +/-o/v; means the habit of
9473 doing "/mode #channel +oooooo bob" doesn't result in a bunch of
9474 error messages
9475
94762000-06-04 Greg Sikorski <gte@atomicrevs.demon.co.uk>
9477
9478 * ircd/m_names.c: Re-factor code to remove unneccessary
9479 GlobalChannelList iteration every time someone joins a channel.
9480
94812000-06-02 Kevin L. Mitchell <klmitch@mit.edu>
9482
9483 * ircd/s_user.c: add struct Gline * argument to register_user;
9484 look up global glines and repropagate them if necessary; send
9485 acknowledgement of gline to remote servers when registering users
9486
9487 * ircd/s_serv.c (server_estab): don't send acknowledgement of
9488 local glines to remote servers; do send gline acknowledgement of
9489 bursted users
9490
9491 * ircd/m_user.c (m_user): pass new struct Gline * argument to
9492 register_user
9493
9494 * ircd/m_pong.c: pass new struct Gline * argument to register_user
9495
9496 * ircd/m_nick.c (ms_nick): document protocol change
9497
9498 * ircd/gline.c: support GLINE_LASTMOD
9499
9500 * include/s_user.h: add struct Gline * argument to register_user
9501
9502 * include/gline.h: add GLINE_LASTMOD to look up non-zero lastmods
9503
9504 * ircd/s_conf.c (find_kill): add unsigned int argument to
9505 gline_lookup()
9506
9507 * ircd/gline.c: add GLINE_GLOBAL to lookup or find only global
9508 glines; add unsigned int argument to gline_lookup()
9509
9510 * include/gline.h: add GLINE_GLOBAL flag; add unsigned int
9511 argument to gline_lookup()
9512
9513 * ircd/m_server.c: Resend jupe only when there is no %<lastmod>
9514 parameter, or when it falls out of bounds: see comments prior to
9515 call to jupe_resend(); call server_estab with struct Jupe
9516 parameter, so that we place the appropriate %<lastmod> in the
9517 appropriate place.
9518
9519 * ircd/s_serv.c (server_estab): send %<lastmod> for introduced
9520 server, as well as for servers when we're sending the BURST
9521
9522 * include/s_serv.h: add a struct Jupe * to the arguments for
9523 server_estab() so that we can send the appropriate lastmod
9524 parameter
9525
9526 * ircd/m_gline.c (ms_gline): actually, this should be the
9527 slightest bit more efficient...
9528
9529 * ircd/m_jupe.c (ms_jupe): actually, this should be the slightest
9530 bit more efficient...
9531
9532 * ircd/m_gline.c (ms_gline): inhibit GLINE processing resends
9533 during netburst
9534
9535 * ircd/m_jupe.c (ms_jupe): inhibit JUPE processing resends during
9536 netburst
9537
9538 * ircd/channel.c (joinbuf_join): really remove user from local
9539 channels
9540
95412000-05-29 Perry Lorier <Isomer@coders.net>
9542 * ircd/m_names.c: Removed redundant space.
9543 * ircd/s_bsd.c: Fixed incorrect syntax on ERROR line.
9544
95452000-05-18 Kevin L. Mitchell <klmitch@mit.edu>
9546
9547 * ircd/m_burst.c (ms_burst): er...that should have been a ",", not
9548 a " "
9549
95502000-05-04 Kevin L. Mitchell <klmitch@mit.edu>
9551
9552 * ircd/channel.c: replace bogus assertions with returns, which is
9553 logically correct; only wipe out limit/key if they were originally
9554 set in the first place; remove user from channel when doing a
9555 PARTALL; only send MODE +o for user CREATEing channel if user is
9556 not MyUser--CREATE will only be used if the channel did not
9557 originally exist, therefore we can assume no one local is on the
9558 channel anyway, and we don't exactly need for the user to see an
9559 explicit +o for themselves
9560
9561 * doc/readme.gline: describe the syntax of the GLINE command
9562
9563 * doc/readme.jupe: update to reflect a couple of changes to JUPE
9564
9565 * ircd/gline.c: don't propagate local changes
9566
9567 * ircd/jupe.c: don't propagate local changes
9568
9569 * ircd/m_gline.c (mo_gline): force local flag when deactivating
9570 glines with 0 lastmod
9571
9572 * ircd/gline.c (gline_deactivate): G-lines with zero lastmod time
9573 are now removed instead of being deactivated
9574
9575 * ircd/m_gline.c (ms_gline): make G-lines of the form "GLINE *
9576 -<mask>" be accepted
9577
9578 * ircd/channel.c (send_channel_modes): deal with one of the last
9579 vestiges of sendbuf
9580
9581 * ircd/m_burst.c (ms_burst): debugged ban processing; removed
9582 debugging hooks
9583
9584 * ircd/channel.c (modebuf_extract): remove debugging
9585 sendto_opmask_butone calls
9586
95872000-05-03 Kevin L. Mitchell <klmitch@mit.edu>
9588
9589 * ircd/channel.c: support a couple of new flags to support using
9590 mode_parse; fix some bugs with 0 struct ModeBuf *; implementation
9591 of modebuf_extract to extract added flags for use by ms_burst
9592
9593 * include/channel.h: a couple of new flags to support using
9594 mode_parse inside ms_burst
9595
9596 * ircd/m_burst.c (ms_burst): brand new implementation of BURST
9597
9598 * ircd/m_endburst.c: add loop to processing of end_of_burst to
9599 free empty channels after the BURST is over.
9600
9601 * ircd/m_server.c: convert to use new send.c functions--I wanted
9602 to rewrite it from scratch, but the logic's pretty complex; I may
9603 still rewrite it, though...
9604
96052000-05-02 Thomas Helvey <tomh@inxpress.net>
9606
9607 * ircd/ircd.c: fix broken header include ordering
9608
96092000-05-02 Thomas Helvey <tomh@inxpress.net>
9610
9611 * ircd/IPcheck.c: cleanups for ZenShadow's cleanups
9612 review emailed privately
9613
9614 * include/IPcheck.h: removed unneeded include
9615
96162000-05-02 Kevin L. Mitchell <klmitch@mit.edu>
9617
9618 * ircd/s_user.c (hunt_server): throw in a comment so I know what
9619 the sendto_one is for
9620
9621 * include/querycmds.h (Count_unknownbecomesclient): convert to
9622 sendto_opmask_butone
9623
9624 * ircd/send.c: start removing dead code
9625
9626 * include/send.h: start removing dead code
9627
9628 * ircd/m_rping.c: convert to sendcmdto_one / send_reply /
9629 hunt_server_cmd
9630
9631 * ircd/m_rpong.c: convert to sendcmdto_one / send_reply
9632
96332000-05-01 Kevin L. Mitchell <klmitch@mit.edu>
9634
9635 * ircd/m_stats.c: convert to sendcmdto_one / send_reply
9636
9637 * ircd/m_kick.c: Completely reimplement m_kick
9638
9639 * ircd/channel.c: send_user_joins removed; it was dead code,
9640 anyway...
9641
96422000-05-01 Perry Lorier <isomer@coders.net>
9643 * ircd/m_invite.c: Fix for the rest of m_invite.c, and again.
9644 * ircd/channels.c: My fix for the part problem. Untested, probably
9645 won't work. Can't be much worse than the current problem.
9646 it'll either work or core, take your pick.
9647
9648
96492000-04-30 Perry Lorier <isomer@coders.net>
9650 * config/config-sh.in: Fix for CONNEXIT
9651 * ircd/s_{user,misc}.c: Fix for CONNEXIT
9652 * ircd/m_invite.c: Fix for incorrectly numnickified invite.
9653 (Kev: Want to come talk to me about this?)
9654
96552000-04-30 Steven M. Doyle <steven@doyle.net>
9656 * ircd/ircd.c
9657 - general cleanups and readability enhancements
9658 - rewrite of setuid/chroot code.
9659 - server will no longer run as root
9660 - -DPROFIL compile option removed
9661 - Fixed IPcheck API calls
9662
9663 * config/config-sh.in
9664 - Fixed up chroot compile options
9665 - Added options for debug and profile compiles
9666
9667 * config/gen.ircd.Makefile
9668 - Support for new debug/profile options
9669
9670 * ircd/Makefile.in
9671 - Support for new debug/profile options
9672
9673 * ircd/ircd_signal.c
9674 - Removed -DPROFIL
9675
9676 * include/IPcheck.h
9677 - Removed old API prototypes, added new ones
9678
9679 * ircd/IPcheck.c
9680 - Readability cleanups (well, I -think-...)
9681 - Changed IPRegistryEntry.last_connect to a time_t. The previously
9682 used unsigned short was probably causing interesting things after
9683 a client had been connected longer than about 65,535 seconds...
9684 - Removed old API functions.
9685
9686 * ircd/whocmds.c
9687 - Removed IPcheck.h include
9688
9689 * Additionally modified IPcheck API calls in:
9690 - ircd/m_nick.c
9691 - ircd/m_auth.c
9692 - ircd/s_bsd.c
9693 - ircd/s_conf.c
9694 - ircd/s_misc.c
9695 - ircd/s_serv.c
9696 - ircd/s_user.c
9697
9698
96992000-04-30 Perry Lorier <isomer@coders.net>
9700 * ircd/s_bsd.c: Sigh. :)
9701 * ircd/m_mode.c: fix for modeless channels by poptix.
9702
97032000-04-29 Kevin L. Mitchell <klmitch@mit.edu>
9704
9705 * ircd/m_join.c: reimplement JOIN in terms of struct JoinBuf
9706
9707 * ircd/channel.c (clean_channelname): make clean_channelname also
9708 truncate long channel names
9709
97102000-04-28 Kevin L. Mitchell <klmitch@mit.edu>
9711
9712 * ircd/m_create.c: reimplement CREATE in terms of struct JoinBuf
9713
9714 * ircd/channel.c: implemented joinbuf_init, joinbuf_join,
9715 joinbuf_flush
9716
9717 * include/channel.h: definitions and declarations for the struct
9718 JoinBuf abstraction
9719
97202000-04-29 Perry Lorier <isomer@coders.net>
9721 * ircd/s_bsd.c: Ok, so I thought I compiled and tested this...
9722
97232000-04-29 Perry Lorier <isomer@coders.net>
9724 * ircd/s_bsd.c: Add debugging code to IPcheck
9725
97262000-04-28 Kevin L. Mitchell <klmitch@mit.edu>
9727
9728 * include/ircd_reply.h (SND_EXPLICIT): use instead of RPL_EXPLICIT
9729
9730 * ircd/ircd_reply.c (send_reply): use SND_EXPLICIT instead of
9731 RPL_EXPLICIT
9732
9733 * ircd/m_userhost.c (m_userhost): add a dead code comment
9734
9735 * ircd/m_desynch.c: forgot one...
9736
9737 * ircd/m_rehash.c (mo_rehash): er, duplicates :)
9738
9739 * ircd/m_proto.c (proto_send_supported): just change a comment so
9740 it doesn't show up in my scans
9741
9742 * ircd/ircd_reply.c (send_reply): fix a slight bug...
9743
9744 * ircd/s_numeric.c (do_numeric): use new sendcmdto_* functions,
9745 kinda hackish...
9746
9747 * ircd/parse.c (parse_server): argument wrangling to make
9748 processing in do_numeric a little easier to deal with
9749
9750 * ircd/s_serv.c (server_estab): SERVER should come from
9751 acptr->serv->up, not &me
9752
9753 * ircd/m_lusers.c: accidentally left out sptr for a %C
9754
9755 * ircd/send.c: hack to support doing wallchops...
9756
9757 * ircd/m_whowas.c: convert to new send functions
9758
9759 * ircd/m_whois.c: convert to new send functions
9760
9761 * ircd/m_who.c: convert to new send functions
9762
9763 * ircd/m_wallops.c: convert to new send functions
9764
9765 * ircd/m_wallchops.c: convert to new send functions
9766
9767 * ircd/m_version.c: convert to new send functions
9768
9769 * ircd/m_userip.c: convert to new send functions
9770
9771 * ircd/m_userhost.c: convert to new send functions
9772
9773 * ircd/m_uping.c: convert to new send functions
9774
9775 * ircd/m_trace.c: convert to new send functions
9776
9777 * ircd/m_topic.c: convert to new send functions
9778
9779 * ircd/m_time.c: convert to new send functions
9780
9781 * ircd/m_squit.c: convert to new send functions
9782
9783 * ircd/m_silence.c: convert to new send functions
9784
9785 * ircd/m_settime.c: convert to new send functions
9786
9787 * ircd/m_restart.c: convert to new send functions
9788
9789 * ircd/m_rehash.c: convert to new send functions
9790
9791 * ircd/m_privmsg.c: convert to new send functions
9792
9793 * ircd/m_pong.c: convert to new send functions
9794
9795 * ircd/m_ping.c: convert to new send functions
9796
9797 * ircd/m_pass.c: convert to new send functions
9798
9799 * ircd/m_opmode.c: convert to new send functions
9800
9801 * ircd/m_oper.c: convert to new send functions
9802
9803 * ircd/m_notice.c: convert to new send functions
9804
9805 * ircd/m_nick.c: convert to new send functions
9806
9807 * ircd/m_names.c: convert to new send functions
9808
9809 * ircd/m_motd.c: convert to new send functions
9810
9811 * ircd/m_mode.c: convert to new send functions
9812
9813 * ircd/m_map.c: convert to new send functions
9814
9815 * ircd/m_lusers.c: convert to new send functions
9816
9817 * ircd/m_list.c: convert to new send functions
9818
9819 * ircd/m_links.c: convert to new send functions
9820
9821 * ircd/m_kill.c: convert to new send functions
9822
9823 * ircd/m_jupe.c: convert to new send functions
9824
9825 * ircd/m_invite.c: convert to new send functions
9826
9827 * ircd/m_info.c: convert to new send functions
9828
9829 * ircd/m_help.c: convert to new send functions
9830
9831 * ircd/m_gline.c: convert to new send functions
9832
9833 * ircd/m_error.c: convert to new send functions
9834
9835 * ircd/m_endburst.c: convert to new send functions
9836
9837 * ircd/m_die.c: convert to new send functions
9838
9839 * ircd/m_destruct.c: convert to new send functions
9840
9841 * ircd/m_defaults.c: convert to new send functions
9842
9843 * ircd/m_connect.c: convert to new send functions
9844
98452000-04-28 Perry Lorier <isomer@coders.net>
9846 * RELEASE.NOTES: Describe a few more undocumented features.
9847 * config/config-sh.in: change the default paths for logging
9848 and the recommended number of channels.
9849 * include/supported.h: Rearrange slightly, added CHANTYPE's
9850
98512000-04-27 Kevin L. Mitchell <klmitch@mit.edu>
9852
9853 * ircd/m_close.c: convert to send_reply
9854
9855 * ircd/m_clearmode.c: convert to send_reply, sendcmdto_serv_butone
9856
9857 * ircd/m_away.c: convert to send_reply and sendcmdto_serv_butone
9858
9859 * ircd/m_admin.c: convert to send_reply and hunt_server_cmd
9860
9861 * ircd/s_user.c (hunt_server_cmd): new hunt_server replacement
9862 that takes cmd and tok arguments, etc. NOTE: THIS IMPLEMENTATION
9863 HAS A MAJOR HACK!!! The whole hunt_server architecture should be
9864 carefully rethought...
9865
9866 * ircd/s_stats.c (hunt_stats): use new hunt_server_cmd
9867
9868 * include/s_user.h: hunt_server_cmd -- replacement for hunt_server
9869
9870 * ircd/s_misc.c: *sigh* 2.10.10 doesn't support squitting by
9871 numeric nick; therefore, we have to use the server name
9872
9873 * ircd/m_squit.c (ms_squit): allow to squit by server numeric nick
9874
9875 * ircd/send.c: fix minor bugs
9876
9877 * ircd/s_user.c (check_target_limit): mark dead code so I filter
9878 it when I grep
9879
9880 * ircd/s_serv.c (exit_new_server): mark dead code so I filter it
9881 when I grep
9882
9883 * ircd/parse.c: mark dead code so I filter it when I grep
9884
9885 * ircd/map.c: mark dead code so I filter it when I grep
9886
9887 * ircd/ircd.c: mark dead code so I filter it when I grep
9888
9889 * ircd/ircd_relay.c: convert over to new sendcmdto_*, send_reply
9890 functions
9891
9892 * ircd/channel.c: mark dead code so I filter it when I grep
9893
9894 * ircd/s_stats.c: use send_reply instead of sendto_one w/rpl_str;
9895 hope I'm not stepping on toes...
9896
9897 * ircd/s_conf.c: more sendto_opmask_butone / send_reply
9898 conversions; use ircd_snprintf in a couple of cases to negate the
9899 possibility of buffer overflow
9900
99012000-04-26 Kevin L. Mitchell <klmitch@mit.edu>
9902
9903 * ircd/channel.c: convert as much as possible to new send
9904 semantics
9905
9906 * ircd/send.c (sendcmdto_common_channels): fix a subtle bug --
9907 test member->user->from->fd, not from->fd
9908
9909 * ircd/gline.c (gline_add): go ahead and add badchans; we just
9910 won't look for them in m_gline; this way, they always work...
9911
9912 * ircd/jupe.c: use ircd_vsnprintf conversion specifiers
9913
9914 * ircd/gline.c: since write_log now uses ircd_vsnprintf, use
9915 ircd_vsnprintf conversion specifiers
9916
9917 * ircd/support.c (write_log): use ircd_vsnprintf for write_log, so
9918 I have my conversion specifiers
9919
9920 * ircd/gline.c (do_gline): use send_reply for ERR_YOUREBANNEDCREEP
9921
9922 * ircd/send.c (sendcmdto_flag_butone): explicitly send WALLOPS to
9923 local users
9924
9925 * ircd/s_serv.c (exit_new_server): rewrite exit_new_server to be a
9926 little less brain-dead
9927
9928 * ircd/s_misc.c: use sendcmdto_one, sendrawto_one, and send_reply
9929
9930 * ircd/s_debug.c: use send_reply with RPL_EXPLICIT for
9931 RPL_STATSDEBUG
9932
9933 * ircd/res.c (cres_mem): use send_reply with RPL_EXPLICIT for
9934 RPL_STATSDEBUG
9935
9936 * ircd/list.c (send_listinfo): use send_reply with RPL_EXPLICIT
9937 for RPL_STATSDEBUG
9938
9939 * ircd/m_pong.c: use RPL_EXPLICIT for ERR_BADPING
9940
9941 * ircd/ircd.c: use RPL_EXPLICIT for ERR_BADPING
9942
9943 * ircd/s_user.c (register_user): use RPL_EXPLICIT for
9944 ERR_INVALIDUSERNAME
9945
9946 * ircd/ircd_reply.c (send_reply): support RPL_EXPLICIT
9947
9948 * include/ircd_reply.h (RPL_EXPLICIT): somewhat of a hack to mark
9949 a numeric as needing to use an explicit pattern, which will be the
9950 first argument in the variable argument list
9951
9952 * ircd/s_user.c: use sendrawto_one instead of sendto_one to send
9953 non-prefixed nospoof PING
9954
9955 * ircd/s_bsd.c: use sendrawto_one instead of sendto_one to send
9956 non-prefixed SERVER login
9957
9958 * ircd/ircd.c (check_pings): fix last sendto_one calls (except for
9959 a numeric usage further up)
9960
9961 * include/send.h: declare sendrawto_one
9962
9963 * ircd/send.c (sendrawto_one): new function to use ONLY for
9964 non-prefixed commands, like PING to client, or PASS/SERVER on
9965 server registration
9966
99672000-04-25 Kevin L. Mitchell <klmitch@mit.edu>
9968
9969 * ircd/ircd_snprintf.c (doprintf): implement %H for possible
9970 future expansion (channel numerics?)
9971
9972 * include/ircd_snprintf.h: added documentation to # to explain use
9973 with %C; added documentation for : to explain use with %C; added
9974 documentation for %H for channels
9975
9976 * ircd/whocmds.c: use send_reply
9977
9978 * ircd/userload.c: use sendcmdto_one
9979
9980 * ircd/uping.c: use sendcmdto_one
9981
9982 * ircd/send.c: use new flags to %C format string; ':' prefixes
9983 client name with a colon for local connects, '#' uses
9984 nick!user@host form for local connects
9985
9986 * ircd/s_user.c: use send_reply, sendto_opmask_butone,
9987 sendcmdto_one, sendcmdto_serv_butone, sendcmdto_flag_butone
9988
9989 * ircd/s_serv.c: use sendcmdto_one, sendto_opmask_butone
9990
9991 * ircd/s_bsd.c: use sendto_opmask_butone, send_reply,
9992 sendcmdto_one
9993
9994 * ircd/s_auth.c: use sendto_opmask_butone
9995
9996 * ircd/res.c: use sendcmdto_one
9997
9998 * ircd/ircd_snprintf.c (doprintf): minor bug fixes and some
9999 debugging assertions
10000
100012000-04-24 Kevin L. Mitchell <klmitch@mit.edu>
10002
10003 * ircd/support.c: dumpcore is no longer used, so get rid of it
10004
10005 * ircd/parse.c: use send_reply, sendcmdto_one
10006
10007 * ircd/map.c: use send_reply
10008
10009 * ircd/listener.c: use send_reply
10010
10011 * ircd/jupe.c: use sendto_opmask_butone, send_reply
10012
10013 * ircd/ircd_reply.c: use send_reply
10014
10015 * ircd/ircd.c: use sendto_opmask_butone
10016
10017 * ircd/gline.c: use sendto_opmask_butone, send_reply
10018
10019 * ircd/ircd_snprintf.c (doprintf): make it deal with incompletely
10020 registered clients; make FLAG_ALT print nick!user@host; make
10021 FLAG_COLON print :blah
10022
10023 * ircd/class.c (report_classes): use send_reply instead of
10024 sendto_one
10025
10026 * ircd/hash.c (m_hash): replace sendto_one with sendcmdto_one
10027
10028 * ircd/IPcheck.c (ip_registry_connect_succeeded): replace
10029 sendto_one with sendcmdto_one
10030
100312000-04-21 Kevin L. Mitchell <klmitch@mit.edu>
10032
10033 * ircd/send.c: clean up logic in sendcmdto_channel_butone; use
10034 MyConnect() instead of IsServer() in sendcmdto_flag_butone; define
10035 sendcmdto_match_butone
10036
10037 * include/send.h: declare sendcmdto_match_butone
10038
100392000-04-20 Kevin L. Mitchell <klmitch@mit.edu>
10040
10041 * ircd/jupe.c: update to use send_reply()
10042
10043 * ircd/gline.c: update to use send_reply()
10044
10045 * include/ircd_reply.h: declare send_reply
10046
10047 * ircd/ircd_reply.c (send_reply): send_error_to_client, but for
10048 replies; uses ircd_snprintf
10049
10050 * ircd/send.c: added comments to redirect searchers to appropriate
10051 sendcmdto_* function; moved new functions to end of file; added
10052 explanatory comments; reordered arguments; defined new functions
10053 mentioned below
10054
10055 * ircd/m_jupe.c: reorder arguments to sendcmdto_* functions
10056
10057 * ircd/m_gline.c: reorder arguments to sendcmdto_* functions
10058
10059 * ircd/jupe.c: reorder arguments to sendcmdto_* functions
10060
10061 * ircd/gline.c: reorder arguments to sendcmdto_* functions
10062
10063 * include/send.h: reorder arguments, add explanatory comments,
10064 declare new functions sendcmdto_flag_butone, sendto_opmask_butone,
10065 and vsendto_opmask_butone
10066
100672000-04-19 Kevin L. Mitchell <klmitch@mit.edu>
10068
10069 * ircd/send.c: define sendcmdto_channel_butone, wrote a simplified
10070 vsendto_op_mask that uses '*' instead of the receiving client
10071 nickname
10072
10073 * include/send.h: declare sendcmdto_channel_butone; takes a skip
10074 argument that allows you to skip (or not to skip) deaf users,
10075 users behind bursting servers, and non channel operators
10076
100772000-04-17 Kevin L. Mitchell <klmitch@mit.edu>
10078
10079 * ircd/send.c: new sendcmdto_channel_butserv -- note that old
10080 sendto_channel_butserv has a subtle bug; also wrote
10081 sendcmdto_common_channels.
10082
10083 * include/send.h: declare new sendcmdto_* functions
10084
10085 * ircd/jupe.c: support local deactivations of jupes
10086
10087 * ircd/gline.c: support local deactivations of glines
10088
10089 * include/jupe.h: JUPE_LDEACT allows jupes to be locally
10090 deactivated; if they aren't locally deactivated, then it slaves to
10091 the net-wide activation status; JupeIsRemActive() tests only
10092 whether the jupe is active everywhere else
10093
10094 * include/gline.h: GLINE_LDEACT allows glines to be locally
10095 deactivated; if they aren't locally deactivated, then it slaves to
10096 the net-wide activation status; GlineIsRemActive() tests only
10097 whether the gline is active everywhere else
10098
10099 * ircd/gline.c: detect overlapping G-lines; if an existing, wider
10100 gline expires after the new one will, we drop the new one,
10101 otherwise we add the G-line after that one (so the wide one will
10102 apply first); if the new one contains an existing G-line and if it
10103 will expire after the existing one, we drop the existing one to
10104 save memory
10105
10106 * ircd/m_gline.c (mo_gline): opers could issue remote local
10107 glines when CONFIG_OPERCMDS was off; fixed
10108
101092000-04-16 Kevin L. Mitchell <klmitch@mit.edu>
10110
10111 * ircd/m_jupe.c (mo_jupe): allow target argument to be dropped if
10112 this is a local JUPE
10113
10114 * ircd/gline.c: add flags argument to gline_activate and
10115 gline_deactivate for future expansion
10116
10117 * ircd/m_gline.c: pass flags to gline_activate and
10118 gline_deactivate
10119
10120 * include/gline.h: add flags argument to gline_activate and
10121 gline_deactivate
10122
10123 * ircd/jupe.c: add flags argument to jupe_activate and
10124 jupe_deactivate for future expansion
10125
10126 * include/jupe.h: add flags argument to jupe_activate and
10127 jupe_deactivate
10128
10129 * ircd/m_jupe.c: pass a flags argument to jupe_add instead of
10130 local, active; pass flags to jupe_activate and jupe_deactivate
10131
10132 * include/gline.h: remove dead code
10133
10134 * ircd/gline.c: make gline expire times relative to CurrentTime,
10135 since that should be monotonically increasing, instead of
10136 TStime(), which can be set backwards, and which can therefore
10137 cause an expire time to increase; make local glines be removed
10138 instead of just deactivated; don't let gline_find() look for
10139 user@host glines if the mask being looked up is a channel mask
10140
10141 * ircd/send.c (vsendcmdto_one): forgot to account for the case
10142 where origin is a server and destination is a user
10143
10144 * ircd/jupe.c: make jupe expire times relative to CurrentTime,
10145 since that should be monotonically increasing, instead of
10146 TStime(), which can be set backwards, and which can therefore
10147 cause an expire time to increase; make local jupes be removed
10148 instead of just deactivated
10149
10150 * ircd/ircd_snprintf.c: d'oh, thanks for catching that; short for
10151 limit is fine. any other warnings I should know about?
10152
101532000-04-15 Thomas Helvey <tomh@inxpress.net>
10154
10155 * ircd/*.c: const correctness and type safety cleanups to
10156 get code to compile with C++ compiler. Still has
10157 signed/unsigned comparison warnings.
10158
101592000-04-15 Greg Sikorski <gte@atomicrevs.demon.co.uk>
10160
10161 * ircd/userload.c: change <sys/time.h> include to <time.h> for
10162 portability.
10163
101642000-04-14 Kevin L. Mitchell <klmitch@mit.edu>
10165
10166 * ircd/m_gline.c (mo_gline): d'oh, target isn't a numeric; use %C
10167 and convert acptr...
10168
10169 * ircd/s_user.c: move gline_lookup function call into
10170 register_user, where it'll have a username to lookup!
10171
10172 * ircd/m_gline.c: modify to utilize new sendcmdto_* series of
10173 functions; also stuff send_error_to_client into return clauses
10174
10175 * ircd/m_jupe.c: modify to utilize new sendcmdto_* series of
10176 functions; also use send_error_to_client where that makes sense
10177
10178 * ircd/jupe.c: modify to utilize new sendcmdto_* series of
10179 functions; also use send_error_to_client where that makes sense
10180
10181 * ircd/gline.c: modify to utilize new sendcmdto_* series of
10182 functions; also fix gline_lookup() to deal properly with remote
10183 clients--boy, do struct Client and struct User need to be cleaned
10184 up!
10185
10186 * ircd/ircd_snprintf.c (doprintf): a dest of &me is a server,
10187 too...
10188
10189 * ircd/send.c: wrote sendcmdto_one(), vsendcmdto_one(), and
10190 sendcmdto_serv_butone(), all utilizing the %v conversion of
10191 ircd_snprintf()
10192
10193 * include/send.h: define IRC_BUFSIZE, max size of a message;
10194 declare sendcmdto_one(), vsendcmdto_one(), and
10195 sendcmdto_serv_butone()
10196
10197 * include/msg.h: define all the CMD_* constants needed to utilize
10198 the new sendcmdto_* series of functions
10199
10200 * ircd/Makefile.in (SRC): list ircd_snprintf.c; run make depend
10201
10202 * ircd/gline.c: remove old, dead code.
10203
10204 * ircd/m_gline.c (mo_gline): disallow setting of global G-lines
10205 unless CONFIG_OPERCMDS is enabled; disallow listing of all G-lines
10206 (don't advertise proxies); remove dead code
10207
10208 * ircd/parse.c: oper handler for JUPE only lists jupes unless
10209 CONFIG_OPERCMDS is enabled
10210
10211 * ircd/m_jupe.c (mo_jupe): don't compile mo_jupe() if
10212 CONFIG_OPERCMDS is not enabled; we'll disable it in parse.c
10213
10214 * ircd/m_opmode.c (mo_opmode): if CONFIG_OPERCMDS is not enabled,
10215 always return ERR_DISABLED
10216
10217 * ircd/m_clearmode.c (mo_clearmode): if CONFIG_OPERCMDS is not
10218 enabled, always return ERR_DISABLED
10219
10220 * ircd/s_err.c: add error message to indicate disabled commands
10221
10222 * include/numeric.h (ERR_DISABLED): to indicate disabled commands
10223
10224 * doc/Configure.help: add documentation for CONFIG_OPERCMDS
10225
10226 * config/config-sh.in: add CONFIG_OPERCMDS, default both it and
10227 CONFIG_NEW_MODE to 'y' for now
10228
10229 * ircd/gline.c (gline_list): fix a minor formatting bogon
10230
10231 * BUGS: since I fixed that bug, might as well mark it fixed.
10232
10233 * ircd/m_join.c: look up badchans with GLINE_EXACT
10234
10235 * ircd/m_gline.c: fix parc count problems; look up existing
10236 G-lines with GLINE_EXACT; only set new lastmod when
10237 activating/deactivating existing glines if old lastmod was not 0
10238
10239 * ircd/gline.c: forgot to copy the gline reason over; don't
10240 propagate a gline with 0 lastmod if origin is user; add
10241 GLINE_EXACT to force exact matching of gline mask
10242
10243 * ircd/ircd_snprintf.c (doprintf): forgot to deal with the zero
10244 flag properly
10245
10246 * ircd/s_conf.c (find_kill): gline_find() takes a char *userhost,
10247 but gline_lookup() actually takes a client--d'oh.
10248
102492000-04-13 Thomas Helvey <tomh@inxpress.net>
10250 * ircd/IPcheck.c: Back port BLMet's bugfix from 2.10.10
10251
102522000-04-13 Greg Sikorski <gte@atomicrevs.demon.co.uk>
10253
10254 * ircd/whocmds.c: Don't make idle flag default in /who, to prevent:
10255 "/who * x"
10256 "Gte3 H*iwg Gte@212.49.240.217 :1 :0 I am the one that was."
10257 (Found by Plexus).
10258
10259 * ircd/whocmds.c: Change idle time calc from socket idle to user
10260 idle.
10261
102622000-04-13 Kevin L. Mitchell <klmitch@mit.edu>
10263
10264 * config/aclocal.m4 (unet_CHECK_TYPE_SIZES): check size of void *,
10265 too, for ircd_snprintf.c
10266
10267 * include/ircd_snprintf.h: documentation for ircd_(v)snprintf, in
10268 comments; mostly descended from the Linux manpage for printf, but
10269 also documenting the extensions.
10270
10271 * ircd/ircd_snprintf.c: NULL dest is equivalent to going to a
10272 client; make 'q' be the same as 'L'; remove __inline__; only
10273 define EXTENSION if HAVE_LONG_LONG is defined
10274
10275 * include/handlers.h: declare m_gline()
10276
10277 * ircd/parse.c: gline can be called by users, but it only lists
10278 the glines.
10279
10280 * ircd/s_user.c (set_nick_name): resend gline if a remote server
10281 introduces a glined client
10282
10283 * ircd/s_serv.c (server_estab): burst glines, too
10284
10285 * ircd/gline.c: fix up all the expire times to be offsets;
10286 simplify gline_resend()
10287
10288 * ircd/m_gline.c: begin coding replacements for ms_gline(),
10289 mo_gline(), and m_gline()
10290
10291 * ircd/gline.c (gline_add): allow *@#channel to work correctly;
10292 also, prohibit local BADCHANs if LOCAL_BADCHAN not defined
10293
102942000-04-13 Greg Sikorski <gte@atomicrevs.demon.co.uk>
10295
10296 * tools/Bouncer/*: Add comments/documentation/tags.
10297 * tools/Bouncer/*: Add debug defines, make task fork().
10298
102992000-04-12 Thomas Helvey <tomh@inxpress.net>
10300 * ircd/s_err.c: Cleanup s_err.c make one table so we
10301 don't have to do anything tricky to get an error string.
10302
103032000-04-12 Greg Sikorski <gte@atomicrevs.demon.co.uk>
10304 * Add port bouncer for http (x/w)
10305
103062000-04-12 Kevin L. Mitchell <klmitch@mit.edu>
10307
10308 * ircd/s_conf.c (find_kill): replaced call to find_gline() with a
10309 call to gline_find(); also used GlineReason() instead of direct
10310 reference to structure member
10311
10312 * ircd/m_join.c (m_join): replace bad_channel() calls with calls
10313 to gline_find(name, GLINE_BADCHAN), and also check to see if gline
10314 is active
10315
10316 * ircd/channel.c: nothing seems to be called anywhere...
10317
10318 * ircd/s_err.c: update a couple of replies to dovetail with new
10319 semantics
10320
10321 * ircd/gline.c: begin complete re-implementation of gline.c along
10322 the lines of the final design of jupe.c
10323
10324 * include/gline.h: begin complete re-implementation of gline.c
10325 along the lines of the final design of jupe.c
10326
10327 * ircd/channel.c (mode_process_clients): fix "Deop of +k user on
10328 %s by %s" message...
10329
10330 * ircd/ircd_snprintf.c: my new snprintf()-like functions
10331
10332 * include/ircd_snprintf.h: my new snprintf()-like functions
10333
103342000-04-11 Thomas Helvey <tomh@inxpress.net>
10335 * ircd/IPcheck.c: removed old dead code
10336 * ircd/s_user.c (send_user_info): removed non-standard
10337 user not found message for userhost/userip
10338
103392000-04-11 Greg Sikorski <gte@atomicrevs.demon.co.uk>
10340
10341 * ircd/s_err.c: Added missing quotes to ERR_DONTCHEAT numeric.
10342 * doc/p10.html: Work on chapter 4.
10343
103442000-04-10 Kevin L. Mitchell <klmitch@mit.edu>
10345
10346 * ircd/channel.c (mode_parse_client): fix coredump on /mode
10347 #foobar +o nosuchnick
10348
103492000-04-10 Perry Lorier <Isomer@coders.net>
10350 * BUGS: Added bug.
10351
103522000-04-09 Thomas Helvey <tomh@inxpress.net>
10353 * include/IPcheck.h: fix prototype
10354 * ircd/s_user.c: fix usage of IPcheck_remote_connect
10355 * ircd/IPcheck.c: removed unused args
10356
103572000-04-09 Thomas Helvey <tomh@inxpress.net>
10358 * include/IPcheck.h: add proto for IPcheck_expire
10359
10360 * ircd/IPcheck.c: Rewrote
10361
10362 * ircd/ircd.c: Add IPcheck_expire to main message loop
10363
10364 * ircd/s_user.c: Redo target hashing, refactor target code
10365
10366 * include/numeric.h: Cleaned up numerics, added which ones are
10367 in use by other networks and what they are in use for.
10368
10369 * ircd/channel.c: cleaned can_join(), allow anyone through anything
10370 if /invited, simplified the function. Opers overusing OPEROVERRIDE
10371 will get a message explaining to them not to cheat.
10372
10373 * ircd/m_join.c: cleaned up the various join functions, should be
10374 a lot more efficient. Still needs work. Now assumes that s<->s
10375 won't send it a JOIN 0. Service coders - note this and tread with
10376 care.
10377
10378 * ircd/m_stats.c: added Gte-'s stats doc patch.
10379
10380 * ircd/m_version.c: /version now returns the 005 numeric as well.
10381 as requested by Liandrin.
10382
10383
103842000-04-07 Kevin L. Mitchell <klmitch@mit.edu>
10385
10386 * ircd/m_clearmode.c: add include for support.h for write_log()
10387
10388 * configure: move ircd/crypt/* to tools/*
10389
103902000-04-06 Thomas Helvey <tomh@inxpress.net>
10391 * ircd/s_auth.c: Shorten auth connect timeout to 60 seconds
10392 set client host to server alias if connection from localhost
10393
103942000-04-06 Perry Lorier <isomer@coders.net>
10395 * ircd/ircd.c: Fix core during pinging (oops)
10396
103972000-04-06 Perry Lorier <isomer@coders.net>
10398 * ircd/send.c: fixed wrong ident being sent to channels bug.
10399 * include/numerics.h: Updated some of the numerics from other
10400 networks. Flagged some as 'unused' by undernet.
10401
104022000-03-30 Perry Lorier <isomer@coders.net>
10403 * ircd/ircd.c: Lets see if this helps the ping problem at all.
10404 * ircd/whocmds.c, /doc/readme.who: Added %l specifier to get idle
10405 time for local clients. (as requested), extended who now returns all
10406 the flags (@+!) so you can tell the complete state of a client.
10407
104082000-03-30 Thomas Helvey <tomh@inxpress.net>
10409 * m_rping.c m_rpong.c: add Gte's rping/rpong fixes
10410
104112000-03-30 Perry Lorier <isomer@coders.net>
10412 * ircd/parse.c: oops, missed opers.
10413
104142000-03-30 Perry Lorier <isomer@coders.net>
10415 * ircd/parse.c: fixed mystifying ping bug thats been plaguing us
10416 for so long. Remember: m_ping MUST be in the parse array. :)
10417
104182000-03-30 Perry Lorier <isomer@coders.net>
10419 * ircd/ircd.c: test in check_pings was wrong. I move that we
10420 disallow cvs commit after 10pm localtime....
10421
104222000-03-30 Perry Lorier <isomer@coders.net>
10423 * ircd/m_pong.c: Fix it for servers too.
10424
104252000-03-30 Perry Lorier <isomer@coders.net>
10426 * ircd/m_pong.c: Fix ping timeout bugs
10427
104282000-03-30 Perry Lorier <isomer@coders.net>
10429 * ircd/channel.c: Bans had CurrentTime in their when field instead
10430 of TStime()
10431
104322000-03-31 Thomas Helvey <tomh@ixpress.net>
10433 * ircd/numnicks.c (SetXYYCapacity): fix for extended
10434 numerics.
10435
104362000-03-30 Perry Lorier <isomer@coders.net>
10437 * ircd/m_nick.c: send kills both ways so when we add nick change
10438 on collision we don't desync the network.
10439
10440 * ircd/map.c: Fixup the map a bit more.
10441
104422000-03-31 Kevin L. Mitchell <klmitch@mit.edu>
10443
10444 * ircd/m_clearmode.c (do_clearmode): Log the CLEARMODE to OPATH
10445
10446 * ircd/m_opmode.c: Log the mode changes to OPATH
10447
10448 * ircd/channel.c (modebuf_flush_int): Log the mode changes to
10449 OPATH
10450
10451 * include/channel.h (MODEBUF_DEST_LOG): Log the mode changes to
10452 OPATH
10453
10454 * doc/Configure.help: help text for CONFIG_LOG_OPMODE / OPATH
10455
10456 * config/config-sh.in: added OPATH for opmode log file
10457
10458 * ircd/m_clearmode.c (do_clearmode): updated uses of
10459 modebuf_mode_string() for the new usage
10460
10461 * ircd/channel.c: added flag MODE_FREE and an int argument to
10462 modebuf_mode_string() to indicate that the string must be free'd;
10463 updated calls to modebuf_mode_string() for the new usage; called
10464 collapse(pretty_mask()) on the ban string and use allocated memory
10465 for it; added ban list length accounting; fixed a number of small
10466 bugs in ban processing
10467
10468 * include/channel.h: added flag MODE_FREE and an int argument to
10469 modebuf_mode_string() to indicate that the string must be free'd
10470
10471 * ircd/m_clearmode.c (do_clearmode): made sure clearmode removed
10472 keys and limits that are set
10473
104742000-03-30 Perry Lorier <isomer@coders.net>
10475 * ircd/ircd.c: rewrote check_pings() for maintainability
10476 and speed. Also changed quit msg's so they don't have
10477 redundant nick[host] info in them.
10478
10479 * ircd/send.c: Changed write errors to report what error
10480 occured (if possible).
10481
10482 * ircd/gline.c: added gline comment to the quit.
10483
10484 * ircd/m_server.c: Added suggestions to server quits mentioning
10485 what went wrong so the admin can fix it earlier instead of asking
10486 questions...
10487
10488 * ircd/map.c: Changed m_map() to hide numerics, show a * beside
10489 servers that aren't fully burst yet. And show '(--s)' for servers
10490 where its not sure.
10491
10492 * doc/example.conf: Fixed wrapped U:
10493
104942000-03-30 Kevin L. Mitchell <klmitch@mit.edu>
10495
10496 * ircd/m_mode.c (ms_mode): implemented a new m_mode in terms of
10497 mode_parse() (version selectable at compile time)
10498
10499 * ircd/m_clearmode.c (mo_clearmode): clean_channelname(parv[1])
10500
10501 * ircd/m_opmode.c (mo_opmode): clean_channelname(parv[1])
10502
10503 * config/config-sh.in: add new config option to enable new m_mode
10504 implementation
10505
10506 * doc/Configure.help: add documentation for new config option
10507 CONFIG_NEW_MODE
10508
10509 * ircd/channel.c (mode_parse_client): /opmode #foobar -o -- 461
10510 MODE -v : Not enough parameters
10511
10512 * ircd/m_clearmode.c (do_clearmode): do_clearmode() would remove
10513 +k and +l even if they weren't set...
10514
10515 * ircd/m_opmode.c: implement the OPMODE command using mode_parse()
10516
10517 * ircd/channel.c: make mode_process_clients() clear the DEOPPED
10518 flag; fix +s+p exclusivity; add MODE_ADD/MODE_DEL to flag list
10519 for; test the 0-th member, not the i-th member, of the client
10520 change state stuff
10521
10522 * ircd/m_clearmode.c (do_clearmode): use the new
10523 mode_invite_clear() function
10524
10525 * ircd/channel.c: cleared up all the compile-time warnings and
10526 errors
10527
10528 * include/channel.h: added declarations for mode_ban_invalidate()
10529 and mode_invite_clear()
10530
10531 * ircd/channel.c: finished mode_parse(), then broke it up into a
10532 dozen or so helper functions to make the code easier to read
10533
105342000-03-29 Thomas Helvey <tomh@inxpress.net>
10535 * ircd/ircd.c: refactor server initialization a bit, use
10536 getopt for parsing command line, refactor init_sys, main,
10537 and other bits.
10538
10539 * ircd/s_bsd.c: add functions for initialization to clean
10540 up logic a bit and remove duplicated code.
10541
10542 * include/ircd.h: add struct for server process related
10543 variables.
10544
105452000-03-29 Kevin L. Mitchell <klmitch@mit.edu>
10546
10547 * ircd/channel.c: initial definition of mode_parse(); flags to
10548 prevent doing the same thing multiple times; helper method
10549 send_notoper() to send a "Not oper"/"Not on channel" notice
10550
10551 * include/channel.h: declare mode_parse() and helper flags
10552
10553 * ircd/channel.c (modebuf_flush_int): fiddled with timestamp
10554 sending to match the current action of set_mode() closely enough
10555 that hopefully there won't be major conflicts
10556
10557 * ircd/channel.c (modebuf_flush_int): consolidated the mode string
10558 building logic, reversed the order of the arguments to mode
10559 commands to have '-' preceed '+'
10560
105612000-03-29 Thomas Helvey <tomh@inxpress.net>
10562 * ircd/s_bsd.c (add_connection): don't disable socket options
10563 let OS tune itself and allow important performance tweaks to
10564 work.
10565
105662000-03-28 Kevin L. Mitchell <klmitch@mit.edu>
10567
10568 * ircd/channel.c (modebuf_flush_int): use %d, not %-15d; I got
10569 confused by set_mode, which is doing some really weird logic;
10570 guess what I'm going to rewrite next? ;)
10571
105722000-03-28 Kevin L. Mitchell <klmitch@emc.com>
10573
10574 * include/channel.h: added MODE_SAVE for the bounds checking stuff
10575 in modebuf_flush
10576
10577 * ircd/channel.c: make modebuf_flush into modebuf_flush_int and
10578 make it do bounds checking on the buffer; all modes are sent only
10579 if the all parameter is 1; modebuf_flush is the exported wrapper
10580
10581 * include/channel.h: add BOUNCE, renumber flags to get a little
10582 more space
10583
10584 * ircd/channel.c (modebuf_flush): don't overload HACK2, add
10585 BOUNCE; send DESYNCH message
10586
105872000-03-27 Kevin L. Mitchell <klmitch@emc.com>
10588
10589 * ircd/m_clearmode.c (do_clearmode): only mark the modes the
10590 channel actually has in effect for deletion
10591
10592 * ircd/channel.c: added explanatory comments to all added
10593 functions; made flushing take place at the correct place even if
10594 the MODEBUF_DEST_DEOP flag is set; rewrote build_string() helper
10595 to bash some stupid bugs; made modebuf_flush() return if ModeBuf
10596 is empty, fixed the apparent source, removed some bogus string
10597 termination code, properly terminate the mode strings, add support
10598 for HACK2 and HACK3, made limit strings not be sent if the limit
10599 is being removed, changed where '+' and '-' come from in sent
10600 strings, added support for DEOP flag, set up bouncing code for
10601 HACK2
10602
10603 * ircd/Makefile.in: ran make depend
10604
10605 * include/channel.h: added new defines for future functionality,
10606 made modebuf_flush() return int so I can use tail recursion
10607
10608 * ircd/m_clearmode.c: add msg.h to includes; other misc cleanups
10609 to make it all compile
10610
10611 * ircd/m_opmode.c: add msg.h to includes...
10612
10613 * ircd/m_clearmode.c: implemented mo_clearchan()/ms_clearchan()
10614
10615 * ircd/channel.c (modebuf_flush): realized I forgot to
10616 nul-terminate addbuf/rembuf properly...
10617
10618 * ircd/m_clearmode.c (do_clearmode): wrote do_clearmode()...
10619
10620 * ircd/channel.c (modebuf_flush): correct sendto_server_butone to
10621 sendto_serv_butone--blah^2
10622
10623 * ircd/send.c (sendto_serv_butone): stupid comments confused me
10624
10625 * ircd/channel.c (modebuf_flush): if there are no mode changes to
10626 propagate, we're done...
10627
10628 * ircd/channel.c (modebuf_flush): duh; it's sendto_server_butone,
10629 not sendto_all_butone
10630
10631 * ircd/m_clearmode.c: define skeleton for m{o,s}_clearmode
10632
10633 * ircd/m_opmode.c: define skeleton for m{o,s}_opmode
10634
10635 * ircd/Makefile.in (SRC): added m_opmode() and m_clearmode() to
10636 the list
10637
10638 * ircd/parse.c: added messages for opmode and clearmode
10639
10640 * include/handlers.h: added declarations for mo_opmode(),
10641 ms_opmode(), mo_clearmode(), and ms_clearmode()
10642
10643 * include/msg.h: define MSG_OPMODE, TOK_OPMODE, MSG_CLEARMODE, and
10644 TOK_CLEARMODE
10645
10646 * include/channel.h (MODEBUF_DEST_OPMODE): Define the
10647 MODEBUF_DEST_OPMODE flag
10648
10649 * ircd/channel.c (modebuf_flush): added new flag,
10650 MODEBUF_DEST_OPMODE; causes channel MODE/HACK(4) notice to appear
10651 to originate from source's server (or source itself, if
10652 IsServer(source)); also causes a server-level MODE to be sent as
10653 OPMODE instead
10654
10655 * include/channel.h: defined MODEBUF_DEST_SERVER,
10656 MODEBUF_DEST_HACK4
10657
10658 * ircd/channel.c: Add another argument to build_string() to handle
10659 numeric nicks; implemented MODEBUF_DEST_SERVER to send MODEs to
10660 servers; implemented MODEBUF_DEST_HACK4 to cause HACK(4) notices
10661 to be sent out
10662
106632000-03-27 Perry Lorier <isomer@coders.net>
10664
10665 * ircd/s_bsd.c: fixed missing 'u' typo.
10666
106672000-03-26 Kevin L. Mitchell <klmitch@emc.com>
10668
10669 * ircd/channel.c: implement modebuf_init(), _mode(), _mode_uint(),
10670 _mode_string(), _mode_client(), _flush(); also implemented a
10671 simple build_string()
10672
10673 * include/channel.h: added definition of ModeBuf, modebuf_*
10674 manipulation functions, and a couple of helper macros
10675