Results 68 issues of Shun Sakai

SSL (not TLS) is widely considered insecure and is also deprecated in the Python Docs ([PROTOCOL_SSLv2](https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_SSLv2), [PROTOCOL_SSLv3](https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_SSLv3)). Also, TLS 1.0 and 1.1 are deprecated in the latest version of major...

Many other e-book reader support XPS/OpenXPS, so I propose adding support for this. `PyMuPDF` seems to support this format. Sample files (ECMA-388): - [Sample file](https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-388.xps) - [PDF version of the...

This format is preliminary supported by many major web browsers such as Firefox ~~and Chromium~~ (). Also, some graphics softwares already supports it, so I think it would be useful...

topic: formats

## Summary プロフィールの追加情報などに書かれたリンクがそのアカウントのものであると検証できれば、本人確認の手段としてある程度有効だと思います。具体的にはMastodonの[リンク検証](https://docs.joinmastodon.org/ja/user/profile/#verification)機能と同じようなものです。

✨Feature

## Summary 既にパスワードの長さを制限しているか、72バイトの制限を回避する対策をしていたのならすみません。 Misskeyは鍵導出関数としてbcryptを使っているかと思いますが、多くのbcryptの実装が入力の先頭の72バイトだけを使うようになっており、`bcryptjs`も同様です。なので、72バイト以上のパスワードを入力しても、先頭の72バイト以降は切り捨てられてしまうので、パスワードの最大の長さを72バイトに制限してはどうでしょうか。

✨Feature

## Summary `SPDX-License-Identifier`はPleromaのソースコードにも書かれていますし、これを追加することによるデメリットは特に無いと思います。これによってMisskeyのソースコードを部分的に再利用する場合に、それが簡単になると思います。

✨Feature

In addition to the AUR, [`actionlint`](https://archlinux.org/packages/extra/x86_64/actionlint/) is also available in the Arch Linux official repository.

changelog: Add qrtool, an alternative to `qrencode(1)` which is a utility software of [libqrencode](https://fukuchi.org/works/qrencode/). Also, It's a partial alternative to `zbarimg(1)` which is a utility software of [ZBar](https://github.com/mchehab/zbar), because it...

changelog: Add rscrypt, an alternative to [the scrypt encryption utility](https://github.com/Tarsnap/scrypt#the-scrypt-encryption-utility) (`scrypt(1)`).

In ImageMagick 7 or later, legacy commands have been replaced with `magick`. The current completions are only valid if there is a symbolic links for compatibility. Therefore, I think it...

enhancement
completions
good first issue