Revived IRC client project
This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Evert Prants f05fcef7db settings 2016-09-25 21:48:35 +03:00
public settings 2016-09-25 21:48:35 +03:00
server settings 2016-09-25 21:48:35 +03:00
.gitignore simple webirc integration, debug mode 2016-09-25 16:09:55 +03:00
LICENSE readme 2016-09-25 12:16:06 +03:00
README.md simple webirc integration, debug mode 2016-09-25 16:09:55 +03:00
client.config.example.toml secure connections 2016-09-25 17:13:14 +03:00
package.json backend work 2016-09-24 00:38:09 +03:00
teemant.js easily embeddable 2016-09-25 18:21:28 +03:00

README.md

TeemantIRC

LunaSquee's third attempt at creating a working IRC client..

###Running the development version This application requires node.js to be installed.

  1. Install the dependencies npm install
  2. Copy the configuration cp client.config.example.toml client.config.toml
  3. Run the server ./teemant.js

The client will be accessible at http://localhost:8080/

WebIRC

The server will look for passwords in webirc.data.json. The format is: "server-ip-address": "server webirc password"

###The (non-complete) TODO List (of things left to do)

  • [HIGH] Settings menu
  • [MEDIUM] Theme engine
  • [NORMAL] CAP negotiation
  • [LOW] Better input
  • [LOW] irc:// URL scheme handling
  • [LOW] Connection presets
  • [LOW] More command handling (use /quote for non-integrated commands)