🛡 I2P: End-to-End encrypted and anonymous Internet
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
orignal 6b6df15dd9 eliminate ban list overhead 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 check if address not found 8 years ago
AddressBook.h
BOB.cpp fixed android build 8 years ago
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 SOCKS proxy as client tunnel 8 years ago
Config.cpp new reseed 8 years ago
Config.h tunnel options for SOCKS proxy 8 years ago
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 fixed #724 8 years ago
DaemonWin32.cpp
Datagram.cpp dont re-request LS 8 years ago
Datagram.h dont re-request LS 8 years ago
Destination.cpp multiple acceptors 8 years ago
Destination.h multiple acceptors 8 years ago
Event.cpp eliminate some overhead 8 years ago
Event.h eliminate some overhead 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
HTTP.h
HTTPProxy.cpp addresshelper message changed to "Proxy info" 8 years ago
HTTPProxy.h
HTTPServer.cpp show SOCKS proxy as client tunnel 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
I2PService.h
I2PTunnel.cpp avoid exception if not connected 8 years ago
I2PTunnel.h
Identity.cpp use AVX for DHT 8 years ago
Identity.h
LICENSE
LeaseSet.cpp don't overwrite whole lease 8 years ago
LeaseSet.h
LittleBigEndian.h
Log.cpp open log stream in log thread 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 eliminate ban list overhead 8 years ago
NTCPSession.h eliminate ban list overhead 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 removed IdentHash from RoutingProfile 8 years ago
Profiling.h removed IdentHash from RoutingProfile 8 years ago
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 removed IdentHash from RoutingProfile 8 years ago
SAM.cpp allow multiple acceptors 8 years ago
SAM.h rollback 8 years ago
SOCKS.cpp fixed android build 8 years ago
SOCKS.h
SSU.cpp store relay session directly 8 years ago
SSU.h store relay session directly 8 years ago
SSUData.cpp eliminate some overhead 8 years ago
SSUData.h
SSUSession.cpp store relay session directly 8 years ago
SSUSession.h fixed memory leak 8 years ago
Signature.cpp
Signature.h fixed memory leak 8 years ago
Streaming.cpp implement AcceptOnce for multiple acceptors 8 years ago
Streaming.h implement AcceptOnce for multiple acceptors 8 years ago
Tag.h add reseed from floodfill option 8 years ago
Timestamp.cpp 10 seconds max timeout for NTP 8 years ago
Timestamp.h 10 seconds max timeout for NTP 8 years ago
TransitTunnel.cpp
TransitTunnel.h
TransportSession.h eliminate some overhead 8 years ago
Transports.cpp removed IdentHash from RoutingProfile 8 years ago
Transports.h #746. initialize io_service after daeminization 8 years ago
Tunnel.cpp don't blow up 8 years ago
Tunnel.h make it compile 8 years ago
TunnelBase.h cleanup unclaimed out-of-sequence fragments 8 years ago
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 Fix Tunnel Gateway Leak 8 years ago
TunnelGateway.h
TunnelPool.cpp correct tigger for 0-hops LeaseSet update 8 years ago
TunnelPool.h make it compile 8 years ago
UPnP.cpp fixed infinite loop bug 8 years ago
UPnP.h
Websocket.cpp
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 fixed some memory leak 8 years ago
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.