mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #469] [CLOSED] Added remote chat #1147
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#1147
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/469
Author: @meltingice1337
Created: 6/20/2016
Status: ❌ Closed
Base:
master← Head:remote-chat📝 Commits (2)
45a046bAdded remote chat03db197Improved things on client's chat form📊 Changes
28 files changed (+1445 additions, -78 deletions)
View changed files
📝
Client/Client.csproj(+12 -0)📝
Client/Core/Commands/MiscHandler.cs(+32 -0)📝
Client/Core/Networking/QuasarClient.cs(+4 -0)📝
Client/Core/Packets/PacketHandler.cs(+12 -0)➕
Client/Core/Packets/ServerPackets/DoChatMessage.cs(+24 -0)➕
Client/Core/Packets/ServerPackets/DoChatStart.cs(+18 -0)➕
Client/Core/Packets/ServerPackets/DoChatStop.cs(+18 -0)📝
Client/Core/Utilities/NativeMethods.cs(+15 -0)➕
Client/Forms/FrmRemoteChat.Designer.cs(+92 -0)➕
Client/Forms/FrmRemoteChat.cs(+83 -0)➕
Client/Forms/FrmRemoteChat.resx(+120 -0)📝
README.md(+1 -0)📝
Server/Core/Commands/MiscHandler.cs(+5 -0)📝
Server/Core/Networking/QuasarServer.cs(+3 -0)📝
Server/Core/Networking/UserState.cs(+3 -0)📝
Server/Core/Packets/PacketHandler.cs(+4 -0)➕
Server/Core/Packets/ServerPackets/DoChatMessage.cs(+24 -0)➕
Server/Core/Packets/ServerPackets/DoChatStart.cs(+18 -0)➕
Server/Core/Packets/ServerPackets/DoChatStop.cs(+18 -0)📝
Server/Forms/FrmMain.Designer.cs(+12 -1)...and 8 more files
📄 Description
The chat is hidden from taskmanager and it will allways stay on top issue #351
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.