Commit Graph

51 Commits (55315fca8065e50f53c0c1e7df72d37e32c37d2e)

Author SHA1 Message Date
hagen 55315fca80 Merge branch 'openssl' into new-fs
Conflicts:
	AddressBook.cpp
	NetDb.cpp
	filelist.mk
8 years ago
orignal 094d9193b9 start addressbook first 8 years ago
hagen 79bf44b3f5 * i2p::fs migration: ClientContext, Destination, HTTPServer, Reseed, RouterContext 8 years ago
hagen 62cec2a31c * correct shutdown of httpserver & socksproxy 8 years ago
hagen 3817a0c2a1 Merge branch 'openssl' into new-cmdline 9 years ago
orignal 0c9ce6258c sockoutproxy params added 9 years ago
orignal f593802a51 I2CP option crypto.tagsToSend added for I2P tunnels 9 years ago
orignal 431af2c0dd fixed issue #331. reuse existing local detination for tunnels 9 years ago
hagen 2335d3879e * migrate to new settings 9 years ago
hagen 314e1e4bfe * unwrap i2p::util::config::* calls in ClientContext.cpp 9 years ago
orignal cd549937c5 support multiple server tunnels with same destination and different ports 9 years ago
orignal 02bbb46d2e separate keys and destination creation 9 years ago
orignal 13ffdc6dd2 common ReadI2CPOptions 9 years ago
orignal 3d4890a28b handle I2CP keys correctly 9 years ago
orignal fe4362f459 tunnel parameters 9 years ago
orignal 8fa053f7c7 show I2P tunnels at web console 9 years ago
orignal 0c290e65ef removed deprecated parameters 9 years ago
orignal 727436e1cf specify signature type for I2P tunnels 9 years ago
hagen 3e8c247c05 * sane log messages: ClientContext.cpp 9 years ago
erlend1 cee1b8a64a Configurable addresses from master 9 years ago
Edward Tjörnhammar 4109ab1590 Make tunnels.cfg configurable 9 years ago
orignal 62cf83921b cumulative update from bitbucket 9 years ago
orignal 019af7bd3a http server tunnel added 9 years ago
orignal 12641ab0c0 fixed addressbook crash at shutdown 9 years ago
orignal 123e6b7de4 made keys parameter optional for client tunnels 9 years ago
orignal a09c67772c specify keys file for proxy's local destination 9 years ago
orignal 76ad7f24ee access list for server tunnels 9 years ago
orignal fee68cf333 read optional destination port form config 9 years ago
orignal 897af615f9 create persistent destinations with ECDSA 9 years ago
orignal ea6597c3ad .ini file format for tunnel.cfg 9 years ago
orignal 5a31d2e817 read tunnels.cfg using property tree 9 years ago
orignal 52f806ff94 use shared_ptr for ClientDestination 9 years ago
orignal 97ec65cccd read all sections from tunnels.cfg 9 years ago
orignal d2d7b3b348 multiple server I2P tunnels 9 years ago
orignal b0052eae05 doesn't create same local destination twice 9 years ago
orignal ed692ffba3 make sure only one I2P tunnel per local prot 9 years ago
orignal 242bc3624a read tunnels.cfg 9 years ago
orignal 18121a99ca config file for I2PTunnels 9 years ago
multikatt dcad550a2f typo: stoped->stopped 9 years ago
orignal efdadfd7c5 added I2PControl to ClientContext 10 years ago
Francisco Blas (klondike) Izquierdo Riera cb94d43092 Use the address book for conversion into .b32.i2p 10 years ago
orignal 4d640dac2a always use destination's thread to avoid race conditions 10 years ago
orignal 7b5e8a9661 check and update addressbook subscriptions 10 years ago
orignal cb293b93d2 BOB command parser 10 years ago
orignal e7f05cc462 BOB added 10 years ago
orignal 32a767dc91 pass I2CP options to local destination. Process tunnel length 10 years ago
orignal d794dfb7e5 moved private keys creation to client context 10 years ago
orignal 4d97b0e206 moved StreamingDestination inside ClientDestination 10 years ago
orignal 14f4bb8656 use local destination function through ClientContext 10 years ago
orignal 4379f8e5ee moved start/stop client services from Daemon to ClientContext 10 years ago