hagen
|
3da6b3930b
|
* I2PControl.cpp : fix handling relative paths for cert/key
|
2016-02-01 15:57:25 +00:00 |
|
hagen
|
900fc1cb46
|
Merge branch 'new-cmdline' into openssl
Conflicts:
ClientContext.cpp
Daemon.cpp
I2PControl.cpp
I2PControl.h
docs/configuration.md
|
2016-02-01 15:08:20 +00:00 |
|
h0bbyte
|
8805f1e4d6
|
I2PControl add total.sent|received.bytes
|
2016-01-31 22:52:20 +03:00 |
|
hagen
|
3817a0c2a1
|
Merge branch 'openssl' into new-cmdline
|
2016-01-26 08:03:18 +00: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 |
|
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 |
|
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 |
|
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 |
|
orignal
|
196d7e8f72
|
send correct RouterInfo statistics
|
2015-12-26 09:41:12 -05:00 |
|
orignal
|
a994bbc36b
|
call CryptoConstants from Crypto.cpp only
|
2015-12-18 10:09:25 -05:00 |
|
orignal
|
f122da1485
|
change and save I2PControl password
|
2015-12-08 10:40:43 -05:00 |
|
Mikhail Titov
|
b2a6c1bc68
|
fixup! read Content-Length from http header
MSVC++ complains on ssize_t
|
2015-12-03 23:07:29 -06:00 |
|
erlend1
|
cee1b8a64a
|
Configurable addresses from master
|
2015-11-30 16:44:32 +02:00 |
|
orignal
|
ad79ec7b1f
|
async handshake
|
2015-11-25 13:11:02 -05:00 |
|
orignal
|
885d57138a
|
read Content-Length from http header
|
2015-11-23 19:47:08 -05:00 |
|
orignal
|
9e2a770a26
|
read complete request
|
2015-11-23 16:40:06 -05:00 |
|
orignal
|
942b699bb9
|
fixed few SSL errors
|
2015-11-23 14:48:56 -05:00 |
|
orignal
|
c9d03a8094
|
I2PControl through SSL
|
2015-11-23 13:22:02 -05:00 |
|
orignal
|
d015538bb4
|
create certificate for https
|
2015-11-23 11:56:00 -05:00 |
|
orignal
|
11b7e637e9
|
fixed complation error for boost 1.49 and gcc 4.7 and higher
|
2015-11-12 15:39:48 -05:00 |
|
orignal
|
1cc3dd5ee4
|
send I2PControl response without write_json
|
2015-03-20 14:45:22 -04:00 |
|
orignal
|
41ad5d12a3
|
use propery tree for params
|
2015-03-20 11:36:57 -04:00 |
|
orignal
|
b26c960450
|
fixed outgoing message size
|
2015-03-19 22:18:18 -04:00 |
|
orignal
|
7ea12ddd61
|
RouterInfo version and status
|
2015-03-19 21:51:18 -04:00 |
|
orignal
|
708e17162c
|
handle i2p.router.net.bw requests
|
2015-03-17 15:36:15 -04:00 |
|
orignal
|
e0f80c9f91
|
save and check token
|
2015-03-06 11:33:54 -05:00 |
|
orignal
|
55f6fe6d3a
|
exclude Token from requests
|
2015-03-05 15:33:45 -05:00 |
|
orignal
|
42f314669f
|
show router status through I2PControl
|
2015-03-05 15:17:16 -05:00 |
|
orignal
|
1a307f3093
|
limit number of transit tunnels
|
2015-02-23 15:06:14 -05:00 |
|
orignal
|
dc18c012ed
|
show uptime through I2PControl
|
2015-02-23 14:57:57 -05:00 |
|
orignal
|
776582e019
|
fixed typo
|
2015-02-14 21:00:40 -05:00 |
|
orignal
|
02c22b850b
|
fixed compilation bug for boost < 1.49 and boost 1.49 with gcc 4.7
|
2015-02-04 11:08:26 -05:00 |
|
orignal
|
027c43c99c
|
Reseed through I2PControl
|
2015-01-19 13:57:37 -05:00 |
|
orignal
|
07c6f2a20b
|
make HTTP header if necessary
|
2015-01-16 16:51:52 -05:00 |
|
orignal
|
514947ba49
|
skip HTTP header
|
2015-01-16 16:19:17 -05:00 |
|
orignal
|
25cc118890
|
I2PControl method
|
2015-01-15 16:42:28 -05:00 |
|
orignal
|
fb3c577601
|
handle i2p.router.netdb.activepeers
|
2015-01-14 13:24:25 -05:00 |
|
orignal
|
02b7cd71c5
|
handle i2p.router.netdb.activepeers
|
2015-01-14 13:21:41 -05:00 |
|
orignal
|
1eef996701
|
NetworkSetting method
|
2015-01-12 14:31:45 -05:00 |
|
orignal
|
dcae7fc541
|
participating request
|
2015-01-12 14:03:20 -05:00 |
|
orignal
|
aeb2e235e5
|
use lookup tables for requests
|
2015-01-12 13:38:16 -05:00 |
|
root
|
bf443265ff
|
fixed boost\asio\detail\socket_types.hpp(24) fatal error C1189: "WinSock.h has already been included"
|
2015-01-12 08:53:24 +04:00 |
|
orignal
|
912146b1c9
|
shutdown and graceful shutdown through I2PControl
|
2015-01-09 22:27:52 -05:00 |
|