Skip to content
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

feat: implement scheduled destruct msgs feature in cron task. #2466

Merged
merged 35 commits into from
Aug 1, 2024

Commits on Jul 26, 2024

  1. update protocol in go mod.

    mo3et committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1b56405 View commit details
    Browse the repository at this point in the history
  2. add debug log in writePongMsg.

    mo3et committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1e0d74f View commit details
    Browse the repository at this point in the history
  3. update log level.

    mo3et committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    824392e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d612429 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b41823f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    144a404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cac45e4 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'refactor/parse-token' of github.com:mo3et/open-im-serve…

    …r into refactor/parse-token
    mo3et committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7667af4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83dd8a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34e1c60 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'refactor/parse-token' of github.com:mo3et/open-im-serve…

    …r into refactor/parse-token
    mo3et committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    86e3e38 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. add Warn log in writePongMsg.

    mo3et committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8a8b99a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567ceaf View commit details
    Browse the repository at this point in the history
  3. add debug log.

    mo3et committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a230f0e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    61a417d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291a318 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    da08d55 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refactor/parse-token' of github.com:mo3et/open-im-serve…

    …r into refactor/parse-token
    mo3et committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2eeb6aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cea317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba170ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a386110 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab268c5 View commit details
    Browse the repository at this point in the history
  7. update callbackCommand field.

    mo3et committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4c70bff View commit details
    Browse the repository at this point in the history
  8. fix: add correct fields.

    mo3et committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    96b7c8d View commit details
    Browse the repository at this point in the history
  9. update struct tags.

    mo3et committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3307241 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    e74fa5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1237549 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    ee428e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bead363 View commit details
    Browse the repository at this point in the history
  3. update log contents.

    mo3et committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d416e97 View commit details
    Browse the repository at this point in the history
  4. update func name and comments.

    mo3et committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3e54795 View commit details
    Browse the repository at this point in the history
  5. update waitgroup to errgroup.

    mo3et committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    07eb0cb View commit details
    Browse the repository at this point in the history
  6. update errgroup wait.

    mo3et committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    33abdda View commit details
    Browse the repository at this point in the history
  7. remove unnecessary contents.

    mo3et committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0f42b33 View commit details
    Browse the repository at this point in the history
  8. update clearMsg logic.

    mo3et committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    031c0f1 View commit details
    Browse the repository at this point in the history