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

V4 #65

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

V4 #65

wants to merge 33 commits into from

Commits on Jan 22, 2024

  1. feat(refactor): add first version /message /private/publish.json

    - Add custom `http.Client` support from user.
    
    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    efd3ee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. feat(refactor): add more chatroom functions

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    936ff77 View commit details
    Browse the repository at this point in the history
  2. fix: chatroom message priority query path

    - fix http doRequest ctx nil judge bug
    
    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2fe5fcb View commit details
    Browse the repository at this point in the history
  3. feat: add custom http header to context

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ae8ccb6 View commit details
    Browse the repository at this point in the history
  4. fix: message literal type to pointer type(*)

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    67a807f View commit details
    Browse the repository at this point in the history
  5. fix: rename utils pointer func, e.g. String() to StringPtr()

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    018e7e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat: move chatroom unit test to examples

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7dd7642 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. feat: add chatroom entry/whitelist/ban funcs

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    129730d View commit details
    Browse the repository at this point in the history
  2. feat: add chatroom user ban whitelist

    - chatroom refactor done
    
    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b78c192 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat: refactor message module

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e92370f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: Add ultra group funcs

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f608424 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. feat: Add ultraGroup userGroup channel bind funcs

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f262a85 View commit details
    Browse the repository at this point in the history
  2. feat: conversation refactor complete

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1d591d9 View commit details
    Browse the repository at this point in the history
  3. feat: Add group remarks functions

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    271f113 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. feat: Add GroupUserGag UserGroup functions

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    620637c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. feat: Add group ban whitelist functions

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    63142c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. feat: Add push functions

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d1b78e7 View commit details
    Browse the repository at this point in the history
  2. feat: Add sensitiveWord functions

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    678e064 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. feat: Add user functions

    - delete old directory sdk, vendor
    
    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bf06bd7 View commit details
    Browse the repository at this point in the history
  2. feat: apply http options

    - delete setting
    
    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    68e049d View commit details
    Browse the repository at this point in the history
  3. feat: Refactor README.md

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8fa9b44 View commit details
    Browse the repository at this point in the history
  4. feat: Refactor user README.md

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ed1a50c View commit details
    Browse the repository at this point in the history
  5. feat: Refactor chatroom/conversation/group README.md

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d4eb215 View commit details
    Browse the repository at this point in the history
  6. feat: Refactor push/sensitive/ultragroup README.md

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    83de63b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix: remove RCMsg EncodeValues function

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f41e28f View commit details
    Browse the repository at this point in the history
  2. fix: README.md typo

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f58a7be View commit details
    Browse the repository at this point in the history
  3. fix: custom message example don't start with RC:

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1f9e1c9 View commit details
    Browse the repository at this point in the history
  4. feat: Add custom message tip to README.md

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3b0fe84 View commit details
    Browse the repository at this point in the history
  5. fix: SetHttpTransport not assign to httpClient

    - Add http params test log code
    
    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e9cc3e8 View commit details
    Browse the repository at this point in the history
  6. feat: Add UltraGroupMsgModify function

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3d3a66c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. feat: add installation README.md

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6df63cb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix: README.md typo

    Signed-off-by: hantenglei <hantenglei@rongcloud.cn>
    hantenglei committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    190c62e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into v4

    # Conflicts:
    #	rongcloud/rongcloud.go
    hantenglei committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0937367 View commit details
    Browse the repository at this point in the history