mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #509] [CLOSED] Cppclient #1163
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/509
Author: @maddnias
Created: 8/17/2016
Status: ❌ Closed
Base:
master← Head:cppclient📝 Commits (10+)
343a1e0lets see if this goes anywhere173fa2cignore0c53c2fagainea3e82bcontinue work on native client0093123more packets787317esome restructuring91bfc52encryption now workingcfbf012fix decryption4f2b4c3fix thingiee7be106Some refactoring and fix compression + encryption to work📊 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.