log

age author description
2008-11-23 Elliott Sales de Andrade Replace spaces wth tabs in indentation and tabs with spaces in line continuations.
2008-11-23 Elliott Sales de Andrade Mark added a workaround for not having enough parameters in this command.
2008-11-23 Elliott Sales de Andrade merge of '8298236e9cd6a6127656eacf513bc6928bee9065'
2008-11-23 Elliott Sales de Andrade disapproval of revision '050e412d19af350e54a9105f34339a2690d8fc08'
2008-11-23 Elliott Sales de Andrade merge of '98fe04f817ef415faebd3f7a38b7f0588c0b0cba'
2008-11-23 Elliott Sales de Andrade disapproval of revision '9020464484f831155faf5ec030cd374386c01e62'
2008-11-23 John Bailey Fix two warnings introduced by the image patch I committed earlier and make
2008-11-23 John Bailey Kill off a bajillion comments that just needlessly duplicate function
2008-11-23 Adam Strzelecki Support displaying buddy icons from Gadu-Gadu buddies. Fixes #220.
2008-11-21 Daniel Atallah A fix from Paul Aurich for a long-standing XMPP issue with duplicate buddies. Fixes #479.
2008-11-21 Daniel Atallah Patch from Raiko Nitzsche to fix a crash when processing a LOGIN_REDIRECT with unexpected output. References #7563.
2008-11-21 Will Thompson Don't try to free NULL xmlnodes stolen by jabber-receiving-xmlnode handlers
2008-11-25 Mark Doliner Is it valid to use purple_timeout_remove() to remove a timer when
2008-11-19 Daniel Atallah Add missing newline in debug message.
2008-11-18 Mark Doliner Counting is for dummies
2008-11-18 Mark Doliner This should fix another crash I've seen. We weren't correctly
2008-11-18 Mark Doliner I've seen this crash a few times where cmd->param_count is 4 and
2008-11-18 Richard Laager I know Mark was trying to save newlines, but I had one to spare.
2008-11-18 Richard Laager merge of '9ffac1a19695cb6a4ed024bc6951cae029d6daaf'
2008-11-17 Richard Laager Create DB42.
2008-11-18 Mark Doliner Don't log an error when parsing vcard data. Also, these messages
2008-11-17 Mark Doliner Remove stray whitespace and wrap the function comments at less than 80
2008-11-17 Richard Laager Fix a crash Jacky Lam noted on devel@pidgin.im:
2008-11-17 Richard Laager Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-check
2008-11-17 Richard Laager A patch from db42 to fix right-to-left text in tooltips.
2008-11-17 Sadrul Habib Chowdhury Try to be more compliant with the freedesktop.org icon spec thingy with
2008-11-17 Mark Doliner merge of '59b09f0d1f3f4226f7edfd8351478498fbd6b8d3'
2008-11-17 Richard Laager I don't know why we'd want the TUNE status to be saveable.
2008-11-16 Will Thompson I hear elb is really into Pokémon
2008-11-16 Richard Laager Add pidgin-emotes.svg to EMOTES_DEFAULT_24_SCALABLE. I don't know why it was
2008-11-16 Richard Laager Small cleanup to make the SMILEYS variable consistent.
2008-11-16 Richard Laager Add small.theme.in to POTFILES.in
2008-11-16 Richard Laager Make the small smiley theme actually work.
2008-11-16 Richard Laager Update the theme file to reflect the icons available. I did this like so:
2008-11-16 Hylke Bons Commit 16x16 smiley icons from Hylke (as well as the theme file).
2008-11-16 Richard Laager Commit some icons I resized from the default smiley theme. I'll be using
2008-11-16 unknown Adding ICQ X-Status icons from N3fr0n. These will be used as part of a small
2008-11-16 Richard Laager Add empty directories so I can start committing files individually.
2008-11-16 Richard Laager Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.
2008-11-23 Kelemen Gábor Hungarian translation updated
2008-11-16 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
2008-11-15 Richard Laager Fix the indentation level on the code changed by the last patch.
2008-11-15 John Bailey Patch from 'db42' to enable MD5 auth on ICQ. Refs #4449. Before I merge
2008-11-15 Ka-Hing Cheung I got a crash happened at dereferencing chat when it's NULL, I think this
2008-11-15 Mark Doliner Separate the parsing of data into a separate function from the reading of
2008-11-15 Mark Doliner Make the two "read_cb()" functions more similar, and fix a rare
2008-11-15 Mark Doliner kmstange pointed out that "joining" was misspelled here
2008-11-15 Sadrul Habib Chowdhury Use normalized chat names when searching for chats. This fixes an issue
2008-11-15 Mark Doliner Make this function match read_cb() in servconn.c. The bottom halves of
2008-11-15 Mark Doliner It's not possible for wasted to be TRUE here. Wasted will only be TRUE
2008-11-15 Mark Doliner It's not appropriate to set processing to TRUE here, either.
2008-11-15 Mark Doliner It's not appropriate to set processing to FALSE here. I think this is
2008-11-15 Mark Doliner If we're setting swboard here then we need to add the slplink to the
2008-11-14 Mark Doliner Remove a few spurious debug_warns
2008-11-14 Mark Doliner Fix an assertion failure/unlikely crash when:
2008-11-14 Will Thompson merge of '67feb999e0a93f08cec26793214137c5c5252e9e'
2008-11-14 Mark Doliner This dialog should have a title
2008-11-14 Will Thompson Make double-clicking a saved status activate it and close the window.
2008-11-14 Mark Doliner Seriously why would you ever do this? Use g_path_get_basename()
2008-11-14 Mark Doliner Use basename() instead of splitting a path and then taking the last element.