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