Mon, 09 Jul 2007 03:26:18 +0000 |
William Ehlhardt |
- Remove a duplicate field from CertificateScheme. Oops.
|
Mon, 09 Jul 2007 03:12:15 +0000 |
William Ehlhardt |
- Add get_activation_time and get_expiration_time to CertificateScheme
|
Sun, 08 Jul 2007 04:27:02 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 1ede3f4c61fab6e6979e40b2169494d27af5f528)
|
Sun, 08 Jul 2007 04:23:55 +0000 |
William Ehlhardt |
- Fix intermittent crash due to uninitialized variable
|
Sun, 08 Jul 2007 02:52:40 +0000 |
William Ehlhardt |
- GnuTLS plugin no longer uses write_data_to_file from util. It has been
|
Sun, 08 Jul 2007 02:32:25 +0000 |
William Ehlhardt |
- Fix an incorrect assertion in GnuTLS plugin
|
Sun, 08 Jul 2007 02:25:17 +0000 |
William Ehlhardt |
- Wrote the logic for the "previously unknown host" condition in
|
Sun, 08 Jul 2007 02:10:31 +0000 |
William Ehlhardt |
- More skeletonizing for tls_cached logic.
|
Sun, 08 Jul 2007 02:01:57 +0000 |
William Ehlhardt |
- Made a logic skeleton for tls_cached verifier
|
Sun, 08 Jul 2007 01:51:50 +0000 |
William Ehlhardt |
(this revision will be disapproved)
|
Sun, 08 Jul 2007 01:37:37 +0000 |
William Ehlhardt |
merge of '05f31e865f99d6f9afec4c0f635a0c64e2884d8c'
|
Sun, 08 Jul 2007 00:46:34 +0000 |
William Ehlhardt |
- Do some weak checking to ensure that you don't attempt to store a
|
Sun, 08 Jul 2007 00:42:01 +0000 |
William Ehlhardt |
- Add pool retrieve, contains, and store functions to certificate API
|
Sun, 08 Jul 2007 00:25:11 +0000 |
William Ehlhardt |
- Rearrange certificate.h for better organization
|
Sat, 07 Jul 2007 23:59:13 +0000 |
William Ehlhardt |
- Add x509_tls_cached skeleton
|
Sat, 07 Jul 2007 23:50:47 +0000 |
William Ehlhardt |
- Comment change
|
Sat, 07 Jul 2007 20:49:22 +0000 |
William Ehlhardt |
- Add tls_peers put_cert
|
Fri, 06 Jul 2007 00:31:24 +0000 |
William Ehlhardt |
- Finish tls_peers get_cert
|
Fri, 06 Jul 2007 00:29:09 +0000 |
William Ehlhardt |
- Fixed naming issues in previous revision
|
Fri, 06 Jul 2007 00:28:14 +0000 |
William Ehlhardt |
- Add purple_certificate_import
|
Fri, 06 Jul 2007 00:21:42 +0000 |
William Ehlhardt |
- Finished tls_peers cert_in_pool
|
Thu, 05 Jul 2007 18:36:04 +0000 |
William Ehlhardt |
- Correct the certstore folder paths
|
Thu, 05 Jul 2007 05:45:29 +0000 |
William Ehlhardt |
- Add init for x509_tls_peers pool
|
Thu, 05 Jul 2007 05:35:23 +0000 |
William Ehlhardt |
- Add purple_certificate_pool_mkpath helper function
|
Thu, 05 Jul 2007 04:59:36 +0000 |
William Ehlhardt |
Documentation
|
Thu, 05 Jul 2007 04:58:11 +0000 |
William Ehlhardt |
- CertificatePool put_cert now accepts an id argument
|
Mon, 02 Jul 2007 17:18:49 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)
|
Fri, 29 Jun 2007 21:42:39 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head faad7a14fc692e8d3799948d63c004314395738b)
|
Fri, 29 Jun 2007 20:01:33 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)
|
Fri, 29 Jun 2007 04:25:54 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)
|
Fri, 29 Jun 2007 04:23:39 +0000 |
William Ehlhardt |
- Add purple_certificate_export and associated libpurple stuff
|
Thu, 28 Jun 2007 23:55:14 +0000 |
William Ehlhardt |
- Unregister x509_tls_peers as part of uninit
|
Thu, 28 Jun 2007 23:47:07 +0000 |
William Ehlhardt |
- CertificatePool member functions no longer accept a Pool instance, as Pools are expected to be singletons
|
Thu, 28 Jun 2007 23:33:53 +0000 |
William Ehlhardt |
- cert_in_pool_by_id is now just cert_in_pool; finding the uniqueID of the Certificate wanted is entirely the caller's problem
|
Thu, 28 Jun 2007 23:24:30 +0000 |
William Ehlhardt |
- Fix some errors and return values
|
Thu, 28 Jun 2007 23:22:27 +0000 |
William Ehlhardt |
- prepend > append
|
Thu, 28 Jun 2007 23:21:50 +0000 |
William Ehlhardt |
- Add find, register, and unregister for CertificatePools
|
Thu, 28 Jun 2007 21:29:54 +0000 |
William Ehlhardt |
- Add CertificatePool struct
|
Wed, 27 Jun 2007 05:03:25 +0000 |
William Ehlhardt |
- Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls
|
Wed, 27 Jun 2007 04:56:21 +0000 |
William Ehlhardt |
- Add purple_ssl_strerror for handy error description power!
|
Wed, 27 Jun 2007 04:29:24 +0000 |
William Ehlhardt |
- Jabber now understands SSL_CERTIFICATE_INVALID code
|
Wed, 27 Jun 2007 04:25:55 +0000 |
William Ehlhardt |
- Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand
|
Wed, 27 Jun 2007 04:17:13 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)
|
Wed, 27 Jun 2007 04:14:16 +0000 |
William Ehlhardt |
- x509_singleuse uses the subject_name field...somewhat
|
Wed, 27 Jun 2007 03:51:36 +0000 |
William Ehlhardt |
- Add subject_name (AKA Common Name) functions to GnuTLS x509 scheme
|
Wed, 27 Jun 2007 03:39:19 +0000 |
William Ehlhardt |
- Add purple_certificate_get_subject_name and associated libpurple
|
Wed, 27 Jun 2007 01:35:28 +0000 |
William Ehlhardt |
- More g_new0 instead of g_new
|
Wed, 27 Jun 2007 01:09:43 +0000 |
William Ehlhardt |
- Fixed an inverted assertion
|
Sun, 08 Jul 2007 01:37:23 +0000 |
William Ehlhardt |
disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae'
|
Wed, 27 Jun 2007 00:22:40 +0000 |
William Ehlhardt |
- Hack up sslconn to use a single-use verifier
|
Wed, 27 Jun 2007 00:16:58 +0000 |
William Ehlhardt |
- Certificate system now has init and uninit like other systems
|
Tue, 26 Jun 2007 23:57:16 +0000 |
William Ehlhardt |
- sslconn.c will need the certificate API
|
Tue, 26 Jun 2007 23:54:44 +0000 |
William Ehlhardt |
- ssl-gnutls plugin uses Verifiers now
|
Tue, 26 Jun 2007 23:45:43 +0000 |
William Ehlhardt |
- Add PURPLE_SSL_CERTIFICATE_INVALID error code
|
Tue, 26 Jun 2007 23:43:41 +0000 |
William Ehlhardt |
- Add purple_certificate_get_fingerprint_sha1
|
Tue, 26 Jun 2007 21:59:09 +0000 |
William Ehlhardt |
- libpurple is now responsible for some cleanup and final deletion of a
|
Tue, 26 Jun 2007 19:49:33 +0000 |
William Ehlhardt |
- Reorder struct for clarity
|
Tue, 26 Jun 2007 19:46:35 +0000 |
William Ehlhardt |
- Add purple_certificate_register_builtins
|
Tue, 26 Jun 2007 01:04:45 +0000 |
William Ehlhardt |
- Use g_new0 instead of g_new
|
Mon, 25 Jun 2007 21:38:40 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
|
Sat, 23 Jun 2007 20:34:07 +0000 |
William Ehlhardt |
- Add purple_certificate_verify_destroy and associated machinery
|
Sat, 23 Jun 2007 19:47:58 +0000 |
William Ehlhardt |
- Add certificate_destroy and certificate_destroy_list
|
Sat, 23 Jun 2007 19:28:57 +0000 |
William Ehlhardt |
- Documentation segmentation
|
Sat, 23 Jun 2007 19:24:16 +0000 |
William Ehlhardt |
- Add verifier field to SslConnection
|
Sat, 23 Jun 2007 18:42:31 +0000 |
William Ehlhardt |
- purple_certificate_verify attempts to check that the cert chain is of
|
Sat, 23 Jun 2007 00:04:49 +0000 |
William Ehlhardt |
- purple_certificate_verify now takes a Verifier argument, creates its
|
Fri, 22 Jun 2007 23:30:26 +0000 |
William Ehlhardt |
- CertificateVerifier register/unregister/find
|
Fri, 22 Jun 2007 20:49:32 +0000 |
William Ehlhardt |
- Fill out CertVerifier struct
|
Fri, 22 Jun 2007 16:30:30 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
|
Fri, 22 Jun 2007 03:58:35 +0000 |
William Ehlhardt |
- Add debugging babble
|
Fri, 22 Jun 2007 03:38:43 +0000 |
William Ehlhardt |
- More documentation
|
Fri, 22 Jun 2007 03:33:52 +0000 |
William Ehlhardt |
- Documentation correction
|
Fri, 22 Jun 2007 03:18:43 +0000 |
William Ehlhardt |
- Add GnuTLS SHA1 key fingerprinter
|
Thu, 21 Jun 2007 23:39:26 +0000 |
William Ehlhardt |
- Add more to the Certificate struct
|
Thu, 21 Jun 2007 22:53:54 +0000 |
William Ehlhardt |
disapproval of revision 'e2dc62de3f75a0206694f16b62b58dd12e062829'
|
Thu, 21 Jun 2007 22:53:39 +0000 |
William Ehlhardt |
- Add CertificatePiece element
|
Thu, 21 Jun 2007 20:56:54 +0000 |
William Ehlhardt |
- purple_ssl_get_peer_certificates
|
Thu, 21 Jun 2007 20:53:03 +0000 |
William Ehlhardt |
- Debugging babble
|
Thu, 21 Jun 2007 19:21:47 +0000 |
William Ehlhardt |
applied changes from e52b685d84ca8874da6e3e71199829e513500642
|
Thu, 21 Jun 2007 19:14:06 +0000 |
William Ehlhardt |
- More API additions
|
Thu, 21 Jun 2007 19:13:28 +0000 |
William Ehlhardt |
- GnuTLS plugin registers an x509 certscheme now
|
Thu, 21 Jun 2007 00:28:31 +0000 |
William Ehlhardt |
- Add unregister_scheme
|
Wed, 20 Jun 2007 22:42:47 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 1e05cb8a9ac73bb313b07aa7944bd320f9a91dfe)
|
Wed, 08 Aug 2007 21:05:47 +0000 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
|
Fri, 17 Aug 2007 01:54:06 +0000 |
Evan Schoenberg |
Gadu-Gadu now calls the registration_cb for the account if it is set after performing a registration
|
Wed, 08 Aug 2007 21:01:42 +0000 |
Andreas Monitzer |
Updated attention namespace to adhere to my new XEP-0224: Attention
|
Tue, 31 Jul 2007 15:01:14 +0000 |
Andreas Monitzer |
Mixed up TRUE and FALSE.
|
Tue, 31 Jul 2007 03:50:41 +0000 |
Andreas Monitzer |
Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
|
Mon, 30 Jul 2007 00:05:02 +0000 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)
|
Tue, 14 Aug 2007 02:33:01 +0000 |
Jeffrey Connelly |
Change two strcmp()s to purple_utf8_strcasecmp() for case-insensitive comparison.
|
Tue, 14 Aug 2007 02:45:06 +0000 |
Jeffrey Connelly |
disapproval of revision 'b888bc5c0494c9dd0398baba81e4d602ac88948f'
|
Mon, 13 Aug 2007 05:59:24 +0000 |
Jeffrey Connelly |
Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes
|
Mon, 13 Aug 2007 01:36:30 +0000 |
Jeffrey Connelly |
Show buddy icons.
|
Mon, 13 Aug 2007 00:43:11 +0000 |
Jeffrey Connelly |
Conditionally compile out a few advanced configuration options (status text
|
Mon, 13 Aug 2007 00:38:43 +0000 |
Jeffrey Connelly |
Refactor msim_tooltip_text() and msim_get_info_cb(), so that they now both use
|
Sun, 12 Aug 2007 23:20:07 +0000 |
Jeffrey Connelly |
Use MsimUser structure for storing ephemeral information on users, instead
|
Sun, 12 Aug 2007 23:16:53 +0000 |
Jeffrey Connelly |
Conditionally-compile out debugging statements of escaping.
|
Sun, 12 Aug 2007 20:22:18 +0000 |
Jeffrey Connelly |
Update for 0.14.
|
Sun, 12 Aug 2007 18:48:03 +0000 |
Jeffrey Connelly |
Only say we are connected after the MsimSession structure is fully setup.
|
Sun, 12 Aug 2007 18:20:24 +0000 |
Jeffrey Connelly |
Fix some assertion failures, that should really not be assertions. Found by using
|
Sun, 12 Aug 2007 18:11:29 +0000 |
Jeffrey Connelly |
Replace non-portable stricmp() with two calls to strcmp(), one uppercase and
|
Sun, 12 Aug 2007 07:45:30 +0000 |
Jeffrey Connelly |
Re-enable non-test mode. This revision now correctly handles links with paths.
|
Sun, 12 Aug 2007 07:35:51 +0000 |
Jeffrey Connelly |
Rewrite escaping so that it is more correct, in order to fix #2521. Test it.
|
Sun, 12 Aug 2007 06:54:15 +0000 |
Jeffrey Connelly |
Support sending and receiving hyperlinks.
|
Sun, 12 Aug 2007 02:41:54 +0000 |
Jeffrey Connelly |
Support all emoticons used in the official MySpaceIM client.
|
Sun, 12 Aug 2007 02:27:28 +0000 |
Jeffrey Connelly |
In default emoticon theme file, for MySpaceIM, change tabs used for indentation
|
Sun, 12 Aug 2007 01:31:27 +0000 |
Jeffrey Connelly |
Add additional MySpaceIM emoticons from Hylke Bons to Makefile.am.
|
Sun, 12 Aug 2007 01:27:35 +0000 |
Jeffrey Connelly |
Add new emoticons for MySpaceIM from Hylke Bons.
|
Sat, 11 Aug 2007 18:28:19 +0000 |
Jeffrey Connelly |
Use msim_uid2username_from_blist() to resolve uid -> username on incoming
|
Sat, 11 Aug 2007 18:18:52 +0000 |
Jeffrey Connelly |
Clarify password-too-long error (MySpace limits it, not us), and clean up
|
Sat, 11 Aug 2007 17:57:19 +0000 |
Jeffrey Connelly |
Change msim_msg_new() and msim_msg_new_v() to accept the first key name as
|
Sat, 11 Aug 2007 06:22:21 +0000 |
Jeffrey Connelly |
Fix a few typos in the MySpaceIM section of the default smileys theme input file.
|