!rzmCByrDIhEbURWmyW:matrix.org

Third Room

568 Members
Tech Preview 1 Live Now: https://thirdroom.io134 Servers

Load older messages


SenderMessageTime
14 Sep 2023
@brown-juicy-centipede:thirdroom.ioexxon47 joined the room.01:46:39
@ecosysmaat:onweb3.netEcoSysMAAT* Hi, 1) What was the last news on managing persistence in ThirdRoom? Any guidance I can read?20:22:24
@ecosysmaat:onweb3.netEcoSysMAAT* 2) To what degree can we build on ThirdRoom, bit confused about some comment on not opening up the apis for independent app development on ThirdRoom. Can anyone clarify?20:22:44
@ecosysmaat:onweb3.netEcoSysMAAT* 3) What was the last word on embedding ThirdRoom into Synapse homeservers?20:22:58
@ecosysmaat:onweb3.netEcoSysMAAT* Hi, πŸ‘ 1) What was the last news on managing persistence in ThirdRoom? Any guidance I can read?20:23:52
@ecosysmaat:onweb3.netEcoSysMAAT* πŸ‘ 2) To what degree can we build on ThirdRoom, bit confused about some comment on not opening up the apis for independent app development on ThirdRoom. Can anyone clarify?20:24:11
@ecosysmaat:onweb3.netEcoSysMAAT* πŸ‘ 3) What was the last word on embedding ThirdRoom into Synapse homeservers?20:24:24
@macho385:alkebulanmeta.netAshaolu Omotayo joined the room.20:24:36
@deadcade:deadca.dedeadcade
  1. I'm not sure, haven't followed any news regarding that.
  2. Third Room is fully open source. You can modify its source code in any way. I don't know what that comment would be referring to.
  3. Third Room is a Matrix client. It does not require the homeserver to specifically accomodate Third Room (iirc), as long as the homeserver follows the Matrix spec. There is no need for "embedding" Third Room into Synapse.
20:39:28
17 Sep 2023
@c00ldude1oo:thirdroom.io@c00ldude1oo:thirdroom.io joined the room.08:21:48
@unwary:matrix.orgunwary set a profile picture.19:03:19
@test-user:c.imperishable.namerendakuenthusiast⚑️ joined the room.20:40:07
@tezlm:celery.eu.orgtezlm changed their display name from zestylemonade to tezlm.20:40:29
19 Sep 2023
@andrewm:element.ioAndrew Morgan (anoa) changed their display name from Andrew Morgan (anoa) to Andrew Morgan (anoa) [CET].10:44:36
@ashtifttv:matrix.orgSerah changed their display name from Ashtif to Ash.17:42:15
@ashtifttv:matrix.orgSerah changed their profile picture.17:42:28
20 Sep 2023
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• ::
In reply to @deadcade:deadca.de
  1. I'm not sure, haven't followed any news regarding that.
  2. Third Room is fully open source. You can modify its source code in any way. I don't know what that comment would be referring to.
  3. Third Room is a Matrix client. It does not require the homeserver to specifically accomodate Third Room (iirc), as long as the homeserver follows the Matrix spec. There is no need for "embedding" Third Room into Synapse.
Thank you for this clarification.
17:15:22
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• ::Screenshot_2023-09-20_18-14-26.png
Download Screenshot_2023-09-20_18-14-26.png
17:17:12
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• ::I have installed the ThirdRoom client with Nginx what do i need to do to correct the SharedArrayBuffer error i get when trying to login?17:17:15
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• ::Is this part of the answer?17:18:44
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• ::
# --- HEADERS --- #

add_header          Vary Accept-Encoding;
add_header          Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
add_header          X-Frame-Options SAMEORIGIN always;
add_header          X-Content-Type-Options nosniff always;
add_header          X-XSS-Protection "1; mode=block" always;
add_header 			Access-Control-Allow-Origin "https://[ourDomain]";
add_header 			Access-Control-Allow-Credentials "true";
add_header 			Access-Control-Allow-Headers "X-Custom-Software, X-My-Custom";
add_header 			Access-Control-Expose-Headers "Origin";
add_header 			Access-Control-Max-Age "3600";
17:19:28
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• :: * nginx.conf - Is this part of the answer?17:20:08
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• :: * I have installed the ThirdRoom client with Nginx what do i need to do to correct the SharedArrayBuffer error i get when trying to login? @deadcade? Other ones?17:44:58
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• :: * I have installed the ThirdRoom client with Nginx what do i need to do to correct the SharedArrayBuffer error i get when trying to login? @deadcade ? Other ones?17:45:17
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• :: * I have installed the ThirdRoom client with Nginx what do i need to do to correct the SharedArrayBuffer error i get when trying to login? @deadcade ? Other ones? 17:46:29
@kimiahk:matrix.orgkimiahk
In reply to @astehmari:onweb3.net
# --- HEADERS --- #

add_header          Vary Accept-Encoding;
add_header          Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
add_header          X-Frame-Options SAMEORIGIN always;
add_header          X-Content-Type-Options nosniff always;
add_header          X-XSS-Protection "1; mode=block" always;
add_header 			Access-Control-Allow-Origin "https://[ourDomain]";
add_header 			Access-Control-Allow-Credentials "true";
add_header 			Access-Control-Allow-Headers "X-Custom-Software, X-My-Custom";
add_header 			Access-Control-Expose-Headers "Origin";
add_header 			Access-Control-Max-Age "3600";
you need to be in secure context, so https or localhost
17:53:51
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• ::https βœ…17:54:54
@astehmari:onweb3.netαŠ αˆ΅α‰°αˆ›αˆͺ : α‰£α‰΄αŠ©αŠ• ::Seems to be a secure context, what else might be the correction?17:56:21
@andrewm:element.ioAndrew Morgan (anoa) changed their display name from Andrew Morgan (anoa) [CET] to Andrew Morgan (anoa) [CET; back 25th].19:49:59
21 Sep 2023
@tobias:strobel.one@tobias:strobel.one left the room.05:59:23

Show newer messages


Back to Room ListRoom Version: 6