Mercurial > mercurial > hgweb_rsearcher.cgi
diff doc/Todo @ 4:06342fc544e4
mouse gesture.
author | pyon@macmini |
---|---|
date | Mon, 15 Oct 2018 20:07:38 +0900 |
parents | db4813125eb8 |
children | e3b10fb860b3 |
line wrap: on
line diff
--- a/doc/Todo Thu Oct 11 22:11:09 2018 +0900 +++ b/doc/Todo Mon Oct 15 20:07:38 2018 +0900 @@ -3,7 +3,7 @@ * verup.bat をダブルクリック # verup.bat client -r 192.168.0.1:3910 - # GET /release/grsearcher.exe, /release/client1.exe + # GET /release/grsearcher.exe, /release/crypto.exe, /release/client1.exe copy client1.exe client.exe * 毎回 clientで auth.db と hhs.db を取得 @@ -11,12 +11,19 @@ # GET /db/auth.db, /db/hhs.db, /db/index.db (10day) + GUI(grsearcher) 終了時に auth.db と hhs.db は削除 * auth.db は任意の、hhs.db は月一のアップデートだが、漏洩防止のため毎回削除 - * 毎月10のつく日に index.db を取得 + * 毎月14日と28日に index.db を取得 * client で画像取得 > client.exe 192.168.0.1:3910 0800012345 20170105 # date:00000000 で最新審査会を取得する構想は廃止 +* client でアップロード + > client.exe -a 192.168.0.1:3910 localfile + +* バージョンアップ + + パスワード機能を追加 ( ver1.11 ) + + ヘッダ拒否機能を追加 ( ver1.2 ) + ** crypto/crypto.exe の機能 ***************************************************** * crypto.go 作成 + auth 用 ( ハッシュ化 ) @@ -26,7 +33,7 @@ > crypto.exe -b auth.csv -s salt > auth.db * -c で 認証チェック # gui > crypto.exe -c auth.db -s salt user passwd - + user/passwd が一致したら "valid user を表示し "39 を返す + + user/passwd が一致したら "valid user" を表示し、"39" を返す + 認証なしのテストのときは user/passwd: test/test + auth.db のための salt は gui に内蔵する + hhs 用 ( 双方向、キーは crypto.go と gui に内蔵 ) @@ -42,15 +49,18 @@ ** server の機能 **************************************************************** * 単なる web-server - + upload 機能を追加 ( ver1.1 ) - + log 機能を追加 ( ver1.2 ) - + log 機能を強化(user-id) ( ver1.3 ) +* バージョンアップ + + ヘッダ拒否機能を追加 ( ver1.2 ) + + log 機能を追加 ( ver1.3 ) + + log 機能を強化(user-id) ( ver1.4 ) ** grsearcher の機能 **************************************************************** - * 10分間 Idle なら password - * mouse gesture 次、前のタブへ - * dark-mode の搭載 - * プライベートフォルダに写真 userid/startup.jpg, default.jpg, avatar.jpg +* バージョンアップ + + client に pw + + 10分間 Idle なら password + + mouse gesture 次、前のタブへ + + dark-mode の搭載 + + プライベートフォルダに写真 userid/startup.jpg, default.jpg, avatar.jpg ** その他 *********************************************************************** * IP Address @@ -70,7 +80,7 @@ * client ( Windows ) rsearcher_root/grsearcher.exe, client.exe, crypto.exe auth.db, hhs.db, index.db - + .cache/20180707_1.jpg, ... + + .cache/20180707_1, ... + image/*.png, *.jpg __DONE__