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