Commit graph

2388 commits

Author SHA1 Message Date
orignal bf15ad3bba 0.9.24 2016-01-29 21:53:57 -05:00
orignal bb3f50f967 Merge pull request #352 from 0niichan/patch-4
httpProxyPort 4444
2016-01-28 19:45:30 -05:00
0niichan 1042e19845 httpProxyPort 4444 2016-01-29 07:18:49 +07:00
orignal 85830d5076 fixed race condtion #350 2016-01-27 22:09:35 -05:00
orignal c053bebccd reduced numeber of error messages 2016-01-27 21:54:42 -05:00
hagen d6d6ae8af2 * Config.cpp : add old options remapping (revert this after 2.6.0) 2016-01-27 12:17:41 +00:00
orignal 6d8b0e3a5d control logs destination through -log parameter 2016-01-26 22:30:00 -05:00
orignal cfd7f1571b check clock skew 2016-01-26 19:02:06 -05:00
orignal f31c04d92a Merge pull request #347 from evgkrsk/log-subdir
Write service log to separate directory
2016-01-26 09:53:09 -05:00
orignal 89b58ec3af Removed confusing accesslist 2016-01-26 09:45:29 -05:00
Evgenii Terechkov ab0d66c2ef Write service log to separate directory 2016-01-26 21:12:48 +07:00
hagen 9774865d4a * docs/configuration.md 2016-01-26 08:03:44 +00:00
hagen 3817a0c2a1 Merge branch 'openssl' into new-cmdline 2016-01-26 08:03:18 +00:00
orignal 5215bdc035 clean up remote destinations without outgoing and unconfirmed tags 2016-01-25 22:10:06 -05:00
orignal 8061d306dd check tunnel payload size 2016-01-25 14:31:51 -05:00
orignal 30f68759ff fixed race condition 2016-01-25 13:34:04 -05:00
orignal 3f0b595085 fixed typo 2016-01-24 22:24:39 -05:00
orignal 0c9ce6258c sockoutproxy params added 2016-01-24 09:59:02 -05:00
hagen 7da17ba21e * tune logs 2016-01-24 12:41:08 +00:00
hagen 7b23d79dc2 * util.cpp : update Get*ConfigFile() : autodetect configs 2016-01-24 11:14:19 +00:00
hagen 415314a90d * update docs 2016-01-24 11:14:19 +00:00
hagen 0f7e2ad11a * Daemon_Singleton::init : rewrite setting bandwidth limit and floodfill mode 2016-01-24 11:14:19 +00:00
hagen 26d232c567 * Daemon_Singleton::init : unwrap spagetti-code 2016-01-24 11:14:19 +00:00
hagen efa48a7e39 * tune logs 2016-01-24 11:05:16 +00:00
hagen 022642f4d5 * Config.cpp : don't try to parse config, if path is empty 2016-01-24 11:04:41 +00:00
hagen e6e2f04a10 * Config.cpp : set default value for boolean options 2016-01-24 11:04:15 +00:00
orignal f7e21dbe5c show tags for local destinations 2016-01-23 22:53:19 -05:00
orignal f593802a51 I2CP option crypto.tagsToSend added for I2P tunnels 2016-01-23 20:52:21 -05:00
orignal f545e6eb27 Merge pull request #340 from al42and/openssl-boost-asio-check
Better checking if boost::asio::buffer works with std::array
2016-01-23 13:53:12 -05:00
Andrey Alekseenko 1778d82bc3 Better checking if boost::asio::buffer works with std::array
Otherwise, had troubles with clang 3.4 and boost 1.54
2016-01-23 17:36:06 +03:00
orignal 03587d7035 changed data path back to AppData/Roaming 2016-01-22 10:56:25 -05:00
orignal 6663788612 fixed some coding style 2016-01-22 07:08:21 -05:00
hagen ac2cb773df * I2PControl.cpp : tune logs 2016-01-22 12:04:14 +00:00
hagen b70b3ec85b * I2PControl : drop I2P_CONTROL_ID* vars : ugly 2016-01-22 12:04:11 +00:00
orignal 1e69b8c41d Merge pull request #335 from xcps/http_remove_referer
Http remove referer
2016-01-22 07:00:44 -05:00
hagen d5aa1a4880 * use GetOption instead hardcoded values in header * move cert/key from $DATADIR/i2pcontrol/ to $DATADIR/ 2016-01-22 11:59:15 +00:00
hagen de0658eaab * I2PControlService::CreateCertificate : use function parameters instead direct GetPath calls 2016-01-22 11:59:13 +00:00
xcps 939c28b74b removed extra lines 2016-01-22 16:30:24 +05:00
o c10d628a45 Merge branch 'openssl' into http_remove_referer 2016-01-22 16:13:12 +05:00
o 92830172f9 asdf 2016-01-22 16:08:54 +05:00
orignal 431af2c0dd fixed issue #331. reuse existing local detination for tunnels 2016-01-21 15:51:08 -05:00
hagen 97ca8b7ada * fix build 2016-01-21 12:59:00 +00:00
hagen f3a7c233b3 * I2PControl.cpp : #329 2016-01-21 12:40:07 +00:00
hagen 928abf7094 - I2PControlService::LoadConfig : not used anymore 2016-01-21 07:46:17 +00:00
hagen 2cace0008e - I2PControlService::SaveConfig : not used anymore 2016-01-21 07:41:09 +00:00
hagen db9c20f3dd * I2PControl : move boost1.49+gcc4.7 hack 2016-01-21 07:38:11 +00:00
hagen e1a1aef990 * I2PControl : use password option from main config 2016-01-21 07:37:38 +00:00
hagen 23cf6ebc89 * add new option 'i2pcontrol.password' 2016-01-21 07:35:26 +00:00
orignal 55c279cc7e Rolled back to working Makefile.mingw 2016-01-20 21:51:18 -05:00
orignal 4e89f90c4f Merge pull request #328 from 0niichan/patch-3
add "mkdir obj/Win32" in Windows
2016-01-20 16:01:38 -05:00