Loïc Gomez Kyoshiro
  • Joined on 2022-03-20
Kyoshiro pushed to master at bip/bip 2024-03-20 15:30:50 +01:00
40ac98214a Add missing defines for SOFT_FAIL/HARD_FAIL in util.h
Kyoshiro commented on pull request bip/bip#20 2024-03-20 15:30:24 +01:00
Add missing defines for SOFT_FAIL/HARD_FAIL in util.h

Merging now as it is fixing missing defines per previous commits.

Kyoshiro created pull request bip/bip#20 2024-03-20 15:29:49 +01:00
Add missing defines for SOFT_FAIL/HARD_FAIL in util.h
Kyoshiro pushed to 758_reload_ssl_certs_3 at Kyoshiro/bip 2024-03-20 15:29:10 +01:00
40ac98214a Add missing defines for SOFT_FAIL/HARD_FAIL in util.h
Kyoshiro commented on pull request bip/bip#19 2024-03-20 14:43:16 +01:00
Update copyright info

Actually, nevermind my comment, this has not been merged properly yet. I will amend and merge later.

Kyoshiro pushed to master at bip/bip 2024-03-20 14:42:36 +01:00
a03b12319a Also reload SSL context on bip reload, allowing for SSL cert updates
Kyoshiro pushed to 758_reload_ssl_certs_3 at Kyoshiro/bip 2024-03-20 14:42:13 +01:00
a03b12319a Also reload SSL context on bip reload, allowing for SSL cert updates
428c1b6173 Allow checking ssl files are readable (check_ssl_files)
f2443aaf23 Move SSL context code to get/set_ssl_context methods
Compare 3 commits »
Kyoshiro pushed to master at bip/bip 2024-03-20 14:40:07 +01:00
428c1b6173 Allow checking ssl files are readable (check_ssl_files)
Kyoshiro pushed to 758_reload_ssl_certs_2 at Kyoshiro/bip 2024-03-20 14:33:44 +01:00
428c1b6173 Allow checking ssl files are readable (check_ssl_files)
f2443aaf23 Move SSL context code to get/set_ssl_context methods
Compare 2 commits »
Kyoshiro pushed to master at bip/bip 2024-03-20 14:33:05 +01:00
f2443aaf23 Move SSL context code to get/set_ssl_context methods
Kyoshiro pushed to 758_reload_ssl_certs_1 at Kyoshiro/bip 2024-03-20 14:29:56 +01:00
f2443aaf23 Move SSL context code to get/set_ssl_context methods
400b0d66de Fix deprecation notices for OpenSSL 3 and failure to build on GCC12
e643cd4944 Fix endless loop on /BIP LIST connections with long on_connect_send
8f3b313776 Fix file descriptor leak on erroring client disconnects
d49f135370 Move strict gcc compilation flags to configure.ac to avoid breaking incompatible environments
Compare 13 commits »
Kyoshiro pushed to 758_reload_ssl_certs_2 at Kyoshiro/bip 2024-03-20 14:29:47 +01:00
c1ba6a8e8a Allow checking ssl files are readable (check_ssl_files)
400b0d66de Fix deprecation notices for OpenSSL 3 and failure to build on GCC12
e643cd4944 Fix endless loop on /BIP LIST connections with long on_connect_send
8f3b313776 Fix file descriptor leak on erroring client disconnects
d49f135370 Move strict gcc compilation flags to configure.ac to avoid breaking incompatible environments
Compare 13 commits »
Kyoshiro pushed to 758_reload_ssl_certs_3 at Kyoshiro/bip 2024-03-20 14:29:36 +01:00
c9b01186ed Also reload SSL context on bip reload, allowing for SSL cert updates
400b0d66de Fix deprecation notices for OpenSSL 3 and failure to build on GCC12
e643cd4944 Fix endless loop on /BIP LIST connections with long on_connect_send
8f3b313776 Fix file descriptor leak on erroring client disconnects
d49f135370 Move strict gcc compilation flags to configure.ac to avoid breaking incompatible environments
Compare 13 commits »
Kyoshiro pushed to master at bip/bip 2024-03-20 14:28:00 +01:00
400b0d66de Fix deprecation notices for OpenSSL 3 and failure to build on GCC12
Kyoshiro pushed to 780_fix_ssl_deprecation at Kyoshiro/bip 2024-03-20 14:27:30 +01:00
400b0d66de Fix deprecation notices for OpenSSL 3 and failure to build on GCC12
e643cd4944 Fix endless loop on /BIP LIST connections with long on_connect_send
8f3b313776 Fix file descriptor leak on erroring client disconnects
d49f135370 Move strict gcc compilation flags to configure.ac to avoid breaking incompatible environments
5f054bdded Fix bipmkpw compilation issues per external variables
Compare 12 commits »
Kyoshiro commented on pull request bip/bip#9 2024-03-20 14:24:38 +01:00
Fix deprecation notices for OpenSSL 3

Merging manually, could use a post-merge review if possible !

Kyoshiro pushed to 803_fix_list_conn at Kyoshiro/bip 2024-03-20 14:21:50 +01:00
e643cd4944 Fix endless loop on /BIP LIST connections with long on_connect_send
8f3b313776 Fix file descriptor leak on erroring client disconnects
d49f135370 Move strict gcc compilation flags to configure.ac to avoid breaking incompatible environments
5f054bdded Fix bipmkpw compilation issues per external variables
76c9ee11de Handle CAP requests from clients, reply with no capabilities
Compare 11 commits »
Kyoshiro pushed to master at bip/bip 2024-03-20 14:19:57 +01:00
e643cd4944 Fix endless loop on /BIP LIST connections with long on_connect_send
Kyoshiro commented on pull request bip/bip#12 2024-03-20 14:19:19 +01:00
Fix endless loop on /BIP LIST connections with long on_connect_send

Merging manually, could use a post-merge review if possible !

Kyoshiro pushed to master at bip/bip 2024-03-20 14:18:52 +01:00
8f3b313776 Fix file descriptor leak on erroring client disconnects