IRC: Difference between revisions

From NixOS Wiki
imported>Mth
Created page with "{{Note|For the NixOS community chat, see Get In Touch.}} From Wikipedia: <blockquote> Internet Relay Chat (IRC) is an [https://en.wikipedia.org/wiki/Application_layer app..."
 
imported>Mth
mNo edit summary
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 Wikipedia:
From [https://en.wikipedia.org/wiki/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 [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].

Revision as of 18:44, 12 April 2019

Note: For the NixOS community chat, see Get In Touch.

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

  1. services.ircdHybrid
  2. IRCd on Wikipedia
  3. programs.tmux
  4. tmux on Wikipedia
  5. tmux on the ArchWiki