bip/src
Loïc Gomez 40ac98214a
Add missing defines for SOFT_FAIL/HARD_FAIL in util.h
This is for these previous 2 commits:
  * 428c1b6 Allow checking ssl files are readable (check_ssl_files)
  * a03b123 Also reload SSL context on bip reload, allowing for SSL cert updates
2024-03-20 23:27:33 +09:00
..
utils Format the whole code using clang-format 2022-03-10 14:21:01 +01:00
Makefile.am Move strict gcc compilation flags to configure.ac to avoid breaking incompatible environments 2024-03-20 22:16:25 +09:00
bip.c Fix endless loop on /BIP LIST connections with long on_connect_send 2024-03-20 22:19:28 +09:00
bip.h BIG cleanup. check for memory allocation failure, add extra checks all arround. 2008-12-15 19:19:27 +01:00
bip_main.c Also reload SSL context on bip reload, allowing for SSL cert updates 2024-03-20 22:42:01 +09:00
bipmkpw.c Fix bipmkpw compilation issues per external variables 2024-03-20 22:10:37 +09:00
conf.y functions without parameters: add missing void 2022-03-10 14:19:51 +01:00
connection.c Move SSL context code to get/set_ssl_context methods 2024-03-20 22:29:05 +09:00
connection.h Move SSL context code to get/set_ssl_context methods 2024-03-20 22:29:05 +09:00
defaults.h Set default recon_timer (and step) to 30s 2024-02-18 00:07:41 +01:00
irc.c Handle CAP requests from clients, reply with no capabilities 2024-03-20 22:07:43 +09:00
irc.h Format the whole code using clang-format 2022-03-10 14:21:01 +01:00
lex.l Add SASL authentication support (EXTERNAL, PLAIN) 2022-03-10 14:19:19 +01:00
line.c Add method to stringify a line struct, skipping first N elements 2024-03-20 21:53:45 +09:00
line.h Add method to stringify a line struct, skipping first N elements 2024-03-20 21:53:45 +09:00
log.c Format the whole code using clang-format 2022-03-10 14:21:01 +01:00
log.h Format the whole code using clang-format 2022-03-10 14:21:01 +01:00
md5.c Format the whole code using clang-format 2022-03-10 14:21:01 +01:00
md5.h Format the whole code using clang-format 2022-03-10 14:21:01 +01:00
path_util.c Allow checking ssl files are readable (check_ssl_files) 2024-03-20 22:33:31 +09:00
path_util.h Allow checking ssl files are readable (check_ssl_files) 2024-03-20 22:33:31 +09:00
stamp-h.in Initial import 2005-04-28 08:26:44 +00:00
tuple.h Fix UTF-8 in all files 2008-01-09 23:45:40 +01:00
util.c Format the whole code using clang-format 2022-03-10 14:21:01 +01:00
util.h Add missing defines for SOFT_FAIL/HARD_FAIL in util.h 2024-03-20 23:27:33 +09:00