Unnamed repository; edit this file 'description' to name the repository.

Christian Fraß Christian Fraß [mod] start support for multiple spots 8f8ea8f @ 2021-11-19 22:13:06
conf [mod] minor adjustments 2021-11-19 17:39:51
source [mod] start support for multiple spots 2021-11-19 22:13:06
tools [mod] tools:build 2021-11-19 13:03:36
.gitignore [ini] 2021-11-18 23:54:20
readme.md [mod] minor adjustments 2021-11-19 17:39:51
readme.md

Information

A simple IRC client, realized as web application

Licence

  • model: GPLv3
  • author: svartoyg

Building

Requirements

  • TypeScript compiler
  • LessCSS compiler
  • GNU Make

Procedure

  • create a configuration file in the conf directory (e.g. foobar.json); deriving from conf/example.json might be a good idea
  • run tools/build <conf-profile> (e.g. tools/build foobar)

Running

  • place the files from the build directory on a web server and host them

Plans and ToDos

  • support multiple channels and private messages
  • support commands (e.g. /nick new_name)
  • get correct user list (seems like it does not update when a user leaves the room)