Difference between revisions of "IRC"
m (make irc servers (only one at the moment) into a list) |
(make it consistent with channel modes) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == Definition == |
||
IRC stands for '''Internet Relay Chat''' and is a decentralized internet chat protocol allowing users to talk over several IRC networks. |
IRC stands for '''Internet Relay Chat''' and is a decentralized internet chat protocol allowing users to talk over several IRC networks. |
||
The special touch is that it only allows text to be sent. |
The special touch is that it only allows text to be sent. |
||
While some Clients allow bold and italic text, most clients don't do this. |
While some Clients allow bold and italic text, most clients don't do this. |
||
IRC allows file transfer through the Direct-Client-to-Client (DCC) Protocol. |
IRC allows file transfer through the Direct-Client-to-Client (DCC) Protocol. |
||
+ | |||
== History == |
== History == |
||
IRC first appeared in the Summer of 1988 on a finnish server (The first IRC server was 'tolsun.oulu.fi') over the [https://en.wikipedia.org/wiki/BITNET BITNET]. |
IRC first appeared in the Summer of 1988 on a finnish server (The first IRC server was 'tolsun.oulu.fi') over the [https://en.wikipedia.org/wiki/BITNET BITNET]. |
||
+ | |||
+ | == Modes == |
||
+ | IRC has various user modes and channel modes describing the channels and users. |
||
+ | |||
+ | === User modes === |
||
+ | See https://www.unrealircd.org/docs/User_modes |
||
+ | |||
+ | === Channel modes === |
||
+ | |||
+ | See https://www.unrealircd.org/docs/Channel_modes |
||
== IRC in I2P == |
== IRC in I2P == |
||
List of IRC servers/nets in I2P: |
List of IRC servers/nets in I2P: |
||
− | * [[ |
+ | * [[Irc2P|Irc2P IRC Network]] - main IRC network of I2P |
+ | |||
+ | == Client software == |
||
+ | List of IRC clients known in this wiki: |
||
+ | * [[WeeChat]] |
||
+ | * (add your favourite irc client maybe?) |
||
+ | |||
+ | == Phenomenon of random quits == |
||
+ | Sometimes people randomly quit due to either "Read error" or "Ping timeout". |
||
+ | |||
+ | TODO: explain in technical terms why it happens. |
Latest revision as of 23:46, 7 December 2023
IRC stands for Internet Relay Chat and is a decentralized internet chat protocol allowing users to talk over several IRC networks. The special touch is that it only allows text to be sent. While some Clients allow bold and italic text, most clients don't do this. IRC allows file transfer through the Direct-Client-to-Client (DCC) Protocol.
History
IRC first appeared in the Summer of 1988 on a finnish server (The first IRC server was 'tolsun.oulu.fi') over the BITNET.
Modes
IRC has various user modes and channel modes describing the channels and users.
User modes
See https://www.unrealircd.org/docs/User_modes
Channel modes
See https://www.unrealircd.org/docs/Channel_modes
IRC in I2P
List of IRC servers/nets in I2P:
- Irc2P IRC Network - main IRC network of I2P
Client software
List of IRC clients known in this wiki:
- WeeChat
- (add your favourite irc client maybe?)
Phenomenon of random quits
Sometimes people randomly quit due to either "Read error" or "Ping timeout".
TODO: explain in technical terms why it happens.