Mercurial > pidgin.yaz
graph
-
- Fix an incorrect assertion in GnuTLS plugin2007-07-08, by William Ehlhardt
-
- Wrote the logic for the "previously unknown host" condition in2007-07-08, by William Ehlhardt
-
- More skeletonizing for tls_cached logic.2007-07-08, by William Ehlhardt
-
- Made a logic skeleton for tls_cached verifier2007-07-08, by William Ehlhardt
-
(this revision will be disapproved)2007-07-08, by William Ehlhardt
-
merge of '05f31e865f99d6f9afec4c0f635a0c64e2884d8c'2007-07-08, by William Ehlhardt
-
- Do some weak checking to ensure that you don't attempt to store a2007-07-08, by William Ehlhardt
-
- Add pool retrieve, contains, and store functions to certificate API2007-07-08, by William Ehlhardt
-
- Rearrange certificate.h for better organization2007-07-08, by William Ehlhardt
-
- Add x509_tls_cached skeleton2007-07-07, by William Ehlhardt
-
- Comment change2007-07-07, by William Ehlhardt
-
- Add tls_peers put_cert2007-07-07, by William Ehlhardt
-
- Finish tls_peers get_cert2007-07-06, by William Ehlhardt
-
- Fixed naming issues in previous revision2007-07-06, by William Ehlhardt
-
- Add purple_certificate_import2007-07-06, by William Ehlhardt
-
- Finished tls_peers cert_in_pool2007-07-06, by William Ehlhardt
-
- Correct the certstore folder paths2007-07-05, by William Ehlhardt
-
- Add init for x509_tls_peers pool2007-07-05, by William Ehlhardt
-
- Add purple_certificate_pool_mkpath helper function2007-07-05, by William Ehlhardt
-
Documentation2007-07-05, by William Ehlhardt
-
- CertificatePool put_cert now accepts an id argument2007-07-05, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)2007-07-02, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head faad7a14fc692e8d3799948d63c004314395738b)2007-06-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)2007-06-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)2007-06-29, by William Ehlhardt
-
- Add purple_certificate_export and associated libpurple stuff2007-06-29, by William Ehlhardt
-
- Unregister x509_tls_peers as part of uninit2007-06-28, by William Ehlhardt
-
- CertificatePool member functions no longer accept a Pool instance, as Pools are expected to be singletons2007-06-28, by 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 problem2007-06-28, by William Ehlhardt
-
- Fix some errors and return values2007-06-28, by William Ehlhardt
-
- prepend > append2007-06-28, by William Ehlhardt
-
- Add find, register, and unregister for CertificatePools2007-06-28, by William Ehlhardt
-
- Add CertificatePool struct2007-06-28, by William Ehlhardt
-
- Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls2007-06-27, by William Ehlhardt
-
- Add purple_ssl_strerror for handy error description power!2007-06-27, by William Ehlhardt
-
- Jabber now understands SSL_CERTIFICATE_INVALID code2007-06-27, by William Ehlhardt
-
- Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand2007-06-27, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)2007-06-27, by William Ehlhardt
-
- x509_singleuse uses the subject_name field...somewhat2007-06-27, by William Ehlhardt
-
- Add subject_name (AKA Common Name) functions to GnuTLS x509 scheme2007-06-27, by William Ehlhardt
-
- Add purple_certificate_get_subject_name and associated libpurple2007-06-27, by William Ehlhardt
-
- More g_new0 instead of g_new2007-06-27, by William Ehlhardt
-
- Fixed an inverted assertion2007-06-27, by William Ehlhardt
-
disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae'2007-07-08, by William Ehlhardt
-
- Hack up sslconn to use a single-use verifier2007-06-27, by William Ehlhardt
-
- Certificate system now has init and uninit like other systems2007-06-27, by William Ehlhardt
-
- sslconn.c will need the certificate API2007-06-26, by William Ehlhardt
-
- ssl-gnutls plugin uses Verifiers now2007-06-26, by William Ehlhardt
-
- Add PURPLE_SSL_CERTIFICATE_INVALID error code2007-06-26, by William Ehlhardt
-
- Add purple_certificate_get_fingerprint_sha12007-06-26, by William Ehlhardt
-
- libpurple is now responsible for some cleanup and final deletion of a2007-06-26, by William Ehlhardt
-
- Reorder struct for clarity2007-06-26, by William Ehlhardt
-
- Add purple_certificate_register_builtins2007-06-26, by William Ehlhardt
-
- Use g_new0 instead of g_new2007-06-26, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)2007-06-25, by William Ehlhardt
-
- Add purple_certificate_verify_destroy and associated machinery2007-06-23, by William Ehlhardt
-
- Add certificate_destroy and certificate_destroy_list2007-06-23, by William Ehlhardt
-
- Documentation segmentation2007-06-23, by William Ehlhardt
-
- Add verifier field to SslConnection2007-06-23, by William Ehlhardt
-
- purple_certificate_verify attempts to check that the cert chain is of2007-06-23, by William Ehlhardt
-
- purple_certificate_verify now takes a Verifier argument, creates its2007-06-23, by William Ehlhardt
-
- CertificateVerifier register/unregister/find2007-06-22, by William Ehlhardt
-
- Fill out CertVerifier struct2007-06-22, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)2007-06-22, by William Ehlhardt
-
- Add debugging babble2007-06-22, by William Ehlhardt
-
- More documentation2007-06-22, by William Ehlhardt
-
- Documentation correction2007-06-22, by William Ehlhardt
-
- Add GnuTLS SHA1 key fingerprinter2007-06-22, by William Ehlhardt
-
- Add more to the Certificate struct2007-06-21, by William Ehlhardt
-
disapproval of revision 'e2dc62de3f75a0206694f16b62b58dd12e062829'2007-06-21, by William Ehlhardt
-
- Add CertificatePiece element2007-06-21, by William Ehlhardt
-
- purple_ssl_get_peer_certificates2007-06-21, by William Ehlhardt
-
- Debugging babble2007-06-21, by William Ehlhardt
-
applied changes from e52b685d84ca8874da6e3e71199829e5135006422007-06-21, by William Ehlhardt
-
- More API additions2007-06-21, by William Ehlhardt
-
- GnuTLS plugin registers an x509 certscheme now2007-06-21, by William Ehlhardt
-
- Add unregister_scheme2007-06-21, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 1e05cb8a9ac73bb313b07aa7944bd320f9a91dfe)2007-06-20, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)2007-08-08, by Andreas Monitzer
-
Gadu-Gadu now calls the registration_cb for the account if it is set after performing a registration2007-08-17, by Evan Schoenberg
-
Updated attention namespace to adhere to my new XEP-0224: Attention2007-08-08, by Andreas Monitzer
-
Mixed up TRUE and FALSE.2007-07-31, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)2007-07-30, by Andreas Monitzer
-
Change two strcmp()s to purple_utf8_strcasecmp() for case-insensitive comparison.2007-08-14, by Jeffrey Connelly
-
disapproval of revision 'b888bc5c0494c9dd0398baba81e4d602ac88948f'2007-08-14, by Jeffrey Connelly
-
Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes2007-08-13, by Jeffrey Connelly
-
Show buddy icons.2007-08-13, by Jeffrey Connelly
-
Conditionally compile out a few advanced configuration options (status text2007-08-13, by Jeffrey Connelly
-
Refactor msim_tooltip_text() and msim_get_info_cb(), so that they now both use2007-08-13, by Jeffrey Connelly
-
Use MsimUser structure for storing ephemeral information on users, instead2007-08-12, by Jeffrey Connelly
-
Conditionally-compile out debugging statements of escaping.2007-08-12, by Jeffrey Connelly
-
Update for 0.14.2007-08-12, by Jeffrey Connelly
-
Only say we are connected after the MsimSession structure is fully setup.2007-08-12, by Jeffrey Connelly
-
Fix some assertion failures, that should really not be assertions. Found by using2007-08-12, by Jeffrey Connelly
-
Replace non-portable stricmp() with two calls to strcmp(), one uppercase and2007-08-12, by Jeffrey Connelly
-
Re-enable non-test mode. This revision now correctly handles links with paths.2007-08-12, by Jeffrey Connelly
-
Rewrite escaping so that it is more correct, in order to fix #2521. Test it.2007-08-12, by Jeffrey Connelly
-
Support sending and receiving hyperlinks.2007-08-12, by Jeffrey Connelly
-
Support all emoticons used in the official MySpaceIM client.2007-08-12, by Jeffrey Connelly
-
In default emoticon theme file, for MySpaceIM, change tabs used for indentation2007-08-12, by Jeffrey Connelly
-
Add additional MySpaceIM emoticons from Hylke Bons to Makefile.am.2007-08-12, by Jeffrey Connelly
-
Add new emoticons for MySpaceIM from Hylke Bons.2007-08-12, by Jeffrey Connelly
-
Use msim_uid2username_from_blist() to resolve uid -> username on incoming2007-08-11, by Jeffrey Connelly
-
Clarify password-too-long error (MySpace limits it, not us), and clean up2007-08-11, by Jeffrey Connelly
-
Change msim_msg_new() and msim_msg_new_v() to accept the first key name as2007-08-11, by Jeffrey Connelly
-
Fix a few typos in the MySpaceIM section of the default smileys theme input file.2007-08-11, by Jeffrey Connelly
-
Change all code to better match the style of libpurple - use 8-space tabs2007-08-11, by Jeffrey Connelly
-
Convert password to lowercase using g_utf8_strdown(), better because2007-08-11, by Jeffrey Connelly
-
Use an array of structs instead of parallel arrays for the emoticon2007-08-11, by Jeffrey Connelly
-
Always use our own msim_round() instead of checking for C99's round and using2007-08-11, by Jeffrey Connelly
-
Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself2007-08-11, by Jeffrey Connelly
-
Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple.2007-08-11, by Jeffrey Connelly
-
Change escape code replacement text parallel arrays to an array of structs,2007-08-11, by Jeffrey Connelly
-
In default emoticon theme file, change MySpace to MySpaceIM to2007-08-08, by Jeffrey Connelly
-
Use paths from win32-install-dir for -win32.zip release archive, instead of2007-08-08, by Jeffrey Connelly
-
Use a better directory layout for the Win32 archive, now you can just unzip2007-08-08, by Jeffrey Connelly
-
Use the right message in the persistance command for adding buddies, but2007-08-07, by Jeffrey Connelly
-
Add MySpaceIM emoticons to default themes input file (Note: untested!)2007-08-07, by Jeffrey Connelly
-
Use a list when updating the blocklist when removing the buddy, since2007-08-07, by Jeffrey Connelly
-
In lists, only insert a | between elements, no longer at the end also.2007-08-07, by Jeffrey Connelly
-
Use the new dictionary data type when:2007-08-07, by Jeffrey Connelly
-
In msim_msg_pack_element_dict(), separate keys and values with '=' for2007-08-07, by Jeffrey Connelly
-
propagate from branch 'im.pidgin.pidgin' (head 128e100bae27b44dc77c5db5be0151b0fceaea8f)2007-08-06, by Jeffrey Connelly
-
Fix a memory leak from not freeing the ui-info hashtable on exit.2007-08-11, by Sadrul Habib Chowdhury
-
The entries in the right-click menu on the tabs was getting cut off for me.2007-08-11, by Sadrul Habib Chowdhury
-
Some more navigation improvement for the menus.2007-08-11, by Sadrul Habib Chowdhury
-
Make the menus a little more usable.2007-08-11, by Sadrul Habib Chowdhury
-
disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'2007-08-11, by Sadrul Habib Chowdhury
-
libgnt.localize2007-08-11, by Sadrul Habib Chowdhury
-
Fix a few small bugs in the example code.2007-08-11, by Sadrul Habib Chowdhury
-
Fix #2344.2007-08-11, by Sadrul Habib Chowdhury
-
Use gobject properties for lines.2007-08-11, by Sadrul Habib Chowdhury
-
Fix typeahead searching in the file-dialog.2007-08-11, by Sadrul Habib Chowdhury
-
merge of '408e22fd58560f1326bfd9ebb031f2d0fd99a906'2007-08-11, by Sean Egan
-
merge of '568907d26b94a41acc8768523cdc469bdf385d2c'2007-08-10, by Will Thompson
-
New smiley style2007-08-10, by Sean Egan
-
Bold the x on mouse over2007-08-10, by Sean Egan
-
Let's try this again. Tabs are not visible if there's only one conversation open2007-08-10, by Sean Egan
-
bug fix2007-08-10, by Daniel Atallah
-
Fix null pointer deref when confirming authentication over unencrypted connection. Fixes #2493.2007-08-10, by Daniel Atallah
-
Allow notification labels to be selectable (for copy-and-paste purposes). Fixes #563.2007-08-10, by Daniel Atallah
-
Yay for code reuse.2007-08-10, by Daniel Atallah
-
Clear bonjour buddy values before resetting them so that we notice value removals.2007-08-09, by Daniel Atallah
-
Add data to the bonjour tooltip.2007-08-09, by Daniel Atallah
-
Show bonjour status messages in the buddy list.2007-08-09, by Daniel Atallah
-
Fix uninitialized variable access.2007-08-09, by Daniel Atallah
-
merge of '1aba81cae8b963708281123ed6c438ba5861113d'2007-08-09, by Daniel Atallah
-
reverting the show docklet preference the correct way2007-08-09, by Ka-Hing Cheung
-
merge of 'f5046f52428dc7791ac55340541bd582503b7b8c'2007-08-09, by Ka-Hing Cheung
-
The hotkeys should popup the menu.2007-08-09, by Sadrul Habib Chowdhury
-
Implement setting buddy icons for avahi implementation. Fix receiving status changes and some other fixes.2007-08-09, by Daniel Atallah
-
_mdns_retrieve_retrieve_buddy_icon() - what kind of crack am I on anyway?2007-08-09, by Daniel Atallah
-
merge of '27e06af9a3657aa4d9664c8f17f3aee8ebc41e65'2007-08-09, by Daniel Atallah
-
Fix recieving status updates for bonjour (win32 implementation).2007-08-08, by Daniel Atallah
-
Fix bonjour buddy icons to work with iChat.2007-08-08, by Daniel Atallah
-
merge of 'dd8e64b939e2f2a23c37594e322f73dd5548a85c'2007-08-08, by Daniel Atallah
-
The changelog.win32 currently can't show someone what's new between 2.0.12007-08-11, by Kevin Stange
-
"Bless me father for I have sinned."2007-08-08, by Sadrul Habib Chowdhury
-
merge of '0f5a6fae9f2ae8df51271e7bb342d7bd8cf08950'2007-08-08, by Sadrul Habib Chowdhury
-
Use appropriate text-flags depending on the message flags.2007-08-08, by Sadrul Habib Chowdhury
-
Show formatting in the font dropdown menu.2007-08-07, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 5e5168d639fb9a3a29ab3fe44b976d6d25924403)2007-08-07, by Sadrul Habib Chowdhury
-
merge of '2dd575a1471bdca9f2d49e17e92165d3b6ddcca0'2007-08-08, by Sean Egan
-
Document PurpleConnectionUiOps. (Does purple_connection_notice predate the2007-08-07, by Will Thompson
-
Add a page to the documentation listing all UiOps structures.2007-08-07, by Will Thompson
-
Revert 'show docklet' preference default to 'always.'2007-08-08, by Sean Egan
-
merge of '599ce70692fe573e98628269564b76296451b587'2007-08-07, by Will Thompson
-
Document most of PurpleConversationUiOps.2007-08-07, by Will Thompson
-
Avahi bonjour implementation of receiving buddy icons.2007-08-08, by Daniel Atallah
-
Correct the types of the authorize_cb and deny_cb parameters of2007-08-10, by Will Thompson
-
g_set_application_name requires glib 2.2 for finch2007-08-07, by Richard Nelson
-
Patch from Gabriel Schulhof to compile with old versions of glib.2007-08-07, by Mark Doliner
-
Patch from Gabriel Schulhof to only call g_set_application_name() if2007-08-07, by Mark Doliner
-
merge of '3d3413c72d837a38e71907dab714b6b4ddd4a5af'2007-08-07, by Mark Doliner
-
Disable sorting brief Doxygen documentation. This means that lists of2007-08-06, by Will Thompson
-
Correct an inaccurate comment.2007-08-06, by Will Thompson
-
Remove reference to close-tab.png2007-08-07, by Sean Egan
-
warning fixes2007-08-06, by Sean Egan
-
merge of '5cd317ad290e840fa8a8624d17dd5f23f99330ac'2007-08-06, by Sean Egan
-
Document PurpleAccountUiOps, and fix a documentation typo.2007-08-06, by Will Thompson
-
Remove some more references to the icontimer - I'm assuming these need to be removed too.2007-08-06, by Daniel Atallah
-
Install dbus-types.h, which fixes #including dbus-server.h in UIs.2007-08-06, by Will Thompson
-
Fetch icons all at once instead of one at a time. I tried pretty hard2007-08-06, by Mark Doliner
-
Wiggle two comments around2007-08-06, by Mark Doliner
-
Use g_slist_find_custom() instead of writing one ourselves2007-08-06, by Mark Doliner
-
Sean pointed out that now that oscar rate limits itself there is2007-08-06, by Mark Doliner
-
My version of automake seems to require that these if and endif2007-08-06, by Mark Doliner
-
fix typo-leak2007-08-06, by Richard Nelson