Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libempathy: Store certificate exceptions in gnome-keyring. | Stef Walter | 2010-12-24 | 1 | -127/+0 |
| | | | | Use libgcr to store certificate trust exceptions properly. | ||||
* | Use tp_clear_boxed() to free the Rejection array | Cosimo Cecchi | 2010-09-14 | 1 | -1/+2 |
| | |||||
* | Update Empathy to the new draft API | Cosimo Cecchi | 2010-09-13 | 1 | -3/+24 |
| | |||||
* | Use TP_ARRAY_TYPE_UCHAR_ARRAY_LIST | Cosimo Cecchi | 2010-09-09 | 1 | -19/+5 |
| | |||||
* | Make sure we allocate the right size for certificates | Cosimo Cecchi | 2010-09-08 | 1 | -5/+6 |
| | |||||
* | Use better names for saving the certificates | Cosimo Cecchi | 2010-09-08 | 1 | -2/+16 |
| | |||||
* | coding style fixesEMPATHY_2_31_91 | Guillaume Desmottes | 2010-08-30 | 1 | -2/+1 |
| | |||||
* | Properly handle corner cases of _prepare_async() called twice | Cosimo Cecchi | 2010-08-24 | 1 | -0/+26 |
| | | | | | | - If it's called twice before the first call returned, emit an error. - If it's called twice on an already-prepared object, just successfully return. | ||||
* | Don't leak certificate data | Cosimo Cecchi | 2010-08-24 | 1 | -1/+2 |
| | |||||
* | Make EmpathyTLSCertificate a TpProxy subclass | Cosimo Cecchi | 2010-08-24 | 1 | -147/+54 |
| | |||||
* | Use _complete instead of _complete_in_idle() | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| | |||||
* | Use the hash table directly as a parameter to reject () | Cosimo Cecchi | 2010-08-19 | 1 | -6/+1 |
| | | | | Clients will have to fill it anyway | ||||
* | Remove whitespace | Cosimo Cecchi | 2010-08-19 | 1 | -3/+3 |
| | |||||
* | Make _accept/_reject real async methods | Cosimo Cecchi | 2010-08-19 | 1 | -9/+60 |
| | |||||
* | Add a method to store the CA certificate | Cosimo Cecchi | 2010-08-13 | 1 | -0/+119 |
| | |||||
* | Make sure to release all the references | Cosimo Cecchi | 2010-08-13 | 1 | -0/+4 |
| | |||||
* | Add debug output | Cosimo Cecchi | 2010-08-13 | 1 | -0/+2 |
| | |||||
* | Update to the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 1 | -25/+6 |
| | |||||
* | Update for the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 1 | -6/+64 |
| | |||||
* | Add the proxy properties and methods. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+96 |
| | | | | Mirror them on the GObject itself, for Empathy to use and consume them. | ||||
* | Add the Authentication.TLSCertificate iface | Cosimo Cecchi | 2010-08-13 | 1 | -0/+5 |
| | |||||
* | Add EmpathyTLSCertificate. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+292 |