Mercurial > pidgin.yaz
graph
-
Since we don't know what these fields are, and we don't use them,2011-10-15, by Elliott Sales de Andrade
-
It doesn't make sense to set the entire slpcall wasted just because2011-10-15, by Elliott Sales de Andrade
-
Clean up documentation.2011-10-15, by Elliott Sales de Andrade
-
Hide unused gtkimhtml structs (aka, the easy ones).2011-10-15, by Elliott Sales de Andrade
-
Gadu-Gadu: more debug messages for win32thread resolver.2011-10-14, by tomkiewicz
-
I don't think, it's worth mentioning in ChangeLog.2011-10-14, by tomkiewicz
-
Gadu-Gadu: better handling of invisible and chatty statuses. Fixes #138362011-10-14, by tomkiewicz
-
Gadu-Gadu: function to normalize gg usernames2011-10-13, by tomkiewicz
-
Gadu-Gadu: option to show links from strangers. Fixes #105912011-10-12, by tomkiewicz
-
Gadu-Gadu: reorder actions to clean up the mess in gg account menu2011-10-11, by tomkiewicz
-
Gadu-Gadu: use correct libgadu api functions to change password2011-10-11, by tomkiewicz
-
Gadu-Gadu: check for NULL pointer before logging system messages.2011-10-08, by tomkiewicz
-
Gadu-Gadu: detailed descriptions on connection failures. Fixes #146482011-10-08, by tomkiewicz
-
Gadu-Gadu: Show local time for incoming messages. Fixes #45792011-10-08, by tomkiewicz
-
Gadu-Gadu: nick field does absolutely nothing2011-10-08, by tomkiewicz
-
Gadu-Gadu: possibility to require encryption; use encryption when available is default option now2011-10-08, by tomkiewicz
-
Only update conversation features if they've actually changed. This2011-10-08, by Elliott Sales de Andrade
-
Try not to call purple_conversation_get_features a million times.2011-10-08, by Elliott Sales de Andrade
-
Update the variant in existing conversations when changed. Actually,2011-10-08, by Elliott Sales de Andrade
-
Fix compile with glib<2.26.2011-10-08, by Elliott Sales de Andrade
-
The variant property is not construct-only.2011-10-08, by Elliott Sales de Andrade
-
Switch back to initializing the struct this way. I guess the other2011-10-05, by Mark Doliner
-
Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y2011-10-05, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin.2.x.y' (head b9c74c3f836a7a1a64710fc8244c9ec1f3f21b97)2011-10-05, by Mark Doliner
-
merge of '0b7caf6b17815fe333d151369f26330d4c662bda'2011-10-04, by Ethan Blanton
-
Fix up the Sametime prpl to play nice with Visual C++. This patch also puts2011-10-01, by Patrick Cloke
-
Unless I'm missing something really obvious, this should fix #14544 by telling2011-10-01, by John Bailey
-
UTF-8 salvage unknown strings in IRC2011-09-30, by Ethan Blanton
-
ChangeLog with CVE for #146362011-10-04, by Ethan Blanton
-
Salvage incoming SILC text if necessary.2011-09-30, by Ethan Blanton
-
I guess I shouldn't copy/paste code while running out the door.2011-10-02, by Kevin Stange
-
Restore a union member lost in the merge due to struct hiding.2011-10-02, by Kevin Stange
-
merge of '1b285d0b375fbd5e778db6bb852a7b089feb16a3'2011-10-02, by Kevin Stange
-
Add accessors for _PurpleAccount.ui_data2011-10-01, by Kevin Stange
-
merge of '71541bfa4634807a1cfe0f67a9d648e640d4e293'2011-10-01, by Kevin Stange
-
disapproval of revision '1d1b9a2c6eba253299637dbd5775d4c1578e18c2'2011-10-01, by Kevin Stange
-
The intention is to make PurpleAccount a private structure in account.c, so merge2011-10-01, by andrew victor
-
_PurpleAccount.ui_data is unused.2011-10-01, by andrew victor
-
Fix for previous commit.2011-10-01, by andrew victor
-
Convert code to use the purple_account accessor functions.2011-10-01, by andrew victor
-
Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.2011-10-01, by andrew victor
-
Hide structs PurpleAccountOption and PurpleAccountUserSplit.2011-10-01, by andrew victor
-
Hide struct _PurpleConversation.2011-10-01, by andrew victor
-
disapproval of revision '8e7b47f18e014b8e786f6b8e24ecfe6182130ddc'2011-10-02, by Kevin Stange
-
Use purple_conversation accessor methods.2011-10-01, by andrew victor
-
More code changed to use the accessor functions.2011-10-01, by andrew victor
-
nullprpl also updated to use accessor methods.2011-10-01, by andrew victor
-
Use purple_conversation accessor methods.2011-10-01, by andrew victor
-
PURPLE_CONV_TYPE_MISC never actually used.2011-10-01, by andrew victor
-
Hide struct _PurpleConvChatBuddy.2011-10-01, by andrew victor
-
Hide struct _PurpleConvIm.2011-10-01, by andrew victor
-
Hide struct _PurpleConvChat.2011-10-01, by andrew victor
-
Use purple_conv_chat_get_nick() rather than accessing chat->nick directly.2011-10-01, by andrew victor
-
Correct Perl API for purple_util_fetch_url.2011-09-29, by Elliott Sales de Andrade
-
Correct API Changelog for renamed entries.2011-09-29, by Elliott Sales de Andrade
-
merged from im.pidgin.pidgin2011-09-26, by Yoshiki Yazawa
-
merge of '9912972220e43702dfc027a7d3b30db1697ed746'2011-09-25, by Elliott Sales de Andrade
-
Remove the special case of fd=0 in purple_xfer_start().2011-09-25, by andrew victor
-
purple_xfer_is_canceled() renamed to purple_xfer_is_cancelled()2011-09-25, by andrew victor
-
Remove obsolete preference "/purple/debug/timestamps".2011-09-25, by andrew victor
-
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.2011-09-25, by andrew victor
-
Ref/unref the theme for a conversation.2011-09-25, by Elliott Sales de Andrade
-
merge of '246ce23ba85b41bf89269edfa8ec16583ad89fb3'2011-09-24, by andrew victor
-
Fix a leak. This strdup shouldn't be here.2011-09-24, by Elliott Sales de Andrade
-
Don't leak variant name and list.2011-09-24, by Elliott Sales de Andrade
-
Rearrange to drop the prototypes.2011-09-24, by Elliott Sales de Andrade
-
Make the current variant a property.2011-09-24, by Elliott Sales de Andrade
-
purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.2011-09-24, by andrew victor
-
* purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().2011-09-24, by andrew victor
-
jabber_presence_create() is marked as deprecated and is not used - so remove it.2011-09-24, by andrew victor
-
Remove deprecated purple_network_listen_map_external().2011-09-24, by andrew victor
-
Rename purple_network_listen_range_family() to purple_network_listen_range().2011-09-24, by andrew victor
-
Remove the deprecated purple_network_listen(), and rename the newer2011-09-24, by andrew victor
-
The following were deprecated since they were moved to the internal API:2011-09-24, by andrew victor
-
Remove the old deprecated purple_certificate_check_signature_chain.2011-09-24, by andrew victor
-
Sort the variant list in the Preferences. It tends to be very2011-09-23, by Elliott Sales de Andrade
-
Make sure our pref parents exist, or else saved variants will2011-09-23, by Elliott Sales de Andrade
-
Fix fallback of Status.html to Content.html.2011-09-23, by Elliott Sales de Andrade
-
merge of '64f210128f2360d48b91e7008fe5004b5963d425'2011-09-23, by Elliott Sales de Andrade
-
Fix the gestures plugin, which really only needed a widget from2011-09-23, by Elliott Sales de Andrade
-
Add some missing newlines in debug output.2011-09-22, by Elliott Sales de Andrade
-
Add a separate combo box for selecting the theme variant, and actually2011-09-22, by Elliott Sales de Andrade
-
I don't know why this happens, but I keep getting a critical debug2011-09-22, by Elliott Sales de Andrade
-
Add the "default" theme to the beginning of the conversation2011-09-21, by Elliott Sales de Andrade
-
Destroy the inspector window when a tab is closed. This prevents2011-09-21, by Elliott Sales de Andrade
-
Mention webkit functions here. We may want to list everything2011-09-21, by Mark Doliner
-
These two files are listed in Makefile.am, so it seems like they should2011-09-21, by Mark Doliner
-
Mark webkit-related missing functionality with "TODO WEBKIT" instead of2011-09-21, by Mark Doliner
-
Add some NULL checks. Now it should not crash even if you don't have2011-09-21, by Elliott Sales de Andrade
-
Apply conversation theme when opening the GTK conversation. All the2011-09-21, by Elliott Sales de Andrade
-
Add template lookup for 'basestyle' CSS.2011-09-21, by Elliott Sales de Andrade
-
Add a function for lookup of Info.plist entries.2011-09-21, by Elliott Sales de Andrade
-
Document things.2011-09-21, by Elliott Sales de Andrade
-
Add an accessor for template data. Also, fix some fallbacks.2011-09-21, by Elliott Sales de Andrade
-
Avoid an error log for non-existent prefs.2011-09-19, by Elliott Sales de Andrade
-
Add documentation for conversation themes.2011-09-19, by Elliott Sales de Andrade
-
Set the default variant when loading the theme. The priorities2011-09-19, by Elliott Sales de Andrade
-
Remove old prototypes.2011-09-19, by Elliott Sales de Andrade
-
Be a bit stricter about types in Info.plist.2011-09-19, by Elliott Sales de Andrade
-
Use a consistent debugging domain.2011-09-19, by Elliott Sales de Andrade
-
Fix a leak. pidgin_conversation_theme_add_variant should only be2011-09-19, by Elliott Sales de Andrade
-
Use a consistent prefs name. It should be conversation*s* to2011-09-19, by Elliott Sales de Andrade
-
Load the list of variants when building the theme.2011-09-19, by Elliott Sales de Andrade
-
Fix theme variant pref names.2011-09-19, by Elliott Sales de Andrade
-
Add a prefs combo for the conversation theme. Variants are added as2011-09-19, by Elliott Sales de Andrade
-
Register the conversation theme loader on gtkconv initialization.2011-09-19, by Elliott Sales de Andrade
-
Lookup style key information from the hash table instead of the struct2011-09-19, by Elliott Sales de Andrade
-
Correct the name of this reference. This was a copy/paste error from2011-09-18, by Mark Doliner
-
I guess doxygen wants this struct to have a comment if prpl.h is going2011-09-18, by Mark Doliner
-
Apparently this never had documentation2011-09-18, by Mark Doliner
-
Fix a bunch of tiny problems generating our doxygen documentation2011-09-18, by Mark Doliner
-
Doxygen was complaining about this not being a valid whatchamadinger,2011-09-18, by Mark Doliner
-
Re-arrange these doxygen comments. For comments longer than a few words,2011-09-18, by Mark Doliner
-
merge of '84c2ffd17fbd0e89d0c0c66d4a1ad00571af6ba7'2011-09-18, by Elliott Sales de Andrade
-
This shouldn't be here. I wonder why it compiled before.2011-09-18, by Elliott Sales de Andrade
-
Fix compilation of the gevolution plugin. Need to pass an invite message2011-09-18, by Mark Doliner
-
merge of '016f0a7edfb704950358fcccbf5098f0c6f7dac6'2011-09-18, by Elliott Sales de Andrade
-
Move conversation theme loading into the PidginConvThemeLoader GObject2011-09-18, by Elliott Sales de Andrade
-
Copy theme-to-conversation loading stuff into the GObject code.2011-09-18, by Elliott Sales de Andrade
-
One of the Piotrs tells me that the other Piotr is no longer translating.2011-09-18, by Mark Doliner
-
Update two translators' email addresses based on bounces/auto-replies2011-09-18, by Mark Doliner
-
Remove useless notification.2011-09-17, by Elliott Sales de Andrade
-
Temporarily rename the adium IMs plugin so it will install along side2011-09-17, by Elliott Sales de Andrade
-
Using g_string_new_len here is unnecessary, and a real waste of calls2011-09-17, by Elliott Sales de Andrade
-
Attempt to move the message style object from the plugin into the new2011-09-17, by Elliott Sales de Andrade
-
Fix small typo and remove unnecessary include.2011-09-17, by Elliott Sales de Andrade
-
All this G_OBJECT() casting is quite unnecessary.2011-09-17, by Elliott Sales de Andrade
-
Add source files to Windows build.2011-09-17, by Elliott Sales de Andrade
-
Add some boilerplate Conversation theme GObjects. These don't do2011-09-17, by Elliott Sales de Andrade
-
Use GObject's instance private data for all the theme GObjects.2011-09-17, by Elliott Sales de Andrade
-
Add a WebKit Development plugin, that allows opening the builtin2011-09-16, by Elliott Sales de Andrade
-
Workaround the bug that causes a crash when closing a gtkwindow.2011-09-16, by masca
-
Remove deprecated PidginBuddyList.connection_errors.2011-09-15, by andrew victor
-
Remove deprecated purple_request_field_list_add().2011-09-15, by andrew victor
-
Remove deprecated purple_ssl_connect_fd().2011-09-15, by andrew victor
-
Remove deprecated wpurple_g_access().2011-09-15, by andrew victor
-
merge of '0acd4d77f5bd8bb02a3a73b6800be683bd7068f2'2011-09-12, by Elliott Sales de Andrade
-
Don't try to get a tag from a gtkwebview.2011-09-11, by Elliott Sales de Andrade
-
Don't attempt to add smileys to a webview by treating it as imhtml.2011-09-11, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin.2.x.y' (head be5e66abad2af29604bc794cc4c6600ab12751f3)2011-09-11, by John Bailey
-
Remove a bogus short-circuit check intended to prevent downloading the same icon2011-09-11, by John Bailey
-
Fix searching in conversation windows.2011-09-09, by Elliott Sales de Andrade
-
merge of '10d7899aac75e85039e557e2c4238e1b276a4353'2011-09-09, by Elliott Sales de Andrade
-
Let webview manage the navigation ONLY if the reason is the user clicked a link.2011-09-09, by masca
-
Use pidgin_create_webview to make the Help dialog.2011-09-09, by Elliott Sales de Andrade
-
Use pidgin_create_webview in the gtknotify code.2011-09-09, by Elliott Sales de Andrade
-
Fix log viewer by calling pidgin_create_webview.2011-09-09, by Elliott Sales de Andrade
-
Remove unnecessary line.2011-09-09, by Elliott Sales de Andrade
-
Add a pidgin_create_webview utility function, which acts similarly to2011-09-09, by Elliott Sales de Andrade
-
Fix history plugin compile.2011-09-08, by Elliott Sales de Andrade
-
Fix notify plugin compile.2011-09-08, by Elliott Sales de Andrade
-
Simplify, don't loop through list twice.2011-09-08, by Elliott Sales de Andrade
-
Remove unnecessary function. It's also a use-after-free.2011-09-08, by Elliott Sales de Andrade
-
Clean up this WebKit stuff. Fix up broken merging, mark unfinished2011-09-08, by Elliott Sales de Andrade
-
WebKit is only required when building Pidgin.2011-09-08, by Elliott Sales de Andrade
-
Get rid of a wrapper function.2011-09-07, by masca
-
This looks like a merge error. Fix it.2011-09-07, by masca
-
Fix a crash at closing the conversation window. Patch suggested by Paul.2011-09-07, by masca
-
If we don't find an IM theme warn the user and continue.2011-08-23, by masca
-
COMPILEmtn status./bin/stock/bin/pidgin -d Compile now, fix later.2011-08-07, by masca
-
Fix more white spaces issues.2011-06-16, by masca
-
Fix some white spaces issues.2011-06-16, by masca
-
webkit: Scroll to end when appending html.2010-02-06, by masca
-
Don't crash if we don't have any theme installed.2010-02-06, by masca
-
propagate from branch 'im.pidgin.pidgin' (head 37329f033a30f4f4f5048f9fdc86df4400e3ada5)2009-11-09, by Paul Aurich
-
merge of '1fce34e57b019434e9750dcf603d304c3e20959d'2009-11-08, by Paul Aurich
-
save the style path across sessions.2009-10-14, by tdrhq
-
fixed conflicts in previous merge.2009-08-26, by tdrhq
-
Read AllowTextColors key properly.2009-08-25, by tdrhq
-
Adds the 'groupchat' classname to #Chat when using groupchat.2009-08-19, by tdrhq
-
Use (void) in prototypes. (thanks Elliott)2009-08-19, by tdrhq
-
Fixing back variants.2009-08-16, by tdrhq
-
Instead of using references, use copy's. Sigh, I know this is a memory inefficient2009-08-16, by tdrhq
-
load the default variant. Bring back basestyle.css.2009-08-14, by tdrhq
-
Separated the MessageStyle loading code from the actual rendering code.2009-08-14, by tdrhq
-
apparent code for webkit transparency that might not be working.2009-08-13, by tdrhq
-
hmm, fonts and font sizes from Info.plist.2009-08-12, by tdrhq
-
just some debugging info.2009-08-12, by tdrhq
-
new changes seemingly working.2009-08-12, by tdrhq
-
some work... temporary towards the bigger picture.2009-08-11, by tdrhq
-
Parses Info.plist now!2009-08-11, by tdrhq
-
Removed some unused code.2009-08-11, by tdrhq
-
Show only the MessageStyle name and not the entire path.2009-08-10, by tdrhq
-
Reset the list of variants when the MessageStyle is changed.2009-08-10, by tdrhq
-
use a table to display the options neatly.2009-08-10, by tdrhq
-
Inform the user about how the theme change takes effect.2009-08-10, by tdrhq
-
make a get_absolute_path function.2009-08-10, by tdrhq
-
small assertion code.2009-08-10, by tdrhq
-
Debugging info to find bad themes.2009-08-10, by tdrhq
-
unset cur_style_dir when unloading.2009-08-10, by tdrhq
-
some code for style_changed and also default any empty file to "" rather than NULL.2009-08-10, by tdrhq
-
some code to get a list of styles and blah blah.2009-08-10, by tdrhq
-
theme detection.2009-08-10, by tdrhq
-
removed the fixme.2009-08-10, by tdrhq
-
partial work towards theme selection.2009-08-10, by tdrhq
-
get_theme_files --> get_variant_files.2009-08-10, by tdrhq
-
removed some ugly pointless pieces of code.2009-08-10, by tdrhq
-
Yep, tested, and changed some code from previous commit. This is a hard2009-08-10, by tdrhq
-
Cleanly handle webkit destroy events.2009-08-10, by tdrhq
-
woo, fixed the bug. Now things are looking wonderfully stable.2009-08-10, by tdrhq
-
Ok, good part of this work of moving global variables to defined styles is2009-08-10, by tdrhq
-
Another temporary commit that will not compile.2009-08-10, by tdrhq
-
temporary commit.2009-08-10, by tdrhq
-
Changed the Author added copyright, etc.2009-08-10, by tdrhq
-
Well, chat is sorta kinda working.2009-08-10, by tdrhq
-
* removed delete_conversation uiops and instead used signals.2009-08-09, by tdrhq
-
create conversation with signals.2009-08-09, by tdrhq
-
don't restore write-conv uiops.2009-08-09, by tdrhq
-
use displaying-im-msg instead of write_conv uiops.2009-08-09, by tdrhq
-
added smileyparser code.2009-08-09, by tdrhq
-
more cleanup.2009-08-07, by tdrhq
-
cleaning up code.2009-08-07, by tdrhq
-
other files that missed my main major commit.2009-08-07, by tdrhq
-
merge of '2892be2675013db56566e8db49e1e9cd1dd2c079'2009-08-07, by tdrhq
-
Apparently I missed these in my previous commit.2009-08-07, by tdrhq
-
Webkit Message views.2009-07-24, by tdrhq
-
I assume this check was backwards, since embedding should be used2011-09-06, by Elliott Sales de Andrade
-
merge of '5c4e09621b978c0972fd440fd215b775a926e26d'2011-09-06, by Elliott Sales de Andrade
-
Correctly fix this build error without warnings.2011-09-06, by Elliott Sales de Andrade
-
disapproval of revision '0d9c985d91b5de7f20f3443d7edbe22fb7ce80af'2011-09-06, by Elliott Sales de Andrade
-
Improve win32 behavior of the GtkStatusIcon based docklet.2011-09-06, by Daniel Atallah
-
Remove deprecated and unused PurplePluginProtocolInfo.get_cb_away.2011-09-05, by andrew victor
-
purple_proxy_connect_socks5() was deprecated in 2.8.0, and can be removed for 3.0.0.2011-09-05, by andrew victor
-
purple_conv_chat_set_users() has been deprecated since 2.9.0, and can be removed for 3.0.0.2011-09-05, by andrew victor
-
purple_buddy_get_local_alias() has been deprecated since 2.6.0, and can be removed for 3.0.0.2011-09-05, by andrew victor
-
purple_contact_set_alias() is deprecated, and can be removed for 3.0.0.2011-09-05, by andrew victor
-
purple_blist_update_buddy_icon() has been deprecated since 2.5.0, and can be removed now.2011-09-05, by andrew victor
-
merge of '2825cfec5e2f9ce0b43361fdd7bdd21c4ea69b24'2011-09-05, by andrew victor
-
Need to make a copy of the data passed to purple_imgstore_add_with_id().2011-09-03, by andrew victor
-
merge of '21f078cdce656c60707d6518904262ee44ac648c'2011-09-03, by andrew victor
-
merge of '4550b9538730036d9023f75e224ffb15f50f020f'2011-09-02, by andrew victor
-
merge of 'd74415beaf0f8e1ed4743514e1d90669676b8596'2011-09-01, by andrew victor
-
Replace the last raw references to "->proto_data".2011-08-31, by andrew victor
-
Fix win32 build for gtkdocklet changes.2011-09-05, by Daniel Atallah
-
ChangeLog that. Refs #145292011-09-04, by Paul Aurich
-
jabber: Strip element prefixes on XHTML-IM content.2011-09-04, by Paul Aurich
-
xmlnode: Add xmlnode_strip_prefixes2011-09-04, by Paul Aurich
-
xmlnode: Fix some brokeness in xmlnode serialization with prefixed elements.2011-09-04, by Paul Aurich
-
silc: Fix build and update for API changes2011-09-04, by Paul Aurich
-
sametime: fix build (add_buddies added param)2011-09-04, by Paul Aurich
-
Fix Perl bindings, which apparently were missing the _with_invite2011-09-03, by Elliott Sales de Andrade
-
I just don't like this not being in alphabetical order.2011-09-03, by Elliott Sales de Andrade
-
Move struct_size to the beginning of the struct. Even if we don't2011-09-03, by Elliott Sales de Andrade
-
Rename the _with_invite functions to their counterparts.2011-09-03, by Elliott Sales de Andrade
-
Remove deprecated plugin functions. I guess no-one asked for a2011-09-02, by Elliott Sales de Andrade
-
Remove deprecated xmlnode functions.2011-09-02, by Elliott Sales de Andrade
-
Be a bit more specific about removing non-local MSN objects, which2011-09-02, by Elliott Sales de Andrade
-
merge of '20112abca39ed1b5d1b36c259a68f54bcc9af09b'2011-09-02, by Elliott Sales de Andrade
-
Allow double-clicking a certificate to show its info.2011-09-02, by Elliott Sales de Andrade
-
Fix Certificate Manager Import/Export icons.2011-09-02, by Elliott Sales de Andrade
-
Remove GtkDocklet abstraction and merge GtkStatusIcon code into it.2011-09-02, by Elliott Sales de Andrade
-
Hide two easy Pidgin structs.2011-09-02, by Elliott Sales de Andrade
-
Fix Perl build by removing functions that are gone from libpurple.2011-09-02, by Kevin Stange
-
Remove deprecated buddy icon functions and @since tags.2011-09-02, by Elliott Sales de Andrade
-
Checkin PurpleStatus API changes.2011-09-02, by Elliott Sales de Andrade
-
Remove deprecated PurpleStatuc functions.2011-09-02, by Elliott Sales de Andrade
-
Hide PurpleAttentionType struct and remove attention @since tags.2011-09-02, by Elliott Sales de Andrade
-
Remove old serv attention functions.2011-09-02, by Elliott Sales de Andrade
-
Clean up SRV/TXT query functions.2011-09-02, by Elliott Sales de Andrade
-
Hide PurpleProxyInfo struct.2011-09-02, by Elliott Sales de Andrade
-
Remove unnecessary @since tag.2011-09-02, by Elliott Sales de Andrade
-
Replace purple_dnsquery_a_account with purple_dnsquery_a.2011-09-02, by Elliott Sales de Andrade
-
Make another gtkimhtml function private.2011-09-01, by Mark Doliner
-
Make some gtkimhtml functions private2011-09-01, by Mark Doliner
-
Fix build breakage from bfae54755d0a683ab945fea4666da04aeb1113d1.2011-09-01, by andrew victor
-
Hide GtkIMHtmlFontDetail2011-09-01, by Mark Doliner
-
Add the xfer get/set functions to the Changelog.API.2011-09-01, by masca
-
Add some get/set functions to help hidding _PrupleXfer.2011-09-01, by masca
-
Clean util.h from @since tags.2011-09-01, by masca
-
Hide-a-PurpleMenuAction.2011-09-01, by masca
-
Use the new accessor functions of PidginWhiteboard.2011-08-30, by andrew victor
-
Add additional accessor functions for Whiteboard.2011-08-30, by andrew victor
-
Update yahoo prpl to use purple_whiteboard_get_protocol_data() and purple_whiteboard_set_protocol_data().2011-08-30, by andrew victor
-
Update silc prpl to use purple_whiteboard_get_protocol_data() and purple_whiteboard_set_protocol_data().2011-08-30, by andrew victor
-
Added protocol_data and ui_data accessor functions for Whiteboard.2011-08-30, by andrew victor
-
Doh, I failed to checkin two files in my previous commit.2011-08-30, by Mark Doliner
-
Fix build breakage introduced by 756598e4c0c17510d74152d8f495204deb003620.2011-08-30, by andrew victor
-
A small bit of hide-a-struct2011-08-30, by Mark Doliner
-
Alphabetize2011-08-30, by Mark Doliner
-
Use accessors for PurpleXfer2011-08-29, by Daniel Atallah
-
Steps toward hiding PurpleXfer.2011-08-29, by Daniel Atallah
-
merge of '808c311196ce8853437bde38c9e3c0864698a4d4'2011-08-29, by Daniel Atallah
-
Should use accessor function purple_connection_get_protocol_data() here.2011-08-29, by andrew victor
-
Update nullprpl for various API changes.2011-08-29, by andrew victor
-
Use appropriate printf format for gsize2011-08-29, by Daniel Atallah
-
build fix2011-08-29, by Yoshiki Yazawa
-
merge to upstream2011-08-29, by Yoshiki Yazawa
-
Fix SILC for purple_xfer_[gs][4~et_protocol_data.2011-08-29, by Daniel Atallah
-
merge of '3849acda3c84d7798c514bc1a9f80cca6674e52c'2011-08-26, by Daniel Atallah
-
These pointers should rather be marked const.2011-08-26, by andrew victor
-
Convert to using the accessor functions.2011-08-26, by andrew victor
-
Use the new accessor functions.2011-08-26, by andrew victor
-
Add accessor functions purple_conversation_get_ui_data() and purple_conversation_set_ui_data().2011-08-26, by andrew victor
-
Rather use the accessor functions directly.2011-08-26, by andrew victor
-
Convert Finch to use the new accessor functions.2011-08-26, by andrew victor
-
Update Pidgin to use the new accessor methods.2011-08-26, by andrew victor
-
Added accessor functions purple_xfer_get_ui_data() and purple_xfer_set_ui_data().2011-08-26, by andrew victor
-
Rename field for consistency.2011-08-26, by andrew victor
-
Convert the yahoo prpl to using the new API.2011-08-26, by andrew victor
-
Convert the oscar prpl to use the new API.2011-08-26, by andrew victor
-
Convert the jabber prpl to use the new API.2011-08-26, by andrew victor
-
Convert the msn prpl to use the new API.2011-08-26, by andrew victor
-
Convert the sametime prpl to use the new API.2011-08-26, by andrew victor
-
Convert the irc prpl to use the new API.2011-08-26, by andrew victor
-
Convert the bonjour prpl to use the new API.2011-08-26, by andrew victor
-
Convert the mxit prpl to use the new API.2011-08-26, by andrew victor
-
Introduce API purple_xfer_get_protocol_data() and purple_xfer_set_protocol_data().2011-08-26, by andrew victor
-
Remove wpurple_rename(). I suspect nobody actually ever used it directly2011-08-26, by Daniel Atallah
-
This got hide-a-struct'ed2011-08-26, by Mark Doliner
-
Fix two compile warnings. Did I do that? I totally didn't notice. My bad.2011-08-26, by Mark Doliner
-
Fix build-breakage introduced by 9000557e8a6b7649547a10cfc0fe85dbb8ce661d.2011-08-25, by andrew victor
-
merge of '832455fec73731ef93c992a46f78b79981bb4105'2011-08-25, by andrew victor
-
merge of 'b11803e108556a29e1204a3ff1fd00a0890d7733'2011-08-24, by andrew victor
-
Fixed properly now.2011-08-23, by andrew victor
-
Rather use the accessor function purple_account_get_username().2011-08-23, by andrew victor
-
merge of '1ca17dd26ee879f7580c72b03d018e444e0a5144'2011-08-25, by masca
-
Hide PurpleValue.2011-08-25, by masca
-
I want to play hide-a-struct too2011-08-24, by masca
-
In our forked DNS resolver processes, don't bail out if we get a retryable2011-08-24, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin.2.x.y' (head a3c911b63a6bec656108e0a50da6a7ad325558ec)2011-08-24, by Daniel Atallah
-
Fix parameter types passed to ShellExecuteW(). One of these is just a warning2011-08-24, by Daniel Atallah
-
Allow toggling debug and verbose debug from a conversation window.2011-08-24, by Elliott Sales de Andrade
-
Fix the _add_pair_html/plaintext calls.2011-08-24, by Elliott Sales de Andrade
-
merge of '08d226d73f31ff54304b484070031adbae481095'2011-08-24, by Elliott Sales de Andrade
-
'U' messages don't get ack'd, so they shouldn't be saved.2011-08-24, by Elliott Sales de Andrade
-
Use PurpleXfer accessor functions.2011-08-23, by andrew victor
-
Use accessor functions where available.2011-08-23, by andrew victor
-
Rather access PurpleBuddy->proto_data using the accessor functions.2011-08-23, by andrew victor
-
Don't access PurpleBuddy->proto_data directly, rather use the accessor functions.2011-08-23, by andrew victor
-
Don't access PurpleConnection->proto_data directly, rather use the access functions.2011-08-23, by andrew victor
-
Some struct hiding. What a pain.2011-08-23, by Mark Doliner
-
Hide-a-Struct2011-08-23, by Mark Doliner
-
Use accessor functions in a few places2011-08-23, by Mark Doliner
-
merge of '06fd8a15a3af927e3ce13b04af6e2159fb537dd9'2011-08-23, by masca
-
These should be using purple_notify_user_info_add_pair_plaintext().2011-08-22, by andrew victor
-
Remove what seems to be an unnecessary variable.2011-08-22, by Elliott Sales de Andrade
-
It seems like there's a dereference missing here.2011-08-22, by Elliott Sales de Andrade
-
Small typo.2011-08-22, by andrew victor
-
merge of '3a7408265d339b20bd3bef7b8fefc62215ccf644'2011-08-22, by Mark Doliner
-
Remove silc10 from POTFILES.in2011-08-22, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 218f7cd8f439bacd4fef6897f0389a7cd18ba67d)2011-08-22, by Daniel Atallah
-
Commit the fix needed for this to build on Windows.2011-08-21, by John Bailey
-
Please correct me if I'm wrong, but I don't think we gain anything2011-08-22, by Mark Doliner
-
Remove silc102011-08-22, by Mark Doliner
-
Actually commit the purple_notify_user_info_prepend_pair_plaintext2011-08-22, by Mark Doliner
-
Add purple_notify_user_info_prepend_pair_plaintext and use it in a few2011-08-22, by Mark Doliner
-
I tried to disapprove this, but it didn't seem to work. Maybe I2011-08-22, by Mark Doliner
-
merge of '6f0f65518dbd9cdbb6b41be078c9cd9db3bbea4b'2011-08-22, by Mark Doliner
-
merge of '88118487bea2cf5120dec21de3377fada185180f'2011-08-22, by Mark Doliner
-
disapproval of revision '88118487bea2cf5120dec21de3377fada185180f'2011-08-22, by Mark Doliner
-
I think it's more appropriate to append these as plaintext2011-08-22, by Mark Doliner
-
disapproval of revision '37706b74bb67b5e0abf08dd08bcd0d509075cc42'2011-08-22, by Mark Doliner
-
Now that there's no speed difference between2011-08-22, by Mark Doliner
-
Add an entry for 0ea4521b22507f8cc23de316fa55e3368d9f40292011-08-22, by Mark Doliner
-
user_info->user_info_entries is redundant. Let's call it2011-08-22, by Mark Doliner
-
Change PurpleNotifyUserInfo->user_info_entries from a GList to a GQueue.2011-08-22, by Mark Doliner
-
Fix perl compilation. I really wish the .c files regenerated with the2011-08-22, by Mark Doliner
-
Rename purple_notify_user_info_add_pair to2011-08-22, by Mark Doliner
-
Don't use strlen() when you're just checking whether a string is2011-08-22, by Mark Doliner
-
Don't use strlen() when all you're trying to do is check if the string2011-08-22, by Mark Doliner
-
I went through all our calls to purple_notify_user_info_add_pair() and2011-08-22, by Mark Doliner
-
merge of '01dbf4adfbd244ad73e7c0a6850a5bcc9d0b9582'2011-08-21, by Mark Doliner
-
Whitespace changes for coding-style consistency.2011-08-21, by andrew victor
-
merged from im.pidgin.pidgin2011-08-22, by Yoshiki Yazawa
-
Use purple_notify_user_info_add_pair_plaintext in some places where we2011-08-21, by Mark Doliner
-
Simplify. This is 6 lines instead of 15.2011-08-21, by Mark Doliner
-
The id field is unused2011-08-21, by Mark Doliner
-
Add this @deprecated flag back in here so we know this still needs work2011-08-21, by Mark Doliner
-
Use the new API in v3.0.0 to hide the UserId column in the search-results.2011-08-21, by andrew victor
-
Added MXit prpl changes to ChangeLog.2011-08-21, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 90830883791970eb18943b8cfbbe90295cc964a3)2011-08-21, by andrew victor
-
* fixed the head: mtn issue..2011-08-16, by pieter loubser
-
propagate from branch 'im.pidgin.pidgin' (head ca07365c6eb9a12b008397dd5ad34231e8d6e89e)2011-08-16, by pieter loubser
-
merge of 'abe467cd836e25b339d81461c056f6289d88b2f0'2011-08-16, by pieter loubser
-
Need to implemnt the protocol prpl's chat 'chat_info_defaults' callback.2011-08-15, by andrew victor
-
Simplify the PIN encryption code.2011-08-15, by andrew victor
-
Refactor the transport-layer encryption and decryption.2011-08-15, by andrew victor
-
Encrypt a message using transport-encryption.2011-08-14, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 4155786dc74833813772e14bdffe59b2464cda13)2011-08-13, by andrew victor
-
When receiving an invite to join a GroupChat, first check if a matching room entry2011-08-13, by andrew victor
-
Remove ISO10126 padding when decrypting an incoming transport-encrypted message.2011-08-13, by andrew victor
-
Structured reply messages should rather not be enclosed in the ::DATA: format.2011-08-13, by andrew victor
-
Returning wrong value here.2011-08-13, by andrew victor
-
Remove the "hidden" option from user profile.2011-08-12, by andrew victor
-
The contact-flag indicating "hidden" is now deprecated.2011-08-12, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 8f0dbb75e0842b6df34c773ceb3a62e07819c532)2011-08-12, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 7a719c74cf2afa3a9dd8b532af1a88b98489d925)2011-07-09, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head b55fa7e527d663bdb8c0320d6d035488e8446978)2011-08-11, by pieter loubser
-
Start implementing MXit secure messaging.2011-06-26, by andrew victor
-
These constants don't seem right.2011-06-20, by andrew victor
-
Correctly process messages received from MXit that include font-change markup.2011-06-20, by andrew victor
-
Fix compilation of perl plugin. I guess this code doesn't rebuild2011-08-21, by Mark Doliner
-
Rename purple_connection_error_reason to purple_connection_error2011-08-21, by Mark Doliner
-
Remove purple_connection_error2011-08-21, by Mark Doliner
-
I have no idea how to change this to take a PurpleConnectionError and2011-08-21, by Mark Doliner
-
Change last remaining users of purple_connection_error to use2011-08-21, by Mark Doliner
-
Rename the report_disconnect_reason cb function to report_disconnect2011-08-21, by Mark Doliner
-
Remove PurpleConnectionUiOps.report_disconnect2011-08-21, by Mark Doliner
-
Whoops, I forgot to commit ChangeLog.API2011-08-21, by Mark Doliner
-
Remove more deprecated stuff2011-08-21, by Mark Doliner
-
Remove a few deprecated functions2011-08-21, by Mark Doliner
-
Remove some deprecated stuff2011-08-21, by Mark Doliner
-
Rename purple_util_fetch_url_request_len_with_account to2011-08-21, by Mark Doliner
-
Remove purple_util_fetch_url_request_len() and change the few places2011-08-21, by Mark Doliner
-
Get rid of the wholly unused "primary attribute" thing in PurpleStatusTypes2011-08-21, by Mark Doliner
-
Mr. Ben Ice is probably wondering why he's mentioned in our codebase.2011-08-21, by Mark Doliner
-
Remove a few deprecated functions2011-08-21, by Mark Doliner
-
Get rid fo purple_strlcpy and purple_strlcat. These are convenience2011-08-21, by Mark Doliner
-
A while ago I noticed that we don't have enforce a max on the2011-08-21, by Mark Doliner
-
I noticed this a while ago but I don't care enough to fix it2011-08-21, by Mark Doliner
-
Add -devel suffix back to the version numbers in im.pidgin.pidgin2011-08-21, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 65f0e21660895ebae2e934a8d04088a1c57899a6)2011-08-20, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head bb53d1e9201138b79a1eef0d4a7cda1fc852c59f)2011-08-07, by Mark Doliner
-
Remove duplicate word "found" in this debug message2011-08-07, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 64f4eb5c598356fe1b8b9bc376faa66641096eda)2011-06-12, by Mark Doliner
-
Change the heuristic we use for setting od->icq. We used to set it to2011-05-09, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head d6053150b258c5c8b2ac60e091a7d0d1b2d9be1d)2011-05-09, by Mark Doliner
-
Document the default explicitly2011-05-05, by Paul Aurich
-
Add API: purple_request_field_set_tooltip & purple_request_field_get_tooltip2011-05-03, by andrew victor
-
Add API:2011-05-03, by andrew victor
-
Remove code that doesn't want to exist in 3.0.02011-04-18, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 4fb1347ba91ca1ac8b6f5ad029c1ed0f1b6e60a2)2011-04-18, by Mark Doliner
-
Fix this indentation. My bad.2011-04-13, by Mark Doliner
-
Update js->initial_avatar_hash if the user tries to set the icon before2011-04-13, by Mark Doliner
-
Typo fix2011-04-13, by Mark Doliner
-
In purple_buddy_icons_set_account_icon, call the prpl's set_buddy_icon2011-04-13, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 570b107a62822dd538074753d93b576dea0043a3)2011-04-02, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head bfb757dfe6b2549ab37a9b19f78f5f1f2f9df0cd)2011-03-21, by Mark Doliner
-
Add two hash tables to the oscar code that deals with your server stored2011-03-20, by Mark Doliner
-
merge of '1b0275bd7ec6ff5c9cb2a1b7a0a60c36091448a6'2011-03-19, by Elliott Sales de Andrade
-
Don't bother reading in the "protocol" attribute in blist.xml. As near as2011-03-17, by Mark Doliner
-
Remove gaim-compat.h and gtkgaim-compat.h. IT FEELS SO GOOD!2011-03-17, by Mark Doliner
-
Remove the _purple_oscar_convert(). It existed to migrate data from2011-03-17, by Mark Doliner
-
Per discussion with rlaager both on the mailing list and in the XMPP MUC, bump2011-03-17, by John Bailey
-
merge of 'c9c5ba486ea016ed8a4454c0f070edfc5af646a9'2011-03-17, by John Bailey
-
Update the pkg-config versions. Also, drop the unversioned pc files,2011-03-16, by Elliott Sales de Andrade
-
Drop the .gaim -> .purple migration code2011-03-18, by Richard Laager
-
Drop gaim compatibility files2011-03-17, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head ad52db559c57f2f898ebe9a4eaa6b26adeaf8569)2011-03-17, by Richard Laager
-
We want libpurple.so.1, not libpurple.so.9.2011-03-15, by John Bailey
-
3.0.0devel. Let the mergefest begin.2011-03-15, by John Bailey
-
Remove checks for NEWS. We're not using this file anymore. Most people2011-08-20, by Mark Doliner
-
Write this item more similarly to other items2011-08-18, by Mark Doliner
-
Fix incorrect handling of HTTP 100 responses when using the HTTP2011-08-18, by Mark Doliner
-
Fix a crash when remote users have certain characters in their2011-08-18, by Mark Doliner
-
Open an explorer.exe window at the location of the file when clicking2011-08-18, by Mark Doliner
-
Prepare for release (the actually tarballs won't get released until a few2011-08-18, by Mark Doliner
-
Hebrew translation updated (Shalom Craimer)2011-08-18, by Mark Doliner
-
Dutch translation updated (Gideon van Melle)2011-08-18, by Mark Doliner
-
"msgfmt -cv mn" complained that this file had translations with mismatched2011-08-18, by Mark Doliner
-
Commit updated versions of our translations after running po/stats.pl2011-08-18, by Mark Doliner
-
I'm gonna add the transifex config file to the repository. I think it makes2011-08-18, by Mark Doliner
-
Chinese (Hong Kong) translation updated (Ambrose C. Li, Paladin R. Liu)2011-08-18, by Mark Doliner
-
Afrikaans translation updated (Friedel Wolff)2011-08-18, by Mark Doliner
-
Ukrainian translation updated (Oleksandr Kovalenko)2011-08-18, by Mark Doliner
-
Albanian translation updated (Besnik Bleta)2011-08-18, by Mark Doliner
-
Polish translation updated (Piotr DrÄ…g)2011-08-18, by Mark Doliner
-
Bounds-check stringref copies (which are safe anyway)2011-08-17, by Ethan Blanton
-
Fix a leak found by HanzZ.2011-08-17, by Elliott Sales de Andrade
-
I noticed this inconsistent indent when fixing Ethan's previous entry.2011-08-17, by John Bailey
-
I'm 99.999999% sure Ethan meant this to be here.2011-08-17, by John Bailey
-
Fix parsing Yahoo sms carrier result2011-08-17, by maiku
-
Fix potential crash when NAMES is empty.2011-08-16, by jamie
-
ChangeLog update for NTLM fix2011-08-16, by Ethan Blanton
-
Fix NTLM endianness issue.2011-08-16, by jond578
-
Fix some un-fixes in the Zephyr strlcpy changes2011-08-16, by Ethan Blanton
-
Update Finnish translation.2011-08-16, by Timo Jyrinki
-
A unit test check from the EFF2011-08-16, by Mark Doliner
-
Fix this compile warning:2011-08-16, by Mark Doliner
-
Fix formatting by a third grader with a crayon2011-08-15, by Ethan Blanton
-
Rationalize nat_pmp.c:default_gw() and free leaked buffer.2011-08-15, by Ethan Blanton
-
Catalan (Valencian) translation udated on behalf of Vicent Cubells.2011-08-14, by Josep Puigdemont
-
Catalan translation udated.2011-08-14, by Josep Puigdemont
-
The 24x24 MXit protocol icon wasn't being installed.2011-08-13, by andrew victor
-
Catalan translation updated.2011-08-11, by Josep Puigdemont
-
Fix truncation of a string in the Yahoo! prpl to be not quite so stupid.2011-08-11, by Ethan Blanton
-
Bounds check hostname lengths for DNS SRV lookups. (EFF)2011-08-11, by Ethan Blanton
-
Bounds check an OSCAR normalization. (EFF)2011-08-11, by Ethan Blanton
-
Almost certainly not an issue, but bounds check a strcpy in stun.c (EFF)2011-08-11, by Ethan Blanton
-
Bounds check log scanning, thanks to the EFF2011-08-11, by Ethan Blanton
-
Use MAXPATHLEN instead of 256 for some path buffer sizes2011-08-11, by Ethan Blanton
-
Patch up merge2011-08-11, by Ethan Blanton
-
merge of '269c6e29c67a1c066871499e76575d4700bf6744'2011-08-11, by Ethan Blanton
-
Update ChangeLog for EFF credit, completeness2011-07-17, by Ethan Blanton
-
Change another hostname lookup fallback to use g_strlcpy.2011-07-17, by Ethan Blanton
-
Use g_strlcpy instead of strcpy in MSN alias string creation.2011-07-17, by Ethan Blanton
-
Copy hostname fallbacks using g_strlcpy instead of strcpy.2011-07-17, by Ethan Blanton
-
Complete the conversion of win32 utsname construction to bounds-checked access.2011-07-17, by Ethan Blanton
-
Fill out struct utsname on win32 using g_strlcpy instead of strcpy.2011-07-17, by Ethan Blanton
-
Changed a strcpy in the mxit prpl to a bounds-checked g_strlcpy.2011-07-17, by Ethan Blanton
-
Replace an unchecked strcpy with g_strlcpy().2011-07-17, by Ethan Blanton
-
Fix up several Tcl loader string copies to use g_strlcpy().2011-07-17, by Ethan Blanton
-
Fix up Zephyr g_strlcpy patch2011-07-17, by Ethan Blanton
-
Replace numerous strcpy() invocations with strlcpy() in Zephyr.2011-07-17, by Ethan Blanton
-
Credit the EFF for the following diffs2011-07-17, by Ethan Blanton
-
German translation update for 2.10.02011-08-11, by Björn Voigt
-
merge of '56ec802a4201a596a1bf852cae8f08819ca6bedc'2011-08-11, by Mark Doliner
-
Fix this compile warning:2011-08-08, by Mark Doliner
-
Don't accidentally add a second login timeout. This shouldn't happen2011-08-08, by Elliott Sales de Andrade
-
Don't request the AB if getting the contact list failed. Either there's2011-08-08, by Elliott Sales de Andrade
-
Fix logging into Yahoo! JAPAN. Fixes #14259.2011-08-07, by John Bailey
-
Björn Voigt pointed out that my plugin info dialog doesn't show the e-mail2011-08-06, by John Bailey
-
German translation update2011-07-31, by Björn Voigt
-
Fix crash selecting Tools->Set Mood when you're online with an2011-07-26, by Mark Doliner
-
Add Maiku's revision b22fe1b183e37298da577f19bdca6f318b209324 to the changelog.2011-07-26, by Mark Doliner
-
Destroy the existing Nexus if we get a second USR SSO. This might2011-07-22, by Elliott Sales de Andrade
-
sametime: Compile! (other build environment apparently lacked libmeanwhile...)2011-07-21, by Paul Aurich
-
log_reader: Fix an actual crash in the QIP reader.2011-07-21, by Paul Aurich
-
merge of '60a632cb295df557713697e92727d551d7345451'2011-07-21, by Paul Aurich
-
log_reader: strchr(), and some simplifying to make clang happier2011-07-21, by Paul Aurich
-
sametime: Avoid a theoretical null strcmp2011-07-21, by Paul Aurich
-
prefs: Avoid an atoi(NULL) when reading the prefs from disk2011-07-21, by Paul Aurich
-
dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attention2011-07-20, by Paul Aurich
-
dnssrv: Refactor to reduce code duplication2011-07-20, by Paul Aurich
-
Fix build of dnssrv.c on Windows; thanks to eschman for pointing this out.2011-07-19, by Paul Aurich
-
Fix the handling of IRC formatting following mIRC ^O.2011-07-19, by Ethan Blanton
-
dnsquery: Behold, automagic conversion of a string IP address into a sockaddr struct, IPv#-independent.2011-07-17, by Paul Aurich
-
dnssrv: Proper memory management here, which stops random crashes elsewhere.2011-07-17, by Paul Aurich
-
dnssrv: Avoid a few extraneous iterations through the list. Refs #126472011-07-17, by Paul Aurich
-
Whitespace changes2011-07-17, by Paul Aurich
-
Fixes to the PurpleSrvTxtQueryUiOps code. Refs #126472011-07-17, by thijsalkemade
-
La de dah, thanks John2011-07-17, by Paul Aurich
-
jabber: Fix /join behavior. Closes #14205.2011-07-17, by Paul Aurich
-
pidgin: Fix building on GTK+ less than 2.14.2011-07-17, by Paul Aurich
-
gg: Fix build w/ older versions of GnuTLS.2011-07-17, by Paul Aurich
-
More debugging informations when updating avatars in Gadu-Gadu2011-07-14, by tomkiewicz
-
Remove duplicate calls to msn_slpmsg_set_slplink. This function is2011-07-14, by Elliott Sales de Andrade
-
Suppress error spews when we've left an IRC channel but the window is open.2011-07-12, by Ethan Blanton
-
Fix some closes on invalid fds, which can crash on Windows.2011-07-10, by Florian Quèze
-
ChangeLogging.2011-07-09, by John Bailey
-
Make the ChangeLog.API entry accurate.2011-07-09, by John Bailey
-
We're now 2.10.0 because I added the plugin info dialog.2011-07-09, by John Bailey
-
Add a plugin information dialog that shows information for all plugins, even2011-07-09, by John Bailey
-
We have not been in 2009 while ago nor this project is dead.2011-07-08, by masca
-
Update the AUTHORS file with the information in the Developer Information window.2011-07-08, by masca
-
Credit Quenin Brandon for the max size in incoming smileys patch. Changelog it.2011-07-08, by masca
-
Fix debug message for IRC periodic WHO2011-07-06, by Ethan Blanton
-
configure.ac: Prep for next release2011-07-03, by Paul Aurich
-
Merged two buddy blocking methods in Gadu-Gadu protocol. Fixes #53032011-07-01, by tomkiewicz
-
conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.2011-06-27, by Paul Aurich
-
irc: Save one useless hash table lookup2011-06-27, by Paul Aurich
-
jabber: Check for empty string when setting mood.2011-06-27, by Paul Aurich
-
Fix the merge some more2011-06-26, by Paul Aurich
-
Fix up merge2011-06-25, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 9681bcefcadc4b4fad248fd0ec922892aaefdd76)2011-06-25, by Paul Aurich
-
conversation: Use the right comparison type (case-sensitive) for the hash table2011-06-22, by Paul Aurich
-
conversation: Okay, one final fix.2011-06-21, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head cc3c0e426393176ef87b207eeed1a17efc8dec7d)2011-06-21, by Paul Aurich
-
Add constant-time lookup of row in the userlist by way of PurpleConvChatBuddy ui_data2011-06-21, by Paul Aurich
-
conversation: Use a copy of the name and clear hash after emitting "left" signals2011-06-21, by Paul Aurich
-
gtkconv: Remove a redundant lookup, as that just calls purple_conv_chat_cb_find()2011-06-21, by Paul Aurich
-
conversation: Strip off the exposed function pointers.2011-06-21, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 9fc56c5e4669dbbaa42a495b831982f2732e3895)2011-06-20, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 3dbc4e50c575de418e1df8f965957b195aeff2ca)2011-06-20, by Paul Aurich
-
conversation: O(1) purple_conv_chat_cb_find2011-06-20, by Paul Aurich
-
Bump version numbers for 2.9.02011-06-20, by Paul Aurich
-
fix group name's encoding for yahoojp. patch by nosuke.2011-06-26, by Yoshiki Yazawa
-
merged from im.pidgin.pidgin2011-06-25, by Yoshiki Yazawa
-
merge of '2cabccedebb0366f69f7d3e9c3e16e2f4c6b3aae'2011-06-25, by Paul Aurich
-
jabber: Make jabber_prpl_send_raw() return strlen(buf) when len is negative.2011-06-25, by Paul Aurich
-
Fix races between irc_send_raw() and normal prpl-internal sends.2011-06-25, by Ethan Blanton
-
propagate from branch 'im.pidgin.pidgin.2.9.0' (head d3dccc0843de29ce8d5c7e2e017028396dc2b46b)2011-06-24, by Ethan Blanton
-
ChangeLog my security fix2011-06-22, by Mark Doliner
-
applied changes from 6cf1aee8ac5e3c836af832eaf26ccedd611dc70b2011-06-22, by Mark Doliner
-
Pluck the performance improvement code needed for large IRC channels.2011-06-22, by Paul Aurich
-
*** Plucked rev cc3c0e426393176ef87b207eeed1a17efc8dec7d (darkrain42@pidgin.im):2011-06-21, by Paul Aurich
-
Add an additional thing to the changelog2011-06-20, by Mark Doliner
-
I needed to increment this2011-06-20, by Mark Doliner
-
Let's do a quick bugfix release on Thursday. I have a patch pending that2011-06-20, by Mark Doliner
-
applied changes from fc575a35d01a235fedb83f75b6f8b2a60fe9d48b2011-06-20, by Mark Doliner
-
applied changes from 10a19d0da323fdc8c2b315968e383219d8b9101f2011-06-20, by Mark Doliner
-
applied changes from 1e3728083b5ef50e0df8972a39da09a1ddea84172011-06-20, by Mark Doliner
-
applied changes from d4ad4dcf4f618793c9201ace11269bac63645d692011-06-20, by Mark Doliner
-
applied changes from 00c6d11a264a02d1aaa23feb52eab5ca46e655c82011-06-20, by Mark Doliner
-
applied changes from aebefd6d98382ce0f7b42b41e4bf2611044d41822011-06-20, by Mark Doliner
-
applied changes from 32a55bbc4f1e8d632d205d040fa3e814559e1c952011-06-20, by Mark Doliner
-
applied changes from 341e86eb5b808e0eab3242d7be676f83eca02b082011-06-20, by Mark Doliner
-
applied changes from 1d2a25ce8baec7e426910e310ed73db0a4961c312011-06-20, by Mark Doliner
-
applied changes from 9e7616dbab2878bcc9f4b412bca1f55c903a337e2011-06-20, by Mark Doliner
-
merge of '8512af37c7822c68f1cf46a02cbca592f6c79468'2011-06-24, by Elliott Sales de Andrade
-
Merge updates from the 2.9.0 branch into trunk2011-06-22, by Mark Doliner
-
Start looking at the GError parameter every time we call these functions:2011-06-22, by Mark Doliner
-
Better status message handling in Gadu-Gadu. Fixes #143142011-06-22, by tomkiewicz
-
Add a silly little check to make sure our xml parser isn't vulnerable to the2011-06-22, by Mark Doliner
-
German translation update2011-06-21, by Björn Voigt
-
*** Plucked rev ab0701cb7b693759b1163133f4bb0681cca85436 (darkrain42@pidgin.im):2011-06-21, by Paul Aurich
-
merge of '3dbc4e50c575de418e1df8f965957b195aeff2ca'2011-06-20, by Paul Aurich
-
merge of '3a12ece5b629e6de76faec79315514e70ccb32bb'2011-06-20, by Paul Aurich
-
disapproval of revision '3a12ece5b629e6de76faec79315514e70ccb32bb'2011-06-20, by Paul Aurich
-
account: Move a normalization outside of the for loop2011-06-20, by Paul Aurich
-
Definitely changelog worthy2011-06-20, by Mark Doliner
-
Change Finch to use Pidgin's clientkey/devid when connecting to ICQ.2011-06-20, by Mark Doliner
-
Fixed some warnings when compiling Gadu-Gadu prpl under Windows.2011-06-18, by tomkiewicz
-
Fixed searching for buddies in Gadu-Gadu public directory. Fixes #52422011-06-18, by tomkiewicz
-
So, it seems gtkconv checks on stuff in the prpl struct. The lack of2011-06-18, by Elliott Sales de Andrade
-
oscar: ...fix the *right* line this time.2011-06-18, by Paul Aurich
-
oscar: Avoid a few printf("%s", NULL)s2011-06-18, by Paul Aurich
-
merge of '6c48da37034a572986f08a85f9d99927f511b9d3'2011-06-14, by Paul Aurich
-
Fix coming out of idle while in an unavailable state for Yahoo2011-06-13, by maiku
-
Allow setting custom status messages for Yahoo when "Busy"2011-06-13, by maiku
-
No more warnings when receiving Gadu-Gadu system messages - fixes #139142011-06-13, by tomkiewicz
-
We should not be installing libpurple/valgrind.h2011-06-13, by Stu Tomlinson
-
merge of '64f4eb5c598356fe1b8b9bc376faa66641096eda'2011-06-13, by Stu Tomlinson
-
This empty section was causing an invalid configure script to be2011-06-13, by Stu Tomlinson
-
Use dngettext() for two strings in the MXit protocol so that we handle2011-06-12, by Mark Doliner
-
Mention the gevolution compile fix in the changelog2011-06-12, by Mark Doliner
-
Fix compilation, as mentioned on the support mailing list on June 10th2011-06-12, by Mark Doliner
-
merge of '4beb86df935d5dfd7ce4107bcabe1944e59a63a2'2011-06-12, by Mark Doliner
-
These two lines produce stray "yes"'s for me when I run configure with2011-06-12, by Mark Doliner
-
Actually set the relay info for TCP2011-06-07, by Marcus Lundblad
-
Fix unmatched paren2011-06-07, by Mark Doliner
-
use generic pager host for yahoo jp. pointed out by naokixz.2011-06-11, by Yoshiki Yazawa
-
merged from im.pidgin.pidgin2011-06-07, by Yoshiki Yazawa
-
Oh yeah, we're trying not to update ChangeLog.win32. Changing our2011-06-07, by Mark Doliner
-
New version number2011-06-07, by Mark Doliner
-
Apparently "make release" wants the correct timestamp in here2011-06-07, by Mark Doliner
-
Would help if I had the correct date here2011-06-07, by Mark Doliner
-
Need to include deflate.h in EXTRA_DIST so that it gets included in2011-06-07, by Mark Doliner
-
Add a ChangeLog entry for my previous change2011-06-07, by Mark Doliner
-
Fix a potential null pointer dereference in the MSN protocol, discovered2011-06-07, by Mark Doliner
-
Prepare for release2011-06-07, by Mark Doliner
-
Updated Malay translation. Fixes #141602011-06-07, by Mark Doliner
-
Updated Japanese translation! I think the might not have been updated2011-06-07, by Mark Doliner
-
Updated Russian translations2011-06-07, by Mark Doliner
-
temporal fix for yahoo japan connection problem2011-06-07, by Yoshiki Yazawa
-
merged from im.pidgin.pidgin2011-06-07, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin.mxit' (head 60960f69854c3b350f48451efaf9adbe770bd810)2011-06-06, by Ethan Blanton
-
MXit VV WIP.2011-05-15, by andrew victor
-
Also show FirstName and LastName in search-results and friend-suggestions.2011-05-15, by andrew victor
-
merge of '480053700827137374fa90746e7c0dbf6e4d1cd5'2011-05-15, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head d6053150b258c5c8b2ac60e091a7d0d1b2d9be1d)2011-05-08, by andrew victor
-
When retrieving the users current Status-Message via profile packets,2011-05-09, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head fdb174f23d34033c1e5b7b9258f93d7b0928ba90)2011-05-09, by andrew victor
-
Additional MXit prpl changes listed.2011-05-06, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 27008103f84aa123bae2138b6e8c3a20303bde16)2011-05-06, by andrew victor
-
merge of '68f430dcc865c17bad99e7e29c516f5db7cb4336'2011-05-05, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head b4610e0aa7f5df4daa5d4ad90ce8a8d80f46e0fe)2011-05-04, by andrew victor
-
* show a contact's status message when his offline (with get-info)2011-05-05, by pieter loubser
-
Adding contacts normally and via search-results works slightly differently2011-05-03, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head fcd72ef630601a5c9de2e8465f3502ef38b67235)2011-05-02, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 075c2902b90abb6349a6b689e26fa0ecf720ca04)2011-04-26, by andrew victor
-
Add support for using TCP relaying with TURN2011-06-06, by Marcus Lundblad
-
Fix gntwm.c compile on some platforms.2011-06-06, by Ethan Blanton
-
Fix ChangeLog to reference libgadu 1.11.02011-06-05, by Ethan Blanton
-
Forgot two files for the gg 1.11.0 update2011-06-05, by Ethan Blanton
-
ChangeLog this libgadu update2011-06-05, by Ethan Blanton
-
Update libgadu to 0.11.0 plus local changes; thanks to Tomasz Wasilczyk.2011-06-05, by Ethan Blanton
-
merge of 'b8354dfc19eecdfd2aecfdb2685fbd78b9010587'2011-05-24, by Paul Aurich
-
media/backend-fs2: Better fix for the NULL deref crash here.2011-05-24, by Paul Aurich
-
Remove some struct packing from code that does login. I think this is2011-05-20, by Elliott Sales de Andrade
-
I will compile before committing. I will compile before committing.2011-05-20, by Paul Aurich
-
Fix another leak2011-05-19, by Paul Aurich
-
oscar: Fix the leak of 'alias' in this function2011-05-19, by Paul Aurich
-
Hmm. It seems I missed some translations from Transifex. Now I'm2011-05-13, by Mark Doliner
-
NEWS2011-05-13, by masca
-
Fix my typo pointed out by kstange.2011-05-12, by John Bailey
-
German translation update2011-05-12, by Björn Voigt
-
NEWSing.2011-05-12, by John Bailey
-
NEWS, NEWS, get 'ya news!2011-05-12, by Paul Aurich
-
Elliott suggested ISO-8859-2 as being more correct here.2011-05-12, by Paul Aurich
-
merge of '75fc33a55bbcdb1cd95b14f424826226c67018b0'2011-05-12, by Paul Aurich
-
merge of '28fe114c65c7f5fa3fdc6a89311c370b76a1c371'2011-05-12, by Ka-Hing Cheung
-
You know, I've been telling myself that I am going to get back to2011-05-11, by Ka-Hing Cheung
-
Added Croatian translation from Sabina Drempetić. Closes #135952011-05-12, by Paul Aurich
-
media: Fix a NULL pointer deref crash, and add diagnostic logging.2011-05-12, by Paul Aurich
-
Fix setting icons with dimensions greater than 64x64 pixels by scaling2011-05-11, by Mark Doliner
-
Add changelog entries for the translators who commited their updates2011-05-11, by Mark Doliner
-
Get rid of a few other dead variables.2011-05-11, by Paul Aurich
-
msn: Avoid reading uninit memory.2011-05-11, by Paul Aurich
-
silc: Dead (redundant) initialization2011-05-11, by Paul Aurich
-
merge of '499902f7613784436d3ab1e47339e2822f695102'2011-05-11, by Paul Aurich
-
Small space to tab changes.2011-05-11, by Elliott Sales de Andrade
-
mxit: Audited the rest of mxit for glib/libc mixing of alloc/free2011-05-11, by Paul Aurich
-
mxit/protocols: Use g_realloc, as these are freed with g_free2011-05-11, by Paul Aurich
-
silc: Avoid calling strstr(NULL, ...) if chname isn't set.2011-05-11, by Paul Aurich
-
jabber/caps: Reorganize for the purpose of making clang's analyzer happier2011-05-11, by Paul Aurich
-
jabber/bosh: We require glib 2.16 now, this was added in 2.162011-05-11, by Paul Aurich
-
jabber: Treat empty <group/> elements as "Buddies", not ""2011-05-11, by Paul Aurich
-
Updated a bunch of translations.2011-05-10, by Paul Aurich
-
Rename this enums a little better. And I don't think we need these2011-05-10, by Elliott Sales de Andrade
-
Hide some offset occurrences and define a couple of abstractions in2011-05-10, by Elliott Sales de Andrade
-
Getting the P2P version is probably the slplink's job, since it has2011-05-09, by Elliott Sales de Andrade
-
Let's not fool anyone here. The slplink is never NULL.2011-05-09, by Elliott Sales de Andrade
-
This function doesn't exist.2011-05-09, by Elliott Sales de Andrade
-
I've always wondered why the SB layer was parsing the P2P stuff, when2011-05-09, by Elliott Sales de Andrade
-
Grab the only other translations I see in Trasifex, and fix I problem2011-05-09, by Mark Doliner
-
merge of 'd09f79ede5d30c1f516d4af546eb9a0f1d052593'2011-05-09, by Mark Doliner
-
I grabbed the Norwegian translation from Transifex. I guess we have2011-05-09, by Mark Doliner
-
Get the P2P version based on the user. Still hard-coded as v1 though.2011-05-09, by Elliott Sales de Andrade
-
Get the slplink from the slpcall as needed.2011-05-09, by Elliott Sales de Andrade
-
Oops, forgot to checkin the header changes that go along with the2011-05-09, by Elliott Sales de Andrade
-
This function doesn't do much of anything any more.2011-05-09, by Elliott Sales de Andrade
-
Add the slplink as a parameter when creating a slpmsg ack.2011-05-09, by Elliott Sales de Andrade
-
Add the slpcall as a parameter when creating a slpmsg.2011-05-09, by Elliott Sales de Andrade
-
German translation update2011-05-07, by Björn Voigt
-
Catalan translation updated.2011-05-07, by Josep Puigdemont
-
Try to hide msn_p2p_info_get_flags as much as possible, since it may2011-05-07, by Elliott Sales de Andrade
-
Only send acks on p2pv2 when required.2011-05-07, by Elliott Sales de Andrade
-
Add P2Pv2 ack'ing.2011-05-07, by Elliott Sales de Andrade
-
Add a function to add/replace a TLV to a list.2011-05-07, by Elliott Sales de Andrade
-
Rename things a little.2011-05-07, by Elliott Sales de Andrade
-
The type and length of the TLV are only bytes, so fix the function2011-05-07, by Elliott Sales de Andrade
-
update french translation2011-05-06, by Éric Boumaour
-
fix a typo in the German translation2011-05-06, by Jochen Kemnade
-
German translation update2011-05-06, by Björn Voigt
-
Remove extra word.2011-05-06, by Elliott Sales de Andrade
-
merge of '09b81079c02d3b84a6dedbf29d6ce66862c09a71'2011-05-06, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.cpw.masca.p2p' (head 33ca865dacb9e5bcf763d06f6a42cbaca337cc64)2011-05-06, by Elliott Sales de Andrade
-
Add Peer Info TLV struct and values.2011-01-04, by masca
-
Add TLV and data fields to P2Pv2 Header.2011-01-04, by masca
-
Add P2Pv2 Data Header struct.2011-01-04, by masca
-
Compile.2011-01-04, by masca
-
Add some constants used by P2Pv2.2010-12-15, by masca
-
I think this is the way to map to P2Pv2, but I don't have Internet2011-05-05, by Elliott Sales de Andrade
-
The TLV list should be padded to a multiple of 4.2011-05-05, by Elliott Sales de Andrade
-
This should fix TLV in from and out of the wire.2011-05-05, by Elliott Sales de Andrade
-
Clean up Canadian English translation. Lots of the fuzzy translations2011-05-05, by Elliott Sales de Andrade
-
Allow both spellings of grey, since this is user-visible.2011-05-05, by Elliott Sales de Andrade
-
Register both spellings for the msgcolour command, for people who2011-05-05, by Elliott Sales de Andrade
-
EIGHTY COLUMNS2011-05-06, by Ethan Blanton
-
ft: Fix a leak of 'utf8'2011-05-05, by Paul Aurich
-
merge of '24528e4f31b9f94a34143911113dc52ec45fb69f'2011-05-05, by Paul Aurich
-
jabber: Oops, I introduced a leak. clang found it.2011-05-05, by Paul Aurich
-
German translation update2011-05-04, by Björn Voigt
-
German translation update2011-05-04, by Björn Voigt
-
merge of '15d262d25f6f81c8bf68b2de436e86b672f8d980'2011-05-04, by Björn Voigt
-
bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably.2011-05-03, by Daniel Atallah
-
bonjour: Recurse through user IP addresses instead of using the first one only2011-05-03, by Simon van der Linden
-
German translation update2011-05-03, by Björn Voigt
-
updated German translation in preparation for the 2.8.0 release (still incomplete)2011-05-03, by Jochen Kemnade
-
merge of '8a2ad25fe0712bc0d47a1229671868560599a2cd'2011-05-03, by Daniel Atallah
-
Add Tor proxy stuff to the ChangeLog and tweak the text for another item2011-05-03, by Daniel Atallah
-
proxy: Use account proxy when making standalone SOCKS5 connections.2011-05-03, by Daniel Atallah
-
finch: finch_notify_message is kinda buggy, conflating PurpleNotifyType and PurpleNotifyMsgType.2011-05-03, by Paul Aurich
-
jabber: This seems slightly more straightforward to me.2011-05-03, by Paul Aurich
-
Silence a swath of warnings regarding set-but-unused.2011-05-03, by Paul Aurich
-
purple: Fix some compiler warnings related to new API and missing prototypes.2011-05-03, by Paul Aurich
-
jabber: Tighter scoping2011-05-03, by Paul Aurich
-
jabber: Correctly handle the unsetting case for a contact's vCard avatar.2011-05-03, by matthew
-
xmpp: Don't advertise our IPs as available streamhosts when using a TOR proxy.2011-05-03, by Daniel Atallah
-
Fix account-specific proxy config GUI to use same ordering as global proxy GUI.2011-05-02, by Daniel Atallah
-
Fix account-specific proxy selection GUI to not be dependent enum ordering.2011-05-02, by Daniel Atallah
-
Use purple_str_to_time() instead of strptime(), which doesn't exist on Windows.2011-05-02, by Daniel Atallah
-
Zero the struct tm used for purple_str_to_time().2011-05-02, by Daniel Atallah
-
Remove QQ reference from installer2011-05-02, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin.mxit' (head 3d58b1f843fc2aebf9411756956d07ae96951623)2011-05-02, by John Bailey
-
Add a couple items to the !ChangeLog. Refs #12891.2011-05-02, by John Bailey
-
media: Allow setting SDES properties of RTP conferences. Fixes #12981.2011-05-02, by jakub adam
-
Mention that patch in the !ChangeLog. Refs #13894.2011-05-02, by John Bailey
-
gg: Allow the user to choose whether to use SSL/TLS support. Fixes #13894.2011-05-02, by tomkiewicz
-
Axe the useless qq prpl.2011-05-02, by John Bailey
-
Start on Gaming & Table markup.2011-04-18, by andrew victor
-
Improve searching.2011-04-18, by andrew victor
-
Improve searching.2011-04-18, by andrew victor
-
Fix comment - it does not clear the screen.2011-04-12, by andrew victor
-
Added MXit changes.2011-04-12, by andrew victor
-
* Handle response to SendFile chunk packet, and display the error message2011-04-12, by andrew victor
-
Search results can contain users and services - change wording.2011-04-12, by andrew victor
-
Protocol 6.3 change to SubscribeContact packet.2011-04-12, by andrew victor
-
Move the PIN-change option into a separate PluginAction.2011-04-11, by andrew victor
-
Due to the new alpha-numeric loginnames and auto-generated userId's the2011-04-11, by andrew victor
-
MXit servers updated, so we can now enable updating of the "About Me" and2011-04-11, by andrew victor
-
Escape the font-size-change character sequences when sending to MXit.2011-04-11, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 726c5220207c01e8799797c7d6d4455d23159281)2011-04-11, by andrew victor
-
* extended the profile information shown for pending invites2011-04-01, by pieter loubser
-
The mini-dialogs feature now allows you to request profile information for2011-03-31, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head ece03c16966f58e1db43e5c20fe35a6707b468d2)2011-03-31, by andrew victor
-
* More enhancements to user-searching.2011-03-29, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 7386f651da12e8eaa3a280ff11f2d7c163136d94)2011-03-29, by andrew victor
-
merge of '75c1e83a87528fd242c342004ffcc0a4af52164f'2011-03-29, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 40ac21cffeec1a6ccb95ee0290e1f4f457fd8ff4)2011-03-25, by andrew victor
-
Searching.2011-03-28, by andrew victor
-
* fixed crash caused by entering a wrong password (tx queue management)2011-03-25, by pieter loubser
-
Profile field lengths as per protocol doc.2011-03-23, by andrew victor
-
SuggestContacts packets updated.2011-03-22, by andrew victor
-
Extensions to the user profile.2011-03-22, by andrew victor
-
Less code duplication.2011-03-21, by andrew victor
-
The MultMX server now always sends "You have been kicked." when you are2011-03-21, by andrew victor
-
Fix bug in mxit_show_split_message() (the workaround for Pidgin's workaround2011-03-21, by andrew victor
-
Add the invite message support to MXit prpl.2011-03-21, by andrew victor
-
Accept broken URLs from third-party GG clients same as official GG.2011-05-01, by Ethan Blanton
-
Credit Pat for his patch and !ChangeLog it. Refs #13290.2011-04-30, by John Bailey
-
Fix another vvconfig crash. Fixes #13290, #13774.2011-04-30, by pat
-
merged from im.pidgin.pidgin2011-04-21, by Yoshiki Yazawa
-
Use the new account-contextual DNS API everywhere. Refs #111102011-04-19, by Daniel Atallah
-
Add the new account-specific API to ChangeLog.API2011-04-19, by Daniel Atallah
-
Add new DNS-related API to perform lookups in the context of an account.2011-04-19, by Daniel Atallah
-
Add a new proxy type of "Tor". This is really just a SOCKS5 proxy, but can be2011-04-19, by Daniel Atallah
-
The T_SRV and T_TXT defines are needed on WIN32 too.2011-04-19, by Daniel Atallah
-
merge of '649c72408dd9527b22c5e15aced51c15e325d4bb'2011-04-19, by Daniel Atallah
-
Further consolidation of dnsquery code.2011-04-19, by Daniel Atallah
-
Consolidate duplicated implementations of purple_dnsquery_a2011-04-16, by Daniel Atallah
-
Update configure.ac to indicate the correct libgadu requirement in messages.2011-04-18, by Ethan Blanton
-
kawaii.neko, not kawaii.neto in ChangeLog*2011-04-16, by Ethan Blanton
-
Credit for kawaii.neto's patch. Refs #12599.2011-04-16, by John Bailey
-
Restructure that patch a bit. The marshal function should have been with all2011-04-16, by John Bailey
-
Patch from kawaii.neko that adds chat-nick-clicked and chat-nick-autocomplete2011-04-16, by John Bailey
-
Induct two new CPW's to our list.2011-04-16, by John Bailey
-
Credit Tomasz for another patch and fix up another !ChangeLog entry.2011-04-16, by John Bailey
-
Recently I found out a small issue: if another user changes it's avatar, we2011-04-16, by tomkiewicz
-
Credit Tomasz for his patch. Refs #10268.2011-04-16, by John Bailey
-
gg: Fix a null pointer dereference.2011-04-16, by tomkiewicz
-
Credit Jan for his patch. Refs #13699.2011-04-16, by John Bailey
-
Don't update last_received when receiving data on gg. Fixes #13699.2011-04-16, by quantifier666
-
jabber: Remember the last-used user directory. Closes #124512011-04-10, by pidgin
-
Add the DigiCert High Assurance CA-3 intermediate CA.2011-04-10, by Stu Tomlinson
-
Add the DigiCert High Assurance CA-3 intermediate CA.2011-04-09, by Paul Aurich
-
!ChangeLog kartikmohta's patch. Refs #1131.2011-04-08, by John Bailey
-
Tweak kartikmohta's patch a bit to use accessors instead of directly accessing2011-04-08, by John Bailey
-
Delete buddy pounces when removing a buddy. Fixes #1131.2011-04-08, by kartikmohta
-
Credit Dan for his patch. Refs #13505.2011-04-08, by John Bailey
-
Support new connection states in NetworkMakanter 0.9. Fixes #13505.2011-04-08, by dcbw
-
!ChangeLog tomos' patch. Refs #13337.2011-04-07, by John Bailey
-
Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337.2011-04-07, by lelongt
-
!ChangeLog and credit tomkiewicz's patch. Refs #13613.2011-04-07, by John Bailey
-
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.2011-04-07, by tomkiewicz
-
This patch from kkszysiu and tomkiewicz implements full typing notification2011-04-07, by John Bailey
-
merge of '840e5251829610a4d5500832438e6086f442148c'2011-04-06, by Paul Aurich
-
Fix a typo in a comment (a very useful commit)2011-04-06, by Paul Aurich
-
Send * as our local hostname for the USER message at signon.2011-04-03, by Ethan Blanton
-
jabber: Slightly better handling of large files (on receipt).2011-04-02, by Paul Aurich
-
merged from im.pidgin.pidgin2011-04-01, by Yoshiki Yazawa
-
Add a cleared-message-history conversation signal, and use it in Pidgin and Finch2011-03-31, by Paul Aurich
-
Finally merged the code that fixes #5038 to i.p.p.2011-03-30, by ivan komarov
-
merge of '8225619bc6916576c4c3ba198c023dbba87d8f95'2011-03-28, by John Bailey
-
Properly credit loentar for his patch. Refs #13496.2011-03-28, by John Bailey
-
Fix the build on Windows of the added SRV/TXT UI ops. Based on a patch from Josh Mueller.2011-03-28, by thijsalkemade
-
Correct changelog entry for ICQ X-Status to reflect #11895, not #74312011-03-28, by Ethan Blanton
-
Correct attributions to Dustin Gathmann2011-03-28, by Ethan Blanton
-
Correct some GG ChangeLog Entries2011-03-28, by Ethan Blanton
-
Correct attribution in !ChangeLog. Refs #13525.2011-03-25, by John Bailey
-
I forgot to !ChangeLog that last one. Refs #13525.2011-03-25, by John Bailey
-
Raise minimum external libgadu requirement to 1.10.1. Refs #13525.2011-03-25, by John Bailey
-
Increase glib minimum requirement to 2.16.0 as I discussed on-list.2011-03-25, by John Bailey
-
Credit where due. Refs #13362.2011-03-25, by John Bailey
-
Gadu-Gadu: Support receiving typing indications. Fixes #13362.2011-03-25, by quantifier666
-
Claudio asked that his e-mail address be updated. We missed this for 2.7.11.2011-03-25, by John Bailey
-
Gadu-Gadu: Fix sending inline images to remote users. Also fix sending images2011-03-25, by John Bailey
-
Put ticket numbers on a ChangeLog entry.2011-03-25, by John Bailey
-
merge of '8459331448aff4ed1551775d833a55e5fde5f543'2011-03-25, by John Bailey
-
Added PurpleSrvTxtQueryUiOps which allow UIs to specify their own mechanisms2011-03-24, by thijsalkemade
-
!ChangeLog Jakub's vvconfig changes. Refs #13182.2011-03-25, by John Bailey
-
This patch adds to Pidgin's vvconfig plugin a simple dialog, where user can test2011-03-25, by jakub adam
-
Add Jakub Adam as a Crazy Patch Writer. He's contributed more than enough to2011-03-24, by John Bailey
-
!ChangeLog Jakub's patches. Refs #13535, #13537.2011-03-24, by John Bailey
-
Adapt Pidgin's incoming call dialog behavior so that rejecting the addition of a2011-03-24, by jakub adam
-
Adapt the Pidgin UI to correctly handle dynamic addition and removal of streams2011-03-24, by jakub adam
-
Allow adding or removing media sessions (voice or video) on-the-fly. This2011-03-24, by jakub adam
-
!ChangeLog loentar's patch. I need a proper name to credit with in COPYRIGHT.2011-03-24, by John Bailey
-
Currently oscar (ICQ) protocol does not support comma-separated list of2011-03-24, by loentar
-
!ChangeLog dustin's patch. Still need a proper name to credit him with, though.2011-03-24, by John Bailey
-
Ignore DST when calculating birthdays. This prevents an off-by-one-day2011-03-24, by dzlists
-
Note the fix Daniel committed that makes libgadu do reasonable stuff on win32.2011-03-24, by John Bailey
-
Credit Tomasz for his patch. Refs #13554.2011-03-24, by John Bailey
-
When somebody sends me an image, I get some (depends on image size) empty2011-03-24, by tomkiewicz
-
Credit matekm and kkszysiu for their patch. Fixes #13525.2011-03-24, by John Bailey
-
matekm and kkszysiu collaborated on this patch to update our internal libgadu2011-03-24, by John Bailey
-
Add a name I noticed was missing from COPYRIGHT.2011-03-24, by John Bailey
-
Sangeeta Kumari & Rajesh Ranjan translate Hindi & Maithili2011-03-21, by Richard Laager
-
Fix unsetting your mood when "None" is selected. (#7431)2011-03-21, by Mark Doliner
-
I like this ordering more2011-03-21, by Mark Doliner
-
Use the correct accessor macro here to prevent crashing.2011-03-21, by Elliott Sales de Andrade
-
Fix indenting.2011-03-21, by Elliott Sales de Andrade
-
Show invite message entry in Finch's Add Buddy dialog.2011-03-20, by Elliott Sales de Andrade
-
Show invite message entry in the Add Buddy dialog.2011-03-20, by Elliott Sales de Andrade
-
Add invite message support to Oscar.2011-03-20, by Elliott Sales de Andrade
-
Add the invite message support to MSN prpl.2011-03-20, by Elliott Sales de Andrade
-
Add a flag indicating that a prpl allows specifying an invite message.2011-03-20, by Elliott Sales de Andrade
-
Fix libpurple compile when PURPLE_HIDE_STRUCTS is enabled.2011-03-20, by Elliott Sales de Andrade
-
Update PRPL structs with new fields.2011-03-20, by Elliott Sales de Andrade
-
Add new functions for adding buddies with an invite message. If the2011-03-20, by Elliott Sales de Andrade
-
Fix comment order.2011-03-19, by Elliott Sales de Andrade
-
Update a reference to http://gaim.sf.net/2011-03-17, by Richard Laager
-
Ignore the .tx directory2011-03-17, by Richard Laager
-
LC_ALL=C sort -o .mtn-ignore .mtn-ignore2011-03-17, by Richard Laager
-
Fix a missing s/gaim_gtk/pidgin/2011-03-17, by Richard Laager
-
Remove some obsolete, commented-out code2011-03-17, by Richard Laager
-
merged from im.pidgin.pidgin2011-03-17, by Yoshiki Yazawa
-
Fix some issues with purple-url-handler.2011-03-16, by Elliott Sales de Andrade
-
Hopefully fix some long-running issues with some Gadu-Gadu functionality not2011-03-16, by Daniel Atallah
-
I think this probably should be applied on i.p.p also.2011-03-15, by Elliott Sales de Andrade
-
merge of '1577331230de94bf1d081cb81f03ae1271cf8960'2011-03-14, by Elliott Sales de Andrade
-
Add another possible reason for updating the OIM token. This was found2011-03-14, by Elliott Sales de Andrade
-
Check for SlpMsgPart before printing it to the debug log. This would2011-03-14, by Elliott Sales de Andrade
-
Clear out transaction data, just in case the server does weird things2011-03-14, by Elliott Sales de Andrade
-
Make sure we don't crash if we can't find the transaction for the2011-03-14, by Elliott Sales de Andrade
-
Output an error if the notification id was not 1 instead of it's just2011-03-13, by Elliott Sales de Andrade
-
Daniel pointed out this bit of stupidity I let slip in.2011-03-14, by John Bailey
-
We'll do 2.8.0 as the next release.2011-03-13, by John Bailey
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 00d82ac80e3aef1bae2cc576f8f909c224c576b4)2011-03-13, by John Bailey
-
Pointed out by rob-to86.2011-03-13, by John Bailey
-
Credit where due again. Refs #13180.2011-03-13, by John Bailey
-
Make the simple silence suppression stuff optional per-account. Fixes #13180.2011-03-13, by jakub adam
-
propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a)2011-03-13, by John Bailey
-
Moved the conversation attributes API and the IRC periodic WHO updates to i.p.p.next.minor, where they belong.2011-02-21, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 8480ab9498b0e22b164f3a40c100f59e2d6dd916)2011-01-30, by Paul Aurich
-
Patch from Stefan Ott to add the account-authorization-requested-with-message2011-01-09, by John Bailey
-
Use the right ticket number. Refs #10599.2011-01-08, by John Bailey
-
Credit Gabriel for his patch. Refs #13073.2011-01-08, by John Bailey
-
warnings -= 3;2011-01-08, by John Bailey
-
Add pidgin_make_scrollable and use it. Cleans up a bunch of duplicate code. Net code loss of 180 lines. Fixes #13073.2011-01-08, by Gabriel Schulhof
-
ChangeLog and credit Jakub appropriately. Refs #13095.2011-01-08, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 7d1d85421a7221e67b586df32625c65c1434f195)2011-01-08, by John Bailey
-
media: allow obtaining active local and remote candidates. Closes #118302010-11-20, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6f879669a6513a5c40335bbaefe842389a92b39e)2010-11-20, by Marcus Lundblad
-
Add a purple_notify_user_info_add_pair_plaintext function that accepts a2010-07-08, by Mark Doliner
-
Someone the version in next.minor got set to 2.8.2. Should be 2.8.02010-07-08, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 05feb74c1c6c8043bd8a617ae0f523fbc7a24cec)2010-07-08, by Mark Doliner
-
Next minor is 2.8.0 now.2010-02-20, by Elliott Sales de Andrade
-
Credit where due. Refs #13180.2011-03-13, by John Bailey
-
During a voice call, Pidgin now sends constant audio traffic, even when there2011-03-13, by jakub adam
-
propagate from branch 'im.pidgin.pidgin.mxit' (head d2621e74f4d5c342cc30a7e49c8a05121f05050a)2011-03-13, by John Bailey
-
ChangeLog Florian's patch.2011-03-13, by John Bailey
-
Named initializers and most other C99isms don't work in Visual C++ .NET 2005 in2011-03-13, by Florian Quèze
-
Credit where due. Refs #13358.2011-03-13, by John Bailey
-
Make terminology more consistent with the rest of our strings. Refs #13358.2011-03-13, by John Bailey
-
Gadu-Gadu: Allow showing your status only to people on your buddy list.2011-03-13, by mateuszpiekos
-
Added MXit changes for 2.7.11.2011-03-09, by andrew victor
-
Change space indentation to tab indentation on a line2011-03-13, by Mark Doliner
-
Use doxygen -u to update this file. Before this change I was seeing2011-03-13, by Mark Doliner
-
Correct a variable name in a doxygen comment2011-03-13, by Mark Doliner
-
Use the @since doxygen comment for this note2011-03-13, by Mark Doliner
-
Normal post-release junk.2011-03-11, by John Bailey
-
Normal pre-release junk.2011-03-11, by John Bailey
-
ChangeLog the security fix and credit Marius. Although he didn't directly2011-03-11, by John Bailey
-
Fix CVE-2011-1091, improper handling of malformed YMSG packets cause NULL2011-03-11, by John Bailey
-
Credit where due. Refs #13492.2011-03-11, by John Bailey