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