Knowledge (XXG)

IRC

Source đź“ť

1113:. Messages are routed along only necessary branches of the tree but network state is sent to every server and there is generally a high degree of implicit trust between servers. However, this architecture has a number of problems. A misbehaving or malicious server can cause major damage to the network and any changes in structure, whether intentional or a result of conditions on the underlying network, require a net-split and net-join. This results in a lot of network traffic and spurious quit/join messages to users and temporary loss of communication to users on the splitting servers. Adding a server to a large network means a large background bandwidth load on the network and a large memory load on the server. Once established, however, each message to multiple recipients is delivered in a fashion similar to 1529:
given IRCd. RFC 1459 claims that IRC operators are "a necessary evil" to keep a clean state of the network, and as such they need to be able to disconnect and reconnect servers. Additionally, to prevent malicious users or even harmful automated programs from entering IRC, IRC operators are usually allowed to disconnect clients and completely ban IP addresses or complete subnets. Networks that carry services (NickServ et al.) usually allow their IRC operators also to handle basic "ownership" matters. Further privileged rights may include overriding channel bans (being able to join channels they would not be allowed to join, if they were not opered), being able to op themselves on channels where they would not be able without being opered, being auto-opped on channels always and so forth.
750:(named after its founder: dalvenjah), formed for better user service and more user and channel protections. One of the more significant changes in DALnet was use of longer nicknames (the original ircd limit being 9 letters). DALnet ircd modifications were made by Alexei "Lefler" Kosut. DALnet was thus based on the Undernet ircd server, although the DALnet pioneers were EFnet abandoners. According to James Ng, the initial DALnet people were "ops in #StarTrek sick from the constant splits/lags/takeovers/etc". 687:, made the eris machine the first to be Q-lined (Q for quarantine) from IRC. In wumpus' words again: "Eris refused to remove that line, so I formed EFnet. It wasn't much of a fight; I got all the hubs to join, and almost everyone else got carried along." A-net was formed with the eris servers, while EFnet was formed with the non-eris servers. History showed most servers and users went with EFnet. Once A-net disbanded, the name EFnet became meaningless, and once again it was the one and only IRC network. 2386:(DCC) protocol, in which file transfers are negotiated through the exchange of private messages between clients. The vast majority of IRC clients feature support for DCC file transfers, hence the view that file sharing is an integral feature of IRC. The commonplace usage of this protocol, however, sometimes also causes DCC spam. DCC commands have also been used to exploit vulnerable clients into performing an action such as disconnecting from the server or exiting the client. 1878:
much leniency in what was allowed by the "losing" side. Under the original TS protocols, for example, there was no protection against users setting bans or other modes in the losing channel that would then be merged when the split rejoined, even though the users who had set those modes lost their channel operator status. Some modern TS-based IRC servers have also incorporated some form of ND and/or CD in addition to timestamping in an attempt to further curb abuse.
991: 1007: 734:) that EFnet started to suffer from. For the latter purpose, the Undernet implemented timestamps, new routing and offered the CService—a program that allowed users to register channels and then attempted to protect them from troublemakers. The first server list presented, from 15 February 1993, includes servers from the U.S., Canada, France, Croatia and Japan. On 15 August, the new user count record was set to 57 users. 1655:(where items enclosed within brackets () are optional) to be used to (if necessary) connect to the specified host (or network, if known to the IRC client) and join the specified channel. (This can be used within the client itself, or from another application such as a Web browser). irc is the default URI, irc6 specifies a connection to be made using IPv6, and ircs specifies a secure connection. 1768: 1924: 1829:
original IRC protocol as implemented was that when two servers split and rejoined, the two sides of the network would simply merge their channels. If a user could join on a "split" server, where a channel that existed on the other side of the network was empty, and gain operator status, they would become a channel operator of the "combined" channel after the
509: 1874:
use the same nickname or channel, but when the two sides are joined, only one can survive. In the case of nicknames, the newer user, according to their TS, is killed; when a channel collides, the members (users on the channel) are merged, but the channel operators on the "losing" side of the split lose their channel operator status.
1528:
There are also users who maintain elevated rights on their local server, or the entire network; these are called IRC operators, sometimes shortened to IRCops or Opers (not to be confused with channel operators). As the implementation of the IRCd varies, so do the privileges of the IRC operator on the
1211:
In order to correctly parse incoming mode messages and track channel state the client must know which mode is of which type and for the modes that apply to a user on a channel which symbol goes with which letter. In early implementations of IRC this had to be hard-coded in the client but there is now
1203:
command. User modes and channel modes are separate and can use the same letter to mean different things (e.g. user mode "i" is invisible mode while channel mode "i" is invite only.) Modes are usually set and unset using the mode command that takes a target (user or channel), a set of modes to set (+)
1090:
All client-to-server IRC protocols in use today are descended from the protocol implemented in the irc2.4.0 version of the IRC2 server, and documented in RFC 1459. Since RFC 1459 was published, the new features in the irc2.10 implementation led to the publication of several revised protocol documents
3015:
The Open Proxy Monitor which has been provided by the Blitzed IRC network has been shut down…The database was so large that it is near to impossible for the team to backup, or find a new location to continue the service. Added to that, most of the team members do not possess the time anymore to keep
1833:
ended; if a user took a nickname that existed on the other side of the network, the server would kill both users when rejoining (a "nick collision"). This was often abused to "mass-kill" all users on a channel, thus creating "opless" channels where no operators were present to deal with abuse. Apart
1730:
programs to obtain the passwords of IRC users, but has little use beyond this scope due to the public nature of IRC channels. SSL connections require both client and server support (that may require the user to install SSL binaries and IRC client specific patches or modules on their computers). Some
753:
DALnet quickly offered global WallOps (IRCop messages that can be seen by users who are +w (/mode NickName +w)), longer nicknames, Q:Lined nicknames (nicknames that cannot be used i.e. ChanServ, IRCop, NickServ, etc.), global K:Lines (ban of one person or an entire domain from a server or the entire
718:
Another fork effort, the first that made a lasting difference, was initiated by "Wildthang" in the United States in October 1992. (It forked off the EFnet ircd version 2.8.10). It was meant to be just a test network to develop bots on but it quickly grew to a network "for friends and their friends".
2132:
is known as a BNC or bouncer. The purpose is to maintain a connection to an IRC server, acting as a relay between the server and client, or simply to act as a proxy. Should the client lose network connectivity, the BNC may stay connected and archive all traffic for later delivery, allowing the user
1215:
There is a small design fault in IRC regarding modes that apply to users on channels: the names message used to establish initial channel state can only send one such mode per user on the channel, but multiple such modes can be set on a single user. For example, if a user holds both operator status
1142:
IRC has a line-based structure. Clients send single-line messages to the server, receive replies to those messages and receive copies of some messages sent by other clients. In most clients, users can enter commands by prefixing them with a '/'. Depending on the command, these may either be handled
2231:) lacks mechanisms for announcing and negotiating character encoding options. This has put the responsibility for choosing the appropriate character codec on the client. In practice, IRC channels have largely used the same character encodings that were also used by operating systems (in particular 1877:
TS is a much more complicated protocol than ND/CD, both in design and implementation, and despite having gone through several revisions, some implementations still have problems with "desyncs" (where two servers on the same network disagree about the current state of the network), and allowing too
1873:
The timestamp protocol is an alternative to nick/channel delays which resolves collisions using timestamped priority. Every nickname and channel on the network is assigned a timestamp – the date and time when it was created. When a netsplit occurs, two users on each side are free to
1207:
Some channel modes take parameters and other channel modes apply to a user on a channel or add or remove a mask (e.g. a ban mask) from a list associated with the channel rather than applying to the channel as a whole. Modes that apply to users on a channel have an associated symbol that is used to
775:
Most (not all) of the IRCnet servers were in Europe, while most of the EFnet servers were in the US. This event is also known as "The Great Split" in many IRC societies. EFnet has since (as of August 1998) grown and passed the number of users it had then. In the (northern) autumn of the year 2000,
629:
style, real time discussions and similar BBS features. The first part he implemented was the chat part, which he did with borrowed parts written by his friends Jyrki Kuoppala and Jukka Pihl. The first IRC network was running on a single server named tolsun.oulu.fi. Oikarinen found inspiration in a
2322:
on Linux and Unix platforms since about 2002, UTF-8 has become an increasingly popular substitute for many of the previously used 8-bit encodings in European channels. Some IRC clients are now capable of reading messages both in ISO 8859-1 or UTF-8 in the same channel, heuristically autodetecting
737:
In May 1993, RFC 1459 was published and details a simple protocol for client/server operation, channels, one-to-one and one-to-many conversations. A significant number of extensions like CTCP, colors and formats are not included in the protocol specifications, nor is character encoding, which led
1828:
One of the most contentious technical issues surrounding IRC implementations, which survives to this day, is the merit of "Nick/Channel Delay" vs. "Timestamp" protocols. Both methods exist to solve the problem of denial-of-service attacks, but take very different approaches. The problem with the
1865:
occurs, it is useless to an abuser because they cannot take the nickname or gain operator status on a channel, and thus no collision of a nickname or "merging" of a channel can occur. To some extent, this inconveniences legitimate users, who might be forced to briefly use a different name after
678:
In August 1990, the first major disagreement took place in the IRC world. The "A-net" (Anarchy net) included a server named eris.berkeley.edu. It was all open, required no passwords and had no limit on the number of connects. As Greg "wumpus" Lindahl explains: "it had a wildcard server line, so
2183:
The back-end (spider/webcrawler) is the work horse of the search engine. It is responsible for crawling IRC servers to index the information being sent across them. The information that is indexed usually consists solely of channel text (text that is publicly displayed in public channels). The
2689:
I did not experience all of this. I found information on various places and I received information from various people in order to write this. People that have helped me with this include: Greg "wumpus" Lindahl, Vesa "vesa" Ruokonen, James Ng, Tuomas Heino, Richard (eagle`s on undernet), Ari
2199:
Most search engines have their own spider that is a single application responsible for crawling IRC and indexing data itself; however, others are "user based" indexers. The latter rely on users to install their "add-on" to their IRC client; the add-on is what sends the database the channel
846:
As of 2016, a new standardization effort is under way under a working group called IRCv3, which focuses on more advanced client features such as instant notifications, better history support and improved security. As of 2019, no major IRC networks have fully adopted the proposed standard.
641:
Jyrki Kuoppala pushed Oikarinen to ask Oulu University to free the IRC code so that it also could be run outside of Oulu, and after they finally got it released, Jyrki Kuoppala immediately installed another server. This was the first "IRC network". Oikarinen got some friends at the
662:. They had their own IRC network running and wanted to connect to the Finnish network. They had obtained the program from one of Oikarinen's friends, Vijay Subramaniam—the first non-Finnish person to use IRC. IRC then grew larger and got used on the entire Finnish national network— 880:
The largest IRC networks have traditionally been grouped as the "Big Four"—a designation for networks that top the statistics. The Big Four networks change periodically, but due to the community nature of IRC there are a large number of other networks for users to choose from.
3177:
On large networks such as the Big Four— EFnet, IRCnet, Undernet, and DALnet— trying to list the thousands of channels with Ircle always causes you to disconnect due to the flood of information, while other clients can usually manage the feat, if you are on a direct Ethernet
719:
In Europe and Canada a separate new network was being worked on and in December the French servers connected to the Canadian ones, and by the end of the month, the French and Canadian network was connected to the US one, forming the network that later came to be called "The
1686:
by means of cyclic routing, the trade-off in scalability for the sake of real-time user presence information, protocol weaknesses providing a platform for abuse, no transparent and optimizable message passing, and no encryption. Some of these issues have been addressed in
2195:
The front-end "search engine" is the user interface to the database. It supplies users with a way to search the database of indexed information to retrieve the data they are looking for. These front-end search engines can also be coded in numerous programming languages.
771:
argued for nick and channel delays whereas the EFnet side argued for timestamps. There were also disagreements about policies: the European side had started to establish a set of rules directing what IRCops could and could not do, a point of view opposed by the US side.
1208:
represent the mode in names replies (sent to clients on first joining a channel and use of the names command) and in many clients also used to represent it in the client's displayed list of users in a channel or to display an own indicator for a user's modes.
2342:
would be the most likely contender for a single future standard character encoding for all IRC communication, if such standard ever relaxed the 510-byte message size restriction. UTF-8 is ASCII compatible and covers the superset of all other commonly used
1496:
that manages the channel. IRC channel operators can be easily seen by the symbol or icon next to their name (varies by client implementation, commonly a "@" symbol prefix, a green circle, or a Latin letter "+o"/"o"). On most networks, an operator can:
754:
network), IRCop only communications: GlobOps, +H mode showing that an IRCop is a "helpop" etc. Much of DALnet's new functions were written in early 1995 by Brian "Morpher" Smith and allow users to own nicknames, control channels, send memos, and more.
1216:(+o) and voice status (+v) on a channel, a new client will be unable to see the mode with less priority (i.e. voice). Workarounds for this are possible on both the client and server side; a common solution is to use IRCv3 "multi-prefix" extension. 1903:
clients to change their nick to their UID, thus saving both clients from being disconnected. On IRCnet, the nickname will also be locked for some time (ND) to prevent both clients from changing back to the original nickname, thus colliding again.
2163:, thus staying connected to the IRC network(s) constantly and able to log conversation in channels that the user is interested in, or to maintain a channel's presence on the network. Modelled after this setup, in 2004 an IRC client following the 1182:
Channels that are available across an entire IRC network are prefixed with a '#', while those local to a server use '&'. Other less common channel types include '+' channels—'modeless' channels without operators—and '!' channels, a form of
2274:). That is why these codes are always allowed in nicknames. According to RFC 1459, { | } in nicknames should be treated as lowercase equivalents of respectively. By the late 1990s, the use of 7-bit encodings had disappeared in favour of 2105:
or specific functionality within a channel such as to host a chat-based game or provide notifications of external events. However, some IRC bots are used to launch malicious attacks such as denial of service, spamming, or exploitation.
794:
Extra modes: While the original IRC system used a set of standard user and channel modes, new servers add many new modes for features such as removing color codes from text, or obscuring a user's hostmask ("cloaking") to protect from
766:
and discussions on the mailing list, there was yet another split due to disagreement in how the development of the ircd should evolve. Most notably, the "European" (most of those servers were in Europe) side that later named itself
1094:
Although many specifications on the IRC protocol have been published, there is no official specification, as the protocol remains dynamic. Virtually no clients and very few servers rely strictly on the above RFCs as a reference.
1086:
The protocol specified that characters were 8-bit but did not specify the character encoding the text was supposed to use. This can cause problems when users using different clients and/or different platforms want to converse.
2179:
There are numerous search engines available to aid the user in finding what they are looking for on IRC. Generally the search engine consists of two parts, a "back-end" (or "spider/crawler") and a front-end "search engine".
1681:
Issues in the original design of IRC were the amount of shared state data being a limitation on its scalability, the absence of unique user identifications leading to the nickname collision problem, lack of protection from
738:
various implementations of servers and clients to diverge. Software implementation varied significantly from one network to the other, each network implementing their own policies and standards in their own code bases.
650:
to start running IRC servers when his number of users increased and other universities soon followed. At this time Oikarinen realized that the rest of the BBS features probably would not fit in his program.
1896:
upon connecting to an IRC server. This ID starts with a number, which is forbidden in nicks (although some ircds, namely IRCnet and InspIRCd, allow clients to switch to their own UID as the nickname).
1892:
In recent versions of the IRCnet ircd, as well as ircds using the TS6 protocol (including Charybdis), ND has been extended/replaced by a mechanism called SAVE. This mechanism assigns every client a
857:
After its golden era during the 1990s and early 2000s (240,000 users on QuakeNet in 2004), IRC has seen a significant decline, losing around 60% of users between 2003 and 2012, with users moving to
877:
have not followed the overall trend and have more than quadrupled in size during the same period. However, Freenode, which in 2016 had around 90,000 users, has since declined to about 9,300 users.
2207:
search engines using the logging features built into many IRC clients. These search engines are usually implemented as bots and dedicated to a particular channel or group of associated channels.
854:, founded in May 2021, has the most users, with 20,374 channels on 26 servers; between them, the top 100 IRC networks share over 100 thousand channels operating on about one thousand servers. 6749: 3041:
The IRCv3 Working Group is a collection of IRC client and server software authors working to enhance, maintain and standardize the IRC protocol using backwards-compatible extensions.
1128:
An IRC daemon can be used on a local area network (LAN). IRC can thus be used to facilitate communication between people within the local area network (internal communication).
809:
Additional commands: New commands can be such things as shorthand commands to issue commands to Services, to network-operator-only commands to manipulate a user's hostmask.
2148:. This also allows devices that only have ssh functionality, but no actual IRC client installed themselves, to connect to the IRC, and it allows sharing of IRC sessions. 1033:
can connect to other IRC servers to expand the IRC network. Users access IRC networks by connecting a client to a server. There are many client implementations, such as
495: 806:, which can then be denied a connection. This proxy detection software is used by several networks, although that real time list of proxies is defunct since early 2006. 6981: 3728: 1613:. Users may also have the option of requesting a "virtual host" (or "vhost"), to be displayed in the hostmask to allow further anonymity. Some IRC networks, such as 595:
IRC usage has been declining steadily since 2003, losing 60 percent of its users. In April 2011, the top 100 IRC networks served more than 200,000 users at a time.
1146:
Due to the nature of the protocol, automated systems cannot always correctly pair a sent command with its reply with full reliability and are subject to guessing.
1735:) to only allow SSL-connected users on the channel, while disallowing operator identification in clear text, to better utilize the advantages that SSL provides. 670:, the Scandinavian branch of the Internet. In November 1988, IRC had spread across the Internet and in the middle of 1989, there were some 40 servers worldwide. 6742: 5289: 625:, where he was working at the Department of Information Processing Science. Jarkko intended to extend the BBS software he administered, to allow news in the 255: 2767: 1122: 2410: 2405: 1918: 576:, or embedded into part of a larger program—to an IRC server, which may be part of a larger IRC network. Examples of programs used to connect include 2219:
repertoire. IRC servers normally transfer messages from a client to another client just as byte sequences, without any interpretation or recoding of
6735: 1899:
If two clients with the same nickname join from different sides of a netsplit ("nick collision"), the first server to see this collision will force
1143:
entirely by the client, or (generally for commands the client does not recognize) passed directly to the server, possibly with some modification.
5258: 791:: Network-operated bots to facilitate registration of nicknames and channels, sending messages for offline users and network operator functions. 7001: 6662: 1947:
or software packages, as well as web-based or inside games. Many different clients are available for the various operating systems, including
6718: 6692: 6596: 6518: 5466: 5425: 5092: 4591: 4551: 4511: 3513: 3289: 3253: 3218: 3170: 2579: 1575:
on the client. If ident is not available on the client, the username specified when the client connected is used after being prefixed with a
488: 215: 2600: 691: 6976: 6164: 5913: 3436: 1212:
a de facto standard extension to the protocol called ISUPPORT that sends this information to the client at connect time using numeric 005.
1137: 345: 340: 310: 2310:
For a long time, East Asian IRC channels with logographic scripts in China, Japan, and Korea have been using multi-byte encodings such as
3444: 1065: 170: 1091:(RFC 2810, RFC 2811, RFC 2812 and RFC 2813); however, these protocol changes have not been widely adopted among other implementations. 802:
Proxy detection: Most modern servers support detection of users attempting to connect through an insecure (misconfigured or exploited)
6082: 1881:
Most networks today use the timestamping approach. The timestamp versus ND/CD disagreements caused several servers to split away from
960: 417: 360: 285: 726:
The "undernetters" wanted to take ircd further in an attempt to make it use less bandwidth and to try to sort out the channel chaos (
1834:
from causing problems within IRC, this encouraged people to conduct denial-of-service attacks against IRC servers in order to cause
1815: 1739: 643: 427: 397: 5364: 1117:, meaning each message travels a network link exactly once. This is a strength in comparison to non-multicasting protocols such as 1075:
has always been to run IRC on 6667/TCP and nearby port numbers (for example TCP ports 6660–6669, 7000) to avoid having to run the
1061: 647: 481: 412: 205: 5145: 1707:. Because of this, careful security policy is necessary to ensure that an IRC network is not susceptible to an attack such as a 6758: 5766: 5727: 5664: 5625: 5586: 5544: 4698: 4284: 3536: 1571:
The nick part is the nickname chosen by the user and may be changed while connected. The user part is the username reported by
1103: 5118: 6611: 5076: 1793: 824: 230: 220: 4424: 6991: 1743: 1118: 1022: 350: 330: 280: 5209: 6996: 6794: 6551: 2102: 1751: 1708: 1550: 270: 265: 260: 6986: 6907: 5802: 2834: 2805: 2771: 1630: 1606: 819:
might be used (messages cease to be secure once they are relayed to other users on standard connections, but it makes
447: 407: 275: 5302: 1857:), the server will not allow any user to use that nickname or join that channel, until a certain period of time (the 1778: 909:
IRC reached 6 million simultaneous users in 2001 and 10 million users in 2004–2005, dropping to around 350k in 2021.
1164:, which lists all currently available channels that do not have the modes +s or +p set, on that particular network. 3440: 2300:, and since about 2000, modern Russian IRC networks convert between these different commonly used encodings of the 2121: 1968: 1704: 1699:
Because IRC connections may be unencrypted and typically span long time periods, they are an attractive target for
1377:
Channel is moderated (only those who hold channel operator or voice status on the channel can send messages to it)
123: 1797: 1782: 6804: 6511: 6446: 6021: 5934: 5483: 5450: 3225:
Today there are hundreds of independent IRC networks, but the "Big Four" are EFNet, UnderNet, Dalnet, and IRCnet.
3202: 3158: 2779: 2563: 2400: 4535: 2215:
IRC still lacks a single globally accepted standard convention for how to transmit characters outside the 7-bit
6864: 5960: 5906: 2359:
file sharing, users can create file servers that allow them to share files with each other by using customised
2243: 1723: 1700: 1026: 820: 816: 796: 784:
IRC has changed much over its life on the Internet. New server software has added a multitude of new features.
300: 240: 3296:
The largest networks have traditionally been grouped as the "Big Four": EFNet, IrcNet, QuakeNet, and UnderNet.
3010: 2164: 565: 4575: 4488: 3500:
Lucas, Mark; Singh, Abhishek; Cantrell, Chris (5 October 2006). "Defining a Firewall". In Henmi, Anne (ed.).
2717: 6817: 6026: 4543: 3505: 2383: 1554: 659: 550: 467: 457: 250: 165: 149: 5342: 4614: 1849:(CD) strategies aim to prevent abuse by delaying reconnections and renames. After a user signs off and the 850:
As of June 2021, there are 481 different IRC networks known to be operating, of which the open source
6971: 6789: 6784: 6779: 6636: 6566: 5413: 2054: 335: 185: 47: 4278: 3530: 6849: 6631: 2220: 1853:
becomes available, or a channel ceases to exist because all its users parted (as often happens during a
614: 462: 235: 3272:
Turban, Efraim; Leidner, Dorothy; McLean, Ephraim; Wetherbe, James (7 February 2005). "Communication".
2258:. These encode non-ASCII characters like Ä Ö Å ä ö å at code positions 0x5B 0x5C 0x5D 0x7B 0x7C 0x7D ( 1476:
Many daemons and networks have added extra modes or modified the behavior of modes in the above list.
6504: 6333: 6246: 5885: 5875: 5780: 5741: 5678: 5639: 5600: 5558: 5266: 3281: 2425: 2152: 1936: 1789: 655: 245: 133: 32: 2801: 2151:
To keep the IRC client from quitting when the ssh connection closes, the client can be run inside a
1731:
networks also use SSL for server-to-server connections, and provide a special channel flag (such as
6882: 6687: 6606: 6527: 6451: 6399: 6197: 5922: 5899: 3277: 3245: 2344: 2070: 2059: 2013: 1991: 1688: 1609:
a client IP address or masks part of a client's hostname, making it unreadable to users other than
1057: 6379: 6251: 4692: 2608: 2415: 2311: 2255: 2125: 1928: 1542: 1538: 1489: 618: 517: 452: 180: 4149: 1154:
The basic means of communicating to a group of users in an established IRC session is through a
1321:
Channel operator—can change channel modes and kick users out of the channel among other things
1102:. They later stopped distributing software supporting IRCX, instead developing the proprietary 823:
on or wiretapping an individual's IRC sessions difficult). For client-to-client communication,
6897: 6877: 6872: 6774: 6697: 6682: 6672: 6576: 6394: 5462: 5421: 5417: 5088: 4986: 4952: 4860: 4826: 4746: 4587: 4547: 4507: 4453: 4115: 3945: 3908: 3874: 3770: 3694: 3509: 3466: 3285: 3249: 3214: 3210: 3206: 3166: 2575: 2435: 2049: 1948: 1893: 1335:
Secret channel—not shown in channel list or user whois except to users already on the channel
1069: 835: 561: 546: 532: 380: 156: 65: 5458: 5442: 2571: 2555: 6919: 6707: 6541: 6496: 6205: 6174: 5869:– Working group of developers, who add new features to the protocol and write specs for them 5770: 5731: 5668: 5629: 5590: 5576: 5548: 4996: 4962: 4916: 4906: 4870: 4836: 4790: 4780: 4756: 4463: 4330: 4320: 4230: 4193: 4183: 4159: 4125: 4091: 4057: 4023: 4013: 3989: 3979: 3955: 3918: 3884: 3837: 3814: 3804: 3780: 3704: 3670: 3660: 3636: 3626: 3602: 3568: 3476: 3412: 3402: 3378: 3368: 3344: 3334: 2913: 2903: 2874: 2705: 2504: 2494: 2470: 2460: 2247: 2084: 1944: 1670:
resulting in a (usually unintended) extra (for example, ##channel), if included in the URL.
1018: 610: 573: 75: 5798: 3260:
There are several large networks: EFnet, UnderNET, DALnet, and IRCnet make up the Big Four.
2830: 990: 6677: 6667: 6591: 6561: 6556: 6546: 6328: 6282: 5879: 5454: 5084: 5070: 4081: 4047: 3592: 3558: 2864: 2567: 2430: 2301: 2189: 2002:, is included in v.22.3 of Emacs. Therefore, any platform that can run Emacs can run ERC. 1747: 569: 321: 1738:
IRC served as an early laboratory for many kinds of Internet attacks, such as using fake
1666:
character—allowing it to be omitted. Some implementations (for example, mIRC) will do so
5236: 5210:"How to setup [sic] an IRC client to connect and login [sic] to Ustream" 4220: 3274:
Information Technology for Management: Transforming Organizations in the Digital Economy
2323:
which encoding is used. The shift to UTF-8 began in particular on Finnish-speaking IRC (
6832: 6621: 6616: 6571: 6467: 6169: 6036: 5950: 5080: 2420: 2115: 1995: 1727: 1621:, use these as "cloaks" to indicate that a user is affiliated with a group or project. 1572: 1565: 1006: 695: 371: 3162: 746:
During the summer of 1994, the Undernet was itself forked. The new network was called
564:
protocol to facilitate communication in the form of text. The chat process works on a
6960: 6940: 6902: 6887: 3195: 2938: 2375: 2065: 5511: 4669: 6966: 6487: 6313: 5995: 5990: 5975: 5122: 2356: 2145: 2136:
Furthermore, as a way of obtaining a bouncer-like effect, an IRC client (typically
2129: 1712: 1673:
Some implementations allow multiple channels to be specified, separated by commas.
1663: 1523: 1110: 858: 803: 788: 731: 680: 631: 554: 536: 290: 6727: 5882:– Internet Relay Chat (IRC) network and channel search engine with historical data 4306: 2529: 5066: 4428: 3197:
Encyclopedia of New Media: An Essential Reference to Communication and Technology
6769: 6358: 6077: 5863:– Internet Relay Chat (IRC) help archive; Large archive of IRC-related documents 5844: 5783: 5760: 5744: 5721: 5681: 5658: 5642: 5619: 5603: 5580: 5561: 5538: 4990: 4956: 4910: 4864: 4830: 4784: 4750: 4496: 4457: 4401: 4324: 4224: 4187: 4153: 4119: 4085: 4051: 4017: 3983: 3949: 3912: 3878: 3808: 3774: 3698: 3664: 3630: 3596: 3562: 3470: 3406: 3372: 3338: 2960: 2907: 2868: 2498: 2464: 2315: 2288:
have become commonly used for European languages. Russian users had a choice of
2006: 1767: 1659: 1614: 1605:
also provide privacy features, such as InspIRCd or UnrealIRCd's "+x" mode. This
1493: 1420:
Limits number of users able to be on channel (when full, no new users can join)
1199:
that are represented by individual case-sensitive letters and are set using the
972: 851: 138: 5188: 4501: 2133:
to resume their IRC session without disrupting their connection to the server.
6842: 6389: 6261: 6148: 5980: 5213: 4378: 4355: 3151: 3100: 2364: 2293: 2285: 2275: 2156: 2137: 1999: 1980: 1867: 1587: 1030: 812: 438: 5043: 3308: 3075: 2630: 6854: 6837: 6641: 6441: 6374: 6067: 5965: 5891: 4648: 4583: 3125: 2395: 2339: 2027: 2019: 1923: 1646: 1248:
Invisible—cannot be seen without a common channel or knowing the exact name
1179:. Messages sent to the joined channels are then relayed to all other users. 1156: 1114: 1080: 763: 113: 5857:– Technical and Historical IRC6 information; Articles on the history of IRC 2985: 2043: 17: 3849: 3053: 1889:. After the split, EFnet moved to a TS protocol, while IRCnet used ND/CD. 1507:
Give another user IRC Channel Operator Status or IRC Channel Voice Status.
6914: 6323: 6256: 6215: 6112: 6102: 6087: 6062: 6016: 5970: 5365:"Detachable Frontend (Core Rewrite) / UML / Windows Port (kicking Glade)" 5297: 5167: 4720: 4618: 3149:
Charalabidis, Alex (15 December 1999). "IRCing On The Macintosh: Ircle".
2742: 2677: 2259: 1862: 1854: 1850: 1835: 1830: 1683: 1618: 1591: 1583: 1436: 1050: 954: 942: 930: 912:
The top 100 IRC networks have around 230k users connected at peak hours.
898: 874: 862: 727: 720: 703: 699: 667: 581: 4255: 2324: 6822: 6415: 6348: 6343: 6236: 6138: 6133: 6128: 6107: 5955: 5806: 3850:"IRC List Modes – List mode extension showing pair confusion for lists" 2838: 2809: 2775: 2360: 2335: 2251: 2096: 2080: 2023: 1994:
also serve as platforms for IRC clients. For instance, a client called
1984: 1932: 1598: 1038: 995: 866: 707: 622: 585: 3869: 3867: 2768:"IRC transcripts from the time of the 1991 Soviet coup d'Ă©tat attempt" 1601:
implications of exposing the IP address or hostname of a client, some
1349:
Private channel—listed in channel list as "prv" according to RFC 1459
6892: 6827: 6626: 6601: 6425: 6384: 6303: 6097: 6072: 6052: 5775: 5736: 5673: 5634: 5595: 5553: 5001: 4967: 4921: 4875: 4841: 4795: 4761: 4468: 4335: 4235: 4198: 4164: 4130: 4096: 4062: 4028: 3994: 3960: 3923: 3889: 3819: 3785: 3749: 3709: 3675: 3641: 3607: 3573: 3481: 3417: 3383: 3349: 2918: 2879: 2509: 2475: 2297: 2289: 2204: 2035: 1886: 1716: 1049:. Most IRC servers do not require users to register an account but a 948: 936: 903: 893: 768: 747: 635: 626: 613:
in August 1988 to replace a program called MUT (MultiUser Talk) on a
577: 401: 295: 194: 174: 5443:"Instant Messaging and Online Chat Rooms: Internet Relay Chat (IRC)" 2556:"Instant Messaging and Online Chat Rooms: Internet Relay Chat (IRC)" 1564:. The hostmask looks similar to, but should not be confused with an 508: 2278:, and such equivalence mappings were dropped from some IRC daemons. 2144:) may be run on an always-on server to which the user connects via 6812: 6702: 6586: 6472: 6420: 6353: 6338: 6318: 6308: 6298: 6277: 6210: 6092: 6057: 5849: 5488: 5386: 5319: 2709: 2368: 2319: 2216: 2185: 2168: 2141: 1976: 1960: 1956: 1922: 1882: 1576: 1470:
Sets a channel key such that only users knowing the key can enter
1042: 1010: 1005: 989: 966: 924: 888: 684: 663: 513: 507: 422: 200: 4694:
Uniform Resource Locator Schemes for Internet Relay Chat Entities
2184:
storage method is usually some sort of relational database, like
2026:(for Firefox 56 and earlier; included as a built-in component of 1652:
irc://<host>/] ircs://<host>/] irc6://<host>/]
6945: 6935: 6646: 6581: 6241: 6220: 6031: 6011: 5985: 5888:– Internet Relay Chat (IRC) network listing with historical data 5822: 5698:"Functionality Provided by Systems for Synchronous Conferencing" 4622: 2439: 2232: 2228: 2224: 2160: 1972: 1952: 1602: 1546: 1099: 1098:
Microsoft made an extension for IRC in 1998 via the proprietary
1076: 1046: 1034: 985: 870: 839: 831: 604: 589: 390: 385: 355: 305: 225: 190: 6731: 6500: 5895: 2898: 2896: 2894: 2083:'s chat interface is IRC with custom authentication as well as 1160:. Channels on a network can be displayed using the IRC command 6143: 4540:
Hacking a Terror Network: The Silent Threat of Covert Channels
3940: 3938: 1964: 1761: 1726:
connections for security purposes. This helps stop the use of
1060:(although later extended), which on request was assigned port 999: 5697: 4215: 4213: 3193:
Jones, Steve, ed. (10 December 2002). "Internet Relay Chat".
5020: 3188: 3186: 2200:
information of whatever channels the user happens to be on.
1979:
distributions come with an IRC client preinstalled, such as
4448: 4446: 5872: 5860: 3153:
The Book of IRC: The Ultimate Guide to Internet Relay Chat
2859: 2857: 2855: 1662:(#) will be prepended to channel names that begin with an 1510:
Change the IRC Channel topic while channel mode +t is set.
4644: 4493:
Virtuelle Gruppen: Charakteristika und Problemdimensionen
698:. It was previously used in a similar fashion during the 1109:
The standard structure of a network of IRC servers is a
5854: 2378:
mechanisms itself; file sharing is implemented by IRC
873:
which was developed in 1999. Certain networks such as
3532:
Extensions to the Internet Relay Chat Protocol (IRCX)
2235:
derivatives) in the respective language communities:
1861:) has passed. The idea behind this is that even if a 1405:
Only channel operators can change the channel topic.
1363:
Users cannot send messages to the channel externally
5866: 5106:
mIRC is one of the most popular Windows IRC clients.
3028: 1455:
Gives a user voice status on channel (see +m above)
105: 6928: 6863: 6803: 6655: 6534: 6460: 6434: 6408: 6367: 6291: 6270: 6229: 6190: 6183: 6157: 6121: 6045: 6004: 5943: 5408:Mutton, Paul (27 July 2004). "Users and Channels". 2038:and open source KiwiIRC, can run in most browsers. 1594:by the server, it is used instead of the hostname. 132: 122: 112: 99: 81: 71: 61: 53: 5484:"Pirated movies: Now playing on a server near you" 5212:. Ustream-Helpers. 29 January 2012. Archived from 3194: 3150: 3144: 3142: 27:Protocol for real-time Internet chat and messaging 2016:used to have a client, but no longer supports IRC 1557:, can use it to identify a specific IRC session. 1432:Ban mask (nick!user@host with wildcards allowed) 830:Connection protocol: IRC can be connected to via 815:: For the client-to-server leg of the connection 3235: 3233: 2367:. Often users will group together to distribute 1204:or unset (-) and any parameters the modes need. 1045:, and server implementations, e.g. the original 2284:Since the early 1990s, 8-bit encodings such as 1391:Only users with invites may enter the channel. 776:EFnet had some 50,000 users and IRCnet 70,000. 690:Around that time IRC was used to report on the 568:. Users connect, using a client—which may be a 545:, but also allows one-on-one communication via 5799:"Logs of major events in the online community" 2831:"Logs of major events in the online community" 2700: 2698: 1187:channel on normally non-timestamped networks. 6743: 6512: 5907: 5540:A Discussion on Computer Network Conferencing 4992:A Discussion on Computer Network Conferencing 4958:A Discussion on Computer Network Conferencing 4912:A Discussion on Computer Network Conferencing 4866:A Discussion on Computer Network Conferencing 4832:A Discussion on Computer Network Conferencing 4752:A Discussion on Computer Network Conferencing 4580:The Telecommunications Illustrated Dictionary 2318:. With the common migration from ISO 8859 to 1719:users or servers that have a harming effect. 489: 8: 5512:"IRC 101: What Is It & How Do I Use It?" 5301:. Symantec Security Response. Archived from 4158:. pp. 21 – 22. sec. 4.2.3.1. 1590:of the client cannot be resolved to a valid 1537:A hostmask is a unique identifier of an IRC 41: 4670:"Uniform Resource Identifier (URI) Schemes" 2671: 2242:In the early days of IRC, especially among 2101:A typical use of bots in IRC is to provide 1990:Some programs which are extensible through 1796:. Unsourced material may be challenged and 6750: 6736: 6728: 6519: 6505: 6497: 6187: 5914: 5900: 5892: 5189:"ZDaemon – The Doom Wiki: Other utilities" 2669: 2667: 2665: 2663: 2661: 2659: 2657: 2655: 2653: 2651: 1123:Extensible Messaging and Presence Protocol 706:of these and other events are kept in the 496: 482: 145: 40: 6528:Uniform Resource Identifier (URI) schemes 5774: 5735: 5672: 5633: 5594: 5552: 5000: 4966: 4920: 4874: 4840: 4794: 4760: 4467: 4334: 4234: 4197: 4163: 4129: 4095: 4061: 4027: 3993: 3959: 3922: 3888: 3818: 3784: 3708: 3674: 3640: 3606: 3572: 3480: 3416: 3382: 3348: 2917: 2878: 2595: 2593: 2591: 2508: 2474: 2406:Comparison of instant messaging protocols 1975:is one of the most popular clients. Some 1919:Comparison of Internet Relay Chat clients 1816:Learn how and when to remove this message 560:Internet Relay Chat is implemented as an 4755:. pp. 5 – 6. sec. 2.5.1. 4192:. pp. 10 – 11. sec. 4.3. 3703:. pp. 5 – 6. sec. 5.2.1. 3502:Firewall Policies and VPN Configurations 1289: 1223: 512:The first IRC server, tolsun.oulu.fi, a 6982:Internet properties established in 1988 5660:Internet Relay Chat: Channel Management 4942:1.2.3 Sociological and security aspects 4574:Petersen, Julie K., ed. (29 May 2002). 4189:Internet Relay Chat: Channel Management 4087:Internet Relay Chat: Channel Management 4053:Internet Relay Chat: Channel Management 4019:Internet Relay Chat: Channel Management 3985:Internet Relay Chat: Channel Management 3011:"Blitzed Open Proxy Monitor Shuts Down" 2452: 1633:(URI) schemes for Internet Relay Chat: 1629:There are three provisional recognized 842:, the current standard of the protocol. 437: 370: 320: 155: 148: 4939: 4893: 4813: 4287:. I-D draft-brocklesby-irc-isupport-03 3988:. pp. 3 – 4. sec. 2.2. 3669:. pp. 7 – 8. sec. 6.3. 3539:. I-D draft-pfenning-irc-extensions-04 3076:"IRC Networks - in alphabetical order" 2743:"History of IRC (Internet Relay Chat)" 2678:"History of IRC (Internet Relay Chat)" 2203:Many users have implemented their own 1963:and mobile operating systems (such as 1586:the client is connecting from. If the 1175:command, in most clients available as 5290:"The Evolution of Malicious IRC Bots" 5072:The Multi-Boot Configuration Handbook 5067:"The Internet: Using IRC to Get Help" 4672:. Internet Assigned Numbers Authority 4277:Brocklesby, Edward (September 2002). 4221:"Command responses: 353 RPL_NAMREPLY" 869:, but also to open platforms such as 7: 5762:Internet Relay Chat: Server Protocol 5723:Internet Relay Chat: Client Protocol 4869:. p. 10. sec. 5.4.2. 4835:. p. 10. sec. 5.4.1. 4124:. p. 21. sec. 4.2.3. 3954:. p. 19. sec. 4.2.1. 3917:. p. 24. sec. 4.2.6. 3883:. p. 11. sec. 3.2.2. 3567:. pp. 3 – 4. sec. 3. 3475:. p. 29. sec. 4.3.5. 2802:"IRC logs of events of the Gulf War" 2737: 2735: 2009:have built-in IRC clients, such as: 1794:adding citations to reliable sources 1138:List of Internet Relay Chat commands 1053:is required before being connected. 683:everyone". The "Eris Free Network", 5065:Smith, Roderick W. (8 April 2000). 4995:. p. 8. sec. 5.2.4. 4961:. p. 7. sec. 5.2.1. 4546:: Syngress Publishing. p. 10. 4489:"Nicola Döring, Alexander Schestag" 4487:Thiedeke, Udo (23 September 2003). 4462:. p. 5. sec. 1.2.1. 4280:IRC RPL_ISUPPORT Numeric Definition 3779:. p. 8. sec. 2.3.1. 3508:: Syngress Publishing. p. 93. 3445:Internet Assigned Numbers Authority 2530:"A Description of the DCC Protocol" 1943:Client software exists for various 679:people were hooking up servers and 5006: 4972: 4926: 4880: 4846: 4800: 4766: 4473: 4400:Butcher, Simon (12 January 2005). 4377:Butcher, Simon (12 January 2005). 4354:Butcher, Simon (12 January 2005). 4340: 4329:. p. 41. sec. 5.6. 4307:"'multi-prefix' Extension - IRCv3" 4240: 4203: 4169: 4135: 4101: 4067: 4033: 3999: 3965: 3928: 3894: 3824: 3813:. p. 10. sec. 2.4. 3790: 3714: 3680: 3646: 3635:. p. 64. sec. 9.3. 3612: 3578: 3486: 3422: 3388: 3354: 2923: 2884: 2720:from the original on 27 April 2011 2514: 2480: 2469:. p. 11. sec. 3.2. 1610: 1513:Change the IRC Channel Mode locks. 961:Open and Free Technology Community 884:Historically the "Big Four" were: 654:Oikarinen contacted people at the 531:) is a text-based chat system for 25: 5621:Internet Relay Chat: Architecture 5441:Wang, Wallace (25 October 2004). 4915:. p. 4. sec. 2.1. 4789:. p. 7. sec. 6.1. 4786:Internet Relay Chat: Architecture 4022:. p. 4. sec. 2.3. 3700:Internet Relay Chat: Architecture 3666:Internet Relay Chat: Architecture 3598:Internet Relay Chat: Architecture 3564:Internet Relay Chat: Architecture 3411:. p. 5. sec. 1.2. 3377:. p. 3. sec. 2.2. 3374:Internet Relay Chat: Architecture 3343:. p. 4. sec. 1.1. 2912:. p. 7. sec. 2.2. 2554:Wang, Wallace (25 October 2004). 2503:. p. 5. sec. 5.1. 2500:Internet Relay Chat: Architecture 1658:Per the specification, the usual 644:Helsinki University of Technology 108:(standards process working group) 5144:Guenter, Daniel (21 June 2004). 4534:Rogers, Russ (1 December 2004). 4254:Roeckx, Kurt (14 October 2004). 3771:"Message format in 'pseudo' BNF" 2223:. The IRC protocol (unlike e.g. 1766: 1284:User is an IRC operator (ircop) 648:Tampere University of Technology 6759:Computer-mediated communication 5759:Kalt, Christophe (April 2000). 5720:Kalt, Christophe (April 2000). 5657:Kalt, Christophe (April 2000). 5618:Kalt, Christophe (April 2000). 5343:"IRC with irssi-proxy + screen" 4691:Butcher, Simon (January 2003). 4538:. In Devost, Matthew G. (ed.). 4090:. p. 7. sec. 4. 4056:. p. 5. sec. 3. 3601:. p. 2. sec. 1. 3248:: Coriolis Group. p. 215. 2873:. p. 4. sec. 1. 2607:. 24 April 2012. Archived from 1838:, which they would then abuse. 1750:) to annoy users or facilitate 1553:, and other clients, including 692:1991 Soviet coup d'Ă©tat attempt 5510:Sasaki, Darla (4 April 2002). 5265:. 7 April 2017. Archived from 5077:Upper Saddle River, New Jersey 4701:. I-D draft-butcher-irc-url-04 4427:. webtoman.com. Archived from 2128:and functions as a persistent 1927:Scheme of an IRC network with 1742:unreachable messages to break 762:In July 1996, after months of 566:client–server networking model 1: 7002:Software developed in Finland 5696:Loesch, Carl (17 July 2003). 5482:Vamosi, Robert (8 May 2002). 5367:. smuxi.org. 25 December 2004 5341:Carey, Chris (18 July 2009). 3309:"IRC Networks â€“ Top 100" 3240:Rittner, Don (3 March 1999). 2990:UnrealIRCd documentation wiki 2965:UnrealIRCd documentation wiki 2374:Technically, IRC provides no 2334:Today, the UTF-8 encoding of 1645:. When supported, they allow 1119:Simple Mail Transfer Protocol 541: 539:in discussion forums, called 6795:Virtual learning environment 5582:Internet Relay Chat Protocol 5447:Steal this File Sharing Book 5044:"New Feature: SSL For Users" 4907:"State Information problems" 4615:"Frequently-Asked Questions" 4495:(in German) (2nd ed.). 4459:Internet Relay Chat Protocol 4326:Internet Relay Chat Protocol 4226:Internet Relay Chat Protocol 4155:Internet Relay Chat Protocol 4121:Internet Relay Chat Protocol 3951:Internet Relay Chat Protocol 3914:Internet Relay Chat Protocol 3880:Internet Relay Chat Protocol 3810:Internet Relay Chat Protocol 3776:Internet Relay Chat Protocol 3632:Internet Relay Chat Protocol 3529:Abraham, Dalen (June 1998). 3472:Internet Relay Chat Protocol 3408:Internet Relay Chat Protocol 3340:Internet Relay Chat Protocol 2909:Internet Relay Chat Protocol 2870:Internet Relay Chat Protocol 2601:"IRC is dead, long live IRC" 2560:Steal this File Sharing Book 2466:Internet Relay Chat Protocol 2442:, alternative chat protocols 2250:users, national variants of 1649:of various forms, including 1560:The format of a hostmask is 1195:Users and channels may have 6977:Application layer protocols 6908:Voice chat in online gaming 5823:"IRC technical information" 5803:Chapel Hill, North Carolina 5579:; Reed, Darren (May 1993). 5168:"The Ultimate Uplink Guide" 4256:"The 005 numeric: ISUPPORT" 3750:"Running an own IRC server" 3161:: No Starch Press. p.  3031:. IRCv3 Working Group. 2016 2835:Chapel Hill, North Carolina 2806:Chapel Hill, North Carolina 2772:Chapel Hill, North Carolina 2371:via a network of IRC bots. 2034:Web-based clients, such as 1711:war. IRC networks may also 1631:uniform resource identifier 920:Timeline of major servers: 516:server on display near the 87:; 36 years ago 7018: 5023:. The EsperNet IRC Network 5021:"Getting Help on EsperNet" 3441:Marina del Rey, California 2937:Engen, Vegard (May 2000). 2495:"One-To-One Communication" 2113: 2094: 1916: 1521: 1184: 1135: 983: 602: 574:standalone desktop program 29: 6805:Asynchronous conferencing 6765: 6716: 6485: 6447:Mozilla Application Suite 5930: 5537:Reed, Darren (May 1992). 5451:San Francisco, California 5119:"Warsow Wiki: IRC Module" 3203:Thousand Oaks, California 3159:San Francisco, California 2564:San Francisco, California 2411:Comparison of IRC clients 2401:Client-to-client protocol 2120:A program that runs as a 2087:'s (formerly Justin.tv). 1722:Some IRC servers support 1220:Standard (RFC 1459) modes 1013:, a text-based IRC client 834:, the old version of the 827:(Secure DCC) can be used. 797:denial-of-service attacks 46: 6865:Synchronous conferencing 5235:Mauldor (20 June 2010). 4379:"IRC Channel Modes List" 4184:"Channel Access Control" 3101:"IRC Networks - Top 100" 2631:"IRC Networks – Top 100" 1866:rejoining (appending an 1746:-based IRC connections ( 1260:Receives server notices 634:, which operated on the 6818:Electronic mailing list 5237:"Ustream vs. Justin.tv" 5042:brandon (18 May 2010). 4544:Rockland, Massachusetts 4402:"IRC Server Modes List" 3506:Rockland, Massachusetts 2384:Direct Client-to-Client 2355:Much like conventional 666:—and then connected to 660:Oregon State University 150:Internet protocol suite 6790:Social network service 6785:Collaborative software 6780:Communication software 6435:Web browser components 5878:8 October 2020 at the 5414:Sebastopol, California 4896:1.2.2 Network failures 3875:"To a group (channel)" 2382:, typically using the 2055:Unreal Tournament 2004 1998:, written entirely in 1940: 1452:Name of affected user 1318:Name of affected user 1014: 1003: 617:called OuluBox at the 551:chat and data transfer 535:. IRC is designed for 521: 48:Communication protocol 6850:Bulletin board system 5935:Comparison of clients 4987:"Conference security" 4827:"User identification" 4576:"Internet Relay Chat" 4506:. pp. 314, 337. 4356:"IRC User Modes List" 3729:"IRC daemons for LAN" 3282:John Wiley & Sons 2363:or scripts for their 1926: 1917:Further information: 1582:The host part is the 1056:IRC was originally a 1009: 993: 980:Technical information 630:chat system known as 511: 6992:Internet terminology 6461:Library and plug-ins 6247:Microsoft Comic Chat 5531:General bibliography 4536:"The Mind of Terror" 4014:"Channel Properties" 3661:"Network Congestion" 3284:. pp. 106–107. 3126:"netsplit.de top 10" 3016:the service running. 2426:List of IRC commands 2153:terminal multiplexer 1790:improve this section 1541:connected to an IRC 1171:a channel using the 1132:Commands and replies 998:, an IRC client for 656:University of Denver 33:IRC (disambiguation) 31:For other uses, see 6997:Virtual communities 6883:Internet Relay Chat 6452:Mozilla Thunderbird 5923:Internet Relay Chat 5269:on 12 February 2019 5075:. Handbook Series. 3278:Hoboken, New Jersey 3246:Scottsdale, Arizona 2345:coded character set 2256:character encodings 2077:have included IRC. 2022:add-on for Mozilla 1885:and form the newer 1292: 1226: 1058:plain text protocol 609:IRC was created by 605:IRCd § History 537:group communication 529:Internet Relay Chat 43: 42:Internet Relay Chat 6987:Finnish inventions 5420:. pp. 44–46. 5263:Twitch Help Center 4861:"Trees and cycles" 4431:on 15 October 2011 4321:"Operwall message" 4048:"Channel lifetime" 3852:. 25 November 2009 3054:"Networks - IRCv3" 2676:Stenberg, Daniel. 2416:The Hamnet Players 2254:were the dominant 2211:Character encoding 1941: 1701:DoS/DDoS attackers 1290: 1224: 1177:/join #channelname 1015: 1004: 861:platforms such as 619:University of Oulu 522: 518:University of Oulu 103:Not yet superseded 6954: 6953: 6898:Videoconferencing 6878:Instant messaging 6873:Data conferencing 6775:Online discussion 6725: 6724: 6688:irc / irc6 / ircs 6494: 6493: 6481: 6480: 6230:Microsoft Windows 6005:Related protocols 5845:IRC Numerics List 5577:Oikarinen, Jarkko 5514:. Macobserver.com 5468:978-1-59327-050-6 5427:978-0-596-00687-7 5308:on 15 March 2006. 5094:978-0-7897-2283-6 4953:"Message passing" 4727:. 26 January 2020 4593:978-0-8493-1173-4 4553:978-1-928994-98-5 4513:978-3-531-33372-4 3805:"Numeric replies" 3515:978-1-59749-088-7 3467:"Connect message" 3291:978-0-471-70522-2 3255:978-1-57610-429-3 3220:978-0-7619-2382-4 3207:SAGE Publications 3172:978-1-886411-29-6 2939:"The Great Split" 2904:"Character codes" 2706:Oikarinen, Jarkko 2611:on 15 August 2017 2581:978-1-59327-050-6 2436:Matrix (protocol) 2329: 2050:Unreal Tournament 1983:which comes with 1945:operating systems 1826: 1825: 1818: 1480:Channel operators 1474: 1473: 1288: 1287: 1272:Receives wallops 1025:and, optionally, 975:, 2021 to present 969:, 2002 to present 963:, 2001 to present 957:, 1997 to present 951:, 1996 to present 945:, 1995 to present 939:, 1994 to present 933:, 1992 to present 927:, 1990 to present 836:Internet Protocol 562:application layer 533:instant messaging 506: 505: 157:Application layer 144: 143: 118:Application layer 66:Instant messaging 16:(Redirected from 7009: 6920:Web conferencing 6855:Online guestbook 6752: 6745: 6738: 6729: 6521: 6514: 6507: 6498: 6188: 6175:Jarkko Oikarinen 6165:List of commands 5916: 5909: 5902: 5893: 5834: 5832: 5830: 5821:Butcher, Simon. 5817: 5815: 5813: 5794: 5792: 5790: 5778: 5776:10.17487/RFC2813 5755: 5753: 5751: 5739: 5737:10.17487/RFC2812 5709: 5707: 5705: 5692: 5690: 5688: 5676: 5674:10.17487/RFC2811 5653: 5651: 5649: 5637: 5635:10.17487/RFC2810 5614: 5612: 5610: 5598: 5596:10.17487/RFC1459 5572: 5570: 5568: 5556: 5554:10.17487/RFC1324 5524: 5523: 5521: 5519: 5507: 5501: 5500: 5498: 5496: 5479: 5473: 5472: 5449:(1st ed.). 5438: 5432: 5431: 5412:(1st ed.). 5405: 5399: 5398: 5396: 5394: 5383: 5377: 5376: 5374: 5372: 5361: 5355: 5354: 5352: 5350: 5345:. chriscarey.com 5338: 5332: 5331: 5329: 5327: 5316: 5310: 5309: 5307: 5294: 5285: 5279: 5278: 5276: 5274: 5255: 5249: 5248: 5246: 5244: 5232: 5226: 5225: 5223: 5221: 5216:on 21 March 2013 5206: 5200: 5199: 5197: 5195: 5185: 5179: 5178: 5176: 5174: 5164: 5158: 5157: 5155: 5153: 5141: 5135: 5134: 5132: 5130: 5125:on 25 April 2011 5121:. Archived from 5115: 5109: 5108: 5103: 5101: 5062: 5056: 5055: 5053: 5051: 5039: 5033: 5032: 5030: 5028: 5017: 5011: 5010: 5004: 5002:10.17487/RFC1324 4983: 4977: 4976: 4970: 4968:10.17487/RFC1324 4949: 4943: 4937: 4931: 4930: 4924: 4922:10.17487/RFC1324 4903: 4897: 4891: 4885: 4884: 4878: 4876:10.17487/RFC1324 4857: 4851: 4850: 4844: 4842:10.17487/RFC1324 4823: 4817: 4811: 4805: 4804: 4798: 4796:10.17487/RFC2810 4777: 4771: 4770: 4764: 4762:10.17487/RFC1324 4743: 4737: 4736: 4734: 4732: 4717: 4711: 4710: 4708: 4706: 4688: 4682: 4681: 4679: 4677: 4666: 4660: 4659: 4657: 4655: 4641: 4635: 4634: 4632: 4630: 4625:on 26 March 2010 4621:. Archived from 4611: 4605: 4604: 4602: 4600: 4582:(2nd ed.). 4571: 4565: 4564: 4562: 4560: 4542:(1st ed.). 4531: 4525: 4524: 4522: 4520: 4505: 4484: 4478: 4477: 4471: 4469:10.17487/RFC1459 4450: 4441: 4440: 4438: 4436: 4420: 4414: 4413: 4411: 4409: 4397: 4391: 4390: 4388: 4386: 4374: 4368: 4367: 4365: 4363: 4351: 4345: 4344: 4338: 4336:10.17487/RFC1459 4317: 4311: 4310: 4303: 4297: 4296: 4294: 4292: 4274: 4268: 4267: 4265: 4263: 4251: 4245: 4244: 4238: 4236:10.17487/RFC1459 4217: 4208: 4207: 4201: 4199:10.17487/RFC2811 4180: 4174: 4173: 4167: 4165:10.17487/RFC1459 4146: 4140: 4139: 4133: 4131:10.17487/RFC1459 4112: 4106: 4105: 4099: 4097:10.17487/RFC2811 4078: 4072: 4071: 4065: 4063:10.17487/RFC2811 4044: 4038: 4037: 4031: 4029:10.17487/RFC2811 4010: 4004: 4003: 3997: 3995:10.17487/RFC2811 3976: 3970: 3969: 3963: 3961:10.17487/RFC1459 3942: 3933: 3932: 3926: 3924:10.17487/RFC1459 3905: 3899: 3898: 3892: 3890:10.17487/RFC1459 3871: 3862: 3861: 3859: 3857: 3846: 3840: 3835: 3829: 3828: 3822: 3820:10.17487/RFC1459 3801: 3795: 3794: 3788: 3786:10.17487/RFC1459 3767: 3761: 3760: 3758: 3756: 3746: 3740: 3739: 3737: 3735: 3725: 3719: 3718: 3712: 3710:10.17487/RFC2810 3691: 3685: 3684: 3678: 3676:10.17487/RFC2810 3657: 3651: 3650: 3644: 3642:10.17487/RFC1459 3623: 3617: 3616: 3610: 3608:10.17487/RFC2810 3589: 3583: 3582: 3576: 3574:10.17487/RFC2810 3555: 3549: 3548: 3546: 3544: 3526: 3520: 3519: 3497: 3491: 3490: 3484: 3482:10.17487/RFC1459 3463: 3457: 3456: 3454: 3452: 3433: 3427: 3426: 3420: 3418:10.17487/RFC1459 3399: 3393: 3392: 3386: 3384:10.17487/RFC2810 3365: 3359: 3358: 3352: 3350:10.17487/RFC1459 3331: 3325: 3324: 3322: 3320: 3305: 3299: 3298: 3276:(5th ed.). 3269: 3263: 3262: 3244:(1st ed.). 3237: 3228: 3227: 3201:(1st ed.). 3200: 3190: 3181: 3180: 3157:(1st ed.). 3156: 3146: 3137: 3136: 3134: 3132: 3122: 3116: 3115: 3113: 3111: 3097: 3091: 3090: 3088: 3086: 3072: 3066: 3065: 3063: 3061: 3050: 3044: 3043: 3038: 3036: 3025: 3019: 3018: 3007: 3001: 3000: 2998: 2996: 2982: 2976: 2975: 2973: 2971: 2957: 2951: 2950: 2948: 2946: 2934: 2928: 2927: 2921: 2919:10.17487/RFC1459 2900: 2889: 2888: 2882: 2880:10.17487/RFC1459 2861: 2850: 2849: 2847: 2845: 2827: 2821: 2820: 2818: 2816: 2798: 2792: 2791: 2789: 2787: 2778:. Archived from 2764: 2758: 2757: 2755: 2753: 2739: 2730: 2729: 2727: 2725: 2702: 2693: 2692: 2686: 2684: 2673: 2646: 2645: 2643: 2641: 2627: 2621: 2620: 2618: 2616: 2597: 2586: 2585: 2562:(1st ed.). 2551: 2545: 2544: 2542: 2540: 2525: 2519: 2518: 2512: 2510:10.17487/RFC2810 2491: 2485: 2484: 2478: 2476:10.17487/RFC1459 2457: 2327: 2248:Finnish language 2171:, was launched. 1821: 1814: 1810: 1807: 1801: 1770: 1762: 1758:Abuse prevention 1734: 1644: 1640: 1636: 1563: 1486:channel operator 1467:New channel key 1293: 1227: 994:A screenshot of 611:Jarkko Oikarinen 547:private messages 498: 491: 484: 146: 95: 93: 88: 85:August 1988 76:Jarkko Oikarinen 44: 36: 21: 7017: 7016: 7012: 7011: 7010: 7008: 7007: 7006: 6957: 6956: 6955: 6950: 6924: 6859: 6799: 6761: 6756: 6726: 6721: 6712: 6651: 6530: 6525: 6495: 6490: 6477: 6456: 6430: 6404: 6363: 6287: 6266: 6225: 6179: 6153: 6117: 6041: 6000: 5939: 5926: 5920: 5886:irc.netsplit.de 5880:Wayback Machine 5841: 5828: 5826: 5820: 5811: 5809: 5797: 5788: 5786: 5758: 5749: 5747: 5719: 5716: 5714:Further reading 5703: 5701: 5695: 5686: 5684: 5656: 5647: 5645: 5617: 5608: 5606: 5575: 5566: 5564: 5536: 5533: 5528: 5527: 5517: 5515: 5509: 5508: 5504: 5494: 5492: 5481: 5480: 5476: 5469: 5455:No Starch Press 5440: 5439: 5435: 5428: 5407: 5406: 5402: 5392: 5390: 5385: 5384: 5380: 5370: 5368: 5363: 5362: 5358: 5348: 5346: 5340: 5339: 5335: 5325: 5323: 5320:"psyBNC Readme" 5318: 5317: 5313: 5305: 5292: 5288:Canavan, John. 5287: 5286: 5282: 5272: 5270: 5257: 5256: 5252: 5242: 5240: 5234: 5233: 5229: 5219: 5217: 5208: 5207: 5203: 5193: 5191: 5187: 5186: 5182: 5172: 5170: 5166: 5165: 5161: 5151: 5149: 5146:"UT2004 Review" 5143: 5142: 5138: 5128: 5126: 5117: 5116: 5112: 5099: 5097: 5095: 5064: 5063: 5059: 5049: 5047: 5041: 5040: 5036: 5026: 5024: 5019: 5018: 5014: 4985: 4984: 4980: 4951: 4950: 4946: 4938: 4934: 4905: 4904: 4900: 4892: 4888: 4859: 4858: 4854: 4825: 4824: 4820: 4812: 4808: 4779: 4778: 4774: 4745: 4744: 4740: 4730: 4728: 4719: 4718: 4714: 4704: 4702: 4690: 4689: 4685: 4675: 4673: 4668: 4667: 4663: 4653: 4651: 4643: 4642: 4638: 4628: 4626: 4613: 4612: 4608: 4598: 4596: 4594: 4586:. p. 500. 4573: 4572: 4568: 4558: 4556: 4554: 4533: 4532: 4528: 4518: 4516: 4514: 4499: 4486: 4485: 4481: 4452: 4451: 4444: 4434: 4432: 4422: 4421: 4417: 4407: 4405: 4399: 4398: 4394: 4384: 4382: 4376: 4375: 4371: 4361: 4359: 4353: 4352: 4348: 4319: 4318: 4314: 4305: 4304: 4300: 4290: 4288: 4276: 4275: 4271: 4261: 4259: 4253: 4252: 4248: 4219: 4218: 4211: 4182: 4181: 4177: 4150:"Channel modes" 4148: 4147: 4143: 4114: 4113: 4109: 4082:"Channel Modes" 4080: 4079: 4075: 4046: 4045: 4041: 4012: 4011: 4007: 3980:"Channel Scope" 3978: 3977: 3973: 3944: 3943: 3936: 3907: 3906: 3902: 3873: 3872: 3865: 3855: 3853: 3848: 3847: 3843: 3836: 3832: 3803: 3802: 3798: 3769: 3768: 3764: 3754: 3752: 3748: 3747: 3743: 3733: 3731: 3727: 3726: 3722: 3693: 3692: 3688: 3659: 3658: 3654: 3625: 3624: 3620: 3591: 3590: 3586: 3557: 3556: 3552: 3542: 3540: 3528: 3527: 3523: 3516: 3499: 3498: 3494: 3465: 3464: 3460: 3450: 3448: 3435: 3434: 3430: 3401: 3400: 3396: 3367: 3366: 3362: 3333: 3332: 3328: 3318: 3316: 3313:irc.netsplit.de 3307: 3306: 3302: 3292: 3271: 3270: 3266: 3256: 3239: 3238: 3231: 3221: 3192: 3191: 3184: 3173: 3148: 3147: 3140: 3130: 3128: 3124: 3123: 3119: 3109: 3107: 3099: 3098: 3094: 3084: 3082: 3074: 3073: 3069: 3059: 3057: 3052: 3051: 3047: 3034: 3032: 3027: 3026: 3022: 3009: 3008: 3004: 2994: 2992: 2984: 2983: 2979: 2969: 2967: 2961:"Channel Modes" 2959: 2958: 2954: 2944: 2942: 2936: 2935: 2931: 2902: 2901: 2892: 2863: 2862: 2853: 2843: 2841: 2829: 2828: 2824: 2814: 2812: 2800: 2799: 2795: 2785: 2783: 2782:on 28 June 2009 2766: 2765: 2761: 2751: 2749: 2741: 2740: 2733: 2723: 2721: 2704: 2703: 2696: 2682: 2680: 2675: 2674: 2649: 2639: 2637: 2635:irc.netsplit.de 2629: 2628: 2624: 2614: 2612: 2599: 2598: 2589: 2582: 2568:No Starch Press 2553: 2552: 2548: 2538: 2536: 2527: 2526: 2522: 2493: 2492: 2488: 2459: 2458: 2454: 2449: 2431:Serving channel 2392: 2353: 2308:Multi-byte era: 2302:Cyrillic script 2213: 2177: 2118: 2112: 2099: 2093: 1971:). On Windows, 1921: 1915: 1913:Client software 1910: 1822: 1811: 1805: 1802: 1787: 1771: 1760: 1732: 1697: 1679: 1668:unconditionally 1653: 1642: 1638: 1634: 1627: 1597:Because of the 1561: 1535: 1526: 1520: 1482: 1222: 1193: 1152: 1140: 1134: 1081:root privileges 1068:. However, the 1017:IRC is an open 988: 982: 918: 782: 760: 744: 716: 676: 607: 601: 520:computer centre 502: 322:Transport layer 104: 91: 89: 86: 37: 30: 28: 23: 22: 15: 12: 11: 5: 7015: 7013: 7005: 7004: 6999: 6994: 6989: 6984: 6979: 6974: 6969: 6959: 6958: 6952: 6951: 6949: 6948: 6943: 6938: 6932: 6930: 6926: 6925: 6923: 6922: 6917: 6912: 6911: 6910: 6900: 6895: 6890: 6885: 6880: 6875: 6869: 6867: 6861: 6860: 6858: 6857: 6852: 6847: 6846: 6845: 6840: 6833:Internet forum 6830: 6825: 6820: 6815: 6809: 6807: 6801: 6800: 6798: 6797: 6792: 6787: 6782: 6777: 6772: 6766: 6763: 6762: 6757: 6755: 6754: 6747: 6740: 6732: 6723: 6722: 6717: 6714: 6713: 6711: 6710: 6705: 6700: 6695: 6690: 6685: 6680: 6675: 6670: 6665: 6659: 6657: 6653: 6652: 6650: 6649: 6644: 6639: 6634: 6629: 6624: 6619: 6614: 6609: 6604: 6599: 6594: 6589: 6584: 6579: 6574: 6569: 6564: 6559: 6554: 6549: 6544: 6538: 6536: 6532: 6531: 6526: 6524: 6523: 6516: 6509: 6501: 6492: 6491: 6486: 6483: 6482: 6479: 6478: 6476: 6475: 6470: 6464: 6462: 6458: 6457: 6455: 6454: 6449: 6444: 6438: 6436: 6432: 6431: 6429: 6428: 6423: 6418: 6412: 6410: 6406: 6405: 6403: 6402: 6397: 6392: 6387: 6382: 6377: 6371: 6369: 6365: 6364: 6362: 6361: 6356: 6351: 6346: 6341: 6336: 6331: 6326: 6321: 6316: 6311: 6306: 6301: 6295: 6293: 6292:Cross-platform 6289: 6288: 6286: 6285: 6280: 6274: 6272: 6268: 6267: 6265: 6264: 6259: 6254: 6249: 6244: 6239: 6233: 6231: 6227: 6226: 6224: 6223: 6218: 6213: 6208: 6203: 6200: 6194: 6192: 6185: 6181: 6180: 6178: 6177: 6172: 6167: 6161: 6159: 6155: 6154: 6152: 6151: 6146: 6141: 6136: 6131: 6125: 6123: 6119: 6118: 6116: 6115: 6110: 6105: 6100: 6095: 6090: 6085: 6080: 6075: 6070: 6065: 6060: 6055: 6049: 6047: 6043: 6042: 6040: 6039: 6034: 6029: 6024: 6019: 6014: 6008: 6006: 6002: 6001: 5999: 5998: 5993: 5988: 5983: 5978: 5973: 5968: 5963: 5958: 5953: 5947: 5945: 5941: 5940: 5938: 5937: 5931: 5928: 5927: 5921: 5919: 5918: 5911: 5904: 5896: 5890: 5889: 5883: 5870: 5864: 5858: 5852: 5850:History of IRC 5847: 5840: 5839:External links 5837: 5836: 5835: 5825:. alien.net.au 5818: 5795: 5756: 5715: 5712: 5711: 5710: 5693: 5654: 5615: 5573: 5532: 5529: 5526: 5525: 5502: 5474: 5467: 5433: 5426: 5418:O'Reilly Media 5400: 5378: 5356: 5333: 5311: 5280: 5250: 5239:. LiquidSilver 5227: 5201: 5180: 5159: 5136: 5110: 5093: 5081:Que Publishing 5057: 5034: 5012: 4978: 4944: 4932: 4898: 4886: 4852: 4818: 4806: 4772: 4738: 4712: 4683: 4661: 4636: 4606: 4592: 4566: 4552: 4526: 4512: 4479: 4442: 4423:Olsen, Tommy. 4415: 4404:. alien.net.au 4392: 4381:. alien.net.au 4369: 4358:. alien.net.au 4346: 4312: 4298: 4269: 4246: 4229:. p. 51. 4209: 4175: 4141: 4116:"Mode message" 4107: 4073: 4039: 4005: 3971: 3946:"Join message" 3934: 3909:"List message" 3900: 3863: 3841: 3838:IRC Chat Rooms 3830: 3796: 3762: 3741: 3720: 3695:"To A Channel" 3686: 3652: 3618: 3593:"Introduction" 3584: 3559:"Architecture" 3550: 3521: 3514: 3492: 3458: 3447:. 6 April 2011 3437:"Port Numbers" 3428: 3394: 3360: 3326: 3300: 3290: 3264: 3254: 3229: 3219: 3182: 3171: 3138: 3117: 3092: 3067: 3045: 3020: 3002: 2977: 2952: 2929: 2890: 2865:"Introduction" 2851: 2822: 2793: 2759: 2747:daniel.haxx.se 2731: 2710:"Founding IRC" 2694: 2647: 2622: 2587: 2580: 2546: 2520: 2486: 2451: 2450: 2448: 2445: 2444: 2443: 2433: 2428: 2423: 2421:Internet slang 2418: 2413: 2408: 2403: 2398: 2391: 2388: 2352: 2349: 2332: 2331: 2305: 2279: 2212: 2209: 2176: 2175:Search engines 2173: 2140:, for example 2116:BNC (software) 2114:Main article: 2111: 2108: 2095:Main article: 2092: 2089: 2069:-based games, 2041:Games such as 2032: 2031: 2017: 1987:preinstalled. 1929:normal clients 1914: 1911: 1909: 1906: 1824: 1823: 1774: 1772: 1765: 1759: 1756: 1728:packet sniffer 1696: 1693: 1678: 1675: 1651: 1626: 1623: 1566:e-mail address 1562:nick!user@host 1534: 1531: 1522:Main article: 1519: 1516: 1515: 1514: 1511: 1508: 1505: 1502: 1481: 1478: 1472: 1471: 1468: 1465: 1463: 1457: 1456: 1453: 1450: 1447: 1441: 1440: 1433: 1430: 1428: 1422: 1421: 1418: 1415: 1413: 1407: 1406: 1403: 1401: 1399: 1393: 1392: 1389: 1387: 1385: 1379: 1378: 1375: 1373: 1371: 1365: 1364: 1361: 1359: 1357: 1351: 1350: 1347: 1345: 1343: 1337: 1336: 1333: 1331: 1329: 1323: 1322: 1319: 1316: 1313: 1307: 1306: 1303: 1300: 1297: 1291:Channel modes 1286: 1285: 1282: 1280: 1274: 1273: 1270: 1268: 1262: 1261: 1258: 1256: 1250: 1249: 1246: 1244: 1238: 1237: 1234: 1231: 1221: 1218: 1192: 1189: 1151: 1148: 1136:Main article: 1133: 1130: 1079:software with 981: 978: 977: 976: 970: 964: 958: 952: 946: 940: 934: 928: 917: 914: 907: 906: 901: 896: 891: 844: 843: 828: 810: 807: 800: 792: 781: 778: 759: 756: 743: 740: 715: 712: 696:media blackout 681:nick-colliding 675: 672: 600: 597: 504: 503: 501: 500: 493: 486: 478: 475: 474: 473: 472: 465: 460: 455: 450: 442: 441: 435: 434: 433: 432: 425: 420: 415: 410: 405: 395: 394: 393: 388: 375: 374: 372:Internet layer 368: 367: 366: 365: 358: 353: 348: 343: 338: 333: 325: 324: 318: 317: 316: 315: 308: 303: 298: 293: 288: 283: 278: 273: 268: 263: 258: 253: 248: 243: 238: 233: 228: 223: 218: 213: 208: 203: 198: 188: 183: 178: 168: 160: 159: 153: 152: 142: 141: 136: 130: 129: 126: 120: 119: 116: 110: 109: 101: 97: 96: 83: 79: 78: 73: 69: 68: 63: 59: 58: 55: 51: 50: 26: 24: 14: 13: 10: 9: 6: 4: 3: 2: 7014: 7003: 7000: 6998: 6995: 6993: 6990: 6988: 6985: 6983: 6980: 6978: 6975: 6973: 6972:1988 software 6970: 6968: 6965: 6964: 6962: 6947: 6944: 6942: 6941:Microblogging 6939: 6937: 6934: 6933: 6931: 6927: 6921: 6918: 6916: 6913: 6909: 6906: 6905: 6904: 6903:Voice over IP 6901: 6899: 6896: 6894: 6891: 6889: 6888:LAN messenger 6886: 6884: 6881: 6879: 6876: 6874: 6871: 6870: 6868: 6866: 6862: 6856: 6853: 6851: 6848: 6844: 6841: 6839: 6836: 6835: 6834: 6831: 6829: 6826: 6824: 6821: 6819: 6816: 6814: 6811: 6810: 6808: 6806: 6802: 6796: 6793: 6791: 6788: 6786: 6783: 6781: 6778: 6776: 6773: 6771: 6768: 6767: 6764: 6760: 6753: 6748: 6746: 6741: 6739: 6734: 6733: 6730: 6720: 6719:Protocol list 6715: 6709: 6706: 6704: 6701: 6699: 6696: 6694: 6691: 6689: 6686: 6684: 6681: 6679: 6676: 6674: 6671: 6669: 6666: 6664: 6661: 6660: 6658: 6654: 6648: 6645: 6643: 6640: 6638: 6635: 6633: 6630: 6628: 6625: 6623: 6620: 6618: 6615: 6613: 6610: 6608: 6605: 6603: 6600: 6598: 6595: 6593: 6590: 6588: 6585: 6583: 6580: 6578: 6575: 6573: 6570: 6568: 6565: 6563: 6560: 6558: 6555: 6553: 6550: 6548: 6545: 6543: 6540: 6539: 6537: 6533: 6529: 6522: 6517: 6515: 6510: 6508: 6503: 6502: 6499: 6489: 6484: 6474: 6471: 6469: 6466: 6465: 6463: 6459: 6453: 6450: 6448: 6445: 6443: 6440: 6439: 6437: 6433: 6427: 6424: 6422: 6419: 6417: 6414: 6413: 6411: 6407: 6401: 6398: 6396: 6393: 6391: 6388: 6386: 6383: 6381: 6378: 6376: 6373: 6372: 6370: 6366: 6360: 6357: 6355: 6352: 6350: 6347: 6345: 6342: 6340: 6337: 6335: 6332: 6330: 6327: 6325: 6322: 6320: 6317: 6315: 6312: 6310: 6307: 6305: 6302: 6300: 6297: 6296: 6294: 6290: 6284: 6281: 6279: 6276: 6275: 6273: 6269: 6263: 6260: 6258: 6255: 6253: 6250: 6248: 6245: 6243: 6240: 6238: 6235: 6234: 6232: 6228: 6222: 6219: 6217: 6214: 6212: 6209: 6207: 6204: 6201: 6199: 6196: 6195: 6193: 6189: 6186: 6182: 6176: 6173: 6171: 6168: 6166: 6163: 6162: 6160: 6156: 6150: 6147: 6145: 6142: 6140: 6137: 6135: 6132: 6130: 6127: 6126: 6124: 6120: 6114: 6111: 6109: 6106: 6104: 6101: 6099: 6096: 6094: 6091: 6089: 6086: 6084: 6081: 6079: 6076: 6074: 6071: 6069: 6066: 6064: 6061: 6059: 6056: 6054: 6051: 6050: 6048: 6044: 6038: 6035: 6033: 6030: 6028: 6025: 6023: 6020: 6018: 6015: 6013: 6010: 6009: 6007: 6003: 5997: 5994: 5992: 5989: 5987: 5984: 5982: 5979: 5977: 5974: 5972: 5969: 5967: 5964: 5962: 5959: 5957: 5954: 5952: 5949: 5948: 5946: 5942: 5936: 5933: 5932: 5929: 5924: 5917: 5912: 5910: 5905: 5903: 5898: 5897: 5894: 5887: 5884: 5881: 5877: 5874: 5871: 5868: 5865: 5862: 5859: 5856: 5853: 5851: 5848: 5846: 5843: 5842: 5838: 5824: 5819: 5808: 5804: 5800: 5796: 5785: 5782: 5777: 5772: 5768: 5764: 5763: 5757: 5746: 5743: 5738: 5733: 5729: 5725: 5724: 5718: 5717: 5713: 5699: 5694: 5683: 5680: 5675: 5670: 5666: 5662: 5661: 5655: 5644: 5641: 5636: 5631: 5627: 5623: 5622: 5616: 5605: 5602: 5597: 5592: 5588: 5584: 5583: 5578: 5574: 5563: 5560: 5555: 5550: 5546: 5542: 5541: 5535: 5534: 5530: 5513: 5506: 5503: 5491: 5490: 5485: 5478: 5475: 5470: 5464: 5460: 5456: 5452: 5448: 5444: 5437: 5434: 5429: 5423: 5419: 5415: 5411: 5404: 5401: 5388: 5387:"About Smuxi" 5382: 5379: 5366: 5360: 5357: 5344: 5337: 5334: 5321: 5315: 5312: 5304: 5300: 5299: 5291: 5284: 5281: 5268: 5264: 5260: 5254: 5251: 5238: 5231: 5228: 5215: 5211: 5205: 5202: 5190: 5184: 5181: 5169: 5163: 5160: 5148:. BCCHardware 5147: 5140: 5137: 5124: 5120: 5114: 5111: 5107: 5096: 5090: 5086: 5082: 5078: 5074: 5073: 5068: 5061: 5058: 5045: 5038: 5035: 5022: 5016: 5013: 5008: 5003: 4998: 4994: 4993: 4988: 4982: 4979: 4974: 4969: 4964: 4960: 4959: 4954: 4948: 4945: 4941: 4936: 4933: 4928: 4923: 4918: 4914: 4913: 4908: 4902: 4899: 4895: 4890: 4887: 4882: 4877: 4872: 4868: 4867: 4862: 4856: 4853: 4848: 4843: 4838: 4834: 4833: 4828: 4822: 4819: 4815: 4810: 4807: 4802: 4797: 4792: 4788: 4787: 4782: 4781:"Scalability" 4776: 4773: 4768: 4763: 4758: 4754: 4753: 4748: 4742: 4739: 4726: 4722: 4716: 4713: 4700: 4696: 4695: 4687: 4684: 4671: 4665: 4662: 4650: 4646: 4640: 4637: 4624: 4620: 4616: 4610: 4607: 4595: 4589: 4585: 4581: 4577: 4570: 4567: 4555: 4549: 4545: 4541: 4537: 4530: 4527: 4515: 4509: 4503: 4498: 4494: 4490: 4483: 4480: 4475: 4470: 4465: 4461: 4460: 4455: 4449: 4447: 4443: 4430: 4426: 4419: 4416: 4403: 4396: 4393: 4380: 4373: 4370: 4357: 4350: 4347: 4342: 4337: 4332: 4328: 4327: 4322: 4316: 4313: 4308: 4302: 4299: 4286: 4282: 4281: 4273: 4270: 4257: 4250: 4247: 4242: 4237: 4232: 4228: 4227: 4222: 4216: 4214: 4210: 4205: 4200: 4195: 4191: 4190: 4185: 4179: 4176: 4171: 4166: 4161: 4157: 4156: 4151: 4145: 4142: 4137: 4132: 4127: 4123: 4122: 4117: 4111: 4108: 4103: 4098: 4093: 4089: 4088: 4083: 4077: 4074: 4069: 4064: 4059: 4055: 4054: 4049: 4043: 4040: 4035: 4030: 4025: 4021: 4020: 4015: 4009: 4006: 4001: 3996: 3991: 3987: 3986: 3981: 3975: 3972: 3967: 3962: 3957: 3953: 3952: 3947: 3941: 3939: 3935: 3930: 3925: 3920: 3916: 3915: 3910: 3904: 3901: 3896: 3891: 3886: 3882: 3881: 3876: 3870: 3868: 3864: 3851: 3845: 3842: 3839: 3834: 3831: 3826: 3821: 3816: 3812: 3811: 3806: 3800: 3797: 3792: 3787: 3782: 3778: 3777: 3772: 3766: 3763: 3751: 3745: 3742: 3730: 3724: 3721: 3716: 3711: 3706: 3702: 3701: 3696: 3690: 3687: 3682: 3677: 3672: 3668: 3667: 3662: 3656: 3653: 3648: 3643: 3638: 3634: 3633: 3628: 3622: 3619: 3614: 3609: 3604: 3600: 3599: 3594: 3588: 3585: 3580: 3575: 3570: 3566: 3565: 3560: 3554: 3551: 3538: 3534: 3533: 3525: 3522: 3517: 3511: 3507: 3503: 3496: 3493: 3488: 3483: 3478: 3474: 3473: 3468: 3462: 3459: 3446: 3442: 3438: 3432: 3429: 3424: 3419: 3414: 3410: 3409: 3404: 3398: 3395: 3390: 3385: 3380: 3376: 3375: 3370: 3364: 3361: 3356: 3351: 3346: 3342: 3341: 3336: 3330: 3327: 3315:. netsplit.de 3314: 3310: 3304: 3301: 3297: 3293: 3287: 3283: 3279: 3275: 3268: 3265: 3261: 3257: 3251: 3247: 3243: 3242:The iMac Book 3236: 3234: 3230: 3226: 3222: 3216: 3212: 3208: 3204: 3199: 3198: 3189: 3187: 3183: 3179: 3174: 3168: 3164: 3160: 3155: 3154: 3145: 3143: 3139: 3127: 3121: 3118: 3106: 3102: 3096: 3093: 3081: 3077: 3071: 3068: 3055: 3049: 3046: 3042: 3030: 3024: 3021: 3017: 3012: 3006: 3003: 2991: 2987: 2981: 2978: 2966: 2962: 2956: 2953: 2940: 2933: 2930: 2925: 2920: 2915: 2911: 2910: 2905: 2899: 2897: 2895: 2891: 2886: 2881: 2876: 2872: 2871: 2866: 2860: 2858: 2856: 2852: 2840: 2836: 2832: 2826: 2823: 2811: 2807: 2803: 2797: 2794: 2781: 2777: 2773: 2769: 2763: 2760: 2748: 2744: 2738: 2736: 2732: 2719: 2715: 2711: 2707: 2701: 2699: 2695: 2691: 2679: 2672: 2670: 2668: 2666: 2664: 2662: 2660: 2658: 2656: 2654: 2652: 2648: 2636: 2632: 2626: 2623: 2610: 2606: 2602: 2596: 2594: 2592: 2588: 2583: 2577: 2573: 2569: 2565: 2561: 2557: 2550: 2547: 2535: 2531: 2528:Rollo, Troy. 2524: 2521: 2516: 2511: 2506: 2502: 2501: 2496: 2490: 2487: 2482: 2477: 2472: 2468: 2467: 2462: 2461:"One-to-many" 2456: 2453: 2446: 2441: 2437: 2434: 2432: 2429: 2427: 2424: 2422: 2419: 2417: 2414: 2412: 2409: 2407: 2404: 2402: 2399: 2397: 2394: 2393: 2389: 2387: 2385: 2381: 2377: 2376:file transfer 2372: 2370: 2366: 2362: 2358: 2350: 2348: 2346: 2341: 2337: 2326: 2321: 2317: 2313: 2309: 2306: 2303: 2299: 2295: 2291: 2287: 2283: 2280: 2277: 2273: 2270: 2267: 2264: 2261: 2257: 2253: 2249: 2245: 2241: 2238: 2237: 2236: 2234: 2230: 2226: 2222: 2218: 2210: 2208: 2206: 2201: 2197: 2193: 2191: 2187: 2181: 2174: 2172: 2170: 2166: 2165:client–server 2162: 2158: 2154: 2149: 2147: 2143: 2139: 2134: 2131: 2127: 2123: 2117: 2109: 2107: 2104: 2098: 2090: 2088: 2086: 2082: 2078: 2076: 2072: 2068: 2067: 2066:Spring Engine 2062: 2061: 2056: 2052: 2051: 2046: 2045: 2039: 2037: 2029: 2025: 2021: 2018: 2015: 2012: 2011: 2010: 2008: 2003: 2001: 1997: 1993: 1988: 1986: 1982: 1978: 1974: 1970: 1966: 1962: 1958: 1954: 1950: 1946: 1938: 1934: 1930: 1925: 1920: 1912: 1907: 1905: 1902: 1897: 1895: 1890: 1888: 1884: 1879: 1875: 1871: 1870:is popular). 1869: 1864: 1860: 1856: 1852: 1848: 1847:channel delay 1844: 1839: 1837: 1832: 1820: 1817: 1809: 1799: 1795: 1791: 1785: 1784: 1780: 1775:This section 1773: 1769: 1764: 1763: 1757: 1755: 1753: 1749: 1745: 1741: 1736: 1729: 1725: 1720: 1718: 1714: 1710: 1706: 1702: 1694: 1692: 1690: 1685: 1676: 1674: 1671: 1669: 1665: 1661: 1656: 1650: 1648: 1632: 1624: 1622: 1620: 1616: 1612: 1608: 1604: 1600: 1595: 1593: 1589: 1585: 1580: 1578: 1574: 1569: 1567: 1558: 1556: 1552: 1548: 1544: 1540: 1532: 1530: 1525: 1517: 1512: 1509: 1506: 1503: 1500: 1499: 1498: 1495: 1491: 1487: 1479: 1477: 1469: 1466: 1464: 1462: 1459: 1458: 1454: 1451: 1448: 1446: 1443: 1442: 1439:from channel 1438: 1434: 1431: 1429: 1427: 1424: 1423: 1419: 1417:Limit number 1416: 1414: 1412: 1409: 1408: 1404: 1402: 1400: 1398: 1395: 1394: 1390: 1388: 1386: 1384: 1381: 1380: 1376: 1374: 1372: 1370: 1367: 1366: 1362: 1360: 1358: 1356: 1353: 1352: 1348: 1346: 1344: 1342: 1339: 1338: 1334: 1332: 1330: 1328: 1325: 1324: 1320: 1317: 1314: 1312: 1309: 1308: 1304: 1302:Parameter(s) 1301: 1298: 1295: 1294: 1283: 1281: 1279: 1276: 1275: 1271: 1269: 1267: 1264: 1263: 1259: 1257: 1255: 1252: 1251: 1247: 1245: 1243: 1240: 1239: 1235: 1232: 1229: 1228: 1219: 1217: 1213: 1209: 1205: 1202: 1198: 1190: 1188: 1186: 1180: 1178: 1174: 1170: 1165: 1163: 1159: 1158: 1149: 1147: 1144: 1139: 1131: 1129: 1126: 1124: 1120: 1116: 1112: 1107: 1105: 1101: 1096: 1092: 1088: 1084: 1082: 1078: 1074: 1072: 1067: 1063: 1059: 1054: 1052: 1048: 1044: 1040: 1036: 1032: 1028: 1024: 1020: 1012: 1008: 1001: 997: 992: 987: 979: 974: 971: 968: 965: 962: 959: 956: 953: 950: 947: 944: 941: 938: 935: 932: 929: 926: 923: 922: 921: 915: 913: 910: 905: 902: 900: 897: 895: 892: 890: 887: 886: 885: 882: 878: 876: 872: 868: 864: 860: 855: 853: 848: 841: 837: 833: 829: 826: 822: 821:eavesdropping 818: 814: 811: 808: 805: 801: 798: 793: 790: 787: 786: 785: 779: 777: 773: 770: 765: 757: 755: 751: 749: 741: 739: 735: 733: 729: 724: 722: 714:Undernet fork 713: 711: 709: 705: 701: 697: 694:throughout a 693: 688: 686: 682: 673: 671: 669: 665: 661: 657: 652: 649: 645: 639: 637: 633: 628: 624: 620: 616: 612: 606: 598: 596: 593: 591: 587: 583: 579: 575: 571: 567: 563: 558: 556: 552: 548: 544: 543: 538: 534: 530: 526: 519: 515: 510: 499: 494: 492: 487: 485: 480: 479: 477: 476: 471: 470: 466: 464: 461: 459: 456: 454: 451: 449: 446: 445: 444: 443: 440: 436: 431: 430: 426: 424: 421: 419: 416: 414: 411: 409: 406: 403: 399: 396: 392: 389: 387: 384: 383: 382: 379: 378: 377: 376: 373: 369: 364: 363: 359: 357: 354: 352: 349: 347: 344: 342: 339: 337: 334: 332: 329: 328: 327: 326: 323: 319: 314: 313: 309: 307: 304: 302: 299: 297: 294: 292: 289: 287: 284: 282: 279: 277: 274: 272: 269: 267: 264: 262: 259: 257: 254: 252: 249: 247: 244: 242: 239: 237: 234: 232: 229: 227: 224: 222: 219: 217: 214: 212: 209: 207: 204: 202: 199: 196: 192: 189: 187: 184: 182: 179: 176: 172: 169: 167: 164: 163: 162: 161: 158: 154: 151: 147: 140: 137: 135: 131: 127: 125: 121: 117: 115: 111: 107: 102: 98: 84: 80: 77: 74: 70: 67: 64: 60: 56: 52: 49: 45: 39: 34: 19: 6314:Konversation 5944:Common terms 5827:. Retrieved 5810:. Retrieved 5787:. Retrieved 5761: 5748:. Retrieved 5722: 5702:. Retrieved 5685:. Retrieved 5659: 5646:. Retrieved 5620: 5607:. Retrieved 5581: 5565:. Retrieved 5539: 5516:. Retrieved 5505: 5493:. Retrieved 5487: 5477: 5446: 5436: 5409: 5403: 5391:. Retrieved 5381: 5369:. Retrieved 5359: 5347:. Retrieved 5336: 5324:. Retrieved 5314: 5303:the original 5296: 5283: 5271:. Retrieved 5267:the original 5262: 5259:"Twitch IRC" 5253: 5241:. Retrieved 5230: 5218:. Retrieved 5214:the original 5204: 5192:. Retrieved 5183: 5171:. Retrieved 5162: 5150:. Retrieved 5139: 5127:. Retrieved 5123:the original 5113: 5105: 5098:. Retrieved 5071: 5060: 5048:. Retrieved 5037: 5025:. Retrieved 5015: 4991: 4981: 4957: 4947: 4935: 4911: 4901: 4889: 4865: 4855: 4831: 4821: 4816:1.2.1 Growth 4809: 4785: 4775: 4751: 4741: 4729:. Retrieved 4724: 4715: 4703:. Retrieved 4693: 4686: 4674:. Retrieved 4664: 4652:. Retrieved 4645:"IRC/Cloaks" 4639: 4627:. Retrieved 4623:the original 4609: 4597:. Retrieved 4579: 4569: 4557:. Retrieved 4539: 4529: 4517:. Retrieved 4492: 4482: 4458: 4433:. Retrieved 4429:the original 4425:"IRCd Modes" 4418: 4406:. Retrieved 4395: 4383:. Retrieved 4372: 4360:. Retrieved 4349: 4325: 4315: 4301: 4289:. Retrieved 4279: 4272: 4260:. Retrieved 4249: 4225: 4188: 4178: 4154: 4144: 4120: 4110: 4086: 4076: 4052: 4042: 4018: 4008: 3984: 3974: 3950: 3913: 3903: 3879: 3854:. Retrieved 3844: 3833: 3809: 3799: 3775: 3765: 3753:. Retrieved 3744: 3732:. Retrieved 3723: 3699: 3689: 3665: 3655: 3631: 3627:"Algorithms" 3621: 3597: 3587: 3563: 3553: 3541:. Retrieved 3531: 3524: 3501: 3495: 3471: 3461: 3449:. Retrieved 3431: 3407: 3397: 3373: 3363: 3339: 3329: 3317:. Retrieved 3312: 3303: 3295: 3273: 3267: 3259: 3241: 3224: 3196: 3176: 3152: 3129:. Retrieved 3120: 3108:. Retrieved 3104: 3095: 3083:. Retrieved 3079: 3070: 3058:. Retrieved 3048: 3040: 3033:. Retrieved 3023: 3014: 3005: 2993:. Retrieved 2989: 2980: 2968:. Retrieved 2964: 2955: 2943:. Retrieved 2932: 2908: 2869: 2842:. Retrieved 2825: 2813:. Retrieved 2796: 2784:. Retrieved 2780:the original 2762: 2750:. Retrieved 2746: 2722:. Retrieved 2713: 2688: 2681:. Retrieved 2638:. Retrieved 2634: 2625: 2613:. Retrieved 2609:the original 2604: 2559: 2549: 2537:. Retrieved 2533: 2523: 2499: 2489: 2465: 2455: 2379: 2373: 2354: 2351:File sharing 2333: 2307: 2281: 2271: 2268: 2265: 2263: 2244:Scandinavian 2239: 2214: 2202: 2198: 2194: 2182: 2178: 2150: 2135: 2119: 2103:IRC services 2100: 2079: 2074: 2064: 2058: 2048: 2042: 2040: 2033: 2007:web browsers 2005:A number of 2004: 1989: 1942: 1900: 1898: 1891: 1880: 1876: 1872: 1858: 1846: 1842: 1840: 1827: 1812: 1803: 1788:Please help 1776: 1737: 1721: 1698: 1680: 1672: 1667: 1664:alphanumeric 1657: 1654: 1628: 1596: 1581: 1570: 1559: 1536: 1527: 1524:IRC operator 1501:Kick a user. 1485: 1483: 1475: 1460: 1444: 1425: 1410: 1396: 1382: 1368: 1354: 1340: 1326: 1310: 1305:Description 1277: 1265: 1253: 1241: 1236:Description 1214: 1210: 1206: 1200: 1196: 1194: 1181: 1176: 1172: 1168: 1166: 1161: 1155: 1153: 1145: 1141: 1127: 1108: 1097: 1093: 1089: 1085: 1070: 1055: 1016: 1002:environments 919: 911: 908: 883: 879: 859:social media 856: 849: 845: 804:proxy server 783: 774: 761: 752: 745: 736: 725: 717: 689: 677: 653: 640: 632:Bitnet Relay 608: 594: 559: 555:file sharing 553:, including 540: 528: 524: 523: 468: 428: 361: 311: 210: 82:Introduction 72:Developer(s) 54:Abbreviation 38: 6770:Online chat 6637:view-source 6359:Quassel IRC 6078:Libera Chat 5861:IRChelp.org 5457:. pp.  5389:. smuxi.org 5322:. psybnc.at 4940:Loesch 2003 4894:Loesch 2003 4814:Loesch 2003 4654:27 November 4500: [ 4497:Springer VS 4454:"Operators" 3178:connection. 3105:netsplit.de 3080:netsplit.de 2570:. pp.  2534:IRCHelp.org 2347:standards. 2316:ISO-2022-JP 1935:(blue) and 1660:hash symbol 1615:Libera Chat 1603:IRC daemons 1504:Ban a user. 1494:IRC channel 1225:User modes 1185:timestamped 973:Libera Chat 852:Libera Chat 758:IRCnet fork 742:DALnet fork 549:as well as 18:Vhost (IRC) 6961:Categories 6929:Publishing 6843:Imageboard 6656:Unofficial 6617:sip / sips 6390:Miranda NG 6262:Visual IRC 6170:Subculture 6149:UnrealIRCd 6122:Technology 5961:DoS attack 5873:IRC-Source 5789:30 October 5750:30 October 5687:30 October 5648:30 October 5609:30 October 5567:30 October 5273:30 October 5083:. p.  4721:"node-irc" 4676:14 October 3319:15 January 3209:. p.  3131:15 January 3110:12 January 3085:12 January 2986:"Cloaking" 2640:26 October 2365:IRC client 2294:ISO 8859-5 2286:ISO 8859-1 2282:8-bit era: 2276:ISO 8859-1 2240:7-bit era: 2221:characters 2157:GNU Screen 2138:text-based 2000:Emacs Lisp 1981:Linux Mint 1868:underscore 1843:nick delay 1689:Modern IRC 1677:Challenges 1647:hyperlinks 1625:URI scheme 1588:IP address 1167:Users can 1121:(SMTP) or 1031:IRC server 1021:that uses 984:See also: 813:Encryption 780:Modern IRC 764:flame wars 603:See also: 439:Link layer 128:6667, 6697 100:Influenced 6838:Textboard 6442:ChatZilla 6409:Web-based 6375:Centericq 6271:Unix-like 6068:GameSurge 5700:. psyc.eu 5410:IRC Hacks 4649:Meta-wiki 4584:CRC Press 4258:. irc.org 3755:2 October 3734:2 October 3403:"Clients" 3369:"Clients" 3335:"Servers" 2995:6 January 2970:6 January 2941:. IRC.org 2447:Citations 2396:Chat room 2340:ISO 10646 2328:(Finnish) 2167:, called 2028:SeaMonkey 2020:ChatZilla 1931:(green), 1845:(ND) and 1836:netsplits 1806:June 2024 1777:does not 1752:takeovers 1684:netsplits 1533:Hostmasks 1518:Operators 1437:hostmasks 1115:multicast 732:takeovers 728:netsplits 710:archive. 704:Chat logs 114:OSI layer 6915:Web chat 6642:ws / wss 6535:Official 6488:Category 6400:Trillian 6368:Multi-IM 6324:LeafChat 6257:Shareaza 6216:Linkinus 6198:Colloquy 6158:See also 6113:Undernet 6103:SlashNET 6088:QuakeNet 6063:Freenode 6046:Networks 6017:MSN Chat 5996:Takeover 5991:Services 5976:Operator 5971:Netsplit 5876:Archived 5829:10 April 5704:10 April 5518:10 April 5495:10 April 5393:10 April 5349:10 April 5326:10 April 5298:Symantec 5220:27 April 5194:10 April 5173:10 April 5152:10 April 5129:10 April 5046:. DALnet 5007:RFC 1324 4973:RFC 1324 4927:RFC 1324 4881:RFC 1324 4847:RFC 1324 4801:RFC 2810 4767:RFC 1324 4705:10 April 4629:30 March 4619:freenode 4599:30 March 4559:30 March 4519:30 March 4474:RFC 1459 4435:10 April 4408:10 April 4385:10 April 4362:10 April 4341:RFC 1459 4291:10 April 4262:10 April 4241:RFC 1459 4204:RFC 2811 4170:RFC 1459 4136:RFC 1459 4102:RFC 2811 4068:RFC 2811 4034:RFC 2811 4000:RFC 2811 3966:RFC 1459 3929:RFC 1459 3895:RFC 1459 3825:RFC 1459 3791:RFC 1459 3715:RFC 2810 3681:RFC 2810 3647:RFC 1459 3613:RFC 2810 3579:RFC 2810 3487:RFC 1459 3423:RFC 1459 3389:RFC 2810 3355:RFC 1459 3060:9 August 3035:25 April 2945:25 April 2924:RFC 1459 2885:RFC 1459 2718:Archived 2683:25 April 2615:25 April 2515:RFC 2810 2481:RFC 1459 2390:See also 2361:IRC bots 2325:Merkistö 2260:US-ASCII 2155:such as 1992:plug-ins 1939:(orange) 1937:bouncers 1863:netsplit 1855:netsplit 1851:nickname 1831:netsplit 1709:takeover 1619:Freenode 1592:hostname 1584:hostname 1551:services 1150:Channels 1125:(XMPP). 1073:standard 1071:de facto 1051:nickname 1019:protocol 955:QuakeNet 943:freenode 931:Undernet 916:Timeline 899:Undernet 875:Freenode 863:Facebook 838:, or by 789:Services 721:Undernet 700:Gulf War 668:Nordunet 582:IRCCloud 542:channels 139:RFC 1459 6823:FidoNet 6416:CGI:IRC 6380:Empathy 6349:HexChat 6344:WeeChat 6334:Nettalk 6237:Bersirc 6184:Clients 6139:BitlBee 6134:Infobot 6129:Eggdrop 6108:Snoonet 5855:IRC.org 5812:8 April 5807:ibiblio 5371:25 July 5243:13 July 5100:25 July 5050:31 July 5027:31 July 4731:30 July 3856:8 April 3543:8 April 3451:5 April 3029:"IRCv3" 2844:8 April 2839:ibiblio 2815:8 April 2810:ibiblio 2786:8 April 2776:ibiblio 2752:22 July 2724:8 April 2605:Pingdom 2539:8 April 2380:clients 2336:Unicode 2252:ISO 646 2110:Bouncer 2097:IRC bot 2081:Ustream 2075:ZDaemon 2053:(up to 2024:Firefox 1985:HexChat 1969:Android 1949:Windows 1908:Clients 1798:removed 1783:sources 1724:SSL/TLS 1705:hackers 1695:Attacks 1599:privacy 1547:servers 1299:Symbol 1296:Letter 1233:Symbol 1230:Letter 1157:channel 1062:194/TCP 1039:HexChat 996:HexChat 867:Twitter 708:ibiblio 623:Finland 599:History 586:KiwiIRC 570:web app 469:more... 453:Tunnels 429:more... 362:more... 312:more... 301:TLS/SSL 256:ONC/RPC 193: ( 124:Port(s) 92:1988-08 90: ( 62:Purpose 6893:Talker 6828:Usenet 6698:magnet 6683:finger 6673:gemini 6663:coffee 6627:telnet 6602:mailto 6577:gopher 6426:Mibbit 6395:Pidgin 6385:Kopete 6304:BitchX 6098:RusNet 6073:IRCnet 6053:DALnet 5981:Script 5465:  5424:  5091:  4747:"Size" 4590:  4550:  4510:  3512:  3288:  3252:  3217:  3169:  3056:. 2019 2690:Lemmke 2578:  2298:CP1251 2290:KOI8-R 2205:ad hoc 2190:Oracle 2126:server 2122:daemon 2085:Twitch 2071:0 A.D. 2060:Uplink 2044:War§ow 2036:Mibbit 1887:IRCnet 1748:nuking 1717:G-line 1713:K-line 1641:, and 1611:IRCops 1607:hashes 1545:. IRC 1543:server 1539:client 1492:on an 1490:client 949:IRCnet 937:DALnet 904:DALnet 894:IRCnet 769:IRCnet 748:DALnet 636:BITNET 627:Usenet 588:, and 578:Mibbit 296:Telnet 195:HTTP/3 134:RFC(s) 6813:Email 6708:ymsgr 6703:rsync 6693:ldaps 6587:https 6542:about 6473:rcirc 6421:PJIRC 6354:PJIRC 6339:Smuxi 6319:KVIrc 6309:Irssi 6299:Ayttm 6278:ircII 6252:PIRCH 6211:Ircle 6206:Homer 6191:macOS 6093:Rizon 6058:EFnet 6037:Ident 5966:Flood 5925:(IRC) 5867:IRCv3 5489:ZDNet 5459:65–67 5306:(PDF) 5293:(PDF) 4504:] 2572:61–67 2369:warez 2320:UTF-8 2217:ASCII 2186:MySQL 2169:Smuxi 2142:Irssi 2130:proxy 2124:on a 2014:Opera 1977:Linux 1961:macOS 1957:Linux 1883:EFnet 1859:delay 1577:tilde 1573:ident 1488:is a 1435:Bans 1197:modes 1191:Modes 1043:irssi 1029:. An 1011:Irssi 967:Rizon 925:EFnet 889:EFnet 685:EFnet 674:EFnet 664:FUNET 514:Sun-3 423:IPsec 201:HTTPS 106:IRCv3 6946:Wiki 6936:Blog 6678:feed 6668:ed2k 6647:xmpp 6612:nntp 6597:ldap 6592:info 6582:http 6562:file 6557:data 6552:crid 6547:acct 6329:naim 6242:mIRC 6221:Snak 6202:Fire 6083:OFTC 6032:XDCC 6022:CTCP 6012:IRCX 5986:IRCd 5831:2011 5814:2011 5791:2009 5784:2813 5767:IETF 5752:2009 5745:2812 5728:IETF 5706:2011 5689:2009 5682:2811 5665:IETF 5650:2009 5643:2810 5626:IETF 5611:2009 5604:1459 5587:IETF 5569:2009 5562:1324 5545:IETF 5520:2011 5497:2011 5463:ISBN 5422:ISBN 5395:2011 5373:2010 5351:2011 5328:2011 5275:2017 5245:2011 5222:2013 5196:2011 5175:2011 5154:2011 5131:2011 5102:2010 5089:ISBN 5052:2012 5029:2012 4733:2021 4707:2011 4699:IETF 4678:2012 4656:2011 4631:2010 4601:2010 4588:ISBN 4561:2010 4548:ISBN 4521:2010 4508:ISBN 4437:2011 4410:2011 4387:2011 4364:2011 4293:2011 4285:IETF 4264:2011 3858:2011 3757:2014 3736:2014 3545:2011 3537:IETF 3510:ISBN 3453:2021 3321:2021 3286:ISBN 3250:ISBN 3215:ISBN 3167:ISBN 3133:2021 3112:2022 3087:2022 3062:2019 3037:2016 2997:2018 2972:2018 2947:2016 2846:2011 2817:2011 2788:2011 2754:2023 2726:2011 2714:mIRC 2685:2016 2642:2023 2617:2016 2576:ISBN 2541:2011 2440:XMPP 2438:and 2296:and 2246:and 2233:Unix 2229:HTTP 2225:MIME 2161:tmux 2091:Bots 2073:and 1973:mIRC 1967:and 1955:and 1953:Unix 1933:bots 1901:both 1841:The 1781:any 1779:cite 1740:ICMP 1703:and 1643:irc6 1639:ircs 1555:bots 1201:MODE 1173:JOIN 1169:join 1162:LIST 1111:tree 1104:MSNP 1100:IRCX 1077:IRCd 1066:IANA 1047:IRCd 1041:and 1035:mIRC 986:IRCd 871:XMPP 840:IPv6 832:IPv4 825:SDCC 730:and 658:and 646:and 590:mIRC 572:, a 418:IGMP 398:ICMP 356:QUIC 351:RSVP 346:SCTP 341:DCCP 306:XMPP 286:SNMP 281:SMTP 266:RTSP 241:OSPF 231:NNTP 226:MQTT 221:MGCP 216:LDAP 206:IMAP 191:HTTP 171:DHCP 6967:IRC 6632:urn 6622:tag 6607:nfs 6572:geo 6567:ftp 6468:ERC 6144:ZNC 6027:DCC 5956:Bot 5951:BNC 5781:RFC 5771:doi 5742:RFC 5732:doi 5679:RFC 5669:doi 5640:RFC 5630:doi 5601:RFC 5591:doi 5559:RFC 5549:doi 5085:289 4997:doi 4963:doi 4917:doi 4871:doi 4837:doi 4791:doi 4757:doi 4725:npm 4464:doi 4331:doi 4231:doi 4194:doi 4160:doi 4126:doi 4092:doi 4058:doi 4024:doi 3990:doi 3956:doi 3919:doi 3885:doi 3815:doi 3781:doi 3705:doi 3671:doi 3637:doi 3603:doi 3569:doi 3477:doi 3413:doi 3379:doi 3345:doi 3211:257 2914:doi 2875:doi 2505:doi 2471:doi 2357:P2P 2314:or 2312:EUC 2227:or 2188:or 2159:or 2146:ssh 2057:), 1996:ERC 1965:iOS 1894:UID 1792:by 1744:TCP 1715:or 1635:irc 1617:or 1064:by 1027:TLS 1023:TCP 1000:GTK 865:or 817:TLS 723:". 621:in 615:BBS 525:IRC 463:MAC 458:PPP 448:ARP 413:ECN 408:NDP 336:UDP 331:TCP 291:SSH 276:SIP 271:RIP 261:RTP 251:PTP 246:POP 236:NTP 211:IRC 186:FTP 181:DNS 166:BGP 57:IRC 6963:: 6283:Ii 5805:: 5801:. 5779:. 5769:. 5765:. 5740:. 5730:. 5726:. 5677:. 5667:. 5663:. 5638:. 5628:. 5624:. 5599:. 5589:. 5585:. 5557:. 5547:. 5543:. 5486:. 5461:. 5453:: 5445:. 5416:: 5295:. 5261:. 5104:. 5087:. 5079:: 5069:. 5005:. 4989:. 4971:. 4955:. 4925:. 4909:. 4879:. 4863:. 4845:. 4829:. 4799:. 4783:. 4765:. 4749:. 4723:. 4697:. 4647:. 4617:. 4578:. 4502:de 4491:. 4472:. 4456:. 4445:^ 4339:. 4323:. 4283:. 4239:. 4223:. 4212:^ 4202:. 4186:. 4168:. 4152:. 4134:. 4118:. 4100:. 4084:. 4066:. 4050:. 4032:. 4016:. 3998:. 3982:. 3964:. 3948:. 3937:^ 3927:. 3911:. 3893:. 3877:. 3866:^ 3823:. 3807:. 3789:. 3773:. 3713:. 3697:. 3679:. 3663:. 3645:. 3629:. 3611:. 3595:. 3577:. 3561:. 3535:. 3504:. 3485:. 3469:. 3443:: 3439:. 3421:. 3405:. 3387:. 3371:. 3353:. 3337:. 3311:. 3294:. 3280:: 3258:. 3232:^ 3223:. 3213:. 3205:: 3185:^ 3175:. 3165:. 3163:61 3141:^ 3103:. 3078:. 3039:. 3013:. 2988:. 2963:. 2922:. 2906:. 2893:^ 2883:. 2867:. 2854:^ 2837:: 2833:. 2808:: 2804:. 2774:: 2770:. 2745:. 2734:^ 2716:. 2712:. 2708:. 2697:^ 2687:. 2650:^ 2633:. 2603:. 2590:^ 2574:. 2566:: 2558:. 2532:. 2513:. 2497:. 2479:. 2463:. 2330:). 2292:, 2262:: 2192:. 2063:, 2047:, 2030:). 1959:, 1951:, 1754:. 1733:+S 1691:. 1637:, 1579:. 1568:. 1549:, 1484:A 1449:+ 1315:@ 1106:. 1083:. 1037:, 702:. 638:. 592:. 584:, 580:, 557:. 402:v6 391:v6 386:v4 381:IP 175:v6 6751:e 6744:t 6737:v 6520:e 6513:t 6506:v 5915:e 5908:t 5901:v 5833:. 5816:. 5793:. 5773:: 5754:. 5734:: 5708:. 5691:. 5671:: 5652:. 5632:: 5613:. 5593:: 5571:. 5551:: 5522:. 5499:. 5471:. 5430:. 5397:. 5375:. 5353:. 5330:. 5277:. 5247:. 5224:. 5198:. 5177:. 5156:. 5133:. 5054:. 5031:. 5009:. 4999:: 4975:. 4965:: 4929:. 4919:: 4883:. 4873:: 4849:. 4839:: 4803:. 4793:: 4769:. 4759:: 4735:. 4709:. 4680:. 4658:. 4633:. 4603:. 4563:. 4523:. 4476:. 4466:: 4439:. 4412:. 4389:. 4366:. 4343:. 4333:: 4309:. 4295:. 4266:. 4243:. 4233:: 4206:. 4196:: 4172:. 4162:: 4138:. 4128:: 4104:. 4094:: 4070:. 4060:: 4036:. 4026:: 4002:. 3992:: 3968:. 3958:: 3931:. 3921:: 3897:. 3887:: 3860:. 3827:. 3817:: 3793:. 3783:: 3759:. 3738:. 3717:. 3707:: 3683:. 3673:: 3649:. 3639:: 3615:. 3605:: 3581:. 3571:: 3547:. 3518:. 3489:. 3479:: 3455:. 3425:. 3415:: 3391:. 3381:: 3357:. 3347:: 3323:. 3135:. 3114:. 3089:. 3064:. 2999:. 2974:. 2949:. 2926:. 2916:: 2887:. 2877:: 2848:. 2819:. 2790:. 2756:. 2728:. 2644:. 2619:. 2584:. 2543:. 2517:. 2507:: 2483:. 2473:: 2338:/ 2304:. 2272:} 2269:| 2266:{ 1819:) 1813:( 1808:) 1804:( 1800:. 1786:. 1461:k 1445:v 1426:b 1411:l 1397:t 1383:i 1369:m 1355:n 1341:p 1327:s 1311:o 1278:o 1266:w 1254:s 1242:i 799:. 527:( 497:e 490:t 483:v 404:) 400:( 197:) 177:) 173:( 94:) 35:. 20:)

Index

Vhost (IRC)
IRC (disambiguation)
Communication protocol
Instant messaging
Jarkko Oikarinen
IRCv3
OSI layer
Port(s)
RFC(s)
RFC 1459
Internet protocol suite
Application layer
BGP
DHCP
v6
DNS
FTP
HTTP
HTTP/3
HTTPS
IMAP
IRC
LDAP
MGCP
MQTT
NNTP
NTP
OSPF
POP
PTP

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑