changelog
- Fri, 18 Jan 2013 03:51:05 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Fri, 18 Jan 2013 03:51:05 -0500] rev 33643
- Move blist loading into purple_core_init.
The comments say we want to move this into purple_blist_init, but that
seems like it would be problematic. We need the UI ops to be set, which
moves blist init after UI init. But stuff needs blist signals to be
registered before UI init, etc., etc. It seemed like a pain to work that
all out. I made purple_blist_boot for purple_core_init to call after the
UI init happened. It could have been called _load, but I didn't want
people to accidentally continue calling it.
- Fri, 18 Jan 2013 03:26:59 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Fri, 18 Jan 2013 03:26:59 -0500] rev 33642
- Fix an assertion.
- Fri, 18 Jan 2013 02:09:11 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Fri, 18 Jan 2013 02:09:11 -0500] rev 33641
- Fix Perl plugin stuff.
- Fri, 18 Jan 2013 01:31:48 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Fri, 18 Jan 2013 01:31:48 -0500] rev 33640
- Move pounce loading into purple_pounces_init().
I think this may depend on accounts existing, but fortunately that
is already the case.
- Thu, 17 Jan 2013 23:57:52 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Thu, 17 Jan 2013 23:57:52 -0500] rev 33639
- Add the Baltimore CyberTrust Root certificate.
This certificate is the root that now signs the chain sent from
the MSN contact servers.
Fixes #15468.
- Thu, 17 Jan 2013 23:57:52 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Thu, 17 Jan 2013 23:57:52 -0500] rev 33638
- Add the Baltimore CyberTrust Root certificate.
This certificate is the root that now signs the chain sent from
the MSN contact servers.
Fixes #15468.
- Thu, 17 Jan 2013 22:38:40 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Thu, 17 Jan 2013 22:38:40 -0500] rev 33637
- Merge PurpleCertificateInvalidityFlags and PurpleCertificateValidationStatus.
- Thu, 17 Jan 2013 20:29:52 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Thu, 17 Jan 2013 20:29:52 -0500] rev 33636
- Add some more certificate debugging.
- Thu, 17 Jan 2013 20:06:23 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Thu, 17 Jan 2013 20:06:23 -0500] rev 33635
- Remove expired certificates.
Microsoft_Internet_Authority.pem expired at Feb 19 18:24:53 2011 GMT.
Microsoft_Secure_Server_Authority.pem expired at Feb 19 18:24:53 2011 GMT.
Verisign_RSA_Secure_Server_CA.pem expired at Jan 7 23:59:59 2010 GMT.
- Thu, 17 Jan 2013 18:18:55 -0500
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Thu, 17 Jan 2013 18:18:55 -0500] rev 33634
- Fix macro tests for USE_VV.