diff options
author | The Scorpion <tehscorpion@users.noreply.github.com> | 2016-05-05 23:55:33 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-05-05 23:55:33 +0000 |
commit | 6f00b16fd5ddbed560df3252ee60d7383eea9dac (patch) | |
tree | b57fe0aac16063c9ac8122a2b6e5baefbfd7aa51 | |
parent | Add Puffin (#544) (diff) | |
download | awesome-selfhosted-6f00b16fd5ddbed560df3252ee60d7383eea9dac.tar.gz awesome-selfhosted-6f00b16fd5ddbed560df3252ee60d7383eea9dac.zip |
Added Robust IRC (#551)
* Added Robust IRC
* Added Licence
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -265,6 +265,7 @@ _Mass mailing software - one message to many recipients_ * [Convos](http://convos.by/) - Always online web IRC client. ([Demo](http://demo.convos.by), [Source Code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` * [IRCAnywhere](http://ircanywhere.com/) - Open-source self-hosted alternative to IRCCloud. ([Source Code](https://github.com/ircanywhere/ircanywhere)) `JavaScript` `Nodejs` * [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++` + * [Robust IRC](https://robustirc.net/) - RobustIRC is IRC without netsplits. Distributed IRC server, based on RobustSession protocol. ([Source Code](https://github.com/robustirc/robustirc)) `BSD` `Go` * [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. ([Source Code](https://github.com/znc/znc)) `Apache` `C++` |