124 Commits

Author SHA1 Message Date
panda
54c66a6a5a Merge remote-tracking branch 'origin/feature/redpacket_new1' into feature/redpacket_new1 2026-05-15 11:35:17 +08:00
panda
1b4aba92ff 更新 红包逻辑 去掉扫块 2026-05-15 11:31:46 +08:00
hawklin2017
7285bc0a8d merge develop/tom 2026-05-12 15:10:43 +08:00
hawklin2017
c503011be6 BusyLineUserIDList 2026-05-11 17:03:08 +08:00
hawklin2017
aa2eaee960 删除账户,默认18个月 2026-05-11 15:47:38 +08:00
hawklin2017
fb9eb73ef2 删除账户,默认18个月 2026-05-09 23:26:14 +08:00
hawklin2017
62e965ad28 删除登录、登出接口 2026-05-09 22:48:12 +08:00
hawklin2017
b34d7262e3 删除登录、登出接口 2026-05-09 22:32:10 +08:00
hawklin2017
bd42186c1b 登录、登出接口 2026-05-09 22:10:52 +08:00
hawklin2017
b8c4be2aaa 阅后即焚,接受者隐藏消息 2026-05-08 22:28:13 +08:00
hawklin2017
f85a6a0bd1 阅后即焚 2026-05-07 23:32:39 +08:00
hawklin2017
f268d91db6 群邀请设置 2026-05-07 23:20:44 +08:00
hawklin2017
90f326b4f4 delete user 2026-05-07 15:58:00 +08:00
haoyunlt
bac79841ac
Merge branch 'develop/tom' into develop/tom2 2026-05-07 10:51:12 +08:00
hawklin2017
e37cea2d64 update area_code 2026-05-06 21:08:38 +08:00
hawklin2017
ae00605f22 update area_code 2026-05-06 20:56:35 +08:00
hawklin2017
64cc500c0d update user fisrtname and lastname 2026-05-06 20:35:09 +08:00
hawklin2017
a305b7f862 update user fisrtname and lastname 2026-05-06 20:27:11 +08:00
hawklin2017
1444496c9d 来电铃声 2026-05-06 17:33:14 +08:00
hawklin2017
cffa2403f8 redpacket 2026-04-30 21:24:24 +08:00
hawklin2017
d2333cd3f8 redpacket 2026-04-30 18:34:34 +08:00
hawklin2017
541471f401 redpacket 2026-04-30 16:11:06 +08:00
haoyunlt
f1502f02ca
Merge pull request #14 from sok-im/feature/global_user_blacklist_v2
增加黑名单状态
2026-04-29 23:22:50 +08:00
hawklin2017
d51378bd7b pin group message 2026-04-29 18:03:01 +08:00
hawklin2017
6e42d00794 add friend with remark 2026-04-28 21:33:37 +08:00
hawklin2017
1d68284787 增加黑名单状态 2026-04-28 19:57:56 +08:00
hawklin2017
ac8062b7c6 full name 2026-04-28 17:04:07 +08:00
hawklin2017
4489cbbaaa showname 2026-04-27 22:23:29 +08:00
hawklin2017
e6f7ff8cb6 firtname lastname 2026-04-27 20:43:09 +08:00
hawklin2017
44c11c4521 one way friend 2026-04-25 15:58:02 +08:00
hawklin2017
75b2c700f3 virgil 加密解密 2026-04-16 11:25:45 +08:00
hawklin2017
09460ccefa 用户设置 2026-04-13 23:14:18 +08:00
hawklin2017
48e023882a search nickname 2026-04-13 15:28:59 +08:00
hawklin2017
d787d49d48 search phone 2026-04-13 15:18:09 +08:00
hawklin2017
42064d31a7 用户设置 2026-04-12 21:50:38 +08:00
hawklin2017
24d15d5e36 好友静音 2026-04-11 21:54:44 +08:00
hawklin2017
e9e15b9e5d banned user 2026-04-11 21:44:22 +08:00
hawklin2017
7e65b21c5e 举报垃圾消息 2026-04-11 21:38:30 +08:00
hawklin2017
a3bda263a7 好友置顶 2026-04-11 21:26:27 +08:00
haoyunlt
ce21c5bf0e
Merge branch 'feature/rtc' into develop/tom 2026-04-10 17:33:39 +08:00
hawklin2017
faaf0a7178 sn设置 2026-04-07 20:33:18 +08:00
hawklin2017
e6451179d6 音视频通话 2026-04-06 14:29:40 +08:00
hawklin2017
d1f83cf2be 全局黑名单用户 2026-04-01 16:02:49 +08:00
hawklin2017
706c6000cb 添加全局黑名单功能 2026-03-28 17:00:54 +08:00
withchao
452e3b2bbb feat: add error code for handled friend requests and improve error handling in friend operations
(cherry picked from commit 5d451fa3f86d48eaf5aab0d961bc99b265c058ec)
2026-01-22 15:07:41 +08:00
withchao
72c39e1dda fix: seq use $setOnInsert for min_seq in conversation update
(cherry picked from commit c27d33160f167a7d967f9d1cb74a6b48c5e44ca9)
2026-01-15 10:56:40 +08:00
Monet Lee
0fa714b831
fix: solve incorrect time.Unix and logger asyncwrite in 3.8.3-patch (#3585)
* Fix: Resolved the issue of incorrect generation of conversationID in 3.8.3-patch branch.

* fix: solve incorrect time.Unix and logger asyncwrite in 3.8.3-patch branch.
2025-09-30 17:52:24 +08:00
OpenIM-Gordon
7a9c336a96
fix: fill in the most recent sendTime for a gap message to prevent the client from repeatedly retrieving the same message due to sendTime being 0. (#3523) 2025-08-14 13:43:34 +08:00
Monet Lee
02025278b3
fix: solve batch incorrect error in Find DocIDs in v3.8.3-patch branch. (#3515) 2025-08-13 17:24:23 +08:00
chao
1f3b41e379 fix: optimize friend and group applications (#3389)
* pb

* fix: Modifying other fields while setting IsPrivateChat does not take effect

* fix: quote message error revoke

* refactoring scheduled tasks

* refactoring scheduled tasks

* refactoring scheduled tasks

* refactoring scheduled tasks

* refactoring scheduled tasks

* refactoring scheduled tasks

* upgrading pkg tools

* fix

* fix

* optimize log output

* feat: support GetLastMessage

* feat: support GetLastMessage

* feat: s3 switch

* feat: s3 switch

* fix: GetUsersOnline

* feat: SendBusinessNotification supported configuration parameters

* feat: SendBusinessNotification supported configuration parameters

* feat: SendBusinessNotification supported configuration parameters

* feat: seq conversion failed without exiting

* fix: DeleteDoc crash

* fix: fill send time

* fix: fill send time

* fix: crash caused by withdrawing messages from users who have left the group

* fix: user msg timestamp

* seq read config

* seq read config

* fix: the source message of the reference is withdrawn, and the referenced message is deleted

* feat: optimize the default notification.yml

* fix: shouldPushOffline

* fix: the sorting is wrong after canceling the administrator in group settings

* feat: Sending messages supports returning fields modified by webhook

* feat: Sending messages supports returning fields modified by webhook

* feat: Sending messages supports returning fields modified by webhook

* fix: oss specifies content-type when uploading

* fix: the version number contains a line break

* fix: the version number contains a line break

* feat: GetConversationsHasReadAndMaxSeq support pinned

* feat: GetConversationsHasReadAndMaxSeq support pinned

* feat: GetConversationsHasReadAndMaxSeq support pinned

* fix: transferring the group owner to a muted member, incremental version error

* feat: unified conversion code

* feat: update gomake

* fix: in standalone mode, the user online status is wrong

* fix: add permission check

* fix: add permission check

* fix: add rpc interface permission check

* fix: CreateGroupChatConversations

* feat: optimize friend and group applications

* feat: optimize friend and group applications

* feat: optimize friend and group applications

* feat: optimize friend and group applications

* fix: optimize friend and group applications

(cherry picked from commit 812c1e41271750306c3b4705c555a0bc7913aaa4)
2025-05-29 18:29:28 +08:00