1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 02:12:28 +01:00
Go to file
dependabot[bot] d710350f68
Bump fast-xml-parser and @aws-sdk/client-s3
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.4.1 and updates ancestor dependency [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3). These dependencies need to be updated together.


Updates `fast-xml-parser` from 4.2.5 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.5...v4.4.1)

Updates `@aws-sdk/client-s3` from 3.388.0 to 3.629.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.629.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 14:59:35 +00:00
.github Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
.husky Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
.vscode Update .vscode/launch.json 2022-12-19 19:35:33 +11:00
assets Fix typo in Request Guild Members relation 2024-08-14 16:46:43 +02:00
patches close #939 2023-08-08 11:56:15 +10:00
scripts remove changelog.js and cleanup package.json scripts 2023-08-10 19:45:34 +10:00
src Merge pull request #1157 from CyberL1/fix/reaction-removing 2024-08-14 10:53:04 -04:00
.eslintignore Add ESLint (#941) 2023-01-20 18:10:47 +11:00
.eslintrc Set eslint env properly 2023-04-12 20:43:49 +10:00
.gitignore Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
.lintstagedrc Update lintstagedrc to run on js files as well 2023-01-24 11:42:03 +11:00
.prettierignore Add back various docs/readme 2022-12-19 22:48:25 +11:00
.prettierrc.json Prettier 2022-09-26 22:41:21 +10:00
COPYING Add licence file into fosscord-server repository 2021-09-14 23:50:45 +03:00
crowdin.yml Refactor to mono-repo + upgrade packages 2022-09-25 23:35:18 +10:00
flake.lock add email verification page 2024-07-08 22:30:41 -04:00
flake.nix Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
hashes.json Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
nginx.conf Remove ALL fosscord mentions 2023-03-31 15:52:33 +11:00
nix-update.sh Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
package-lock.json Bump fast-xml-parser and @aws-sdk/client-s3 2024-08-14 14:59:35 +00:00
package.json Bump fast-xml-parser and @aws-sdk/client-s3 2024-08-14 14:59:35 +00:00
README.md fucking prettier 2023-10-04 23:42:10 +11:00
server.code-workspace SPACEBAR 2023-03-31 02:05:02 +11:00
tsconfig.json Remove ALL fosscord mentions 2023-03-31 15:52:33 +11:00

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.