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