-
Beta 6.3.1 Stable
released this
2025-07-31 15:28:40 -07:00 | 20 commits to master since this releaseClient
- Enable Stateful Reconnect
- This is so things like ConnectionId and other variables are retained on reconnect
- Execute Session Refresh Everytime SignalR Is Used
- This should hopefully prevent the server from terminating the connection pre-maturely (Issue Moonbase/qtc-net-server#3)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta6.3.1.7z
2.0 MiB
-
QtCNetChat.exe
4.3 MiB
- Enable Stateful Reconnect
-
Beta 6.3 Stable
released this
2025-07-27 14:10:55 -07:00 | 26 commits to master since this releaseClient
- Implemented Email Features
- These will only work if the server your connected to has email verification on.
Server
- Implement Email Verification
- Currently you can verify your email and reset your password.
- You can enable this feature and setup SMTP settings in
appsettings.json
DATABASE CHANGES REQUIRED
ALTER TABLE Users ADD IsEmailVerified int(11) NOT NULL;NOTE: On the official server, email verification will be REQUIRED. This means when you log in again, you will need to verify your email, just click "Resend Verification Email" in the client (requires update) to get started (this doesn't really apply right now as no users are currently in the new db).
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta6.3.7z
2.0 MiB
-
QtCNetChat.exe
4.3 MiB
- Implemented Email Features
-
Beta 6.2.1 Stable
released this
2025-07-19 14:01:16 -07:00 | 30 commits to master since this releaseClient
- Potentially Fixed Weird Behaviors With Presence When Client Needs To Reconnect To Server
- Switched Default Profile Image From Stock Image
NOTE: This release does not include .pdb files. If you wish to debug the client, download the source code here
Server
- Added Additional Diagnostics For Weird Presence Behaviors
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta6.2.1.7z
2.0 MiB
-
QtCNetChat.exe
4.3 MiB
-
Beta 6.2 Stable
released this
2025-07-13 17:30:40 -07:00 | 39 commits to master since this releaseClient
- Implement Context Menus For Admins
- Right clicking the User list or Rooms list will bring up their respective menus
- Proper moderation tools coming soon
- Implement Server Side Logout Event
- Upon receiving this event, you will be immediately logged out and will have to try and log in again, however this event only fires if your user account was deleted by an admin for now.
NOTE: This update is mandatory due to the implementation of admin features. This is to try and prevent bad actors from abusing the server.
Server
- Implement Logout Event Sending
- Fix Instances Of
RefreshUserListInstead OfRefreshUserLists
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta6.2.7z
2.1 MiB
-
QtCNetChat.exe
4.3 MiB
- Implement Context Menus For Admins
-
Beta 6.1 Stable
released this
2025-07-12 11:19:18 -07:00 | 41 commits to master since this releaseClient
- Implemented OnCurrentUserUpdate Event
- This makes the code more optimized and hopefully will make things faster.
Server
- Implemented Multiple Connections Per User Tracking
- This should hopefully fix Moonbase/qtc-net-server#3 once and for all.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta6.1.7z
2.1 MiB
-
QtCNetChat.exe
4.3 MiB
- Implemented OnCurrentUserUpdate Event
-
Beta 6.0.1 Stable
released this
2025-07-11 12:30:37 -07:00 | 43 commits to master since this releaseClient
- Fixed Profile Images Sometimes Not Having The Right Sizing
Downloads
-
Beta 6.0 Stable
released this
2025-07-11 11:27:51 -07:00 | 46 commits to master since this releaseClient
- Implemented Profile Cosmetics
- You can buy cosmetics with Q's in the "Store" tab
- You can change the cosmetic your using by clicking "Edit Profile" at the top of the main window
- Feel free to suggest more!
- Another Attempt To Fix Your User Account Going Randomly Offline (Moonbase/qtc-net-server#3)
Server
- Add
.envSample For Easier Self Hosting- Self Hosting is still somewhat difficult due to the client getting updates from my own server only right now.
- Other Bug Fixes
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta6.0.7z
2.1 MiB
-
QtCNetChat.exe
4.3 MiB
- Implemented Profile Cosmetics
-
Beta 5.2 Stable
released this
2025-07-07 13:05:57 -07:00 | 54 commits to master since this releaseClient
- Fix Auto-Update Not Working If .bak File Already Exists
- This should be the last time you need to update manually.
- Add Donate Button
- Crash Fixes
Server
- Rework Client Refreshing
- Switch Beta Server To VPS
- Other Fixes
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta5.2.7z
2.1 MiB
-
QtCNetChat.exe
4.3 MiB
- Fix Auto-Update Not Working If .bak File Already Exists
-
Beta 5.1 Stable
released this
2025-07-05 13:56:24 -07:00 | 59 commits to master since this releaseClient
- Added Tic-Tac-Toe Game
- This is a multiplayer "first come first serve" kinda deal. Rooms are created if one isn't waiting for a player. If one is, you are assigned to that room.
- THIS GAME IS WIP. Please check for any bugs!!!
- Fixed Currency Counter Sometimes Adding A Decimal When It Shouldn't
- Reworked Server URL Config
- You now only need to specify the server's root url
Server
- Tic-Tac-Toe Backend
- Other Misc Fixes/Thingies (i suck at tracking changes lol)
NOTE: To Update Automatically, delete
QtCNetChat.exe.bakif it exists. This will be fixed in the next release. Sorry!!!Downloads
- Added Tic-Tac-Toe Game
-
Beta 5.0 Stable
released this
2025-06-30 15:48:58 -07:00 | 62 commits to master since this releaseClient
- Implement Room User Lists
- Remove Online Users Tab
- From now on, all users registered on the server will be shown in the Users tab with their status indicator
Server
- Fix Missing Statuses From
api/users/all
Downloads