IRC: Difference between revisions
Tomodachi94 (talk | contribs) |
Tomodachi94 (talk | contribs) m switch wikipedia links to interwikis |
||
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 [ | From [[wikipedia:Internet Relay Chat|Wikipedia]]: | ||
<blockquote> | <blockquote> | ||
Internet Relay Chat (IRC) is an [ | 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> | ||
Line 14: | Line 14: | ||
== Servers == | == Servers == | ||
* [[IRCd]] <ref group="cf.">{{nixos:option|services.ircdHybrid}}</ref><ref group="cf.">[ | * [[IRCd]] <ref group="cf.">{{nixos:option|services.ircdHybrid}}</ref><ref group="cf.">[[wikipedia:IRCd|IRCd]] on Wikipedia</ref> | ||
== Bouncers == | == Bouncers == | ||
Line 21: | Line 21: | ||
* [[ZNC]] | * [[ZNC]] | ||
* keep a client open in a [[tmux]] <ref group="cf.">{{nixos:option|programs.tmux}}</ref><ref group="cf.">[ | * 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. [ | An IRC gateway recieves messages through other chat networks (e.g. [[wikipedia:XMPP||XMPP]]) and forwards them through IRC. | ||
* [[BitlBee]] | * [[BitlBee]] |
Latest revision as of 18:18, 1 August 2024
From Wikipedia:
Internet Relay Chat (IRC) is an application layer protocol that facilitates communication in the form of text. The chat process works on a client/server networking model.
Clients
Servers
Bouncers
An IRC bouncer stays connected to IRC servers so clients can disconnect without missing messages or losing the session.
Gateways
An IRC gateway recieves messages through other chat networks (e.g. |XMPP) and forwards them through IRC.
See Also
- ↑
services.ircdHybrid
- ↑ IRCd on Wikipedia
- ↑
programs.tmux
- ↑ tmux
- ↑ tmux on the ArchWiki