wdvxdr
|
13325634c0
|
make lint happy
|
2023-04-08 11:34:19 +08:00 |
|
Mrs4s
|
749cde2a6d
|
fix #1782
|
2023-04-02 18:32:49 +08:00 |
|
wdvxdr
|
20c62111f5
|
all: run gofmt -w -r 'interface{} -> any'
|
2023-01-26 23:03:08 +08:00 |
|
Mrs4s
|
7d5f1d6843
|
fix #1815
|
2023-01-11 06:08:33 +08:00 |
|
xiangxiangxiong9
|
b05a64fc1b
|
邀请入群添加邀请人id [invitor_id]
|
2022-12-20 20:37:08 +08:00 |
|
Mrs4s
|
0248c86078
|
fix #1733
|
2022-12-01 18:09:18 +08:00 |
|
wdvxdr
|
f4117bfb70
|
internal/download: move download logic to this package
also disable http2 when downloading, may fix some issue
For #1563
|
2022-10-13 21:27:36 +08:00 |
|
源文雨
|
15602e1daa
|
revert: re-include url in message (#1521)
* revert: re-include url in message
* fix: wrong writer usage
* fix: composite literal uses unkeyed fields
* 优化buffer
* fix: illegal use of non-zero Builder
* fix: illegal use of non-zero Builder
* fix: make lint happy
* fix: replace io.Writer to *strings.Builder
* fix: replace io.Writer to *strings.Builder
|
2022-05-30 14:17:34 +08:00 |
|
wdvxdr
|
5daea94157
|
fix golangci-lint error
|
2022-05-26 20:48:11 +08:00 |
|
wdvxdr
|
9e136b21fa
|
coolq: refactor event msg
|
2022-05-26 20:45:05 +08:00 |
|
wdvxdr
|
296668441f
|
coolq: unify converting IMessage to string&array message
|
2022-05-25 15:24:48 +08:00 |
|
wdvxdr
|
19230b1511
|
coolq: move MessageSource to MiraiGo/message
|
2022-02-21 17:49:02 +08:00 |
|
wdvxdr
|
59bc7b4bae
|
internal/cache: always use CacheDB
Updates #1075
|
2021-12-28 17:33:14 +08:00 |
|
Mrs4s
|
8da29c292e
|
feat: get_guild_msg api no_cache
|
2021-12-14 17:50:36 +08:00 |
|
Mrs4s
|
f5ef0c188b
|
feat: guild_channel_recall event
|
2021-12-13 02:21:20 +08:00 |
|
Mrs4s
|
54e69acb8b
|
feat: support guild image decode to db
|
2021-12-11 23:35:49 +08:00 |
|
Mrs4s
|
5d81267c12
|
feat: get_guild_member_profile api
|
2021-12-11 02:57:17 +08:00 |
|
Mrs4s
|
3eade331bf
|
update dep
|
2021-12-07 13:50:51 +08:00 |
|
Mrs4s
|
b4d92fcae3
|
fix: guild event use string-id type
|
2021-11-23 23:36:32 +08:00 |
|
wdvxdr
|
adec1d1c1b
|
coolq: drop [CQ:gift] support
|
2021-11-14 21:40:29 +08:00 |
|
Mrs4s
|
cc8f2b5a7a
|
feat: channel_created event & channel_destroyed event support
|
2021-11-14 19:35:46 +08:00 |
|
wdvxdr
|
96e0411c97
|
fix(all): resolve issues reported by golangci-lint
|
2021-11-13 15:57:00 +08:00 |
|
Mrs4s
|
1a2658ef72
|
fix: event missing field
|
2021-11-13 03:59:50 +08:00 |
|
Mrs4s
|
52e7ea5bbe
|
feat: support parse multi-source message & support parse and forward guild image message
|
2021-11-13 03:08:41 +08:00 |
|
Mrs4s
|
ea036c5d05
|
feat: send_guild_channel_msg
|
2021-11-12 03:40:59 +08:00 |
|
Mrs4s
|
9f9db54192
|
feat: guild channel updated event
|
2021-11-12 03:04:11 +08:00 |
|
Mrs4s
|
498602fbca
|
feat: guild channel message event & guild message reactions updated event
|
2021-11-09 03:43:38 +08:00 |
|
Mrs4s
|
7a001faf2f
|
fix: make lint happy
|
2021-10-30 18:26:44 +08:00 |
|
Mrs4s
|
0ad74c6f2c
|
feat: resolving flash image url
|
2021-10-30 18:23:08 +08:00 |
|
wdvxdr
|
5e70c8115e
|
feat: modular database
build with leveldb on default
|
2021-10-17 17:12:24 +08:00 |
|
wdvxdr
|
7c4be95c19
|
feat: store cache with disk btree backend
|
2021-09-28 22:23:33 +08:00 |
|
wdvxdr
|
d464236573
|
fix: make linter happy
add db into skip-dirs
|
2021-09-28 15:46:14 +08:00 |
|
wdvxdr
|
f767213681
|
feat: init disk-based btree impl
|
2021-09-27 22:44:45 +08:00 |
|
wdvxdr
|
a691ee8115
|
Merge branch 'dev' into dev.db
# Conflicts:
# coolq/bot.go
|
2021-09-25 21:21:28 +08:00 |
|
wdvxdr
|
cf21e81016
|
style: move flag parse to internal/base
|
2021-09-25 21:09:50 +08:00 |
|
wdvxdr
|
883fca089d
|
style: move global/update to internal/selfupdate
also move checkUpdate to internal/selfupdate
|
2021-09-25 10:58:54 +08:00 |
|
Mrs4s
|
66266f0d5e
|
feat: multi database support - leveldb.
|
2021-09-22 14:43:48 +08:00 |
|
Mrs4s
|
efdd6bd16a
|
style: move coolq.MSG to global package
|
2021-09-17 19:08:05 +08:00 |
|
Mrs4s
|
1290a3dd10
|
fix: unidirectional friend cache missing.
|
2021-09-16 18:08:45 +08:00 |
|
Mrs4s
|
e13a5bdad0
|
update doc & fix typo.
|
2021-08-15 02:51:32 +08:00 |
|
Mrs4s
|
3c9433d7b7
|
remove: mark msg as read.
|
2021-08-15 02:22:47 +08:00 |
|
wdvxdr
|
75e82eaf35
|
fix(event): friend poke self.
|
2021-08-10 15:10:42 +08:00 |
|
Mrs4s
|
4bcfe9b8f1
|
feat: member special title updated event.
|
2021-08-09 06:17:12 +08:00 |
|
wdvxdr
|
86202d9d90
|
style: clean up io/ioutil.
rf '
ex {
import "io/ioutil";
import "os";
ioutil.WriteFile -> os.WriteFile
ioutil.ReadFile -> os.ReadFile
}
'
|
2021-07-29 15:18:50 +08:00 |
|
wdvxdr
|
4894731422
|
rf(message): refactor show pic&flash pic.
Fixes: #470
|
2021-07-18 11:42:36 +08:00 |
|
wdvxdr
|
19fdd34b7f
|
style: clean code
|
2021-05-30 14:38:08 +08:00 |
|
wdvxdr
|
9f7e31766b
|
refactor(server): replace gin with net/http
reduce binary size about 2M
|
2021-05-30 14:05:50 +08:00 |
|
github-actions[bot]
|
17d983060a
|
ci(chore): Fix stylings
|
2021-05-26 11:21:18 +00:00 |
|
Mrs4s
|
a526ec6dbc
|
Merge pull request #840 from sam01101/patch-1
Fixes #839
|
2021-05-26 19:20:50 +08:00 |
|
Mrs4s
|
f6f31a87f9
|
feat: mark message readed.
|
2021-05-24 14:38:07 +08:00 |
|