Commit Graph

820 Commits

Author SHA1 Message Date
dependabot[bot]
1e1df5a244
chore(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#377)
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 21:22:14 +08:00
dependabot[bot]
1cd0631204
chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#367)
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 21:22:02 +08:00
dependabot[bot]
c6810ced58
chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 (#365)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/golang/sync/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 21:15:49 +08:00
iyear
1b260e03d9 feat(tgc): unify default middlewares and improve stability 2023-11-20 21:15:22 +08:00
iyear
05fefde746 chore(dlup): clarify error prompt 2023-11-20 21:12:34 +08:00
iyear
6993209da3 feat(pkg): add recovery middleware to retry non-business error 2023-11-20 21:11:10 +08:00
iyear
f8d7fe5724 fix(t): internal error -503 Timedout. #373 2023-11-20 11:10:09 +08:00
iyear
5573c821b3 feat(middleware): add retry 2023-11-20 10:28:34 +08:00
dependabot[bot]
cf5662d112
chore(deps): bump github.com/gotd/td from 0.88.0 to 0.89.0 (#363)
Bumps [github.com/gotd/td](https://github.com/gotd/td) from 0.88.0 to 0.89.0.
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](https://github.com/gotd/td/compare/v0.88.0...v0.89.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-17 23:26:05 +08:00
iyear
0944b07c5a feat(forward): support dry run 2023-11-17 00:27:30 +08:00
iyear
4128065147 fix(ls): apply channel as chat class 2023-11-17 00:10:00 +08:00
iyear
54e8dee783 fix(tgc): adjust retry options 2023-11-17 00:08:03 +08:00
iyear
e21066597c fix(prog): no terminal size in actions 2023-11-17 00:07:07 +08:00
iyear
ae6cdab58e feat(cmd): add forward 2023-11-16 23:04:07 +08:00
iyear
b0ac970918 feat(forward): responsive tracker message 2023-11-16 23:03:46 +08:00
iyear
2d08bc8e72 refactor(prog): progress fit terminal size 2023-11-16 22:58:16 +08:00
iyear
5f145f4d27 fix(forwarder): skip empty text message 2023-11-14 22:04:31 +08:00
iyear
3961e5d3ad refactor(texpr): rename test file 2023-11-14 21:53:42 +08:00
iyear
9f9f7a818d feat(forward): support message forward router 2023-11-14 21:48:34 +08:00
iyear
51c52ec942 refactor(tmessage): add only media param 2023-11-14 21:43:03 +08:00
iyear
fd7dc4b752 feat(main): print stack trace 2023-11-14 21:36:03 +08:00
iyear
3b9ecb88f7 refactor(export): move message convert to texpr 2023-11-13 19:59:03 +08:00
iyear
42a5378de9 refactor(texpr): remove compile func 2023-11-13 18:57:01 +08:00
iyear
60f9c212c7 refactor(enum): add nocase flag 2023-11-13 18:56:59 +08:00
iyear
341a7377f3 refactor(ls): rename to ListOutput 2023-11-13 18:46:19 +08:00
iyear
25d4a4e3fd refactor(export): use go-enum 2023-11-13 16:50:45 +08:00
iyear
e98ba7b5c5 refactor(ls): use go-enum 2023-11-13 16:41:52 +08:00
iyear
cd5edd14ba refactor(forwarder): go-enum generator 2023-11-13 16:32:59 +08:00
iyear
1b91b9ec58 refactor(forwarder): extract interface args to meta struct 2023-11-13 15:35:16 +08:00
iyear
adda6d6930 feat(forward): forwarder app impl 2023-11-13 12:22:12 +08:00
iyear
5138484b81 refactor(prog): set color in progress writer instead of tracker 2023-11-13 12:20:18 +08:00
iyear
4b0b899e7d chore(forwarder): remove context in args 2023-11-13 12:19:17 +08:00
iyear
9912a042c5 feat(forwarder): add forwarder beta impl. #8 2023-11-13 10:34:08 +08:00
iyear
5dafd2bda5 chore(lint): move gci to last 2023-11-11 21:50:11 +08:00
iyear
23df1f10fe refactor(tmedia): extract item to self struct 2023-11-07 23:25:24 +08:00
iyear
892dcdd2dd refactor(utils): extract get single message 2023-11-07 23:21:43 +08:00
dependabot[bot]
3c6c573cc1
chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 (#362)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.10.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.10)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 11:59:18 +08:00
dependabot[bot]
de259d54a8
chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.8 to 6.4.9 (#360)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.4.8 to 6.4.9.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.4.8...v6.4.9)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 11:59:13 +08:00
iyear
e15a721404 refactor(tmessage): extract message source parser to tmessage 2023-10-30 19:29:38 +08:00
dependabot[bot]
d3946dd8a2
chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#356)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-28 18:08:33 +08:00
dependabot[bot]
0b3e5daf09
chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0 (#355)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.28.1...v1.29.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-28 18:08:25 +08:00
dependabot[bot]
40e445c5b3
chore(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.8 (#357)
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.7...v1.3.8)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-28 18:08:18 +08:00
iyear
1c44b62d4b docs(README): beautify header 2023-10-24 23:52:39 +08:00
dependabot[bot]
20d77050fd
chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1 (#351)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.28.0...v1.28.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 00:14:46 +08:00
iyear
c049ab5d71 docs(users): just skip when encounter CHAT_ADMIN_REQUIRED 2023-10-24 00:14:13 +08:00
iyear
f8daf6e71a fix(users): just skip when encounter CHAT_ADMIN_REQUIRED 2023-10-24 00:13:55 +08:00
iyear
16efff8309 chore(.gitattr): include Markdown in GitHub stats 2023-10-20 22:17:10 +08:00
iyear
9b49746f10 fix(release): GitHub Actions OOM 2023-10-15 18:20:59 +08:00
iyear
1779cbc13d docs(dl): add new message link examples 2023-10-15 12:26:36 +08:00
iyear
1cefc40140 docs(template): add formatDate custom format 2023-10-15 12:26:36 +08:00