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