Sun, 21 Nov 2021 23:58:15 -0600 Gary Kramlich Remove the attention api. It's always been an annoyance and most protocols don't implement it anymore file | diff | annotate
Fri, 29 Oct 2021 00:31:57 -0500 Gary Kramlich Rename protocol.[ch] to purpleprotocol.[ch] 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, 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
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
Mon, 12 Apr 2021 20:27:47 -0500 Gary Kramlich rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversationUiOps out to its own file to avoid circular include issues. 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
Fri, 12 Feb 2021 18:37:00 -0600 Arkadiy Illarionov Use specific purple_debug_* functions file | diff | annotate
Fri, 15 Jan 2021 00:11:21 -0600 Gary Kramlich Fix a few things that were throwing g_warning's during startup file | diff | annotate
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
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
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
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
Wed, 20 May 2020 17:35:57 +0100 David Woodhouse Clean up serv_chat_send_file() a little release-2.x.y file | diff | annotate
Wed, 20 May 2020 11:33:58 +0100 David Woodhouse Add chat_send_file() facility release-2.x.y file | diff | annotate
Fri, 25 Oct 2019 05:52:30 -0400 Elliott Sales de Andrade Replace g_[s]list_remove with g_[s]list_delete_link. file | diff | annotate
Wed, 02 Oct 2019 19:04:34 -0400 Elliott Sales de Andrade Fix several memory leaks. file | diff | annotate
Tue, 06 Aug 2019 22:10:56 -0400 Elliott Sales de Andrade Rename PURPLE_PROTOCOL_IS_* to PURPLE_IS_PROTOCOL_*. file | diff | annotate
Tue, 06 Aug 2019 19:15:13 -0400 Elliott Sales de Andrade Rename *_GET_*_IFACE to more standard *_GET_IFACE. file | diff | annotate
Tue, 06 Aug 2019 17:55:34 -0400 Elliott Sales de Andrade Rename *_HAS_*_IFACE to more standard *_IS_*. file | diff | annotate
Fri, 11 May 2018 11:35:38 -0500 Mike Ruprecht Silence PurpleProtocolAttention expected argument build warning file | diff | annotate
Thu, 03 May 2018 18:17:21 -0500 Mike Ruprecht xfer: Rename PurpleProtocolXferInterface.send() to send_file() file | diff | annotate
Thu, 29 Mar 2018 23:20:36 -0500 Gary Kramlich Mergin 2.13.0 into default file | diff | annotate
Mon, 05 Mar 2018 04:40:33 -0300 dx Fix potential utf8 truncation on incoming invites (may result in crashes) release-2.x.y file | diff | annotate
Thu, 18 Jan 2018 23:46:05 -0600 Gary Kramlich First pass at moving attention to it's own files file | diff | annotate
Fri, 24 Nov 2017 00:34:11 -0600 Gary Kramlich A bunch more work on this, still have jabber to update and more unit tests to write 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 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Fri, 19 Aug 2016 23:03:37 -0500 Gary Kramlich Monster merge everything file | diff | annotate
Wed, 30 Dec 2015 20:05:58 -0300 dx Backed out 187b51ce9922 because it breaks rejoining XMPP MUCs (maybe others) upon reconnection (trac ticket #16724) release-2.x.y file | diff | annotate
Mon, 21 Dec 2015 15:15:47 -0500 Michael McConville Remove needless allocation casts file | diff | annotate
Sat, 18 Jul 2015 18:04:00 -0500 Kevin Stange Backed out 50884c0b222a because it breaks rejoining XMPP MUCs (maybe others) upon reconnection 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
Mon, 15 Jun 2015 09:13:34 -0400 Daniel Atallah Fix warning introduced in 187b51ce9922 release-2.x.y file | diff | annotate
Fri, 05 Jun 2015 13:48:19 -0400 Matěj Cepl Check that we actually don't have opened a tab with conversation we want to open. release-2.x.y file | diff | annotate
Fri, 05 Jun 2015 12:57:05 -0400 Matěj Cepl Check that we actually don't have opened a tab with conversation we want to open. file | diff | annotate
Sun, 01 Mar 2015 19:08:27 -0800 Jorge Villaseñor Add introspection gtkdocs for server.h soc.2013.gobjectification.plugins file | diff | annotate
Sun, 15 Jun 2014 03:46:35 +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
Mon, 10 Feb 2014 02:22:24 +0530 Ankit Vani Merge gtkdoc-conversion 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
Wed, 29 Jan 2014 00:28:08 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 12 Jan 2014 16:18:04 +0530 Ankit Vani Merge default branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Dec 2013 23:40:29 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 11 Oct 2013 03:08:53 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 11 Oct 2013 01:26:38 +0530 Ankit Vani Backed out the previous 4 changesets. GSignals do not seem feasible with pidgin's architecture using any method. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 10 Oct 2013 23:53:58 +0530 Ankit Vani Emit gsignals in libpurple for accounts soc.2013.gobjectification.plugins file | diff | annotate
Sun, 15 Sep 2013 10:44:31 +0530 Ankit Vani Some more fixes soc.2013.gobjectification.plugins file | diff | annotate
Sat, 14 Sep 2013 22:16:35 +0530 Ankit Vani Refactored rest of libpurple to use the new protocol API soc.2013.gobjectification.plugins file | diff | annotate
Sat, 14 Sep 2013 15:46:27 +0530 Ankit Vani Updated protocol iface calls soc.2013.gobjectification.plugins file | diff | annotate
Thu, 12 Sep 2013 19:55:22 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 14:24:24 +0530 Ankit Vani Renamed some prpl stuff to protocol stuff. soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 02:28:54 +0530 Ankit Vani Refactored the rest of libpurple to use the new protocol API soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 00:38:40 +0530 Ankit Vani Renamed purple_find_protocol_info to purple_protocols_find soc.2013.gobjectification.plugins file | diff | annotate
(0) -100 -60 tip

mercurial