mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #852] [CLOSED] Pr/1 #1192
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#1192
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/852
Author: @Fryke
Created: 7/16/2020
Status: ❌ Closed
Base:
master← Head:pr/1📝 Commits (3)
45a046bAdded remote chat03db197Improved things on client's chat form9001c79Merge branch 'master' into pr/1📊 Changes
27 files changed (+3496 additions, -0 deletions)
View changed files
➕
Client/Client.csproj(+334 -0)➕
Client/Core/Commands/MiscHandler.cs(+196 -0)➕
Client/Core/Networking/QuasarClient.cs(+194 -0)➕
Client/Core/Packets/PacketHandler.cs(+212 -0)➕
Client/Core/Utilities/NativeMethods.cs(+98 -0)➕
Quasar.Client/Forms/FrmRemoteChat.Designer.cs(+92 -0)➕
Quasar.Client/Forms/FrmRemoteChat.cs(+83 -0)➕
Quasar.Client/Forms/FrmRemoteChat.resx(+120 -0)➕
Quasar.Client/Packets/ServerPackets/DoChatMessage.cs(+24 -0)➕
Quasar.Client/Packets/ServerPackets/DoChatStart.cs(+18 -0)➕
Quasar.Client/Packets/ServerPackets/DoChatStop.cs(+18 -0)➕
Quasar.Client/Properties/FrmRemoteChat.Designer.cs(+98 -0)➕
Quasar.Client/Properties/FrmRemoteChat.cs(+67 -0)➕
Quasar.Client/Properties/FrmRemoteChat.resx(+659 -0)📝
Quasar.Server/Forms/FrmMain.Designer.cs(+25 -0)📝
Quasar.Server/Forms/FrmMain.cs(+14 -0)📝
Quasar.Server/Forms/FrmMain.resx(+18 -0)➕
Quasar.Server/Images/chat.png(+0 -0)➕
Quasar.Server/Packets/ServerPackets/DoChatMessage.cs(+24 -0)➕
Quasar.Server/Packets/ServerPackets/DoChatStart.cs(+18 -0)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.