| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-18 | fix/update comments. | fukachan | |
| fix loop label. | |||
| 2004-01-02 | fix copyright | fukachan | |
| 2003-11-30 | system_accounts -> system_special_accounts. | fukachan | |
| XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity. | |||
| 2003-11-26 | bug fix variable overload | fukachan | |
| 2003-11-26 | address_compare -> address_compare_function | fukachan | |
| 2003-11-25 | implement switch to toggle case sensitive check of mail address. | fukachan | |
| +use_address_compare = yes +address_compare_type = user_part_case_insensitive | |||
| 2003-11-17 | implement is_user_part_case_sensitive() and modified to use it. | fukachan | |
| XXX we should attach $self internal directly even if within the same module. | |||
| 2003-08-29 | use $curproc->config(), pcb() not { config }, { pcb } respectively. | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-03-18 | clean up. | fukachan | |
| add comments on lock. | |||
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-01 | implement matched_address() method | fukachan | |
| 2003-02-01 | more debug message | fukachan | |
| 2003-01-23 | avoid warning in handling address without domian. | fukachan | |
| 2003-01-11 | fix comments. | fukachan | |
| 2002-12-24 | clean up: nuke \s*$ | fukachan | |
| 2002-12-23 | add todo. | fukachan | |
| 2002-12-20 | clean up | fukachan | |
| 2002-09-22 | remove superfluous white spaces | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-26 | is_same_address() validate input data more | fukachan | |
| 2002-08-26 | add self debug code | 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-07-24 | change argv of FML::Credential::has_address_in_map(): | fukachan | |
| ($map, $address) -> ($map, $config, $address) | |||
| 2002-07-22 | add is_recipient() for sender is an ML recipient or not. | tmu | |
| 2002-07-17 | optionally, | fukachan | |
| we accept case insensitive comparison of user part of the mail address. | |||
| 2002-06-30 | clean up: nuke \s*$ | fukachan | |
| 2002-06-30 | fix comments. white spaces. FNF-ify. | fukachan | |
| 2002-06-01 | FNF-ify | fukachan | |
| 2002-05-28 | $config->get_as_array_ref | fukachan | |
| 2002-04-03 | clean up doc & codes, FNF-ify | fukachan | |
| 2002-03-22 | reconstruct is*member() functions | fukachan | |
| implement primitive is_privileged_member() | |||
| 2002-01-27 | fix copyright | fukachan | |
| 2002-01-27 | clarify IO::Adapter::find() usage. | fukachan | |
| find() returns "key value" by default and "key" if requested. add want option e.g. find(key, { want => $what } ). | |||
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-12-22 | update comments | fukachan | |
| 2001-10-13 | bug fix variable name | fukachan | |
| 2001-10-10 | is_member() accpepts $args->{ address } | fukachan | |
| 2001-10-10 | implement is_same_address() completely. | fukachan | |
| define set_compare_level() and get_compare_level() for convenience. | |||
| 2001-10-08 | more severe initialization check | fukachan | |
| 2001-08-26 | implement has_address_in_map() method and is_member() uses this. | fukachan | |
| has_address_in_map() searches the address in the specified map. | |||
| 2001-06-29 | modify IO::Adapter::find() method to accpet options "all" | fukachan | |
| my $addrs = $obj->find( $user , { all => 1 }); FML::Credential is modified to get all addresses which match /^$user/ once and search it within them. 1. get all entries match /^$user/ from $map. 2. try each address in the result matches $address to check. 3. is_same_address() conceals matching algorithm details. | |||
| 2001-05-29 | clean up documents | fukachan | |
| 2001-05-28 | clean up documents | fukachan | |
| 2001-05-04 | rename class from IO::MapAdapter to IO::Adapter. | fukachan | |
| 2001-04-15 | implement is_same_address(), is_member(), match_system_accounts() | fukachan | |
| 2001-02-25 | clean up doc | fukachan | |
| 2001-02-25 | clean up doc | fukachan | |
| 2001-02-19 | align the format in HISTORY section | fukachan | |
