Mon, 04 Apr 2022 23:15:13 -0500 Gary Kramlich Overhaul the status box file | diff | annotate
Fri, 25 Mar 2022 02:51:58 -0500 Elliott Sales de Andrade Replace PURPLE_CALLBACK by G_CALLBACK file | diff | annotate
Fri, 03 Dec 2021 01:56:48 -0600 Gary Kramlich Create the PurpleAccountManager API 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
Sun, 20 Dec 2020 05:02:37 -0600 Elliott Sales de Andrade Fix time_t string formatting. file | diff | annotate
Fri, 16 Oct 2020 02:27:21 -0500 Gary Kramlich Pull the purple_markup_* api out of util.[ch] to purplemarkup.[ch]. No code was changed just moved it from one file to the other. 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
Tue, 05 Nov 2019 20:28:13 -0500 Elliott Sales de Andrade Fix const-cast warning. file | diff | annotate
Tue, 05 Nov 2019 20:21:00 -0500 Elliott Sales de Andrade Fix some use-after-free. 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
Sat, 19 Oct 2019 13:04:53 +0300 qarkai Set GList to NULL after free file | diff | annotate
Fri, 18 Oct 2019 23:30:32 +0300 qarkai Use g_list_free_full instead of manual iterations file | diff | annotate
Sun, 13 Oct 2019 15:45:39 +0300 qarkai Use GList functions instead of manual iterations file | diff | annotate
Fri, 15 Feb 2019 01:19:10 -0500 Elliott Sales de Andrade Move more libpurple files to ~/.config. 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
Fri, 19 Aug 2016 23:03:37 -0500 Gary Kramlich Monster merge everything file | diff | annotate
Tue, 29 Dec 2015 18:49:11 -0600 Jakub Adam Fix #16762 where transient startup statuses could be deleted on exit file | diff | annotate
Tue, 29 Dec 2015 18:41:57 -0600 Jakub Adam Fix #16762 where transient startup statuses could be deleted on exit release-2.x.y file | diff | annotate
Thu, 06 Feb 2014 20:02:57 +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
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: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
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 14:24:24 +0530 Ankit Vani Renamed some prpl stuff to protocol stuff. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 06 Feb 2014 19:50:34 +0530 Ankit Vani Merged default branch gtkdoc-conversion file | diff | annotate
Thu, 06 Feb 2014 03:04:43 +0530 Ankit Vani Fix some gtk-doc warnings till xmlnode.h gtkdoc-conversion file | diff | annotate
Tue, 04 Feb 2014 16:30:55 +0530 Ankit Vani Remove @file from .c files gtkdoc-conversion file | diff | annotate
Thu, 06 Feb 2014 18:56:36 +0530 Ankit Vani gtk-doc prep: *_get_type() functions are hidden as standard GType-returning funcs, so rename them. file | diff | annotate
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Fri, 19 Jul 2013 01:48:56 +0530 Ankit Vani Refactored plugin, savedstatuses and server to use GType and GValue instead of PurpleValue soc.2013.gobjectification file | diff | annotate
Tue, 16 Jul 2013 23:29:58 +0530 Ankit Vani Resolved conflicting function names soc.2013.gobjectification file | diff | annotate
Tue, 16 Jul 2013 15:21:56 +0530 Ankit Vani Updated GBoxed functions. Boxing is intended to be temporary for buddy list, saved status, plugins, status. soc.2013.gobjectification file | diff | annotate
Tue, 16 Jul 2013 01:45:39 +0530 Ankit Vani Added boxed types for PurpleStatus and PurpleSavedStatus soc.2013.gobjectification file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
Thu, 17 Mar 2011 07:39:33 +0000 Mark Doliner Remove the _purple_oscar_convert(). It existed to migrate data from next.major file | diff | annotate
Mon, 29 Mar 2010 23:35:35 +0000 Mark Doliner Remove a bunch of old references to prpl-oscar file | diff | annotate
Thu, 13 Aug 2009 03:26:27 +0000 Paul Aurich Clean up various file-scoped globals at uninit. file | diff | annotate
Sat, 16 May 2009 19:58:40 +0000 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and file | diff | annotate
Tue, 28 Apr 2009 15:47:36 +0000 Paul Aurich Adjust some idle handling code to fix "wedging" idle reporting into never file | diff | annotate
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head d24c4a9d28f21eaa47bd76e50ed31053733edcb1) file | diff | annotate
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us next.minor file | diff | annotate
Sun, 15 Feb 2009 07:19:59 +0000 Elliott Sales de Andrade Use g_direct_hash/equal instead of g_int_hash/equal for the hash table that file | diff | annotate
Fri, 25 Apr 2008 15:37:21 +0000 Daniel Atallah Avoiding emitting the "savedstatus-changed" signal twice when the savedstatus file | diff | annotate
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up file | diff | annotate
Thu, 06 Dec 2007 09:54:04 +0000 Sadrul Habib Chowdhury Save the normalized account name for pounces and custom statuses. References #2049. file | diff | annotate
Tue, 16 Oct 2007 06:27:16 +0000 Sadrul Habib Chowdhury deryni noticed that the documentation and code do not match for file | diff | annotate
Sun, 15 Apr 2007 03:56:08 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-sf-1621854-4-rlaager-whitespace' (head df9df972434fafda3e8030977ab3c18d480d8fa8) cpw.khc.msnp14 file | diff | annotate | base
Sun, 15 Apr 2007 03:43:17 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 88b7040408c88e4516c008f4eac579f98ef53e85) cpw.khc.msnp14 file | diff | annotate | base
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa release-2.2.1 file | diff | annotate
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date. file | diff | annotate
Sat, 28 Jul 2007 05:37:02 +0000 Sean Egan Fixes #1905 'Better solution to 'Idleness Infinite Recursion'' file | diff | annotate
Tue, 19 Jun 2007 19:23:25 +0000 Sadrul Habib Chowdhury Close all delete-confirmation dialogs for it when a status is deleted. file | diff | annotate
Tue, 19 Jun 2007 17:17:57 +0000 Ka-Hing Cheung explicit merge of '31e06ec801116d334aee266d7adbb8348cf62582' file | diff | annotate
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList* release-2.1.0 file | diff | annotate
Sun, 17 Jun 2007 18:03:03 +0000 Ka-Hing Cheung fixes #590 by allowing one to use the delete key to delete transient status, cpw.khc.ticket590 file | diff | annotate
Sat, 19 May 2007 21:38:47 +0000 Richard Laager merge of '1442df274a24edc9a31194327bd00dfbcf478720' file | diff | annotate | base
(0) -60 tip

mercurial