orignal
fe4de7c8ac
use SignedData class for signing/verification
10 years ago
orignal
7f93c680fd
added missing line
10 years ago
orignal
659edf2590
common code for signing and verifing exchanged data
10 years ago
orignal
b89daaa58b
Merge branch 'master' of https://github.com/orignal/i2pd
10 years ago
orignal
7900e9b126
accept v6 only for v6 acceptor
10 years ago
Meeh
af0bdc2a5e
Merge branch 'master' of github-meeh420:PrivacySolutions/i2pd
...
Note; we use _MSC_VER instead of _WIN32 for MSVC spesific code.
* 'master' of github-meeh420:PrivacySolutions/i2pd: (35 commits)
handle incoming datagramms
send datagram through destination's thread
incoming ipv6 connections
support ipv6 for outgoing NTCP connections
some cleanup
Update Daemon.cpp
Add Upstart job to debian packaging
Implement reload in init script
Rename init.d to i2pd.init
Decouple logging and daemonization
verify signature through remore identity
moved remote RI and identity to TransportSession
set unreachable trough NetDb
moved AddressBook to ClientContext
initialize router identity
don't specify RI for inbound NTCP connections
use remote router indentity
take identity of local RI from private keys
send datagram from SAM
fixed windows build
...
Conflicts:
SAM.cpp
10 years ago
Meeh
88fb8a217d
Fix for build error in msvc12
10 years ago
orignal
2dfd351e7a
handle incoming datagramms
10 years ago
orignal
35d4692f5f
send datagram through destination's thread
10 years ago
orignal
f2434d66fc
incoming ipv6 connections
10 years ago
orignal
7fb7341502
support ipv6 for outgoing NTCP connections
10 years ago
orignal
1408422da9
some cleanup
10 years ago
orignal
a20cc97fa3
Update Daemon.cpp
...
rollback
10 years ago
orignal
51b2b5676c
Merge pull request #105 from CameronNemo/daemon
...
Various init script and daemonization fixups
10 years ago
Cameron Norman
e768e33ddd
Add Upstart job to debian packaging
10 years ago
Cameron Norman
ced4149679
Implement reload in init script
10 years ago
Cameron Norman
61932ff49f
Rename init.d to i2pd.init
10 years ago
Cameron Norman
65c13f1758
Decouple logging and daemonization
10 years ago
orignal
2308f854b1
verify signature through remore identity
10 years ago
orignal
6281fa625a
moved remote RI and identity to TransportSession
10 years ago
orignal
c9abb62988
set unreachable trough NetDb
10 years ago
orignal
af997473b2
moved AddressBook to ClientContext
10 years ago
orignal
a96d70a94c
initialize router identity
10 years ago
orignal
8d75d51803
don't specify RI for inbound NTCP connections
10 years ago
orignal
f81a122223
use remote router indentity
10 years ago
orignal
39bdfa8791
take identity of local RI from private keys
10 years ago
orignal
47fb6f6e04
send datagram from SAM
10 years ago
orignal
336fa8eed7
fixed windows build
10 years ago
orignal
61d36ea8c3
send datagram
10 years ago
orignal
65719ae645
send destination port for streaming
10 years ago
orignal
4ae8c3c62c
create datagram destination through SAM
10 years ago
orignal
78d8d34e3b
Datagram added
10 years ago
orignal
3da35c592f
moved Data payload processing to StreamingDestination
10 years ago
orignal
b11877d002
create streams through ClientDestination
10 years ago
orignal
4d97b0e206
moved StreamingDestination inside ClientDestination
10 years ago
orignal
ab843b6552
cleaned up from duplicated methods
10 years ago
orignal
e96ffd4189
don't block HTTP server/proxy for 10 seconds anymore
10 years ago
orignal
7b768ccb26
moved transports to 'transport' namespace
10 years ago
orignal
165af090b6
Update README.md
10 years ago
orignal
898c81b5d6
better packaging
10 years ago
orignal
43a989872d
fixed typo
10 years ago
orignal
c4dda06cde
TransportSession added
10 years ago
orignal
a8871d9f98
moved DHKeysPair to Transport
10 years ago
orignal
8e8eb3b588
Merge pull request #102 from herrniemand/patch-1
...
Update BUILD_NOTES.md
10 years ago
Ackermann Yuriy
e7031e02e7
Update BUILD_NOTES.md
10 years ago
orignal
9b3ac19b58
show queue size
10 years ago
orignal
fcd3680547
delete expired incoming tags
10 years ago
orignal
00d9ef806b
fixed typo
10 years ago
orignal
5d63f71c55
show version
10 years ago
orignal
ae61e47bc2
attach creation time to individual tag
10 years ago