mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-01 20:09:01 +00:00
631788537c5283167bd63648db75e7b36205b3b7
- Fix GET Ban using "ban"/"user" instead of "user_id" in params, making it unusable - Return a processed user object instead of the raw DB one - Silently ignore already banned users to prevent duplicate bans in the DB - Return HTTP 204 on successful bans instead of the raw DB ban object
Spacebar Server
About
Spacebar/server is a Discord backend re-implementation and extension. We aim to reverse engineer and add additional features to the Discord backend, while remaining completely backwards compatible with existing bots, applications, and clients.
This repository contains:
Documentation
Contributing
Clients
You should be able to use any client designed for Discord.com to connect to a Spacebar instance.
However, some incompatibilities still exist between Spacebar and Discord. For this reason, not every client will connect.
The WIP official Spacebar client will always work.
You can find a live version here.
Languages
TypeScript
72.9%
C#
18.5%
HTML
3.3%
Nix
2.4%
JavaScript
1.8%
Other
1.1%