1546 Commits

Author SHA1 Message Date
icey-yu
df77133962 fix: method name 2024-09-10 14:51:32 +08:00
icey-yu
c4fe8ea2f6 Merge: offline-push 2024-09-10 14:31:29 +08:00
Monet Lee
c5ea3f5abe update 2024-09-10 12:15:26 +08:00
Monet Lee
2a95c8c5b3 update 2024-09-10 12:12:26 +08:00
Monet Lee
585266df43 update MQ logic. 2024-09-10 12:06:50 +08:00
Monet Lee
15e5836fb8 feat: update Handler logic. 2024-09-10 11:09:17 +08:00
icey-yu
6fac83061e Merge: main 2024-09-10 11:05:48 +08:00
Monet Lee
01b8a8726b Merge branch 'main' of github.com:openimsdk/open-im-server into feat/offline-push 2024-09-10 10:33:04 +08:00
Monet Lee
af6a62451a Merge branch 'main' of github.com:openimsdk/open-im-server into feat/offline-push 2024-09-10 10:26:18 +08:00
Monet Lee
c581d43f17
refactor: improve db structure in storage/controller (#2604)
* refactor: refactor workflows contents.

* add tool workflows.

* update field.

* fix: remove chat error.

* Fix err.

* fix error.

* remove cn comment.

* update workflows files.

* update infra config.

* move workflows.

* feat: update bot.

* fix: solve uncorrect outdated msg get.

* update get docIDs logic.

* update

* update skip logic.

* fix

* update.

* fix: delay deleteObject func.

* remove unused content.

* update log type.

* feat: implement request batch count limit.

* update

* update

* refactor: improve db structure in `storage/controller`
2024-09-10 02:26:02 +00:00
icey-yu
bdc692f2a4 fix: add logs 2024-09-09 18:28:21 +08:00
icey-yu
8658223c61 fix: userIDs 2024-09-09 18:00:40 +08:00
icey-yu
d4fc77b556 fix: add logs 2024-09-09 17:54:51 +08:00
icey-yu
a51b088982 fix: init online status 2024-09-09 17:31:12 +08:00
icey-yu
206871d9b3 feat: config 2024-09-09 17:05:44 +08:00
icey-yu
72102b0378 feat: lock in online cache 2024-09-09 17:02:03 +08:00
icey-yu
95d2227da2 feat: get all online users and init push 2024-09-09 16:40:57 +08:00
Monet Lee
700b725182 add PushMQ log. 2024-09-09 15:54:18 +08:00
Monet Lee
b380b0c3d1 update format, 2024-09-09 15:13:45 +08:00
Monet Lee
d4669d9ab0 feat: implement kafka producer and consumer. 2024-09-09 14:48:45 +08:00
chao
eea2627a28
feat: avoid pulling messages from sessions with a large number of max seq values of 0 (#2602)
* fix: GroupApplicationAcceptedNotification

* fix: GroupApplicationAcceptedNotification

* fix: NotificationUserInfoUpdate

* cicd: robot automated Change

* fix: component

* fix: getConversationInfo

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* fix: minio config url recognition error

* update gomake version

* update gomake version

* fix: seq conversion bug

* fix: redis pipe exec

* fix: ImportFriends

* fix: A large number of logs keysAndValues ​​length is not even

* feat: mark read aggregate write

* feat: online status supports redis cluster

* feat: online status supports redis cluster

* feat: online status supports redis cluster

* merge

* merge

* read seq is written to mongo

* read seq is written to mongo

* fix: invitation to join group notification

* fix: friend op_user_id

* feat: optimizing asynchronous context

* feat: optimizing memamq size

* feat: add GetSeqMessage

* feat: GroupApplicationAgreeMemberEnterNotification

* feat: GroupApplicationAgreeMemberEnterNotification

* feat: go.mod

* feat: go.mod

* feat: join group notification and get seq

* feat: join group notification and get seq

* feat: avoid pulling messages from sessions with a large number of max seq values of 0

---------

Co-authored-by: withchao <withchao@users.noreply.github.com>
2024-09-09 03:48:54 +00:00
icey-yu
9970a43828 feat: change config 2024-09-09 10:16:41 +08:00
icey-yu
2b0ee91d2b feat: change port 2024-09-09 10:15:02 +08:00
icey-yu
43f726dc78 Revert "feat: change port"
This reverts commit 06d5e944
2024-09-09 09:57:05 +08:00
Monet Lee
0a71bef823 update go mod 2024-09-07 18:47:07 +08:00
Monet Lee
a38bdc7f78 feat: implement batch Push spilt 2024-09-07 18:02:06 +08:00
icey-yu
a141eefc5e feat: batch get user online 2024-09-07 18:00:45 +08:00
Monet Lee
302a6dba99 feat: implement offline push. 2024-09-07 17:34:34 +08:00
icey-yu
16fd28f39f feat: init 2024-09-07 17:25:47 +08:00
icey-yu
04f56a9c00 feat: init 2024-09-07 17:13:17 +08:00
icey-yu
2421669ac4 feat: add long time send msg to grafana 2024-09-07 15:52:49 +08:00
icey-yu
573dc3120e feat: prometheus config 2024-09-07 15:40:08 +08:00
icey-yu
df392a1d6e feat: prometheus config 2024-09-07 15:37:42 +08:00
icey-yu
3493dba445 feat: prometheus config 2024-09-07 15:37:05 +08:00
icey-yu
35c6dc2706 feat: remove port reuse 2024-09-07 15:30:49 +08:00
icey-yu
59987f57a9 feat: start config 2024-09-07 15:28:34 +08:00
icey-yu
06d5e944ee feat: change port 2024-09-07 15:27:55 +08:00
icey-yu
9bc31f649e feat: logs 2024-09-07 14:57:17 +08:00
icey-yu
7143444bd2 feat: logs 2024-09-07 14:37:04 +08:00
Monet Lee
6e841f8b69 Merge branch 'main' of github.com:openimsdk/open-im-server 2024-09-06 17:52:43 +08:00
icey-yu
b28d0fd8fb feat: warn logs 2024-09-06 16:10:38 +08:00
icey-yu
7a35975ba1 feat: add sleep in push 2024-09-06 15:23:33 +08:00
icey-yu
5c4f23b3fa feat: change config 2024-09-06 15:15:04 +08:00
icey-yu
51f1c68ddd feat: change config 2024-09-06 15:13:53 +08:00
icey-yu
596a58d91c feat: go mod 2024-09-06 15:11:39 +08:00
icey-yu
3ee8845db1 feat: change config 2024-09-06 15:10:32 +08:00
icey-yu
842be3a71d feat: fix err 2024-09-06 14:43:00 +08:00
icey-yu
834964a3f2 feat: del interface 2024-09-06 14:38:25 +08:00
icey-yu
6666d4a426 feat: change kafka and push config 2024-09-06 14:25:22 +08:00
icey-yu
7788728d89 feat: change log 2024-09-06 14:23:26 +08:00