lets-chat icon indicating copy to clipboard operation
lets-chat copied to clipboard

Self-hosted chat app for small teams

Results 118 lets-chat issues
Sort by recently updated
recently updated
newest added

Currently there's no nice way to have GitHub post messages into Let's Chat. We need to add a service to GitHub's official services repo: https://github.com/github/github-services

feature
integration

To get it running: > npm install -g webpack > cd materia > npm install > npm run-script watch > > Browse to /materia for fun times A few things...

I am trying to make 1-to-1 chat working on my local machine.. I have tried this in my settings.yml file.. ``` xmpp: enable: true roomCreation: true debug: handled: true unhandled:...

Updated lint settings to match configeditor settings. "space-in-parens" added to match current project style.

This is pretty feature complete. I'm looking for some feedback. I've been testing with local, gitlab, github and google simultaneously. XMPP with token based auth to circumvent lack of passwords....

I have a script which polls for new rooms for hubot to join every 30 seconds. This is done using the REST API and a Bearer token for authentication. But...

> [email protected] start /home/security/lets-chat > node app.js Enter PEM pass phrase: /home/security/lets-chat/node_modules/connect-mongo/node_modules/mongodb/lib/mongo_client.js:225 throw err ^ MongoError: failed to connect to server [localhost:27017] on first connect at null. (/home/security/lets-chat/node_modules/connect-mongo/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:313:35) at EventEmitter.emit...

I try to figure out how to translate messages timestamps as part of my effort to improve french translation of lets-chat. I discover that you use the `moment.js` library to...

Would be cool is 2 users could enter a private conversation that can only be viewed by those users. Ideally, it should also not be accessible by administrators.

feature