log

age author description
2008-01-10 Sadrul Habib Chowdhury Prpls seem to be sending '\n' (or '\r\n') for newlines, instead of '<br>' to the core. Fixes #4545.
2008-01-09 Sadrul Habib Chowdhury Don't print 'file transfer complete' message more than once for the same xfer.
2008-01-09 Sadrul Habib Chowdhury Remove the completed/cancelled xfers when 'Clear finished transfers' is selected. (Did anyone notice our 'purple_xfer_is_canceled' is typoed?)
2008-01-09 Sadrul Habib Chowdhury merge of '1c032cc023d809fb900c6bbf99dcd8619b815131'
2008-01-08 Evan Schoenberg merge of '5d18b4aee9c05f592af532f9155aadb23ad11d4b'
2008-01-08 Ethan Blanton Fix notice on /me
2008-01-08 Jochen Kemnade German translation update
2008-01-08 Stu Tomlinson Use a unique chat id across all sessions for multi-user chats, probably
2008-01-08 Stu Tomlinson Huh, you want to be able to compile? I clearly (or not so clearly) need new
2008-01-08 Stu Tomlinson Adjust some network error fatalities and things
2008-01-08 Stu Tomlinson Apparently "nil" is an Objective-C thing
2008-01-08 Stu Tomlinson merge of 'a5456268d56c1a4745ac4abb84a176ecc6f68109'
2008-01-08 Sean Egan shorted the 'typing then stopped' message
2008-01-08 Sean Egan ifdef out the typing menu tray icon, as the inline typing notifications do a better job notifying, I think
2008-01-08 Evan Schoenberg If the UI sets a cache directory before purple_buddy_icons_init() is called
2008-01-08 Evan Schoenberg There's nothing wrong with calling purple_buddy_icons_find() can not receiving an icon in return - it just means that no icon was found. We shouldn't attempt to call purple_buddy_icon_ref() on NULL, which will trigger a failed assertion.
2008-01-08 Andreas Monitzer Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787
2008-01-07 Evan Schoenberg Remove spurious braces
2008-01-07 Björn Voigt German update
2008-01-07 Mark Doliner merge of '5fc55e3a78ccb0a463df332592e62c5a371cd8b4'
2008-01-07 Richard Laager Add Shreevatsa R for the Python she-bang line changes.
2008-01-09 Sadrul Habib Chowdhury I am going to go ahead and commit+push this revision/fix of purple_conversation_new.
2008-01-07 Sadrul Habib Chowdhury Unset some stuff to make sure Sylar can't kill us.
2008-01-07 Sadrul Habib Chowdhury compile
2008-01-07 Sadrul Habib Chowdhury merge of 'd11aaeee05a52eb367ad7d81f82a36b7a0501bcf'
2008-01-07 Evan Schoenberg If the cached buddy icon can't be loaded, delete the preferences which point to it. Among other things, this fixes OSCAR buddy icon retrieval when the cache has been removed - since previously the icon hash was kept around and was used to determine that (so far as the prpl could tell) no icon retrieval was needed, libpurple would never have an icon for the contact.
2008-01-07 Sadrul Habib Chowdhury Remember the size of the roomlist window. Handle the categories better.
2008-01-06 Sadrul Habib Chowdhury Typo can cause crashes.
2008-01-06 John Bailey Fix a couple compile warnings.
2008-01-06 John Bailey Fix my typo
2008-01-06 John Bailey Some readability changes. Refs #4533.
2008-01-06 John Bailey Give credit where due.
2008-01-06 Thanumalayan This patch from Thanumalayan S. implements Yahoo protocol version 15 file
2008-01-06 John Bailey Revert patch that added receive-only transfer support for Yahoo protocol
2008-01-06 Sadrul Habib Chowdhury merge of '534709237b5a9cb6acf039eba7344401c9cf8ac4'
2008-01-05 Richard Laager Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is not
2008-01-05 Richard Laager These don't seem to require bash.
2008-01-05 Richard Laager A small patch from shreevatsa: "Some of the Python scripts start with
2008-01-05 Richard Laager merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'
2008-01-05 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
2008-01-05 Richard Laager Clarify a comment that was confusing me. Thanks resiak!
2008-01-05 Moos Heintzen Save the conversation "Enable Logging" option per-contact.
2008-01-03 Richard Laager Turn off -Wstrict-prototypes until the issues in these libraries are fixed:
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2008-01-06 Sadrul Habib Chowdhury Implementation of the roomlist API.
2008-01-06 Sadrul Habib Chowdhury Add a function to get a widget for a request field.
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.