marzavec

Results 19 issues of marzavec

The `config.json` file is a simple json configuration that is served from the same directory as the chat client. This is [dynamically loaded](https://github.com/hack-chat/hackchat-engine/blob/4509270087a6944646caa04cc94d5f33cc4ddab0/util/Util.js#L15) in the hackchat-engine and specifies what path...

enhancement
low priority

Should be clickable, allowing quick mentioning of the target user. A separate right-click context menu can be added to allow further interaction options, such as 'kick', 'ban', 'invite', 'whisper', etc.

low priority
ui

[This line](https://github.com/hack-chat/hackchat-client/blob/master/app/components/ChannelItem/index.js#L70) should invoke a function that calls the 'takeOwnership' command on the target channel. Related to [this issue](https://github.com/hack-chat/main/issues/127).

missing feature
low priority

[This line](https://github.com/hack-chat/hackchat-client/blob/master/app/components/ChannelItem/index.js#L66) should invoke a function that will remove the user from the target channel, remove related ui elements and cleanup the redux store

low priority
ui

[This line](https://github.com/hack-chat/hackchat-client/blob/master/app/components/ChannelItem/index.js#L68) should invoke a function to copy the invite url to the users clipboard, dynamically using the current domain

low priority
ui

Related to [this todo](https://github.com/hack-chat/main/blob/version-2-dev/server/src/commands/core/session.js#L52), restoring a chat session that has gone through a "brown out". This will also fix the long standing bug with ghost nicknames. After calling the session...

enhancement
missing feature
high priority

Add a graphical way for moderators to manage bans

missing feature
low priority
ui

Add a graphical way to change the users current color

low priority
ui

Add a graphical way to change the users current nick name

low priority
ui