Commit Graph

1597 Commits

Author SHA1 Message Date
orignal
31295a663b common Send method 2014-04-18 19:27:39 -04:00
Meeh
75ddb26c18 Merge pull request #67 from chertov/master
add mikhail4021 Win32Service, run i2pd as admin
2014-04-18 22:32:29 +02:00
chertov
e6e11590c8 add mikhail4021 Win32Service, run i2pd as admin 2014-04-19 00:20:11 +04:00
chertov
e16fdd4890 Merge pull request #2 from orignal/master
Merge pull request from orignal/master
2014-04-19 00:18:03 +04:00
orignal
607f2d29f2 check for 16 bytes boundary before encryption 2014-04-18 14:38:32 -04:00
orignal
4cbc7773ac Merge pull request #66 from chertov/master
http status code, load host.txt via proxy
2014-04-17 22:09:24 -04:00
chertov
4e5e0be4ed Add license page 2014-04-18 03:47:17 +04:00
chertov
5a363a957b Add simple Inno Setup installer script 2014-04-18 03:30:29 +04:00
chertov
0c36925b87 load host.txt via HTTPProxy 2014-04-18 02:54:15 +04:00
chertov
cdbcf0db76 add http status code 2014-04-18 01:53:48 +04:00
chertov
fd08dc72bd Add *.b32.i2p address detection 2014-04-18 00:27:11 +04:00
chertov
7defa34d88 remove static from i2p::util::url 2014-04-18 00:22:54 +04:00
chertov
eed04265bb Merge pull request #1 from orignal/master
Merge pull request from orignal/master
2014-04-17 23:00:55 +04:00
orignal
3b0c03104c introducer support 2014-04-16 18:28:44 -04:00
orignal
b873f7c7f1 RelayResponse/RelayIntro 2014-04-16 16:47:56 -04:00
orignal
73d38f530f store relay tag if introducer 2014-04-16 15:54:28 -04:00
orignal
4341d285aa fxied crash 2014-04-15 17:44:44 -04:00
orignal
efab8106c6 implement session key if shared key is shorter than 64 bytes 2014-04-15 12:21:18 -04:00
orignal
25e16f1693 implement session and mac key if shared key is shorter than 64 bytes 2014-04-15 11:53:24 -04:00
orignal
002b023b29 increment outgoing sequence number 2014-04-14 16:24:57 -04:00
chertov
8a42ca9d64 Merge branch 'master' of https://github.com/chertov/i2pd 2014-04-14 10:15:43 +04:00
orignal
022c649617 Merge pull request #64 from chertov/master
fix hosts.txt loading bug, add qcreator project
2014-04-13 17:11:51 -04:00
user
030bebf080 add qcreator project 2014-04-14 01:08:41 +04:00
user
b0adb6bd92 fix hosts.txt loading bug 2014-04-14 01:07:54 +04:00
orignal
8694ed16fd decrypt message first 2014-04-13 16:59:54 -04:00
orignal
a510e7c2c6 check for duplicate and missing fragments 2014-04-12 21:13:30 -04:00
orignal
e1027ffb7b replace ReceiveQueue to std::queue 2014-04-11 21:13:52 -04:00
orignal
3cf256b769 removed sync Receive operation 2014-04-10 15:34:51 -04:00
orignal
c9c38cccf6 send PeerTest if partly has 'B' capability only 2014-04-10 14:46:52 -04:00
orignal
9c7039cf78 recognize PeerTest back from Bob to Alice 2014-04-10 14:41:34 -04:00
orignal
747383a5e6 check if session key is available 2014-04-10 14:13:15 -04:00
orignal
2140f49665 fixed crash 2014-04-09 22:35:35 -04:00
orignal
e96c55bd98 fixed crash 2014-04-09 18:17:13 -04:00
orignal
d09bafa4a7 save peer test nonces 2014-04-09 14:58:30 -04:00
orignal
5099b997ad delete session with introducer 2014-04-09 13:55:31 -04:00
orignal
73066eb6c6 send relay request through connected session 2014-04-09 12:25:40 -04:00
orignal
31f906240e introducer session 2014-04-09 11:58:57 -04:00
chertov
b6b9c61217 Merge pull request #28 from orignal/master
Merge pull request from orignal/master
2014-04-09 10:35:33 +04:00
orignal
6d42cccadc extract SSU caps 2014-04-08 21:56:34 -04:00
orignal
8de75a2a90 save relay tag 2014-04-08 15:35:08 -04:00
orignal
76cb75f7c0 process relay intro 2014-04-08 14:03:15 -04:00
orignal
cbae177db4 Merge branch 'master' of https://github.com/orignal/i2pd 2014-04-08 13:28:04 -04:00
orignal
24c546f283 Merge pull request #60 from cpubug/master
small fixes
2014-04-08 13:27:19 -04:00
orignal
702b352be9 use seesion key only for SesssionDestroy message 2014-04-08 13:25:19 -04:00
cpubug
ad8559d911 fix gcc warning: deleting object of polymorphic class type 'i2p::stream::StreamingDestination' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] 2014-04-08 21:01:14 +04:00
cpubug
61001ef047 added pointer check in RoutingDestination destructor 2014-04-08 11:24:34 +04:00
cpubug
b3ee41bd91 replace CalcuateIdentHash to identity.Hash to avoid duplication 2014-04-08 11:11:48 +04:00
orignal
40d5489429 delete inactive SSU sessions 2014-04-07 22:26:18 -04:00
orignal
c30dd2639a SSU timeout 2014-04-07 21:40:28 -04:00
orignal
3c6793745b don't delete initial SSU sessions 2014-04-07 20:34:22 -04:00