No description
  • JavaScript 71.5%
  • Python 20.7%
  • CSS 6.7%
  • HTML 1.1%
Find a file
2025-03-08 19:11:32 +01:00
.github/workflows switch to github actions from travis 2020-12-14 23:00:49 +00:00
bin add config.py copying instructions 2020-02-23 00:23:40 +00:00
css Padding for input field, increases height by 1px, and Chromes white line does not occlude the chat. 2023-02-13 19:41:55 +01:00
dummyauthgate normalise line endings 2017-07-14 01:09:55 +01:00
esimplejson Encode json more compactly. 2010-03-01 02:28:21 +00:00
js FIX: Highlighterkennung 2025-03-08 19:11:32 +01:00
qwebirc Provide an IPv6-aware Request.getClientIP() 2018-04-12 23:18:11 +01:00
static Autofokus auf das Nickname-Feld, um gleich mit Enter bestätigen zu können 2025-03-04 01:11:34 +01:00
twisted/plugins remove flash websocket support 2019-12-01 22:43:41 +00:00
util Add basic syslog support. 2009-11-10 04:10:22 +00:00
.gitattributes normalise line endings 2017-07-14 01:09:55 +01:00
.gitignore add dynamic configuration support 2019-11-30 22:02:54 +00:00
AUTHORS Bump to 1.00 2017-07-26 00:53:27 +01:00
clean.py Add (forced) dependency checking. 2009-06-03 23:40:06 +01:00
compile.py add config.py copying instructions 2020-02-23 00:23:40 +00:00
config.py.example add dynamic configuration support 2019-11-30 22:02:54 +00:00
LICENCE bump to 1.02 2019-12-01 22:43:49 +00:00
qwebirc.pdn Add about pane. 2008-12-06 02:36:36 +00:00
qwebirc.png Add about pane. 2008-12-06 02:36:36 +00:00
README.md fix badge 2020-12-14 23:06:41 +00:00
requirements.txt remove implicit dependencies 2020-02-23 00:15:56 +00:00
run.py add config.py copying instructions 2020-02-23 00:23:40 +00:00

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!