You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/pkg/common/storage/database/mgo
Kagari22 cd6168be36
fix(conversation): tolerate concurrent duplicate creation
4 weeks ago
..
black.go
cache.go fix: delete token by correct platformID && feat: adminToken can be retained for five minutes after deleting (#3313) 1 year ago
cache_test.go feat: optimize code and support running in single process mode (#3142) 2 years ago
client_config.go feat: support server-issued configuration, which can be set for individual users (#3271) 1 year ago
conversation.go fix(conversation): tolerate concurrent duplicate creation 4 weeks ago
conversation_test.go fix(conversation): tolerate concurrent duplicate creation 4 weeks ago
doc.go
friend.go
friend_request.go fix: solve incorrect time.Unix and logger asyncwrite (#3584) 11 months ago
group.go fix: get group return repeated result (#2842) 2 years ago
group_member.go fix: update set seq implement. (#2911) 2 years ago
group_request.go fix: solve incorrect time.Unix and logger asyncwrite (#3584) 11 months ago
helpers.go
log.go
msg.go refactor(msg): update regex pattern for conversationID to include a trailing colon (#3737) 3 months ago
msg_test.go fix: searchMessage method has potential NPE bug (#3287) (#3289) 1 year ago
object.go feat: support GetLastMessage (#3029) 2 years ago
seq_conversation.go fix: Mongo Malloc upsert overwrites min_seq initialization (#3657) 8 months ago
seq_conversation_test.go feat: optimize code and support running in single process mode (#3142) 2 years ago
seq_user.go fix: read seq is written to mongo, online status redis cluster is supported (#2558) 2 years ago
user.go fix: db manager (#3600) 11 months ago
version_log.go feat: implement true batchGetIncrGroupMember RPC method and dependency methods. (#2417) 2 years ago
version_test.go