<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Command, branch snap-20031014</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 import of ErrorStatus</title>
<updated>2002-02-13T11:13:14+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-13T11:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7c9c065371882df6393db45d8b4cb5dbe22984c2'/>
<id>7c9c065371882df6393db45d8b4cb5dbe22984c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define access method need_lock().</title>
<updated>2002-02-13T10:41:16+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-13T10:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=32c320e801127a43117b780875d4d87e1e3cb4b7'/>
<id>32c320e801127a43117b780875d4d87e1e3cb4b7</id>
<content type='text'>
each command module determins whether it needs lock or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
each command module determins whether it needs lock or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix white space</title>
<updated>2002-02-13T10:12:08+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-13T10:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0f8b55b2c17716586df85a1757cbb581343df0e0'/>
<id>0f8b55b2c17716586df85a1757cbb581343df0e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>objective, deny are implemented.</title>
<updated>2002-02-11T13:29:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-11T13:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a9d20a14052ae337f82c09361d15bd9d8b327931'/>
<id>a9d20a14052ae337f82c09361d15bd9d8b327931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>send back file file in $ml_home_dir if found.</title>
<updated>2002-02-11T10:59:36+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-11T10:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=05b70a24fddac428ea9eb3b84bff134bcb5f2484'/>
<id>05b70a24fddac428ea9eb3b84bff134bcb5f2484</id>
<content type='text'>
return the default message if not found.
"guide", "help", "objective" commands use this logic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return the default message if not found.
"guide", "help", "objective" commands use this logic.
</pre>
</div>
</content>
</entry>
<entry>
<title>send help in $DIR for backward compatibility if it is found.</title>
<updated>2002-02-11T10:24:13+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-11T10:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=2a25d6a9bf91239a4c8f73998b8909e8fcfbe4fe'/>
<id>2a25d6a9bf91239a4c8f73998b8909e8fcfbe4fe</id>
<content type='text'>
if not, send the defaulte message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if not, send the defaulte message.
</pre>
</div>
</content>
</entry>
<entry>
<title>we should not use $curproc-&gt;{ main_cf } directrly in modules out of FML::Process::</title>
<updated>2002-02-03T12:30:29+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-03T12:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0c139b006cfff447ecc455d0117faed546d5f5a8'/>
<id>0c139b006cfff447ecc455d0117faed546d5f5a8</id>
<content type='text'>
we implement the following methods in FML::Process::Utils and use them.
o $curproc-&gt;executable_prefix()
o $curproc-&gt;template_files_dir_for_newml()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we implement the following methods in FML::Process::Utils and use them.
o $curproc-&gt;executable_prefix()
o $curproc-&gt;template_files_dir_for_newml()
</pre>
</div>
</content>
</entry>
<entry>
<title>ml_home_prefix() can recognize virtual domain.</title>
<updated>2002-02-03T12:11:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-03T12:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=338a420fd491504401968c0c8d06834215bdea0a'/>
<id>338a420fd491504401968c0c8d06834215bdea0a</id>
<content type='text'>
modified to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modified to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>use File::Spec</title>
<updated>2002-01-30T15:27:59+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-30T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c9223cd0acba5333c7159730f87d10e1750e827a'/>
<id>c9223cd0acba5333c7159730f87d10e1750e827a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"makefml newml" virtual domain support. For exmaple,</title>
<updated>2002-01-27T15:04:36+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-27T15:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7bd56e745bac3ac5bd7af79453b40dead24b4bf0'/>
<id>7bd56e745bac3ac5bd7af79453b40dead24b4bf0</id>
<content type='text'>
makefml newml elena@nuinui.net
The ml_home_dir is speculated from $virtual_maps in main.cf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
makefml newml elena@nuinui.net
The ml_home_dir is speculated from $virtual_maps in main.cf.
</pre>
</div>
</content>
</entry>
</feed>
