KiwiBlank / TCPChat

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

TCPChat Version 1.3 #15

Closed KiwiBlank closed 3 years ago

KiwiBlank commented 3 years ago

TODO - Update

todo[bot] commented 3 years ago

Find better way to define byte locations.

https://github.com/KiwiBlank/TCPChat/blob/9642bc6ae001ef781f8a1dbfe1cdc6045bb33c35/CommonDefines/Common.cs#L60-L65


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

Implement action to get certain data like color and time online from a specific user.

https://github.com/KiwiBlank/TCPChat/blob/9642bc6ae001ef781f8a1dbfe1cdc6045bb33c35/TCPChat-Client/CommandActions.cs#L70-L75


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

Investigate reason for exception.

https://github.com/KiwiBlank/TCPChat/blob/9642bc6ae001ef781f8a1dbfe1cdc6045bb33c35/TCPChat-Server/MessageHandler.cs#L91-L96


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

Improve this system, may be causing irregular cryptography errors.

https://github.com/KiwiBlank/TCPChat/blob/9f2e06e31d396c3ea6be9745646bc4e99813c682/CommonDefines/Common.cs#L45-L50


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

Add other encryption libraries which are more tested.

https://github.com/KiwiBlank/TCPChat/blob/9f2e06e31d396c3ea6be9745646bc4e99813c682/CommonDefines/Encryption.cs#L26-L31


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

Show more channel information other than ID.

https://github.com/KiwiBlank/TCPChat/blob/9f2e06e31d396c3ea6be9745646bc4e99813c682/TCPChat-Client/CommandActions.cs#L85-L90


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

Add more channel features. Such as permissions, descriptions etc.

https://github.com/KiwiBlank/TCPChat/blob/9f2e06e31d396c3ea6be9745646bc4e99813c682/TCPChat-Server/ChannelHandler.cs#L14-L19


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

Will merge this pr and update it later.

KiwiBlank commented 3 years ago

Branch check fails because of incorrect .NET version in configuration.