Ssh-chat, part 2
Hello, Habr. This is the second article in the ssh-chat series. What we will do: Add the ability to create custom formatting functions, Add markdown support, Add bot support, Increase password security (hash and salt). Unfortunately, there will be no file sending feature. Custom formatting functions: Currently, the following formatting functions are implemented: @color @bold @underline @hex @box. However, we should add the ability to create […]
