Lagrange.Core/README.md

33 lines
3.2 KiB
Markdown
Raw Normal View History

2023-06-28 05:28:39 +02:00
<div align="center">
# Lagrange.Core
[![Core](https://img.shields.io/badge/Lagrange-Core-blue)](#)
[![C#](https://img.shields.io/badge/.NET-%207-blue)](#)
[![License](https://img.shields.io/static/v1?label=LICENSE&message=MIT&color=lightrey)](#)
An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
</div>
## Features List
2023-07-24 07:11:01 +02:00
| Protocol | Support | Login | Support | Messages | Support | Operations | Support | Events | Support |
|----------|---------|---------------------------|---------|:-----------------|:-----------|:------------------|:-----------|:-----------------------|:--------|
| Windows | 🔴 | QrCode | 🟢 | Images | 🟡 | ~~Poke~~ | 🔴 | Captcha | 🔴 |
2023-07-24 16:47:34 +02:00
| macOS | 🔴 | Password | 🟢 | Text / At | 🟡 | Recall | 🟡 | BotOnline | 🟢 |
2023-07-24 07:11:01 +02:00
| Linux | 🟢 | EasyLogin | 🟢 | Records | 🔴 | Leave Group | 🔴 | BotOffline | 🟢 |
| | | UnusalDevice<br/>Password | 🔴 | QFace | 🟡 | ~~Special Title~~ | 🔴 | Message | 🟢 |
| | | UnusalDevice<br/>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~~ | 🔴 |
2023-06-28 05:28:39 +02:00
## Known Problem
2023-06-30 15:53:56 +02:00
- [ ] 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.