Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm module design #1

Open
wants to merge 60 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
f083553
update group_request、local_group、local_users
BanTanger Jun 20, 2023
5a79d18
wasm module design
Jun 20, 2023
e720887
update local_friend.md and local_friend_request.md
Jun 20, 2023
8c93832
feat(v3): wasm is group member model
Jun 21, 2023
00e0e6c
refactor: file update
FGadvancer Jun 25, 2023
ffca4a9
Merge remote-tracking branch 'origin/23620_bantanger' into feat/v3
FGadvancer Jun 25, 2023
6d9f2c6
Merge remote-tracking branch 'origin/2_doc' into feat/v3
FGadvancer Jun 25, 2023
7ca71de
refactor: file update
FGadvancer Jun 25, 2023
a76ff92
refactor: file update
FGadvancer Jun 25, 2023
90c8ea0
refactor: file update
FGadvancer Jun 25, 2023
4b77058
refactor: file update
FGadvancer Jun 25, 2023
6915f0b
refactor: friend update
FGadvancer Jun 25, 2023
abcb05f
refactor: friend update
FGadvancer Jun 25, 2023
382835e
refactor: file update
FGadvancer Jun 25, 2023
c3e05fa
refactor: file update
FGadvancer Jun 26, 2023
a698db4
refactor: file update
FGadvancer Jun 26, 2023
9acf122
refactor: file update
FGadvancer Jun 26, 2023
82dac5b
refactor: file update
FGadvancer Jun 29, 2023
0b7abac
refactor: file update
FGadvancer Jun 29, 2023
d3f6bc3
refactor: file update
FGadvancer Jun 30, 2023
f11c5dc
refactor: file update
FGadvancer Jul 6, 2023
c237a4f
refactor: file update
FGadvancer Jul 6, 2023
13a6269
refactor: file update
FGadvancer Jul 13, 2023
4927cff
refactor: file update
FGadvancer Jul 17, 2023
e599a65
refactor: file update
FGadvancer Jul 17, 2023
65dcdfe
refactor: file update
FGadvancer Jul 17, 2023
64cbc5c
new doc
wangchuxiao-dev Jul 27, 2023
9ac1c22
new doc
wangchuxiao-dev Jul 27, 2023
28bf4fd
new wasm func
wangchuxiao-dev Jul 28, 2023
0f91cee
add local_stranger
plutoyty Sep 4, 2023
54bb855
fix:update local_stranger.md
plutoyty Sep 7, 2023
84289ae
Merge pull request #2 from plutoyty/v3
FGadvancer Sep 7, 2023
4716801
fix: stranger model update
FGadvancer Sep 18, 2023
5a05ac7
feat: group member info update.
FGadvancer Sep 28, 2023
3df3dd0
feat: add table of sending message for set message status on weak net .
FGadvancer Nov 2, 2023
42ae100
fix: get have message unread num.
FGadvancer Jan 12, 2024
ce6829f
docs: update docs in v3.8
mo3et Jul 5, 2024
cd8df34
update uncorrect field type.
mo3et Jul 5, 2024
20ac269
update field comment.
mo3et Jul 5, 2024
fccd2e3
fix uncorrect fields.
mo3et Jul 5, 2024
7ac08ff
refactor: update docs structure.
mo3et Jul 5, 2024
db434c4
update docs contents.
mo3et Jul 5, 2024
c4b3a22
fix docs uncorrect.
mo3et Jul 5, 2024
d9d521b
Merge pull request #5 from mo3et/feat/v3
FGadvancer Jul 5, 2024
04c0b45
fix: remove uncorrect contents. (#6)
mo3et Jul 8, 2024
4224497
fix: remove uncorrect contents. (#7)
mo3et Jul 8, 2024
50b0cf1
feat:group display is read (#10)
icey-yu Jul 11, 2024
9d5d34d
fix: update docs contents (#8)
mo3et Jul 11, 2024
31f2ce8
docs: update sdk-core new method docs (#11)
mo3et Jul 15, 2024
af1d7cb
fix: update uncorrect table name. (#12)
mo3et Jul 17, 2024
509da4a
update chat log docs. (#13)
mo3et Jul 19, 2024
7915192
update initChatlog call functions. (#14)
mo3et Jul 24, 2024
02b17e8
docs: update db method in chatLogs. (#15)
mo3et Sep 2, 2024
f02cc0b
docs: update and remove docs. (#16)
mo3et Sep 24, 2024
1e69184
feat: findAllUnreadConversationConversationID (#17)
icey-yu Oct 17, 2024
ccdae9b
feat: update searchMessageByKeyword method args. (#18)
mo3et Oct 30, 2024
3d704ec
fix: get have message unread num.
FGadvancer Nov 22, 2024
c5fe065
Version (#20)
icey-yu Nov 22, 2024
5378ae9
feat: add function of getLatestValidServerMessage.
FGadvancer Jan 6, 2025
ca0fd32
fix: getMessageList might miss messages with the same sendTime.
FGadvancer Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 0 additions & 174 deletions black.md

This file was deleted.

13 changes: 11 additions & 2 deletions cache_message.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Js实现db接口简要说明(已废弃)
## 表结构以及需要实现的接口说明
>所有的db接口返回值,统一由errCode,errMsg,data字段转换为字符串异步返回
### 消息扩展信息表

**参考sql语句说明:**
```sql
CREATE TABLE "temp_cache_local_chat_logs" (
Expand Down Expand Up @@ -40,7 +45,11 @@ CREATE TABLE "temp_cache_local_chat_logs" (
**参考sql语句说明:**

```sql
INSERT INTO `temp_cache_local_chat_logs` (`client_msg_id`,`server_msg_id`,`send_id`,`recv_id`,`sender_platform_id`,`sender_nick_name`,`sender_face_url`,`session_type`,`msg_from`,`content_type`,`content`,`is_read`,`status`,`seq`,`send_time`,`create_time`,`attached_info`,`ex`) VALUES ("1","1","1","1",1,"1","1",1,100,200,"xxx",false,100,0,0,0,"",""),("1","1","1","1",1,"1","1",1,100,200,"xxx",false,100,0,0,0,"","")
INSERT INTO `temp_cache_local_chat_logs`
(`client_msg_id`, `server_msg_id`, `send_id`, `recv_id`, `sender_platform_id`, `sender_nick_name`, `sender_face_url`, `session_type`, `msg_from`, `content_type`, `content`, `is_read`, `status`, `seq`, `send_time`, `create_time`, `attached_info`, `ex`)
VALUES
("1", "1", "1", "1", 1, "1", "1", 1, 100, 200, "xxx", false, 100, 0, 0, 0, "", ""),
("1", "1", "1", "1", 1, "1", "1", 1, 100, 200, "xxx", false, 100, 0, 0, 0, "", "");
```

- InsertTempCacheMessage
Expand All @@ -54,7 +63,7 @@ INSERT INTO `temp_cache_local_chat_logs` (`client_msg_id`,`server_msg_id`,`send_
| --------- | ------------------------------------------------------------ | ----- |-----------------------|
| errCode | number | 自定义即可,0成功,非0失败| 失败报错|
| errMsg | string | 详细的err信息 ||
| data | string | 可为"" ||
| data | string | 可为" " ||

**参考sql语句说明:**

Expand Down
Loading