I2P: End-to-End encrypted and anonymous Internet https://i2pd.website/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jeff Becker 7be951b962 fix last commit, it was broken 8 years ago
Win32 2.11.0 8 years ago
android 2.11.0 8 years ago
build implement simple bloom filter 8 years ago
contrib new reseed 8 years ago
debian added info, modifyed timestamp 8 years ago
docs excluded obsolete boost dependancies 8 years ago
qt 2.11.0 8 years ago
tests
.dir-locals.el remove tab width setting in dir-locals 8 years ago
.gitignore
.travis.yml
AddressBook.cpp try fixing datagram 8 years ago
AddressBook.h
BOB.cpp
BOB.h
Base.cpp
Base.h
BloomFilter.cpp tabify 8 years ago
BloomFilter.h fixed android build 8 years ago
ChangeLog update ChangeLog 8 years ago
ClientContext.cpp Merge remote-tracking branch 'purple/openssl' into low-latency-merge 8 years ago
ClientContext.h show I2CP local destinations 8 years ago
Config.cpp Merge remote-tracking branch 'purple/openssl' 8 years ago
Config.h
Crypto.cpp use ElGamalEncrypt 8 years ago
Crypto.h use ElGamalEncrypt 8 years ago
Daemon.cpp fixed crash in daemon mode 8 years ago
Daemon.h
DaemonLinux.cpp
DaemonWin32.cpp
Datagram.cpp fix sam crash on exit and datagram crash with no outbound tunnel 8 years ago
Datagram.h try fixing datagram 8 years ago
Destination.cpp queue up LeaseSet requests 8 years ago
Destination.h fixed tremination crash 8 years ago
Event.cpp more 8 years ago
Event.h more 8 years ago
FS.cpp
FS.h
Family.cpp OpenSSL 1.1 for EVP_PKEY 8 years ago
Family.h
Garlic.cpp use ElGamalEncrypt 8 years ago
Garlic.h use correct encryption key for ElGamal 8 years ago
Gzip.cpp
Gzip.h
HTTP.cpp fix outproxy 8 years ago
HTTP.h fix outproxy 8 years ago
HTTPProxy.cpp fix outproxy 8 years ago
HTTPProxy.h
HTTPServer.cpp fixed typo 8 years ago
HTTPServer.h use token for commands 8 years ago
I2CP.cpp insert I2CP session with correct sessionid 8 years ago
I2CP.h insert I2CP session with correct sessionid 8 years ago
I2NPProtocol.cpp
I2NPProtocol.h
I2PControl.cpp
I2PControl.h
I2PEndian.cpp
I2PEndian.h
I2PService.cpp fix outproxy 8 years ago
I2PService.h fix outproxy 8 years ago
I2PTunnel.cpp fix last commit, it was broken 8 years ago
I2PTunnel.h i2ptunnel fixes 8 years ago
Identity.cpp use AVX for DHT 8 years ago
Identity.h Use eddsa-sh512-ed25519 by default 8 years ago
LICENSE
LeaseSet.cpp don't overwrite whole lease 8 years ago
LeaseSet.h
LittleBigEndian.h
Log.cpp reopen log upon daemon start 8 years ago
Log.h write to log through the separate thread 8 years ago
Makefile AVX disabled for debuild by patch 8 years ago
Makefile.bsd
Makefile.homebrew
Makefile.linux AVX disabled for debuild by patch 8 years ago
Makefile.mingw AVX support for Windows 8 years ago
Makefile.osx static and AVX support for OSX 8 years ago
NTCPSession.cpp more 8 years ago
NTCPSession.h 5 seconds connection timeout for NTCP 8 years ago
NetDb.cpp cleanup from some overhead 8 years ago
NetDb.h don't store lookup replies anymore 8 years ago
NetDbRequests.cpp add reseed from floodfill option 8 years ago
NetDbRequests.h
Profiling.cpp
Profiling.h
Queue.h
README.md
Reseed.cpp SNI support 8 years ago
Reseed.h Add possibility to reseed from HTTPS URL 8 years ago
RouterContext.cpp don't add multiple router addresses 8 years ago
RouterContext.h
RouterInfo.cpp don't copy address 8 years ago
RouterInfo.h
SAM.cpp Merge remote-tracking branch 'purple/openssl' 8 years ago
SAM.h fix sam crash on exit and datagram crash with no outbound tunnel 8 years ago
SOCKS.cpp
SOCKS.h undo pedantic whitespace 8 years ago
SSU.cpp select ipv4 peers for peer test 8 years ago
SSU.h select ipv4 peers for peer test 8 years ago
SSUData.cpp more 8 years ago
SSUData.h
SSUSession.cpp send v4 address for peer test 8 years ago
SSUSession.h
Signature.cpp
Signature.h fixed memory leak 8 years ago
Streaming.cpp check if routing session got detached 8 years ago
Streaming.h make sure all outstading data got sent before closing socket 8 years ago
Tag.h add reseed from floodfill option 8 years ago
Timestamp.cpp
Timestamp.h
TransitTunnel.cpp
TransitTunnel.h
TransportSession.h
Transports.cpp more 8 years ago
Transports.h handle all loopback messages 8 years ago
Tunnel.cpp unbreak i2lua build 8 years ago
Tunnel.h make it compile 8 years ago
TunnelBase.h
TunnelConfig.h use ElGamalEncrypt 8 years ago
TunnelEndpoint.cpp clean up incomplete messages 8 years ago
TunnelEndpoint.h clean up incomplete messages 8 years ago
TunnelGateway.cpp
TunnelGateway.h
TunnelPool.cpp Merge remote-tracking branch 'purple/openssl' 8 years ago
TunnelPool.h unbreak i2lua build 8 years ago
UPnP.cpp fixed infinite loop bug 8 years ago
UPnP.h
Websocket.cpp more 8 years ago
Websocket.h
api.cpp write to log through the separate thread 8 years ago
api.h
appveyor.yml
filelist.mk implement simple bloom filter 8 years ago
i2pd.cpp
stdafx.cpp
stdafx.h
util.cpp
util.h
version.h 2.11.0 8 years ago

README.md

i2pd

Русская версия

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.

I2P client is a software used for building and using anonymous I2P networks. Such networks are commonly used for anonymous peer-to-peer applications (filesharing, cryptocurrencies) and anonymous client-server applications (websites, instant messengers, chat-servers).

I2P allows people from all around the world to communicate and share information without restrictions.

Installing

The easiest way to install i2pd is by using precompiled binaries. See documentation for how to build i2pd from source on your OS.

Supported systems:

  • Linux x86/x64 - Build Status
  • Windows - Build status
  • Mac OS X
  • FreeBSD
  • Android
  • iOS

Using i2pd

See documentation and example config file.

Donations

BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z
DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y

License

This project is licensed under the BSD 3-clause license, which can be found in the file LICENSE in the root of the project source code.