summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Credential.pm
AgeCommit message (Collapse)Author
2002-01-27fix copyrightfukachan
2002-01-27clarify 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-22remove \s*$fukachan
2001-12-22update commentsfukachan
2001-10-13bug fix variable namefukachan
2001-10-10is_member() accpepts $args->{ address }fukachan
2001-10-10implement is_same_address() completely.fukachan
define set_compare_level() and get_compare_level() for convenience.
2001-10-08more severe initialization checkfukachan
2001-08-26implement has_address_in_map() method and is_member() uses this.fukachan
has_address_in_map() searches the address in the specified map.
2001-06-29modify 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-29clean up documentsfukachan
2001-05-28clean up documentsfukachan
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
2001-04-15implement is_same_address(), is_member(), match_system_accounts()fukachan
2001-02-25clean up docfukachan
2001-02-25clean up docfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-01-27define sender() and DESTROY() methodsfukachan
2001-01-22clean up, nuke obsolete functionsfukachan
2001-01-19Initial revisionfukachan