<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Command/UserControl.pm, branch udb-base2</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>clean up (nuke \s*$)</title>
<updated>2003-03-28T10:32:20+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-03-28T10:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4b6d86dc0878e6cabc6c33e43533fb713e746d91'/>
<id>4b6d86dc0878e6cabc6c33e43533fb713e746d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FNF: fix comments</title>
<updated>2003-03-23T15:57:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-03-23T15:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b219319836b19aa9b2d36557c028477b0c85ba4f'/>
<id>b219319836b19aa9b2d36557c028477b0c85ba4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modify chaddr algorithm: "del() and add()" -&gt; "add() and del()".</title>
<updated>2003-03-18T14:14:50+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-03-18T14:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=85af504a4bc9ce2e158dfe0cb9dc3750d1cf98f5'/>
<id>85af504a4bc9ce2e158dfe0cb9dc3750d1cf98f5</id>
<content type='text'>
# XXX WHICH STEP IS IT BETTER TO UPDATE LIST ?
#  [I] 1. remove the old address only if $new_address not included.
#      2. add the newadderss
# [II] 1. add the newadderss
#      2. remove the old address only if $new_address not included.
#
# Plan [II] is better for authentication without reader lock.
# Consider the case the process executing chaddr is preempted, and
# another distributing process starts to run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# XXX WHICH STEP IS IT BETTER TO UPDATE LIST ?
#  [I] 1. remove the old address only if $new_address not included.
#      2. add the newadderss
# [II] 1. add the newadderss
#      2. remove the old address only if $new_address not included.
#
# Plan [II] is better for authentication without reader lock.
# Consider the case the process executing chaddr is preempted, and
# another distributing process starts to run.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove giant lock and use fine granuality locks now.</title>
<updated>2003-03-18T10:42:40+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-03-18T10:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3be0d18d4f3196fad45761c405bbfc2a3b71a82e'/>
<id>3be0d18d4f3196fad45761c405bbfc2a3b71a82e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement user_chaddr() and get_user_list().</title>
<updated>2003-03-17T13:27:15+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-03-17T13:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=dbe8cc1d8aa63009c6588210212e6408c1be9e18'/>
<id>dbe8cc1d8aa63009c6588210212e6408c1be9e18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use FML::Restriction::Base</title>
<updated>2003-02-15T02:25:40+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-02-15T02:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=348560cf5731058e6ed17fc3f8f767e3ccb943cf'/>
<id>348560cf5731058e6ed17fc3f8f767e3ccb943cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>user{add,del}() checks input $address.</title>
<updated>2003-02-13T14:06:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-02-13T14:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6ca39e4ba5f551e02cb754b6e5b134e902b768a9'/>
<id>6ca39e4ba5f551e02cb754b6e5b134e902b768a9</id>
<content type='text'>
nuke the corresponding TODO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nuke the corresponding TODO.
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetics (white spaces)</title>
<updated>2003-02-09T12:31:39+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-02-09T12:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e71b5a31cc5e023d2b0190f45450851a8f40a7e6'/>
<id>e71b5a31cc5e023d2b0190f45450851a8f40a7e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to remove address matched by $cred-&gt;has_address_in_map(), not</title>
<updated>2003-02-01T13:53:13+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-02-01T13:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a80c49a179c1dcde62698386ed9e58aede5c538b'/>
<id>a80c49a179c1dcde62698386ed9e58aede5c538b</id>
<content type='text'>
address specified by the function argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
address specified by the function argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>try exact matching just before changing user.</title>
<updated>2003-02-01T05:27:51+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-02-01T05:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e43d869538b0c6e4c2e844321ff33fac32c7b751'/>
<id>e43d869538b0c6e4c2e844321ff33fac32c7b751</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
