log

age author description
2008-01-06 Sadrul Habib Chowdhury A list of accessor functions to the roomlist API.
2008-01-05 Ethan Blanton An additional push from Gabriel's omgp.pidgin.add-widget-util branch.
2008-01-05 Ethan Blanton Allow INTLTOOL_MSGFMT to also be a valid value of MSGFMT for our
2008-01-05 Jochen Kemnade German translation update
2008-01-05 Sadrul Habib Chowdhury Utility functions to set and format song information. Closes #4398.
2008-01-05 Sadrul Habib Chowdhury merge of '1858be5916da7bce36f3c991bcd71fc65271048d'
2008-01-07 Mark Doliner Credit for 1858be5916da7bce36f3c991bcd71fc65271048d. References #4052.
2008-01-05 Mark Doliner Some changes intended to make oscar not emit so many
2008-01-05 Mark Doliner Now that oscar throttles itself as it approaches the rate limit, we can
2008-01-05 Mark Doliner Minor comment changes
2008-01-05 Mark Doliner We're not actually using these KNOWNGOOD defines, but should we ever
2008-01-05 Mark Doliner Partial support for reading ICQ 6 status notes. The status note will
2008-01-05 Gabriel Schulhof Remove a lot of duplication from a lot of places. Closes #4558.
2008-01-05 Sadrul Habib Chowdhury Show the emblem in conversation infopane correctly for chats.
2008-01-04 Sadrul Habib Chowdhury Fix an infinite loop. Fixes #4486.
2008-01-04 Sadrul Habib Chowdhury merge of '26afdc5e8f0e60ae1cc245decbcee7ece0a2f29f'
2008-01-04 Daniel Atallah We can't rely on g_strerror() being set by g_file_test().
2008-01-04 Daniel Atallah Detect the mdnsresponder crashing in the DnsSD implementation and disconnect the account instead of pegging the CPU.
2008-01-04 Sadrul Habib Chowdhury Show prpl icons in the tooltip for groups.
2008-01-04 Sadrul Habib Chowdhury Get rid of some wasted empty space in the tooltips for chats and groups.
2008-01-04 Sadrul Habib Chowdhury merge of '30ea4e4dc3c93772f4022f23b41bb489eb0ac56b'
2008-01-04 Björn Voigt German update: GTK plugin
2008-01-04 Jochen Kemnade update for German translation
2008-01-04 Sadrul Habib Chowdhury Blink the buddies that signed on/off recently for six seconds.
2008-01-04 Daniel Atallah This is how the error handling for the win32 single instance mutex is supposed to work.
2008-01-04 Daniel Atallah Improve error handling, particularly the debug output. I was hoping that this would provide some debug output that could be used to figure out how to detect and disconnect when the mdnsResponder crashes, but that doesn't appear to be the case.
2008-01-03 Björn Voigt German update
2008-01-03 Stu Tomlinson Fixes for incorrectly displaying user tune emblem and empty current media.
2008-01-03 Sadrul Habib Chowdhury New actions: window-next-urgent (alt+tab), and window-prev-urgent (alt+shift+tab).
2008-01-02 Richard Laager merge of '46216b10d02d4e5cae2343e469f0e405088537d3'
2008-01-02 Will Thompson Clear up some documentation.
2008-01-02 Will Thompson Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
2008-01-02 Sadrul Habib Chowdhury Remove unused code.
2008-01-02 Sadrul Habib Chowdhury Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Closes #4535. (PS: I am aware of --author).
2008-01-02 Sadrul Habib Chowdhury Mark a string for translation.
2008-01-02 Evan Schoenberg merge of '7e8103bd3c5298a43a4e18bb59037980f5c213c9'
2007-12-31 John Bailey Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these
2007-12-30 John Bailey Added /notice support for IRC. If I didn't do this properly, feel free
2007-12-30 Sadrul Habib Chowdhury merge of '1e815cbbfe7f16f64d88932b88cb027889830b52'
2007-12-30 Sadrul Habib Chowdhury Fix a double-free when unloading dependent plugins. Fixes #4488.
2008-01-02 Evan Schoenberg Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected.
2007-12-30 Evan Schoenberg merge of 'a8b520be697763fb22572a1a5f50fe2d01738644'
2007-12-30 Will Thompson I think that now that it's easy to re-enable accounts that got a connection
2007-12-29 Ka-Hing Cheung bring ChangeLog.win32 up2date with 2.3.1
2007-12-29 Sadrul Habib Chowdhury nacho points out that we need to connect to 'style-set' on a widget that uses the default style, because the signal is not emitted for widgets that uses custom styles. This is part of his earlier patch. References #4351.
2007-12-29 Sadrul Habib Chowdhury Show the prpl icon in the account-specific statusboxes to avoid ambiguity.
2007-12-29 Sadrul Habib Chowdhury merge of '136abe99803d125464bb1268eb7041051ad4c9ae'
2007-12-29 Will Thompson Clarify documentation of confusingly-named and -valued signal priority
2007-12-29 Sadrul Habib Chowdhury Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.
2007-12-29 Sadrul Habib Chowdhury Patch from QuLogic to correctly set the length. Closes #4515.
2007-12-29 Sadrul Habib Chowdhury Docu patch from Simon Wenner. Closes #4497.
2007-12-30 Evan Schoenberg merge of '09b67b44dabe98093e6dc706c0d731212e129a79'
2007-12-29 John Bailey ChangeLog entry for QuLogic's patch.
2007-12-29 Elliott Sales de Andrade Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467.
2007-12-30 Evan Schoenberg Fixed a leak
2007-12-28 Evan Schoenberg Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). This was, I believe, the source of the crash stu reported when my DIGEST-MD5 hack was in place; while js->sasl will probably be non-NULL whenever we reach this code point now, it's more robust to verify it here since that's an assumption originating in another function.
2007-12-28 Evan Schoenberg purple_timeout_remove(), not g_source_remove(), must be used to remove a timeout added by purple_timeout_add(). The latter works when the glib run loop is being used but not when any other eventloop implementation is in use.
2007-12-28 Stu Tomlinson merge of '791803b6696dd26a5193ad76f80dbc7c6cb2687a'
2007-12-28 Sadrul Habib Chowdhury Add tooltips to the plugin window. I did it mostly to test the new tooltip
2007-12-28 Sadrul Habib Chowdhury Use the new tooltip functions to draw the tooltips in the conversation window.