Wed, 03 Jul 2019 20:09:04 -0400 Elliott Sales de Andrade Convert UI ops to PurpleBuddyListClass methods. file | diff | annotate
Wed, 03 Jul 2019 04:02:46 -0400 Elliott Sales de Andrade Make PurpleBuddyList fields private. file | diff | annotate
Mon, 15 Jul 2019 17:47:49 -0400 Elliott Sales de Andrade Rename internal methods to purple_blist_real_*. file | diff | annotate
Sat, 06 Jul 2019 02:20:48 -0400 Elliott Sales de Andrade Add list parameter to all buddy list UI ops. file | diff | annotate
Wed, 03 Jul 2019 03:16:32 -0400 Elliott Sales de Andrade Add wrapper functions for some PurpleBlistUiOps. 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, 29 Apr 2019 15:15:03 -0500 Gary Kramlich Add purple_blist_walk to make it easier to traverse the buddy list file | diff | annotate
Fri, 15 Feb 2019 01:19:10 -0500 Elliott Sales de Andrade Move more libpurple files to ~/.config. file | diff | annotate
Thu, 01 Nov 2018 15:45:13 -0500 Mike Ruprecht libpurple: Port 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, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Wed, 14 Jun 2017 23:13:00 -0500 Gary Kramlich Fix a bunch of stuff that was somehow broke in the last wave of pull requests file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate | base
Thu, 06 Oct 2016 10:10:02 -0400 Daniel Atallah Merge with soc.2013.gobjectification file | diff | annotate
Fri, 19 Aug 2016 23:07:17 -0500 Gary Kramlich Remove a hunk that shouldn't have been merged file | diff | annotate
Fri, 19 Aug 2016 23:03:37 -0500 Gary Kramlich Monster merge everything file | diff | annotate | base
Sun, 15 May 2016 17:59:23 -0300 Florian Quèze Add "buddy-removed-from-group" blist signal from instantbird file | diff | annotate
Thu, 12 Jun 2014 22:10:34 +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
Sun, 04 May 2014 06:28:56 +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
Fri, 21 Feb 2014 02:52:27 +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
Tue, 04 Feb 2014 23:21:10 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Tue, 21 Jan 2014 01:28:36 +0530 Ankit Vani Revert all the migration stuff soc.2013.gobjectification.plugins file | diff | annotate
Mon, 20 Jan 2014 23:44:09 +0530 Ankit Vani Migrate old protocol IDs to new if *.xml version < 1.1 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, 20 Jan 2014 07:08:40 +0530 Ankit Vani Update versions of XML files to "1.1", and warn if reading from a newer version soc.2013.gobjectification.plugins file | diff | annotate
Fri, 06 Dec 2013 00:37:25 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 22 Oct 2013 02:51:40 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 01 Oct 2013 17:35:00 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 01 Oct 2013 03:24:42 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 14 Sep 2013 15:55:44 +0530 Ankit Vani Refactored account, blistnodetypes, buddylist, connection to use the new protocol interfaces 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
Sat, 07 Sep 2013 00:11:42 +0530 Ankit Vani Merged soc.2013.gobjectification branch 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
Sat, 31 Aug 2013 22:26:34 +0530 Ankit Vani Added PURPLE_PROTOCOL_IMPLEMENTS(protocol,func) to check if a protocol implements a function soc.2013.gobjectification.plugins file | diff | annotate
Fri, 30 Aug 2013 01:27:21 +0530 Ankit Vani Refactored account, blist, buddyicon, connection, conversation, presence to use the new protocol API soc.2013.gobjectification.plugins file | diff | annotate
Thu, 29 Aug 2013 23:38:19 +0530 Ankit Vani Use the purple_protocol_iface_* API instead of protocol->function() soc.2013.gobjectification.plugins file | diff | annotate
Mon, 19 Aug 2013 04:02:20 +0530 Ankit Vani Replaced struct proto_chat_entry with PurpleProtocolChatEntry soc.2013.gobjectification.plugins file | diff | annotate
Sat, 17 Aug 2013 23:28:51 +0530 Ankit Vani Renamed PurplePluginProtocolInfo to PurpleProtocol soc.2013.gobjectification.plugins file | diff | annotate
Sat, 17 Aug 2013 23:27:20 +0530 Ankit Vani Renamed prpl.[ch] to protocol.[ch] soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 00:12:06 +0530 Ankit Vani Refactored blistnodetypes, buddyicon, buddylist to use the initial GObject plugin API soc.2013.gobjectification.plugins file | diff | annotate
Sun, 28 Jul 2013 23:36:59 +0530 Ankit Vani Replaced purple_find_prpl() with purple_find_protocol_info(). soc.2013.gobjectification.plugins file | diff | annotate
Thu, 12 Jun 2014 22:02:46 +0530 Ankit Vani Fixed inconsistency in current size for a group when adding a buddy file | diff | annotate
Wed, 07 May 2014 13:21:45 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate | base
Wed, 30 Apr 2014 20:45:19 +0200 Tomasz Wasilczyk blist: make group names really case insensitive file | diff | annotate
Wed, 30 Apr 2014 20:23:46 +0200 Tomasz Wasilczyk blist: store localized name of default group to avoid contact splitting file | diff | annotate
Wed, 30 Apr 2014 18:49:53 +0200 Tomasz Wasilczyk blist: don't store default group name; some tiny fixes file | diff | annotate
Wed, 30 Apr 2014 18:40:53 +0200 Tomasz Wasilczyk blist: define default group better file | diff | annotate
Sat, 19 Apr 2014 18:41:42 +0530 Ankit Vani Fix a counting error soc.2013.gobjectification file | diff | annotate
Sun, 23 Feb 2014 01:43:21 +0530 Ankit Vani Use g_free as UiOps structures GBoxed free function file | diff | annotate
Fri, 21 Feb 2014 02:49:57 +0530 Ankit Vani Correctly decrease online count of a group when buddy is removed file | diff | annotate
Sat, 15 Feb 2014 22:09:55 +0530 Ankit Vani Box the *UiOps structures file | diff | annotate
Mon, 10 Feb 2014 00:56:22 +0530 Ankit Vani Fix namespaces issues in libpurple. gtkdoc-conversion file | diff | annotate
Tue, 04 Feb 2014 23:15:06 +0530 Ankit Vani Fix some gtk-doc warnings from account to connection gtkdoc-conversion file | diff | annotate
Mon, 20 Jan 2014 07:39:26 +0530 Ankit Vani Update debug categories for new filenames file | diff | annotate
Fri, 06 Dec 2013 00:36:32 +0530 Ankit Vani Moved declaerations of shared private functions to internal.h soc.2013.gobjectification file | diff | annotate
Tue, 22 Oct 2013 02:07:04 +0530 Ankit Vani Removed buddy-added and buddy-removed signals soc.2013.gobjectification file | diff | annotate
(0) -60 tip

mercurial