Re: Exposing KSSL in KIO

2012-04-07 Thread Thiago Macieira
On domingo, 8 de abril de 2012 01.55.06, George Kiagiadakis wrote: > On Sat, Apr 7, 2012 at 5:54 PM, Thiago Macieira wrote: > > On sábado, 7 de abril de 2012 14.25.10, Sune Vuorela wrote: > >> On 2012-04-06, Thiago Macieira wrote: > >> > On sexta-feira, 6 de abril de 2012 01.14.34, David Edmundso

Re: Exposing KSSL in KIO

2012-04-07 Thread George Kiagiadakis
On Sat, Apr 7, 2012 at 5:54 PM, Thiago Macieira wrote: > On sábado, 7 de abril de 2012 14.25.10, Sune Vuorela wrote: >> On 2012-04-06, Thiago Macieira wrote: >> > On sexta-feira, 6 de abril de 2012 01.14.34, David Edmundson wrote: >> >> > I don't think so. The classes are likely not to be exporte

Re: Exposing KSSL in KIO

2012-04-07 Thread Thiago Macieira
On sábado, 7 de abril de 2012 14.25.10, Sune Vuorela wrote: > On 2012-04-06, Thiago Macieira wrote: > > --nextPart4816581.q9J4AAnfuU > > Content-Transfer-Encoding: 7Bit > > Content-Type: text/plain; charset="us-ascii" > > > > On sexta-feira, 6 de abril de 2012 01.14.34, David Edmundson wrote: > >>

Re: Exposing KSSL in KIO

2012-04-07 Thread Sune Vuorela
On 2012-04-06, Thiago Macieira wrote: > > --nextPart4816581.q9J4AAnfuU > Content-Transfer-Encoding: 7Bit > Content-Type: text/plain; charset="us-ascii" > > On sexta-feira, 6 de abril de 2012 01.14.34, David Edmundson wrote: >> > I don't think so. The classes are likely not to be exported. >> >> W

Re: Exposing KSSL in KIO

2012-04-06 Thread Thiago Macieira
On sexta-feira, 6 de abril de 2012 01.14.34, David Edmundson wrote: > > I don't think so. The classes are likely not to be exported. > > Weirdly they are. At least there's a "KIO_EXPORT" in the class > definition in the header of KSSLCertificate. Then they are exported. I didn't check the file, I

Re: Exposing KSSL in KIO

2012-04-06 Thread David Edmundson
On Fri, Apr 6, 2012 at 12:36 AM, Thiago Macieira wrote: > On quinta-feira, 5 de abril de 2012 21.41.00, David Edmundson wrote: >> In KDE Telepathy one the tasks I'm currently doing is certificate >> handling. We get the certificate from telepathy and have to prompt the >> user if they want to acce

Re: Exposing KSSL in KIO

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 21.41.00, David Edmundson wrote: > In KDE Telepathy one the tasks I'm currently doing is certificate > handling. We get the certificate from telepathy and have to prompt the > user if they want to accept an invalid certificate. > All the normal SSL work is done i

Exposing KSSL in KIO

2012-04-05 Thread David Edmundson
In KDE Telepathy one the tasks I'm currently doing is certificate handling. We get the certificate from telepathy and have to prompt the user if they want to accept an invalid certificate. All the normal SSL work is done in this telepathy component shared by gnome, but any user prompts have to go t