From da170da43a7e6f900ef34c5f1ccfad589c0e53e4 Mon Sep 17 00:00:00 2001 From: Andrew Peng Date: Thu, 10 Dec 2015 21:30:46 -0600 Subject: [PATCH 1/3] Added IRCAnywhere Added IRCAnywhere - an open-source self-hosted alternative to IRCCloud --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e05bc01..8fbfe0b4 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP *[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software* * [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](https://github.com/ircanywhere/ircanywhere) `JavaScript` `Node.js` * [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` From fd623c3d0a45c31cd7e84928f7c154b28bccbe39 Mon Sep 17 00:00:00 2001 From: Andrew Peng Date: Mon, 14 Dec 2015 11:26:16 -0600 Subject: [PATCH 2/3] Updated listing on IRCAnywhere to fix parenthesis opened parenthesis but forgot to close them - this updates fixes that. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fbfe0b4..86f68dc1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Table of Contents - [Webmail clients](#webmail-clients) - [Mail Transfer Agents](#mail-transfer-agents) - [Mail Delivery Agents](#mail-delivery-agents) - - [Complete solutions](#complete-solutions) + - [Complete solutions](#complete-solutions)c - [XMPP](#xmpp) - [XMPP Servers](#xmpp-servers) - [XMPP Web Clients](#xmpp-web-clients) @@ -236,7 +236,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP *[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software* * [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](https://github.com/ircanywhere/ircanywhere) `JavaScript` `Node.js` + * [IRCAnywhere](http://ircanywhere.com/) - Open-source self-hosted alternative to IRCCloud ([Source](https://github.com/ircanywhere/ircanywhere)) `JavaScript` `Node.js` * [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` From c9020d8e217c6c633b3ba881c86d68ba7852a21e Mon Sep 17 00:00:00 2001 From: Andrew Peng Date: Mon, 14 Dec 2015 11:26:52 -0600 Subject: [PATCH 3/3] Fixed typo Fat-fingered a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f68dc1..6aa596a4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Table of Contents - [Webmail clients](#webmail-clients) - [Mail Transfer Agents](#mail-transfer-agents) - [Mail Delivery Agents](#mail-delivery-agents) - - [Complete solutions](#complete-solutions)c + - [Complete solutions](#complete-solutions) - [XMPP](#xmpp) - [XMPP Servers](#xmpp-servers) - [XMPP Web Clients](#xmpp-web-clients)