Commit Graph

2338 Commits

Author SHA1 Message Date
kwaroran
b398a0124a ref: update copyright year in LICENSE file 2024-06-07 19:01:05 +09:00
kwaroran
2f4103cf2e feat: add trigger sort 2024-06-07 18:54:21 +09:00
kwaroran
2e05bcbdde ref: remove unnessary code in parser.ts 2024-06-07 18:26:20 +09:00
kwaroran
7143de221d refactor: update del tokenizer in parser.ts 2024-06-07 18:25:09 +09:00
kwaroran
7bb056d6a8 feat: lineheight 2024-06-07 17:55:59 +09:00
kwaroran
58bf0807d2 feat: add font settings 2024-06-07 17:47:10 +09:00
kwaroran
49b14939c4 feat: add quote colors 2024-06-07 17:14:21 +09:00
kwaroran
c524b91d1e Bump version to 1.112.1 2024-06-07 00:38:33 +09:00
kwaroran
d7c072e59b Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-07 00:38:18 +09:00
kwaroran
c54b1a6d30 fix: add stb error handling 2024-06-07 00:38:15 +09:00
kwaroran
e4855475cd chore(deps): bump h2 from 0.3.25 to 0.3.26 in /src-tauri (#489)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/h2/releases">h2's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.26</h2>
<h2>What's Changed</h2>
<ul>
<li>Limit number of CONTINUATION frames for misbehaving
connections.</li>
</ul>
<p>See <a
href="https://seanmonstar.com/blog/hyper-http2-continuation-flood/">https://seanmonstar.com/blog/hyper-http2-continuation-flood/</a>
for more info.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md">h2's
changelog</a>.</em></p>
<blockquote>
<h1>0.3.26 (April 3, 2024)</h1>
<ul>
<li>Limit number of CONTINUATION frames for misbehaving
connections.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="357127e279"><code>357127e</code></a>
v0.3.26</li>
<li><a
href="1a357aaefc"><code>1a357aa</code></a>
fix: limit number of CONTINUATION frames allowed</li>
<li><a
href="5b6c9e0da0"><code>5b6c9e0</code></a>
refactor: cleanup new unused warnings (<a
href="https://redirect.github.com/hyperium/h2/issues/757">#757</a>)</li>
<li>See full diff in <a
href="https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.25&new-version=0.3.26)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/kwaroran/RisuAI/network/alerts).

</details>
2024-06-06 19:39:27 +09:00
kwaroran
0a4e2fe48c chore(deps): bump rustls from 0.21.10 to 0.21.12 in /src-tauri (#488)
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to
0.21.12.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3633152cc5"><code>3633152</code></a>
Cargo: v0.21.11 -&gt; v0.21.12</li>
<li><a
href="0baaeba7a8"><code>0baaeba</code></a>
proj: MSRV 1.61 -&gt; 1.63</li>
<li><a
href="6fd691a101"><code>6fd691a</code></a>
tls13: fix clippy::unnecessary_lazy_evaluations finding</li>
<li><a
href="6da53375a2"><code>6da5337</code></a>
Test for illegal IP address in server name extension</li>
<li><a
href="75f8857db7"><code>75f8857</code></a>
Ignore server_name extension containing IP address</li>
<li><a
href="7b8d1dbc1e"><code>7b8d1db</code></a>
Prepare 0.21.11</li>
<li><a
href="ebcb4782f2"><code>ebcb478</code></a>
complete_io: bail out if progress is impossible</li>
<li><a
href="20f35dfb6d"><code>20f35df</code></a>
Regression test for <code>complete_io</code> infinite loop bug</li>
<li><a
href="2f2aae15a4"><code>2f2aae1</code></a>
Don't specially handle unauthenticated close_notify alerts</li>
<li><a
href="e163587b98"><code>e163587</code></a>
Don't deny warnings from nightly clippy</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.12">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.10&new-version=0.21.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/kwaroran/RisuAI/network/alerts).

</details>
2024-06-06 19:39:17 +09:00
kwaroran
c1243aaf54 Bump version to 1.112.0 2024-06-06 19:38:58 +09:00
kwaroran
57e50ca9b3 feat: add sortings 2024-06-06 19:29:38 +09:00
dependabot[bot]
91aa69783e chore(deps): bump h2 from 0.3.25 to 0.3.26 in /src-tauri
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 16:52:34 +00:00
dependabot[bot]
0c746decb8 chore(deps): bump rustls from 0.21.10 to 0.21.12 in /src-tauri
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.12.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.12)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 16:51:37 +00:00
kwaroran
c5fb83e557 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-05 16:51:32 +09:00
kwaroran
c9d41c1cfa fix: apply module not working 2024-06-05 16:51:30 +09:00
kwaroran
32be3d9ba4 Enhance Node Version RisuAI Backend Server File I/O Performance (#485)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?

# Description
노드리스의 /api/write와 /api/read에서 base64를 제거해 파일 용량 과 I/O에 필요한 연산량을 줄였습니다.
Removed base64 from /api/write and /api/read on node version rise to
reduce file size and the amount of computation required for I/O.
2024-06-05 16:39:38 +09:00
kwaroran
764c2370dd feat: add module apply 2024-06-05 16:38:44 +09:00
Yuhwan Kim
7f3045bccb Reapply Base64 encoding to /api/list 2024-06-05 02:22:05 +09:00
Yuhwan Kim
de5d6a32bf Enhance Node Backend Server File I/O Performance 2024-06-05 01:25:16 +09:00
kwaroran
1b776c3076 Bump version to 1.111.6 2024-06-04 19:36:25 +09:00
kwaroran
0e5e587c90 feat: add probability decorator 2024-06-04 19:36:09 +09:00
kwaroran
658f14ec4e Bump version to 1.111.5 2024-06-04 19:08:39 +09:00
kwaroran
6fa6660d96 fix: fix pick 2024-06-04 19:08:02 +09:00
kwaroran
49a26b8893 remove: random lorebook 2024-06-04 18:47:58 +09:00
kwaroran
a4ac170f5b feat: add forked 2024-06-04 12:13:33 +09:00
kwaroran
ced1776c8c refactor: Update RealmPopUp URL to use new character page format 2024-06-04 12:06:45 +09:00
kwaroran
b5164129aa feat: Add lodash split function to improve URL parsing in RealmMain.svelte 2024-06-04 12:02:08 +09:00
kwaroran
b40ec8a13d Bump version to 1.111.4 2024-06-04 00:53:03 +09:00
kwaroran
a4afc03d46 refactor: Replace null with 0 in executeRPNCalculation function 2024-06-04 00:52:34 +09:00
kwaroran
be6243beae refactor: Add 'rollp' to normalCBSwithParams array in highlight.ts 2024-06-04 00:41:41 +09:00
kwaroran
7e4fcef136 Bump version to 1.111.3 2024-06-03 22:16:08 +09:00
kwaroran
1e4d372f3b refactor: improve charx loading 2024-06-03 22:13:24 +09:00
kwaroran
725b180094 Bump version to 1.111.2 2024-06-03 18:43:45 +09:00
kwaroran
ed49f72c1b fix: Fix readedChara version pointing number instead of string 2024-06-03 18:43:20 +09:00
kwaroran
5fc08a2d6e refactor: Convert v1 character data to v2 format during import 2024-06-03 18:39:15 +09:00
kwaroran
06a1aef510 fix: risuext checking 2024-06-03 18:28:03 +09:00
kwaroran
0b722ba99b Bump version to 1.111.1 2024-06-03 18:07:34 +09:00
kwaroran
118e112f71 refactor: Set default value for ttsMode in characterFormatUpdate 2024-06-03 18:07:12 +09:00
kwaroran
6d7e9da3e9 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-03 18:06:11 +09:00
kwaroran
af2d4342cc fix: remove emotion and additionalasset export to match v2 spec 2024-06-03 18:06:04 +09:00
kwaroran
de6fe08773 fix: remove emotion and additionalasset export to match v2 spec 2024-06-03 18:05:39 +09:00
kwaroran
653e3671e1 refactor: Add v2 warning 2024-06-03 17:59:37 +09:00
kwaroran
31ef0b3085 fix: button margin 2024-06-03 17:51:56 +09:00
kwaroran
a138be7b90 feat: add rollp cbs 2024-06-03 17:50:47 +09:00
kwaroran
eecfa3cc21 Bump version to 1.111.0 2024-06-03 17:38:59 +09:00
kwaroran
cf5c75a9fb refactor: change button order in alertcomp 2024-06-03 17:38:42 +09:00
kwaroran
2ffc85cad8 fix: typo fix 2024-06-03 17:37:25 +09:00