Sat, 22 Aug 2020 04:03:26 -0500
Remove and replace a number of the purple utility functions
Bump the minimum glib requirement to 2.52
Remove purple_fd_get_ip as it's not used and replace purple_uuid_random with g_uuid_string_random
Replace purple_utf8_salvage with g_utf8_make_valid.
Remove the purple_base16_* api as it was primarily used for md5 checksums that we don't do anymore.
Remove purple_restore_default_signal_handlers as it's not used anywhere.
Testing Done:
Compile only.
Reviewed at https://reviews.imfreedom.org/r/82/