Commit Graph

33 Commits

Author SHA1 Message Date
zzz
f6fa065364 Add Prop. 157 messages to I2NP spec 2021-07-31 08:34:09 -04:00
zzz
aef4e72409 Prop. 157 drop ITBM 2021-07-13 09:49:38 -04:00
zzz
12ee443bb7 Fix reference links 2021-05-06 11:42:19 -04:00
zzz
8259e904cc I2NP: Rewrite overview, update version info, add version info to message chart 2021-05-06 11:25:15 -04:00
zzz
5bd8ad6166 Prop. 156 updates
reserve another I2NP message for prop. 157
2021-01-14 10:14:51 -05:00
zzz
c67a3ce0da Reserve I2NP messages for prop. 157 2021-01-08 11:23:31 -05:00
zzz
c4ace8e9a8 Migrate parts of prop. 156 to spec section for 0.9.49
Update I2NP spec for prop. 156
Clarify prop. 154 based on subsequent decisions made in prop. 156
Add more notes common structures spec about ECIES routers
Add notes in more places that tunnel ID must not be zero
2021-01-08 07:56:58 -05:00
zzz
681d1fc539 Copy prop. 152 to spec section 2020-11-16 11:40:37 -05:00
zzz
3bf83b2ffd I2NP: update recommended number of build records 2020-10-09 11:08:43 -04:00
zzz
0e3757d654 I2NP version notes 2020-06-13 13:49:43 +00:00
zzz
9f31b5c61d Gzip header notes 2020-05-19 13:39:57 +00:00
zzz
da07dc2ff4 Migrate prop. 144 to spec section,
update references throughout
2020-05-07 14:21:09 +00:00
zzz
1679699bce add note about RI compression 2020-05-03 11:54:52 +00:00
zzz
06ba4cc3b4 prop. 144 and spec updates 2020-04-26 10:59:35 +00:00
zzz
3f31af1ef9 More prop. 154 fixes 2020-04-21 21:03:28 +00:00
zzz
1eac5b6851 Close proposal 154
Fix typos in 154
Incorporate 154 into I2NP spec
2020-04-21 20:38:47 +00:00
zzz
5131507c8c spec cleanups 2019-10-06 11:07:56 +00:00
zzz
66a93aeab6 I2NP DSM LS reply optimization 2019-06-25 16:42:13 +00:00
zzz
c4f533a8eb I2NP and common spec updates for LS2
Add encrypted LS2 spec
2019-03-05 22:16:15 +00:00
zzz
54e27afd0f spec updates and fixes for LS2 2019-02-28 14:34:03 +00:00
zzz
6f6fbceff5 more fixes 2019-01-24 22:10:55 +00:00
zzz
7d5a06803d I2NP updates for proposal 123.
Table fixes take 2.
2019-01-24 21:44:44 +00:00
zzz
e44a04c8fb Make garlic spec different anchor than garlic msg 2018-06-07 13:11:51 +00:00
zzz
1e5b41bd8d Mark I2NP type 0 as reserved 2018-03-27 14:20:48 +00:00
zzz
7f662e9d3a Clarify that tunnel IDs may not be zero 2018-03-07 17:59:24 +00:00
zzz
c84c6f8f93 add I2NP note 2017-01-27 16:21:04 +00:00
zzz
189273c08d I2NP minor updates 2016-12-20 14:53:19 +00:00
str4d
a894ae84f0 Categorise specifications 2016-04-01 23:28:07 +00:00
str4d
739b8dbb2d Implement navigation for specs 2016-03-06 06:23:19 +00:00
str4d
ac27ae60e2 propagate from branch 'i2p.www' (head 58b6b0589b4b5e4a45b1be2ac97bba8d253e9368)
to branch 'i2p.www.str4d' (head 2ab3bce2634e8d1dcbf7f2bf89c310c5ae3a7eb6)
2016-03-05 17:38:12 +00:00
str4d
2cdf66c034 Get ctag URLs directly 2015-11-15 03:38:27 +00:00
str4d
abb969b6cf Updated spectags
* ctags are case-sensitive, and the dataspecs use CamelCase.
* HTML anchor tags are case-sensitive. The old specs used CamelCase to match the
  ctags, and the existing documentation references them extensively.
* reStructuredText links are case-insensitive, and the HTML anchor tags that it
  generates are lower case.

Therefore, the links in the .rst files are given in CamelCase, and the dataspec
formatters convert this to lower case for links. In direct HTML references (in
specs or other areas of documentation), lower case must be used (to be fixed).

Command to generate the file:
cd i2p2www/spec && ctags -f spectags --langdef=rst --langmap=rst:.rst --regex-rst=/_type-\([a-zA-Z0-9]+\)/\\1/t,type/ --regex-rst=/_struct-\([a-zA-Z0-9]+\)/\\1/s,struct/ --regex-rst=/_msg-\([a-zA-Z]+\)/\\1/m,msg/ -R -n *.rst
2015-11-14 22:25:17 +00:00
str4d
fb3836384e Migrated specs to new format
Content is reStructuredText with Jinja2 markup.

Translation tags have been removed.
2015-11-14 20:40:26 +00:00