diff options
author | Blake Bourque <Techplex.Engineer@gmail.com> | 2018-10-05 17:31:48 +0000 |
---|---|---|
committer | Edward Dickson <ed.kickball@hotmail.com> | 2018-10-05 17:31:48 +0000 |
commit | fe9b359a1cf6580c86e211224aed74f120e7390d (patch) | |
tree | 4a53f99e31c3fa9993db09d21fa37c9297501b97 | |
parent | Merge pull request #1515 from JC5/patch-1 (diff) | |
download | awesome-selfhosted-fe9b359a1cf6580c86e211224aed74f120e7390d.tar.gz awesome-selfhosted-fe9b359a1cf6580c86e211224aed74f120e7390d.zip |
Add dispatch IRC client (#1519)
* Add dispatch IRC client
Fixes #1465
* Remove dupe source code link
* Alphabetize IRC section
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -366,10 +366,11 @@ _Mailing lists servers and mass mailing software - one message to many recipient _[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)) `Artistic-2.0` `Perl` +- [Dispatch](https://github.com/khlieng/dispatch) - A self-hosted web IRC client written in Go. ([Demo](https://dispatch.khlieng.com/connect)) `MIT` `Go` - [Kiwi IRC](https://kiwiirc.com/) - A responsive web IRC client with theming support. ([Demo](https://kiwiirc.com/nextclient/)), ([Source Code](https://github.com/kiwiirc/kiwiirc)) `Apache-2.0` `Nodejs` +- [The Lounge](https://thelounge.github.io/) - A self-hosted web IRC client. ([Demo](https://demo.thelounge.chat/), [Source Code](https://github.com/thelounge/lounge)) `MIT` `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)) `GPL-2.0` `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-3-Clause` `Go` -- [The Lounge](https://thelounge.github.io/) - The self-hosted web IRC client. ([Demo](https://demo.thelounge.chat/), [Source Code](https://github.com/thelounge/lounge)) `MIT` `Nodejs` - [Weechat](https://weechat.org/) - Fast, light and extensible chat client. `GPL-3.0` `C` - [ZNC](http://wiki.znc.in/ZNC) - Advanced IRC bouncer. ([Source Code](https://github.com/znc/znc)) `Apache-2.0` `C++` |