summaryrefslogtreecommitdiff
path: root/libpurple/util.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-2/+1
* Remove all of the tune apiGary Kramlich2023-03-201-75/+0
* Add purple_strmatches and move purple_person_matches and purple_contact_info_...Gary Kramlich2023-02-171-0/+62
* Remove last unused argument in purple_util_format_song_infoElliott Sales de Andrade2022-11-041-2/+5
* Move PurpleAccountManager to GPtrArray and implement GListModelElliott Sales de Andrade2022-10-281-6/+16
* Merge purple_status_set_active_with_attrs{,_dict}Elliott Sales de Andrade2022-10-051-14/+12
* Remove unused utilitiesElliott Sales de Andrade2022-09-301-122/+0
* Remove purple_date_format_fullElliott Sales de Andrade2022-09-301-33/+0
* Clean up a bunch of stuff in internal.hGary Kramlich2022-09-121-0/+2
* Remove the deprecated functions from util.[ch]Gary Kramlich2022-09-121-46/+0
* Add source files to GObject introspectionElliott Sales de Andrade2022-08-021-1/+1
* Remove the ui parameter from purple_account_[gs]et_enabledGary Kramlich2022-05-201-1/+1
* Remove a bunch of utility functions that were no longer used.Gary Kramlich2022-05-151-271/+0
* Remove purple_utf8_strftimeGary Kramlich2022-01-141-12/+3
* remove purple_str_to_time and other unused time utility functionsGary Kramlich2022-01-131-348/+0
* Move the path based functions from util.c to their own file.Gary Kramlich2022-01-081-90/+4
* Removed some code that migrating to xdg directories that wasn't being usedGary Kramlich2022-01-081-47/+0
* Replace g_time_zone_new by g_time_zone_new_identifierElliott Sales de Andrade2021-12-311-2/+8
* Create the PurpleAccountManager APIGary Kramlich2021-12-031-1/+3
* Rename protocol.[ch] to purpleprotocol.[ch]Gary Kramlich2021-10-291-1/+1
* Revert RR 903Gary Kramlich2021-09-021-3/+4
* Replace g_time_zone_new with g_time_zone_new_identifierGary Kramlich2021-08-241-2/+2
* rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversat...Gary Kramlich2021-04-121-1/+1
* Port libpurple from purple_protocols_ to purple_protocol_manager_Gary Kramlich2021-03-021-2/+1
* Fix SILC compilationArkadiy Illarionov2021-02-121-16/+0
* Use specific purple_debug_* functionsArkadiy Illarionov2021-02-121-10/+6
* Remove `purple_utf16*` functions.Elliott Sales de Andrade2021-01-301-26/+0
* Remove socket utility functions.Elliott Sales de Andrade2020-12-191-51/+0
* Remove one more purple_util_write_data_to_file_absolute.Elliott Sales de Andrade2020-12-181-3/+2
* Fix a bug in purple_protocol_client_normalize which was requiring an account....Gary Kramlich2020-12-031-1/+1
* Fix the PurpleProtocolClient interface and split it out to its own file.Gary Kramlich2020-12-031-5/+7
* Pull the purple_markup_* api out of util.[ch] to purplemarkup.[ch]. No code ...Gary Kramlich2020-10-161-1540/+0
* Start replacing time utility functions with GDateTimeGary Kramlich2020-10-121-39/+0
* Remove purple_callback_set_zero.Elliott Sales de Andrade2020-10-071-9/+0
* Remove and replace a number of the purple utility functionsGary Kramlich2020-08-221-200/+0
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+3
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* Split PurpleKeyValuePair out to it's own file and try to do some cleanup in t...Gary Kramlich2020-04-301-37/+0
* Add purple_key_value_pair_new_full with free function for value in PurpleKeyV...qarkai2019-12-011-8/+15
* Replace PurpleNamedValue with PurpleKeyValuePairqarkai2019-11-271-17/+17
* Add PurpleNamedValue to use in lists instead of consecutive key and value ele...qarkai2019-11-161-0/+21
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-151-1/+0
* Rename purple_get_month -> purple_time_parse_monthqarkai2019-11-101-1/+1
* Add purple_get_month() util functionqarkai2019-11-091-0/+14
* Merge upstream, resolve conflictsqarkai2019-11-041-490/+1
|\
| * Replace purple_get_host_name by g_get_host_name.Elliott Sales de Andrade2019-11-041-6/+0
| * Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}.Elliott Sales de Andrade2019-11-041-12/+0
| * Replace purple_build_dir with g_mkdir_with_parents.Elliott Sales de Andrade2019-11-041-6/+1
| * Remove some unused utility functions.Elliott Sales de Andrade2019-11-041-466/+0
* | Add NULL checksqarkai2019-11-041-0/+2