Commit graph

281 commits

Author SHA1 Message Date
David Uhden Collado
96c4795032
Force dynamic linking with Boost Filesystem
Updated the Makefile to dynamically link the Boost Filesystem library by adding
the -lboost_filesystem option to the LDLIBS variable. This change resolves
undefined reference errors encountered during compilation, where specific Boost
Filesystem functions were not found by the linker (ld).
2024-10-10 05:34:02 +02:00
orignal
e872010153
Merge pull request #100 from EKCKABATOP54/master
routerinfo: print yggdrasil address
2024-09-25 07:46:37 -04:00
EKCKABATOP54
049ad0802b print yggdrasil address 2024-09-25 12:18:25 +02:00
orignal
f605231005
Merge pull request #99 from wipedlifepotato/master
AutoConf program
2024-09-20 07:53:06 -04:00
wipedlifepotato
ea98854c7e
[AutoConf] Add information to README 2024-09-20 13:42:54 +07:00
WipedLifePotato
90905e3515 [AutoConf] Fix options name 2024-09-20 13:15:45 +07:00
WipedLifePotato
7e4d2c73cd [AutoConf] Fix multiply input, regex pre-init 2024-09-20 12:49:25 +07:00
WipedLifePotato
73c3b9ef8c [AutoConf] SSU2, NTCP2 2024-09-19 21:38:16 +07:00
WipedLifePotato
205f7c61ae [AutoConf] FirstSection 2024-09-19 21:11:33 +07:00
WipedLifePotato
35a2e59dc7 AutoConf program pre-init 2024-09-19 16:21:36 +07:00
orignal
8fdec1f30f swithed to C++17 and std::filesystem 2024-09-02 10:28:06 -04:00
orignal
309690575f allow EdDSA for B33 2024-07-23 16:12:24 -04:00
orignal
d7a079ad64 updated to 2.51.0 2024-05-07 18:13:03 -04:00
orignal
cf0c9c9d74
Merge pull request #94 from wipedlifepotato/master
o2 flag + fedora depedencies support + #92 issue
2023-09-06 14:05:03 -04:00
Ваше имяэ
92989e649a o2 flag + fedora depedencies support + #92 issue 2023-09-05 15:45:03 +07:00
orignal
314ab73ab5
Merge pull request #93 from wipedlifepotato/master
(vain) calculate a key for a thread instead one a key for all threads…
2023-08-27 07:04:06 -04:00
startyourday60
0f05ffd31f fix attemps variable 2023-08-27 13:40:29 +03:00
startyourday60
57c0ca9d40 maybe a fix memory leak 2023-08-27 13:32:47 +03:00
startyourday60
2d06872f52 (vain) calculate a key for a thread instead one a key for all threads https://github.com/PurpleI2P/i2pd-tools/issues/92 2023-08-27 13:27:30 +03:00
orignal
e60c0cd271
Merge pull request #91 from wipedlifepotato/master
Fix a bug with 'bad key format', also not rewrite exists .dat file
2023-08-05 07:20:38 -04:00
wipedlifepotato
a16075f22a Generate a new full keypair instead just RAND_bytes (will fix bug with bad key format)
Also not rewrite exists .dat file if exists before
delete much commentaries
Do a full new search instead new keypair
fix a bug with double increment in multiple search mode
2023-08-05 18:11:52 +07:00
wipedlifepotato
51c5ee8968 Generate a new full keypair instead just RAND_bytes (will fix bug with bad key format)
Also not rewrite exists .dat file if exists before
2023-08-04 12:13:30 +07:00
orignal
99d0881c86
Merge pull request #90 from wipedlifepotato/master
multiple search addresses (vain) + #80 add -latomic to routerinfo and famtool
2023-07-31 15:47:35 -04:00
wipedlifepotato
8cb4531761 drop assets files 2023-08-01 02:43:13 +07:00
wipedlifepotato
e1e0ab3a88
Merge branch 'master' into master 2023-08-01 02:35:28 +07:00
wipedlifepotato
82e7be68ef
Add famtool example and vain usage to README.md 2023-08-01 02:33:13 +07:00
wipedlifepotato
377b3c0ea5 -latomic to famtool and routerinfo #80 2023-08-01 02:23:09 +07:00
wipedlifepotato
3acfdccac3 multiple search addresses 2023-08-01 02:07:08 +07:00
orignal
3b6a3cbabe
Merge pull request #89 from wipedlifepotato/master
Vain ressurect.
2023-07-31 14:54:21 -04:00
wipedlifepotato
a5eed1682e add vain to makefile 2023-08-01 00:51:04 +07:00
wipedlifepotato
e0b0a3f9df vain ressurect 2023-08-01 00:50:48 +07:00
orignal
24cf49411f
Merge pull request #87 from wipedlifepotato/master
change depencies.sh
2023-07-31 13:34:19 -04:00
wipedlifepotato
32b01c2e7b undo old vain version + pre init macros for InitCrypto 2023-07-31 23:27:01 +07:00
wipedlifepotato
114fd1cfe7 LSB Release instead uname if we can 2023-07-31 22:18:34 +07:00
orignal
74173a26b1 removed vain 2023-06-30 11:25:57 -04:00
orignal
40d335a427
Merge pull request #86 from freeacetone/master
vanity generator optimization
2023-05-26 06:53:40 -04:00
acetone
fe84f6a996 tabs formatting 2023-05-26 09:37:02 +03:00
acetone
14d4a902b0 vanity generator optimization 2023-05-26 09:27:39 +03:00
R4SAS
f9348979a2
fix keyinfo on latest gcc, update Makefile
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2023-03-11 21:32:14 +00:00
orignal
aadc780b44 fixed build error for LocalRouterInfo and SSU2 2022-11-25 15:02:22 -05:00
orignal
4835013d9e
Merge pull request #82 from ill5-com/patch-1
scan entire string when using regex
2022-10-30 08:54:02 -04:00
Ill5.com Softworks
06eab112fc
scan entire string when using regex
len variable would only scan the length of the regex string. this means if you were to use the regex expression .*i2p$ it would generate btbi2pxm5xi4zh32ye5emeq5koqbdd2gywxmpzjpaivpf744bcka instead of btbckaxm5xi4zh32ye5emeq5koqbdd2gywxmpzjpaivpf744bi2p
2022-10-29 15:29:33 -07:00
orignal
0c30f1f4db
Merge pull request #78 from xanoni/master
Improve `vain` output format and instructions
2021-10-18 07:53:40 -04:00
xanoni
a5b0dd1a34
Improve vain output format and instructions
- Clarify usage and instructions, add better examples
- Move hardcoded defaults to vanity.hpp definitions
- Fix typos (e.g., binded => bound) and make output look nicer
2021-10-18 03:20:07 -04:00
orignal
86f1bf9fe7 fixed #74 2021-06-25 12:11:33 -04:00
orignal
644df5b4ee
Merge pull request #72 from acetoneRu/master
many bit corrections
2021-06-03 06:41:56 -04:00
acetone
31452d924d
i2p -> I2P 2021-06-03 03:54:28 -04:00
acetone
56b8d02a97
keyinfo tool description corrected 2021-06-03 03:45:27 -04:00
acetoneRu
d888825470 --usage deleted because --help and -h already exist 2021-06-03 03:10:56 -04:00
acetoneRu
4d89abf0af id_thread is not needed for user output 2021-06-03 02:53:30 -04:00