]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000466.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000466.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Services 5.0 alpha 27 released
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%2027%20released&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000468.html">
11 <LINK REL="Next" HREF="000467.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Services 5.0 alpha 27 released</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%2027%20released&In-Reply-To="
17 TITLE="[IRCServices Coding] Services 5.0 alpha 27 released">achurch at achurch.org
18 </A><BR>
19 <I>Fri Apr 5 18:37:01 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000468.html">[IRCServices Coding] ircservices5.0a27 -&gt; /ns set info (Another bug?)
22 </A></li>
23 <LI>Next message: <A HREF="000467.html">[IRCServices Coding] ircservices5.0a27 -&gt; /ns set info (Another bug?)
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#466">[ date ]</a>
27 <a href="thread.html#466">[ thread ]</a>
28 <a href="subject.html#466">[ subject ]</a>
29 <a href="author.html#466">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> Services 5.0 alpha 27 is out at the usual place. The big change, and
35 the one I'd most appreciate bug reports or other comments about, is the
36 change to the expiration functionality: expirations are now handled when a
37 nick/channel/autokill/exception/S-line is looked up, either by name/mask or
38 via first_xxx()/next_xxx() iteration, rather than by periodically going
39 through every registered item and checking for expiration. This has the
40 advantage that an expired entry is _never_ seen by the code--this includes
41 both the SxLINE ADD bug mentioned earlier as well as 1-minute autokills
42 lasting until the next expiration (sometimes 30 minutes later) and similar
43 situations. On the other hand, it's theoretically possible for records to
44 be left in the database forever if they're never touched, taking up extra
45 space--though this won't happen with the current database format, since it
46 cycles through all records while writing them to disk.
47
48 Note that I'm aware that the mail-auth and memo expiration isn't
49 updated to use this system yet, so don't bother telling me about that.(:
50
51 Changes in version 5.0 alpha 27
52 -------------------------------
53 2002/04/05 Reworked expiration logic to avoid long blocks checking for
54 expired data and missed expirations.
55 2002/04/05 Fixed improper aborts when reading in corrupted databases.
56 2002/04/01 Fixed crash when certain commands did not receive enough
57 parameters. Reported by several people.
58
59 --Andrew Church
60 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
61 <A HREF="http://achurch.org/">http://achurch.org/</A>
62
63 </PRE>
64
65 <!--endarticle-->
66 <HR>
67 <P><UL>
68 <!--threads-->
69 <LI>Previous message: <A HREF="000468.html">[IRCServices Coding] ircservices5.0a27 -&gt; /ns set info (Another bug?)
70 </A></li>
71 <LI>Next message: <A HREF="000467.html">[IRCServices Coding] ircservices5.0a27 -&gt; /ns set info (Another bug?)
72 </A></li>
73 <LI> <B>Messages sorted by:</B>
74 <a href="date.html#466">[ date ]</a>
75 <a href="thread.html#466">[ thread ]</a>
76 <a href="subject.html#466">[ subject ]</a>
77 <a href="author.html#466">[ author ]</a>
78 </LI>
79 </UL>
80
81 </body></html>