477 Commits

Author SHA1 Message Date
fuqiuluo
012ecaa85d fix #335 2024-07-08 08:55:49 +08:00
fuqiuluo
7ea127a279 update shamrock 2024-07-08 08:15:05 +08:00
ikechan8370
02f83a3c48
fix: remove debug log 2024-07-07 15:26:30 +08:00
ikechan8370
4016c05882 fix: 9.0.71 compatible issues (part of) 2024-07-07 15:04:30 +08:00
Simplxs
59d762eecf
fix https://github.com/KarinJS/kritor/issues/10 1.1.0-ntrnm 1.0.9 2024-04-11 12:37:54 +08:00
Simplxs
e891bc8512
fix build 2024-04-11 01:17:13 +08:00
Simplxs
494c70f2f8
update kritor 2024-04-11 00:58:36 +08:00
ikechan8370
7baf459b2a Shamrock: fix scene and group code 2024-04-10 21:09:10 +08:00
Simplxs
36a09ca088
update kritor 2024-04-08 20:00:44 +08:00
ikechan8370
926c4659f6 Shamrock: add kritor metadata 2024-04-07 16:51:21 +08:00
ikechan8370
cb7c68f36c fix: build error 2024-04-07 16:27:35 +08:00
Simplxs
72af39208c
update kritor 2024-04-07 16:08:33 +08:00
白池
042f4bd330
fix build err 1.1.0 2024-04-04 19:44:56 +08:00
白池
9aef71b09f
fix build err 2024-04-04 18:56:48 +08:00
白池
9cbe755520
fix missing elem-type for kritor 2024-04-04 18:51:58 +08:00
白池
df02f9f872
fix #316 2024-03-28 19:37:10 +08:00
白池
5cbb695a66
fix crash 2024-03-28 19:27:11 +08:00
Simplxs
c014e85faa
update kritor 2024-03-27 16:21:49 +08:00
Simplxs
4a396b0935
Update kritor 2024-03-25 01:12:59 +08:00
Simplxs
d59fcf9f6a
update kritor 2024-03-25 01:10:33 +08:00
Simplxs
cdc664f44a
fix build error 2024-03-24 05:33:57 +08:00
Simplxs
ad313f384c
fix kritor 2024-03-24 05:19:50 +08:00
Simplxs
b6a510ce05
Update .gitmodules 2024-03-21 19:35:16 +08:00
Simplxs
bed5947909
update kritor 2024-03-21 19:15:58 +08:00
ikechan8370
fb6578d243 chore: try to fix ci 2024-03-21 17:50:39 +08:00
ikechan8370
d33cace7aa Shamrock: forward messages resources upload 2024-03-21 17:39:51 +08:00
白池
659d4e5da4
commit Readme.md 2024-03-21 16:21:54 +08:00
白池
ac2aee8c0e
関連プロジェクトのヒントを追加する 2024-03-21 16:17:25 +08:00
白池
0faada7b5a
Merge pull request #310 from whitechi73/kritor
kritorをmasterブランチに設定する
2024-03-21 16:15:12 +08:00
fuqiuluo
680317da13 kritorをmasterブランチに設定する
kritorをmasterブランチに設定する
2024-03-21 16:13:45 +08:00
ikechan8370
7782feb6ac
Merge pull request #303 from tobycroft/master
GetFile的type新增gzip,会将数据流压缩后再b64降低带宽占用
2024-03-18 22:43:18 +08:00
白池
d66358a1f3 Shamrock: 提供开发者服务支持
Signed-off-by: 白池 <whitechi73@outlook.com>
2024-03-18 21:02:05 +08:00
tuuz
824f280b3a 修改error 提示 2024-03-18 15:40:14 +08:00
tuuz
6936262d62 GetFile的type新增gzip,会将数据流压缩后再b64降低带宽占用
- 使用gzip压缩
2024-03-18 15:24:24 +08:00
Tuuz
0955267ee5
Merge branch 'whitechi73:master' into master 2024-03-18 13:56:26 +08:00
tuuz
f3da62fa74 GetFile的type新增gzip,会将数据流压缩后再b64降低带宽占用
- 使用gzip压缩
2024-03-18 13:49:03 +08:00
ikechan8370
abbac6315c
Merge pull request #301 from tobycroft/master
新增get_file方法(算是补全下功能)
2024-03-18 13:34:51 +08:00
ikechan8370
0cf10eabd6
fix: set field file_type not required 2024-03-18 13:34:13 +08:00
tuuz
8c33267887 fileType加入空匹配,可支持空传 2024-03-18 13:30:18 +08:00
tuuz
f030104ff2 get_record的ws加入单独的md5字段,方便后续get_file拿文件 2024-03-18 13:23:20 +08:00
白池
ee5fcc3403 Shamrock: 精华消息支持
Signed-off-by: 白池 <whitechi73@outlook.com>
2024-03-18 11:49:38 +08:00
tuuz
5e819179b4 get_record的ws加入单独的md5字段,方便后续get_file拿文件 2024-03-18 04:08:07 +08:00
tuuz
ea206faf4f get_record的ws加入单独的md5字段,方便后续get_file拿文件 2024-03-18 04:07:11 +08:00
tuuz
5adfc544a2 修正file_type参数不正确问题 2024-03-18 03:46:51 +08:00
tuuz
bdb75841cf AGP更新 2024-03-18 03:23:11 +08:00
tuuz
a3dc0d06b2 新增get_file方法,主要解决使用反向websocket的时候获取文件麻烦的问题,目前仅支持base64的type返回,未来将支持更多模式,测试后将发布至文档 2024-03-18 03:17:36 +08:00
tuuz
3664352f23 新增get_file方法,主要解决使用反向websocket的时候获取文件麻烦的问题,目前仅支持base64的type返回,未来将支持更多模式,测试后将发布至文档 2024-03-18 03:05:28 +08:00
tuuz
2770979fee 新增get_file方法,主要解决使用反向websocket的时候获取文件麻烦的问题,目前仅支持base64的type返回,未来将支持更多模式,测试后将发布至文档 2024-03-18 02:57:44 +08:00
白池
6c9b282c6a Shamrock: 实现消息服务
Signed-off-by: 白池 <whitechi73@outlook.com>
2024-03-16 19:39:45 +08:00
白池
3a07116093 Shamrock: 实现事件推送
Signed-off-by: 白池 <whitechi73@outlook.com>
2024-03-15 01:37:28 +08:00