thelounge/src
Jérémie Astori 052248445c
Do not rename home file as it is very likely to have permission issues
On most systems (Linux at least), to install a npm package locally, one must use `sudo`. When The Lounge runs, it usually does not run with `sudo`. This causes the program to crash as user running The Lounge cannot create/delete files there.

We will let people manually convert this file instead of doing it for them. This file is mainly intended for package authors anyway, most users will never have to touch it.
2017-12-01 01:33:04 -05:00
..
command-line Do not rename home file as it is very likely to have permission issues 2017-12-01 01:33:04 -05:00
models Merge pull request #1771 from thelounge/astorije/fix-user-in-msg 2017-11-30 11:29:23 +02:00
plugins Merge pull request #1771 from thelounge/astorije/fix-user-in-msg 2017-11-30 11:29:23 +02:00
client.js Change users array to be a Map 2017-11-19 11:35:15 +02:00
clientManager.js Switch CLI tool from lounge to thelounge and deprecate lounge 2017-11-22 16:37:26 -05:00
helper.js Remove express-handlebars, read manifest.json to get theme-color 2017-11-19 19:43:43 +02:00
identification.js Avoid escaping quotes whenever possible 2017-11-26 17:34:28 -05:00
log.js Enable ESLint no-console rule to avoid future mistakes 2017-09-17 21:50:21 -04:00
server.js Don't send defaults if not displaying network 2017-11-19 19:46:04 +02:00
userLog.js Write correct timestamp to user log 2017-09-14 10:42:21 +03:00