diff options
author | Edward D <ed.kickball@hotmail.com> | 2015-08-11 14:09:11 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2015-08-11 14:09:11 +0000 |
commit | 642126e1eeb16f548c542269280fd1702922d3c3 (patch) | |
tree | 534fa7e94bf772ea045b698e306675f7f26ebeb4 | |
parent | Merge pull request #190 from pguth/patch-4 (diff) | |
parent | Add Quassel IRC (diff) | |
download | awesome-selfhosted-642126e1eeb16f548c542269280fd1702922d3c3.tar.gz awesome-selfhosted-642126e1eeb16f548c542269280fd1702922d3c3.zip |
Merge pull request #194 from koppor/quasselirc
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++` |