An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
Find a file
2023-07-29 17:46:22 +08:00
.github/workflows Update Lagrange.Core-nuget-push.yml 2023-06-29 19:40:29 +08:00
Lagrange.Core Implemented Captcha 2023-07-29 17:46:22 +08:00
Lagrange.Core.Test Added Send Message Support 2023-07-24 13:11:01 +08:00
Lagrange.OneBot Update QrCodeHelper.cs 2023-07-28 16:10:41 +08:00
.gitignore Implemented Captcha 2023-07-29 17:46:22 +08:00
Lagrange.Core.sln Removed Sign 2023-07-08 01:44:16 +08:00
LICENSE Create LICENSE 2023-06-28 16:55:55 +08:00
README.md Implemented Captcha 2023-07-29 17:46:22 +08:00

Lagrange.Core

Core C# License

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

Features List

Protocol Support Login Support Messages Support Operations Support Events Support
Windows 🔴 QrCode 🟢 Images 🟡 Poke 🔴 Captcha 🟢
macOS 🔴 Password 🟢 Text / At 🟢 Recall 🟡 BotOnline 🟢
Linux 🟢 EasyLogin 🟢 Records 🔴 Leave Group 🔴 BotOffline 🟢
UnusalDevice
Password
🔴 QFace 🟢 Special Title 🔴 Message 🟢
UnusalDevice
Easy
🟢 Json 🟡 Kick Member 🟢 Poke 🔴
Xml 🟡 Mute Member 🟢 MessageRecall 🔴
Forward 🔴 Set Admin 🟢 GroupMemberDecrease 🔴
Video 🔴 Friend Request 🔴 GroupMemberIncrease 🔴
Flash Image 🔴 Group Request 🔴 GroupPromoteAdmin 🔴
Reply 🟡 Voice Call 🔴 GroupInvite 🔴
File 🔴 Csrf Token 🔴 GroupRequestJoin 🔴
Cookies 🟢 FriendRequest 🔴
Send Message 🟢 FriendTyping 🔴
FriendVoiceCall 🔴

Known Problem

- [ ] 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