[Bug 296867]

2016-03-15 Thread G4JC
Worth mentioning that Xavier Claessens's never implemented patch is now likely 
vulnerable anyway...
https://www.helpnetsecurity.com/2016/03/10/critical-bug-libotr-open-users-chatsecure-adium-pidgin-compromise/

Upstream libotr has already addressed the vulnerability, so any attempts
at this should be sure to implement the latest version without the
memory bug.

@Andre Klapper: All I asked for was a quick tutorial on how to build it.
However, as the years have continued to go by, I am now uninterested and
have stopped using most GNOME telecommunication products completely due
to lack of documentation and security. ¯\_(ツ)_/¯

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 296867]

2015-10-01 Thread G4JC
@Xavier: Can't you provide us, at very least, a small tutorial showing
how to compile this with the latest empathy build? Because it doesn't
work.

If not - I donated years ago for this to be implemented, so I'll want my
money back. :P

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 296867]

2015-06-05 Thread G4JC
In regards to my previous comment. I discovered enable-otr is in
/src/connection.c, once you get the right branch...

git clone git://people.freedesktop.org/~smcv/telepathy-gabble
git checkout untested-otr

I also tried setting the default "FALSE" option to "TRUE". Still OTR
doesn't work for me, perhaps empathy also needs to be patched (instead
of just gabble). However Xaivers empathy branch no longer runs properly
on my system due to changes in gtk, so I am unable to test the older
version.

So, that's as far as I made it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 296867]

2015-06-04 Thread G4JC
(In reply to Xavier Claessens from comment #99)
> You probably want python2. Build just fine on ubuntu 15.04, it just has a
> warning for a deprecated gnutls function, but you can ignore that with
> --disable-Werror (or make a fix).
> 
> sudo apt-get build-dep telepathy-gabble
> ./autogen.sh --disable-Werror
> make
> make install

I can confirm it compiles after fixing the depreciated function and
forcing the Makefile to use python2.7 followed by making it read-only
(keeps trying to put 3.4 in there).

So after I ran the make install I started up empathy, but was unable to
use "/otr start". It claims command is not found.

I then read this:
> You need to set "enable-otr=true" in your CM parameters, otherwise OTR is 
> disabled 

No idea what a CM parameter is or where to set it, so I ran grep on all
the files. Nothing says "enable-otr".

Can someone clarify where to put that line?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 296867]

2015-06-02 Thread G4JC
(In reply to Xavier Claessens from comment #97)
> See comment #81 for the few items missing. As far as I'm concerned it can be
> merged if someone just fix those, and it's close to trivial to do IIRC.

Seeing as the compile process isn't well documented, it's very confusing
for newcomers. If you'll also note, someone else asked if you could
provide some build instructions on your blog post to help compile it.

>From what I've managed to figure out so far, with some hours of trial
and error...


git clone git://people.freedesktop.org/~smcv/telepathy-gabble --single-branch 
untested-otr

cd untested-otr/
sh autogen.sh
cd lib/ext/wocky
sh autogen.sh
make
cd ../../..
cd src
sed -i.bak "s/#define \_BSD_SOURCE/#define \_DEFAULT_SOURCE/g" ft-manager.c
cd ..
cd tools
sed -i.bak "s/xrange/range/g" xincludator.py
//give up at this point since this project has tons of Python3 bugs I need to 
research...
//then presumably//
./configure
make install
--

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 296867]

2015-06-02 Thread G4JC
(In reply to JKAbrams from comment #93)
> What is the status of this project? Is it dead?

More like (deliberately?) ignored. When most all the work is done, and
working patches exist you have to wonder...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 296867] Re: empathy needs to support OTR encryption

2015-06-02 Thread G4JC
Just so everyone knows, this has been completed quite some time ago via
a bounty developer on FreedomSponsors.

However, upstream is furiously continuing to ignore the patch and keep their 
users insecure.
Source of upstream stupidity: 
https://bugs.freedesktop.org/show_bug.cgi?id=16891#c46

Read More about how the patch was made:
https://freedomsponsors.org/issue/333/telepathy-should-support-otr-encryption

PoC working patch: https://launchpad.net/~zdra/+archive/ubuntu/otr

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 296867]

2014-05-03 Thread G4JC
This is fantastic news Xavier. Thank you for your hard work - this
proves that crowd funding great ideas works! Now GNOME project will be
able to celebrate Reset The Net on June 5th. Someone should nominate!
https://www.resetthenet.org/

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 296867]

2013-08-29 Thread G4JC
Hi everyone. 
This issue is a big deal for me, so I'm willing to pay USD 50.00 for it.
This offer is registered on FreedomSponsors 
(http://freedomsponsors.org/core/issue/333/telepathy-should-support-otr-encryption).
If you solve it (according to the acceptance criteria described there), please 
register on FreedomSponsors and mark it as resolved there
I'll then check it out and gladly pay up!

Oh, and if anyone else also wants throw in a few bucks on this, you
should check out FreedomSponsors!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 552650] Re: gnome-appearance-properties crashed with SIGSEGV in g_closure_invoke()

2010-03-31 Thread G4JC
Just got this bug on the amd64 March 31st livecd build of Lucid.
Whenever I click on "appearances" or click "change desktop background" I
get this bug. It may be due to following this tutorial on moving the
window buttons to the right? http://blog.daviey.com/blogroll/anything-
but-the-buttons.html

-- 
gnome-appearance-properties crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/552650
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs