Commit Graph

1022 Commits (6681e25513a6f6891dab2b096086164f0a8a2b68)
 

Author SHA1 Message Date
Kill Your TV 6681e25513 allow CXXFLAGS to be set without overwriting needed flags 10 years ago
Kill Your TV 5acbc6a23e use standard make variables 10 years ago
Kill Your TV 524b2e9f8a check for 64-bit compiler 10 years ago
orignal 6320572917 find SSU V6 sessions 10 years ago
orignal 54ec71d30d select proper SSU address for incoming sessions 10 years ago
orignal 67001e1696 incoming ipv6 SSU sessions 10 years ago
orignal 21aff9f9f7 check router identity certificate 10 years ago
orignal a53457e8c1 delete SSU V6 address 10 years ago
orignal f0e6b414e8 don't verify signature for RI loaded from file 10 years ago
orignal 8403c17c59 incoming SSU V6 sessions 10 years ago
orignal a3fd338fab pass our address as boost's address 10 years ago
orignal d513f20225 handle ipv6 adrresses 10 years ago
orignal d84a7ebc7e MTU for ipv6 10 years ago
orignal 7e82686818 signature size for SessionCreated 10 years ago
orignal faf093c474 process ipv6 addresses in SessionCreated 10 years ago
orignal b6bc49c33a process ipv6 addresses in SessionCreated 10 years ago
orignal 39644d3bb2 send actual identity in SessionConfirmed message 10 years ago
orignal 1f69d1b890 different log levels 10 years ago
orignal 11a0bbc368 different log levels 10 years ago
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