| Thu, 18 Jan 2018 23:46:05 -0600 |
Gary Kramlich |
First pass at moving attention to it's own files
|
file |
diff |
annotate
|
| Thu, 04 Jan 2018 22:39:03 -0600 |
Gary Kramlich |
Remove all #if 0's from the prpls
|
file |
diff |
annotate
|
| Sun, 26 Nov 2017 01:30:28 -0600 |
Gary Kramlich |
make sure all the PurpleProtocolXfer parameters are named prplxfer
|
file |
diff |
annotate
|
| Fri, 24 Nov 2017 01:36:19 -0600 |
Gary Kramlich |
fix up jabber for the xfer cleanups
|
file |
diff |
annotate
|
| Thu, 23 Nov 2017 22:30:26 -0600 |
Gary Kramlich |
merging with default to fix conflicts
|
file |
diff |
annotate
|
| Thu, 07 Sep 2017 22:55:03 -0500 |
Gary Kramlich |
Update the PurpleProtocolXferInterface to pass around the interfance instance as well
|
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, 28 Nov 2017 16:24:12 +0800 |
Tom Li |
jabber.c: remove the historical giant #if 0 bloclk in jabber_process_starttls()
release-2.x.y
|
file |
diff |
annotate
|
| Tue, 28 Nov 2017 16:20:03 +0800 |
Tom Li |
jabber.c: remove the unnecessary debug warning if SSL/TLS is absent
release-2.x.y
|
file |
diff |
annotate
|
| Sat, 25 Nov 2017 21:42:28 +0800 |
Tom Li |
jabber.c: fix #17270, ignore STARTTLS when using BOSH.
release-2.x.y
|
file |
diff |
annotate
|
| Fri, 03 Nov 2017 01:22:04 -0500 |
Gary Kramlich |
Merged release-2.x.y into default
|
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
|
| Thu, 16 Jul 2015 14:11:57 -0400 |
Michael McConville |
Remove default XMPP file transfer proxy and replace existing defaults in user prefs. See ticket #16535. (ok'd by elb, etan, datallah)
release-2.x.y
|
file |
diff |
annotate
|
| Thu, 01 Jun 2017 17:42:54 -0500 |
Mike Ruprecht |
Merge/update port to GChecksum changes, resolving conflicts
|
file |
diff |
annotate
|
| Thu, 29 Sep 2016 20:09:55 -0500 |
Mike Ruprecht |
jabber: Port to use GChecksum instead of PurpleHash
|
file |
diff |
annotate
|
| Thu, 25 May 2017 20:30:56 -0500 |
Gary Kramlich |
Merge default back in
|
file |
diff |
annotate
|
| Tue, 11 Oct 2016 23:32:23 -0500 |
Gary Kramlich |
rename purple_image_get_size to purple_image_get_data_size and deal with the fallout
|
file |
diff |
annotate
|
| Tue, 11 Apr 2017 21:12:24 +0300 |
qarkai |
Replace strcmp() with null safe g_strcmp0()
string-comparison-r2
|
file |
diff |
annotate
|
| Fri, 24 Mar 2017 13:01:08 +0300 |
qarkai |
Use g_strcmp0() for code simplification
string-comparison-r2
|
file |
diff |
annotate
|
| Fri, 24 Mar 2017 12:29:27 +0300 |
qarkai |
Remove redundant NULL checks
string-comparison-r2
|
file |
diff |
annotate
|
| Fri, 24 Mar 2017 02:23:46 +0300 |
qarkai |
Replace strcmp() with purple_strequal()
string-comparison-r2
|
file |
diff |
annotate
|
| Thu, 23 Mar 2017 21:01:15 +0300 |
qarkai |
Replace !strcmp() with purple_strequal()
string-comparison-r2
|
file |
diff |
annotate
|
| Thu, 23 Mar 2017 19:19:01 +0300 |
qarkai |
Replace misused g_str_equal() with purple_strequal()
string-comparison-r2
|
file |
diff |
annotate
|
| Fri, 10 Mar 2017 20:36:55 -0600 |
Gary Kramlich |
Merge 2.12.0 into default
|
file |
diff |
annotate
|
| Fri, 04 Nov 2016 23:32:06 -0300 |
dx |
jabber: Use purple_strequal to compare possibly-null ft_proxies setting
|
file |
diff |
annotate
|
| Wed, 05 Oct 2016 16:19:47 -0500 |
Mike Ruprecht |
Remove Facebook (XMPP) account option and support code
release-2.x.y
|
file |
diff |
annotate
|
| Tue, 23 Aug 2016 04:40:20 -0400 |
Elliott Sales de Andrade |
Remove unused variables and functions.
|
file |
diff |
annotate
|
| Mon, 02 May 2016 23:16:31 -0500 |
Gary Kramlich |
some more scan build fixes
|
file |
diff |
annotate
|
| Mon, 02 May 2016 08:28:24 -0500 |
Gary Kramlich |
Fix a dead assignment
|
file |
diff |
annotate
|
| Thu, 03 Sep 2015 14:32:09 +0200 |
Jakub Adam |
Fix jabber password dialog infinite loop with SASL
|
file |
diff |
annotate
|
| Thu, 07 Jan 2016 21:06:29 -0600 |
Mike Ruprecht |
Plug g_resolver_get_default() leaks
|
file |
diff |
annotate
|
| Thu, 07 Jan 2016 20:12:24 -0600 |
Mike Ruprecht |
Use the GResolver which was passed to g_resolver_lookup_*_async()
|
file |
diff |
annotate
|
| Thu, 07 Jan 2016 19:54:29 -0600 |
Mike Ruprecht |
Ensure g_resolver_lookup_*_(async|finish)() calls match
|
file |
diff |
annotate
|
| Mon, 21 Dec 2015 22:14:59 -0600 |
Gary Kramlich |
Merge default back in
use-gresolver
|
file |
diff |
annotate
|
| Fri, 18 Dec 2015 18:26:12 -0600 |
Gary Kramlich |
This should do it for XMPP
use-gresolver
|
file |
diff |
annotate
|
| Mon, 21 Dec 2015 14:46:12 -0500 |
Michael McConville |
Remove NULL-checks before free(). No functional change.
|
file |
diff |
annotate
|
| Sat, 19 Dec 2015 14:29:01 -0500 |
Michael McConville |
Require SSL/TLS support. ok'd by elb@
|
file |
diff |
annotate
|
| Sat, 17 Oct 2015 20:41:26 -0400 |
James Geboski |
Merge default into facebook
facebook
|
file |
diff |
annotate
|
| Sat, 30 May 2015 06:02:33 -0400 |
James Geboski |
jabber: removed explicit Facebook support
facebook
|
file |
diff |
annotate
|
| Thu, 16 Jul 2015 14:11:57 -0400 |
Michael McConville |
Remove default XMPP file transfer proxy and replace existing defaults in user prefs. See ticket #16535. (ok'd by elb, etan, datallah)
|
file |
diff |
annotate
|
| Thu, 21 May 2015 00:06:37 -0400 |
mmcconville |
Replace 0s that represent null function pointers with NULL
|
file |
diff |
annotate
|
| Fri, 10 Apr 2015 13:30:18 +0530 |
Ankit Vani |
Added send_dtmf to protocol media interface
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
|
| Thu, 15 May 2014 10:16:32 +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
|
| Fri, 25 Apr 2014 16:55:07 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 11 Apr 2014 16:23:12 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 15 Feb 2014 17:19:34 +0530 |
Ankit Vani |
Merged default branch
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
|
| Sun, 26 Jan 2014 02:36:49 +0530 |
Ankit Vani |
Merge 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
|
| 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
|
| Thu, 24 Oct 2013 18:21:35 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 12 Oct 2013 17:43:23 +0530 |
Ankit Vani |
Register jingle types dynamically
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
|