summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-25banner table generator where the pattern is imported from NetBSD.fukachan
2008-09-30fix comments (FNF)fukachan
2008-09-29verify_request() logs client ip address if could.fukachan
2008-09-28documentation: add usage of anonymous cgi.fukachan
2008-09-28add usage of anonymous cgifukachan
2008-09-20implemnet newcgi,rmcgifukachan
2008-09-15install/deinstall all CGI scripts for the specified domain.fukachan
2008-09-15delete scripts in the reverse order of creation.fukachan
define {get,set}_force_mode().
2008-09-14fix admin.cgi removing operation bug.fukachan
fix listinfo operation bug.
2008-09-14fix admin.cgi removing operation bug.fukachan
count up the number of valid ml, remove admin.cgi only if ensured that no more valid ml exists.
2008-09-14define ml_name_list(), which returns the list of valid ml in thefukachan
specified domain. fix documents and todo.
2008-09-13regen: $listinfo_template_base_dirfukachan
2008-09-13define $listinfo_template_base_dirfukachan
2008-09-13listinfo operations fixed: install and deinstall index.html.{ja,en}.fukachan
2008-09-13us-ascii version, derived from euc-jp/index.html.jafukachan
2008-09-13change default url for submission of subscribe/unsubscribe request.fukachan
mailto:... -> /.../submit.cgi
2008-09-12restructure and cleanup cgi around codes ...fukachan
2008-09-12regen: $ml_anonymous_cgi_base_urlfukachan
2008-09-12regen: $ml_anonymous_cgi_base_urlfukachan
2008-09-12define $ml_anonymous_cgi_base_urlfukachan
2008-09-12delete cgi scripts and listinfo in runnign rmml.fukachan
2008-09-12clean up.fukachan
warn() -> ui_message() + logwarn(). change variable names to be more proper. fix comments.
2008-09-10document: fix typofukachan
2008-09-10anonymous cgi: check system-installed module. et.al.fukachan
2008-09-10clean up setup_cgi_interface() to be more modular.fukachan
2008-09-10new() needs $curproc as the argument.fukachan
as_png() checks if GD perl module is available. if not, return undef.
2008-09-10(1) check if the banner image format generator works or notfukachan
(2) if not, use ascii generator.
2008-09-09www interface for anonymous users is implemented.fukachan
bump up the current version to 7.98.14.
2008-09-09utility to build a new modulefukachan
2008-09-09regenfukachan
2008-09-09speculate default hostname.fukachan
2008-09-09anonymous cgi: 1st version done, more todo addedfukachan
2008-09-09regen: anonymous cgifukachan
2008-09-09renamed: $commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commandsfukachan
define $ml_anonymous_cgi_allowed_commands
2008-09-09definition changed: $cgi_base_dir, $admin_cgi_base_dir andfukachan
$ml_admin_cgi_base_dir. define variables for anonymous cgi: $use_anonymous_cgi_function, $anonymous_cgi_expire_limit, $anonymous_cgi_base_dir, $ml_anonymous_cgi_base_dir, $html_tmp_dir, and $html_tmp_base_url.
2008-09-09add definition "anonymous/*/*/submit.cgi FML::CGI::Anonymous::Submit".fukachan
while space cosmetics.
2008-09-09$commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commandsfukachan
ensure the return value for CGI action to be not "undef". menu is enhanced to handle both *admin.cgi and anonymous cgi case.
2008-09-09o generate anonymous session ID always (anyway).fukachan
o finish() calls message flush sub-system. o cgi_execute_command() is enhanced to handle both *admin.cgi and anonymous cgi case. o some error messages are natural-languaged. o use cgi_var_*() and specify -target if could.
2008-09-09fix how to search main_cf information.fukachan
define set_allow_reply_message() and get_allow_reply_message(). We can enable or disable reply_message*() functions dynamically.
2008-09-09anonymous cgi initial versionfukachan
2008-09-09import $fml_owner and $fml_group into $config name space from main.cf.fukachan
2008-09-09in setting up cgi, install cgi script(s) for anonymous users, too.fukachan
2008-09-09show menu for an anonymous user by callingfukachan
FML::CGI::User->anonymous_cgi_menu();
2008-09-09define anonymous_cgi_menu().fukachan
fix and update documents.
2008-09-09define $alnum_regexp class.fukachan
define 'session_id' and 'magic_string' regexp.
2008-09-09banner string generatorfukachan
2008-09-09generates a magic string and the identifier used for the session ID.fukachan
2008-09-09ascii presentation of letters.fukachan
2008-09-09add message templates for anonymous CGIfukachan
2008-09-09changedfukachan