diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-01-26 16:06:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 16:06:29 +0900 |
| commit | 4735ae64516a82b525a8dfd16a04c4b91d1f23c0 (patch) | |
| tree | c0281b6cfd941e315a7b61e8b1737ff21882a5c0 /.node-version | |
| parent | tweak custom emoji handling (diff) | |
| download | sharkey-4735ae64516a82b525a8dfd16a04c4b91d1f23c0.tar.gz sharkey-4735ae64516a82b525a8dfd16a04c4b91d1f23c0.tar.bz2 sharkey-4735ae64516a82b525a8dfd16a04c4b91d1f23c0.zip | |
refactor: /proxyをFileServerServiceに統合し、/proxyのurlで/filesが指定されていた場合は直接ファイルを解決するようにする (#9709)
* wip?
* clean up
* Implement? HttpFetchService
* :v:
* remove node-fetch
* fix
* refactor
* fix
* gateway timeout
* UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない)
* fix
* add logger and fix url preview
* fix ip check
* enhance logger and error handling
* fix
* fix
* clean up
* Use custom fetcher for ApRequest / ApResolver
* bypassProxyはproxyBypassHostsに判断を委譲するように
* set maxRedirections (default 3, ApRequest/ApResolver: 0)
* fix
* wip????
* wip
* :v:
* set .node-version
* clean up
* refactor
* clean up
* refactor
* refactor detectRequestType
* rename detectResponseType
* :v:
* fix
* wip
* clean up
* no got
* remove got
* wip
* :v:
* fix
* clean up
* remove unnnecessary const
* good cleanup
* no stream
* Revert "no stream"
This reverts commit 636f9192fcd2b17e71bbf6b5b106b490e0f66244.
* fix
* cache-control: max-age=300 to error
* refactor cleanup
Diffstat (limited to '.node-version')
| -rw-r--r-- | .node-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.node-version b/.node-version index e44a38e080..0e9dc6b586 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v18.12.1 +v18.13.0 |