All Projects → qwebirc → Qwebirc

qwebirc / Qwebirc

Licence: other
fast, easy to use, free and open source web IRC client

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Qwebirc

Inspircd Contrib
Third-party InspIRCd module repository.
Stars: ✭ 61 (-45.05%)
Mutual labels:  irc
Mirc fish 10
"FiSH 10" - a blowfish encryption script for mIRC 7, compatible to previous FiSH scripts and other clients! Come visit us in #fish10 on EFNet!
Stars: ✭ 81 (-27.03%)
Mutual labels:  irc
Lax
IRC client built with Electron & React
Stars: ✭ 95 (-14.41%)
Mutual labels:  irc
Oragono
A modern IRC server (daemon/ircd) written in Go.
Stars: ✭ 1,171 (+954.95%)
Mutual labels:  irc
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (-29.73%)
Mutual labels:  irc
Irc
A simple go irc library meant to be a building block for other projects
Stars: ✭ 90 (-18.92%)
Mutual labels:  irc
Continuum Desktop
Matrix client in kotlin
Stars: ✭ 60 (-45.95%)
Mutual labels:  irc
Ddos Rootsec
DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)
Stars: ✭ 108 (-2.7%)
Mutual labels:  irc
Twitchirc Unity
lightweight IRC client component for use with the Unity Engine.
Stars: ✭ 81 (-27.03%)
Mutual labels:  irc
Shellpic
ASCII-art is so 2013
Stars: ✭ 94 (-15.32%)
Mutual labels:  irc
Kaguya
A small, powerful, and modular IRC bot
Stars: ✭ 71 (-36.04%)
Mutual labels:  irc
Minecraft Wrapper
A simple & intuitive Minecraft Server wrapper. Supports IRC, backups, a plugin system, and more.
Stars: ✭ 77 (-30.63%)
Mutual labels:  irc
Irccat
cat to IRC
Stars: ✭ 91 (-18.02%)
Mutual labels:  irc
Weechat Autosort
Automatically keep your buffers sorted.
Stars: ✭ 69 (-37.84%)
Mutual labels:  irc
Bitbot
https://bitbot.dev | Python3 event-driven modular IRCv3 bot 🤖
Stars: ✭ 97 (-12.61%)
Mutual labels:  irc
Inspircd Docker
InspIRCd Docker Image
Stars: ✭ 60 (-45.95%)
Mutual labels:  irc
Localslackirc
IRC gateway for slack, running on localhost for one user
Stars: ✭ 84 (-24.32%)
Mutual labels:  irc
Twitch Bot
🤖 Easily create chat bots for Twitch.tv
Stars: ✭ 111 (+0%)
Mutual labels:  irc
Lykos
Werewolf, the popular detective/social party game (a theme of Mafia)
Stars: ✭ 107 (-3.6%)
Mutual labels:  irc
Modern Irc
A useful overview and reference to the IRC client protocol as it is implemented today.
Stars: ✭ 94 (-15.32%)
Mutual labels:  irc

qwebirc IRC client

CI

Installation

Installation instructions are on the website: https://qwebirc.org/installation

Hacking on qwebirc

If you'd like to make modifications you'd find it a LOT easier if create the following symlinks:

  • js -> static/js/debug
  • css -> static/css/debug

with a command like

cd /path/qwebirc
ln -s ../../js static/js/debug
ln -s ../../css static/css/debug

... then you can browse to http://instance/quidebug.html and use your favourite javascript debugger, as well as not having to compile each time you make a change!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].