Skip to content

Commit

Permalink
Dev update (#2)
Browse files Browse the repository at this point in the history
* update MiraiGo.

* update README.md

* fix:Dockerfile增加代理源

* remove mkdir, add set -ex

* update MiraiGo.

* update MiraiGo.

* feature new cqcode converter

* more error message.

* update MiraiGo.

* clear code.

* fix Mrs4s#455.

* update MiraiGo.

* try to fix Mrs4s#422.

* update MiraiGo.

* update MiraiGo.

* update MiraiGo.

* fix Mrs4s#458.

* feature remove test for ocr_image api.

* optimization cqcode converter.

* ⚡ improve event filter

* remove convert

* feat get group info no cache

* update go-silk

* feature pprof service.

* fix msg.

* more info for 当前上网环境异常. close Mrs4s#465.

* 补充并整理文档

* update MiraiGo.

* add stacktrace on panic.

* fix pprof.

* improve doc

* improve doc

* update docs

* support event recover.

* feature auto fragment.

* update MiraiGo.

* update MiraiGo.

* fix ios record

* [Break Change]feature: key entry without echoing
Remove unexpected "CR" & "LF" while scaning key. This will cause the previous encrypted password unusable.

* update MiraiGo.

* update MiraiGo.

* update MiraiGo.

* update ISSUE_TEMPLATE.

* update MiraiGo.

* feature get_group_at_all_remain.

* support old coolq data path. Mrs4s#499

* update raw.

* fix Mrs4s#501.

* fix issue of get_msg image url empty. Mrs4s#503

* update doc.

* feature fix url & update doc.

* update MiraiGo.

* update MiraiGo.

* websocket not found method

* fix lock

* add user group.

* update doc.

* Update README.md

* 📝 update readme

* group forward msg套娃

* update MiraiGo

* feature set_group_anonymous_ban.

* update MiraiGo.

* fix onebot protocol.

* feature solve silder.

Co-authored-by: Mrs4s <mrs4sxiaoshi@gmail.com>
Co-authored-by: daofeng2015 <jcb20150301@gmail.com>
Co-authored-by: brownchow <8622915+brownchow@users.noreply.github.com>
Co-authored-by: Mrs4s <1844812067@qq.com>
Co-authored-by: wdvxdr <wdvxdr@foxmail.com>
Co-authored-by: shirokurakana <admin@thdog.moe>
Co-authored-by: Yiwen-Chan <yiwen_chan@foxmail.com>
Co-authored-by: Ink-33 <quhyu@qq.com>
Co-authored-by: ishkong <i@shkong.cc>
Co-authored-by: yanyongyu <yanyongyu_1@126.com>
  • Loading branch information
11 people authored Dec 31, 2020
1 parent 7a713c9 commit e339be1
Show file tree
Hide file tree
Showing 21 changed files with 998 additions and 377 deletions.
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/bug--.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ assignees: ''

---

<!--
在提出ISSUE前,希望您能花费一定的时间执行以下几个步骤以方便我们定位BUG.
1: 确定没有相同问题的ISSUE已被提出.
2: 准确填写环境信息.
3: 最好能打开DEBUG模式并复现相关问题.
4: 如果涉及内存泄漏/CPU占用异常请打开DEBUG模式并下载pprof性能分析.
-->

**环境信息**
请根据实际使用环境修改以下信息
go-cqhttp版本: v0.9.10
运行环境: windows_amd64
连接方式: 反向WS
go-cqhttp版本:
运行环境:
连接方式:
使用协议:

**bug内容**
请在这里详细描述bug的内容
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ FROM golang:1.15.5-alpine AS builder

RUN go env -w GO111MODULE=auto \
&& go env -w CGO_ENABLED=0 \
&& mkdir /build
&& go env -w GOPROXY=https://goproxy.cn,direct

WORKDIR /build

COPY ./ .

RUN cd /build \
&& go build -ldflags "-s -w -extldflags '-static'" -o cqhttp
RUN set -ex \
&& cd /build \
&& go build -ldflags "-s -w -extldflags '-static'" -o cqhttp

FROM alpine:latest

Expand Down
323 changes: 246 additions & 77 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit e339be1

Please sign in to comment.