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.5.5 852ec739cb

    Beta 6.5.5 Stable

    Moonbase released this 2025-11-21 16:24:37 -08:00 | 0 commits to master since this release

    Client

    • Implemented New Room Entry Control

    Server

    • Fixed Contacts Status' Not Updating
    • Implemented Room User Count

    Known Issue(s)

    • Sometimes the client will add duplicate contact entries, this is because the server is sending the command to the client to update the contacts list while the list is still being drawn. This will be resolved soon.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.5.5.zip
      2.9 MiB
    • QtCNetChat.exe
      4.6 MiB
  • 6.5.4 98f62e976c

    Beta 6.5.4 Stable

    Moonbase released this 2025-11-18 22:12:38 -08:00 | 1 commits to master since this release

    Client

    • Improved Look Of Contacts Tab (feedback appreciated)
    • Fixed Messages Getting Cutoff Vertically
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.5.4.zip
      2.9 MiB
    • QtCNetChat.exe
      4.6 MiB
  • 6.5.3 bfcc445c63

    Beta 6.5.3 Stable

    Moonbase released this 2025-11-18 16:17:17 -08:00 | 2 commits to master since this release

    Client

    • Fix DM's Not Formatting Correctly (Uses New Custom Control)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.5.3.zip
      2.9 MiB
    • QtCNetChat.exe
      4.6 MiB
  • 6.5.2 95daf24473

    Beta 6.5.2 Stable

    Moonbase released this 2025-11-17 17:03:44 -08:00 | 4 commits to master since this release

    Client

    • Fixed Potential Crash In Chat Room
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.5.2.zip
      2.9 MiB
    • QtCNetChat.exe
      4.6 MiB
  • 6.5.1 5016e63a38

    Beta 6.5.1 Stable

    Moonbase released this 2025-11-17 16:48:42 -08:00 | 6 commits to master since this release

    Client

    • Reworked Chat Room Form (again)
      • It now uses a custom control that uses a specific format
      • Known Issue: Any message with the character : will be trimmed. A rework of message distribution in the server is needed.

    Note: While this is a "minor" update, an update is required as the previous rework was a complete failure. This one works way better.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.5.1.zip
      2.9 MiB
    • QtCNetChat.exe
      4.6 MiB
  • 6.5 0d71fe5983

    Beta 6.5 Stable

    Moonbase released this 2025-11-15 12:56:45 -08:00 | 7 commits to master since this release

    Client

    • Improved The Look Of The Chat Message Lists
    • Fix Some Events Not Getting Fired On Time (Reworked Lobby And Chat Room Window Backend)

    Server

    • Implemented S3 Bucket Storage Support
      • Mostly for planned features, which can still use the old storage method. This is to improve official server performance, but the option is now there for anyone.
      • If you've stored images using the old method (user-content folder), the old method will still be used if the image is not found in the S3 (or compatible) bucket. All new images uploaded will use the bucket.
    • Reworked Lobby Room (it's now treated like any other room)
    • Fixed Image Cache Not Being Used Most Of The Time (mismatched keys)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.5.zip
      2.9 MiB
    • QtCNetChat.exe
      4.6 MiB
  • 6.4 f1648a12c2

    Beta 6.4 Stable

    Moonbase released this 2025-11-12 14:06:36 -08:00 | 12 commits to master since this release

    i kind of forgot i was done with this update until now

    Client

    • Full Profile Image Now Shows On Main Window
    • Credentials Are Now Stored In Windows Credential Manager*
    • Bug Fixes

    *this does mean that credentials won't save on other platforms, meaning you will need to relogin pretty much everytime you restart the client. this will be fixed at a later date.

    Server

    • Increased Refresh Token Validity For Remember Me To 30 Days
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChatBeta6.4.zip
      3.0 MiB
    • QtCNetChat.exe
      4.6 MiB
  • 6.3.4 a95d012d69

    Beta 6.3.4 Stable

    Moonbase released this 2025-09-21 14:19:57 -07:00 | 15 commits to master since this release

    Client

    • 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
    • Updated Client Side Packages
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChat.exe
      4.6 MiB
  • 6.3.3 d1d3af2ec9

    Beta 6.3.3 Stable

    Moonbase released this 2025-09-21 13:56:39 -07:00 | 16 commits to master since this release

    Client

    • 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • QtCNetChat.exe
      4.6 MiB
  • 6.3.2 4e61a1d7b9

    Beta 6.3.2 Stable

    Moonbase released this 2025-08-03 15:09:15 -07:00 | 17 commits to master since this release

    Client

    • 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
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.23.4 Page: 20ms Template: 4ms
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