@@ -19,21 +19,12 @@ page-header: >
1919---
2020
2121IRCv3 specifications build on top of the core IRC protocol. The primary core
22- IRC protocol specifications are [ ` RFC1459 ` ] ( https://tools.ietf.org/html/rfc1459 ) ,
23- [ ` RFC2812 ` ] ( https://tools.ietf.org/html/rfc2812 ) and [ ` RFC7194 ` ] ( https://tools.ietf.org/html/rfc7194 ) .
24- To fully understand IRCv3, please read the core IRC protocol specifications
22+ is described by the [ "Modern IRC" specification] ( https://modern.ircdocs.horse/ ) ,
23+ which supersedes historical IRC protocol specifications ([ ` RFC1459 ` ] ( https://tools.ietf.org/html/rfc1459 ) ,
24+ [ ` RFC2812 ` ] ( https://tools.ietf.org/html/rfc2812 ) and [ ` RFC7194 ` ] ( https://tools.ietf.org/html/rfc7194 ) ).
25+ To fully understand IRCv3, please read the "Modern IRC" specification
2526followed by the IRCv3 specifications.
2627
27- ** Note:** The core IRC protocol specifications have been widely acknowledged to
28- be old, out-of-date, and to not fully or accurately describe how the IRC client
29- protocol works today. One of our members has been working on updated core
30- protocol specifications [ here] ( https://modern.ircdocs.horse/ ) which you may find
31- useful to consult. Look at core protocol specifications and the IRC ecosystem
32- itself for a complete picture of how the IRC protocol works today.
33- If you have any questions on the core IRC protocol, please feel free to ask us
34- [ directly] ( {{site.baseurl}}/contact.html ) or with an issue in our
35- [ feedback] ( https://github.com/ircv3/ircv3-ideas ) GitHub repository.
36-
3728The IRCv3 specifications are released when they are stable and have been widely
3829tested. [ In the past] ( http://web.archive.org/web/20160402092520/https://ircv3.net/irc/ ) the WG released specifications as versioned bundles
3930(IRCv3.1, IRCv3.2), but we no longer do this.
0 commit comments