Skip to content

Commit 7c8e1e2

Browse files
committed
Rename documents to match I-D naming conventions
1 parent 5d62cd3 commit 7c8e1e2

10 files changed

+218
-198
lines changed

build-client.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env sh
22

33
# make xml
4-
kramdown-rfc2629 id-oakley-irc-client-latest.mkd > dist/id-oakley-irc-client-latest.xml
4+
kramdown-rfc2629 draft-oakley-irc-client-latest.mkd > dist/draft-oakley-irc-client-latest.xml
55

66
# make txt
7-
xml2rfc dist/id-oakley-irc-client-latest.xml -o dist/id-oakley-irc-client-latest.txt --text
7+
xml2rfc dist/draft-oakley-irc-client-latest.xml -o dist/draft-oakley-irc-client-latest.txt --text
88

99
# make html
10-
xml2rfc dist/id-oakley-irc-client-latest.xml -o dist/draft-tmp.html --html
10+
xml2rfc dist/draft-oakley-irc-client-latest.xml -o dist/draft-tmp.html --html
1111

12-
cat dist/draft-tmp.html | sed -f lib/addstyle.sed > dist/id-oakley-irc-client-latest.html
12+
cat dist/draft-tmp.html | sed -f lib/addstyle.sed > dist/draft-oakley-irc-client-latest.html
1313
rm dist/draft-tmp.html

build-ctcp.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env sh
22

33
# make xml
4-
kramdown-rfc2629 id-oakley-irc-ctcp-latest.mkd > dist/id-oakley-irc-ctcp-latest.xml
4+
kramdown-rfc2629 draft-oakley-irc-ctcp-latest.mkd > dist/draft-oakley-irc-ctcp-latest.xml
55

66
# make txt
7-
xml2rfc dist/id-oakley-irc-ctcp-latest.xml -o dist/id-oakley-irc-ctcp-latest.txt --text
7+
xml2rfc dist/draft-oakley-irc-ctcp-latest.xml -o dist/draft-oakley-irc-ctcp-latest.txt --text
88

99
# make html
10-
xml2rfc dist/id-oakley-irc-ctcp-latest.xml -o dist/draft-tmp.html --html
10+
xml2rfc dist/draft-oakley-irc-ctcp-latest.xml -o dist/draft-tmp.html --html
1111

12-
cat dist/draft-tmp.html | sed -f lib/addstyle.sed > dist/id-oakley-irc-ctcp-latest.html
12+
cat dist/draft-tmp.html | sed -f lib/addstyle.sed > dist/draft-oakley-irc-ctcp-latest.html
1313
rm dist/draft-tmp.html

dist/id-oakley-irc-client-latest.html renamed to dist/draft-oakley-irc-client-latest.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291

292292
<meta name="dct.creator" content="Oakley, D., Ed. and J. Allnutt" />
293293
<meta name="dct.identifier" content="urn:ietf:id:draft-oakley-irc-client-latest" />
294-
<meta name="dct.issued" scheme="ISO8601" content="2017-4-20" />
294+
<meta name="dct.issued" scheme="ISO8601" content="2017-5-28" />
295295
<meta name="dct.abstract" content="The Internet Relay Chat (IRC) protocol has been designed over a number of years, with multitudes of implementations and use cases appearing. This document describes the IRC Client-Server protocol." />
296296
<meta name="description" content="The Internet Relay Chat (IRC) protocol has been designed over a number of years, with multitudes of implementations and use cases appearing. This document describes the IRC Client-Server protocol." />
297297

@@ -320,10 +320,10 @@
320320
</tr>
321321
<tr>
322322
<td class="left">Intended status: Informational</td>
323-
<td class="right">April 20, 2017</td>
323+
<td class="right">May 28, 2017</td>
324324
</tr>
325325
<tr>
326-
<td class="left">Expires: October 22, 2017</td>
326+
<td class="left">Expires: November 29, 2017</td>
327327
<td class="right"></td>
328328
</tr>
329329

@@ -345,7 +345,7 @@ <h1 id="rfc.status">
345345
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
346346
<p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.</p>
347347
<p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."</p>
348-
<p>This Internet-Draft will expire on October 22, 2017.</p>
348+
<p>This Internet-Draft will expire on November 29, 2017.</p>
349349
<h1 id="rfc.copyrightnotice">
350350
<a href="#rfc.copyrightnotice">Copyright Notice</a>
351351
</h1>

dist/id-oakley-irc-client-latest.txt renamed to dist/draft-oakley-irc-client-latest.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Network Working Group D. Oakley, Ed.
66
Internet-Draft ircdocs
77
Obsoletes: 1459, 2810, 2811, 2812 (if J. Allnutt
88
approved) Kiwi IRC
9-
Intended status: Informational April 20, 2017
10-
Expires: October 22, 2017
9+
Intended status: Informational May 28, 2017
10+
Expires: November 29, 2017
1111

1212

1313
Internet Relay Chat Client Protocol
@@ -41,7 +41,7 @@ Status of This Memo
4141
time. It is inappropriate to use Internet-Drafts as reference
4242
material or to cite them other than as "work in progress."
4343

44-
This Internet-Draft will expire on October 22, 2017.
44+
This Internet-Draft will expire on November 29, 2017.
4545

4646
Copyright Notice
4747

@@ -53,9 +53,9 @@ Copyright Notice
5353

5454

5555

56-
Oakley & Allnutt Expires October 22, 2017 [Page 1]
56+
Oakley & Allnutt Expires November 29, 2017 [Page 1]
5757

58-
Internet-Draft irc-client April 2017
58+
Internet-Draft irc-client May 2017
5959

6060

6161
(http://trustee.ietf.org/license-info) in effect on the date of
@@ -109,9 +109,9 @@ Table of Contents
109109

110110

111111

112-
Oakley & Allnutt Expires October 22, 2017 [Page 2]
112+
Oakley & Allnutt Expires November 29, 2017 [Page 2]
113113

114-
Internet-Draft irc-client April 2017
114+
Internet-Draft irc-client May 2017
115115

116116

117117
2.1.1. Servers
@@ -165,9 +165,9 @@ Internet-Draft irc-client April 2017
165165

166166

167167

168-
Oakley & Allnutt Expires October 22, 2017 [Page 3]
168+
Oakley & Allnutt Expires November 29, 2017 [Page 3]
169169

170-
Internet-Draft irc-client April 2017
170+
Internet-Draft irc-client May 2017
171171

172172

173173
o *Leaf*: A leaf is a server that is only connected to a single
@@ -221,9 +221,9 @@ Authors' Addresses
221221

222222

223223

224-
Oakley & Allnutt Expires October 22, 2017 [Page 4]
224+
Oakley & Allnutt Expires November 29, 2017 [Page 4]
225225

226-
Internet-Draft irc-client April 2017
226+
Internet-Draft irc-client May 2017
227227

228228

229229
Jack Allnutt
@@ -277,4 +277,4 @@ Internet-Draft irc-client April 2017
277277

278278

279279

280-
Oakley & Allnutt Expires October 22, 2017 [Page 5]
280+
Oakley & Allnutt Expires November 29, 2017 [Page 5]

dist/id-oakley-irc-client-latest.xml renamed to dist/draft-oakley-irc-client-latest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</address>
2929
</author>
3030

31-
<date year="2017" month="April" day="20"/>
31+
<date year="2017" month="May" day="28"/>
3232

3333

3434

@@ -147,7 +147,7 @@
147147
</back>
148148

149149
<!-- ##markdown-source:
150-
H4sIAIMQ+FgAA+1YXW8btxJ931/B6zw4MSS1dpI2MVCghpM27rXjXNtBcZEE
150+
H4sIAGO1K1kAA+1YXW8btxJ931/B6zw4MSS1dpI2MVCghpM27rXjXNtBcZEE
151151
LXeXklhTywXJtaKbj9/eM0NytbIdJ/e9AiytqOFw5szhfHg8HheVrXUz2xdd
152152
mI6fFEXQwah9cdQE5RoVxJkyciUO5zKIQ6NVE8QrZ4OtrClkWTp1tS+0q8YV
153153
/1bUtmrkAvtrJ6dhbOWlUavxWmBsZFA+FIXvyoX2XtvmYtVCXje1ahXeoKSC

dist/id-oakley-irc-ctcp-latest.html renamed to dist/draft-oakley-irc-ctcp-latest.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@
287287
<link href="#rfc.section.4" rel="Chapter" title="4 Messages"/>
288288
<link href="#rfc.section.5" rel="Chapter" title="5 Acknowledgements"/>
289289
<link href="#rfc.section.6" rel="Chapter" title="6 Security Considerations"/>
290-
<link href="#rfc.references" rel="Chapter" title="7 Normative References"/>
290+
<link href="#rfc.section.7" rel="Chapter" title="7 IANA Considerations"/>
291+
<link href="#rfc.references" rel="Chapter" title="8 Normative References"/>
291292
<link href="#rfc.appendix.A" rel="Chapter" title="A Message List"/>
292293
<link href="#rfc.appendix.A.1" rel="Chapter" title="A.1 ACTION"/>
293294
<link href="#rfc.appendix.A.2" rel="Chapter" title="A.2 CLIENTINFO"/>
@@ -349,6 +350,7 @@ <h1 id="rfc.abstract">
349350
<a href="#rfc.abstract">Abstract</a>
350351
</h1>
351352
<p>This document describes the Client-to-Client Protocol (CTCP), which lets Internet Relay Chat (IRC) clients send each other messages that get displayed or responded to in special ways. CTCP has been widely implemented, with most clients supporting it natively. This document outlines how to implement CTCP and the most common messages used.</p>
353+
<p>It updates RFC 1459 and RFC 2812.</p>
352354
<h1 id="rfc.status">
353355
<a href="#rfc.status">Status of This Memo</a>
354356
</h1>
@@ -376,7 +378,8 @@ <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
376378
</ul><li>4. <a href="#rfc.section.4">Messages</a></li>
377379
<li>5. <a href="#rfc.section.5">Acknowledgements</a></li>
378380
<li>6. <a href="#rfc.section.6">Security Considerations</a></li>
379-
<li>7. <a href="#rfc.references">Normative References</a></li>
381+
<li>7. <a href="#rfc.section.7">IANA Considerations</a></li>
382+
<li>8. <a href="#rfc.references">Normative References</a></li>
380383
<li>Appendix A. <a href="#rfc.appendix.A">Message List</a></li>
381384
<ul><li>A.1. <a href="#rfc.appendix.A.1">ACTION</a></li>
382385
<li>A.2. <a href="#rfc.appendix.A.2">CLIENTINFO</a></li>
@@ -462,7 +465,9 @@ <h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a> <a href="#security-consid
462465
<p id="rfc.section.6.p.3">Older CTCP specifications describe including more than one CTCP message inside a single PRIVMSG or NOTICE command. Implementations SHOULD NOT implement this form of CTCP parsing as it is not widely-implemented and may result in an implementation that can be attacked or spammed more easily.</p>
463466
<p id="rfc.section.6.p.4">CTCP requests can be abused to flood clients off a server. Clients may ignore or throttle excessive incoming requests to protect against this.</p>
464467
<p id="rfc.section.6.p.5">Many servers implement optional filtering to prevent any CTCP messages apart from ACTION from being sent to channels. When this is done, it can typically be enabled or disabled by channel operators with a channel mode.</p>
465-
<h1 id="rfc.references"><a href="#rfc.references">7.</a> Normative References</h1>
468+
<h1 id="rfc.section.7"><a href="#rfc.section.7">7.</a> <a href="#iana-considerations" id="iana-considerations">IANA Considerations</a></h1>
469+
<p id="rfc.section.7.p.1">This document has no actions for IANA.</p>
470+
<h1 id="rfc.references"><a href="#rfc.references">8.</a> Normative References</h1>
466471
<table>
467472
<tbody>
468473
<tr>

0 commit comments

Comments
 (0)