| LOW | install.sh | 1 | #!/usr/bin/env bash |
| LOW | install.sh | 21 | |
| LOW | install.sh | 41 | # Version of Go you want to use, make sure it is compatible with your OpenIM-Server requirements. |
| LOW | install.sh | 61 | |
| LOW | install.sh | 81 | ############################## OpenIM Functions ############################## |
| LOW | install.sh | 321 | |
| LOW | .golangci.yml | 21 | # default value is empty list, but default dirs are skipped independently |
| LOW | .golangci.yml | 41 | # which files to skip: they will be analyzed, but issues from them |
| LOW | .golangci.yml | 61 | # not need updates, such as in a continuous integration and testing system. |
| LOW | .golangci.yml | 121 | # see https://github.com/kisielk/errcheck#the-deprecated-method for details |
| LOW | .golangci.yml | 301 | # regexp: |
| LOW | .golangci.yml | 341 | # The numbers should be written as string. |
| LOW | .golangci.yml | 481 | alias: yaml |
| LOW | .golangci.yml | 661 | first: true |
| LOW | .golangci.yml | 721 | force-case-trailing-whitespace: 0 |
| LOW | .golangci.yml | 881 | # new-from-rev: REV |
| LOW | docker-compose.yml | 181 | environment: |
| LOW | docker-compose.yml | 201 | # These logical listener names are mapped to actual protocols via KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP |
| LOW | cmd/openim-msgtransfer/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-cmdutils/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-msggateway/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-push/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-api/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-crontask/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-rpc/openim-rpc-group/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-rpc/openim-rpc-third/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-rpc/openim-rpc-msg/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-rpc/openim-rpc-conversation/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-rpc/openim-rpc-auth/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-rpc/openim-rpc-friend/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | cmd/openim-rpc/openim-rpc-user/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/infra/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/check-component/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/versionchecker/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/versionchecker/main.go | 81 | // return "OpenIM Server: " + openimVersion + "\n" |
| LOW | tools/versionchecker/main.go | 101 | fmt.Println(blue("## Docker Version")) |
| LOW | tools/imctl/main.go | 1 | // Copyright © 2024 OpenIM. All rights reserved. |
| LOW | tools/url2im/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/url2im/pkg/config.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/url2im/pkg/http.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/url2im/pkg/buffer.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/url2im/pkg/api.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/url2im/pkg/md5.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/url2im/pkg/progress.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/url2im/pkg/manage.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/ncpu/main.go | 1 | // Copyright © 2024 OpenIM. All rights reserved. |
| LOW | tools/ncpu/main_test.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/yamlfmt/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | tools/yamlfmt/main_test.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/jwt/main.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/e2e/e2e_test.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/e2e/e2e.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/e2e/page/login_page.go | 1 | // Copyright © 2024 OpenIM. All rights reserved. |
| LOW | test/e2e/page/chat_page.go | 1 | // Copyright © 2024 OpenIM. All rights reserved. |
| LOW | test/e2e/framework/ginkgowrapper/ginkgowrapper_test.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/e2e/framework/ginkgowrapper/ginkgowrapper.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/e2e/framework/config/config.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/e2e/framework/config/config.go | 21 | |
| LOW | test/e2e/framework/config/config_test.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| LOW | test/e2e/framework/helpers/chat/chat.go | 1 | // Copyright © 2023 OpenIM. All rights reserved. |
| 313 more matches not shown… |