log

age author description
2009-07-02 Paul Aurich Fix Google Mail notifications when they inexplicably weren't working. Fixes #3300.
2009-07-02 Paul Aurich If get_info_for_jid is passed a full JID, don't spam that JID with IQs.
2009-07-02 Paul Aurich Factor the per-resource IQs out into their own function.
2009-07-02 Mark Doliner Check in re-based .po files so our nightly l10n stats generation has less work to do
2009-07-02 Mark Doliner Woo boy I think we might have a whole bunch of new strings
2009-07-02 Mark Doliner * Use our assert_string_equal() macro instead of fail_unless(strcmp(), NULL)
2009-07-02 Mark Doliner I had to make these changes to get "make check" to run
2009-07-02 Mark Doliner A few changes to our code to handle chunked transfer-encodings (technically
2009-07-02 Mark Doliner Remove just a tad bit of indirection
2009-07-02 Mark Doliner Use unsigned lengths here and use %zu when reading into the gsize var
2009-07-02 Paul Aurich Clear the notifications via a signal instead of pidgin_close_notify.
2009-07-02 Paul Aurich merge of '6b55733f733881e690313c87ac44fba18f382ce1'
2009-07-01 Mark Doliner Fix font size and font face in outgoing myspace messages. I think I
2009-07-01 Ethan Blanton Don't send 64-bit DCC application-level acknowledgments on 64-bit systems.
2009-07-01 Sadrul Habib Chowdhury merge of '183db7b36f0f27730e6f1b86c30b7ab9dfb22ab7'
2009-07-01 Sadrul Habib Chowdhury Show the 'Enable Accounts' menu when all accounts are disabled.
2009-07-02 Paul Aurich Set od->default_port even when using the standard auth method.
2009-07-01 Paul Aurich Avoid a null deref when clearing mail notifications. Refs #9345.
2009-07-03 Elliott Sales de Andrade Change the background of the IP address input in the Network preferences to
2009-07-03 Elliott Sales de Andrade Fix the Add button sensitivity for the add smiley window when using the
2009-07-03 Elliott Sales de Andrade Set the correct default response in the smiley edit window so it gets the
2009-07-03 Elliott Sales de Andrade Automatically enable and disable the Add/Save button in the PidginSmiley
2009-07-02 mauro brasil Increase the logging level of some debugging messages that seemed to be a
2009-07-02 Elliott Sales de Andrade This variable doesn't seem necessary for anything.
2009-07-02 Elliott Sales de Andrade We shouldn't de-reference variables before checking if they're not NULL.
2009-07-01 Elliott Sales de Andrade Change the name of the file selector from "Buddy Icon" to the name of the
2009-07-01 Elliott Sales de Andrade You should check the indenting before a copy & paste...
2009-07-01 Sadrul Habib Chowdhury merge of '321bf1cf9bafe529fea060ca8ba08686a57e884a'
2009-06-30 Paul Aurich I tried to come up with some witty play on words here, but couldn't.
2009-07-01 Sadrul Habib Chowdhury Some more fixes for when unsetting buddy picture, for both when sending and receiving updates.
2009-06-30 Sadrul Habib Chowdhury merge of '22e14265a47cdddb4c9eb1ee0d2ce2989f9fce61'
2009-06-30 Sadrul Habib Chowdhury Changelog yahoo fixes.
2009-06-30 Sadrul Habib Chowdhury Fix how we process certain data we get from the server.
2009-06-30 Sadrul Habib Chowdhury Process the data correctly if the server sends chunked data.
2009-06-29 Sadrul Habib Chowdhury We should not be sensitive about the case.
2009-06-29 Sadrul Habib Chowdhury Fix a small memory leak.
2009-06-30 Mark Doliner Use glib's base64 encode and decode functions if they're available.
2009-06-29 Daniel Atallah Fix win32 compile
2009-06-29 Mark Doliner merge of '0de8339ed2206f013cb9b8105fe3c73ccc2a0f72'
2009-06-29 Josep Puigdemont Catalan translation updated.
2009-06-29 Mark Doliner Changes to our DNS SRV record sorting, care of Vijay Vijay Raghunathan
2009-06-29 Mark Doliner Strip trailing whitespace and spaces to tab
2009-06-29 Mark Doliner This phrasing makes more sense to me
2009-06-28 Mark Doliner Add Yuriy Kaminskiy to the COPYRIGHT file. This is the guy who found and
2009-06-28 Paul Aurich Handle dest failing to open properly by closing the src handle.
2009-06-28 Paul Aurich Update this to not use GIO, so it should build for poizon. Refs #8085.
2009-06-28 Paul Aurich Kill whitespace at the end of lines.
2009-06-28 Mark Doliner Fix a compile warning
2009-06-28 Jochen Kemnade Translation update
2009-06-28 Paul Aurich Fix a typo I spent way too long staring at.
2009-06-28 Justin Rodriguez Allow drag-and-drop of all sorts of themes.
2009-06-28 Justin Rodriguez Better error checking on the theme loaders.
2009-06-28 Paul Aurich Remove duplicated call to purple_theme_manager_init()
2009-06-28 Paul Aurich Silence some warnings from gcc on OS X. None of these were actually valid.
2009-06-28 Sadrul Habib Chowdhury Fix a crash when there are offline messages from both MSN and Yahoo
2009-06-27 Sadrul Habib Chowdhury merge of 'c3ed9a8c89dd38d30b7ad93055507b679b2f0f76'
2009-06-27 Sadrul Habib Chowdhury Remember the profile ids associated with an account.
2009-06-27 Sadrul Habib Chowdhury Use the active-id the message was sent to when sending the ack.
2009-06-27 John Bailey Include the proper ChangeLog and NEWS entries here.
2009-06-27 John Bailey Apply [9bac0a540156fb1848eedd61c8630737dee752c7] here as well. I should
2009-06-27 Paul Aurich merge of '1356d70e521b4cb5ab8ea10f0927063b5c62394a'
2009-06-27 Paul Aurich If there's no vCard on the server, we have to be able to set ours. Allows bootstrapping a new account with (at least) Prosody.
2009-06-27 Paul Aurich Missing newline
2009-06-27 Sadrul Habib Chowdhury Dear Compiler, Shut up!
2009-06-27 Sadrul Habib Chowdhury This fixes sending updates to buddies when I change my pic.
2009-06-27 Sadrul Habib Chowdhury This fixes buddyicon fetches for me.
2009-06-27 Sadrul Habib Chowdhury Create a string only when necessary. Fixes a small possible leak.
2009-06-27 Sadrul Habib Chowdhury Make sure uninitialized variable is not used. This might fix #9345,
2009-06-26 John Bailey Mimic the official client's HTTP User-Agent strings.
2009-06-26 Paul Aurich Clarify the usage of client_type (i.e. these values are matched against using
2009-06-26 Paul Aurich Allow GnuTLS logging to be controlled via PURPLE_GNUTLS_DEBUG envvar.
2009-06-26 Sulabh Mahajan merge of '03e380d307e9063ff3938a7ccab18085899c6140'
2009-06-26 Sulabh Mahajan Fix File transfer issue with Pidgin 2.5.7, ticket #9478
2009-06-26 Elliott Sales de Andrade On MSN, increase the history size for the NS so that people with lots of
2009-06-25 Marcus Lundblad And maybe we should actually change it in the comment too... :)
2009-06-25 Marcus Lundblad Fix the name of an argument.
2009-06-25 Josep Puigdemont Catalan translation updated.
2009-06-25 Sulabh Mahajan This should prevent pidgin from crashing, as reported by the ticket #9426.
2009-06-25 Paul Aurich Abstract an "image loading function" (will be used for the tooltip in a sec)
2009-06-25 Paul Aurich Don't try to write when the BOSH connection isn't ready.
2009-06-25 Paul Aurich Make "BOSH URL" its own account option.
2009-06-25 Paul Aurich Update the Pager server at login to the new default if "" or old default.
2009-06-24 Mark Doliner Need to include header files here in order for them to show up in the
2009-06-24 andrea Build fix for OSCAR on Windows.
2009-06-24 Sadrul Habib Chowdhury Detect properly when yahoo buddies go offline.
2009-06-24 Sadrul Habib Chowdhury Deal with buddies on MSN more gracefully.
2009-06-24 Sadrul Habib Chowdhury Turns out we need to exclude 'msn/' when authorizing a buddy.
2009-06-24 Sadrul Habib Chowdhury Fix another small leak. And update formatting of some code for readability.
2009-06-24 Sadrul Habib Chowdhury Fix a small leak.
2009-06-23 grommasher Support fetching Gadu-Gadu avatars. Closes #9371.
2009-06-23 Paul Aurich merge of '02b9e2a56048af7440e6752b0a4d65df7c519ae7'
2009-06-23 Paul Aurich Mention Yahoo in all the places we say "These protocols won't work without SSL"
2009-06-23 Mark Doliner Check in code that connects to oscar using clientLogin. This is the
2009-06-23 Mark Doliner It's ok to always request this connection now. It probably still doesn't
2009-06-23 Mark Doliner An implementation of SHA-256. Created by copying libpurple's SHA-1
2009-06-23 Mark Doliner Stop the watchers before closing the fds
2009-06-23 Mark Doliner Shuffle this order around for no real reason other than that I prefer it this way
2009-06-23 Paul Aurich merge of '849a753dc5505c801cd053591778ddd340db6337'
2009-06-23 Mark Doliner Fix a few problems with our myspace login response:
2009-06-23 Mark Doliner Rename MSIM_BM_INSTANT_ACTION_OR_IM to MSIM_BM_ACTION_OR_IM_INSTANT
2009-06-23 Mark Doliner Remove an unused variable
2009-06-23 Mark Doliner As far as I can tell this line was accidentally removed in an explicit merge
2009-06-23 Paul Aurich Only append ,charset=utf-8 for DIGEST-MD5. This should fix comment 2 on Adium#12429.
2009-06-22 Paul Aurich This works better.
2009-06-22 Paul Aurich Don't crash when the seemingly impossible occurs.
2009-06-22 Paul Aurich Fix a lost reference when we only fetch an unknown ext.
2009-06-22 grommasher Correctly show status in tooltips for GG contacts with status messages.
2009-06-22 Paul Aurich merge of 'bfb17183fbbf44cc19720d4d11594a7fdaad25de'
2009-06-22 supermmx Fix building of disco plugin on Windows. Thanks to SuperMMX.
2009-06-22 Paul Aurich Update the ChangeLog appropriately.
2009-06-22 Mark Doliner Make a function static and add two comments
2009-06-22 Mark Doliner Consistent comment formatting
2009-06-22 Paul Aurich Draw the user's buddy icon (in the status box) with curves, to match the buddy list icons.
2009-06-22 Paul Aurich Leave the icon always on the right (regardless of language direction).
2009-06-22 Paul Aurich merge of '225e515a43307f04c7c0570ba5877858a0f71209'
2009-06-22 Sadrul Habib Chowdhury merge of '796290d1402d75f50e27f51683443b86707c9c26'
2009-06-21 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
2009-06-22 Paul Aurich Build infrastructure for XMPP Disco plugin on Windows. Ripped from the ticker.
2009-06-21 dmitry petroff Transform id-less <img> tags to links using src and alt attributes.
2009-06-21 Paul Aurich Need to make a copy of this because purple_util_fetch_url frees its.
2009-06-21 Stu Tomlinson g_strv_length() is only available in glib2 2.6 and newer
2009-06-21 John Bailey Pull in the 2.5.7 ChangeLog entries and remove the duplicate entries from
2009-06-20 Mark Doliner I heard bonobo is going away? Just add a note that we'll need to find
2009-06-20 Sadrul Habib Chowdhury merge of '3eceaa6c40cc71435a27e3175ed313c342e01062'
2009-06-19 Mark Doliner New versions of the official Yahoo Messenger client for Windows XP (tested
2009-06-19 Mark Doliner Show a friendlier error message on myspace when your username or password
2009-06-19 Mark Doliner Try to make this string a little more human, and flow better in its
2009-06-19 Mark Doliner These aren't needed either.
2009-06-19 Mark Doliner Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't
2009-06-19 Mark Doliner This isn't needed because connection.c cancels the connection attempt
2009-06-19 Mark Doliner Yikes. buf is on the stack and shouldn't be freed. This fixes
2009-06-19 Mark Doliner Clarify this. This count gets passed around a lot of places... I'm
2009-06-19 Mark Doliner These parameters aren't modified
2009-06-19 Mark Doliner Allow doxygen to pick up the comment for this function. It's
2009-06-18 Mark Doliner Pass the gc as the handle in a bunch of calls to purple_proxy_connect
2009-06-18 Mark Doliner Pass the handle in here, which causes the connection attempt to be
2009-06-18 Mark Doliner Pass a handle to purple_proxy_connect() when making this connection.
2009-06-18 Mark Doliner Eagle eyes McMarq S. caught two other typo. Now I'm wondering if
2009-06-18 Mark Doliner Remove some cosmetic differences between msg_cmd() and ubm_cmd()
2009-06-18 Mark Doliner Fix a typo. Heh heh, "vistit"
2009-06-18 Mark Doliner purple_util_write_data_to_file_absolute() for reasons beyond our control,
2009-06-18 Mark Doliner Cleanup the code surrounding gc->disconnect_timeout and set it to 0
2009-06-18 Mark Doliner Strip trailing whitespace and comment #endif marcos that close #ifdef macros
2009-06-17 Marcus Lundblad Remove port mappings from the hash tables when removing them.
2009-06-16 Sadrul Habib Chowdhury Do not blurt out the history if there's already a conversation open.
2009-06-15 Marcus Lundblad Add a function to remove a port mapping (UPnP or NAT-PMP) given a file
2009-06-12 Mike Ruprecht NULL terminate some strings. Hopefully stop Yahoo texting crashes.
2009-06-11 Paul Aurich Remove obsoleted XEP-0090 (Legacy Entity Time)
2009-06-11 Paul Aurich --warnings
2009-07-12 Paul Aurich disapproval of revision 'a383ad6a4ae7e98bbcb32b4193531ccf960eb2bb'
2009-06-11 Paul Aurich Remove obsolete XEP-0091 (Legacy Delayed Delivery) code.
2009-06-11 Paul Aurich Comment out the JABBER_CAP for XEP-0022.
2009-06-11 Paul Aurich Remove code for obsoleted XEP-0022 (Message Events)
2009-06-11 Björn Voigt German translation update:
2009-06-11 Elliott Sales de Andrade merge of '86d7e4c199cf2a62e48fd6fe79e35e3c80cc7926'
2009-06-10 Mark Doliner Check in a change requested by Gregory Cypes from AOL. They want clients
2009-06-11 Elliott Sales de Andrade Fix a copy&paste bug.
2009-06-11 Elliott Sales de Andrade The FT table needs to have one more row to be correct, though it seems to
2009-06-10 Elliott Sales de Andrade Apply patch that adds support for keyboard navigation for the status icon.
2009-06-10 Elliott Sales de Andrade Restore the "Time Remaining" field in the file transfer window, but not in
2009-06-18 Etan Reisner Install the Purple and Pidgin perl modules under $libdir instead of in perl's
2009-06-18 Etan Reisner Add a purple_plugins_get_search_paths function.
2009-06-18 Etan Reisner Add the header files to sources.
2009-06-15 Etan Reisner Don't try to load an image from an empty path. It just spews to the debug log.
2009-06-09 Etan Reisner merge of '67228440771b545dc01526f74fd7171a02fb5e08'
2009-06-09 Elliott Sales de Andrade Fix compile warning for non-VV.
2009-06-08 Paul Aurich Hmm, I forgot to copy NEWS when I was getting the Changelogs from 2.5.6.
2009-06-08 Paul Aurich Don't support adding JID+node items.
2009-06-08 Paul Aurich Add a context menu with actions and re-arrange so registration takes preference
2009-06-08 Paul Aurich Store the currently selected service in the Dialog structure
2009-06-08 Elliott Sales de Andrade Fix merge error.
2009-06-08 Elliott Sales de Andrade merge of '43b8c66366c5dc03c717fa9d938446752df53293'
2009-06-08 Paul Aurich Fix adding a chat to the buddy list.
2009-06-08 Paul Aurich Get rid of _menu_cb_info; pass around the XmppDiscoService*
2009-06-08 Elliott Sales de Andrade Add a tooltip to the XMPP Disco browser. Someone should probably fill this
2009-06-08 Elliott Sales de Andrade Use the JID for adding a chat/buddy because the name is for descriptive
2009-06-07 Elliott Sales de Andrade Add a row-activated callback for the XMPP Disco browser that provides a
2009-06-07 Elliott Sales de Andrade Make this whitespace a bit more consistent (I hope).
2009-06-07 Paul Aurich merge of '31f78d91abb7452e597bbd0f20f910c6cbb56099'
2009-06-07 John Bailey Fix a typo caught by Geoffrey Antos.
2009-06-07 Marcus Lundblad ChangeLog the user visible change from the client_type branch (that is showing
2009-06-27 Paul Aurich disapproval of revision '31f78d91abb7452e597bbd0f20f910c6cbb56099'
2009-06-07 Paul Aurich Re-add annoying debug output for Adium#12351 (I must be missing something, because I don't see why it's occurring)
2009-06-07 Paul Aurich Use guint for a timeout handle here, too.
2009-06-07 Paul Aurich The XMPP keepalive timeout handle needs to be a guint.
2009-06-07 Elliott Sales de Andrade merge of '592b4775fc1de5871564f3b61637c8f5776a3932'
2009-06-07 Paul Aurich Plug a leak from changing this to use jabber_get_bare_jid instead of normalize.
2009-06-07 Elliott Sales de Andrade We can't get an ADD error if we never send an ADD command.
2009-06-07 Elliott Sales de Andrade Check network type, and send an FQY if necessary, when modifying the allow
2009-06-07 Elliott Sales de Andrade Add a msn_notification_post_rml analog.
2009-06-07 Elliott Sales de Andrade Add a data parameter for FQY callbacks and remove the pending users list
2009-06-07 Elliott Sales de Andrade Remove some left over code.
2009-06-07 Elliott Sales de Andrade These strcmp checks are for equality, meaning a return of 0.
2009-06-07 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 505516826b01aed6390e0c2aa38706c0e2da163e)
2009-06-06 Elliott Sales de Andrade merge of '0ef963ce959c8061467d33c5a24de263afef2053'
2009-06-06 Josep Puigdemont Updated Catalan translation.
2009-06-06 Sulabh Mahajan yahoo login ver 16: Add another case of error reporting. Ask user to visit yahoo website in case of locked account.
2009-06-06 Paul Aurich ChangeLog.API
2009-06-06 Paul Aurich Avoid an assertion when the UI doesn't have a get_ui_info ui_op
2009-06-06 Paul Aurich Whitespace + a change cluttering up the diff with im.pidgin.pidgin
2009-06-06 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 6fb44be5a32516ac1d940330c4f7b8d530208a16)
2009-06-06 John Bailey Hmm, seems I forgot to ChangeLog the API addition and deprecation I made last
2009-06-06 John Bailey ChangeLog the pidginrc plugin changes.
2009-06-06 John Bailey This change is probably going to spark some debate about the pidginrc plugin.
2009-06-06 John Bailey I don't like being the first developer listed in the about box who has been
2009-06-06 Elliott Sales de Andrade This file is a lacking a certain something...
2009-06-06 Elliott Sales de Andrade Reduce the number of g_return_val_if_fail calls for NULL input since that
2009-06-06 Elliott Sales de Andrade Use 16px icons in the XMPP disco browser as 22px seems a bit weird.
2009-06-06 Elliott Sales de Andrade Nothing to see here, just some whitespace changes.
2009-06-06 Elliott Sales de Andrade Make XMPP Disco plugin show better errors when getting a 404-like return.
2009-06-06 Elliott Sales de Andrade A few bits of whitespace changes...
2009-06-05 Paul Aurich Typo.
2009-06-05 Paul Aurich merge of '75a466dd96590961d154c6e5d131d85bcae642c6'
2009-06-05 Paul Aurich Changelog/COPYRIGHT for [58446e074cca7b8a7348254c03cfce2c5534fd63].
2009-06-05 Paul Aurich Set charset=utf-8 when cyrus sasl doesn't include it.
2009-06-05 Andrea Piccinelli Allow adding received animated custom smileys to locale custom smiley
2009-06-05 Paul Aurich merge of '58446e074cca7b8a7348254c03cfce2c5534fd63'
2009-06-05 Paul Aurich Allow Gadu-Gadu accounts to specify Connect Server. Refs #6691.
2009-06-05 Elliott Sales de Andrade Setting `dialog->open_button = button` when `button` is not yet assigned
2009-06-05 Elliott Sales de Andrade merge of '051b51aa2424e978f16c10511f7a4e0f45c7c5d3'
2009-06-05 Florian Quèze Consistently emit conversation-updated for typing state changes.
2009-06-05 Hu Yong Add purple_proxy_connect_udp. Closes #6589.
2009-06-05 Paul Aurich Hmm, this wasn't saved when I committed it.
2009-06-05 Elliott Sales de Andrade Patch to change around some logic that should fix missing buddies that are