Thu, 11 Aug 2022 21:56:21 -0500 Gary Kramlich Make cyrus-sasl required file | diff | annotate
Wed, 27 Apr 2022 23:44:53 -0500 Gary Kramlich Make all irc login time commands skip the rate limiter. release-2.x.y file | diff | annotate
Tue, 02 Nov 2021 00:41:03 -0500 Gary Kramlich Make sure our GError variables are initialized to NULL file | diff | annotate
Fri, 12 Feb 2021 18:37:00 -0600 Arkadiy Illarionov Use specific purple_debug_* functions file | diff | annotate
Fri, 20 Nov 2020 16:19:48 -0600 Elliott Sales de Andrade Fix some GError leaks. file | diff | annotate
Sat, 22 Aug 2020 04:03:26 -0500 Gary Kramlich Remove and replace a number of the purple utility functions 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, 16 Oct 2019 01:06:17 +0300 qarkai Use GSList functions instead of manual iterations file | diff | annotate
Fri, 11 Oct 2019 05:35:07 +0000 Gary Kramlich Merged in default (pull request #594) file | diff | annotate
Thu, 10 Oct 2019 21:14:45 -0400 Elliott Sales de Andrade Use monotonic time for IRC ping messages. file | diff | annotate
Sat, 28 Sep 2019 03:32:17 -0500 Gary Kramlich Update the irc prpl to only use purple.h file | diff | annotate
Mon, 13 May 2019 14:50:17 +0200 Olaf Hering sort the _irc_msgs array irc file | diff | annotate
Thu, 29 Mar 2018 23:20:36 -0500 Gary Kramlich Mergin 2.13.0 into default file | diff | annotate
Thu, 08 Mar 2018 00:09:39 -0600 Gary Kramlich Merging public updates release-2.x.y file | diff | annotate
Tue, 06 Mar 2018 06:24:07 +0000 Gary Kramlich Merged in dequisdequis/security/release-2.x.y (pull request #23) release-2.x.y file | diff | annotate
Mon, 05 Mar 2018 04:26:11 -0300 dx irc: Fix write of a single \0 before the start of a buffer in irc_parse_ctcp release-2.x.y file | diff | annotate
Mon, 05 Mar 2018 04:07:09 -0300 dx irc: fix read out of bounds in irc_nick_skip_mode release-2.x.y file | diff | annotate
Mon, 05 Mar 2018 02:58:42 -0300 dx irc: handle AUTHENTICATE as a normal command with server prefix release-2.x.y file | diff | annotate
Mon, 05 Mar 2018 02:41:47 -0300 dx irc: show protocol debug if PURPLE_VERBOSE_DEBUG=1 release-2.x.y file | diff | annotate
Sat, 27 Aug 2016 18:45:17 -0500 Mike Ruprecht irc: Pass PurpleConnection errors as GErrors file | diff | annotate
Wed, 26 Nov 2014 16:01:25 +0530 Ankit Vani Merged default branch 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
Tue, 21 Jan 2014 02:37:31 +0530 Ankit Vani Update protocol IDs in codebase soc.2013.gobjectification.plugins file | diff | annotate
Sun, 20 Oct 2013 18:19:34 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 21 Sep 2013 17:01:08 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Wed, 04 Sep 2013 00:25:01 +0530 Ankit Vani Make protocols unregister their commands when being removed 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, 22 Aug 2013 01:36:58 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 18 Aug 2013 00:04:13 +0530 Ankit Vani Replaced some _prpl_ stuff with _protocol_ 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
Mon, 12 Aug 2013 00:51:27 +0530 Ankit Vani Refactored irc to use the new plugin API soc.2013.gobjectification.plugins file | diff | annotate
Thu, 13 Nov 2014 01:06:59 -0500 Elliott Sales de Andrade Merge with release-2.x.y file | diff | annotate
Thu, 13 Nov 2014 00:56:55 -0500 Elliott Sales de Andrade Remove -Wno-sign-compare and backport fixes from default. release-2.x.y file | diff | annotate
Thu, 23 Jan 2014 23:38:47 -0800 Mark Doliner Merge release-2.x.y branch into main, with manual merges in file | diff | annotate
Tue, 21 Jan 2014 21:50:00 -0500 Daniel Atallah Followup on 639ec03ba1ba related to the IRC security fixes - also fix debugging release-2.x.y file | diff | annotate
Tue, 21 Jan 2014 21:19:04 -0500 Daniel Atallah Merge release-2.x.y file | diff | annotate
Mon, 20 Jan 2014 09:17:46 -0800 Mark Doliner I think 317 actually only requires 3 args. I think the fourth is optional. release-2.x.y file | diff | annotate
Mon, 20 Jan 2014 00:02:17 -0800 Mark Doliner Merge with a fair number of conflicts. Nothing too crazy. file | diff | annotate
Sat, 18 Jan 2014 10:21:44 -0800 Mark Doliner Fill in req_cnt for irc_msg_kick and irc_msg_nick. release-2.x.y file | diff | annotate
Thu, 16 Jan 2014 12:11:19 +0100 Tomasz Wasilczyk IRC: fill required command parameter counts (part 3) release-2.x.y file | diff | annotate
Thu, 16 Jan 2014 11:46:05 +0100 Tomasz Wasilczyk IRC: fill required command parameter counts (part 2) release-2.x.y file | diff | annotate
Thu, 16 Jan 2014 11:28:22 +0100 Tomasz Wasilczyk IRC: fill required command parameter counts (part 1) release-2.x.y file | diff | annotate
Thu, 16 Jan 2014 02:04:48 +0100 Tomasz Wasilczyk IRC: implement support for required args checking in message parser release-2.x.y file | diff | annotate
Sun, 05 May 2013 01:12:06 +0000 Andy Spencer Improve IRC whois command release-2.x.y file | diff | annotate
Sun, 20 Oct 2013 18:19:05 +0530 Ankit Vani Fixed warnings soc.2013.gobjectification file | diff | annotate
Sat, 21 Sep 2013 11:54:03 +0200 Tomasz Wasilczyk Notify API: extend purple_notify_message with PurpleRequestCommonParameters file | diff | annotate
Wed, 21 Aug 2013 14:59:29 +0200 Tomasz Wasilczyk Fix most of libpurple warnings about -Wsign-compare file | diff | annotate
Sun, 03 Mar 2013 18:35:43 -0500 Daniel Atallah Merge with release-2.x.y file | diff | annotate
Sat, 02 Mar 2013 17:20:56 -0500 Daniel Atallah Add some error checking for sscanf usage (there are more places that could use this) release-2.x.y file | diff | annotate
Sun, 13 Jan 2013 15:17:57 -0600 Richard Laager Merge 33548 from release-2.x.y file | diff | annotate
Sun, 13 Jan 2013 14:53:18 -0600 Richard Laager Merge revision 33421 from release-2.x.y file | diff | annotate
Sat, 01 Dec 2012 14:52:22 -0500 Ethan Blanton Print topic setter information at channel join. release-2.x.y file | diff | annotate
Tue, 25 Sep 2012 22:58:51 +0200 Thijs Alkemade Implement SASL support for IRC, using Cyrus. release-2.x.y file | diff | annotate
Tue, 29 Nov 2011 03:59:09 +0000 Ethan Blanton propagate from branch 'im.pidgin.pidgin.2.x.y' (head e0abdcaf6fd9c5cb5ab4110e5e87bb8ee16f5a76) file | diff | annotate
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore. file | diff | annotate
Wed, 05 Oct 2011 07:33:20 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head cfe7f906696340cd1b4386e8db155c290a3478bf) 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
Tue, 30 Aug 2011 18:34:11 +0000 Andrew Victor Convert irc prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data(). file | diff | annotate
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error file | diff | annotate
(0) -100 -60 tip

mercurial