-
Beta 6.3.4 Stable
released this
2025-09-21 14:19:57 -07:00 | 0 commits to master since this releaseClient
- Reworked Missed Refresh Token Code
- This should fix an exception being thrown if
session.token
was deleted. - Note To Self: get better at testing your shit
- This should fix an exception being thrown if
- Updated Client Side Packages
Downloads
- Reworked Missed Refresh Token Code
-
Beta 6.3.3 Stable
released this
2025-09-21 13:56:39 -07:00 | 1 commits to master since this releaseClient
- Reworked Refresh Token Storage To Use Windows Credentials API
- I don't know the limitations to using this API, so please test on different windows editions and versions.
Apologies for lack of updates, ADHD kind of decided coding was gonna be the last thing I end up doing for a while.
NOTE: Minor releases will not include a zip file containing sounds unless a sound changes, please download that from previous release.
Downloads
- Reworked Refresh Token Storage To Use Windows Credentials API
-
Beta 6.3.2 Stable
released this
2025-08-03 15:09:15 -07:00 | 2 commits to master since this releaseClient
- Fix Precense Image Not Being Transparent In Profile Form
- Move Cosmetic Download Code To Main Form
Server
- Fix Some User Related Endpoints Not Including Active Cosmetic
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
QtCNetChatBeta6.3.2.7z
2.0 MiB
-
QtCNetChat.exe
4.3 MiB
-
Beta 6.3.1 Stable
released this
2025-07-31 15:28:40 -07:00 | 5 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 | 11 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 | 15 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 | 24 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
RefreshUserList
Instead 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 | 26 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 | 28 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 | 31 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
.env
Sample 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