Subversion Repositories php-qbpwcf

Rev

Rev 235 | Rev 238 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 235 Rev 237
Line 35... Line 35...
35
 
35
 
36
修正 etc/systemd/system/ip-blockerd.service 的參數於非 ostree os 升級時參數會被重置的問題. [devel]
36
修正 etc/systemd/system/ip-blockerd.service 的參數於非 ostree os 升級時參數會被重置的問題. [devel]
37
 
37
 
38
php-qbpwcf-alpha.v202xxxxx
38
php-qbpwcf-alpha.v202xxxxx
39
 
39
 
40
新增 authenticate.php 檔案的 authenticate 類別的 gpgVerify 函式,提供驗證gpg簽署是否合法的功能. [draft]
40
新增 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 gpgVerify 函式,提供驗證gpg簽署是否合法的功能. [draft]
41
 
41
 
42
新增 authenticate.php 檔案的 authenticate 類別的 gpgSign 函式,提供gpg簽署的功能. [draft]
42
新增 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 gpgSign 函式,提供gpg簽署的功能. [draft]
43
 
43
 
44
新增 usr/share/qbpwcf/sample/system_snedMailAgent_frame.php 檔案,提供測試 var/qbpwcf/system/sendMailAgent 的 frame 版本功能. [devel]
44
新增 usr/share/qbpwcf/sample/system_snedMailAgent_frame.php 檔案,提供測試 var/qbpwcf/system/sendMailAgent 的 frame 版本功能. [devel]
45
 
45
 
46
新增 usr/share/qbpwcf/sample/system_snedMailAgent.php. 檔案,提供測試 var/qbpwcf/system/sendMailAgent 的 api 版本功能. [devel]
46
新增 usr/share/qbpwcf/sample/system_snedMailAgent.php. 檔案,提供測試 var/qbpwcf/system/sendMailAgent 的 api 版本功能. [devel]
47
 
47
 
48
新增 usr/share/qbpwcf/system/sendMailAgent 目錄,提供代為寄送郵件的服務. [devel]
48
新增 usr/share/qbpwcf/system/sendMailAgent 目錄,提供代為寄送郵件的服務. [devel]
49
 
49
 
-
 
50
新增 usr/share/qbpwcf/sample/mail::pear_smtp_send/20260104.php 檔案,作為 mail::pear_smtp_send 的 20260104 範例.
-
 
51
 
-
 
52
新增 usr/share/qbpwcf/sample/mail::pear_smtp_send.php 檔案,作為 mail::pear_smtp_send 的範例主程式.
-
 
53
 
-
 
54
增加 usr//bin/ipBlockerd.php 檔案中的預設白名單 127.0.0.1.
-
 
55
 
-
 
56
增加 usr/lib64/qbpwcf/mail.php 檔案的 mail 類別的 pear_smtp_send 函式的 gpgPrivateKeyUser 參數,提供指定使用者來存取簽署所須資料的功能.
-
 
57
 
-
 
58
修正 usr/lib64/qbpwcf/mail.php 檔案的 mail 類別的 pear_smtp_send 函式的 wordwrap 實作.
-
 
59
 
-
 
60
增加 usr/lib64/qbpwcf/mail.php 檔案的 mail 類別的 pear_smtp_send 函式的 signGpgThroughSocket 參數,提供透過 qbpwcf-usock.service 來運行 gpg 簽署的功能.
-
 
61
 
50
變更 etc/qbpwcf/allInOneConfig.php 中的 systemMailAcct、domain、gnupgId 預設值.
62
變更 etc/qbpwcf/allInOneConfig.php 中的 systemMailAcct、domain、gnupgId 預設值.
51
 
63
 
52
修正 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 qbpwcf 與 gpg 的編解碼與加解密方式. [test]
64
修正 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 qbpwcf 與 gpg 的編解碼與加解密方式.
53
 
65
 
54
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.ajaxP 回傳結果 status 以及註解說明.
66
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.ajaxP 回傳結果 status 以及註解說明.
55
 
67
 
56
增加 phpLib.php 檔案的 phpLib 類別的 updateCopyRightYear 函式的註解.
68
增加 phpLib.php 檔案的 phpLib 類別的 updateCopyRightYear 函式的註解.
57
 
69