<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Credential.pm, branch threadtrack-pm-base</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>bug fix variable name</title>
<updated>2001-10-13T03:03:43+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-10-13T03:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cdfdb11996f4f4f3952a9f9515022eb221484c09'/>
<id>cdfdb11996f4f4f3952a9f9515022eb221484c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>is_member() accpepts $args-&gt;{ address }</title>
<updated>2001-10-10T14:56:59+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-10-10T14:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=adc7733120eff95f87f6dddb6ceab223fab00a6f'/>
<id>adc7733120eff95f87f6dddb6ceab223fab00a6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement is_same_address() completely.</title>
<updated>2001-10-10T12:52:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-10-10T12:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7cacf6b32e227297c40fb95433d85ba916b2bc24'/>
<id>7cacf6b32e227297c40fb95433d85ba916b2bc24</id>
<content type='text'>
define set_compare_level() and get_compare_level() for convenience.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define set_compare_level() and get_compare_level() for convenience.
</pre>
</div>
</content>
</entry>
<entry>
<title>more severe initialization check</title>
<updated>2001-10-08T15:47:28+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-10-08T15:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=9ded9eedc2df7efe1252dd05e7206270aca328a8'/>
<id>9ded9eedc2df7efe1252dd05e7206270aca328a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement has_address_in_map() method and is_member() uses this.</title>
<updated>2001-08-26T12:57:05+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-26T12:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=334389fad84ef640978dd5c7e07e167b96e26c74'/>
<id>334389fad84ef640978dd5c7e07e167b96e26c74</id>
<content type='text'>
has_address_in_map() searches the address in the specified map.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
has_address_in_map() searches the address in the specified map.
</pre>
</div>
</content>
</entry>
<entry>
<title>modify IO::Adapter::find() method to accpet options "all"</title>
<updated>2001-06-29T05:57:32+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-06-29T05:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=98892cfb949baeaa4a3412351a178ff1c022f908'/>
<id>98892cfb949baeaa4a3412351a178ff1c022f908</id>
<content type='text'>
my $addrs = $obj-&gt;find( $user , { all =&gt; 1 });

FML::Credential is modified to get all addresses which match /^$user/
once and search it within them.
1. get all entries match /^$user/ from $map.
2. try each address in the result matches $address to check.
3. is_same_address() conceals matching algorithm details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
my $addrs = $obj-&gt;find( $user , { all =&gt; 1 });

FML::Credential is modified to get all addresses which match /^$user/
once and search it within them.
1. get all entries match /^$user/ from $map.
2. try each address in the result matches $address to check.
3. is_same_address() conceals matching algorithm details.
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up documents</title>
<updated>2001-05-29T16:21:15+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-05-29T16:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=adb93a709dd5e6b4080f7d0e1c9e6b1250ab2e5b'/>
<id>adb93a709dd5e6b4080f7d0e1c9e6b1250ab2e5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up documents</title>
<updated>2001-05-28T16:17:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-05-28T16:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=2b66d7580815f48c1bd7fb9ff50834a94e957dd9'/>
<id>2b66d7580815f48c1bd7fb9ff50834a94e957dd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename class from IO::MapAdapter to IO::Adapter.</title>
<updated>2001-05-04T14:32:32+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-05-04T14:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=149320fad450d354f755201015ae3826ee5d0fe6'/>
<id>149320fad450d354f755201015ae3826ee5d0fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement is_same_address(), is_member(), match_system_accounts()</title>
<updated>2001-04-15T09:07:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-04-15T09:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=25cb4f1d3f878af391c169d816e24cea0f18cedd'/>
<id>25cb4f1d3f878af391c169d816e24cea0f18cedd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
