Internet Relay Chat: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
lame initial version
 
m Jnc moved page IRC to Internet Relay Chat: Deacronymify
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
IRC is the internet relay chat protocol & program suite.
'''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 ===
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}}


{{stub}}
[[Category: Networking Software]]
[[Category:Software]]

Latest revision as of 00: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.