<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Restriction/Post.pm, branch newvardef-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>define $article_post_article_thread_lifetime anyway (hmm, valid?)</title>
<updated>2004-11-14T11:18:23+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-11-14T11:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d66d0a0be5d46b59be46e915190b6ca3e88fab57'/>
<id>d66d0a0be5d46b59be46e915190b6ca3e88fab57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement "check_article_thread" operation.</title>
<updated>2004-10-28T03:32:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-10-28T03:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ba51dec8662e71c443f0d3b456fb67e6a70540cd'/>
<id>ba51dec8662e71c443f0d3b456fb67e6a70540cd</id>
<content type='text'>
Itt allows post from someone who reffers articles within one weeks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Itt allows post from someone who reffers articles within one weeks.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments (FNF)</title>
<updated>2004-07-23T13:16:30+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-07-23T13:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=017265cfc701f6abcd99f52a0fa6eb9516fd510f'/>
<id>017265cfc701f6abcd99f52a0fa6eb9516fd510f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>modified to use restriction_state_*().</title>
<updated>2004-03-14T06:49:26+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-14T06:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e9b78e850b29b4cc78215d76411c3021468b81fd'/>
<id>e9b78e850b29b4cc78215d76411c3021468b81fd</id>
<content type='text'>
move permit_anonymous_command_mail() to FML::Restriction::Command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move permit_anonymous_command_mail() to FML::Restriction::Command.
</pre>
</div>
</content>
</entry>
<entry>
<title>variable renaming.</title>
<updated>2004-03-12T11:45:47+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-12T11:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6a510300b7d8d081680f49dd9b84c960724eb87c'/>
<id>6a510300b7d8d081680f49dd9b84c960724eb87c</id>
<content type='text'>
[*_program -&gt; *_function]

$use_command_mail_program   -&gt; $use_command_mail_function
$use_digest_program         -&gt; $use_article_digest_function
$use_distribute_program	    -&gt; $use_article_post_function
$use_error_analyzer_program -&gt; $use_error_mail_analyzer_function

[command list]

$commands_for_user            -&gt; $user_command_mail_allowed_commands
$commands_for_stranger        -&gt; $anonymous_command_mail_allowed_commands
$commands_for_privileged_user -&gt; $admin_command_mail_allowed_commands
$commands_for_admin_cgi	      -&gt; $admin_cgi_allowed_commands

[restrictions]

$post_restrictions -&gt; $article_post_restrictions
$post_restrictions_reject_notice_data_type
-&gt; $article_post_restrictions_reject_notice_data_type

$command_restrictions -&gt; $command_mail_restrictions
permit_commands_for_stranger -&gt; permit_anonymous_command_mail

$admin_command_restrictions -&gt; $admin_command_mail_restrictions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[*_program -&gt; *_function]

$use_command_mail_program   -&gt; $use_command_mail_function
$use_digest_program         -&gt; $use_article_digest_function
$use_distribute_program	    -&gt; $use_article_post_function
$use_error_analyzer_program -&gt; $use_error_mail_analyzer_function

[command list]

$commands_for_user            -&gt; $user_command_mail_allowed_commands
$commands_for_stranger        -&gt; $anonymous_command_mail_allowed_commands
$commands_for_privileged_user -&gt; $admin_command_mail_allowed_commands
$commands_for_admin_cgi	      -&gt; $admin_cgi_allowed_commands

[restrictions]

$post_restrictions -&gt; $article_post_restrictions
$post_restrictions_reject_notice_data_type
-&gt; $article_post_restrictions_reject_notice_data_type

$command_restrictions -&gt; $command_mail_restrictions
permit_commands_for_stranger -&gt; permit_anonymous_command_mail

$admin_command_restrictions -&gt; $admin_command_mail_restrictions
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up.</title>
<updated>2004-01-21T03:40:43+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-21T03:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=bfc7b6b3f232b3e66f77d89a0c707eea31456e98'/>
<id>bfc7b6b3f232b3e66f77d89a0c707eea31456e98</id>
<content type='text'>
cosmetics.
more todo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cosmetics.
more todo.
</pre>
</div>
</content>
</entry>
<entry>
<title>system_accounts -&gt; system_special_accounts.</title>
<updated>2003-11-30T09:59:17+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-11-30T09:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ba63f5f3b7154c090f72b898ecf48255ff48b874'/>
<id>ba63f5f3b7154c090f72b898ecf48255ff48b874</id>
<content type='text'>
XXX xxx_restrictions supports "reject_system_accounts" for backward
XXX compatiblity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XXX xxx_restrictions supports "reject_system_accounts" for backward
XXX compatiblity.
</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>modified to use $curproc-&gt;log*() methods.</title>
<updated>2003-08-23T14:37:58+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-23T14:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=15e0d0717d3d33942010ccd339c2839e036d97fe'/>
<id>15e0d0717d3d33942010ccd339c2839e036d97fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
