This commit is contained in:
HueByte
2026-07-16 03:54:30 +00:00
parent 35bf05433e
commit 9944e86ee3
71 changed files with 14161 additions and 884 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
<li>[ ] fix the chat trailing; when user scrolls up, and somebody sends a message the chat instantly &quot;teleports&quot; to the very bottom</li>
<li>[x] disable the autorun of files (maybe keep for mp4? gotta do some sec research on it)</li>
<li>[x] when user creates a new channel, he gets moved to that channel; but the userlist does not refresh the state on that it refreshes when user re-enters the channel again</li>
<li>[ ] password protected rooms</li>
<li>[x] password protected rooms (end-to-end encrypted — server cannot read contents)</li>
<li>[ ] better audio lib, current one (NetCoreAudio) does not support seek or other audio actions</li>
<li>[ ] Use options pattern for both client &amp; server
<ul>