[PR #509] [CLOSED] Cppclient #1163

Closed
opened 2026-02-27 15:53:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/509
Author: @maddnias
Created: 8/17/2016
Status: Closed

Base: masterHead: cppclient


📝 Commits (10+)

📊 Changes

181 files changed (+30230 additions, -2 deletions)

View changed files

📝 .gitignore (+6 -0)
NativeClient/NativeClient.vcxproj (+277 -0)
NativeClient/NativeClient.vcxproj.filters (+135 -0)
NativeClient/include/aes_crypt.h (+31 -0)
NativeClient/include/client_packets.h (+60 -0)
NativeClient/include/deserializer.h (+33 -0)
NativeClient/include/helpers.h (+103 -0)
NativeClient/include/membuf.h (+134 -0)
NativeClient/include/packet.h (+47 -0)
NativeClient/include/packet_factory.h (+9 -0)
NativeClient/include/primitives.h (+17 -0)
NativeClient/include/quasar_client.h (+42 -0)
NativeClient/include/quasar_client_win.h (+41 -0)
NativeClient/include/quicklz.h (+149 -0)
NativeClient/include/quicklz_helper.cpp (+41 -0)
NativeClient/include/quicklz_helper.h (+11 -0)
NativeClient/include/serializer.h (+71 -0)
NativeClient/include/server_packets.h (+51 -0)
NativeClient/include/stdafx.h (+37 -0)
NativeClient/include/targetver.h (+8 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/509 **Author:** [@maddnias](https://github.com/maddnias) **Created:** 8/17/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cppclient` --- ### 📝 Commits (10+) - [`343a1e0`](https://github.com/quasar/Quasar/commit/343a1e0094e8d86fd6a5ba4eb98c5cbf5570ae55) lets see if this goes anywhere - [`173fa2c`](https://github.com/quasar/Quasar/commit/173fa2c122f504b3262222a627f2eb2ab83f757d) ignore - [`0c53c2f`](https://github.com/quasar/Quasar/commit/0c53c2f6b2ced7280eb1540e7977dc9409cef50e) again - [`ea3e82b`](https://github.com/quasar/Quasar/commit/ea3e82b1b9eed2146f8800426f146fdb36ad2a01) continue work on native client - [`0093123`](https://github.com/quasar/Quasar/commit/0093123a664dd1750b7e5018595e71397ea477e7) more packets - [`787317e`](https://github.com/quasar/Quasar/commit/787317e39b6739451a6434e96ecb66ca2af90b4c) some restructuring - [`91bfc52`](https://github.com/quasar/Quasar/commit/91bfc5270364ef4dca4c4a90ef592915e2a1d5bc) encryption now working - [`cfbf012`](https://github.com/quasar/Quasar/commit/cfbf012fb3b98f045607f4a108d1f68de3acf0d8) fix decryption - [`4f2b4c3`](https://github.com/quasar/Quasar/commit/4f2b4c3c865aedb4e6fd9350ef9303c0a88a28ca) fix thingie - [`e7be106`](https://github.com/quasar/Quasar/commit/e7be10698839883b49af143daf31d11f6ce441bf) Some refactoring and fix compression + encryption to work ### 📊 Changes **181 files changed** (+30230 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+6 -0) ➕ `NativeClient/NativeClient.vcxproj` (+277 -0) ➕ `NativeClient/NativeClient.vcxproj.filters` (+135 -0) ➕ `NativeClient/include/aes_crypt.h` (+31 -0) ➕ `NativeClient/include/client_packets.h` (+60 -0) ➕ `NativeClient/include/deserializer.h` (+33 -0) ➕ `NativeClient/include/helpers.h` (+103 -0) ➕ `NativeClient/include/membuf.h` (+134 -0) ➕ `NativeClient/include/packet.h` (+47 -0) ➕ `NativeClient/include/packet_factory.h` (+9 -0) ➕ `NativeClient/include/primitives.h` (+17 -0) ➕ `NativeClient/include/quasar_client.h` (+42 -0) ➕ `NativeClient/include/quasar_client_win.h` (+41 -0) ➕ `NativeClient/include/quicklz.h` (+149 -0) ➕ `NativeClient/include/quicklz_helper.cpp` (+41 -0) ➕ `NativeClient/include/quicklz_helper.h` (+11 -0) ➕ `NativeClient/include/serializer.h` (+71 -0) ➕ `NativeClient/include/server_packets.h` (+51 -0) ➕ `NativeClient/include/stdafx.h` (+37 -0) ➕ `NativeClient/include/targetver.h` (+8 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1163
No description provided.