-
Notifications
You must be signed in to change notification settings - Fork 321
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
merge: update release-v3.8 with main changes #735
Commits on Aug 2, 2024
-
bump: update go mod dependency version to latest. (#632)
* refactor: optimize conversation notification structure. * optmize donotification structure in conversation. * remove unnecessary contents. * update log level and unnecessary wrap. * fix: update uncorrect contents. * feat: update go mod dependency version to latest.
Configuration menu - View commit details
-
Copy full SHA for e2a7e9c - Browse repository at this point
Copy the full SHA e2a7e9cView commit details -
fix: accept or refuse group application remove lock. (#634)
* feat: add function of GetUsersInGroup checks if the provided userIDs are in the specified group. Signed-off-by: Gordon <[email protected]> * feat: add function of GetUsersInGroup checks if the provided userIDs are in the specified group. Signed-off-by: Gordon <[email protected]> * feat: add function of GetUsersInGroup checks if the provided userIDs are in the specified group. Signed-off-by: Gordon <[email protected]> * feat: add function of GetUsersInGroup checks if the provided userIDs are in the specified group. Signed-off-by: Gordon <[email protected]> * feat: add incremental synchronization for common conversation attributes. Signed-off-by: Gordon <[email protected]> * fix: commit. * fix: commit. * fix: commit. * fix: commit. * feat: add incremental synchronization for common conversation attributes. Signed-off-by: Gordon <[email protected]> * fix: sync user error. Signed-off-by: Gordon <[email protected]> * fix: remove wasm file. Signed-off-by: Gordon <[email protected]> * fix: change limit int type avoid overflow and group member sorted. Signed-off-by: Gordon <[email protected]> * fix: sdk logout due to client kick online, incr sync data trigger full id. Signed-off-by: Gordon <[email protected]> * fix: conversation list will disappear when conversation version table has been deleted in server. Signed-off-by: Gordon <[email protected]> * fix: conversation will deadlock when sync data logging. Signed-off-by: Gordon <[email protected]> * chore: sdk update log version to v0.0.49-alpha.60. Signed-off-by: Gordon <[email protected]> * fix: accept or refuse group application remove lock. Signed-off-by: Gordon <[email protected]> * fix: accept or refuse group application remove lock. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e83c038 - Browse repository at this point
Copy the full SHA e83c038View commit details
Commits on Aug 5, 2024
-
fix: solve get list is nil when batch fetch. (#635)
* refactor: optimize conversation notification structure. * optmize donotification structure in conversation. * remove unnecessary contents. * update log level and unnecessary wrap. * fix: update uncorrect contents. * feat: update go mod dependency version to latest. * fix: solve get list is nil when batchfetch. * update get logic.
Configuration menu - View commit details
-
Copy full SHA for aa7e117 - Browse repository at this point
Copy the full SHA aa7e117View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f2694 - Browse repository at this point
Copy the full SHA c7f2694View commit details
Commits on Aug 7, 2024
-
deps: update bug-report.yaml (#639)
* fix: filter Invalid. * deps: update bug-report.yaml * update bug-report.yaml
Configuration menu - View commit details
-
Copy full SHA for 7d924b5 - Browse repository at this point
Copy the full SHA 7d924b5View commit details -
deps: move yaml locate. (#640)
* fix: filter Invalid. * deps: update bug-report.yaml * update bug-report.yaml * remove yaml locate.
Configuration menu - View commit details
-
Copy full SHA for 008054d - Browse repository at this point
Copy the full SHA 008054dView commit details -
feat: update issue template in sdk core. (#641)
* fix: filter Invalid. * deps: update bug-report.yaml * update bug-report.yaml * remove yaml locate. * feat: update issue template in sdk core.
Configuration menu - View commit details
-
Copy full SHA for 8279fc0 - Browse repository at this point
Copy the full SHA 8279fc0View commit details -
build(deps): update translator.yml (#642)
* fix: filter Invalid. * deps: update bug-report.yaml * update bug-report.yaml * remove yaml locate. * feat: update issue template in sdk core. * update translator.yml
Configuration menu - View commit details
-
Copy full SHA for ec303fd - Browse repository at this point
Copy the full SHA ec303fdView commit details
Commits on Aug 8, 2024
-
Refactor: reconstruct issue and label in GitHub. (#648)
* Refactor: reconstruct issue and label in GitHub. * update feature-request label.
Configuration menu - View commit details
-
Copy full SHA for 23f4cd2 - Browse repository at this point
Copy the full SHA 23f4cd2View commit details -
fix: update uncorrect workflow. (#649)
* Refactor: reconstruct issue and label in GitHub. * update feature-request label. * update * fix: update to correct workflow.
Configuration menu - View commit details
-
Copy full SHA for 3c47eef - Browse repository at this point
Copy the full SHA 3c47eefView commit details -
* Refactor: reconstruct issue and label in GitHub. * update feature-request label. * update * fix: update to correct workflow. * fix: remove env.
Configuration menu - View commit details
-
Copy full SHA for 272ca11 - Browse repository at this point
Copy the full SHA 272ca11View commit details
Commits on Aug 9, 2024
-
* feat: add cache in init basic info * feat: change log rotate count
Configuration menu - View commit details
-
Copy full SHA for bd1c862 - Browse repository at this point
Copy the full SHA bd1c862View commit details -
fix: remove unused release files. (#654)
* Refactor: reconstruct issue and label in GitHub. * update feature-request label. * update * fix: update to correct workflow. * fix: remove env. * fix: remove unused release files.
Configuration menu - View commit details
-
Copy full SHA for 2341ac2 - Browse repository at this point
Copy the full SHA 2341ac2View commit details
Commits on Aug 12, 2024
-
refactor: update workflows and remove unnecessary contents. (#655)
* Refactor: reconstruct issue and label in GitHub. * update feature-request label. * update * fix: update to correct workflow. * fix: remove env. * fix: remove unused release files. * refactor: update workflows and remove unnecessary contents.
Configuration menu - View commit details
-
Copy full SHA for a007e33 - Browse repository at this point
Copy the full SHA a007e33View commit details
Commits on Aug 13, 2024
-
* test: fix import friends * test: import friends limit * test: errgroup limit * test: feat conversation check * test: go mod * test: change config * test: change config * test: change log level * test: fix check name * test: stop main * test: feat send msg * test: feat err stack * test: fix log print * test: fix log print * test: err stack print * test: fix log decorator * test: feat send msg * test: feat check msg num * test: fix sleep * test: fix msg create * test: fix flag * test: fix check group message num * test: fix check correct message * test: check group and friend * test: fix check msg num * test: fix check msg num * test: fix check msg num * test: print nums * test: print nums * test: get total msg * test: delete print * test: chore group msg num * test: feat relogin * test: add sleep * test: print total num * test: print total unread num * test: print operation ID * test: log level * test: feat msg correct count * test: feat msg correct count * test: fix msg correct count * fix: conversation log print * fix: conversation log print * test: feat process * test: remove interrupt * test: feat process * test: logs add userID * test: uninstall and reinstall * test: fix init sdk * test: fix func call * test: main process * test: call len param check * test: fix param index * test: feat print logs * test: chore can run add conditions * test: call log print * test: call log print * test: fix field offset * test: fix call * test: check msg num * test: main process * test: go mod * test: add monitor in main and optimize comment * test: replace errgroup to reerrgroup * test: go mod * test: feat progress bar and loop check * fix: add timeout constant * fix: go mod * fix: init receive slice * test: fix sync friends * test: fix msg and loop check * test: update limit * test: add sleep * test: add sleep * test: remove sleep * feat: open db wal and set busy timeout * feat: add test mode * feat: add timeout * feat: create group slowly * feat: create group slowly * test: remove print * test: fix database deadlock ? * test: fix wait task done * test: feat stat msgs * test: send msg sleep * test: send msg slowly * test: remove shared * test: add timeout * fix: userInfo cache * test: fix bar * test: do group notification * test: change limit * test: delete sleep * test: add wait log * test: del wait * test: add log * test: send message small limit * feat: test mode conversation chan len * test: del login last test * test: del check fri test * test: add time out * test: add check
Configuration menu - View commit details
-
Copy full SHA for 70c4196 - Browse repository at this point
Copy the full SHA 70c4196View commit details
Commits on Aug 14, 2024
-
feat: change lock to global db lock (#658)
* feat: change lock to global db lock * feat: change correct read or write lock
Configuration menu - View commit details
-
Copy full SHA for a5ce7ec - Browse repository at this point
Copy the full SHA a5ce7ecView commit details -
feat: implement log interface. (#657)
* Refactor: reconstruct issue and label in GitHub. * update feature-request label. * update * fix: update to correct workflow. * fix: remove env. * fix: remove unused release files. * refactor: update workflows and remove unnecessary contents. * Fix: remove uncorrect comment. * remove labels. * update yml * update * feat: implement log interface. * update * update * update.
Configuration menu - View commit details
-
Copy full SHA for 4b70c00 - Browse repository at this point
Copy the full SHA 4b70c00View commit details
Commits on Aug 15, 2024
-
fix: update interface func. (#661)
* Refactor: reconstruct issue and label in GitHub. * update feature-request label. * update * fix: update to correct workflow. * fix: remove env. * fix: remove unused release files. * refactor: update workflows and remove unnecessary contents. * Fix: remove uncorrect comment. * remove labels. * update yml * update * feat: implement log interface. * update * update * update. * fix: update interface func.
Configuration menu - View commit details
-
Copy full SHA for e0622ec - Browse repository at this point
Copy the full SHA e0622ecView commit details -
fix: update Logs field type. (#662)
* Refactor: reconstruct issue and label in GitHub. * update feature-request label. * update * fix: update to correct workflow. * fix: remove env. * fix: remove unused release files. * refactor: update workflows and remove unnecessary contents. * Fix: remove uncorrect comment. * remove labels. * update yml * update * feat: implement log interface. * update * update * update. * fix: update interface func. * fix: update Logs field type. * update log fields.
Configuration menu - View commit details
-
Copy full SHA for 875b11b - Browse repository at this point
Copy the full SHA 875b11bView commit details -
fix: remove the conversation trigger to prevent waiting in a circular…
… queue. (#663) Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa5e348 - Browse repository at this point
Copy the full SHA fa5e348View commit details -
* feat: send message shuffle slice * feat: add log * fix: add lock in db * fix: add lock in db
Configuration menu - View commit details
-
Copy full SHA for 7c1a9d4 - Browse repository at this point
Copy the full SHA 7c1a9d4View commit details -
fix: remove redundant func. (#664)
* fix: remove redundant func. * fix: remove sort slice.
Configuration menu - View commit details
-
Copy full SHA for a25de99 - Browse repository at this point
Copy the full SHA a25de99View commit details
Commits on Aug 16, 2024
-
feat: implement panic recovery. (#666)
* feat: implement panic recovery. * update recover logic. * update log print.
Configuration menu - View commit details
-
Copy full SHA for 2b6ebb4 - Browse repository at this point
Copy the full SHA 2b6ebb4View commit details
Commits on Aug 19, 2024
-
feat: implment SDK log interface. (#667)
* feat: implement panic recovery. * update recover logic. * update log print. * feat: implment SDK log interface. * update * remove unused file. * update Panic log print.
Configuration menu - View commit details
-
Copy full SHA for bbc6472 - Browse repository at this point
Copy the full SHA bbc6472View commit details
Commits on Aug 21, 2024
-
fix: optimize delete msg local logic. (#669)
* feat: implement panic recovery. * update recover logic. * update log print. * feat: implment SDK log interface. * update * remove unused file. * update Panic log print. * fix: optimize delete msg local logic. * update implement.
Configuration menu - View commit details
-
Copy full SHA for b345cfa - Browse repository at this point
Copy the full SHA b345cfaView commit details
Commits on Aug 27, 2024
-
fix: Bug fix for clearing unread messages.
Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ebf5ef - Browse repository at this point
Copy the full SHA 9ebf5efView commit details -
fix: fixed revoke burnMessage panic. (#672)
* feat: implement panic recovery. * update recover logic. * update log print. * feat: implment SDK log interface. * update * remove unused file. * update Panic log print. * fix: optimize delete msg local logic. * update implement. * optimize contents. * fix: fix revoke burnMessage panic. * update revoke logic.
Configuration menu - View commit details
-
Copy full SHA for 6e3316e - Browse repository at this point
Copy the full SHA 6e3316eView commit details
Commits on Aug 29, 2024
-
fix: the crash caused by calling log when sdk is not logged in (#674)
* fix: GroupApplicationAcceptedNotification * fix: GroupApplicationAcceptedNotification * fix: abnormal session, the session unread count is not 0, according to the message the unread count should be 0, can not be eliminated * fix: the crash caused by calling log when sdk is not logged in * fix: the crash caused by calling log when sdk is not logged in
Configuration menu - View commit details
-
Copy full SHA for 9bae793 - Browse repository at this point
Copy the full SHA 9bae793View commit details -
fix: update Logs interface. (#675)
* feat: implement panic recovery. * update recover logic. * update log print. * feat: implment SDK log interface. * update * remove unused file. * update Panic log print. * fix: optimize delete msg local logic. * update implement. * optimize contents. * fix: fix revoke burnMessage panic. * update revoke logic. * chore: update go mod to update Logs interface. * improve errs new.
Configuration menu - View commit details
-
Copy full SHA for fc60b8e - Browse repository at this point
Copy the full SHA fc60b8eView commit details -
fix: Bug fix for clearing unread messages. (#677)
Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9effc2b - Browse repository at this point
Copy the full SHA 9effc2bView commit details
Commits on Sep 2, 2024
-
feat: implement resource manager tool. (#682)
* feat: implement panic recovery. * update recover logic. * update log print. * feat: implment SDK log interface. * update * remove unused file. * update Panic log print. * fix: optimize delete msg local logic. * update implement. * optimize contents. * fix: fix revoke burnMessage panic. * update revoke logic. * chore: update go mod to update Logs interface. * improve errs new. * feat: implement resource manager tool. * remove comment.
Configuration menu - View commit details
-
Copy full SHA for 5bc7ee3 - Browse repository at this point
Copy the full SHA 5bc7ee3View commit details -
fix: solve latest msg update. (#683)
* feat: implement panic recovery. * update recover logic. * update log print. * feat: implment SDK log interface. * update * remove unused file. * update Panic log print. * fix: optimize delete msg local logic. * update implement. * optimize contents. * fix: fix revoke burnMessage panic. * update revoke logic. * chore: update go mod to update Logs interface. * improve errs new. * feat: implement resource manager tool. * remove comment. * fix: solve latest msg update. * remove unused content. * fix error. * update wasm db.
Configuration menu - View commit details
-
Copy full SHA for 1404a2b - Browse repository at this point
Copy the full SHA 1404a2bView commit details -
refactor: performance optimization of pull messages. (#684)
* fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * fix: Bug fix for pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6778adb - Browse repository at this point
Copy the full SHA 6778adbView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce00756 - Browse repository at this point
Copy the full SHA ce00756View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c15f5 - Browse repository at this point
Copy the full SHA c4c15f5View commit details
Commits on Sep 4, 2024
-
refactor: performance optimization of pull messages. (#688)
* fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * fix: Bug fix for pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b55cb90 - Browse repository at this point
Copy the full SHA b55cb90View commit details -
feat: implement batchNewMessages method. (#687)
* feat: implement batchNewMessages method. * update batchnewMessages logic. * update logic. * update
Configuration menu - View commit details
-
Copy full SHA for 3750b0f - Browse repository at this point
Copy the full SHA 3750b0fView commit details
Commits on Sep 5, 2024
-
refactor: performance optimization of pull messages. (#689)
* fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * fix: Bug fix for pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc88414 - Browse repository at this point
Copy the full SHA fc88414View commit details -
refactor: performance optimization of pull messages. (#690)
* fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * fix: Bug fix for pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2522772 - Browse repository at this point
Copy the full SHA 2522772View commit details
Commits on Sep 9, 2024
-
refactor: performance optimization of pull messages and reduce redund…
…ant data synchronization. (#694) * fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * fix: Bug fix for pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages and reduce redundant data synchronization. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c01611e - Browse repository at this point
Copy the full SHA c01611eView commit details -
fix: cmd panic and remove struct. (#695)
* fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * fix: Bug fix for pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages and reduce redundant data synchronization. Signed-off-by: Gordon <[email protected]> * fix: cmd panic and remove struct. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4e2242 - Browse repository at this point
Copy the full SHA f4e2242View commit details
Commits on Sep 11, 2024
-
feat: API supports gzip (#698)
* fix: GroupApplicationAcceptedNotification * fix: GroupApplicationAcceptedNotification * fix: abnormal session, the session unread count is not 0, according to the message the unread count should be 0, can not be eliminated * fix: the crash caused by calling log when sdk is not logged in * fix: the crash caused by calling log when sdk is not logged in * feat: API supports gzip * feat: API supports gzip
Configuration menu - View commit details
-
Copy full SHA for dc46fa5 - Browse repository at this point
Copy the full SHA dc46fa5View commit details -
* fix: add lock in db * fix: add send wait time * feat: un login send message and check * test: fix send common group msg num * test: fix check login user friends * test: fix un login msg check * test: change msg send limit * test: change msg send limit * fix: remove some testMode change * test: fake send * test: fake send * test: send msg * test: add log and operationID * test: fake create group * test: log level * test: create group * test: add import friends different operation id * test: add send msg cost * test: add send msg cost * test: feat bar print🔥 * test: fix ansi * test: test muti bars * test: fix bars * test: feat muti bars * test: fix lock progress * test: fix lock progress * test: test check * test: del check bar * test: close * test: clock * test: clock * test: test * test: test * test: add log * test: test progress * test: test progress * test: fix progress * test: feat bar progress ! * test: no save * test: change init logic * test: fix common group num * test: stdout * test: fix log * test: capture panic * test: del error * test: del more one context method in login mgr * test: add log * test: add log * test: fix ctx * test: change config * test: fix progress send on close channel * test: fix progress send on close channel * test: change msgtest * test: fix progress * test: change default config * test: add log in get token * test: add error * test: change admin userid * test: change gen online user id in msgtest * test: add log in listener * test: fix logout users * test: fix bar length * test: fix statistics * test: add sleep * test: update stat msg * test: add sleep in send msg * test: add sleep in send msg * test: change platform * test: change stat * test: go mod && debug bar * test: change send wait time * test: change gen id in msgtest * test: feat stat msg * test: feat large group member set * test: fix large group member set * test: fix msg print * test: fix msg print * test: stat add unit * test: print flag * test: operationID * test: feat stat print * test: fix stat * test: fix gen userIDs * test: stat * test: stat send time * test: fix send msg * test: feat login check * test: only stat text msg * test: optimize create group * test: feat invite user to group log * test: add operationID in invite * test: fix add friend error * test: feat add group member cache * fix: get group member info from server * fix: change http timeout * fix: change http timeout * fix: change http timeout * fix: add sleep and split api * fix: del sleep * test: fix msgtest gen userID * test: change msg send time * test: change msg send time * test: change sleep time * test: change sleep time * test: test * test: add log * test: fix stat msg * test: add sleep * test: del sleep * test: add sleep * test: del sleep * test: fix cal common group * test: change send msg wait time * test: fix create large group * test: fix check create large group * test: fix check create large group
Configuration menu - View commit details
-
Copy full SHA for 8beaffa - Browse repository at this point
Copy the full SHA 8beaffaView commit details -
refactor: mv GetConversationsHasReadAndMaxSeq from HTTP to Websocket.
Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 221ca9e - Browse repository at this point
Copy the full SHA 221ca9eView commit details -
Revert "refactor: mv GetConversationsHasReadAndMaxSeq from HTTP to We…
…bsocket." This reverts commit 221ca9e.
Configuration menu - View commit details
-
Copy full SHA for cc7b613 - Browse repository at this point
Copy the full SHA cc7b613View commit details -
refactor: mv GetConversationsHasReadAndMaxSeq from HTTP to Websocket. (…
…#700) Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57d3f9d - Browse repository at this point
Copy the full SHA 57d3f9dView commit details
Commits on Sep 12, 2024
-
fix: ws read max seq error. (#701)
* refactor: mv GetConversationsHasReadAndMaxSeq from HTTP to Websocket. Signed-off-by: Gordon <[email protected]> * fix: ws read max seq error. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 536d766 - Browse repository at this point
Copy the full SHA 536d766View commit details
Commits on Sep 14, 2024
-
refactor: directory structure of SDK change and remove redundant code. (
#703) * fix: remove the conversation trigger to prevent waiting in a circular queue. Signed-off-by: Gordon <[email protected]> * refactor: remove files to pkg. Signed-off-by: Gordon <[email protected]> * optimizing the code * refactor: restruct friend module to relation. * refactor: conversation structure and code change. Signed-off-by: Gordon <[email protected]> * optimizing the code * optimizing the code * optimizing the code * new call * feat: new api call * db success log * new api invoke * fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * refactor: user package * refactor: full package * refactor: del license * test: fix statistics * refactor: user package * remove unused code * remove unused code * feat: api format * feat: api format * refactor: merge opensource code main into local branch. Signed-off-by: Gordon <[email protected]> * refactor: merge opensource code main into local branch. Signed-off-by: Gordon <[email protected]> * refactor: merge opensource code main into local branch. Signed-off-by: Gordon <[email protected]> * feat: api format * refactor: user * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * feat: update setGroupInfo API to correct. * refactor: rename api function and add ExtractField function comment * refactor: update logging initialization to use constant from protocol package - Renamed the `log.InitLoggerFromConfig` function call in `init_login.go` to use the `pbConstant.PlatformID2Name` constant from the `protocol` package instead of the `constant.PlatformID2Name` constant from the `openim-sdk-core` package. This ensures consistency and avoids potential conflicts. feat: improve error handling in HTTP client - Updated the `get` and `postLogic` functions in `http_client.go` to use the `io.ReadAll` function instead of `ioutil.ReadAll` for reading the response body. This change improves error handling and ensures proper resource cleanup. refactor: remove unused import in new_http.go - Removed the unused import of `github.com/openimsdk/tools/errs` in `new_http.go` to clean up the code and improve maintainability. * refactor: full * refactor: update logging initialization to use constant from protocol package * feat: format code * Refactor: Update function name in conversation_msg package Rename the function `revokeMessageFromSvr` to `revokeMessageFromServer` in the `revoke.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in group package Rename the function `getGroupsInfoFromSvr` to `getGroupsInfoFromServer` in the `group.go` file of the `group` package. This change aligns with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getConversationsByIDsFromSvr` to `getConversationsByIDsFromServer` in the `sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in group package Rename the function `getGroupsInfoFromSvr` to `getGroupsInfoFromServer` in the `api.go` file of the `group` package. This change aligns with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `clearConversationFromLocalAndSvr` to `clearConversationFromLocalAndServer` in the `delete.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `deleteAllMsgFromLocalAndSvr` to `deleteAllMsgFromLocalAndServer` in the `delete.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `deleteMessagesFromSvr` to `deleteMessagesFromServer` in the `delete.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getIncrementalConversationFromSvr` to `getIncrementalConversationFromServer` in the `incremental_sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getAllConversationListFromSvr` to `getAllConversationListFromServer` in the `incremental_sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getAllConversationIDsFromSvr` to `getAllConversationIDsFromServer` in the `incremental_sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `syncMsgFromSvr` to `syncMsgFromServer` in the `msg_sync.go` file of the `interaction` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `syncMsgFromSvrSplit` to `syncMsgFromServerSplit` in the `msg_sync.go` file of the `interaction` package. This change ensures consistency with the naming convention used in the codebase. * Refactor function names in conversation_msg package * Refactor import paths in conversation_msg and indexdb packages * refactor: user * Refactor variable names and comments for clarity * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * Refactor import statements in api.go * feat: format code * feat: format code * feat: format code * Refactor database initialization and remove unused modules * remove unused import pkg. * feat: format code * Refactor conversation_msg package and remove unused imports * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * Refactor file imports in conversation_msg package * Refactor file imports in conversation_msg package * Refactor file imports in event_listener package * Refactor file imports in conversation_msg package * refactor: cache * refactor: cache * refactor: cache * feat: add UpdateFriends interface in wasm. * move test to db folder. * replece olderst const. * refactor: del SetGlobalRecvMessageOpt * refactor: move user * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * remove main test. * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: remove chinese * refactor: remove chinese * Refactor group API to use simplified SetGroupInfo method * refactor: constant add. Signed-off-by: Gordon <[email protected]> * refactor: constant add. Signed-off-by: Gordon <[email protected]> * refactor: fix msgtest route --------- Signed-off-by: Gordon <[email protected]> Co-authored-by: Monet Lee <[email protected]> Co-authored-by: withchao <[email protected]> Co-authored-by: icey-yu <[email protected]> Co-authored-by: icey-yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8dac40 - Browse repository at this point
Copy the full SHA c8dac40View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba04362 - Browse repository at this point
Copy the full SHA ba04362View commit details -
Refactor: Remove unused GetUsersInfoWithCache function (#707)
* refactor: fix error handling in SendMessage function * Refactor: Remove unused GetUsersInfoWithCache function * remove unused markfile contents.
Configuration menu - View commit details
-
Copy full SHA for 2e37562 - Browse repository at this point
Copy the full SHA 2e37562View commit details -
refactor: friend and conversation update. (#708)
* fix: remove the conversation trigger to prevent waiting in a circular queue. Signed-off-by: Gordon <[email protected]> * refactor: remove files to pkg. Signed-off-by: Gordon <[email protected]> * optimizing the code * refactor: restruct friend module to relation. * refactor: conversation structure and code change. Signed-off-by: Gordon <[email protected]> * optimizing the code * optimizing the code * optimizing the code * new call * feat: new api call * db success log * new api invoke * fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * refactor: user package * refactor: full package * refactor: del license * test: fix statistics * refactor: user package * remove unused code * remove unused code * feat: api format * feat: api format * refactor: merge opensource code main into local branch. Signed-off-by: Gordon <[email protected]> * refactor: merge opensource code main into local branch. Signed-off-by: Gordon <[email protected]> * refactor: merge opensource code main into local branch. Signed-off-by: Gordon <[email protected]> * feat: api format * refactor: user * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * feat: update setGroupInfo API to correct. * refactor: rename api function and add ExtractField function comment * refactor: update logging initialization to use constant from protocol package - Renamed the `log.InitLoggerFromConfig` function call in `init_login.go` to use the `pbConstant.PlatformID2Name` constant from the `protocol` package instead of the `constant.PlatformID2Name` constant from the `openim-sdk-core` package. This ensures consistency and avoids potential conflicts. feat: improve error handling in HTTP client - Updated the `get` and `postLogic` functions in `http_client.go` to use the `io.ReadAll` function instead of `ioutil.ReadAll` for reading the response body. This change improves error handling and ensures proper resource cleanup. refactor: remove unused import in new_http.go - Removed the unused import of `github.com/openimsdk/tools/errs` in `new_http.go` to clean up the code and improve maintainability. * refactor: full * refactor: update logging initialization to use constant from protocol package * feat: format code * Refactor: Update function name in conversation_msg package Rename the function `revokeMessageFromSvr` to `revokeMessageFromServer` in the `revoke.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in group package Rename the function `getGroupsInfoFromSvr` to `getGroupsInfoFromServer` in the `group.go` file of the `group` package. This change aligns with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getConversationsByIDsFromSvr` to `getConversationsByIDsFromServer` in the `sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in group package Rename the function `getGroupsInfoFromSvr` to `getGroupsInfoFromServer` in the `api.go` file of the `group` package. This change aligns with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `clearConversationFromLocalAndSvr` to `clearConversationFromLocalAndServer` in the `delete.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `deleteAllMsgFromLocalAndSvr` to `deleteAllMsgFromLocalAndServer` in the `delete.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `deleteMessagesFromSvr` to `deleteMessagesFromServer` in the `delete.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getIncrementalConversationFromSvr` to `getIncrementalConversationFromServer` in the `incremental_sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getAllConversationListFromSvr` to `getAllConversationListFromServer` in the `incremental_sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `getAllConversationIDsFromSvr` to `getAllConversationIDsFromServer` in the `incremental_sync.go` file of the `conversation_msg` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `syncMsgFromSvr` to `syncMsgFromServer` in the `msg_sync.go` file of the `interaction` package. This change ensures consistency with the naming convention used in the codebase. Refactor: Update function name in conversation_msg package Rename the function `syncMsgFromSvrSplit` to `syncMsgFromServerSplit` in the `msg_sync.go` file of the `interaction` package. This change ensures consistency with the naming convention used in the codebase. * Refactor function names in conversation_msg package * Refactor import paths in conversation_msg and indexdb packages * refactor: user * Refactor variable names and comments for clarity * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * Refactor import statements in api.go * feat: format code * feat: format code * feat: format code * Refactor database initialization and remove unused modules * remove unused import pkg. * feat: format code * Refactor conversation_msg package and remove unused imports * refactor: full module remove. Signed-off-by: Gordon <[email protected]> * Refactor file imports in conversation_msg package * Refactor file imports in conversation_msg package * Refactor file imports in event_listener package * Refactor file imports in conversation_msg package * refactor: cache * refactor: cache * refactor: cache * feat: add UpdateFriends interface in wasm. * move test to db folder. * replece olderst const. * refactor: del SetGlobalRecvMessageOpt * refactor: move user * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * remove main test. * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: http module remove. Signed-off-by: Gordon <[email protected]> * refactor: remove chinese * refactor: remove chinese * Refactor group API to use simplified SetGroupInfo method * refactor: constant add. Signed-off-by: Gordon <[email protected]> * refactor: constant add. Signed-off-by: Gordon <[email protected]> * refactor: fix msgtest route * refactor: friend info update. Signed-off-by: Gordon <[email protected]> * feat: GetFriendListPage * fix: update router path in setGroupInfoEX. * refactor: friend info update. Signed-off-by: Gordon <[email protected]> * refactor: audio/mp4 update. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]> Co-authored-by: Monet Lee <[email protected]> Co-authored-by: withchao <[email protected]> Co-authored-by: icey-yu <[email protected]> Co-authored-by: icey-yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48ff4d5 - Browse repository at this point
Copy the full SHA 48ff4d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6310d - Browse repository at this point
Copy the full SHA ae6310dView commit details -
refactor: update setGroupInfoEx field. (#709)
* refactor: update setGroupInfoEx field. * Update openimsdk/protocol to v0.0.72-alpha.23
Configuration menu - View commit details
-
Copy full SHA for a75aba6 - Browse repository at this point
Copy the full SHA a75aba6View commit details
Commits on Sep 19, 2024
-
fix: udpate setGroupInfo fields. (#711)
* refactor: update setGroupInfoEx field. * Update openimsdk/protocol to v0.0.72-alpha.23 * fix: udpate setGroupInfo fields. * update test req fields.
Configuration menu - View commit details
-
Copy full SHA for f2ab402 - Browse repository at this point
Copy the full SHA f2ab402View commit details
Commits on Sep 23, 2024
-
refactor: Exclude files and directories from non-English comment che…
…ck (#714) * refactor: Exclude files and directories from non-English comment check * 3123 * update token * remove * update * update * update * 123 * condition add * rebuild * update * test * update double cond * 312 * update * ts * ts1 * change * 1 * fk * fix to run in fork repo.
Configuration menu - View commit details
-
Copy full SHA for 87e1995 - Browse repository at this point
Copy the full SHA 87e1995View commit details -
* feat: cicd * test: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd * fix: cicd
Configuration menu - View commit details
-
Copy full SHA for d2f919f - Browse repository at this point
Copy the full SHA d2f919fView commit details
Commits on Sep 27, 2024
-
feat: cmd2value add call information (#723)
* feat: code adjustment * feat: Cmd2Value carry caller * feat: Cmd2Value carry caller * feat: Cmd2Value carry caller * feat: Cmd2Value carry caller
Configuration menu - View commit details
-
Copy full SHA for fa6d38a - Browse repository at this point
Copy the full SHA fa6d38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1331870 - Browse repository at this point
Copy the full SHA 1331870View commit details -
Configuration menu - View commit details
-
Copy full SHA for c661189 - Browse repository at this point
Copy the full SHA c661189View commit details -
feat: add SearchConversation WASM (#724)
* feat: add SearchConversation WASM * feat: add SearchConversation WASM * feat: change log
Configuration menu - View commit details
-
Copy full SHA for aa37216 - Browse repository at this point
Copy the full SHA aa37216View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9989f9c - Browse repository at this point
Copy the full SHA 9989f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cded399 - Browse repository at this point
Copy the full SHA cded399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa0bee - Browse repository at this point
Copy the full SHA 1aa0beeView commit details -
refactor: change log and avoid nil array. (#728)
* fix: remove some code to avoid creating group errors.. Signed-off-by: Gordon <[email protected]> * fix: find message add local Ex. Signed-off-by: Gordon <[email protected]> * fix: notification conversation update. Signed-off-by: Gordon <[email protected]> * fix: unread num is negative and optimization of sync conversation when app login or re conn. Signed-off-by: Gordon <[email protected]> * fix: update logs add ex filed and remove set self userinfo with ex. Signed-off-by: Gordon <[email protected]> * refactor: change log and avoid nil array. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05b3084 - Browse repository at this point
Copy the full SHA 05b3084View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e75df9 - Browse repository at this point
Copy the full SHA 0e75df9View commit details