changelog
- Thu, 01 Sep 2016 19:57:15 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Thu, 01 Sep 2016 19:57:15 -0500] rev 37973
- tls-certificate-info: Box PurpleTlsCertificateInfo and fix GI annotations
- Tue, 30 Aug 2016 01:58:06 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Tue, 30 Aug 2016 01:58:06 -0500] rev 37972
- tls-certificate: Fix GI annotations
- Tue, 30 Aug 2016 00:50:41 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Tue, 30 Aug 2016 00:50:41 -0500] rev 37971
- purple-gio: Fix Gir annotation warnings
This patch fixes several Gir annotation build warnings:
* GIOStream, GInputStream, and GOutputStream unresolved types
* "optional" is only for out or inout parameters
* purple_gio_socket_client_new() missing transfer notation for return
- Thu, 01 Sep 2016 11:18:33 -0500
- by Gary Kramlich <grim@reaperworld.com> [Thu, 01 Sep 2016 11:18:33 -0500] rev 37970
- Merged in CMaiku/pidgin (pull request #114)
stun: Fix g_object_unref assertion due to double free
- Tue, 30 Aug 2016 03:05:55 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Tue, 30 Aug 2016 03:05:55 -0500] rev 37969
- stun: Fix g_object_unref assertion due to double free
- Thu, 01 Sep 2016 01:28:11 -0400
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Thu, 01 Sep 2016 01:28:11 -0400] rev 37968
- gnt: Rename things consistently to fix GIR warnings.
- Sun, 28 Aug 2016 22:57:37 -0500
- by Gary Kramlich <grim@reaperworld.com> [Sun, 28 Aug 2016 22:57:37 -0500] rev 37967
- Merged in CMaiku/pidgin (pull request #109)
Gio fixes w/ GError for Purple connection error improvements
- Sat, 27 Aug 2016 18:45:17 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Sat, 27 Aug 2016 18:45:17 -0500] rev 37966
- irc: Pass PurpleConnection errors as GErrors
- Fri, 26 Aug 2016 18:50:34 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Fri, 26 Aug 2016 18:50:34 -0500] rev 37965
- proxy: Add GError argument to purple_proxy_get_proxy_resolver()
This patch adds GError as an argument to purple_proxy_get_proxy_resolver()
in order to give more detailed error information.
- Sat, 27 Aug 2016 18:37:48 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Sat, 27 Aug 2016 18:37:48 -0500] rev 37964
- proxy: Use new purple_gio_socket_client_new() helper function