chorus/README.md

124 lines
4.8 KiB
Markdown
Raw Normal View History

2023-04-15 18:33:17 +02:00
<div align="center">
2023-04-10 21:28:22 +02:00
2023-05-25 18:33:17 +02:00
[![Discord]][Discord-invite]
2023-04-10 21:37:27 +02:00
[![Build][build-shield]][build-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Issues][issues-shield]][issues-url]
2023-04-10 21:31:40 +02:00
2023-04-15 18:33:17 +02:00
</br>
<div align="center">
<a href="https://github.com/polyphony-chat/chorus">
2023-05-25 18:33:17 +02:00
<img src="https://raw.githubusercontent.com/polyphony-chat/design/main/branding/polyphony-chorus-round-8bit.png" alt="Logo" width="128" height="128">
2023-04-15 18:33:17 +02:00
</a>
<h3 align="center">Chorus</h3>
<p align="center">
A rust library for interacting with (multiple) Spacebar-compatible APIs and Gateways (at the same time).
<br />
<a href="https://github.com/polyphony-chat/chorus"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/polyphony-chat/chorus/issues">Report Bug</a>
·
<a href="https://github.com/polyphony-chat/chorus/issues">Request Feature</a>
2023-04-26 11:19:04 +02:00
·
<a href="https://discord.gg/8tKSC8wzDq">Join Discord</a>
2023-04-15 18:33:17 +02:00
</p>
</div>
</div>
2023-04-10 21:28:22 +02:00
## Roadmap
2023-05-27 15:25:41 +02:00
### Core Functionality
- [x] Rate Limiter (hint: couldn't be fully tested due to [an Issue with the Spacebar Server](https://github.com/spacebarchat/server/issues/1022))
- [x] [Login (the conventional way)](https://github.com/polyphony-chat/chorus/issues/1)
- [ ] [2FA](https://github.com/polyphony-chat/chorus/issues/40)
- [x] [Registration](https://github.com/polyphony-chat/chorus/issues/1)
2023-04-10 21:28:22 +02:00
2023-05-27 15:25:41 +02:00
### Messaging
- [x] [Sending messages](https://github.com/polyphony-chat/chorus/issues/23)
2023-05-29 19:20:41 +02:00
- [x] [Events (Message, User, Channel, etc.)](https://github.com/polyphony-chat/chorus/issues/51)
2023-05-27 15:25:41 +02:00
- [x] Channel creation
- [x] Channel deletion
2023-05-29 19:05:26 +02:00
- [x] [Channel management (name, description, icon, etc.)](https://github.com/polyphony-chat/chorus/issues/48)
2023-06-04 19:31:39 +02:00
- [ ] [Join and Leave Guilds](https://github.com/polyphony-chat/chorus/issues/45)
- [ ] [Start DMs](https://github.com/polyphony-chat/chorus/issues/45)
2023-05-27 15:25:41 +02:00
- [ ] Deleting messages
- [ ] Message threads
2023-06-04 14:48:39 +02:00
- [x] [Reactions](https://github.com/polyphony-chat/chorus/issues/85)
2023-05-27 15:25:41 +02:00
- [ ] Message Search
- [ ] Message history
2023-04-10 21:28:22 +02:00
2023-05-27 15:25:41 +02:00
### User Management
2023-04-12 21:31:09 +02:00
- [ ] User profile customization
2023-05-27 15:25:41 +02:00
- [x] Gettings users and user profiles
- [ ] Friend requests
- [ ] Blocking users
- [ ] User presence (online, offline, idle, etc.)
- [ ] User status (custom status, etc.)
- [x] Account deletion
### Additional Features
2023-04-11 18:18:24 +02:00
- [ ] Emoji
- [ ] Stickers
2023-04-10 21:28:22 +02:00
- [ ] Forum channels
2023-05-27 15:25:41 +02:00
- [ ] Server discovery
- [ ] Server templates
### Voice and Video
- [ ] Voice chat support
- [ ] Video chat support
### Permissions and Roles
2023-06-04 19:31:39 +02:00
- [ ] [Role management](https://github.com/polyphony-chat/chorus/issues/46) (creation, deletion, modification)
- [ ] [Permission management](https://github.com/polyphony-chat/chorus/issues/46) (assigning and revoking permissions)
2023-06-04 19:33:46 +02:00
- [ ] [Channel-specific permissions](https://github.com/polyphony-chat/chorus/issues/88)
2023-05-27 15:25:41 +02:00
- [ ] Role-based access control
### Server Management
- [x] Server creation
- [x] Server deletion
- [ ] Server settings management (name, description, icon, etc.)
- [ ] Member management (adding, removing, banning, unbanning)
- [ ] Server invites
### Moderation
- [ ] Channel moderation (slow mode, etc.)
- [ ] User sanctions (mute, kick, ban)
- [ ] Audit logs
### Embeds and Rich Content
- [x] Sending rich content in messages (links, images, videos)
- [ ] Customizing embed appearance (title, description, color, fields)
### Notifications and Push Notifications
- [ ] Notification settings management
### Webhooks
- [ ] Webhook creation and management
- [ ] Handling incoming webhook events
### Documentation and Examples
- [ ] Comprehensive documentation
- [ ] Example usage and code snippets
- [ ] Tutorials and guides
2023-04-10 21:31:33 +02:00
[Rust]: https://img.shields.io/badge/Rust-orange?style=plastic&logo=rust
[Rust-url]: https://www.rust-lang.org/
2023-05-25 18:33:17 +02:00
[build-shield]: https://img.shields.io/github/actions/workflow/status/polyphony-chat/chorus/rust.yml?style=flat
2023-04-10 21:37:05 +02:00
[build-url]: https://github.com/polyphony-chat/chorus/blob/main/.github/workflows/rust.yml
2023-05-25 18:33:17 +02:00
[contributors-shield]: https://img.shields.io/github/contributors/polyphony-chat/chorus.svg?style=flat
2023-04-10 21:37:05 +02:00
[contributors-url]: https://github.com/polyphony-chat/chorus/graphs/contributors
2023-05-25 18:33:17 +02:00
[forks-shield]: https://img.shields.io/github/forks/polyphony-chat/chorus.svg?style=flat
2023-04-10 21:37:05 +02:00
[forks-url]: https://github.com/polyphony-chat/chorus/network/members
2023-05-25 18:33:17 +02:00
[stars-shield]: https://img.shields.io/github/stars/polyphony-chat/chorus.svg?style=flat
2023-04-10 21:37:05 +02:00
[stars-url]: https://github.com/polyphony-chat/chorus/stargazers
2023-05-25 18:33:17 +02:00
[issues-shield]: https://img.shields.io/github/issues/polyphony-chat/chorus.svg?style=flat
2023-04-10 21:37:05 +02:00
[issues-url]: https://github.com/polyphony-chat/chorus/issues
2023-05-25 18:33:17 +02:00
[license-shield]: https://img.shields.io/github/license/polyphony-chat/chorus.svg?style=f;at
2023-04-10 21:37:05 +02:00
[license-url]: https://github.com/polyphony-chat/chorus/blob/master/LICENSE
2023-05-25 18:33:17 +02:00
[Discord]: https://dcbadge.vercel.app/api/server/m3FpcapGDD?style=flat
[Discord-invite]: https://discord.com/invite/m3FpcapGDD