Loïc Gomez Kyoshiro
  • Joined on 2022-03-20
Kyoshiro pushed to 431_fix_fd_leak at Kyoshiro/bip 2024-03-20 14:18:19 +01:00
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
b810ba0f77 Add method to stringify a line struct, skipping first N elements
Compare 10 commits »
Kyoshiro commented on pull request bip/bip#14 2024-03-20 14:17:55 +01:00
Fix file descriptor leak on erroring client disconnects

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

Kyoshiro pushed to master at bip/bip 2024-03-20 14:17:12 +01:00
d49f135370 Move strict gcc compilation flags to configure.ac to avoid breaking incompatible environments
Kyoshiro pushed to fix_gcc_10_flags at Kyoshiro/bip 2024-03-20 14:16:35 +01:00
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
b810ba0f77 Add method to stringify a line struct, skipping first N elements
d19099eb3c Log unhandled IRC errors as LOG_INFO in bip.log
Compare 9 commits »
Kyoshiro commented on pull request bip/bip#10 2024-03-20 14:16:12 +01:00
Move gcc hardening/warning/gcc10 flags to configure.ac to avoid breaking incompatible environments

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

Kyoshiro pushed to master at bip/bip 2024-03-20 14:15:09 +01:00
5f054bdded Fix bipmkpw compilation issues per external variables
Kyoshiro commented on pull request bip/bip#13 2024-03-20 14:12:51 +01:00
Fix bipmkpw compilation issues per external variables

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

Kyoshiro pushed to 805_bipmkpw_compile at Kyoshiro/bip 2024-03-20 14:10:48 +01:00
5f054bdded Fix bipmkpw compilation issues per external variables
76c9ee11de Handle CAP requests from clients, reply with no capabilities
b810ba0f77 Add method to stringify a line struct, skipping first N elements
d19099eb3c Log unhandled IRC errors as LOG_INFO in bip.log
99a1244e46 Allow a user to /BIP JUMP [-f] [other_conn] (within their list).
Compare 8 commits »
Kyoshiro pushed to master at bip/bip 2024-03-20 14:09:34 +01:00
76c9ee11de Handle CAP requests from clients, reply with no capabilities
Kyoshiro pushed to 792_client_cap_2 at Kyoshiro/bip 2024-03-20 14:08:37 +01:00
76c9ee11de Handle CAP requests from clients, reply with no capabilities
b810ba0f77 Add method to stringify a line struct, skipping first N elements
d19099eb3c Log unhandled IRC errors as LOG_INFO in bip.log
99a1244e46 Allow a user to /BIP JUMP [-f] [other_conn] (within their list).
edd460a8fa Set default recon_timer (and step) to 30s
Compare 7 commits »
Kyoshiro pushed to master at bip/bip 2024-03-20 13:59:48 +01:00
b810ba0f77 Add method to stringify a line struct, skipping first N elements
Kyoshiro created branch 792_client_cap_1 in bip/bip 2024-03-20 13:58:00 +01:00
Kyoshiro pushed to 792_client_cap_1 at bip/bip 2024-03-20 13:58:00 +01:00
b810ba0f77 Add method to stringify a line struct, skipping first N elements
Kyoshiro pushed to 792_client_cap_1 at Kyoshiro/bip 2024-03-20 13:55:01 +01:00
b810ba0f77 Add method to stringify a line struct, skipping first N elements
d19099eb3c Log unhandled IRC errors as LOG_INFO in bip.log
99a1244e46 Allow a user to /BIP JUMP [-f] [other_conn] (within their list).
edd460a8fa Set default recon_timer (and step) to 30s
4cd5bdb381 Set default backlog_lines = 0 (fixes Debian bug #818374)
Compare 6 commits »
Kyoshiro commented on pull request bip/bip#17 2024-02-28 10:07:51 +01:00
Add method to stringify a line struct, skipping first N elements

Thanks!

Kyoshiro deleted branch 757_bip_jump_other from Kyoshiro/bip 2024-02-19 14:47:06 +01:00
Kyoshiro deleted branch 481_irc_errors from Kyoshiro/bip 2024-02-19 14:46:57 +01:00
Kyoshiro commented on pull request bip/bip#4 2024-02-19 07:36:47 +01:00
Update base64 to the latest version, move to a dedicated directory

Okay! Here's what I did:

  • rebased against current master
  • kept your initial commit untouched
  • moved the lib to src/b64 directory
  • updated the lib and added required files (while not adding…
f1214dbfb5 Update base64 lib to latest version
662bc9baf1 Move utils/base64 to b64 dedicated directory
8c3e51c559 update base64 files: resync from the src project
d19099eb3c Log unhandled IRC errors as LOG_INFO in bip.log
99a1244e46 Allow a user to /BIP JUMP [-f] [other_conn] (within their list).
Compare 7 commits »
Kyoshiro deleted branch 765_Add_copyright_data_for_base64_files_and_update_to_the_new_version from bip/bip 2024-02-19 07:26:23 +01:00