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

Christian Fraß Christian Fraß [fix] user list sorting 22965ac @ 2021-11-22 23:14:52
conf [mod] clean model-view-control 2021-11-20 15:02:57
source [fix] user list sorting 2021-11-22 23:14:52
tools [add] handling for "user_renamed" event 2021-11-20 19:12:53
.gitignore [ini] 2021-11-18 23:54:20
readme.md [mod] readme 2021-11-20 19:04:33
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

  • use websockets instead of polling
  • support commands (e.g. /nick new_name)
  • resume connection (using local storage maybe?)