| Tue, 02 Aug 2022 02:02:46 -0500 |
Elliott Sales de Andrade |
Add source files to GObject introspection
|
file |
diff |
annotate
|
| Fri, 20 May 2022 01:34:32 -0500 |
Gary Kramlich |
Remove the ui parameter from purple_account_[gs]et_enabled
|
file |
diff |
annotate
|
| Sun, 15 May 2022 02:27:58 -0500 |
Gary Kramlich |
Remove a bunch of utility functions that were no longer used.
|
file |
diff |
annotate
|
| Mon, 24 Jan 2022 20:22:15 -0600 |
Gary Kramlich |
Fix gentoo-819774.
release-2.x.y
|
file |
diff |
annotate
|
| Fri, 14 Jan 2022 00:11:38 -0600 |
Gary Kramlich |
Remove purple_utf8_strftime
|
file |
diff |
annotate
|
| Thu, 13 Jan 2022 23:47:42 -0600 |
Gary Kramlich |
remove purple_str_to_time and other unused time utility functions
|
file |
diff |
annotate
|
| Sat, 08 Jan 2022 15:35:51 -0600 |
Gary Kramlich |
Move the path based functions from util.c to their own file.
|
file |
diff |
annotate
|
| Sat, 08 Jan 2022 15:26:41 -0600 |
Gary Kramlich |
Removed some code that migrating to xdg directories that wasn't being used
|
file |
diff |
annotate
|
| Fri, 31 Dec 2021 03:34:12 -0600 |
Elliott Sales de Andrade |
Replace g_time_zone_new by g_time_zone_new_identifier
|
file |
diff |
annotate
|
| Fri, 03 Dec 2021 01:56:48 -0600 |
Gary Kramlich |
Create the PurpleAccountManager API
|
file |
diff |
annotate
|
| Fri, 29 Oct 2021 00:31:57 -0500 |
Gary Kramlich |
Rename protocol.[ch] to purpleprotocol.[ch]
|
file |
diff |
annotate
|
| Wed, 06 Oct 2021 04:04:56 -0500 |
Gary Kramlich |
Add some additional tests to purple_str_to_time and address their failures.
release-2.x.y
|
file |
diff |
annotate
|
| Thu, 16 Sep 2021 21:11:59 -0500 |
Gary Kramlich |
Port purple_str_to_time to regex and add additional tests
release-2.x.y
|
file |
diff |
annotate
|
| Wed, 15 Sep 2021 13:23:50 -0500 |
Elliott Sales de Andrade |
Fix an assert in purple_markup_html_to_xhtml
release-2.x.y
|
file |
diff |
annotate
|
| Wed, 15 Sep 2021 13:11:17 -0500 |
Elliott Sales de Andrade |
Fix leak in `purple_markup_find_tag` on error
release-2.x.y
|
file |
diff |
annotate
|
| Mon, 13 Sep 2021 17:07:15 -0500 |
Elliott Sales de Andrade |
Correctly free parse tags at end of purple_html_to_xhtml.
release-2.x.y
|
file |
diff |
annotate
|
| Thu, 02 Sep 2021 21:22:55 -0500 |
Gary Kramlich |
Revert RR 903
|
file |
diff |
annotate
|
| Tue, 24 Aug 2021 04:51:11 -0500 |
Gary Kramlich |
Replace g_time_zone_new with g_time_zone_new_identifier
|
file |
diff |
annotate
|
| Thu, 08 Jul 2021 19:33:19 -0500 |
Gary Kramlich |
Fix an out of bounds write in purple_markup_linkify.
release-2.x.y
|
file |
diff |
annotate
|
| Wed, 02 Jun 2021 04:17:25 -0500 |
Elliott Sales de Andrade |
Use g_[s]list_delete_link more.
release-2.x.y
|
file |
diff |
annotate
|
| Tue, 01 Jun 2021 16:51:13 -0500 |
Gary Kramlich |
Fix some issues scan-build found in util.c
release-2.x.y
|
file |
diff |
annotate
|
| Mon, 12 Apr 2021 20:27:47 -0500 |
Gary Kramlich |
rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversationUiOps out to its own file to avoid circular include issues.
|
file |
diff |
annotate
|
| Tue, 02 Mar 2021 23:22:34 -0600 |
Gary Kramlich |
Port libpurple from purple_protocols_ to purple_protocol_manager_
|
file |
diff |
annotate
|
| Fri, 12 Feb 2021 23:47:53 -0600 |
Arkadiy Illarionov |
Fix SILC compilation
|
file |
diff |
annotate
|
| Fri, 12 Feb 2021 18:37:00 -0600 |
Arkadiy Illarionov |
Use specific purple_debug_* functions
|
file |
diff |
annotate
|
| Thu, 11 Feb 2021 23:54:58 -0600 |
Gary Kramlich |
g_memmove has been deprecated since glib 2.40 and recommends just using memmove
release-2.x.y
|
file |
diff |
annotate
|
| Sun, 07 Feb 2021 01:33:01 -0600 |
Gary Kramlich |
Implement mitigation for GHSL-2021-045
release-2.x.y
|
file |
diff |
annotate
|
| Sat, 30 Jan 2021 05:39:19 -0600 |
Elliott Sales de Andrade |
Remove `purple_utf16*` functions.
|
file |
diff |
annotate
|
| Sat, 19 Dec 2020 03:11:32 -0600 |
Elliott Sales de Andrade |
Remove socket utility functions.
|
file |
diff |
annotate
|
| Fri, 18 Dec 2020 03:22:13 -0600 |
Elliott Sales de Andrade |
Remove one more purple_util_write_data_to_file_absolute.
|
file |
diff |
annotate
|
| Thu, 03 Dec 2020 22:29:01 -0600 |
Gary Kramlich |
Fix a bug in purple_protocol_client_normalize which was requiring an account. Also remove the account parameter from purple_normalize_nocase as it wasn't used there.
|
file |
diff |
annotate
|
| Thu, 03 Dec 2020 04:34:04 -0600 |
Gary Kramlich |
Fix the PurpleProtocolClient interface and split it out to its own file.
|
file |
diff |
annotate
|
| Fri, 16 Oct 2020 02:27:21 -0500 |
Gary Kramlich |
Pull the purple_markup_* api out of util.[ch] to purplemarkup.[ch]. No code was changed just moved it from one file to the other.
|
file |
diff |
annotate
|
| Mon, 12 Oct 2020 20:57:09 -0500 |
Gary Kramlich |
Start replacing time utility functions with GDateTime
|
file |
diff |
annotate
|
| Wed, 07 Oct 2020 02:07:56 -0500 |
Elliott Sales de Andrade |
Remove purple_callback_set_zero.
|
file |
diff |
annotate
|
| Sat, 22 Aug 2020 04:03:26 -0500 |
Gary Kramlich |
Remove and replace a number of the purple utility functions
|
file |
diff |
annotate
|
| Thu, 21 May 2020 21:21:54 -0500 |
Gary Kramlich |
Make sure we're not including the gettext macros in header files and deal with the repercussions of that.
|
file |
diff |
annotate
|
| Fri, 01 May 2020 12:13:35 -0500 |
Gary Kramlich |
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
|
file |
diff |
annotate
|
| Thu, 30 Apr 2020 23:43:54 -0500 |
Gary Kramlich |
Split PurpleKeyValuePair out to it's own file and try to do some cleanup in the files that need to include it.
|
file |
diff |
annotate
|
| Sun, 01 Dec 2019 15:36:50 +0300 |
qarkai |
Add purple_key_value_pair_new_full with free function for value in PurpleKeyValuePair
|
file |
diff |
annotate
|
| Wed, 27 Nov 2019 00:08:11 +0300 |
qarkai |
Replace PurpleNamedValue with PurpleKeyValuePair
|
file |
diff |
annotate
|
| Sat, 16 Nov 2019 13:36:56 +0300 |
qarkai |
Add PurpleNamedValue to use in lists instead of consecutive key and value elements
|
file |
diff |
annotate
|
| Fri, 15 Nov 2019 01:07:08 -0600 |
Gary Kramlich |
Remove glibcompat.h from all the files that don't actually need it.
|
file |
diff |
annotate
|
| Sun, 10 Nov 2019 14:47:44 +0300 |
qarkai |
Rename purple_get_month -> purple_time_parse_month
|
file |
diff |
annotate
|
| Sat, 09 Nov 2019 22:05:20 +0300 |
qarkai |
Add purple_get_month() util function
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 14:43:49 +0300 |
qarkai |
Merge upstream, resolve conflicts
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 01:03:02 +0300 |
qarkai |
Add NULL checks
|
file |
diff |
annotate
|
| Sun, 03 Nov 2019 20:37:07 +0300 |
qarkai |
Add new and free functions for structs to reduce duplication
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 02:41:10 -0500 |
Elliott Sales de Andrade |
Replace purple_get_host_name by g_get_host_name.
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 02:36:50 -0500 |
Elliott Sales de Andrade |
Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}.
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 02:22:52 -0500 |
Elliott Sales de Andrade |
Replace purple_build_dir with g_mkdir_with_parents.
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 02:16:33 -0500 |
Elliott Sales de Andrade |
Remove some unused utility functions.
|
file |
diff |
annotate
|
| Fri, 25 Oct 2019 05:52:30 -0400 |
Elliott Sales de Andrade |
Replace g_[s]list_remove with g_[s]list_delete_link.
|
file |
diff |
annotate
|
| Wed, 09 Oct 2019 00:42:02 -0400 |
Elliott Sales de Andrade |
Replace purple_ip*_address_is_valid by GLib functions.
|
file |
diff |
annotate
|
| Thu, 04 Jul 2019 00:19:02 -0400 |
Elliott Sales de Andrade |
Move HTTP Digest calculation to simple.
|
file |
diff |
annotate
|
| Mon, 07 Oct 2019 02:30:39 -0500 |
Gary Kramlich |
G_CONST_RETURN has been deprecated for awhile and honestly it's not necessary for us
release-2.x.y
|
file |
diff |
annotate
|
| Wed, 02 Oct 2019 19:04:34 -0400 |
Elliott Sales de Andrade |
Fix several memory leaks.
|
file |
diff |
annotate
|
| Wed, 02 Oct 2019 06:21:41 -0400 |
Elliott Sales de Andrade |
Remove redundant conditions.
|
file |
diff |
annotate
|
| Wed, 02 Oct 2019 03:27:00 -0400 |
Elliott Sales de Andrade |
Remove redundant switch-case blocks.
|
file |
diff |
annotate
|
| Thu, 26 Sep 2019 23:45:07 -0500 |
Gary Kramlich |
remove purple_timeout_reset and put it's implementation in the one place it was used
|
file |
diff |
annotate
|