summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2004-02-29fi typofukachan
2004-02-27select proper language for reply message based on Accept-Language,fukachan
Content-Type and language preference order. use plural languages if needed.
2004-02-27define lang_to_charset().fukachan
fix return value for some methods. use "print if $debug" in some cases.
2004-02-27define __convert_message_nl() and use it.fukachan
allow loader program uses reply_message() method.
2004-02-27fix comments on reply_message() around.fukachan
reply_message() handles request when the current process runs under MTA. fix regexp optimization.
2004-02-26change Mail::Message::Encode to Mail::Message::String in message handling.fukachan
implement get_preferred_languages() method.
2004-02-26implement set_language_hint(), get_language_hint().fukachan
get_accept_language_list() returns [] not [*] when no data.
2004-02-26firstly, constructor() expires too old cache.fukachan
2004-02-26get_charset: fix default charset handlingfukachan
2004-02-26more proper charset handling based on Content-Type: field.fukachan
2004-02-26new option -o key=value which overrider configurations.fukachan
you can use duplicated -o options e.g. -o key1=value1 -o key2=value2.
2004-02-24fix copyrightfukachan
2004-02-15ui_message() prefers $msg_args->{level} if specified.fukachan
2004-02-15check input data more.fukachan
2004-02-15white space cosmetics.fukachan
2004-02-13ensure initial value of $min and $maxfukachan
2004-02-13remove todo, fix comments.fukachan
2004-02-06switch to new Mail::Message::* framework.fukachan
2004-02-06expand special regexp in tag before tag substitution.fukachan
2004-02-04modified to use new Mail::Message::* framekwork.fukachan
2004-02-04fix copyrightfukachan
2004-02-04vaildate address type variables.fukachan
2004-02-04comment on usagefukachan
2004-02-01fix copyrightfukachan
2004-02-01fix comments, messages. fix initialization by adding default value.fukachan
2004-02-01new FML::Command::Filter $curproc;fukachan
fix/update comments/messages. rename method: rules() -> set_rules(). use //o if could. fix var name: $article_none_mime_filter_rules -> $article_non_mime_filter_rules. implement reject_empty_content_type rule (non mime filter).
2004-02-01validate input address by FML::Restriction::Base.fukachan
2004-02-01use $log_command_tail_starting_location.fukachan
fix comments.
2004-02-01$sequence_file -> $article_sequence_filefukachan
use //o if could.
2004-02-01fix copyrightfukachan
2004-02-01fix checking code of defined value.fukachan
2004-01-31validate input address.fukachan
2004-01-31fix commentsfukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
$curproc->load_config_files($cf_list); -> $curproc->load_config_files();
2004-01-24overhaul: clean up (FNF)fukachan
2004-01-24fix comments.fukachan
more proper variable names.
2004-01-23fix copyrightfukachan
2004-01-22fix comments.fukachan
white space cosmetics. use //o if could.
2004-01-22FNF: cosmetics. fix comments.fukachan
2004-01-22fix $fh->close() usage.fukachan
fix comments. cosmetics.
2004-01-22fix comments.fukachan
define $default_lock_channel and modified to use it.
2004-01-22fix comments.fukachan
2004-01-21fix comments.fukachan
close output channel before exits from within loop.
2004-01-21define $recursive_max_level in file scope.fukachan
fix comments. cosmtics: sort initialization order, location. =~ "" -> =~ //
2004-01-21fix comments.fukachan
check input data type. cosmetics. FNF.
2004-01-21fix copyrightfukachan
2004-01-21fix comments.fukachan
add missing loop label.
2004-01-21cosmetics: spaces, unroll one line to plural ones.fukachan
2004-01-21cosmeticsfukachan
2004-01-21fix/udpate comments.fukachan
clean up.