diff options
author | Oliver Kopp <kopp.dev@gmail.com> | 2015-08-10 23:58:55 +0000 |
---|---|---|
committer | Oliver Kopp <kopp.dev@gmail.com> | 2015-08-10 23:58:55 +0000 |
commit | 70b20cb232e38e554008be77f5c0ff73d17796ea (patch) | |
tree | 534fa7e94bf772ea045b698e306675f7f26ebeb4 | |
parent | Merge pull request #190 from pguth/patch-4 (diff) | |
download | awesome-selfhosted-70b20cb232e38e554008be77f5c0ff73d17796ea.tar.gz awesome-selfhosted-70b20cb232e38e554008be77f5c0ff73d17796ea.zip |
Add Quassel IRC
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin ### IRC * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` + * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Weechat](https://weechat.org/) - a fast, light and extensible chat client `GPLv3` `C` * [ZNC](http://wiki.znc.in/ZNC) - An advanced IRC bouncer `Apache` `C++` |