]> git.ipfire.org Git - thirdparty/mlmmj.git/shortlog
thirdparty/mlmmj.git
2023-02-17  Baptiste Daroussinmlmmj-sub: simplifly code to map types and related...
2023-02-17  Baptiste Daroussinmlmmj-sub: use xasprintf instead concatstr
2023-02-17  Baptiste Daroussinmlmmj-sub: prefer open_memstream over concatstr
2023-02-17  Baptiste Daroussinmlmmj-sub: reduce memory allocation
2023-02-17  Baptiste Daroussinprepstreply: fix regression
2023-02-17  Baptiste Daroussinsend_mail: the file pointer can be reused
2023-02-17  Baptiste Daroussinmlmmj-send: fix regression
2023-02-17  Baptiste DaroussinRevert "prepstdreply: use getline(3)"
2023-02-17  Baptiste Daroussinmlmmj-sub: improve testing
2023-02-17  Baptiste Daroussinfakesmtpd: add a program to fake a smtpd server for...
2023-02-17  Baptiste Daroussinmlmmj-sub: fix regressions
2023-02-17  Baptiste Daroussinendsmtp: remove debug
2023-02-16  Baptiste Daroussinmailsending: always delete emails on success
2023-02-16  Baptiste Daroussinmlmmj-send: -l 1 is not supported anymore
2023-02-16  Baptiste Daroussinmlmmj-process: remove any call to mlmmj-send -l 1
2023-02-16  Baptiste Daroussinmlmmj-maintd: sendqueue directly instead of calling...
2023-02-16  Baptiste Daroussinmlmmj-bounce: mlmmj-send -l 1 always exit success
2023-02-16  Baptiste Daroussinsend_help: test, use send_mail and generalize its usage
2023-02-15  Baptiste Daroussinlistcontrol: add basic tests
2023-02-15  Baptiste Daroussinmlmmj-unsub: can now be called from relative path
2023-02-15  Baptiste Daroussinconfig_sub: deduplicate and test code
2023-02-15  Baptiste Daroussingenerate_subconfirm: deduplicate and test code
2023-02-15  Baptiste Daroussingenerate_scubscription: deduplicate and test code
2023-02-15  Baptiste Daroussinnotify-sub: do not call mlmmj-send anymore
2023-02-15  Baptiste Daroussintest: add a helper function for any kind or email reception
2023-02-15  Baptiste Daroussinsend_single_mail: add tests and fix logic error
2023-02-15  Baptiste Daroussinmlmmj-bounce: do not remove the previous probe
2023-02-15  Baptiste Daroussinmlmmj-bounce: fix typo
2023-02-14  Baptiste Daroussinmlmmj-send: create function to deduplicate the code...
2023-02-14  Baptiste Daroussinmlmmj-bounce: fix error when converting to send_mail()
2023-02-14  Baptiste Daroussinsend_single_mail: add a helper to avoid duplicating...
2023-02-14  Baptiste Daroussintests: ignore gnu-zero-variadic-macro-arguments with...
2023-02-14  Baptiste Daroussingcc: fix gcc12 warnings
2023-02-14  Baptiste Daroussinunused: shut up the unused argument warning
2023-02-14  Baptiste Daroussinadd missing c file
2023-02-14  Baptiste Daroussinmemorymailsize: remove, it is not a thing anymore
2023-02-14  Baptiste Daroussintests: remove unused variables
2023-02-14  Baptiste DaroussinAdd forgotten header
2023-02-14  Baptiste Daroussinnewsmtp: fully test
2023-02-14  Baptiste Daroussinsend_mail: huge simplification using stdio
2023-02-14  Baptiste Daroussinmail-functions: allow to send an email from a FILE *
2023-02-14  Baptiste Daroussintests: use atf_utils_readline and deduplicate code
2023-02-14  Baptiste Daroussintests: factorize some code
2023-02-14  Baptiste Daroussintests: move helpers out of the main c program
2023-02-14  Baptiste Daroussinmlmmj-bounce: use send_mail directly and stop executing...
2023-02-13  Baptiste Daroussinmlmmj-bounce: convert to stdbool
2023-02-13  Baptiste Daroussinget_processed_text_line: add simple tests
2023-02-13  Baptiste Daroussinsubstitute: simplify the code
2023-02-12  Baptiste Daroussintest: remove unused variable
2023-02-12  Baptiste Daroussinget_processed_text_line: use stdbool
2023-02-12  Baptiste Daroussinget_processed_text_line: convert to struct ml
2023-02-12  Baptiste Daroussincleanup: remove clangd auto addition
2023-02-12  Baptiste Daroussinmlmmj-send: reduce memory allocation by using file...
2023-02-12  Baptiste Daroussinmlmmj-send: eliminate intermediary variable
2023-02-12  Baptiste Daroussinmlmmj-send: replace some concatstr and deindent
2023-02-12  Baptiste Daroussinmlmmj-send: use asprintf instead of reinventing it
2023-02-12  Baptiste Daroussingetlistaddr: remove now dead code
2023-02-12  Baptiste Daroussinmlmmj-send: convert to struct ml
2023-02-12  Baptiste Daroussinstrto*: fix crash if the pointer to the error pointer...
2023-02-11  Baptiste Daroussinheaders: cleanup unused headers
2023-02-11  Baptiste Daroussinprepstdreply: convert to struct ml
2023-02-11  Baptiste Daroussinmlmmj-maintd: convert to struct ml
2023-02-11  Baptiste Daroussinmlmmj-bounce: convert to struct ml
2023-02-11  Baptiste DaroussinRevert "tests: use atf_utils_readline"
2023-02-11  Baptiste Daroussintests: use atf_utils_readline
2023-02-11  Baptiste Daroussinmlmmj-maintd: deduplicate code by using ctrltimet
2023-02-11  Baptiste Daroussinmlmmj-maintd: use ctrlvalue to reduce code duplication
2023-02-11  Baptiste Daroussinprepstdreply: use getline(3)
2023-02-11  Baptiste Daroussinmlmmj: remove unused headers
2023-02-11  Baptiste Daroussintests: use atf_utils_create_file
2023-02-10  Baptiste Daroussinnotify-sub: use the same function from subscribtion...
2023-02-10  Baptiste Daroussinnotify-sub: remove useless memory allocation
2023-02-10  Baptiste Daroussinnotify-sub: add a unit test
2023-02-10  Baptiste Daroussinnotify_sub: move to the library
2023-02-10  Baptiste Daroussinmlmmj-process: eliminate concatstr
2023-02-10  Baptiste Daroussinis_moderator: rewrite
2023-02-10  Baptiste Daroussinxstring: add a wrapper around open_memstream
2023-02-10  Baptiste Daroussinsend_help: convert to struct ml
2023-02-10  Baptiste Daroussinlist_sub: refactoring
2023-02-10  Baptiste Daroussinlist_subs: add unit test
2023-02-10  Baptiste Daroussinlist_subs: move prototype to make the functions testable
2023-02-10  Baptiste Daroussinsend_list: convert to struct ml
2023-02-10  Baptiste Daroussinlistcontrol: convert to struct ml
2023-02-10  Baptiste Daroussininit_file_lines: rework using getline(3)
2023-02-10  Baptiste Daroussininit_file_lines: add unit test
2023-02-10  Baptiste Daroussininit_file_lines: remove unused function
2023-02-10  Baptiste Daroussininit_truncated_file_lines: remove never used case
2023-02-10  Baptiste Daroussinprepstdreply: convert formatted to tll
2023-02-10  Baptiste DaroussinRemove useless typedef
2023-02-10  Baptiste Daroussintext: use tlllist for substitutions
2023-02-10  Baptiste Daroussinprepstdreply: use normal register_unformatted to regist...
2023-02-09  Baptiste Daroussintext: remove usage of concatstr
2023-02-09  Baptiste Daroussinopen_text: add simple tests
2023-02-09  Baptiste DaroussinFix prototype
2023-02-09  Baptiste Daroussinprepstdreply: split the function to make it more testable
2023-02-09  Baptiste Daroussinopen_text: accept fd for list
2023-02-09  Baptiste Daroussinopen_text: use calloc to initiize most of the variables
2023-02-09  Baptiste Daroussinmemory_lines: simplify the code and fully test it
2023-02-09  Baptiste Daroussinmlmmj-process: convert to struct ml
2023-02-09  Baptiste Daroussinmlmmj-unsub: convert to use struct ml
next