Simon Ser 6aef3e906b components/buffer: emphasize nag log lines
Don't show them with a muted/gray color. Ideally these shouldn't
be log lines in the first place, but that should at least make them
more readable until we find a better alternative.
2025-05-23 21:19:13 +02:00
2025-05-13 18:50:44 +02:00
2025-02-10 14:09:51 +01:00
2020-07-22 14:51:37 +02:00
2021-10-20 10:55:49 +02:00
2020-04-24 19:03:43 +02:00
2021-11-17 10:58:02 +01:00
2021-06-22 10:42:16 +02:00
2025-05-13 18:50:44 +02:00
2025-02-05 22:40:54 +01:00
2023-06-08 12:09:24 +02:00

gamja

A simple IRC web client.

Screenshot

Usage

Requires an IRC WebSocket server.

First install dependencies:

npm install --omit=dev

Then configure an HTTP server to serve the gamja files.

Development server

If you don't have an IRC WebSocket server at hand, gamja's development server can be used. For instance, to run gamja on Libera Chat:

npm install --include=dev
npm start -- irc.libera.chat

See npm start -- -h for a list of options.

Production build

Optionally, Parcel can be used to build a minified version of gamja.

npm install --include=dev
npm run build

Configuration

gamja can be configured via a configuration file and via URL parameters.

Contributing

Send patches on Codeberg, report bugs on the issue tracker. Discuss in #soju on Libera Chat.

License

AGPLv3, see LICENSE.

Copyright (C) 2020 The gamja Contributors

Description
No description provided
Readme AGPL-3.0 1.4 MiB
27-02-2026 Latest
2026-02-27 12:15:30 -03:00
Languages
JavaScript 94.2%
CSS 5.5%
HTML 0.3%