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