1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-01-15 17:20:08 +00:00

245 Commits

Author SHA1 Message Date
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
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
acetoneRu
24e127f561 gen: signature choice deleted 2021-06-03 02:09:22 -04:00
acetoneRu
3f59de5e73 vanitygen output formatted with mutex 2021-06-03 01:33:13 -04:00
acetoneRu
9618b20939 keygen in user friendly mode 2021-06-03 00:56:35 -04:00
acetone
263809be18
RED25519-SHA512 added to README
also pasted link to docs
2021-06-03 00:34:30 -04:00
orignal
11e092b2ee
Merge pull request #71 from acetoneRu/master
depends script instead some shit in Readme
2021-06-02 14:13:36 -04:00
acetoneRu
e9622a37c1 depend script (Debian fixed, MinGW added) 2021-06-02 14:07:10 -04:00
acetoneRu
e9223dae8a README updated: dependencies are deleted 2021-06-02 13:50:38 -04:00
acetoneRu
dfa5a30f9c gitignore updated 2021-06-02 13:42:38 -04:00
19eb76e0c5
update i2pd submodule
Signed-off-by: R4SAS <r4sas@i2pmail.org>
19eb76e-windows
2021-05-17 20:55:27 +03:00
a368078243 add b33 support in keyinfo
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-05-17 20:39:36 +03:00
04ed29ceec add verifyhost tool
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-05-17 20:39:24 +03:00
orignal
b7e213331c
Merge pull request #70 from acetoneRu/master
user friendly mode for offlinekeys tool
2021-05-17 06:36:59 -04:00
acetone
9dca0dddf8
user friendly mode 2021-05-17 01:33:41 -04:00
orignal
47d74a9814
Merge pull request #69 from acetoneRu/master
Output formatting
2021-05-16 14:42:13 -04:00
acetone
38f85d3cad
Output formatting 2021-05-16 14:40:33 -04:00
orignal
58a4386c96
Merge pull request #68 from acetoneRu/master
x25519 tool
2021-05-16 14:06:25 -04:00
acetone
95da1e3c30
x25519.cpp added 2021-05-16 14:04:54 -04:00
acetone
bcf186dc3f
x25519 added to Makefile 2021-05-16 13:43:34 -04:00
orignal
ede85d8dc2
Merge pull request #67 from acetoneRu/master
reg.i2p and bit typo
2021-05-16 06:53:20 -04:00
acetone
7c72e43959
reg.i2p and bit typo 2021-05-16 03:45:06 -04:00
orignal
daa82fc5eb fixed build error 2021-03-20 10:09:37 -04:00
orignal
86234df388
Merge pull request #66 from nonlinear-chaos-order-etc-etal/patch-1
Fixed Ubuntu case at install deps script
2021-03-03 07:16:15 -05:00
nonlinear-chaos-order-etc-etal
9ee726e67a
Fixed Ubuntu case at install deps script 2021-03-03 11:56:00 +08:00
R4SAS
91c3bbcadc
Update README.md 2021-02-02 15:53:20 +03:00
R4SAS
2ff7a9f726
update keygen to use type 7 by default 2021-02-02 15:02:35 +03:00
orignal
89e569e54e
Merge pull request #65 from majorpakhom/fix/vanity-and-gitignore
Update .gitignore and fix issues with check_prefix in vanitygen
2021-01-14 09:14:12 -05:00
majorpakhom
284b6777b2 fix(vanitygen): base32 alphabet for check_prefix
Only [a-z2-7] characters are allowed in base32.
2021-01-14 17:05:09 +03:00
majorpakhom
3cce59e528 chore: add regaddralias to .gitignore 2021-01-14 17:00:13 +03:00
c9408c6121
update makefile
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-11-17 16:04:19 +03:00
5f45990dff
clean code
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-11-17 15:06:13 +03:00
07c5391b92
fix make, drop unsupported websocks tools
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-11-17 14:35:13 +03:00
orignal
b2ecc3a269
regaddralias 2020-11-14 21:45:06 -05:00
orignal
bbc15441cd regaddralias added 2020-11-14 21:39:53 -05:00
orignal
0222c3faa0 fixed build with recent libi2pd 2020-11-14 19:58:40 -05:00
orignal
ab2043eeb6
Merge pull request #64 from curbengh/regaddr-newline
docs(regaddr): new line
2020-03-21 07:50:17 -04:00
MDLeom
31c8a7dfd9
docs(regaddr): new line 2020-03-21 05:00:44 +00:00