diff options
author | nodiscc <nodiscc@gmail.com> | 2019-10-15 19:27:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 19:27:55 +0000 |
commit | 28e873b2dd5ce14fb17aad2f65104ebe25756830 (patch) | |
tree | e5d30054eb5eddb82fdd0735c04d17535822a865 | |
parent | Merge pull request #1823 from acelaya-forks/feature/shlink (diff) | |
parent | Add ngircd (diff) | |
download | awesome-selfhosted-28e873b2dd5ce14fb17aad2f65104ebe25756830.tar.gz awesome-selfhosted-28e873b2dd5ce14fb17aad2f65104ebe25756830.zip |
Merge pull request #1830 from Quintus/master
Add ngircd
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -382,6 +382,7 @@ _[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software - [InspIRCd](https://www.inspircd.org/) - Modular IRC server written in C++ for Linux, BSD, Windows, and macOS. ([Source Code](https://github.com/inspircd/inspircd)) `GFDL-1.2-only` `C++` - [Dispatch](https://github.com/khlieng/dispatch) - Self-hosted web IRC client written in Go. ([Demo](https://dispatch.khlieng.com/connect)) `MIT` `Go` - [Kiwi IRC](https://kiwiirc.com/) - Responsive web IRC client with theming support. ([Demo](https://kiwiirc.com/nextclient/)), ([Source Code](https://github.com/kiwiirc/kiwiirc)) `Apache-2.0` `Nodejs` +- [ngircd](https://ngircd.barton.de/) - Free, portable and lightweight Internet Relay Chat server for small or private networks. ([Source Code](https://github.com/ngircd/ngircd)) `GPL-2.0` `C` - [The Lounge](https://thelounge.github.io/) - 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` |