index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
FML
/
Command.pm
Age
Commit message (
Expand
)
Author
2003-06-29
check the number of request in get commands.
fukachan
2003-03-18
remove giant lock and use fine granuality locks now.
fukachan
2003-03-16
add comment on lock channel
fukachan
2003-01-03
define $debug.
fukachan
2002-12-24
clean up: nuke \s*$
fukachan
2002-12-22
fix comments
fukachan
2002-09-22
add section on FNF
fukachan
2002-09-11
fml5 -> fml8
fukachan
2002-08-03
white spaces
fukachan
2002-07-18
fix typo
fukachan
2002-07-14
use "$myname eq" not "$0 =~"
fukachan
2002-07-14
copy message and send it to $maintainer too
fukachan
2002-06-30
clean up: nuke \s*$
fukachan
2002-06-30
fix comments. white spaces. FNF-ify.
fukachan
2002-04-07
remove \s*$
fukachan
2002-04-07
clean up
fukachan
2002-03-23
implement rewrite_prompt(). It is used to hide password et. al.
fukachan
2002-02-20
log $@ if possible
fukachan
2002-02-19
remove require_lock()
fukachan
2002-02-17
change use() and new().
fukachan
2002-02-17
remove \s*$
fukachan
2002-02-13
define access method need_lock().
fukachan
2002-01-30
fix copyright
fukachan
2002-01-20
fixed to call up error to FML::Process::Command layer
fukachan
2001-12-22
remove \s*$
fukachan
2001-11-27
update comments with FNF-ify
fukachan
2001-11-08
defined() check for $command_args
fukachan
2001-10-17
FML/Command/ACL.pm -> FML/Command/Attribute.pm
fukachan
2001-10-14
$optargs -> $command_args
fukachan
2001-10-13
remove error_nl()
fukachan
2001-10-10
define error_nl(), but a dummy yet
fukachan
2001-10-08
mode debug messages where loader runs
fukachan
2001-09-13
new hier: makefml uses Command::Admin
fukachan
2001-07-15
s/$args/$optargs/ since $args is ambigous. To clarify $args usage,
fukachan
2001-05-27
clean up documentation
fukachan
2001-03-24
move lock/unlock to FML::Command class
fukachan
2001-03-20
use FML::Log qw(Log LogWarn LogError);
error-message-status
fukachan
2001-03-14
FML::Command is a dispatcher table. It used AUTOLOAD() to forward the
fukachan