Difference between revisions of "Internet Relay Chat"
From Computer History Wiki
m (Jnc moved page IRC to Internet Relay Chat: Deacronymify) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | IRC is | + | '''Internet Relay Chat''' (usually given as the acronym, '''IRC''') is both a [[protocol]] and a program suite. |
== Versions == | == Versions == | ||
+ | |||
=== IRC II === | === IRC II === | ||
I think this is the oldest one that'll still work on modern servers. The source that I usually look for is ircii-4.4 | I think this is the oldest one that'll still work on modern servers. The source that I usually look for is ircii-4.4 | ||
+ | |||
=== irc2.1 === | === irc2.1 === | ||
− | As far as I'm aware, this is the oldest version of the IRCd. The protocol is out of date, no current client can talk to it, other than the bundled one. I think it may be wise to try and run it on 2.11BSD or similar. See http://www.irc.org/ftp/irc/server/Old/ | + | As far as I'm aware, this is the oldest version of the IRCd. The protocol is out of date, no current client can talk to it, other than the bundled one. I think it may be wise to try and run it on [[2.11BSD]] or similar. See [http://www.irc.org/ftp/irc/server/Old/ here] for [[source code|sources]]. |
+ | |||
+ | {{semi-stub}} | ||
− | + | [[Category: Networking Software]] | |
− | [[Category:Software]] |
Latest revision as of 01:58, 16 January 2024
Internet Relay Chat (usually given as the acronym, IRC) is both a protocol and a program suite.
Versions
IRC II
I think this is the oldest one that'll still work on modern servers. The source that I usually look for is ircii-4.4
irc2.1
As far as I'm aware, this is the oldest version of the IRCd. The protocol is out of date, no current client can talk to it, other than the bundled one. I think it may be wise to try and run it on 2.11BSD or similar. See here for sources.