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
/
UserControl.pm
Age
Commit message (
Expand
)
Author
2003-03-28
clean up (nuke \s*$)
fukachan
2003-03-23
FNF: fix comments
fukachan
2003-03-18
modify chaddr algorithm: "del() and add()" -> "add() and del()".
fukachan
2003-03-18
remove giant lock and use fine granuality locks now.
fukachan
2003-03-17
implement user_chaddr() and get_user_list().
fukachan
2003-02-15
use FML::Restriction::Base
fukachan
2003-02-13
user{add,del}() checks input $address.
fukachan
2003-02-09
cosmetics (white spaces)
fukachan
2003-02-01
try to remove address matched by $cred->has_address_in_map(), not
fukachan
2003-02-01
try exact matching just before changing user.
fukachan
2003-01-09
fix copyright
fukachan
2003-01-07
shorten log messages
fukachan
2002-12-23
fix comments.
fukachan
2002-09-22
add section on FNF
fukachan
2002-09-11
fml5 -> fml8
fukachan
2002-08-08
change arguments of credential functions to clarify the target address:
fukachan
2002-08-03
white spaces
fukachan
2002-07-24
change argv of FML::Credential::has_address_in_map():
fukachan
2002-07-23
reconstruct SQL functions in IO::Adapter
fukachan
2002-07-17
define printing style format such as 'text', 'html', ...
fukachan
2002-07-14
copy message and send it to $maintainer too
fukachan
2002-07-14
use message_nl( {add,del}_{ok,fail} ... ) as a reply
fukachan
2002-07-02
clean up/fix comments
fukachan
2002-06-30
clean up: nuke \s*$
fukachan
2002-06-25
userlist: print $addr, <br> if under CGI
fukachan
2002-06-21
ignore non-existed files, not croak()
fukachan
2002-06-21
use IO::Adapter->get_next_key() not getline() for member list up
fukachan
2002-04-10
whitespace niche
fukachan
2002-04-07
admin_member_passwd_maps -> admin_member_password_maps
fukachan
2002-04-01
enable "admin list" command
fukachan
2002-03-30
white space cosmetics: nuke \s*$
fukachan
2002-03-19
define FML::Command::UserControl class to share user control codes.
fukachan