Tue, 02 Aug 2022 02:02:46 -0500 Elliott Sales de Andrade Add source files to GObject introspection file | diff | annotate
Sat, 23 Oct 2021 01:06:57 -0500 Gary Kramlich Now that the History API is here, remove the purple logging api file | diff | annotate
Sun, 10 Oct 2021 02:52:05 -0500 Elliott Sales de Andrade Fix several typos in libpurple file | diff | annotate
Thu, 12 Aug 2021 20:34:54 -0500 Gary Kramlich Set the prereq type for all Protocol interfaces to PurpleProtocol file | diff | annotate
Tue, 03 Aug 2021 03:04:06 -0500 Gary Kramlich Fix the includes for the purpleenums rename file | diff | annotate
Thu, 22 Jul 2021 22:34:48 -0500 Gary Kramlich migrate libpurple to the ConversationManager API file | diff | annotate
Tue, 18 May 2021 02:04:53 -0500 Gary Kramlich Update purple_conversations_find_* to return PurpleConversations instead of subclasses 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
Sun, 07 Feb 2021 01:42:09 -0600 Gary Kramlich Implement mitigation for GHSL-2021-045 file | diff | annotate
Thu, 17 Dec 2020 20:22:55 -0600 Elliott Sales de Andrade Convert proxy code in xfer to gio. 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, 09 Apr 2020 21:21:40 -0500 Gary Kramlich Fix some issues that scanbuild had identified file | diff | annotate
Fri, 27 Dec 2019 01:36:01 -0500 Elliott Sales de Andrade Add freezes around multi-notifies in xfers. file | diff | annotate
Sun, 22 Dec 2019 21:00:23 -0500 Elliott Sales de Andrade Remove now-unused PurpleXferUiOps.destroy. file | diff | annotate
Sun, 22 Dec 2019 16:35:25 -0500 Elliott Sales de Andrade Change PurpleXferUiOps.add_xfer to PurpleXfer:visible property. file | diff | annotate
Sun, 22 Dec 2019 04:09:38 -0500 Elliott Sales de Andrade Remove PurpleXfer UI data storage. file | diff | annotate
Sat, 21 Dec 2019 21:51:21 -0500 Elliott Sales de Andrade Convert PurpleXferUiOps.add_thumbnail to a signal. file | diff | annotate
Sat, 21 Dec 2019 21:09:12 -0500 Elliott Sales de Andrade Remove PurpleXferUiOps.cancel_* UI ops. file | diff | annotate
Sat, 21 Dec 2019 20:44:34 -0500 Elliott Sales de Andrade Replace PurpleXferUiOps.update_progress by PurpleXfer.progress. file | diff | annotate
Sat, 21 Dec 2019 20:14:34 -0500 Elliott Sales de Andrade Remove xfer signals for status changes. file | diff | annotate
Sat, 21 Dec 2019 03:12:10 -0500 Elliott Sales de Andrade Convert xfer I/O operations from UI ops to signals. 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
Tue, 05 Nov 2019 20:22:20 -0500 Elliott Sales de Andrade Fix some possible leaks. file | diff | annotate
Tue, 01 Oct 2019 02:21:00 -0400 Elliott Sales de Andrade Fix some static analysis warnings. file | diff | annotate
Fri, 27 Sep 2019 20:38:57 -0400 Elliott Sales de Andrade Fix some minor warnings. 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
Tue, 10 Sep 2019 03:44:53 -0400 Elliott Sales de Andrade Convert file transfer times to monotonic clock. file | diff | annotate
Wed, 07 Aug 2019 01:15:14 -0400 Elliott Sales de Andrade Fix broken `priv != NULL` checks in libpurple. file | diff | annotate
Wed, 07 Aug 2019 01:05:28 -0400 Elliott Sales de Andrade Move extraneous NULL-checks in xfer to public function. file | diff | annotate
Thu, 04 Jul 2019 20:38:04 -0500 Gary Kramlich Cleanups from review 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
Thu, 06 Dec 2018 19:33:29 -0600 Mike Ruprecht libpurple: Port almost self-contained code from g_type_class_add_private() file | diff | annotate
Tue, 02 Oct 2018 16:01:52 -0500 Mike Ruprecht libpurple: Remove pointer registration for DBus API file | diff | annotate
Thu, 03 May 2018 18:17:21 -0500 Mike Ruprecht xfer: Rename PurpleProtocolXferInterface.send() to send_file() file | diff | annotate
Thu, 14 Dec 2017 22:11:15 -0600 Gary Kramlich Remove some trailing whitespace and commented code file | diff | annotate
Sun, 26 Nov 2017 02:15:23 -0600 Gary Kramlich start implement the _new_xfer test, stopping here as there a lot more auxiliary work that needs to be done to make it work file | diff | annotate
Sat, 25 Nov 2017 20:30:14 -0600 Gary Kramlich Fix the argument names so there's no confusion file | diff | annotate
Fri, 24 Nov 2017 00:00:03 -0600 Gary Kramlich Clean up a bunch of the cruft I accidentally created file | diff | annotate
Thu, 07 Sep 2017 22:55:03 -0500 Gary Kramlich Update the PurpleProtocolXferInterface to pass around the interfance instance as well file | diff | annotate
Thu, 31 Aug 2017 22:40:50 -0500 Gary Kramlich Initial attempt at removing the magic around PurpleProtocolXferInterface file | diff | annotate
Thu, 15 Jun 2017 10:46:29 -0500 Mike Ruprecht libpurple/xfer.c: Silence warnings in purple_xfer_set_thumbnail() file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate | base
Thu, 07 Apr 2016 15:07:47 +0200 Jakub Adam Fix purple_xfer_write() during do_transfer() file | diff | annotate
Thu, 23 Jul 2015 17:16:41 -0400 Michael McConville Initial fix of file transfer by removing extra calls to purple_xfer_set_bytes_sent() and purple_xfer_set_completed(). Also, remove needless member bytes_remaining from PurpleXferPrivate. Works reliably for me on XMPP. However, the redundant purple_xfer_set_completed() calls may be relied upon by other protocols. This needs to be tested. Ok'd by elb. Refs #16001 file | diff | annotate
Thu, 18 Jun 2015 09:54:08 -0400 Daniel Atallah Merge with release-2.x.y (with some manual merge fixes, most notably in pidgin/plugins/notify.c) file | diff | annotate | base
Fri, 10 Apr 2015 11:36:40 +0530 Ankit Vani Merge default branch (yet to add media_send_dtmf) soc.2013.gobjectification.plugins file | diff | annotate
Wed, 26 Nov 2014 16:01:25 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 24 May 2014 02:32:01 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 May 2014 03:56:36 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 11 Apr 2014 16:23:12 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 23 Feb 2014 02:40:51 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 17 Feb 2014 21:57:26 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 15 Feb 2014 22:10:38 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 10 Feb 2014 01:09:47 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Sat, 08 Feb 2014 16:00:14 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Thu, 06 Feb 2014 03:09:33 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Tue, 04 Feb 2014 16:31:36 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Mon, 20 Jan 2014 07:44:04 +0530 Ankit Vani Merge default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 23 Dec 2013 15:30:28 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
(0) -100 -60 tip

mercurial