96c6a88692
Switch in-i2p javadocs to my site instead of echelon's, which is down
2022-01-05 14:11:04 -05:00
b2819e56af
I2CP spec minor clarifications
2021-12-26 08:17:26 -05:00
56f96f2419
I2CP minor clarifications
2020-11-29 08:59:18 -05:00
1c1d042b88
Fix error in I2CP spec
2020-10-31 15:24:09 -04:00
0e6f407675
I2CP: Add Meta LS error code
2020-06-10 16:49:39 +00:00
ed19814672
I2CP spec correction
2020-05-15 12:51:13 +00:00
06ba4cc3b4
prop. 144 and spec updates
2020-04-26 10:59:35 +00:00
061f8d1c3f
format fix hopefully
2020-02-09 16:05:28 +00:00
db102906a0
version table updates
2020-02-08 15:40:47 +00:00
5131507c8c
spec cleanups
2019-10-06 11:07:56 +00:00
20c8d329e9
markdown fixes
2019-09-18 11:40:02 +00:00
0e0b4a587b
I2CP updates for 0.9.43 (from proposal 123)
2019-09-13 10:05:56 +00:00
011c6de523
I2CP html fixes
2019-06-08 16:59:13 +00:00
1724b12b7f
I2CP updates for encls2 per-client auth
2019-05-22 17:17:43 +00:00
a572826170
Add number of privkeys field to CreateLeaseSet2 message
2019-03-02 19:54:15 +00:00
60763f65ee
Updates to 123, SAM, datagrams, I2CP
2019-02-07 16:04:38 +00:00
a15b5e1864
123 minor updates
2019-02-06 11:45:47 +00:00
31e0a31fe1
I2CP and blinding changes for proposal 123
2019-02-04 21:27:35 +00:00
0a3a6238df
Streaming changes for proposal 123
...
Streaming versions chart
I2CP fixes for CreateLeaseSet2 Message
Start of blinding changes in proposal 123
2019-02-03 13:15:18 +00:00
23f5adcd99
I2CP markdown fixes
...
Proposal 123 cleanups
2019-01-25 14:52:52 +00:00
fc93b3e720
I2CP updates for proposal 123
2019-01-25 14:06:08 +00:00
62f355b7fd
change in-net javadoc site
2018-04-06 15:21:22 +00:00
836078b068
Fix error in I2CP CreateLeaseSetMessage spec
...
Add 0.9.26 release date
2016-06-08 13:30:46 +00:00
4bcc1ef49f
Bugfixes
2016-06-05 11:22:31 +00:00
a894ae84f0
Categorise specifications
2016-04-01 23:28:07 +00:00
06bc004bef
I2CP table fix
2016-04-01 11:39:11 +00:00
739b8dbb2d
Implement navigation for specs
2016-03-06 06:23:19 +00:00
ac27ae60e2
propagate from branch 'i2p.www' (head 58b6b0589b4b5e4a45b1be2ac97bba8d253e9368)
...
to branch 'i2p.www.str4d' (head 2ab3bce2634e8d1dcbf7f2bf89c310c5ae3a7eb6)
2016-03-05 17:38:12 +00:00
2cdf66c034
Get ctag URLs directly
2015-11-15 03:38:27 +00:00
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
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