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