An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
Find a file
2023-08-31 17:08:11 +08:00
.github/workflows 6 2023-08-24 15:30:31 +08:00
Lagrange.Core Bump Version to 0.1.2-alpha 2023-08-31 17:08:11 +08:00
Lagrange.Core.Test Update Tests 2023-08-23 06:36:43 +08:00
Lagrange.OneBot Implemented Friend's ImageEntity 2023-08-27 20:45:48 +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 Bump Version to 0.1.2-alpha 2023-08-31 17:08:11 +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 🟡 Client Key 🟢 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