| Sun, 15 May 2022 02:27:58 -0500 |
Gary Kramlich |
Remove a bunch of utility functions that were no longer used.
|
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
|
| Sat, 11 Dec 2021 20:15:32 -0600 |
Gary Kramlich |
Remove unnecessary gtk-doc comments and move them where possible from libpurple/[q-z]*.h
|
file |
diff |
annotate
|
| Fri, 29 Oct 2021 00:31:57 -0500 |
Gary Kramlich |
Rename protocol.[ch] to purpleprotocol.[ch]
|
file |
diff |
annotate
|
| Sun, 10 Oct 2021 02:52:05 -0500 |
Elliott Sales de Andrade |
Fix several typos in libpurple
|
file |
diff |
annotate
|
| Fri, 30 Apr 2021 05:03:39 -0500 |
Gary Kramlich |
Remove includes from protocol.h that weren't used there and deal with the fallout
|
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
|
| Thu, 17 Dec 2020 23:31:11 -0600 |
Gary Kramlich |
Deprecate purple_util_write_data_to_file_absolute and use g_file_set_contents in place of it
|
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
|
| Thu, 05 Nov 2020 20:40:01 -0600 |
Gary Kramlich |
A bunch of documentation cleanups
|
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
|
| Wed, 14 Oct 2020 21:50:38 -0500 |
Steve Wills |
Fix build with clang 11.0.0
|
file |
diff |
annotate
|
| Wed, 14 Oct 2020 20:44:46 -0500 |
Steve Wills |
Fix build with clang 11.0.0
|
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
|
| Sun, 21 Jun 2020 04:16:15 -0500 |
Gary Kramlich |
Make it so only libpurple can directly include libpurple header files.
|
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
|
| Thu, 09 Apr 2020 08:47:36 +0000 |
Gary Kramlich |
Merged in default (pull request #652)
|
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
|
| Thu, 21 Nov 2019 23:56:50 -0500 |
Elliott Sales de Andrade |
Add Since tags for 2.13.0 new symbols.
|
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
|
| 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
|
| 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
|
| 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
|
| Tue, 10 Sep 2019 04:04:17 -0400 |
Elliott Sales de Andrade |
Replace purple_str_size_to_units by g_format_size.
|
file |
diff |
annotate
|
| Sat, 03 Aug 2019 03:18:57 -0400 |
Elliott Sales de Andrade |
Add some scope annotations.
|
file |
diff |
annotate
|
| Sat, 03 Aug 2019 02:33:05 -0400 |
Elliott Sales de Andrade |
Add missing transfer annotations.
|
file |
diff |
annotate
|
| Wed, 03 Jul 2019 00:21:33 -0400 |
Elliott Sales de Andrade |
Fix libpurple header guards using reserved names.
|
file |
diff |
annotate
|
| Sun, 31 Mar 2019 18:14:48 -0400 |
Elliott Sales de Andrade |
Remove internal MIME handling code.
|
file |
diff |
annotate
|
| Fri, 29 Mar 2019 01:15:18 +0000 |
Gary Kramlich |
Merged in get-keepalive-interval (pull request #472)
|
file |
diff |
annotate
|
| Thu, 21 Mar 2019 23:37:13 +0100 |
Petteri Pitkänen |
libpurple: Refactor keepalive mechanism to use GSource pointers
get-keepalive-interval
|
file |
diff |
annotate
|
| Sat, 16 Mar 2019 15:24:08 +0100 |
Petteri Pitkänen |
libpurple: Keepalive mechanism fixes
get-keepalive-interval
|
file |
diff |
annotate
|
| Thu, 21 Mar 2019 20:48:30 -0500 |
Gary Kramlich |
Cleanup account.[ch] and status.[ch] to remove g_type_class_add_private and other cleans including remove const from accessors
|
file |
diff |
annotate
|
| Thu, 01 Feb 2018 22:33:16 -0600 |
Gary Kramlich |
Move the MenuAction stuff to the new action.[ch] files
|
file |
diff |
annotate
|
| Thu, 07 Feb 2019 05:47:46 -0500 |
Elliott Sales de Andrade |
Mark deprecated functions with G_DEPRECATED_FOR.
|
file |
diff |
annotate
|
| Tue, 27 Nov 2018 13:56:37 -0600 |
Mike Ruprecht |
libpurple: Change purple_strequal() to a static inline function
|
file |
diff |
annotate
|
| Fri, 01 Jun 2018 23:32:50 +0300 |
qarkai |
Fix merge leftover
|
file |
diff |
annotate
|
| Thu, 31 May 2018 16:50:27 +0300 |
Arkadiy Illarionov |
Merged pidgin/main into default
|
file |
diff |
annotate
|
| Fri, 17 Nov 2017 14:23:40 +0300 |
Arkadiy Illarionov |
Merged pidgin/main into default
|
file |
diff |
annotate
|
| Fri, 11 May 2018 12:49:04 -0500 |
Mike Ruprecht |
util: Update documentation block for purple_uri_escape_for_open()
|
file |
diff |
annotate
|
| Fri, 14 Jul 2017 15:18:08 -0500 |
Mike Ruprecht |
util: Drop now unused purple_get_tzoff_str()
|
file |
diff |
annotate
|
| Fri, 23 Feb 2018 04:30:06 +0000 |
Gary Kramlich |
Merged in qarkai/pidgin/xdg-dirs (pull request #230)
|
file |
diff |
annotate
|
| Sun, 08 Oct 2017 20:44:26 +0300 |
Arkadiy Illarionov |
Merged default into xdg-dirs
xdg-dirs
|
file |
diff |
annotate
|
| Sun, 08 Oct 2017 20:42:20 +0300 |
Arkadiy Illarionov |
Merged pidgin/main into default
|
file |
diff |
annotate
|