| Age | Commit message (Collapse) | 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 | |
| # XXX WHICH STEP IS IT BETTER TO UPDATE LIST ? # [I] 1. remove the old address only if $new_address not included. # 2. add the newadderss # [II] 1. add the newadderss # 2. remove the old address only if $new_address not included. # # Plan [II] is better for authentication without reader lock. # Consider the case the process executing chaddr is preempted, and # another distributing process starts to run. | |||
| 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 | |
| nuke the corresponding TODO. | |||
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-01 | try to remove address matched by $cred->has_address_in_map(), not | fukachan | |
| address specified by the function argument. | |||
| 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 | |
| cosmetics (sort). | |||
| 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 | |
| e.g. is_member($curproc, $args) -> is_member(addr) modified functions: o is_member() o is_privileged_member() o is_recipient() o match_system_accounts() | |||
| 2002-08-03 | white spaces | fukachan | |
| 2002-07-24 | change argv of FML::Credential::has_address_in_map(): | fukachan | |
| ($map, $address) -> ($map, $config, $address) | |||
| 2002-07-23 | reconstruct SQL functions in IO::Adapter | fukachan | |
| new IO::Adapter $map, $config; | |||
| 2002-07-17 | define printing style format such as 'text', 'html', ... | fukachan | |
| you can control it by the following access methods, get_print_style() and set_print_style(mode) | |||
| 2002-07-14 | copy message and send it to $maintainer too | fukachan | |
| use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently. | |||
| 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 | |
| more friendly variable name syntax more comments, documents | |||
| 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 | |
| modified Admin::{subscribe,unsubscribe} commands to use it. | |||
