withchao
5d451fa3f8
feat: add error code for handled friend requests and improve error handling in friend operations
1 week ago
chao
ec33d6c3b7
Merge branch 'openimsdk:main' into main
1 week ago
神奇bug在哪里
579db3bd48
bugfix(conversation):removed unexpectedly called functions and itself to avoid out of index query. ( #3668 )
...
# Conflicts:
# internal/rpc/conversation/conversation.go
# pkg/common/storage/database/mgo/conversation.go
2 weeks ago
chao
a0e6d9aa69
fix: Mongo Malloc upsert overwrites min_seq initialization ( #3657 )
...
* fix: performance issues with Kafka caused by encapsulating the MQ interface
* fix: admin token in standalone mode
* fix: full id version
* fix: resolve deadlock in cache eviction and improve GetBatch implementation
* refactor: replace LongConn with ClientConn interface and simplify message handling
* refactor: replace LongConn with ClientConn interface and simplify message handling
* fix: seq use $setOnInsert for min_seq in conversation update
2 weeks ago
withchao
c27d33160f
fix: seq use $setOnInsert for min_seq in conversation update
2 weeks ago
chao
8e276461cd
Merge branch 'openimsdk:main' into main
2 weeks ago
dsx137
fbca49d431
fix(group): set max_seq to 0 when join group ( #3649 )
1 month ago
dsx137
0a93fb1b6d
fix(group): move member count retrieval after member deletion for accurate updates ( #3651 )
1 month ago
chao
79aae5a6cd
Merge branch 'openimsdk:main' into main
1 month ago
chao
78b255396f
feat: replace LongConn with ClientConn interface and simplify message handling ( #3643 )
...
* fix: performance issues with Kafka caused by encapsulating the MQ interface
* fix: admin token in standalone mode
* fix: full id version
* fix: resolve deadlock in cache eviction and improve GetBatch implementation
* refactor: replace LongConn with ClientConn interface and simplify message handling
* refactor: replace LongConn with ClientConn interface and simplify message handling
1 month ago
chao
6e90026d8b
Merge branch 'openimsdk:main' into main
1 month ago
ribin2333
6f33c0a515
fix: reset user conversation seq when rejoining group to resolve message recall issue ( #3640 )
...
* fix: reset user conversation seq when rejoining group to resolve message recall issue
* fix: refactor setMemberJoinSeq based on review feedback
* group: 入群个人上限重置为不受限值;退出个人上限固化;通知控制入群 minSeq
1 month ago
withchao
9da7db2ac2
refactor: replace LongConn with ClientConn interface and simplify message handling
1 month ago
withchao
a1dd79a459
refactor: replace LongConn with ClientConn interface and simplify message handling
1 month ago
chao
83de3999ad
Merge branch 'openimsdk:main' into main
1 month ago
Gagan Singh
c97d63754b
Simplify iOS background push gating ( #3611 ) ( #3612 )
2 months ago
chao
1b8a3b0b75
fix: resolve deadlock in cache eviction and improve GetBatch implementation and full id version ( #3591 )
...
* fix: performance issues with Kafka caused by encapsulating the MQ interface
* fix: admin token in standalone mode
* fix: full id version
* fix: resolve deadlock in cache eviction and improve GetBatch implementation
2 months ago
withchao
ebda95fb11
fix: resolve deadlock in cache eviction and improve GetBatch implementation
2 months ago
chao
30fd83b726
Merge branch 'openimsdk:main' into main
2 months ago
icey-yu
b8c4b459fa
merge: pre-release-v3.8.4 ( #3623 )
...
* merge: pre-release-v3.8.4
* merge: v3.8.4
2 months ago
Monet Lee
07badb162f
Build: Implement rate limiting and circuit breaker for API and RPC services. ( #3572 )
...
* feat: implement ratelimit and circuitbreaker in middleware.
* Build: Implement rate limiting and circuit breaker for API and RPC services.
* revert change.
* update ratelimiter and circuitbreaker config.
* update tools to openimsdk tools
3 months ago
Monet Lee
3a1c8df3b9
fix: solve msg wsHandler panic. ( #3595 )
3 months ago
Monet Lee
0e3879aad6
feat: implement DeleteConversations interface. ( #3549 )
...
* feat: implement DeleteConversations interface.
* remove unused comment.
* update logic and rename method.
3 months ago
Monet Lee
390d253cea
Fix: Resolved the issue of incorrect generation of conversationID ( #3581 )
3 months ago
Monet Lee
cbd29a71de
build: add sdk version log when registerClient ( #3574 )
3 months ago
Monet Lee
ea6b7eb525
build: improve publish docker image workflow. ( #3552 )
3 months ago
Monet Lee
b36f00f2ad
feat: add msgDBSave webhook when data save to DB. ( #3578 )
...
* feat: add msgDBSave webhook when data save to DB.
* update callback args condition.
* remove unused contents.
3 months ago
Monet Lee
7d6682ca4b
fix: update JSON field names to camelCase in conversation structs ( #3609 )
3 months ago
icey-yu
11358404f9
fix: db manager ( #3600 )
3 months ago
withchao
9a1d2a85cd
fix: full id version
4 months ago
chao
9c20271c68
Merge branch 'openimsdk:main' into main
4 months ago
Monet Lee
277da378ea
fix: solve incorrect time.Unix and logger asyncwrite ( #3584 )
4 months ago
Monet Lee
bf0289075b
fix: switch kafka & etcd image namespace to bitnamilegacy ( #3555 )
5 months ago
Monet Lee
219fb04f03
build: comment admin services. ( #3537 )
5 months ago
Monet Lee
6856a864d0
feat: implement auth local cache. ( #3533 )
...
* feat: add auth local cache.
* feat: implement auth local cache.
* feat: improve auth localcache.
5 months ago
Monet Lee
349a8cd9af
fix: nil pointer when chatlog not found. ( #3531 )
6 months ago
Monet Lee
929c6704f3
fix: solve incorrect batchGetIncrGroupMember when group dismissed. ( #3526 )
6 months ago
icey-yu
68a735ba99
feat: enable redis aof-use-rdb-preamble && disable auto rdb ( #3529 )
6 months ago
OpenIM-Gordon
123abe9803
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. ( #3522 )
6 months ago
Monet Lee
34971c8b96
fix: optimize to lru local cache. ( #3514 )
...
* fix: optimize to lru local cache.
* revert lock timing.
6 months ago
Monet Lee
d542df7000
fix: revert contentType in API msg ( #3509 )
6 months ago
chao
fd3c07f15e
Merge branch 'openimsdk:main' into main
6 months ago
chao
d817cb0ffd
fix: admin token in standalone mode ( #3499 )
...
* fix: performance issues with Kafka caused by encapsulating the MQ interface
* fix: admin token in standalone mode
6 months ago
withchao
d9c3504afd
fix: admin token in standalone mode
6 months ago
chao
55ebedc452
Merge branch 'openimsdk:main' into main
6 months ago
xuzhijvn
c208c3789f
fix: searchMessage method has potential NPE bug ( #3287 ) ( #3289 )
6 months ago
chao
2d4cf99744
fix: performance issues with Kafka caused by encapsulating the MQ interface ( #3485 )
6 months ago
chao
031b37f06f
Merge branch 'openimsdk:main' into main
6 months ago
withchao
eebff88a29
fix: performance issues with Kafka caused by encapsulating the MQ interface
6 months ago
OpenIM-Gordon
b44e56b151
docs: update readme of config file. ( #3356 )
6 months ago