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