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.
TeemantIRC
LunaSquee's third attempt at creating a working IRC client..
###Running the development version This application requires node.js to be installed.
- Install the dependencies
npm install
- Copy the configuration
cp client.config.example.toml client.config.toml
- 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)
Description
Languages
JavaScript
77.3%
Stylus
19.5%
HTML
3.2%