From c2f03d81fe2b85240c2762b569969c1b3be92bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 6 May 2023 12:32:13 +0300 Subject: [PATCH 01/18] Not only chat --- components/features.vue | 47 ++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/components/features.vue b/components/features.vue index d2cf8a67..2950f1dc 100644 --- a/components/features.vue +++ b/components/features.vue @@ -7,80 +7,89 @@

Free and Open Source

We believe the best way to make software is through easy and open public contribution. - Fosscord is 100% open source, and is licensed under the + Spacebar Chat is 100% open source, and is licensed under the GNU Affero General Public License v3.0

- Github + Github

Configurable

- Fosscord has a large number of configurable values to determine every aspect of how your + Spacebar has a large number of configurable values to determine every aspect of how your instance operates. If an option you need doesn't exist, you do always have the option to simply edit the source too!

- Configuration documentation + Configuration documentation

Many supported DB engines

Instance owners have complete control over which DBMS software they use as a backend to - Fosscord. + Spacebar.

- Database documentation + Database documentation

Security

- Fosscord has a number of security features built in, such as instance-wide user rights. + Spacebar has a number of security features built in, such as instance-wide user rights. Rights are kind of like guild member permissions, except for the entire instance, for example the right to send messages or to create bot accounts.

- Rights documentation + Rights documentation

E2E Encryption

We believe communication should be private. End to End Encryption is a planned, core feature of - Fosscord, and will allow users to truly trust that their privacy, and private information is + Spacebar, and will allow users to truly trust that their privacy, and private information is kept from prying eyes. It should be noted that, without client support for this feature, you will be unable to send/receive encrypted messages.

- Tracker + Tracker

Discord.com Compatibility

-

Fosscord aims to be 100% compatible with existing discord.com clients, bots, and other services, +

Spacebar aims to be 100% compatible with existing discord.com clients, bots, and other services, as well as any that appear in the future. This allows a smooth transition from Discord.com to a Fosscord instance. With this goal also comes complete feature parity between Discord.com and - Fosscord. We aim to have all Discord.com features implemented within Fosscord, as well as - additional - features and configurability given to our users.

+ Fosscord. We aim to have all Discord.com features implemented within Spacebar, as well as + additional features and configurability given to our users.

Server Plugins

-

Through Fosscord server plugins, instance owners will be able to easily extend and add new +

Through Spacebar server plugins, instance owners will be able to easily extend and add new features to their instances.

- Tracker + Tracker +
+ +
+

Not only chat

+

As Spacebar is open source, anyone can use it for any purpose. It does not have artificial + restrictions that prevent it from being used in usecases that are not casual friends&family or + fans conversation. In fact, the more institutions use Spacebar as their preferred instant + messaging and real time communication solution, the more chance our bugs get noticed and + possibly the sooner they get fixed.

+ Essay coming soon

Voice and Video

-

Voice and Video support on Fosscord is in active development, but may take a while longer.

- Tracker +

Voice and Video support on Spacebar is in active development, but may take a while longer.

+ Tracker

Much more!

This is by no means a complete list of features, planned or completed, that the team behind - Fosscord wishes to implement. We already have a large number of features implemented and working + Spacebar wishes to implement. We already have a large number of features implemented and working using existing discord.com clients, and have no plans on stopping.

From 7ca399a4652cceca8b255b2a8ba52b3ad9221847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 6 May 2023 12:32:47 +0300 Subject: [PATCH 02/18] Update warning.vue --- components/warning.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/warning.vue b/components/warning.vue index 934afbf9..9ac1801c 100644 --- a/components/warning.vue +++ b/components/warning.vue @@ -2,12 +2,12 @@

- Fosscord is still a work in progress. If you're an advanced user, read the - Documentation for a + Spacebar is still a work in progress. If you're an advanced user, read the + Documentation for a guide on how to get started.

From 897b0ec9883445425a046f52ab1ccba98885374e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 6 May 2023 12:33:21 +0300 Subject: [PATCH 03/18] Update randomfacts.vue --- components/randomfacts.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/randomfacts.vue b/components/randomfacts.vue index b6eae3fb..2eafd497 100644 --- a/components/randomfacts.vue +++ b/components/randomfacts.vue @@ -4,7 +4,7 @@

- Short facts about Fosscord + Short facts about Spacebar

Discord-compatible

@@ -15,6 +15,7 @@

Decentralized

Extendable

Themeable

+

Not only chat

From 9032fd7a7e6a5d00b485a67457d97b09b49c48f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 6 May 2023 12:33:48 +0300 Subject: [PATCH 04/18] Update roadmapapi.vue --- components/roadmapapi.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/roadmapapi.vue b/components/roadmapapi.vue index be2f7268..fb328119 100644 --- a/components/roadmapapi.vue +++ b/components/roadmapapi.vue @@ -16,7 +16,7 @@ export default { }, async fetch() { let res = await fetch( - "https://api.github.com/repos/fosscord/fosscord-server/issues/140" + "https://api.github.com/repos/spacebarchat/server/issues/140" ); res = await res.json(); let { body } = res; @@ -26,7 +26,7 @@ export default { .replace(/\[x\]/g, "") .replace( /#(\d+)/g, - '#$1' + '#$1' ); } }; From 923088813daed588237235b08f14dc3ff371497e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 6 May 2023 12:34:14 +0300 Subject: [PATCH 05/18] Update roadmapclient.vue --- components/roadmapclient.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/roadmapclient.vue b/components/roadmapclient.vue index 3f595c9e..eeab699d 100644 --- a/components/roadmapclient.vue +++ b/components/roadmapclient.vue @@ -15,7 +15,7 @@ export default { }, async fetch() { let res = await fetch( - "https://api.github.com/repos/fosscord/fosscord-client/issues/67" + "https://api.github.com/repos/spacebarchat/client/issues/67" ); res = await res.json(); let { body } = res; @@ -25,7 +25,7 @@ export default { .replace(/\[x\]/g, "") .replace( /#(\d+)/g, - '#$1' + '#$1' ); } }; From 69916fa793f411505addff4431d4e87b75cdd933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 6 May 2023 12:34:44 +0300 Subject: [PATCH 06/18] Update navbar.vue --- components/navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navbar.vue b/components/navbar.vue index 7a8bb915..29ac532a 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -13,7 +13,7 @@
Spacebar
Date: Sat, 6 May 2023 12:36:20 +0300 Subject: [PATCH 09/18] Update hero.vue --- components/hero.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/hero.vue b/components/hero.vue index 8664cbc7..1d1c7e04 100644 --- a/components/hero.vue +++ b/components/hero.vue @@ -3,13 +3,13 @@

- Fosscord + Spacebar

For better and secure communication
Open Demo @@ -24,6 +24,7 @@ Extendable Themeable Secure + Not only chat
-->
From 98087163a46aba5d4ba3ef9cb54690dac3ed20ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 6 May 2023 12:39:07 +0300 Subject: [PATCH 10/18] Update fossfooter.vue --- components/fossfooter.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/components/fossfooter.vue b/components/fossfooter.vue index 238394eb..9d13b360 100644 --- a/components/fossfooter.vue +++ b/components/fossfooter.vue @@ -6,9 +6,10 @@