IRC: Difference between revisions

imported>Adisbladis
No edit summary
m switch wikipedia links to interwikis
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Note|For the NixOS community chat, see [[Get In Touch]].}}
{{Note|For the NixOS community chat, see [[Get In Touch]].}}


From [https://en.wikipedia.org/wiki/Internet_Relay_Chat Wikipedia]:
From [[wikipedia:Internet Relay Chat|Wikipedia]]:
<blockquote>
<blockquote>
Internet Relay Chat (IRC) is an [https://en.wikipedia.org/wiki/Application_layer application layer] protocol that facilitates communication in the form of text. The chat process works on a [https://en.wikipedia.org/wiki/Client%E2%80%93server_model client/server networking model].
Internet Relay Chat (IRC) is an [[wikipedia:Application layer|application layer]] protocol that facilitates communication in the form of text. The chat process works on a [[wikipedia:Client%E2%80%93server_model|client/server networking model]].
</blockquote>
</blockquote>
== NixOS-related Channels ==
* #nixos - The main support channel for all things Nix/NixOS
* #nixos-chat - The untopical social channel
* #nixos-dev - For hacking on Nixos
* #nixcon - For any Nixcon related things
* #nixos-aarch64 - For the aarch64 (ARM) porting effort
* #nix-darwin - Nix on MacOS
* #nixos-security - NixOS security related
* #nixos-emacs - For all things Emacs
* #nixos-kubernetes


== Clients ==
== Clients ==


* [[irssi]]
* [[Quassel]]
* [[Quassel]]
* [[Weechat]] with the <code>irc</code> plugin
* [[Weechat]] with the <code>irc</code> plugin
Line 24: Line 14:
== Servers ==
== Servers ==


* [[IRCd]] <ref group="cf.">{{nixos:option|services.ircdHybrid}}</ref><ref group="cf.">[https://en.wikipedia.org/wiki/IRCd IRCd] on Wikipedia</ref>
* [[IRCd]] <ref group="cf.">{{nixos:option|services.ircdHybrid}}</ref><ref group="cf.">[[wikipedia:IRCd|IRCd]] on Wikipedia</ref>


== Bouncers ==
== Bouncers ==
Line 31: Line 21:


* [[ZNC]]
* [[ZNC]]
* keep a client open in a [[tmux]] <ref group="cf.">{{nixos:option|programs.tmux}}</ref><ref group="cf.">[https://en.wikipedia.org/wiki/Tmux tmux] on Wikipedia</ref><ref group="cf.">[https://wiki.archlinux.org/index.php/Tmux tmux] on the ArchWiki</ref> session
* keep a client open in a [[tmux]] <ref group="cf.">{{nixos:option|programs.tmux}}</ref><ref group="cf.">[[wikipedia:Tmux|tmux]]</ref><ref group="cf.">[https://wiki.archlinux.org/index.php/Tmux tmux] on the ArchWiki</ref> session


== Gateways ==
== Gateways ==


An IRC gateway recieves messages through other chat networks (e.g. [https://en.wikipedia.org/wiki/XMPP XMPP]) and forwards them through IRC.
An IRC gateway recieves messages through other chat networks (e.g. [[wikipedia:XMPP||XMPP]]) and forwards them through IRC.


* [[BitlBee]]
* [[BitlBee]]
Line 42: Line 32:


<references group="cf."/>
<references group="cf."/>
[[Category:Applications]]
[[Category:Server]]