kote
80f632c19a
show battery optimiz. menu item added; translated all battery stuff into Russian
5 years ago
kote
6e4f18543d
added *.local to android/.gitignore
5 years ago
l-n-s
54586c9076
Merge pull request #1408 from docker-and-co/fix-dockerfile-non-existend-deps
...
fix dockerfile: remove unmet dependencies
5 years ago
orignal
351c899807
cleanup incoming streams on stop
5 years ago
Grigory Kotov
fe45d431d7
fix dockerfile: remove unmet dependencies
5 years ago
orignal
488c2f6d05
bump SDK version
5 years ago
orignal
75ab0909b3
Merge pull request #1405 from nonlinear-chaos-order-etc/openssl
...
various Android stuff. Fixed #1400
5 years ago
kote
8f82d563c1
various Android stuff. Fixed #1400
5 years ago
orignal
9bbce5dba6
fixed typo
5 years ago
R4SAS
099adab9ed
Update README.md
...
update head badges links, add snapcraft badge
5 years ago
orignal
c8cbf425ac
check and send netid for NTCP2 and SSU
5 years ago
orignal
ad9c11cd92
correct parsing of addreses containing #
5 years ago
orignal
3872c2a3f5
use published encrypted instead orig type
5 years ago
orignal
e6a09b49c9
published encrypted flag
5 years ago
orignal
db107602bd
handle messages with \r\n
5 years ago
orignal
a6558a61a7
Recognize RedDSA_SHA512_Ed25519 signature type
5 years ago
orignal
254d2b82b3
fixed #1393 . store streams by recvStreamID
5 years ago
Zetok Zalbavar
2c9fa2f738
Fix and update i2pd.service
...
- /var/run on distros with systemd is a symlink to /run , hence the
path changes.
- Remove unnecessary runtime dependency on `/bin/kill` which is
provided by `procps` and might not be available on minimal installs
(e.g. containers). Instead use `/bin/sh` which has a built-in `kill`.
- `PrivateDevices=yes` causes i2pd to fail to start on latest Debian
unstable. Service exits with the following:
```
i2pd.service: Failed to execute command: Operation not permitted
i2pd.service: Failed at step EXEC spawning /usr/sbin/i2pd: Operation not permitted
i2pd.service: Control process exited, code=exited, status=203/EXEC
i2pd.service: Failed with result 'exit-code'.
Failed to start I2P Router written in C++.
```
According to `man systemd.exec` exit code 203 corresponds to the
`execve(2)` system call failing. So it looks like i2pd tries to do
something it shouldn't be doing. The proper fix would be in i2pd, but
who knows how long that would actually take, so to allow people to
actually launch i2pd in meanwhile the line has been removed from the
service file.
Also, surprisingly, right after installing i2pd it started without any
problems, and only after restarting the box i2pd started to fail for no
apparent reason.
5 years ago
orignal
97d9795fc9
pass encrepted LeaseSet auth keys
5 years ago
orignal
54071b0e5d
set and handle unpublished LeaseSet flag
5 years ago
orignal
925e8316c7
read i2cp.leaseSetAuthType, i2cp.leaseSetClient.dh.nnn and i2cp.leaseSetClient.psk.nnn from tunnel config
5 years ago
orignal
99e1b74023
create encrypted LeaseSet2 with authentication
5 years ago
orignal
7d68ccca53
create encrypted LeaseSet2 with authentication
5 years ago
orignal
a090114066
send data message wih raw type fpr raw datagrams
5 years ago
orignal
a204841abb
handle RAW SEND
5 years ago
orignal
cc451809cc
send/receive raw datagrams through the SAM
5 years ago
orignal
a605e4bab6
send and recieve raw datagrams
5 years ago
orignal
3f0534134d
check for malformed b33
5 years ago
orignal
84de3f081f
Merge pull request #1384 from PurpleI2P/openssl
...
2.27.0
5 years ago
orignal
3acfb129cd
2.27.0
5 years ago
orignal
6ccef66920
call shutdown before close
5 years ago
orignal
e9fa4e94a6
Merge pull request #1374 from rszibele/openssl
...
BOB: fix status command.
5 years ago
orignal
fecc0c4640
don't call destructor twice
5 years ago
rszibele
b759294975
BOB: fix status command.
5 years ago
rszibele
a23e845c03
BOB: improve comment and remove error log in list command
5 years ago
rszibele
cb8373e487
BOB: status response now correctly starts with "OK DATA".
5 years ago
orignal
8e919ddc8e
use monotonic clock for uptime
5 years ago
orignal
832a9ab6b5
don't set random NTCP2 port if already set
5 years ago
orignal
13732ac333
fix #1363 try connect in SSU's thread
5 years ago
orignal
3e932a55f4
fixed typo
5 years ago
orignal
74e8610ec9
DH auth for encrypted LeaseSet2
5 years ago
orignal
089a60ded6
Merge pull request #1367 from rszibele/openssl
...
fix build on BSDs, as "isset" is a defined macro.
5 years ago
rszibele
c8eeefe194
fix build on BSDs, as "isset" is a defined macro.
5 years ago
orignal
85eeba14c1
Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl
5 years ago
orignal
f6f45eab39
flood encrypted LeaseSet2 with store hash
5 years ago
R4SAS
a74065f775
[qt] dont build UnixDaemon.cpp
5 years ago
R4SAS
48d02f7e09
[qt] update headers, fix ChaCha source name, remove duplicates
5 years ago
R4SAS
e60549f8df
[qt] fix build
5 years ago
orignal
41f4f4713e
handle i2cp.leaseSetPrivKey
5 years ago
orignal
213a292fd5
correct offsets for auth data
5 years ago