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