An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
Go to file
2023-08-24 06:20:51 +08:00
.github/workflows Update Lagrange.Core-nuget-push.yml 2023-06-29 19:40:29 +08:00
Lagrange.Core Supported Reply (ForwardEntity) 2023-08-24 06:20:51 +08:00
Lagrange.Core.Test Update Tests 2023-08-23 06:36:43 +08:00
Lagrange.OneBot Push ignored segment 2023-08-23 06:21:47 +08:00
.gitignore Implemented Captcha 2023-07-29 17:46:22 +08:00
Lagrange.Core.sln Allow nullable for Services 2023-08-14 03:19:47 +08:00
LICENSE Create LICENSE 2023-06-28 16:55:55 +08:00
README.md Supported Reply (ForwardEntity) 2023-08-24 06:20:51 +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

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