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