Update base64 to the latest version, move to a dedicated directory #4

Open
pilou wants to merge 3 commits from #765_Add_copyright_data_for_base64_files_and_update_to_the_new_version into master

3 Commits

Author SHA1 Message Date
Loïc Gomez f1214dbfb5
Update base64 lib to latest version
* be as close as possible to the original code (except for extra
   src/b64/utils sub-directory)
 * use new base64_encode_no_lf() function with no line returns
 * fix irc_server_sasl_authenticate(): add missing free(raw_str)
 * add a lastsync status file in src/b64 for tracking

Signed-off-by: Loïc Gomez <bip@animanova.fr>
2024-02-19 15:24:03 +09:00
Loïc Gomez 662bc9baf1
Move utils/base64 to b64 dedicated directory
Signed-off-by: Loïc Gomez <bip@animanova.fr>
2024-02-19 15:23:57 +09:00
Pierre-Louis Bonicoli 8c3e51c559
update base64 files: resync from the src project
The allocated buffer size was slightly overestimated due to unused line
feeds taken in account.

I kept the differences with the original project as small as possible in
order to make the next synchronization easy.
2024-02-19 14:31:13 +09:00