summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User
AgeCommit message (Collapse)Author
2003-12-31white space cosmeticsfukachan
2003-12-31update comments/messagesfukachan
2003-12-31update comments.fukachan
sort 'use ..' phrase.
2003-12-31update commentsfukachan
2003-12-31update commentsfukachan
2003-12-30update comments on $primary_*_map use.fukachan
use $curproc->{ credential } not call "use FML::Credential ...".
2003-11-22separete database part in FML::Confirm to FML::Cache::Journal whichfukachan
can be shared between other modules. change FML::Confirm::new() to take $curproc.
2003-11-17fix argument FML::Confirm::is_expired($id) from time to id.fukachan
2003-10-18summary_file -> article_summary_filefukachan
summary_format_style -> article_summary_file_format_style summary_format_address_length -> article_summary_file_format_address_length
2003-10-17command_prompt -> command_mail_reply_promptfukachan
2003-10-15space cosmeticsfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-06-29check the number of request in get commands.fukachan
2003-03-18fix copyrightfukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-03-18not need lockfukachan
2003-02-16update comments and nuke todo.fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-01fix copyrightfukachan
2003-02-01try exact matching just before changing user.fukachan
2003-01-25FNF: fix commentsfukachan
2003-01-03dummy module to implement rewrite_prompt() for the case of auth fail.fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-23fix comments.fukachan
clean up (sort) codes.
2002-12-18clean up comments and messagesfukachan
2002-12-15clean up commentsfukachan
2002-11-20init digest mode change for usertmu
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-17send back welcome file in subscribe casefukachan
2002-08-08change 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-03white spacesfukachan
2002-07-22prototype on and off mode for recipient maptmu
2002-07-17add more error messagesfukachan
2002-07-14copy message and send it to $maintainer toofukachan
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-02check the existence of summary_filefukachan
send back the error message
2002-04-13use FML::Confirm not via eval{ use ..}fukachan
2002-04-11add use Logtmu
2002-04-07_file_to -> _filepath_to_fukachan
2002-04-07remove \s*$fukachan
2002-04-06clean up, more logfukachan
2002-04-06clean upfukachan
log more delayed loading by eval { use .. }
2002-04-06clean up. fix descriptionsfukachan
2002-04-03clean up doc & codes, FNF-ifyfukachan
2002-04-01cosmetics: white spacesfukachan
2002-03-30update todofukachan
idea on a new "command subcommand" style
2002-03-19we can use admin command alreadyfukachan
2002-03-17nuke superflous \s*$fukachan