KiwiBlank / TCPChat

Console Chat in C# using TCP
1 stars 0 forks source link

Client Message Encryption #8

Closed KiwiBlank closed 3 years ago

KiwiBlank commented 3 years ago
todo[bot] commented 3 years ago

Move this to a list of users, so it is not sent every message.

https://github.com/KiwiBlank/TCPChat/blob/be86b3fc35ddf55566840dbf88cea663f36b6b0a/CommonDefines/Classes.cs#L28-L33


This comment was generated by todo based on a TODO comment in be86b3fc35ddf55566840dbf88cea663f36b6b0a in #8. cc @KiwiBlank.
todo[bot] commented 3 years ago

Simplify This

https://github.com/KiwiBlank/TCPChat/blob/be86b3fc35ddf55566840dbf88cea663f36b6b0a/TCPChat-Server/MessageHandler.cs#L36-L41


This comment was generated by todo based on a TODO comment in be86b3fc35ddf55566840dbf88cea663f36b6b0a in #8. cc @KiwiBlank.
todo[bot] commented 3 years ago

Simplify This

https://github.com/KiwiBlank/TCPChat/blob/be86b3fc35ddf55566840dbf88cea663f36b6b0a/TCPChat-Server/MessageHandler.cs#L51-L56


This comment was generated by todo based on a TODO comment in be86b3fc35ddf55566840dbf88cea663f36b6b0a in #8. cc @KiwiBlank.
todo[bot] commented 3 years ago

Simplify This

https://github.com/KiwiBlank/TCPChat/blob/be86b3fc35ddf55566840dbf88cea663f36b6b0a/TCPChat-Server/MessageHandler.cs#L66-L71


This comment was generated by todo based on a TODO comment in be86b3fc35ddf55566840dbf88cea663f36b6b0a in #8. cc @KiwiBlank.
todo[bot] commented 3 years ago

Simplify This

https://github.com/KiwiBlank/TCPChat/blob/be86b3fc35ddf55566840dbf88cea663f36b6b0a/TCPChat-Server/MessageHandler.cs#L124-L129


This comment was generated by todo based on a TODO comment in be86b3fc35ddf55566840dbf88cea663f36b6b0a in #8. cc @KiwiBlank.
todo[bot] commented 3 years ago

Make some sort of visual aid to explain this.

https://github.com/KiwiBlank/TCPChat/blob/be86b3fc35ddf55566840dbf88cea663f36b6b0a/TCPChat-Server/MessageHandler.cs#L131-L136


This comment was generated by todo based on a TODO comment in be86b3fc35ddf55566840dbf88cea663f36b6b0a in #8. cc @KiwiBlank.
todo[bot] commented 3 years ago

Implement Server Encryption for repeating messages.

https://github.com/KiwiBlank/TCPChat/blob/be86b3fc35ddf55566840dbf88cea663f36b6b0a/TCPChat-Server/MessageHandler.cs#L144-L149


This comment was generated by todo based on a TODO comment in be86b3fc35ddf55566840dbf88cea663f36b6b0a in #8. cc @KiwiBlank.
KiwiBlank commented 3 years ago

Simple Reference for the current system grapgh