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