hack.chat icon indicating copy to clipboard operation
hack.chat copied to clipboard

a minimal, distraction-free chat application

Results 55 hack.chat issues
Sort by recently updated
recently updated
newest added

Having the sidebar open at all times can cause it to hang over messages that are longer then x amount of words

Perhaps adding a secondary client-sided ban, could help people from switching to a different VPN - Exitnode from entering the chat.

https://github.com/AndrewBelt/hack.chat/blob/master/server.js#L308 The user should be notified about the ban before being actually banned

The badClient is not closed on Ban event

A desktop notification to alert you of a message with your nickname. Adding a little bit of styling to the a message with your nick Similar to: **https://github.com/AndrewBelt/hack.chat/issues/28**

Users can invite them selves in to a private room https://github.com/AndrewBelt/hack.chat/blob/master/server.js#L260

https://github.com/AndrewBelt/hack.chat/blob/master/client/scheme.less#L35 does not get applied when you join with a password

Ping should return a pong to check if the server is alive https://github.com/AndrewBelt/hack.chat/blob/master/server.js#L260

When a person sends 2 messages in a row, placing the nickname is breaking the 'minimalistic' feel of the chat

Updating the title with the unread counter for join/leave messages is 'odd'