Mon, 11 Jan 2021 01:51:14 -0600 Gary Kramlich Split PurpleProtocolChat to its own file and clean up the API. file | diff | annotate
Thu, 03 Dec 2020 22:29:01 -0600 Gary Kramlich Fix a bug in purple_protocol_client_normalize which was requiring an account. Also remove the account parameter from purple_normalize_nocase as it wasn't used there. file | diff | annotate
Thu, 03 Dec 2020 04:34:04 -0600 Gary Kramlich Fix the PurpleProtocolClient interface and split it out to its own file. file | diff | annotate
Sat, 10 Oct 2020 02:05:12 -0500 Gary Kramlich Use the irc nick as the ident when the user has not specified on. Fixes PIDGIN-17435 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, 13 Aug 2020 21:07:35 -0500 Gary Kramlich Make PurpleProtocolIM a proper interface file | diff | annotate
Sun, 14 Jun 2020 02:56:02 -0500 Gary Kramlich Fix some issues on macos that resulted from the internal.h cleanup 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 11:33:58 +0100 David Woodhouse Add chat_send_file() facility release-2.x.y 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
Wed, 02 Oct 2019 19:56:45 -0400 Elliott Sales de Andrade Don't pass literals to g_set_error / g_error_new. file | diff | annotate
Wed, 02 Oct 2019 18:01:33 -0400 Elliott Sales de Andrade Simplify some conditions. file | diff | annotate
Tue, 01 Oct 2019 07:19:14 +0000 Gary Kramlich Merged in default (pull request #578) file | diff | annotate
Sun, 15 Sep 2019 17:11:46 -0400 Elliott Sales de Andrade Replace Purple type macros by GObject macros. file | diff | annotate
Mon, 16 Sep 2019 21:08:27 -0400 Elliott Sales de Andrade Silence various discarded const warnings. file | diff | annotate
Tue, 06 Aug 2019 19:50:26 -0400 Elliott Sales de Andrade Rename *_TYPE_*_IFACE to more standard *_TYPE_*. file | diff | annotate
Tue, 06 Aug 2019 17:40:37 -0400 Elliott Sales de Andrade Rename *Iface to more standard names. file | diff | annotate
Wed, 10 Jul 2019 06:30:05 +0000 Gary Kramlich Merged in default (pull request #511) 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
Sat, 29 Jun 2019 04:26:06 -0400 Elliott Sales de Andrade Inline the irc_read_input function. file | diff | annotate
Thu, 01 Feb 2018 23:21:30 -0600 Gary Kramlich Move the ProtocolActionInterface to action.[ch] file | diff | annotate
Fri, 23 Nov 2018 16:45:22 -0600 Mike Ruprecht irc: Implement URI handler file | diff | annotate
Mon, 19 Jun 2017 20:18:30 -0500 Mike Ruprecht irc: Port to use refactored PurpleQueuedOutputStream file | diff | annotate
Thu, 03 May 2018 18:17:21 -0500 Mike Ruprecht xfer: Rename PurpleProtocolXferInterface.send() to send_file() file | diff | annotate
Thu, 22 Mar 2018 22:30:30 +0000 David Woodhouse Add get_cb_alias() to PRPLs trac17295 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 02:41:47 -0300 dx irc: show protocol debug if PURPLE_VERBOSE_DEBUG=1 release-2.x.y file | diff | annotate
Thu, 04 Jan 2018 22:39:03 -0600 Gary Kramlich Remove all #if 0's from the prpls file | diff | annotate
Thu, 31 Aug 2017 22:40:50 -0500 Gary Kramlich Initial attempt at removing the magic around PurpleProtocolXferInterface file | diff | annotate
Tue, 24 Oct 2017 14:12:05 -0400 Shivaram Lingamneni review fix: do the maximum allowable read each time bug_12562 file | diff | annotate
Fri, 29 Sep 2017 15:50:41 -0400 Shivaram Lingamneni fixes to IRC buffer handling bug_12562 file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Sat, 27 May 2017 20:04:10 -0300 dx Merge release-2.x.y changes, fix changelog conflicts release-2.x.y file | diff | annotate
Thu, 06 Apr 2017 03:26:50 -0300 dx irc: update buflen if irc-sending-text changed the text to send release-2.x.y file | diff | annotate
Thu, 23 Mar 2017 21:01:15 +0300 qarkai Replace !strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Sat, 27 Aug 2016 18:45:17 -0500 Mike Ruprecht irc: Pass PurpleConnection errors as GErrors file | diff | annotate
Sat, 27 Aug 2016 18:42:46 -0500 Mike Ruprecht irc: Use new purple_gio_socket_client_new() helper function file | diff | annotate
Fri, 26 Aug 2016 03:36:37 -0500 Mike Ruprecht irc: Use new purple_connection_take_error() file | diff | annotate
Fri, 26 Aug 2016 03:04:41 -0500 Mike Ruprecht connection: Drop description argument from purple_connection_g_error() file | diff | annotate
Fri, 26 Aug 2016 00:00:52 -0500 Mike Ruprecht irc: Use new purple_gio_graceful_close() function file | diff | annotate
Sun, 01 May 2016 19:34:53 -0500 Mike Ruprecht irc: Store strlen() value to avoid calling it twice in irc_send_len() file | diff | annotate
Fri, 29 Apr 2016 02:31:02 -0500 Mike Ruprecht irc: Port to use Gio directly for the main connection file | diff | annotate
Thu, 14 Jan 2016 00:09:55 -0500 Michael McConville Simplify checks for empty strings file | diff | annotate
Sat, 19 Dec 2015 14:29:01 -0500 Michael McConville Require SSL/TLS support. ok'd by elb@ file | diff | annotate
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
Tue, 20 May 2014 10:36:58 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 07 Apr 2014 20:02:22 +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
Fri, 31 Jan 2014 19:01:27 +0530 Ankit Vani Rename 'protocol_options' field of PurpleProtocol to more appropriate 'account_options' 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 01:48:42 +0530 Ankit Vani Change protocol IDs to prpl-* soc.2013.gobjectification.plugins file | diff | annotate
Sat, 18 Jan 2014 03:52:59 +0530 Ankit Vani Rename protocol plugin IDs to prpl-* soc.2013.gobjectification.plugins file | diff | annotate
Sat, 18 Jan 2014 03:46:41 +0530 Ankit Vani Re-revert pref renames soc.2013.gobjectification.plugins file | diff | annotate
Fri, 17 Jan 2014 21:45:33 +0530 Ankit Vani Backed out changeset bc6040e3f9c8 soc.2013.gobjectification.plugins file | diff | annotate
Fri, 17 Jan 2014 18:22:02 +0530 Ankit Vani Revert pref renames soc.2013.gobjectification.plugins file | diff | annotate
Tue, 08 Oct 2013 20:31:41 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
(0) -100 -60 tip

mercurial