From: naoki i. <am...@us...> - 2008-04-28 11:17:38
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27948/languages Modified Files: English.msg Nihongo.msg Log Message: Change Log 1. POP3 proxy no longer returns both '+OK' and '-ERR' when bad account is passed Proxy/POP3.pm 2. POP3S proxy and POP3 proxy share the POP3 accounts Classifier/Bayes.pm 3. Account table is used in the transparent proxy mode too Classifier/Bayes.pm In the transparent proxy mode, if the specified user is not found then POPFile will use the accounts table. 4. Add 'timeout' status message on the Password page 5. Add status messages for changing between Multiuser and Single user modes on the Administration page UI/HTML.pm languages/English.pm languages/Nihongo.pm 6. Add multiuser mode tests tests/TestPOP3.tst 7. Add some tests tests/TestBayes.tst tests for copying magnets and corpus tests for get_magnet_header_and_value 8. Fix TestHTML to pass on MSWin32 tests/TestHTML.tst tests/TestHTML.script 9. Remove an unwanted comment UI/HTML.pm Current state of the test suite: TestBayesScript PASS TestBayes PASS TestConfiguration PASS TestHistory PASS TestHTML PASS * TestHTTP PASS TestIMAP PASS TestInsertScript PASS * TestLogger PASS TestMailParse PASS TestModule PASS TestMQ PASS TestMutex PASS TestPipeScript PASS TestPOP3 PASS TestProxy PASS TestWordMangle PASS TestXMLRPC PASS * : TODO : needs to add tests for multi user support Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Nihongo.msg 25 Apr 2008 16:26:30 -0000 1.29 --- Nihongo.msg 28 Apr 2008 11:17:43 -0000 1.30 *************** *** 273,276 **** --- 273,278 ---- Users_Duplicate_Account ¥¢¥«¥¦¥ó¥È¤òÄɲäǤ¤Þ¤»¤ó¤Ç¤·¤¿¡£Ê̤Υ桼¥¶¡¼¤Ë´ØÏ¢¤Å¤±¤é¤ì¤Æ¤¤¤Þ¤¹ Users_Failed_Account ¥¢¥«¥¦¥ó¥È¤òÄɲäǤ¤Þ¤»¤ó¤Ç¤·¤¿¡£ + Users_SingleUserModeOn POPFile ¤Ï¡Ö¥·¥ó¥°¥ë¥æ¡¼¥¶¡¼¥â¡¼¥É¡ÊPOPFile ¥¯¥é¥·¥Ã¥¯¡Ë¡×¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£POPFile ¤òºÆµ¯Æ°¤¹¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ + Users_MultiUserModeOn POPFile ¤Ï¡Ö¥Þ¥ë¥Á¥æ¡¼¥¶¡¼¥â¡¼¥É¡×¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£POPFile ¤òºÆµ¯Æ°¤¹¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹¡£ History_Filter (<font color="%s">%s </font>¥Ð¥±¥Ä¤Î¤ß¤òɽ¼¨) *************** *** 315,318 **** --- 317,321 ---- Password_Error1 ¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹ Password_Error2 ¥æ¡¼¥¶¡¼Ì¾¤Þ¤¿¤Ï¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹ + Password_SessionTimeout POPFile ¤Î¥»¥Ã¥·¥ç¥ó¤Ï»þ´ÖÀÚ¤ì¤Ë¤Ê¤ê¤Þ¤·¤¿ Security_Error1 ǧ¾Ú¥Ý¡¼¥ÈÈÖ¹æ¤Ï 1 ¤«¤é 65535 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** English.msg 25 Apr 2008 16:26:30 -0000 1.116 --- English.msg 28 Apr 2008 11:17:43 -0000 1.117 *************** *** 271,274 **** --- 271,276 ---- Users_Duplicate_Account Failed to add the account because it is assigned to another user Users_Failed_Account Failed to add the account + Users_SingleUserModeOn POPFile is now in the Single User Mode (POPFile classic). You are recommended to restart POPFile. + Users_MultiUserModeOn POPFile is now in the Multiuser Mode. You are recommended to restart POPFile. History_Filter (just showing bucket <font color="%s">%s</font>) *************** *** 313,316 **** --- 315,319 ---- Password_Error1 Incorrect password Password_Error2 Incorrect user name or password + Password_SessionTimeout POPFile session has been expired because a timeout period passed Security_Error1 The port must be a number between 1 and 65535 |