<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Command/User/confirm.pm, branch mail-fallback-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>remove "use FML::Log;".</title>
<updated>2004-04-23T04:10:26+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-04-23T04:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d'/>
<id>002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>when unsubscribe command, stop the current process since</title>
<updated>2004-04-22T10:37:35+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-04-22T10:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e370d5b4027ba345c789b582dbc1ed3de282c6f8'/>
<id>e370d5b4027ba345c789b582dbc1ed3de282c6f8</id>
<content type='text'>
no more processing is required.
XXX ? hmm, wrong in some cases e.g. unsubscribe + guide.
XXX   but ignore it ;-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no more processing is required.
XXX ? hmm, wrong in some cases e.g. unsubscribe + guide.
XXX   but ignore it ;-)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copyright</title>
<updated>2004-02-24T14:36:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-02-24T14:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c66653ef3b8f95a706eddab10859963db848721e'/>
<id>c66653ef3b8f95a706eddab10859963db848721e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>white space cosmetics.</title>
<updated>2004-02-15T04:38:24+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-02-15T04:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4'/>
<id>7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update comments/messages</title>
<updated>2003-12-31T04:02:43+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-12-31T04:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=f03df9aeacd1574f72cdac0a62ffc6fa55cbcd75'/>
<id>f03df9aeacd1574f72cdac0a62ffc6fa55cbcd75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update comments on $primary_*_map use.</title>
<updated>2003-12-30T03:07:54+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-12-30T03:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=bbf2879febd6229727d6f42a7586113c145ef60a'/>
<id>bbf2879febd6229727d6f42a7586113c145ef60a</id>
<content type='text'>
use $curproc-&gt;{ credential } not call "use FML::Credential ...".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use $curproc-&gt;{ credential } not call "use FML::Credential ...".
</pre>
</div>
</content>
</entry>
<entry>
<title>separete database part in FML::Confirm to FML::Cache::Journal which</title>
<updated>2003-11-22T05:41:50+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-11-22T05:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4c69052bf40ec76b14319cb5c670ff9ebffbc35f'/>
<id>4c69052bf40ec76b14319cb5c670ff9ebffbc35f</id>
<content type='text'>
can be shared between other modules.

change FML::Confirm::new() to take $curproc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can be shared between other modules.

change FML::Confirm::new() to take $curproc.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix argument FML::Confirm::is_expired($id) from time to id.</title>
<updated>2003-11-17T13:06:11+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-11-17T13:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=24dd1651b505a33657adf7350a7aeb25665773c1'/>
<id>24dd1651b505a33657adf7350a7aeb25665773c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use $curproc-&gt;config(), pcb() not { config }, { pcb } respectively.</title>
<updated>2003-08-29T15:33:54+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-29T15:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e460ae393d4c06ac2219811653b1388acf28bebb'/>
<id>e460ae393d4c06ac2219811653b1388acf28bebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define $curproc-&gt;log, logwarn, logerror and log_message() methods.</title>
<updated>2003-08-23T07:24:40+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-23T07:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=9723a7a408f11cf8beaf8f618d2863c2f3e28ddb'/>
<id>9723a7a408f11cf8beaf8f618d2863c2f3e28ddb</id>
<content type='text'>
modified to use $curproc-&gt;log*() interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modified to use $curproc-&gt;log*() interface.
</pre>
</div>
</content>
</entry>
</feed>
