Thu, 14 Jan 2021 22:33:49 -0600 Gary Kramlich Move the PurpleProtocolServer interface to its own file. file | diff | annotate
Mon, 11 Jan 2021 01:51:14 -0600 Gary Kramlich Split PurpleProtocolChat to its own file and clean up the API. file | diff | annotate
Sat, 02 Jan 2021 19:06:28 -0600 Gary Kramlich Use PurpleCredentialManager instead of the old keyring api. file | diff | annotate
Fri, 04 Dec 2020 02:56:46 -0600 Gary Kramlich mark jabber_client_normalize as static as it should have been 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, 20 Nov 2020 16:19:48 -0600 Elliott Sales de Andrade Fix some GError leaks. file | diff | annotate
Wed, 04 Nov 2020 02:35:18 -0600 Gary Kramlich Split PurpleAttentionType and PurpleProtocolAttention into their own files file | diff | annotate
Sat, 03 Oct 2020 05:58:21 -0500 Gary Kramlich PurpleMessage cleanups from hell file | diff | annotate
Thu, 27 Aug 2020 03:29:49 -0500 Gary Kramlich Move PurpleProtocolMediaInterface to its own file. file | diff | annotate
Sat, 22 Aug 2020 22:15:25 -0500 Gary Kramlich Make PurpleProtocolPrivacy a proper GInterface and move it to it's own file file | diff | annotate
Thu, 13 Aug 2020 21:07:35 -0500 Gary Kramlich Make PurpleProtocolIM a proper interface file | diff | annotate
Mon, 27 Jul 2020 00:20:24 -0500 Elliott S Fix memory issues at shutdown 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
Sun, 14 Jun 2020 02:56:02 -0500 Gary Kramlich Fix some issues on macos that resulted from the internal.h cleanup 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
Fri, 01 May 2020 04:42:52 -0500 Gary Kramlich move all protocols, purple plugins, and purple tests to use purple.h instead of including files individually file | diff | annotate
Sun, 26 Apr 2020 18:57:48 -0400 Elliott Sales de Andrade xmpp: Correctly handle server-closed connections. file | diff | annotate
Sun, 26 Apr 2020 18:51:58 -0400 Elliott Sales de Andrade xmpp: Re-arrange loop to avoid double-calls and NULL-use. file | diff | annotate
Mon, 13 Apr 2020 03:07:41 -0400 Elliott Sales de Andrade Fix leaks of GSources. file | diff | annotate
Thu, 09 Apr 2020 08:47:36 +0000 Gary Kramlich Merged in default (pull request #652) 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, 26 Mar 2020 20:23:10 -0500 Gary Kramlich Add a null check to the ui_info unref in jabber file | diff | annotate
Fri, 20 Mar 2020 08:57:57 -0500 Gary Kramlich Replace the ui info GHashTable with a gobject. file | diff | annotate
Wed, 05 Feb 2020 02:24:38 -0600 Koosha Khajehmoogahi Add a missing period to the XMPP /buzz help file | diff | annotate
Wed, 05 Feb 2020 02:14:01 -0600 Koosha Khajehmoogahi Use name variable in jabber_process_packet() file | diff | annotate
Wed, 05 Feb 2020 02:01:25 -0600 Koosha Khajehmoogahi Fix whitespace file | diff | annotate
Wed, 05 Feb 2020 02:20:05 +0000 Gary Kramlich Merged in fbellet/pidgin/use-after-free (pull request #634) file | diff | annotate
Thu, 19 Dec 2019 10:46:28 +0100 Fabrice Bellet fix a heap-use-after-free in jabber_push_bytes_cb use-after-free file | diff | annotate
Fri, 20 Dec 2019 10:38:12 +0100 Fabrice Bellet Addressed comments from pull request #633 review memory-leaks file | diff | annotate
Mon, 21 Oct 2019 16:31:36 +0200 Fabrice Bellet fix various memory leaks memory-leaks file | diff | annotate
Sun, 10 Nov 2019 16:32:53 +0100 Fabrice Bellet iterate on jabber callback when receiving more data than buffer size iterate-on-receiving-data-in-jabber-callback 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
Sun, 03 Nov 2019 16:35:44 -0500 Elliott Sales de Andrade jabber: Fix some review comments. file | diff | annotate
Sat, 02 Nov 2019 04:03:11 -0400 Elliott Sales de Andrade xmpp: Reduce redundancies in various signon methods. file | diff | annotate
Fri, 01 Nov 2019 05:21:57 -0400 Elliott Sales de Andrade xmpp: Convert SSL connections to GIO. file | diff | annotate
Fri, 01 Nov 2019 02:38:50 -0400 Elliott Sales de Andrade xmpp: Convert unencrypted connections to pure GIO. file | diff | annotate
Mon, 28 Oct 2019 23:58:20 -0400 Elliott Sales de Andrade xmpp: Convert SRV connections to GIO. file | diff | annotate
Mon, 28 Oct 2019 23:02:01 -0400 Elliott Sales de Andrade xmpp: Convert 'connect server' connections to GIO. file | diff | annotate
Mon, 28 Oct 2019 16:18:24 -0400 Elliott Sales de Andrade Remove extra parameter now unused from previous change. file | diff | annotate
Sun, 27 Oct 2019 14:28:20 -0400 Elliott Sales de Andrade Implement XEP-0233: XMPP Server Registration for use with Kerberos V5. file | diff | annotate
Fri, 18 Oct 2019 23:30:32 +0300 qarkai Use g_list_free_full instead of manual iterations file | diff | annotate
Fri, 18 Oct 2019 04:19:09 +0000 Gary Kramlich Merged in qulogic/pidgin (pull request #607) file | diff | annotate
Thu, 17 Oct 2019 23:36:37 -0400 Elliott Sales de Andrade Remove old #include of http header and its init. file | diff | annotate
Wed, 16 Oct 2019 01:06:17 +0300 qarkai Use GSList functions instead of manual iterations file | diff | annotate
Wed, 09 Oct 2019 03:34:56 -0400 Elliott Sales de Andrade Change XMPP http connection set to a SoupSession. 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
Fri, 27 Sep 2019 03:43:47 -0500 Gary Kramlich rename accountopt.[ch] to purpleaccountoption.[ch] file | diff | annotate
Wed, 02 Oct 2019 06:21:41 -0400 Elliott Sales de Andrade Remove redundant conditions. file | diff | annotate
Sun, 15 Sep 2019 17:11:46 -0400 Elliott Sales de Andrade Replace Purple type macros by GObject macros. file | diff | annotate
Tue, 06 Aug 2019 19:50:26 -0400 Elliott Sales de Andrade Rename *_TYPE_*_IFACE to more standard *_TYPE_*. file | diff | annotate
Tue, 06 Aug 2019 17:40:37 -0400 Elliott Sales de Andrade Rename *Iface to more standard names. file | diff | annotate
Tue, 02 Jul 2019 14:04:49 +0200 Fabrice Bellet Fix more memory leaks release-2.x.y file | diff | annotate
Wed, 10 Jul 2019 06:30:05 +0000 Gary Kramlich Merged in default (pull request #511) file | diff | annotate
Tue, 02 Jul 2019 03:07:40 -0500 Gary Kramlich Make PurpleXfer a derivable type and create subclasses in all the protocols that support file transfers file | diff | annotate
Tue, 02 Jul 2019 23:52:35 -0400 Elliott Sales de Andrade Rename some buddy list accessor functions. file | diff | annotate
Mon, 01 Apr 2019 22:19:54 -0400 Elliott Sales de Andrade Remove unnecessary struct tags. file | diff | annotate
Fri, 29 Mar 2019 01:15:18 +0000 Gary Kramlich Merged in get-keepalive-interval (pull request #472) file | diff | annotate
(0) -300 -100 -60 tip

mercurial