Commit Graph

3543 Commits

Author SHA1 Message Date
zzz
dedb8c5c98 I2PCon Day 1 video magnet links 2015-08-26 11:36:51 +00:00
str4d
e0b55613be Table header tweaks 2015-08-22 22:36:29 +00:00
zzz
52e65ab61a I2PCon pages 2015-08-22 16:54:10 +00:00
str4d
8db35a0421 Added placeholder I2PCon pages 2015-08-22 03:49:37 +00:00
dev
50af0e5305 Make blog post go live. 2015-08-18 21:14:11 +00:00
dev
fb09da9918 Wording 2015-08-18 20:01:05 +00:00
dev
739efadc30 Improved wording. 2015-08-18 19:56:58 +00:00
dev
dfa44d2a46 Fixed formatting. 2015-08-18 19:47:53 +00:00
dev
601ab7c812 Fixed spelling. 2015-08-18 19:46:57 +00:00
dev
97af21f87d Text formatting. 2015-08-18 17:55:55 +00:00
dev
6172e9c78a Text formatting. 2015-08-18 17:55:11 +00:00
dev
2716d5eadf Try 2 at fixing image urls. 2015-08-18 17:54:05 +00:00
dev
a1abd04b58 Hopefully fixed links for images. 2015-08-18 17:29:02 +00:00
dev
78681c48cf Changed name of echelon. 2015-08-18 17:28:18 +00:00
dev
1c699bbbb1 Fixed target for link 2015-08-18 17:27:06 +00:00
dev
3021559007 Removed link to Siew. 2015-08-18 17:25:41 +00:00
dev
a7a324b6cf merge of '2df7deb402ab9a9302c1d266e327b869c1551960'
and '49a370936f694edcfa69dd1ade7337e752d2d060'
2015-08-18 16:27:48 +00:00
dev
83e05ed53a Added post I2PCon writeup. 2015-08-18 16:27:34 +00:00
zzz
5227db9527 0.9.21
i2p "country" flag, copied from i2psnark
2015-08-02 12:52:33 +00:00
zzz
3da3ce9eb5 0.9.21 draft, remove dup shortlink, toronto schedule tweak 2015-07-31 15:42:38 +00:00
dev
11551c2f40 merge of '09d1b2512f779b9c9aa72bb056bca43fade5f3a2'
and 'b39b4fea1e7adda93fd9f133e4dee4b68b396bab'
2015-07-30 17:48:16 +00:00
dev
b5790851fa Added new I2PControl calls to API level 1. 2015-07-30 17:48:13 +00:00
zzz
96732207df new shortlink 2015-07-16 18:14:23 +00:00
dev
f6680aa54c Make I2PCon announcement go live 2015-07-16 17:06:52 +00:00
dev
429917575b merge of '0af024d965932c80ca8000f08280505a022db90b'
and 'c23784397ad127c4104ab63efdf6aeef65ba31ea'
2015-07-16 16:14:54 +00:00
dev
5b50209246 Changed wording 2015-07-16 16:13:26 +00:00
dev
881f38113d Changed wording 2015-07-16 16:10:51 +00:00
str4d
028336c1d0 Blog post fixes 2015-07-16 15:40:38 +00:00
str4d
fca43e220a merge of '550f4f6e7a34019c86829d303efb602d53d8953b'
and 'dae7240fa5664ac5e65880952c7461cf38e90621'
2015-07-16 14:58:32 +00:00
dev
829827a3ad Added detailed announcement for I2PCon 2015-07-16 12:44:19 +00:00
zzz
c59fac6db7 new news host 2015-07-07 14:05:37 +00:00
zzz
4c8a750fd4 new option 2015-07-07 14:05:19 +00:00
zzz
d8c982a797 updated 3.2 proposal 2015-07-07 14:05:01 +00:00
str4d
c42c151228 I2NP dataspec tweaks 2015-06-29 12:52:12 +00:00
str4d
7aecc4b68a Highlight versions in comments 2015-06-29 12:41:40 +00:00
str4d
8f80ae4ab0 Datagram dataspec 2015-06-27 15:37:31 +00:00
str4d
ec7153c563 Link to other messages in I2NP dataspecs 2015-06-27 15:33:16 +00:00
str4d
927217c5c2 Handle message types in formatter
Most messages will work with or without the Message tail, e.g. SetDateMessage
vs. SetDate. The exception to this is SetMessageMessage, which must be specified
fully.
2015-06-27 15:32:51 +00:00
str4d
3a527f5535 Add message types to spectags
Command to generate spectags file:
cd i2p2www/pages/site && ctags -f spectags --regex-html=/\"type_\([a-zA-Z0-9]+\)\"/\\1/t,type/ --regex-html=/\"struct_\([a-zA-Z0-9]+\)\"/\\1/s,struct/ --regex-html=/\"msg_\([a-zA-Z]+\)\"/\\1/m,msg/ -R -n docs/spec/*.html
2015-06-27 15:16:33 +00:00
str4d
822d5f778d I2NP dataspec 2015-06-27 15:02:57 +00:00
str4d
3faf8fe6cf Dataspec: handle hex, x^y, ? 2015-06-27 14:23:50 +00:00
str4d
414efb636f Tunnel message dataspec 2015-06-27 14:08:57 +00:00
str4d
0fac429c6c Represent structure elements in dataspec 2015-06-27 14:08:29 +00:00
str4d
83372117ea Updated spectags
Command to generate the file:
cd i2p2www/pages/site && ctags -f spectags --regex-html=/\"type_\([a-zA-Z0-9]+\)\"/\\1/t,type/ --regex-html=/\"struct_\([a-zA-Z0-9]+\)\"/\\1/s,struct/ -R -n docs/spec/*.html
2015-06-27 13:48:42 +00:00
str4d
019a6c70f5 Disambiguate I2NP and I2CP message headers (for ctags) 2015-06-27 13:47:03 +00:00
str4d
c040cb56b5 Disambiguate TMDI and GCDI (for ctags) 2015-06-27 13:40:17 +00:00
str4d
1bfe56460c Allow numbers in class names 2015-06-27 13:08:33 +00:00
str4d
48d9b26a91 Highlight JSON 2015-06-27 12:50:43 +00:00
str4d
4951df7d67 Fixed TunnelId anchor so ctags work 2015-06-27 12:28:49 +00:00
str4d
63aefa0b8e Bugfix 2015-06-24 12:20:50 +00:00