Fix hostmask generation for hostnames without dots.
[srvx.git] / ChangeLog
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
3 #
4
5 2006-09-23 00:58:27 GMT Michael Poole <mdpoole@troilus.org>     patch-47
6
7     Summary:
8       Fix hostmask generation for hostnames without dots.
9     Revision:
10       srvx--devo--1.3--patch-47
11
12     src/proto-common.c (generate_hostmask): Keep no-dot hostnames as the
13         mask -- mod-qserver can generate hostnames like "localhost".
14
15     modified files:
16      ChangeLog src/proto-common.c
17
18
19 2006-09-23 00:55:02 GMT Michael Poole <mdpoole@troilus.org>     patch-46
20
21     Summary:
22       Default qserver clients to being opers.
23     Revision:
24       srvx--devo--1.3--patch-46
25
26     src/mod-qserver.c (qserver_accept): Default dummy client to having
27         usermode +o, so they can use privileged services.
28
29     modified files:
30      ChangeLog src/mod-qserver.c
31
32
33 2006-09-23 00:52:48 GMT Michael Poole <mdpoole@troilus.org>     patch-45
34
35     Summary:
36       Further giveownership confirmation fixes.
37     Revision:
38       srvx--devo--1.3--patch-45
39
40     src/chanserv.c (CSMSG_CONFIRM_GIVEOWNERSHIP): Prepend * to account name.
41       (cmd_giveownership): Check invoker access to determine need for confirmation.
42
43     modified files:
44      ChangeLog src/chanserv.c
45
46
47 2006-09-22 03:33:25 GMT Michael Poole <mdpoole@troilus.org>     patch-44
48
49     Summary:
50       Fix comment about +O vs +o.
51     Revision:
52       srvx--devo--1.3--patch-44
53
54     src/hash.h (FLAGS_OPER): The user mode is actually +o, not +O.
55
56     modified files:
57      ChangeLog src/hash.h
58
59
60 2006-09-22 03:28:08 GMT Michael Poole <mdpoole@troilus.org>     patch-43
61
62     Summary:
63       Fix license notice for mod-qserver.c
64     Revision:
65       srvx--devo--1.3--patch-43
66
67     src/mod-qserver.c: Since this was for public distribution, use the
68         standard GPL header notice.
69
70     modified files:
71      ChangeLog src/mod-qserver.c
72
73
74 2006-09-22 03:05:54 GMT Michael Poole <mdpoole@troilus.org>     patch-42
75
76     Summary:
77       Add win32 specific files to tarballs.
78     Revision:
79       srvx--devo--1.3--patch-42
80
81     Makefile.am (EXTRA_DIST): Include Makefile.win32.
82     
83     src/Makefile.am (EXTRA_srvx_SOURCES): Include config.h.win32 and ioset-win32.c.
84
85     modified files:
86      ChangeLog Makefile.am src/Makefile.am
87
88
89 2006-09-22 03:02:07 GMT Michael Poole <mdpoole@troilus.org>     patch-41
90
91     Summary:
92       First pass at native Win32 support (does not compile).
93     Revision:
94       srvx--devo--1.3--patch-41
95
96     src/compat.h: Handle Windows Sockets 2 headers.
97     
98     src/mod-memoserv.c (KEY_READ): #undef'ine to avoid its registry access
99         meaning on Windows.
100     
101     Makefile.win32: New Makefile for native or cross builds targeting Win32.
102     
103     src/config.h.win32: Pregenerated config.h for Win32.
104     
105     src/ioset-win32.c: First attempt at a Win32 ioset backend.
106
107     new files:
108      .arch-ids/Makefile.win32.id Makefile.win32
109      src/.arch-ids/config.h.win32.id src/.arch-ids/ioset-win32.c.id
110      src/config.h.win32 src/ioset-win32.c
111
112     modified files:
113      ChangeLog src/compat.h src/mod-memoserv.c
114
115
116 2006-09-22 02:51:50 GMT Michael Poole <mdpoole@troilus.org>     patch-40
117
118     Summary:
119       Add direct query server module.
120     Revision:
121       srvx--devo--1.3--patch-40
122
123     srvx.conf.example: Document qserver configuration.
124     
125     src/Makefile.am (EXTRA_srvx_SOURCES): Add mod-qserver.c.
126     
127     src/mod-qserver.c: New file.
128
129     new files:
130      src/.arch-ids/mod-qserver.c.id src/mod-qserver.c
131
132     modified files:
133      ChangeLog src/Makefile.am src/ioset-epoll.c srvx.conf.example
134
135
136 2006-09-22 02:45:20 GMT Michael Poole <mdpoole@troilus.org>     patch-39
137
138     Summary:
139       Add epoll_* ioset backend.
140     Revision:
141       srvx--devo--1.3--patch-39
142
143     configure.in: Check for epoll_create(); demote select() from being required.
144     
145     src/Makefile.am (EXTRA_srvx_SOURCES): Add ioset-epoll.c.
146     
147     src/ioset-epoll.c: New file.
148
149     new files:
150      src/.arch-ids/ioset-epoll.c.id src/ioset-epoll.c
151
152     modified files:
153      ChangeLog configure.in src/Makefile.am
154
155
156 2006-09-22 02:38:21 GMT Michael Poole <mdpoole@troilus.org>     patch-38
157
158     Summary:
159       Allow multiple ioset backends.
160     Revision:
161       srvx--devo--1.3--patch-38
162
163     configure.in: Add framework to check for ioset backends.
164     
165     src/Makefile.am (noinst_DATA): Reorganize for easier patching.
166       (checkversion): Avoid spurious error message if $(GNU_ARCH) is missing.
167       (EXTRA_srvx_SOURCES): Reorganize for easier patching; add ioset-select.c.
168       (srvx_SOURCES): Add ioset-impl.h.
169     
170     src/ioset.c (ioset.h): #include "ioset-impl.h" instead.
171       (clock_skew): Make non-static for backends.
172       (engine): New variable.
173       (active_fd): New variable (kind of kludgy).
174       (io_engine_*): New variables, only one exists so far.
175       (ioset_init): New function.
176       (ioset_cleanup): Call engine's cleanup function.
177       (ioset_add): Call engine's add function.
178       (ioset_listen): New function.
179       (ioset_connect): Call engine's update functions at appropriate points.
180       (ioset_try_write): Call engine's update function on success.
181       (ioset_close): Change signature; check against active_fd; call engine's
182         remove function.
183       (ioset_accept): New function.
184       (ioset_buffered_read): Update fd->state instead of fd->eof and call
185         engine's update function as appropriate.  Use active_fd.
186       (ioset_line_read): Check fd->state instead of fd->eof.
187       (debug_fdsets): Move to ioset-select.c.
188       (ioset_events): New function.
189       (ioset_run): Move most of the logic into ioset-select loop function;
190         call it.  Rename "select_timeout" to "timeout" to match.
191       (ioset_write): Call engine->update function.
192       (ioset_printf): New function.
193     
194     src/ioset.h (common.h): #include this header to get PRINTF_LIKE macro.
195       (struct io_fd): Replace 'connected' and 'eof' fields with 'state' field.
196       (ioset_init): Declare new function.
197       (ioset_listen): Declare new function.
198       (ioset_printf): Declare new function.
199       (ioset_close): Update signature.
200     
201     src/main.c (main): Call ioset_init().
202     
203     src/mod-sockcheck.c (sockcheck_free_client): Can unconditionally call
204         ioset_close() now.
205       (expand_var): Always use C99 type names.
206       (sockcheck_begin_test): Can unconditionally call ioset_close() now.
207       (sockcheck_read_conf): Only warn about unknown host if the user set
208         one; it is silly to arn about unknown host `(null)'.
209     
210     src/proto-common.c (socket_destroyed): Check fd->state rather than
211         fd->eof.
212       (close_socket): Update signature for ioset_close().
213
214     new files:
215      src/.arch-ids/ioset-impl.h.id src/.arch-ids/ioset-select.c.id
216      src/ioset-impl.h src/ioset-select.c
217
218     modified files:
219      ChangeLog configure.in src/Makefile.am src/ioset.c src/ioset.h
220      src/main.c src/mod-sockcheck.c src/proto-common.c
221
222
223 2006-09-22 02:15:55 GMT Michael Poole <mdpoole@troilus.org>     patch-37
224
225     Summary:
226       Add "dummy client" support.
227     Revision:
228       srvx--devo--1.3--patch-37
229
230     src/hash.h (FLAGS_DUMMY): New flag for non-propagated clients.
231       (IsDummy): Check it.
232     
233     src/helpfile.c (send_message): Allow sending to dummy clients.
234       (send_message_type): Likewise.
235     
236     src/proto-bahamut.c (irc_user): Bail if user is NULL or has a dummy nickname.
237       (deliver_to_dummy): New function.
238       (irc_privmsg): Try to deliver via dummy method before sending to IRC.
239       (irc_notice): Likewise.
240       (irc_notice_user): Likewise.
241       (AddUser): If the first user mode character is '*', mark as a dummy.
242       (DelUser): Unregister callback functions when destroying local clients.
243     
244     src/proto-p10.c (irc_user): Bail if user is NULL or has a dummy nickname.
245       (deliver_to_dummy): New function.
246       (irc_notice): Try to deliver via dummy method before sending to IRC.
247       (irc_notice_user): Likewise.
248       (irc_privmsg): Likewise.
249       (AddUser): If the first user mode character is '*', mark as a dummy.
250       (DelUser): Unregister callback functions when destroying local clients.
251
252     modified files:
253      ChangeLog src/hash.h src/helpfile.c src/proto-bahamut.c
254      src/proto-p10.c
255
256
257 2006-09-22 01:56:07 GMT Michael Poole <mdpoole@troilus.org>     patch-36
258
259     Summary:
260       Delete obsolete and non-propagated user modes.
261     Revision:
262       srvx--devo--1.3--patch-36
263
264     src/hash.h (FLAGS_LOCOP): Delete.
265       (FLAGS_SERVNOTICE): Delete.
266       (FLAGS_HELPER): Delete.
267       (IsServNotice): Delete.
268       (IsHelperIrcu): Delete.
269     
270     src/opserv.c (cmd_whois): Remove IsServNotice() or IsHelperIrcu().
271     
272     src/proto-bahamut.c (mod_usermode): Do not handle +O/+s/+h, we never see them.
273     
274     src/proto-p10.c (irc_user): Do not emit +s or +h, we never set them..
275       (mod_usermode): Do not handle +O/+s/+h, we never see them.
276
277     modified files:
278      ChangeLog src/hash.h src/opserv.c src/proto-bahamut.c
279      src/proto-p10.c
280
281
282 2006-09-22 01:48:00 GMT Michael Poole <mdpoole@troilus.org>     patch-35
283
284     Summary:
285       Merge AddService(), AddClone() into AddLocalUser()
286     Revision:
287       srvx--devo--1.3--patch-35
288
289     src/chanserv.c (init_chanserv): Convert AddService() call to AddLocalUser().
290     
291     src/global.c (init_global): Likewise.
292     
293     src/mod-helpserv.c (register_helpserv): Likewise.
294     
295     src/modcmd.c (cmd_service_add): Likewise.
296       (modcmd_load_bots): Likewise.
297     
298     src/nickserv.c (regex.h): Fall back to rxposix.h from local rx package.
299       (init_nickserv): Convert AddService() call to AddLocalUser().
300     
301     src/opserv.c (opserv_add_reserve): Convert AddClone() call to AddLocalUser().
302       (cmd_clone): Likewise.
303       (add_reserved): Likewise.
304       (init_opserv): Convert AddService() call to AddLocalUser().
305     
306     src/proto-bahamut.c (AddService): Convert into AddLocalUser().
307       (AddClone): Delete.
308     
309     src/proto-p10.c (AddService): Convert into AddLocalUser().
310       (AddClone): Delete.
311     
312     src/proto.h (AddService): Convert into AddLocalUser().
313       (AddClone): Delete.
314
315     modified files:
316      ChangeLog src/chanserv.c src/global.c src/mod-helpserv.c
317      src/modcmd.c src/nickserv.c src/opserv.c src/proto-bahamut.c
318      src/proto-p10.c src/proto.h
319
320
321 2006-09-22 01:35:03 GMT Michael Poole <mdpoole@troilus.org>     patch-34
322
323     Summary:
324       Make IRC message handler 'text' const.
325     Revision:
326       srvx--devo--1.3--patch-34
327
328     src/chanserv.c (chanserv_ctcp_check): Make 'text' parameter const.
329     
330     src/mod-helpserv.c (helpserv_usermsg): Likewise.
331       (helpserv_botmsg): Likewise.
332     
333     src/modcmd.c (svccmd_invoke): Likewise.
334       (modcmd_privmsg): Likewise.
335       (modcmd_chanmsg): Likewise.
336     
337     src/modcmd.h (SVCMSG_HOOK): Likewise.
338     
339     src/proto.h (chanmsg_func_t): Likewise.
340       (privmsg_func_t): Likewise.
341
342     modified files:
343      ChangeLog src/chanserv.c src/mod-helpserv.c src/modcmd.c
344      src/modcmd.h src/proto.h
345
346
347 2006-09-22 01:23:43 GMT Michael Poole <mdpoole@troilus.org>     patch-33
348
349     Summary:
350       Add autogen.sh to distribution tarball.
351     Revision:
352       srvx--devo--1.3--patch-33
353
354     Makefile.am: Add autogen.sh to the "extra" distributed files.
355
356     modified files:
357      ChangeLog Makefile.am
358
359
360 2006-09-11 01:03:14 GMT Michael Poole <mdpoole@troilus.org>     patch-32
361
362     Summary:
363       Support and use G-line lastmod timestamp.
364     Revision:
365       srvx--devo--1.3--patch-32
366
367     src/gline.c (KEY_LASTMOD): New key string.
368       (gline_add): Use new parameter to set lastmod.
369       (gline_add_record): Look for KEY_LASTMOD values.
370       (gline_write_entry): Set KEY_LASTMOD if lastmod is set.
371       (gline_discrim_create): Allow specification of lastmod criteria.
372       (gline_discrim_match): Check lastmod if appropriate.
373     
374     src/gline.h (struct gline): Add lastmod field.
375       (struct gline_discrim): Add lastmod fields.
376       (gline_add): New parameter.
377     
378     src/mod-sockcheck.c (sockcheck_issue_gline): Set lastmod.
379     
380     src/opserv.c (OSMSG_NO_GLINE): New format string.
381       (opserv_block): Set lastmod.
382       (cmd_gline): Set lastmod.
383       (cmd_stats_glines): Allow searching for a particular G-line (just like
384         gtrace).
385       (opserv_new_user_check): Set lastmod.
386       (gtrace_print_func): Use intervals rather than fixed dates and show
387         lastmod.
388     
389     src/opserv.help (GTRACE CRITERIA): Mention lastmod criteria.
390     
391     src/proto-p10.c (irc_gline): Send lastmod if it is set.
392       (cmd_num_gline): Parse out lastmod if it is set.
393       (cmd_gline): Parse out lastmod if it is set.
394
395     modified files:
396      ChangeLog src/gline.c src/gline.h src/mod-sockcheck.c
397      src/opserv.c src/opserv.help src/proto-p10.c
398
399
400 2006-09-09 21:37:28 GMT Michael Poole <mdpoole@troilus.org>     patch-31
401
402     Summary:
403       Network event handler fixup when ChanServ is disabled.
404     Revision:
405       srvx--devo--1.3--patch-31
406
407     src/chanserv.c (init_chanserv): Do not register network event handlers if
408         ChanServ is disabled.
409
410     modified files:
411      ChangeLog src/chanserv.c
412
413
414 2006-09-03 15:24:48 GMT Michael Poole <mdpoole@troilus.org>     patch-30
415
416     Summary:
417       Make srvx compile on cygwin again.
418     Revision:
419       srvx--devo--1.3--patch-30
420
421     configure.in (AC_CHECK_HEADERS): Look for <arpa/inet.h>.
422       (AC_CHECK_FUNCS): Look for inet_aton().
423     
424     src/compat.c: Try to include <arpa/inet.h> so we get inet_addr().
425       (getaddrinfo): If inet_aton() is not provided, use inet_addr() instead.
426     
427     src/compat.h (AI_NUMERICHOST): Define this too.
428     
429     src/tools.c (irc_pton): Use the pedantically correct type for ip4.
430
431     modified files:
432      ChangeLog configure.in src/compat.c src/compat.h src/tools.c
433
434
435 2006-09-03 15:21:10 GMT Michael Poole <mdpoole@troilus.org>     patch-29
436
437     Summary:
438       DelChannelUser call and semantic fixups
439     Revision:
440       srvx--devo--1.3--patch-29
441
442     src/hash.c (DelChannel): Fix type of 'reason' arg to DelChannelUser().
443       (DelChannelUser): Only send part message if user is local.
444     
445     src/proto-bahamut.c (DelUser): Unswap arguments to DelChannelUser().
446       (cmd_part): Move to proto-common.c.
447     
448     src/proto-common.c (part_desc): New structure type.
449       (part_helper): Use it to capture user and reason.
450       (cmd_part): New common function.
451     
452     src/proto-p10.c (cmd_part): Move to proto-common.c.
453       (DelUser): Unswap arguments to DelChannelUser().
454
455     modified files:
456      ChangeLog src/hash.c src/proto-bahamut.c src/proto-common.c
457      src/proto-p10.c
458
459
460 2006-09-03 15:17:05 GMT Michael Poole <mdpoole@troilus.org>     patch-28
461
462     Summary:
463       Do not try to moderate join-flood channels with no OpServ.
464     Revision:
465       srvx--devo--1.3--patch-28
466
467     src/opserv.c (opserv_join_check): As feigling points out, it is bad for a
468         service that does not exist to join a channel and hack modes.
469
470     modified files:
471      ChangeLog src/opserv.c
472
473
474 2006-09-03 15:13:31 GMT Michael Poole <mdpoole@troilus.org>     patch-27
475
476     Summary:
477       Fix ounregnick access check.
478     Revision:
479       srvx--devo--1.3--patch-27
480
481     src/nickserv.c (cmd_ounregnick): Use the standard rank-checking function.
482
483     modified files:
484      ChangeLog src/nickserv.c
485
486
487 2006-09-03 15:11:29 GMT Michael Poole <mdpoole@troilus.org>     patch-26
488
489     Summary:
490       Fix giveownership to how it should be
491     Revision:
492       srvx--devo--1.3--patch-26
493
494     src/chanserv.c (cmd_giveownership): Only require confirmation code if the
495       user has real (normal) access and is not forcing the giveownership.
496
497     modified files:
498      ChangeLog
499
500
501 2006-09-03 15:10:58 GMT Michael Poole <mdpoole@troilus.org>     patch-25
502
503     Summary:
504       Fix giveownership to how it should be
505     Revision:
506       srvx--devo--1.3--patch-25
507
508     src/chanserv.c (cmd_giveownership): Only require confirmation code if the
509       user has real (normal) access and is not forcing the giveownership.
510
511     modified files:
512      ChangeLog src/chanserv.c
513
514
515 2006-08-19 13:31:08 GMT Michael Poole <mdpoole@troilus.org>     patch-24
516
517     Summary:
518       Mark channels as visited when high-level users leave.
519     Revision:
520       srvx--devo--1.3--patch-24
521
522     src/chanserv.c (handle_part): At ThiefMaster's suggestion, update a
523       channel's visited time when a high-level user leaves (parts, gets
524       kicked, or quits).
525
526     modified files:
527      ChangeLog src/chanserv.c
528
529
530 2006-08-07 03:11:10 GMT Michael Poole <mdpoole@troilus.org>     patch-23
531
532     Summary:
533       Require confirmation cookie for giveownership.
534     Revision:
535       srvx--devo--1.3--patch-23
536
537     src/chanserv.c (CSMSG_CONFIRM_GIVEOWNERSHIP): New translation string.
538       (cmd_giveownership): Fail for non-force unconfirmed giveownerships.
539
540     modified files:
541      ChangeLog src/chanserv.c
542
543
544 2006-07-29 01:36:39 GMT Michael Poole <mdpoole@troilus.org>     patch-22
545
546     Summary:
547       Add CSMSG_INVALID_CFLAG string.
548     Revision:
549       srvx--devo--1.3--patch-22
550
551     src/chanserv.c (msgtab): Add entry for "CSMSG_INVALID_CFLAG".
552
553     modified files:
554      ChangeLog src/chanserv.c
555
556
557 2006-07-29 01:34:17 GMT Michael Poole <mdpoole@troilus.org>     patch-21
558
559     Summary:
560       Fix ?csearch max timestamp default value.
561     Revision:
562       srvx--devo--1.3--patch-21
563
564     src/opserv.c (opserv_cdiscrim_create): Fix default value for max_ts.
565         (With an expression only a coder could love.  Improvements wanted.)
566
567     modified files:
568      ChangeLog src/opserv.c
569
570
571 2006-07-18 03:13:31 GMT Michael Poole <mdpoole@troilus.org>     patch-20
572
573     Summary:
574       Update arch-inventory files for in-tree builds.
575     Revision:
576       srvx--devo--1.3--patch-20
577
578     .arch-inventory: Add "libtool" as a preserved file.
579     
580     src/.arch-inventory: Add ".libs" as a preserved directory.  Put a \
581         before the . in .cvsignore to avoid capturing too much.
582
583     modified files:
584      .arch-inventory ChangeLog src/.arch-inventory
585
586
587 2006-07-18 02:48:32 GMT Michael Poole <mdpoole@troilus.org>     patch-19
588
589     Summary:
590       Make !bans searching more flexible
591     Revision:
592       srvx--devo--1.3--patch-19
593
594     src/chanserv.c (cmd_bans): Allow specifying a complete hostmask or a
595         nickname when searching bans.
596     
597     src/chanserv.help (BANS): Document the searching functions.
598
599     modified files:
600      ChangeLog src/chanserv.c src/chanserv.help
601
602
603 2006-07-18 01:49:56 GMT Michael Poole <mdpoole@troilus.org>     patch-18
604
605     Summary:
606       Simplify cdiscrim_match() max tests.
607     Revision:
608       srvx--devo--1.3--patch-18
609
610     src/opserv.c (opserv_cdiscrim_create): Explicitly initialize max_users
611         and max_ts.
612       (cdiscrim_match): Simplify the bounds tests for timestamp and users.
613
614     modified files:
615      ChangeLog src/opserv.c
616
617
618 2006-07-18 01:46:10 GMT Michael Poole <mdpoole@troilus.org>     patch-17
619
620     Summary:
621       Fix reclaim KILL behavior.
622     Revision:
623       srvx--devo--1.3--patch-17
624
625     src/nickserv.c (nickserv_reclaim): Use DelUser() instead of irc_kill(),
626         so that srvx's databases are appropriately updated.
627
628     modified files:
629      ChangeLog src/nickserv.c
630
631
632 2006-07-18 01:12:16 GMT Michael Poole <mdpoole@troilus.org>     patch-16
633
634     Summary:
635       Fix typo in English error message text.
636     Revision:
637       srvx--devo--1.3--patch-16
638
639     src/chanserv.c (CSMSG_TOPICMASK_CONFLICT2): Add missing "is".  Reported
640       by Harm, by way of Byte.
641
642     modified files:
643      ChangeLog src/chanserv.c
644
645
646 2006-05-14 02:54:24 GMT Michael Poole <mdpoole@troilus.org>     patch-15
647
648     Summary:
649       Update version tag for 1.3.1 release.
650     Revision:
651       srvx--devo--1.3--patch-15
652
653     configure.in: Update version tag for 1.3.1 release.
654
655     modified files:
656      ChangeLog configure.in
657
658
659 2006-05-02 02:46:39 GMT Michael Poole <mdpoole@troilus.org>     patch-14
660
661     Summary:
662       Make some ChanServ ban checks see through hidden hosts.
663     Revision:
664       srvx--devo--1.3--patch-14
665
666     src/chanserv.c (handle_join): Make this function see through hidden
667         hosts when matching users against bans.  Add comment before the
668         non-burst section; remove a redundant burst check there.
669       (handle_auth): See through hidden hosts when checking against active
670         bans.  Inactive ban check keeps MATCH_VISIBLE since bans on the true
671         hostname should have already been applied.
672       (handle_nick_change): Same as handle_auth.
673
674     modified files:
675      ChangeLog src/chanserv.c
676
677
678 2006-04-29 03:11:35 GMT Michael Poole <mdpoole@troilus.org>     patch-13
679
680     Summary:
681       Fix visible matching for fake and +x-hidden hosts.
682     Revision:
683       srvx--devo--1.3--patch-13
684
685     src/tools.c (user_matches_glob): Use correct test to determine whether
686         the user's host is hidden.
687
688     modified files:
689      ChangeLog src/tools.c
690
691
692 2006-04-07 00:56:38 GMT Michael Poole <mdpoole@troilus.org>     patch-12
693
694     Summary:
695       Fix a +o mode parsing error.
696     Revision:
697       srvx--devo--1.3--patch-12
698
699     src/proto-p10.c (mod_chanmode_parse): Check that the input argument after
700         +o is a valid one.
701
702     modified files:
703      ChangeLog src/proto-p10.c
704
705
706 2006-04-06 02:19:47 GMT Michael Poole <mdpoole@troilus.org>     patch-11
707
708     Summary:
709       Fix some IPv6 address compatibility issues.
710     Revision:
711       srvx--devo--1.3--patch-11
712
713     src/proto-p10.c (irc_p10_pton): Mark valid IPv4 addresses as v4-mapped.
714       (irc_p10_ntop): Emit invalid IPs as AAAAAA (but it could be _ for +6
715         flagged hubs).
716
717     modified files:
718      ChangeLog src/proto-p10.c
719
720
721 2006-04-05 02:07:30 GMT Michael Poole <mdpoole@troilus.org>     patch-10
722
723     Summary:
724       Fix a possible warning without debugging.
725     Revision:
726       srvx--devo--1.3--patch-10
727
728     src/alloc-slab.c (slab_unalloc): If assert() is #define'd to be empty,
729         then size is unused.  Include a (void)size to quash a warning.
730
731     modified files:
732      ChangeLog src/alloc-slab.c
733
734
735 2006-04-05 02:02:21 GMT Michael Poole <mdpoole@troilus.org>     patch-9
736
737     Summary:
738       Fix hostmask error from last year's patch-28.
739     Revision:
740       srvx--devo--1.3--patch-9
741
742     src/proto-common.c (generate_hostmask): When generating a strict hostmask
743         not by IP, we should keep the original hostname.
744
745     modified files:
746      ChangeLog src/proto-common.c
747
748
749 2006-04-05 01:59:54 GMT Michael Poole <mdpoole@troilus.org>     patch-8
750
751     Summary:
752       Fix compilation error with slab allocator and no debugging.
753     Revision:
754       srvx--devo--1.3--patch-8
755
756     src/alloc-slab.c (verify): Undefine as a macro before defining as a
757         function.
758
759     modified files:
760      ChangeLog src/alloc-slab.c
761
762
763 2006-04-05 00:24:50 GMT Michael Poole <mdpoole@troilus.org>     patch-7
764
765     Summary:
766       Fix backtracking bug after an escaped character.
767     Revision:
768       srvx--devo--1.3--patch-7
769
770     src/tools.c (match_ircglob): Fix backtracking behavior when an escaped
771         character did not match.
772
773     modified files:
774      ChangeLog src/tools.c
775
776
777 2006-04-05 00:11:31 GMT Michael Poole <mdpoole@troilus.org>     patch-6
778
779     Summary:
780       Advise the kernel that we will scan DB files sequentially.
781     Revision:
782       srvx--devo--1.3--patch-6
783
784     src/recdb.c (parse_database): Advise the kernel that we will scan the
785         recdb file sequentially, just in case it cannot notice the access
786         pattern on its own.
787
788     modified files:
789      ChangeLog src/recdb.c
790
791
792 2006-04-05 00:09:48 GMT Michael Poole <mdpoole@troilus.org>     patch-5
793
794     Summary:
795       Correctly implement AsLL pong.
796     Revision:
797       srvx--devo--1.3--patch-5
798
799     src/proto-p10.c (irc_pong_asll): New function.
800       (cmd_ping): Use it.
801
802     modified files:
803      ChangeLog src/proto-p10.c
804
805
806 2006-04-05 00:08:04 GMT Michael Poole <mdpoole@troilus.org>     patch-4
807
808     Summary:
809       Add missing underscore in translation key string.
810     Revision:
811       srvx--devo--1.3--patch-4
812
813     src/mod-helpserv.c (helpserv_usermsg): Add a missing underscore between
814         REQUEST and NOT.
815
816     modified files:
817      ChangeLog src/mod-helpserv.c
818
819
820 2006-04-05 00:05:59 GMT Michael Poole <mdpoole@troilus.org>     patch-3
821
822     Summary:
823       Update configure.in; support both baz and tla; avoid using dirent.
824     Revision:
825       srvx--devo--1.3--patch-3
826
827     configure.in: Remove AC_PROG_RANLIB since we never use ranlib.  Add
828         AC_PROG_LIBTOOL since we do use libtool.  Set GNU_ARCH and
829         HAS_GNU_ARCH based on whether the system has baz or tla.  Do not
830         check for dirent.d_type.
831     
832     src/Makefile.am: Make the "checkversion" target conditional on
833         HAS_GNU_ARCH, and use the detected $(GNU_ARCH).
834     
835     src/helpfile.c (language_read): Report error text when unable to open a
836         language directory.
837       (language_read_list): Always stat the language entry to determine
838         whether it is a directory; Cygwin has no dirent.d_type and ReiserFS
839         has a broken one.
840
841     modified files:
842      ChangeLog configure.in src/Makefile.am src/helpfile.c
843
844
845 2006-04-05 00:00:57 GMT Michael Poole <mdpoole@troilus.org>     patch-2
846
847     Summary:
848       Update ChangeLog (again?!), ltmain.sh and rx/Makefile.in
849     Revision:
850       srvx--devo--1.3--patch-2
851
852     ChangeLog: Update again (it didn't take, for some strange reason).
853     
854     ltmain.sh: Update to current version.
855     
856     rx/Makefile.in: Regenerate to match.
857
858     modified files:
859      ChangeLog ltmain.sh rx/Makefile.in
860
861
862 2006-04-04 23:58:31 GMT Michael Poole <mdpoole@troilus.org>     patch-1
863
864     Summary:
865       Rotate ChangeLog for the new year's archive.
866     Revision:
867       srvx--devo--1.3--patch-1
868
869     ChangeLog: Update for the new year's archive.
870
871     modified files:
872      .arch-ids/ChangeLog.id ChangeLog
873
874
875 2006-04-04 23:42:39 GMT Michael Poole <mdpoole@troilus.org>     base-0
876
877     Summary:
878       tag of srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-36
879     Revision:
880       srvx--devo--1.3--base-0
881
882     (automatically generated log message)
883
884     new patches:
885      sp@gamesurge.net--2005/srvx--sp--1.3--patch-1
886      sp@gamesurge.net--2005/srvx--sp--1.3--patch-2
887      srvx@srvx.net--2004-srvx/srvx--devo--1.3--base-0
888      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-1
889      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-2
890      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-3
891      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-4
892      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-5
893      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-6
894      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-7
895      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-8
896      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-9
897      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-10
898      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-11
899      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-12
900      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-13
901      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-14
902      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-15
903      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-16
904      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-17
905      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-18
906      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-19
907      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-20
908      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-21
909      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-22
910      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-23
911      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-24
912      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-25
913      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-26
914      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-27
915      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-28
916      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-29
917      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-30
918      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-31
919      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-32
920      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-33
921      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-34
922      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-35
923      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-36
924      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-37
925      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-38
926      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-39
927      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-40
928      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-41
929      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-42
930      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-43
931      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-44
932      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-45
933      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-46
934      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-47
935      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-48
936      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-49
937      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-50
938      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-51
939      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-52
940      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-53
941      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-54
942      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-55
943      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-56
944      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-57
945      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-58
946      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-59
947      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-60
948      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-61
949      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-62
950      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-63
951      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-64
952      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-65
953      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-66
954      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-67
955      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-68
956      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-69
957      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-70
958      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-71
959      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-72
960      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-73
961      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-74
962      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-75
963      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-76
964      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-77
965      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-78
966      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-79
967      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-80
968      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-81
969      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-82
970      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-83
971      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-84
972      srvx@srvx.net--2005-srvx/srvx--devo--1.3--base-0
973      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-1
974      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-2
975      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-3
976      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-4
977      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-5
978      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-6
979      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-7
980      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-8
981      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-9
982      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-10
983      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-11
984      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-12
985      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-13
986      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-14
987      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-15
988      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-16
989      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-17
990      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-18
991      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-19
992      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-20
993      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-21
994      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-22
995      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-23
996      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-24
997      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-25
998      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-26
999      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-27
1000      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-28
1001      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-29
1002      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-30
1003      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-31
1004      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-32
1005      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-33
1006      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-34
1007      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-35
1008      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-36
1009
1010