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