marzavec

Results 33 comments of marzavec

@princenasario Cd into the directory where you have the server software, run the command: npm list ws If the output of npm is different than `[email protected]` then you need to...

@NoorQureshi in reference to the ssh issue; personally I prefer pm2 ( [http://pm2.keymetrics.io/](http://pm2.keymetrics.io/) ) for my Node services.

@princenasario The make command is meant for jade/pug, not for use with mingw. To simplify things, I've attached a precompiled version of the client to this post. Extract it's contents...

Good write up, thanks! I would accept a pull request to address the issue, however the client is currently being fully rebuilt and already features better screen support. This will...

@MinusGix > Claiming a Channel Yessir, by text command or ui option. "Admin" isn't a good label, we aren't Discord pretending people have "servers". As for marking level within the...

> I was thinking this should be based on the trip Ah, well, if it was me and I wanted to own more than 1 channel, I would just keep...

> Oh, just realized that you could also just have them solve a captcha. They have to solve a captcha for it to notify a channel-moderator. Same thing I was...

I like the idea and a long while ago attempted to build a client with this feature- but the rate-limiting made it impractical to have group (3+) e2e (since the...

The code isn't so much the problem, there are several proven libraries that can handle pgp- the main issue atm would be how the hack.chat server handles rate limiting. Currently,...

This functionality does exist ( https://github.com/hack-chat/main/blob/master/client/client.js#L167 ). If you do not get a request to allow notifications from your browser; we will have to narrow down why. First up, what...