Tue, 23 Jan 2024 01:10:53 -0600 Gary Kramlich Fix some warnings and other stuff that was missed when porting Jabber to Birb file | diff | annotate
Tue, 23 Jan 2024 00:55:37 -0600 Gary Kramlich Move the old XMPP protocol plugin to BirbQueuedOutputStream file | diff | annotate
Thu, 02 Nov 2023 23:50:27 -0500 Gary Kramlich Update a bunch of gettext stuff file | diff | annotate
Wed, 25 Oct 2023 20:26:35 -0500 Elliott Sales de Andrade Fix possible clash of config headers file | diff | annotate
Mon, 04 Sep 2023 23:04:09 -0500 Gary Kramlich Add the conversation as a parameter to PurpleProtocolIM->send file | diff | annotate
Tue, 29 Aug 2023 02:09:55 -0500 Gary Kramlich Remove the unused account parameter from the message constructors file | diff | annotate
Tue, 22 Aug 2023 00:24:14 -0500 Gary Kramlich Make the purple_account_manager_find functions return transfer full. file | diff | annotate
Wed, 19 Jul 2023 18:11:18 -0500 Gary Kramlich Remove unnecessary casting from g_signal_handlers_disconnect file | diff | annotate
Sun, 30 Apr 2023 17:42:35 -0500 Elliott Sales de Andrade Use G_SOURCE_FUNC macro more file | diff | annotate
Tue, 21 Mar 2023 01:59:19 -0500 Elliott Sales de Andrade Use g_clear_handle_id everywhere file | diff | annotate
Tue, 21 Mar 2023 00:39:45 -0500 Elliott Sales de Andrade Use g_clear_* helpers where useful file | diff | annotate
Mon, 20 Mar 2023 22:28:16 -0500 Gary Kramlich Remove PurpleProtocolClient->tooltip_text as it is barely used and we're scaling back our tooltip usage file | diff | annotate
Mon, 20 Mar 2023 21:22:53 -0500 Gary Kramlich Remove all of the tune api file | diff | annotate
Mon, 20 Mar 2023 21:14:42 -0500 Gary Kramlich Remove all of the current Mood API file | diff | annotate
Mon, 20 Mar 2023 21:12:08 -0500 Gary Kramlich Remove purple_protocol_client_status_text as it is no longer used file | diff | annotate
Fri, 10 Mar 2023 16:37:41 -0600 Elliott Sales de Andrade Make PurpleRequestFieldChoice into a GObject file | diff | annotate
Fri, 10 Mar 2023 01:16:40 -0600 Elliott Sales de Andrade Add a PurpleRequestFieldString subclass file | diff | annotate
Tue, 07 Mar 2023 01:04:42 -0600 Elliott Sales de Andrade Convert PurpleRequestPage into a GObject file | diff | annotate
Tue, 07 Mar 2023 00:22:36 -0600 Elliott Sales de Andrade Convert PurpleRequestGroup into a GObject file | diff | annotate
Mon, 06 Mar 2023 21:21:17 -0600 Elliott Sales de Andrade Convert PurpleRequestField into a GObject file | diff | annotate
Tue, 28 Feb 2023 03:20:33 -0600 Gary Kramlich Remove Cyrus SASL from XMPP file | diff | annotate
Mon, 20 Feb 2023 09:50:04 -0600 Gary Kramlich Convert idle_time in PurplePresence to GDateTime file | diff | annotate
Fri, 17 Feb 2023 04:54:38 -0600 Gary Kramlich XMPP: Remove STUN lookups file | diff | annotate
Wed, 08 Feb 2023 08:56:07 -0600 Gary Kramlich Add a PurpleAccount parameter to the PurpleMessage constructors file | diff | annotate
Thu, 05 Jan 2023 22:39:17 -0600 Gary Kramlich Add a connection parameter to the PurpleProtocolActions.get_menu virtual function file | diff | annotate
Mon, 02 Jan 2023 02:56:45 -0600 Elliott Sales de Andrade xmpp: Stop tracking user directories file | diff | annotate
Mon, 02 Jan 2023 02:54:22 -0600 Gary Kramlich Remove the user search from XMPP file | diff | annotate
Wed, 14 Dec 2022 01:43:19 -0600 Gary Kramlich Update the jabber plugin to not use the deprecated account api file | diff | annotate
Mon, 12 Dec 2022 23:41:40 -0600 Elliott Sales de Andrade Bump C standard to C99 for XMPP and fix warnings file | diff | annotate
Mon, 05 Dec 2022 05:31:22 -0600 Gary Kramlich Remove the privacy api file | diff | annotate
Fri, 11 Nov 2022 19:39:24 -0600 Gary Kramlich Clean up the G_DEFINE_DYNAMIC_TYPE definitions for protocols file | diff | annotate
Mon, 07 Nov 2022 23:29:57 -0600 Gary Kramlich Remove the ability to register new accounts. file | diff | annotate
Fri, 04 Nov 2022 00:47:21 -0500 Elliott Sales de Andrade Remove last unused argument in purple_util_format_song_info file | diff | annotate
Mon, 31 Oct 2022 04:02:09 -0500 Gary Kramlich Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfo file | diff | annotate
Mon, 31 Oct 2022 03:06:44 -0500 Elliott Sales de Andrade Clear callback handles when returning G_SOURCE_REMOVE file | diff | annotate
Wed, 19 Oct 2022 06:25:35 -0500 Gary Kramlich Back out the PurpleProtocol->login change that returned a PurpleConnection file | diff | annotate
Fri, 14 Oct 2022 01:06:41 -0500 Gary Kramlich Fix the namespace of the PurpleConnectionState enum constants file | diff | annotate
Sun, 09 Oct 2022 04:43:37 -0500 Gary Kramlich Update PurpleProtocolClass->login to return a PurpleConnection file | diff | annotate
Fri, 07 Oct 2022 01:21:28 -0500 Elliott Sales de Andrade xmpp: Remove unused prototypes and code file | diff | annotate
Thu, 06 Oct 2022 23:56:19 -0500 Elliott Sales de Andrade xmpp: Add missing OOB type registration file | diff | annotate
Thu, 06 Oct 2022 22:47:24 -0500 Elliott Sales de Andrade xmpp: Port static actions to PurpleProtocolActionsInterface file | diff | annotate
Mon, 03 Oct 2022 21:54:51 -0500 Gary Kramlich Pass the PurpleProtocol objects to all methods of the class file | diff | annotate
Tue, 20 Sep 2022 00:44:31 -0500 Gary Kramlich Remove purple_connection_ssl_error and PurpleSslErrorType file | diff | annotate
Mon, 19 Sep 2022 23:59:49 -0500 Gary Kramlich Remove the connection_steps api file | diff | annotate
Mon, 12 Sep 2022 22:08:59 -0500 Gary Kramlich Remove the list_icon vfunc from PurpleProtocol. file | diff | annotate
Mon, 12 Sep 2022 22:03:27 -0500 Gary Kramlich Remove some remnants of the old protocol get_actions interface. file | diff | annotate
Mon, 05 Sep 2022 20:14:00 -0500 Elliott Sales de Andrade Add a custom find to account manager file | diff | annotate
Fri, 12 Aug 2022 01:32:07 -0500 Elliott Sales de Andrade Make VV libraries required file | diff | annotate
Thu, 11 Aug 2022 21:56:21 -0500 Gary Kramlich Make cyrus-sasl required file | diff | annotate
Mon, 06 Jun 2022 21:22:16 -0500 Gary Kramlich Properly set XMPP connection errors. file | diff | annotate
Sat, 04 Jun 2022 04:10:44 -0500 Gary Kramlich Properly set XMPP connection errors. file | diff | annotate
Thu, 02 Jun 2022 20:17:31 -0500 Belgin Știrbu Fix crash when cancelling an XMPP file transfer release-2.x.y file | diff | annotate
Fri, 27 May 2022 03:32:41 -0500 Belgin Știrbu Fix unable to unblock XMPP buddy release-2.x.y file | diff | annotate
Mon, 23 May 2022 20:30:57 -0500 Belgin Știrbu Fix GtkPrivacy to respect privacy settings release-2.x.y file | diff | annotate
Fri, 20 May 2022 02:55:51 -0500 Gary Kramlich Update purple_core_init to take a PurpleUiInfo instance file | diff | annotate
Thu, 19 May 2022 23:49:58 -0500 Belgin Știrbu Fix XMPP not reconnecting after failed connection release-2.x.y file | diff | annotate
Thu, 28 Apr 2022 18:14:32 -0500 Gary Kramlich Remove the _xmppconnect support file | diff | annotate
Wed, 27 Apr 2022 23:41:06 -0500 Gary Kramlich Remove _xmppconnect support release-2.x.y file | diff | annotate
Mon, 18 Apr 2022 21:03:40 -0500 Belgin Știrbu Patch from itsnotabigtruck to fix jabber Attention messages being sent to incorrect ID release-2.x.y file | diff | annotate
Fri, 25 Mar 2022 02:51:58 -0500 Elliott Sales de Andrade Replace PURPLE_CALLBACK by G_CALLBACK file | diff | annotate
(0) -1000 -300 -100 -60 tip

mercurial