Go to file
Jérémie Astori 8d838aa08d 2.0.0-pre.7
2016-09-08 23:52:42 -04:00
client Make all window form inputs white so selects match text inputs 2016-09-06 01:18:21 -04:00
defaults Add debug config option for irc-fw debug log 2016-08-29 02:07:09 -04:00
scripts Add a script to easily run PRs from external contributors 2016-07-17 16:39:54 -04:00
src Add a theme selector in the settings 2016-09-06 01:11:31 -04:00
test Store channels in array format 2016-07-03 21:58:31 +03:00
.editorconfig Add .editorconfig 2015-10-26 03:03:12 +01:00
.eslintignore Add code coverage 2016-06-19 13:07:42 -04:00
.eslintrc.yml lint: default to ecmaVersion: 6, keep ecmaVersion: 5 for client/ 2016-09-06 10:09:11 +02:00
.gitattributes Add gitattributes to normalize line endings 2016-01-24 16:12:08 +02:00
.gitignore Ignore unnecessary files at release time 2016-07-13 23:57:56 -04:00
.istanbul.yml Add code coverage 2016-06-19 13:07:42 -04:00
.npmignore Ignore unnecessary files at release time 2016-07-13 23:57:56 -04:00
.stylelintrc Add code coverage 2016-06-19 13:07:42 -04:00
.travis.yml Add OSX testing to travis, cache node_modules 2016-06-13 22:04:33 +03:00
appveyor.yml Do not cache npm-cache folder on appveyor 2016-06-13 22:34:34 +03:00
CHANGELOG.md Add change log entry for upcoming v2.0.0-pre.7 2016-09-08 23:52:29 -04:00
CONTRIBUTING.md Simplify a great deal the CONTRIBUTING file 2016-02-14 20:09:40 +00:00
Gruntfile.js Invoke handlebars outside of grunt, generate sourcemap 2016-03-05 21:32:38 +02:00
index.js Perform node version check as soon as possible 2016-06-16 11:13:34 +03:00
LICENSE Update LICENSE notice to add ours on top of @erming and Shout 2016-02-10 06:20:05 +00:00
package.json 2.0.0-pre.7 2016-09-08 23:52:42 -04:00
README.md Mention wiki in README 2016-08-26 09:16:01 -07:00

#thelounge IRC channel on freenode npm version Travis CI Build Status AppVeyor Build status Dependency Status devDependency Status

The Lounge

What is it?

The Lounge is a web IRC client that you host on your own server.

This is the official, community-managed fork of @erming's great initiative, the Shout project.

What features does it have?

  • Multiple user support
  • Stays connected even when you close the browser
  • Connect from multiple devices at once
  • Responsive layout — works well on your smartphone
  • .. and more!

Why the fork?

We felt that the original Shout project "stagnated" a little because its original author wanted it to remain his pet project (which is a perfectly fine thing!).

A bunch of people, excited about doing things a bit differently than the upstream project forked it under a new name: “The Lounge”.

This fork aims to be community managed, meaning that the decisions are taken in a collegial fashion, and that a bunch of maintainers should be able to make the review process quicker and more streamlined.

Install

To use The Lounge you must have Node.js installed. The oldest Node.js version we support is 4.2.0.

If you still use 0.10 or 0.12 we strongly advise you to upgrade before installing The Lounge. For more information on how to upgrade, read the documentation.

sudo npm install -g thelounge

Usage

When the install is complete, go ahead and run this in your terminal:

lounge --help

For more information, read the documentation or wiki.

Development setup

To run the app from source, just clone the code and run this in your terminal:

npm install
npm start

You will have to run npm run build if you change or add anything in client/js/libs or client/views.

License

Available under the MIT License.

Some fonts licensed under SIL OFL and the Apache License.