Logo
Explore Help
Register Sign In
QtC.NET/qtc-net-client
QtC.NET/qtc-net-client
1
0
Fork 0
You've already forked qtc-net-client
Code Issues Pull Requests Actions Packages Projects Releases 35 Wiki Activity

35 Releases 35 Tags

RSS Feed
  • 6.3.1 b17d391406

    Beta 6.3.1 Stable

    Moonbase released this 2025-07-31 15:28:40 -07:00 | 20 commits to master since this release

    Client

    • 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
  • 6.3 c7137e4c7e

    Beta 6.3 Stable

    Moonbase released this 2025-07-27 14:10:55 -07:00 | 26 commits to master since this release

    Client

    • 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
  • 6.2.1 5d553cdf58

    Beta 6.2.1 Stable

    Moonbase released this 2025-07-19 14:01:16 -07:00 | 30 commits to master since this release

    Client

    • 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
  • 6.2 0432fec3cd

    Beta 6.2 Stable

    Moonbase released this 2025-07-13 17:30:40 -07:00 | 39 commits to master since this release

    Client

    • 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 Of RefreshUserLists
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.2.7z
      2.1 MiB
    • QtCNetChat.exe
      4.3 MiB
  • 6.1 fca34d5479

    Beta 6.1 Stable

    Moonbase released this 2025-07-12 11:19:18 -07:00 | 41 commits to master since this release

    Client

    • 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
  • 6.0.1 34f478213e

    Beta 6.0.1 Stable

    Moonbase released this 2025-07-11 12:30:37 -07:00 | 43 commits to master since this release

    Client

    • Fixed Profile Images Sometimes Not Having The Right Sizing
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChat.exe
      4.3 MiB
  • 6.0 28358f44f8

    Beta 6.0 Stable

    Moonbase released this 2025-07-11 11:27:51 -07:00 | 46 commits to master since this release

    Client

    • 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
  • 5.2 9fecd1fb74

    Beta 5.2 Stable

    Moonbase released this 2025-07-07 13:05:57 -07:00 | 54 commits to master since this release

    Client

    • 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
  • 5.1 37a7807008

    Beta 5.1 Stable

    Moonbase released this 2025-07-05 13:56:24 -07:00 | 59 commits to master since this release

    Client

    • 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.bak if it exists. This will be fixed in the next release. Sorry!!!

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta5.1.7z
      2.1 MiB
  • 5.0 7b599863d8

    Beta 5.0 Stable

    Moonbase released this 2025-06-30 15:48:58 -07:00 | 62 commits to master since this release

    Client

    • 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta5.0.7z
      2.0 MiB
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.23.4 Page: 36ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API