🛡 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 dc6108575c Merge pull request #638 from brain5lug/openssl
address sanitizer configuration option have been added
8 years ago
Win32
android
build address sanitizer configuration option have been added 8 years ago
contrib/certificates r4sas_at_mail.i2p.crt added 8 years ago
debian Update changelog 8 years ago
docs Adding option to configure reseed URLs 8 years ago
qt
tests
.gitignore
.travis.yml
AddressBook.cpp prevent race condition in datagram destination 8 years ago
AddressBook.h handle default subscription in separate thread 8 years ago
BOB.cpp
BOB.h
Base.cpp
Base.h
ChangeLog Update ChangeLog 8 years ago
ClientContext.cpp fix #634.don't create timer in constructor 8 years ago
ClientContext.h fix #634.don't create timer in constructor 8 years ago
Config.cpp Adding option to configure reseed URLs 8 years ago
Config.h
Crypto.cpp
Crypto.h
Daemon.cpp
Daemon.h
DaemonLinux.cpp
DaemonWin32.cpp
Datagram.cpp check if sessions list is empty 8 years ago
Datagram.h clean-up datagram session toghters with leasesets and tags 8 years ago
Destination.cpp clean-up datagram session toghters with leasesets and tags 8 years ago
Destination.h clean-up datagram session toghters with leasesets and tags 8 years ago
FS.cpp add hooks for visiting netdb 8 years ago
FS.h add hooks for visiting netdb 8 years ago
Family.cpp check buffer size 8 years ago
Family.h
Garlic.cpp Merge remote-tracking branch 'purple/openssl' into merge_udp_tunnel 8 years ago
Garlic.h Merge remote-tracking branch 'purple/openssl' into merge_udp_tunnel 8 years ago
Gzip.cpp
Gzip.h
HTTP.cpp
HTTP.h
HTTPProxy.cpp
HTTPProxy.h
HTTPServer.cpp show UDP tunnels 8 years ago
HTTPServer.h fixed #629. catch HTTPServer exceptions 8 years ago
I2CP.cpp
I2CP.h
I2NPProtocol.cpp
I2NPProtocol.h
I2PControl.cpp
I2PControl.h
I2PEndian.cpp
I2PEndian.h
I2PService.cpp
I2PService.h
I2PTunnel.cpp tabify and use shared pointers 8 years ago
I2PTunnel.h show UDP tunnels 8 years ago
Identity.cpp
Identity.h udp tunnels 8 years ago
LICENSE
LeaseSet.cpp Update Indentation and don't spam route changes in datagram sessions 8 years ago
LeaseSet.h fix typo 8 years ago
LittleBigEndian.h
Log.cpp perfect forwarding for logging arguments 8 years ago
Log.h perfect forwarding for logging arguments 8 years ago
Makefile
Makefile.bsd
Makefile.homebrew
Makefile.linux try unbreaking static build 8 years ago
Makefile.mingw
Makefile.osx
NTCPSession.cpp Merge remote-tracking branch 'purple/openssl' 8 years ago
NTCPSession.h common termination timer for all SSU sessions 8 years ago
NetDb.cpp check if RouterInfo has been decompressed completely 8 years ago
NetDb.h use shared pointers 8 years ago
NetDbRequests.cpp fixed race condition 8 years ago
NetDbRequests.h fixed race condition 8 years ago
Profiling.cpp
Profiling.h
Queue.h
README.md
Reseed.cpp Adding option to configure reseed URLs 8 years ago
Reseed.h
RouterContext.cpp
RouterContext.h
RouterInfo.cpp check RI signture before processing 8 years ago
RouterInfo.h check string buffer size 8 years ago
SAM.cpp
SAM.h
SOCKS.cpp
SOCKS.h
SSU.cpp stop termination timer on shutdown 8 years ago
SSU.h common termination timer for all SSU sessions 8 years ago
SSUData.cpp
SSUData.h
SSUSession.cpp fixed #624. correct v6 address size 8 years ago
SSUSession.h common termination timer for all SSU sessions 8 years ago
Signature.cpp
Signature.h
Streaming.cpp Merge remote-tracking branch 'purple/openssl' into merge_udp_tunnel 8 years ago
Streaming.h
Tag.h fix typo 8 years ago
Timestamp.h
TransitTunnel.cpp
TransitTunnel.h
TransportSession.h common termination timer for all SSU sessions 8 years ago
Transports.cpp Merge tag 'tags/2.9.0' 8 years ago
Transports.h
Tunnel.cpp Replaced arrows to HTML code. Deleted tab spaces. 8 years ago
Tunnel.h
TunnelBase.h
TunnelConfig.h
TunnelEndpoint.cpp
TunnelEndpoint.h
TunnelGateway.cpp copy elimination for ranges #part4 8 years ago
TunnelGateway.h
TunnelPool.cpp implement SetCustomPeerSelector and ensure locking is good 8 years ago
TunnelPool.h implement SetCustomPeerSelector and ensure locking is good 8 years ago
UPnP.cpp copy elimination for ranges #part4 8 years ago
UPnP.h
api.cpp
api.h
appveyor.yml
filelist.mk moved HTTP to libi2pd 8 years ago
i2pd.cpp
stdafx.cpp
stdafx.h
util.cpp
util.h
version.h 2.9.0 8 years ago

README.md

i2pd

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

I2P (Invisible Internet Project) is anonymous network which works on top of public Internet. Privacy and anonymity are achieved by strong encryption and bouncing your traffic through thousands of I2P nodes all around the world.

We are building network which helps people 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

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.