diff options
author | n8225 <n8225@users.noreply.github.com> | 2020-09-21 12:14:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 12:14:28 +0000 |
commit | ab1f7ac38e478656c974c937d2abc698bb75a439 (patch) | |
tree | 874b5a8f30c83fb5cbe7f3aaf5dd7db153cfd03c | |
parent | Merge pull request #2158 from hemaaanth/hemaaanth-add-jupyterlab (diff) | |
parent | Added Oragono IRC server (diff) | |
download | awesome-selfhosted-ab1f7ac38e478656c974c937d2abc698bb75a439.tar.gz awesome-selfhosted-ab1f7ac38e478656c974c937d2abc698bb75a439.zip |
Merge pull request #2223 from lukehoersten/patch-1
Add Oragono to section IRC
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -401,6 +401,7 @@ _[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software - [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` +- [Oragono](https://oragono.io) - Modern IRCv3 server written in Go, combining the features of an ircd, a services framework, and a bouncer. ([Source Code](https://github.com/oragono/oragono/)) `MIT` `Go` - [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` |