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