Skip to content

Commit

Permalink
[Core] Remove Sign Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Oct 24, 2023
1 parent 953b58d commit 7fad2ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lagrange.Core/Utility/Sign/LinuxSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Lagrange.Core.Utility.Sign;

internal class LinuxSigner : SignProvider
{
private const string Url = "https://sign.konata.dev";
private const string Url = "";

public override byte[]? Sign(string cmd, uint seq, byte[] body, out byte[]? ver, out string? token)
{
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![C#](https://img.shields.io/badge/OneBot-%20.NET_7-blue)](#)

[![License](https://img.shields.io/static/v1?label=LICENSE&message=GPL-3.0&color=lightrey)](#)
[![QQ](https://img.shields.io/static/v1?label=QQGroup&message=348981074&color=red)](#)
[![Telegram](https://img.shields.io/static/v1?label=Telegram&message=https://t.me/6HNTeJO0JqtlNmRl&color=red)](#)

An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core

Expand Down Expand Up @@ -299,6 +299,8 @@ Please use Lagrange.Core responsibly and in accordance with the law.

~~- [ ] Signature Service is currently not established, so the login tend to be failed and return code may be 45, you can establish your own sign service by rewriting the `Signature` static class.~~

Thanks KonataDev/TheSnowfield for Provision of Signature API
~~Thanks KonataDev/TheSnowfield for Provision of Signature API~~

Signature API is now not provided, you may need to find it somewhere and inherit `SignProvider` class for `CustomSignProvider` in `BotConfig`

- Signature of Windows and macOS is missing, you need to figure out by your self

0 comments on commit 7fad2ee

Please sign in to comment.