Mercurial > pidgin
graph
-
I got a crash happened at dereferencing chat when it's NULL, I think this2008-11-15, by Ka-Hing Cheung
-
Separate the parsing of data into a separate function from the reading of2008-11-15, by Mark Doliner
-
Make the two "read_cb()" functions more similar, and fix a rare2008-11-15, by Mark Doliner
-
kmstange pointed out that "joining" was misspelled here2008-11-15, by Mark Doliner
-
Use normalized chat names when searching for chats. This fixes an issue2008-11-15, by Sadrul Habib Chowdhury
-
Make this function match read_cb() in servconn.c. The bottom halves of2008-11-15, by Mark Doliner
-
It's not possible for wasted to be TRUE here. Wasted will only be TRUE2008-11-15, by Mark Doliner
-
It's not appropriate to set processing to TRUE here, either.2008-11-15, by Mark Doliner
-
It's not appropriate to set processing to FALSE here. I think this is2008-11-15, by Mark Doliner
-
If we're setting swboard here then we need to add the slplink to the2008-11-15, by Mark Doliner
-
Remove a few spurious debug_warns2008-11-14, by Mark Doliner
-
Fix an assertion failure/unlikely crash when:2008-11-14, by Mark Doliner
-
merge of '67feb999e0a93f08cec26793214137c5c5252e9e'2008-11-14, by Will Thompson
-
This dialog should have a title2008-11-14, by Mark Doliner
-
Make double-clicking a saved status activate it and close the window.2008-11-14, by Will Thompson
-
Seriously why would you ever do this? Use g_path_get_basename()2008-11-14, by Mark Doliner
-
Use basename() instead of splitting a path and then taking the last element.2008-11-14, by Mark Doliner
-
String changes. I'm kind of blindly making changes to the qq strings2008-11-14, by Mark Doliner
-
Our in-tree prpls probably shouldn't list authors who don't work on2008-11-14, by Mark Doliner
-
This preferences isn't used anywhere, and when we call get_string_list2008-11-14, by Mark Doliner
-
msn_session_get_swboard only returns null if we give it a null session,2008-11-14, by Mark Doliner
-
merge of '12d71b833c7d3451c58c50e6dc621a88d678d474'2008-11-14, by Richard Laager
-
Compile2008-11-14, by Richard Laager
-
Fix CID #3672008-11-14, by Richard Laager
-
Fix CID #3852008-11-14, by Richard Laager
-
Fix CID #3862008-11-14, by Richard Laager
-
Fix CID #3872008-11-14, by Richard Laager
-
Fix CID #3882008-11-14, by Richard Laager
-
Fix CID #3892008-11-14, by Richard Laager
-
Fix CID #3902008-11-14, by Richard Laager
-
Fix CID #391, #3922008-11-14, by Richard Laager
-
Fix CID #3702008-11-14, by Richard Laager
-
pkt can't ever be NULL here. It is only ever allocated once with g_newa(),2008-11-14, by Richard Laager
-
Fix CID #4012008-11-14, by Richard Laager
-
Fix CID #3842008-11-14, by Richard Laager
-
Minor documentation2008-11-14, by Mark Doliner
-
It's an error if purple_xfer_new fails, so use a g_return_val_if_fail2008-11-14, by Mark Doliner
-
merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'2008-11-14, by Elliott Sales de Andrade
-
Add M-erase as a default finch entry binding (delete-prev-word)2008-11-14, by Ethan Blanton
-
Attempt to avoid a crash in MSN. See the comment in the code.2008-11-13, by Mark Doliner
-
merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'2008-11-13, by Mark Doliner
-
cmdproc->data should never be null. Log a warning message if it2008-11-13, by Mark Doliner
-
A patch from Jaywalker to better handle conversations by user ID vs.2008-11-13, by Richard Laager
-
merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'2008-11-13, by Richard Laager
-
merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'2008-11-13, by Mark Doliner
-
Make another function static2008-11-13, by Mark Doliner
-
This doesn't matter, but I think the metaphor tends to be that you push2008-11-13, by Mark Doliner
-
Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I2008-11-13, by Mark Doliner
-
This was originally a patch from Brian Geppert that corrected the 'silently2008-11-13, by John Bailey
-
Use purple_timeout_add_seconds() instead of purple_timeout_add() in a2008-11-13, by Mark Doliner
-
For some reason the slpmsg and slplink functions don't have underscores2008-11-13, by Mark Doliner
-
There's no need for this variable anymore2008-11-13, by Mark Doliner
-
Make a few more functions static and remove a few declarations for2008-11-13, by Mark Doliner
-
msn_slplink_remove_slpcall() shouldn't be responsible for setting2008-11-13, by Mark Doliner
-
Make msn_slp_call_timeout static2008-11-13, by Mark Doliner
-
Move msn_slplink_send_msgpart() that it doesn't need a forward declaration2008-11-13, by Mark Doliner
-
Didn't mean to check this assert in. I mean, it's probably bad if it2008-11-13, by Mark Doliner
-
slplink->swboard will only be null if slplink->session is null. This2008-11-13, by Mark Doliner
-
Get rid of slplink->local_user because it's a copy of2008-11-13, by Mark Doliner
-
Use libtool to build static archives when --with-static-prpls is passed2008-11-12, by Mark Doliner
-
It should be more efficient to just use g_mallc() and then manually2008-11-12, by Mark Doliner
-
Move a few lines to eliminate the need for the "wasted" variable here.2008-11-12, by Mark Doliner
-
The "processing" flag basically says "this connection is busy, don't2008-11-12, by Mark Doliner
-
Get rid of an unnecessary if statement, and don't try to unref a2008-11-12, by Mark Doliner
-
Use a more appropriate signal for the markerline plugin. Fixes #7518.2008-11-12, by Sadrul Habib Chowdhury
-
Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)2008-11-12, by John Bailey
-
merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'2008-11-12, by John Bailey
-
A patch from Math2Gold to fix the dbus-analyze-functions script to properly2008-11-13, by Richard Laager
-
When you choose Save As from the Conversation menu in Pidgin, the saved file2008-11-12, by Richard Laager
-
Make the Send button insensitive when there is no text in the input buffer.2008-11-13, by Elliott Sales de Andrade
-
Don't add the Send button to a gtkconv->lower_hbox when the data specifying it2008-11-13, by Elliott Sales de Andrade
-
Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.2008-11-11, by Ethan Blanton
-
This file was removed2008-11-10, by Mark Doliner
-
Update the TCL-HOWTO to some more modern nomenclature2008-11-09, by Ethan Blanton
-
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and2008-11-08, by Alex Willmer
-
Hylke added this file, presumably part of his duplicate icon structure2008-11-08, by Richard Laager
-
Fix a potential leak, thanks to "KuSh". Fixes #7463.2008-11-07, by Daniel Atallah
-
Fix a potential leak, thanks to "KuSh". Fixes #7464.2008-11-07, by Daniel Atallah
-
Fix a potential leak, thanks to "KuSh". Fixes #7465.2008-11-07, by Daniel Atallah
-
Make jabber_resource_have_capability polute the log a little less...2008-11-06, by Marcus Lundblad
-
Remove that hack involving GtkIMHtmlSmileys2008-11-05, by Marcus Lundblad
-
Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml2008-11-03, by Marcus Lundblad
-
Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with their2008-11-02, by Richard Laager
-
kluge pointed out that the segfault message still recommends people IM2008-11-02, by Richard Laager
-
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c2008-11-02, by Richard Laager
-
Fix POTFILES.in on trunk.2008-11-02, by Richard Laager
-
applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9d2008-11-02, by Richard Laager
-
merge of '602d7960555cc685575a2a32397427df3e55a9a7'2008-11-01, by Sadrul Habib Chowdhury
-
merge of '8ed01adf0c9173501da81537854ce2954e9805e7'2008-11-01, by Sadrul Habib Chowdhury
-
A little clearer description for an option.2008-11-01, by Sadrul Habib Chowdhury
-
Temporarily remember account password across network disconnection to allow2008-11-01, by Stu Tomlinson
-
Don't populate the password field on the modify account dialog if we are2008-11-01, by Stu Tomlinson
-
x509_issuer_dn() should return the certificate's issuer name, not the cert2008-11-01, by Stu Tomlinson
-
This file was removed2008-10-31, by Mark Doliner
-
Fix these strings in trunk. This change was made in the2008-10-31, by Mark Doliner
-
Strip multiple leading mode characters from incoming nicknames.2008-10-31, by Marcos GarcĂa Ochoa
-
Missing newline in debug message.2008-10-31, by Sadrul Habib Chowdhury
-
Kill some // comments. Sigh.2008-10-31, by Richard Laager
-
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us2008-10-30, by Richard Laager
-
purple_network_listen_map_external() is used in (at least) Bonjour. Given2008-10-30, by Richard Laager
-
Update the docs for purple_network_is_available(). It doesn't block.2008-10-30, by Richard Laager
-
Fix a compiler warning I introduce with the GtkSetting code.2008-10-30, by Richard Laager
-
merge of '06a7529af082c664858fd154ff5d83244e974f47'2008-10-30, by Richard Laager
-
Ignore autogen.args.2008-10-30, by Richard Laager
-
More Bonjour struct hiding fixes.2008-10-30, by Richard Laager
-
Fix some macros to work with hidden structs.2008-10-30, by Richard Laager
-
Fix my Tcl fix.2008-10-30, by Richard Laager
-
- Make autogen.sh find autogen.args when /bin/sh is not bash.2008-10-30, by Richard Laager
-
Use GtkSetting to obtain the tooltip preferences instead of our own hidden2008-10-30, by Richard Laager
-
Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin2008-10-30, by Sadrul Habib Chowdhury
-
Fix Bonjour to work with the hidden structs, except for proto_data.2008-10-30, by Richard Laager
-
Fix Tcl to compile with the hidden structs.2008-10-30, by Richard Laager
-
Credit Diego for that patch. Refs #7391.2008-10-30, by John Bailey
-
merge of '62e0eb23e1c2cd6ac1d8a7d96b6e598bd54ed0d2'2008-10-30, by John Bailey
-
merge of '843d513c3da12026fc35af070a23a3d11844824c'2008-10-30, by John Bailey
-
use some additional preproc logic to avoid copying the structs directly into the implementation files2008-10-30, by Gary Kramlich
-
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'2008-10-30, by John Bailey
-
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'2008-10-30, by Richard Laager
-
merge of '65d5236e936af6170109ef8c5af76c7871b9cc12'2008-10-30, by Gary Kramlich
-
This fixes a link error when linking with GNU ld and specifying the2008-10-30, by Diego Pettenò
-
merge of '37145f1b4ec49b432ea571f96562d44f4c5a908e'2008-10-29, by Sadrul Habib Chowdhury
-
Fixed a compiler warning (and remove an unnessesary cast)2008-10-29, by Marcus Lundblad
-
Allow focusing conversation history and the userlist focusable via2008-10-29, by Sadrul Habib Chowdhury
-
Fix a bug where right-clicking the user's name in a chat conversation2008-10-29, by Sadrul Habib Chowdhury
-
I suppose I should put my pidgin.im e-mail address here too since it's2008-10-29, by John Bailey
-
merge of '30922c7a0ed0323c9c88a1a70e4677aaab277a2f'2008-10-29, by John Bailey
-
2008.10.30 - flos <lonicerae(at)gmail.com>2008-10-30, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head 4e892c470840f4ed8b012015b15ff8956166028a)2008-10-28, by SHiNE CsyFeK
-
update German translation2008-10-28, by Jochen Kemnade
-
merge of 'dcede21c9852ddddc60076539bfdb8d7e226df33'2008-10-28, by Daniel Atallah
-
merge of '58f8b2b331075660bb2f57e5dc82b32e039f8099'2008-10-28, by Daniel Atallah
-
Fix up my fix.2008-10-30, by Richard Laager
-
Fix some warnings:2008-10-30, by Richard Laager
-
Simplify some of the changes. Yeah, this code sucks. I wrote it a LONG2008-10-30, by Richard Laager
-
Hide the blistnode, buddy, contact, group, and chat structs2008-10-28, by Gary Kramlich
-
I think we all agree that a link is okay.2008-10-28, by Richard Laager
-
merge of '7bdc0d34e54e09101ba68ba39703a8fd5081e8eb'2008-10-28, by Richard Laager
-
merge of '0d1b60430843a092248a2644865910266131add6'2008-10-27, by Stu Tomlinson
-
merge of '8abde19f1f7825af2ea2d62b7a00e1de7afd6492'2008-10-27, by Stu Tomlinson
-
merge of '9af1b5054f770dc244dcad8b55bdb61c0f3347a4'2008-10-27, by Daniel Atallah
-
escape nick change message2008-10-26, by Ka-Hing Cheung
-
Provide @pidgin.im email addresses for Gary and myself.2008-10-27, by Richard Laager
-
Remove duplicated code for building the lists.2008-10-27, by Richard Laager
-
Eliminate a pile of duplication in the About box.2008-10-27, by Richard Laager
-
disapproval of revision '4f931125ffce24ace6bf298cc58d620c1a975aa1'2008-10-27, by Stu Tomlinson
-
Gary and I were discussing how blogs have made the NEWS file less useful.2008-10-26, by Richard Laager
-
Perform some sanity checking on inbound IQs and send an error / drop as needed.2008-10-26, by Daniel Atallah
-
Improve our NetworkManager support in a couple of ways:2008-10-26, by Richard Laager
-
merge of '1f22186ba9290bcae0deaea09d4fd38867f773e6'2008-10-25, by Richard Laager
-
ChangeLog the MSN certificate fix.2008-10-25, by Richard Laager
-
merge of '8a14c1d90381baa3c31adeedee7f673d58d66304'2008-10-25, by Richard Laager
-
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'2008-10-25, by Richard Laager
-
merge of '08956f503726c8222be7489f243810af590487e1'2008-10-21, by Richard Laager
-
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'2008-10-25, by Ka-Hing Cheung
-
Only build SSL plugins if the corresponding library is present.2008-10-25, by Will Thompson
-
Explicitly depend on automake >=1.9, and don't warn about GNU Make-isms.2008-10-25, by Will Thompson
-
What was I thinking... The GtkIMHtmlSmileys in the smiley trees aren't owned2008-10-24, by Marcus Lundblad
-
Make the CSS rgb() color parsing more robust. khc noted that it wouldn't work2008-10-24, by Daniel Atallah
-
Support rgb(r,g,b) style css color definitions. Fixes #7288.2008-10-24, by Daniel Atallah
-
gtk_widget_set_tooltip_text() is GTK+ >= 2.122008-10-24, by Daniel Atallah
-
More strings for translation.2008-10-22, by Sadrul Habib Chowdhury
-
Mark for translation now that we're unfrozen.2008-10-22, by Daniel Atallah
-
Clean up some unnecessary and unused code in the purple_circ_buffer_append()2008-10-22, by Daniel Atallah
-
Show when offline (because the plugin doesn't work no more).2008-10-21, by Sadrul Habib Chowdhury
-
merge of '27f7d38af8dba617aba8109d82e27907cd7d8b41'2008-10-21, by Daniel Atallah
-
This fixes a missing initializer warning I see with gcc 4.3 but haven't seen2008-10-21, by John Bailey
-
merge of 'c65b8e669e142607d030dfb83caf2d344faa8dbe'2008-10-21, by John Bailey
-
disapproval of revision '2506f7dd86d254a0a503554e51b61106f45e0f80'2008-10-21, by John Bailey
-
merge of '2506f7dd86d254a0a503554e51b61106f45e0f80'2008-10-21, by John Bailey
-
Patch from Luke Bratch:2008-10-21, by Luke Bratch
-
Mark a few people as retired. If I made mistakes here, let me know and I2008-10-21, by John Bailey
-
typo2008-10-21, by John Bailey
-
Per my volunteering, Stu's nomination, and Ethan's agreement, I am marking2008-10-21, by John Bailey
-
Using system libtool somehow resulted in a bunch of static libraries we2008-10-21, by Stu Tomlinson
-
Trigger url_fetch_connect_cb() asynchronously when the connection fails2008-10-21, by Daniel Atallah
-
Add debug output when proxy configuration issues are seen. This will help to2008-10-21, by Daniel Atallah
-
Prep for 2.5.3 ... or whatever comes next2008-10-20, by Ethan Blanton
-
Update win32 changelog for 2.5.2 - better late than never.2008-10-20, by Daniel Atallah
-
Fix a printf("%s", NULL). Fixes #7289.2008-10-20, by Daniel Atallah
-
NEWS and ChangeLog a bit.2008-10-19, by Elliott Sales de Andrade
-
merge of '0e036cef0f8a3bdfd1d7f7fc082edca43d3153df'2008-10-19, by Elliott Sales de Andrade
-
Apply khc's patch for ADL error 205, with a few changes to get around2008-10-19, by Elliott Sales de Andrade
-
merge of '15413347b7bb8ede3e50a8cab65b29ec8e93ab4f'2008-10-19, by Richard Laager
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'2008-10-09, by Richard Laager
-
Fix some clearly bogus translations of Finch2008-10-19, by Stu Tomlinson
-
merge of '4f7bf56fa49ba320a72f34b0df3e12c95b6bd84d'2008-10-19, by John Bailey
-
NEWSing.2008-10-19, by John Bailey
-
Galician translation updated (Frco. Javier Rial RodrĂguez)2008-10-19, by Stu Tomlinson
-
fix a string format mismatch in the Dutch translation2008-10-19, by Stu Tomlinson
-
Afrikaans translation updated (Friedel Wolff)2008-10-19, by Stu Tomlinson
-
Portuguese (Brazilian) translation updated (Rodrigo Luiz Marques Flores)2008-10-19, by Stu Tomlinson
-
Slovak translation updated (Andrej Herceg)2008-10-19, by Stu Tomlinson
-
Estonian translation updated (Ivar Smolin)2008-10-19, by Stu Tomlinson
-
Dutch translation updated (Daniël Heres)2008-10-19, by Stu Tomlinson
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)2008-10-19, by Stu Tomlinson
-
Czech translation updated (David Vachulka)2008-10-19, by Stu Tomlinson
-
Chinese (Hong Kong) translation updated (Ambrose C. Li)2008-10-19, by Stu Tomlinson
-
Mongolian translation added (gooyo)2008-10-19, by Stu Tomlinson
-
Slovenian translation updated (Martin Srebotnjak)2008-10-19, by Stu Tomlinson
-
Document the translation updates I noticed, I might have missed some2008-10-19, by Stu Tomlinson
-
Remove 'devel' from the version number2008-10-19, by Stu Tomlinson
-
Let's release. Either on a PC in Europe or in about 3 hours.2008-10-19, by Stu Tomlinson
-
NEWS! and more optimism, although timezones may disagree with me.2008-10-19, by Stu Tomlinson
-
Use the system libtool to build RPMs, hopefully this fixes any issues using2008-10-19, by Stu Tomlinson
-
po/ChangeLog doesn't include dates2008-10-19, by Stu Tomlinson
-
NEWS for 2.5.2.2008-10-19, by Sadrul Habib Chowdhury
-
Let's hear some NEWS2008-10-19, by Ethan Blanton
-
merge of '8d34db0f9667ef7735bb95c82f854d1a46ef2ddc'2008-10-18, by Ethan Blanton
-
Move the NEWS check from automake's check-news to the version-check2008-10-18, by Ethan Blanton
-
pidginstock-artwork.c must be DIST'd because it's translated2008-10-18, by Ethan Blanton
-
Instead of showing error message when trying to interactively add an2008-10-18, by Sadrul Habib Chowdhury
-
Set the urgent flag for conversation windows on receiving a /buzz etc.2008-10-16, by Sadrul Habib Chowdhury
-
I hope this isn't being too optimistic. I needed to commit something...2008-10-16, by Stu Tomlinson
-
Run the (relatively quick) version check before the (painfully long)2008-10-16, by Stu Tomlinson
-
merge of '293d86c14abc6f7b4838382bf85351bd687247c2'2008-10-16, by Sadrul Habib Chowdhury
-
merge of '77f42c8f25c38b4f966158a64ab3be36f00e0aa8'2008-10-13, by Sadrul Habib Chowdhury
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'2008-10-08, by Sadrul Habib Chowdhury
-
Check in updated versions of these from running stats.pl.2008-10-16, by Mark Doliner
-
Pass --no-location to msgmerge when generating the stats at2008-10-16, by Mark Doliner
-
References #6907, wrap a NULL check2008-10-12, by Ka-Hing Cheung
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'2008-10-12, by Ka-Hing Cheung
-
German update (2 new strings)2008-10-02, by Björn Voigt
-
Minor corrections to Swedish translation2008-10-02, by Marcus Lundblad
-
merge of '616765eabf8210a925bd2eab019bfb54f8d758fe'2008-10-02, by Kelemen Gábor
-
Add some debug output to the oscar encoding process.2008-10-02, by Daniel Atallah
-
merge of '7e6b96bf18be99338c17deae1128126df39d1a70'2008-10-02, by Laurynas Biveinis
-
Save the MSN ContactID after adding a buddy so it can be used for2008-10-02, by Elliott Sales de Andrade
-
merge of '550b0287adae13c3fb57b0b584f2b461370b8464'2008-10-02, by Elliott Sales de Andrade
-
merge of '791f3e070376e218af0a5c33695979827bbda747'2008-10-02, by Elliott Sales de Andrade
-
Set %HOME% when running in portable mode so that GTK+'s files get stored in the2008-10-02, by Daniel Atallah
-
Fix NULL pointer deref. Fixes #7258. Thanks to "jonassa" for noticing.2008-10-02, by Daniel Atallah
-
Allow the message notification plugin to flash windows on win32.2008-10-02, by Daniel Atallah
-
Set the connection display name to the server-assigned full jid for XMPP2008-10-02, by Daniel Atallah
-
Show a manually added new empty group even if the preference is not set.2008-10-06, by Sadrul Habib Chowdhury
-
Fix a bug in the irssi plugin where the windows wouldn't expand when the2008-10-04, by Sadrul Habib Chowdhury
-
Unbreak ABI.2008-10-02, by Sadrul Habib Chowdhury
-
add spell-checkable languages' translations2008-09-30, by Timo Jyrinki
-
Update Finnish translation for 2.5.2. (15 fuzzies in QQ left alone, not so2008-09-30, by Timo Jyrinki
-
updated German translation2008-09-30, by Jochen Kemnade
-
typo?2008-09-30, by Ka-Hing Cheung
-
print out the servconn number when it's disconnected2008-09-30, by Ka-Hing Cheung
-
attempts to resend message on switchboard error once, tested by maually2008-09-30, by Ka-Hing Cheung
-
Use the MSN passport in more places instead of the Contact ID if it's2008-10-02, by Elliott Sales de Andrade
-
Prevent DNS-SD TXT record strings from exceeding the maximum length.2008-09-30, by Daniel Atallah
-
German update for 2.5.22008-09-29, by Björn Voigt
-
Unleak2008-09-29, by Stu Tomlinson
-
Kill these warnings:2008-09-29, by Stu Tomlinson
-
Use purple_connection_error_reason() when network disconnections are2008-09-29, by Stu Tomlinson
-
Do not set the connect server for Google Talk accounts. Setting the2008-09-29, by Ethan Blanton
-
GtkBlist: don't set the Urgent hint whenever a connection error occurs or is updated2008-09-28, by Will Thompson
-
Add some strings before string freeze for some not-done code. Should be2008-09-28, by Elliott Sales de Andrade
-
Patch from Maiku to allow replying to a mobile contact that isn't on2008-09-28, by Elliott Sales de Andrade
-
merge of 'af100261749125c03e3d490b01d36f8ea219bf8f'2008-09-27, by Elliott Sales de Andrade
-
disapproval of revision '046452c275782ffd3218e3ae4863eaa8bf31a5f4'2008-09-27, by Elliott Sales de Andrade
-
merge of '2138d13a6116de36a5c3cbbb2a323bcbab72017a'2008-09-27, by Elliott Sales de Andrade
-
Update MSN Client Version (CVR) string to match 8.5.1302.2008-09-27, by Elliott Sales de Andrade
-
Fix a possible xmlnode leak and an extra g_strdup when processing2008-09-27, by Elliott Sales de Andrade
-
small German update (fixes the second part of #72172008-09-27, by Björn Voigt
-
de translation: update some of the more translatable strings2008-09-26, by Jochen Kemnade
-
Always send the MSN status code, even when we think we're already logged2008-09-26, by Elliott Sales de Andrade
-
Transliterate the group-names. I think there was a patch for this, but I can't find it now.2008-09-25, by Sadrul Habib Chowdhury
-
ChangeLog fix for crashing when using re-added custom smileys2008-09-25, by Marcus Lundblad
-
merge of '59e2b9896f25e8517b3f0f4d742c143e6fccd6e0'2008-09-25, by Marcus Lundblad
-
Make note of the yahoo ping fix in the Changelog.2008-09-25, by Daniel Atallah
-
Clean up the GtkSmileyTrees on active GtkIMHtml instances when a custom smiley2008-09-25, by Marcus Lundblad
-
Fix this debug message. Thanks to fledermaus who pointed it out.2008-09-24, by Mark Doliner
-
Use PURPLE_DEVEL_WEBSITE instead of hardcoding it.2008-10-09, by Richard Laager
-
Enable a number of default-disabled strong ciphers for NSS.2008-09-23, by Ethan Blanton
-
Another memory leak fix. Also, keep a copy of the alt-text in2008-09-23, by Sadrul Habib Chowdhury
-
A couple of compile warning fixes, a couple of memory leak plugs.2008-09-23, by Sadrul Habib Chowdhury
-
Add custom smiley support for XMPP. Closes #5627.2008-09-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e550112b97817b0eafc647bd8c0adddf2a262a62)2008-09-17, by Marcus Lundblad
-
merge of '11a3a54c2fe7e9807a6ef5d4a359d539688c2848'2008-09-17, by Marcus Lundblad
-
ChangeLog custom smileys for XMPP2008-09-17, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)2008-09-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)2008-09-13, by Marcus Lundblad
-
merge of '092bbcea7b768d21baff3362314e784b26b1ced7'2008-09-23, by Elliott Sales de Andrade
-
Only send a yahoo ping once an hour. The server doesn't like it when send it2008-09-23, by Daniel Atallah
-
Looks like we need to convert the message into XHTML first. Fixes #7160.2008-09-22, by Sadrul Habib Chowdhury
-
Add a comment documenting the internal.h situation for people using nullprpl2008-09-21, by Richard Laager
-
don't crash if we get a NLN command from someone not on the blist2008-09-20, by Ka-Hing Cheung
-
Fix a bug where some key-bindings wouldn't work with some .2008-09-20, by Sadrul Habib Chowdhury
-
Remove removed files from POTFILES.in2008-09-19, by Stu Tomlinson
-
2008.10.27 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.27 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.22 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.20 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.14 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.10 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.10 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.09 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.09 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.08 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.05 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
Flos Lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.04 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.05 - ccpaging <ccpagint(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.04 - ccpaging <ccpagint(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.03 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
Flos Lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2009.10.02 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.09.30 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.09.29 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.09.28 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
Update ChangeLog2008-10-22, by SHiNE CsyFeK
-
2008.09.26 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
patch 20080922 from ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.03 - Flos Loniceare<lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
merge of '8c50cfe68a5cab6521acc54fedd6797e6c8b863f'2008-09-19, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head 3f598d56f6f5742f395f67e76a28dc8abc26d97a)2008-09-19, by SHiNE CsyFeK
-
Show visited links in a different color. This also plugs a memory leak2008-09-19, by Sadrul Habib Chowdhury
-
Change some menutray internals. This makes the tray-icons behave better.2008-09-18, by Sadrul Habib Chowdhury
-
Apply khc's patch for 241 error. Tested it out myself. Cleaned up the2008-09-17, by Elliott Sales de Andrade
-
merge of 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'2008-09-17, by Elliott Sales de Andrade
-
Fix DNS resolution. I think I broke this this morning in my revision2008-09-16, by Mark Doliner
-
There was a little weirdness with the code that called the UI function2008-09-16, by Mark Doliner
-
Simplify two bits of code a little2008-09-16, by Mark Doliner
-
Change a string to be more user friendly (people shouldn't have any idea2008-09-16, by Mark Doliner
-
Improve a few comments2008-09-16, by Mark Doliner
-
Revert my revision 849d4f7265598a9f0340411c4c0c0401d488ec3b, which2008-09-16, by Mark Doliner
-
Don't use g_queue_get_length because it requires glib 2.42008-09-16, by Mark Doliner
-
Some minor cleanup; removal of unnecessary frees and setting stuff to NULL2008-09-16, by Daniel Atallah
-
Fix a double free. Fixes #70472008-09-16, by Stu Tomlinson
-
2008.09.19 - ccpaging <ccpaging(at)gmail.com>2008-09-19, by SHiNE CsyFeK
-
2008.09.15 - csyfek <csyfek(at)gmail.com>2008-09-15, by SHiNE CsyFeK
-
merge of '546bf87105ac5b97c3962c083dfab015d37d9b05'2008-09-15, by Daniel Atallah
-
merge of '365b2b0d8c5b010ad52640bc3f19a95168d44ded'2008-09-15, by Daniel Atallah
-
merge of '035bfdb2d9357e8feaf49c1fea3daa75cd90d74d'2008-09-15, by Daniel Atallah
-
merge of '6e857412566bb470d069d3f9bfccd5e7828abd0c'2008-09-15, by Daniel Atallah
-
merge of '021e8f6b481be8a2183a6c94379b98ef008cc534'2008-09-15, by Daniel Atallah
-
Fix handling mouse events with menus.2008-09-13, by Sadrul Habib Chowdhury
-
Richard failed to apply this change to the currently released version2008-09-12, by Kevin Stange
-
merge of '5316525f53e27f838d18a6a08b82c7d55f674591'2008-09-12, by SHiNE CsyFeK
-
Add support for printing out the TEXT-MESSAGE in SOCKS5 CHAP auth.2008-09-11, by Daniel Atallah
-
Fix the SOCKS5 CHAP authentication to parse several messages if they are read at2008-09-11, by Daniel Atallah
-
merge of '3899adf4bc769e54b5338f295574ed8389025068'2008-09-11, by Daniel Atallah
-
merge of 'a636632c34e757253b9488f72068ffa94dc1727f'2008-09-11, by Richard Laager
-
Remove the preference for keeping the status message, and keep it always.2008-09-11, by Richard Laager
-
merge of '7b270e8b949f20550eec69f904e57b5431a83f10'2008-09-11, by Richard Laager
-
disapproval of revision 'fedd8495d3e49df957ae842bc5fa289452d048f8'2008-09-11, by Richard Laager
-
Add GPL headers to the yahoo_auth files based on Sean's recollection of communication with the authors.2008-09-11, by Daniel Atallah
-
merge of 'aaddbdd76370264a6f95b6d787b565061e3b40d6'2008-09-11, by Kevin Stange
-
Add things to the ChangeLog. Please add things to the changelog when2008-09-11, by Kevin Stange
-
merge of '9eaf43035d1d4af1bc92a49bb30f637211f80123'2008-09-11, by Kevin Stange
-
merge of 'b341289e9194564cc4f7250228a66b854c2ec3c5'2008-09-11, by Kevin Stange
-
disapproval of revision '8cebefbc6cd5d84acb69c74e69e8821f11dd225d'2008-09-15, by Daniel Atallah
-
disapproval of revision '5688199e261449d33b5803dafff50d860896ebcb'2008-09-15, by Daniel Atallah
-
disapproval of revision '5316525f53e27f838d18a6a08b82c7d55f674591'2008-09-15, by Daniel Atallah
-
2008.09.11 - csyfek <csyfek(at)gmail.com>2008-09-11, by SHiNE CsyFeK
-
2008.09.04 - ccpaging <ccpaging(at)gmail.com>2008-09-11, by SHiNE CsyFeK
-
disapproval of revision '92d52eef2994d2697999177804e3665989cfa352'2008-09-15, by Daniel Atallah
-
2008.09.02 - ccpaging <ccpaging(at)gmail.com>2008-09-11, by SHiNE CsyFeK
-
2008.08.16 - ccpaging <ecc_hy(at)hotmail.com>2008-09-11, by SHiNE CsyFeK
-
shuffle some code around to make sure are using the right errno,2008-09-11, by Ka-Hing Cheung
-
merge of '60045dbace89be557466fc68978290d5fe8b491d'2008-09-10, by Mark Doliner
-
Revert this change that was accidentally committed in f5ca7968 to remove2008-09-10, by Kevin Stange
-
Provide a preference to allow users to keep their status message when2008-09-10, by Richard Laager
-
Add some missing files to POTFILES.in.2008-09-10, by Richard Laager
-
Add libpurple/tests/libpurple.. to the list of files to ignore. I don't2008-09-10, by Richard Laager
-
Fix this g_return_val_if_fail. It should have been returning TRUE or2008-09-10, by Mark Doliner
-
In our child DNS lookup processes, don't bother to use select to watch2008-09-10, by Mark Doliner
-
Currently when a child dns resolver process reads a domain name from2008-09-10, by Mark Doliner
-
Use the more appropriate _unregister_handler function.2008-09-09, by Sadrul Habib Chowdhury
-
Fix a NULL pointer deref in the NSS SSL implementation with certain self-signed2008-09-08, by Daniel Atallah
-
Use the correct free() function.2008-09-08, by Daniel Atallah
-
Fix a TODO and mark a string translatable now that we're not string frozen.2008-09-08, by Daniel Atallah
-
Don't try to read data from a NULL filename in2008-09-07, by Elliott Sales de Andrade
-
merge of '4108bfcdd43ec618a7105588ec476f7cb3d68abb'2008-09-07, by Elliott Sales de Andrade
-
Prefs/Sounds: add some mnemonics2008-09-06, by Will Thompson
-
Add a "Mute sounds" tickybox in Prefs, mirroring Tools/Mute Sounds.2008-09-06, by Will Thompson
-
Uniquify auto-accepted file names to foo-2.tar.gz, not foo.tar.gz-2.2008-09-05, by Will Thompson
-
merge of '276af715e3b26cba28965e1fa14e8c6e5ac65a85'2008-09-06, by Elliott Sales de Andrade
-
Fix the conversation window closing unexpectedly. Again.2008-09-05, by Sadrul Habib Chowdhury
-
He is crazy, and he writes crazy patches.2008-09-05, by Sadrul Habib Chowdhury
-
merge of '44df11dd9d1db0245be1ab1ac5410821b1c9f2af'2008-09-04, by Sadrul Habib Chowdhury
-
The variable we use to keep track of the watcher of the ssl connection2008-09-04, by Mark Doliner
-
Fix the tab headers to display consistently when changing the "Show detailed2008-09-04, by Daniel Atallah
-
Added a workaround for receiving smileys from Jabbim,2008-09-11, by Marcus Lundblad
-
When receiving an <img/> without the "alt" attribute, set2008-09-11, by Marcus Lundblad
-
Fixed a memory error, which was due to me destroying some hashtables in the2008-09-08, by Marcus Lundblad
-
Patch from Phil Hannent fixing build on Windows2008-09-08, by Marcus Lundblad
-
Removed commented out declarations (oops)2008-09-06, by Marcus Lundblad
-
Updated to use latest spec. in XEP-02312008-09-05, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b5850556407753df7ee8b8fa84917779165fc58b)2008-09-04, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head e685599ddcc769d157547685b5498df0662de8a2)2008-09-04, by Sadrul Habib Chowdhury
-
The irssi wm does not need libpurple, and use relative path to libgnt.la2008-09-04, by Sadrul Habib Chowdhury
-
Report dbus/nm availability correctly2008-09-04, by Sadrul Habib Chowdhury
-
datallah reminds me that my strings suck2008-09-04, by Sadrul Habib Chowdhury
-
Don't select the GTK+ checkbox if the current version or a new er version is2008-09-04, by Daniel Atallah
-
Remove some stray references to the MIT kerberos stuff we distributed for a short time.2008-09-04, by Daniel Atallah
-
Parse the HTTP status code in the release notification plugin and only display2008-09-03, by Daniel Atallah
-
Updated swedish translation2008-09-02, by Peter Hjalmarsson
-
We can't have ./configure lying to you, can we?2008-09-06, by Elliott Sales de Andrade
-
Depend on NetworkManager >= 0.5.0 because NetworkManager.h does not2008-09-02, by Elliott Sales de Andrade
-
Don't check for NetworkManager support when we find out we're not2008-09-02, by Elliott Sales de Andrade
-
I just thought that was funny2008-09-02, by Ka-Hing Cheung
-
Return FALSE when a perl plugin cannot be loaded.2008-09-01, by Sadrul Habib Chowdhury
-
merge of 'aafdb65286c235642b3ed1ac877f14714653e6cb'2008-09-01, by Sadrul Habib Chowdhury
-
Fix compiling 'make plugin.so' when srcdir != builddir. This should've been part of the last commit.2008-09-01, by Sadrul Habib Chowdhury
-
Fix compiling 'make plugin.so' when srcdir != builddir2008-09-01, by Sadrul Habib Chowdhury
-
Show 'ICQ UIN...' and 'Yahoo ID...' in the screenname field2008-09-01, by Sadrul Habib Chowdhury
-
disapproval of revision 'f5ca7968e3f6be8f81d068232d389e0b1dab784b'2008-09-11, by Kevin Stange
-
Things still need to be adjusted here.2008-09-01, by Hylke Bons
-
Add new artwork directory structure side by side with pidgin/pixmaps/ for smooth transition.2008-09-01, by Hylke Bons
-
Updated de translation2008-09-01, by Jochen Kemnade
-
take out default mute key binding2008-08-31, by Ka-Hing Cheung
-
Warnings cleanup from Lee Roach. Fixes #6242.2008-08-31, by Daniel Atallah
-
An optimization for purple_accounts_find() to eliminate a malloc/free per2008-08-31, by Daniel Atallah
-
Some Makefile cleanups to remove generated files from Lee Roach. Fixes #6609.2008-08-31, by Daniel Atallah
-
Clean up some debugging to avoid potential NULL string printf.2008-08-31, by Daniel Atallah
-
Press - or = in the accounts list to reorder accounts.2008-08-31, by Sadrul Habib Chowdhury
-
Add 'Nested Grouping' option in the grouping plugin2008-08-31, by Sadrul Habib Chowdhury
-
Try to preserve HTML attributes in notification dialogs2008-08-31, by Sadrul Habib Chowdhury
-
Now we're 2.5.2devel!2008-08-31, by Kevin Stange
-
Make this string translateable now that we're tagged and out of string2008-08-31, by Elliott Sales de Andrade
-
The pixmaps here are gone.2008-08-31, by Kevin Stange
-
NEWS! Because no-one else wants to do it...2008-08-31, by Elliott Sales de Andrade
-
Start NEWSing please.2008-08-31, by Kevin Stange
-
Add MSN error code 927 for suspended passports, and a little bit of2008-08-30, by Elliott Sales de Andrade
-
Stu's idea, I sort of did it the other way. I don't know if it will help2008-08-30, by Ka-Hing Cheung
-
merge of '0c4505a67ab2e90bf634a3d235022d369302e129'2008-08-30, by Elliott Sales de Andrade
-
Print out SOAP response data as it's received in chunks. Sure, that2008-08-30, by Elliott Sales de Andrade
-
Remove the (win32 only?!) QQ buddy icon pixmaps due to copyright concerns2008-08-30, by Stu Tomlinson
-
Add something Stu noted.2008-08-30, by Kevin Stange
-
Include the Windows tray icons in the source distribution.2008-08-30, by Kevin Stange
-
Here, now we have a list of things that were changed. I'm not sure if2008-08-30, by Kevin Stange
-
merge of '2907a92b5f377c1eb7ea400907a83a8d39b049d4'2008-08-29, by Luke Schierer
-
Updated he translation. Fixes #68262008-08-29, by Daniel Atallah
-
Updated zh_HK zh_TW translations. Fixes #68052008-08-29, by Daniel Atallah
-
Updated nn translation. Fixes #68022008-08-29, by Daniel Atallah
-
Updated pt_BR translation. Fixes #68002008-08-29, by Daniel Atallah
-
Updated Czech translation. Fixes #67962008-08-29, by Daniel Atallah
-
Updated Italian translation. Fixes #67892008-08-29, by Daniel Atallah
-
Updated Dutch translation. Fixes #67872008-08-29, by Daniel Atallah
-
Updated Spanish translation from jfs. Fixes #6694,#68762008-08-29, by Daniel Atallah
-
Updated Galician translation from Frco. Javier Rial Rodriguez. Fixes #6621.2008-08-29, by Daniel Atallah
-
The alias we retrieve from the roster is a private alias; use purple_serv_got_private_alias() to tell the core about it2008-08-29, by Evan Schoenberg
-
Update the tooltip if the status of the selected node changes.2008-08-29, by Sadrul Habib Chowdhury
-
2.5.1 update. And yay for second --no-location update in a row.2008-08-28, by Timo Jyrinki
-
Don't arbitrarily default font settings when none are specified for incoming2008-08-28, by Daniel Atallah
-
Build the XMPP Console plugin by default on windows too.2008-08-28, by Daniel Atallah
-
Some cleanup and a little leak fix that I thought I committed a while ago.2008-08-28, by Daniel Atallah
-
Patch from "brookingcharlie" to make "Open All Messages" the default response2008-08-28, by Daniel Atallah
-
Path from Toby Schaffer to fix a null ptr deref when adding a buddy. Fixes #6821.2008-08-28, by Daniel Atallah
-
Update win32 installer for cert changes.2008-08-27, by Daniel Atallah
-
merge of '153989e7ae76bd6d5247eca35699948dded65121'2008-08-27, by Ka-Hing Cheung
-
Add support for sending authorization for Basic proxy authentication when the2008-08-27, by Daniel Atallah
-
merge of '126251205c0faf12cb73ec60a10f1cf904b8166d'2008-08-27, by Ka-Hing Cheung
-
merge of '3acf6d9387524fb3b59c35e5e1db2847387c37af'2008-08-27, by Ka-Hing Cheung
-
merge of '6404d7635dd48f315b3c8fd3550970a417daa2ef'2008-08-27, by Ka-Hing Cheung
-
prints out the payload to debug log in case we get an invalid UBX command,2008-08-27, by Ka-Hing Cheung
-
remove misleading portion of the debug line2008-08-27, by Ka-Hing Cheung
-
Do a better job of detecting if the yahoo account is connecting through a HTTP2008-08-27, by Daniel Atallah
-
so turns out this is what I really need2008-08-27, by Ka-Hing Cheung
-
merge of '23de00c9ca4c1e5f6d10ff40c78d2647432260de'2008-08-27, by Ka-Hing Cheung
-
Return FALSE from purple_url_parse() if a host could not be determined2008-08-27, by Evan Schoenberg
-
purple_url_parse() now gracefully handles a url which is wholly invalid.2008-08-27, by Evan Schoenberg
-
merge of '44b23c8bda2576a9bfcd3eaa90f9188c455df575'2008-08-27, by Ka-Hing Cheung
-
disapproval of revision 'abcb63937b0282df910bc35d286c3f0d3245bfa5'2008-10-25, by Ka-Hing Cheung
-
disapproval of revision '44b23c8bda2576a9bfcd3eaa90f9188c455df575'2008-08-27, by Ka-Hing Cheung
-
add enough certs so we can verify msn servers, distributions that use2008-08-27, by Ka-Hing Cheung
-
Update Lithuanian translation2008-10-02, by Laurynas Biveinis
-
Revert translation.2008-08-29, by Hylke Bons
-
purple_str_to_time() didn't necessarily set "rest" under all circumstances.2008-08-26, by Daniel Atallah
-
merge of '3800c01dede1b6e3df0d6f637b4a865ff77e0efe'2008-08-26, by Sadrul Habib Chowdhury
-
German update for 2.5.12008-08-26, by Björn Voigt
-
One-canvas file for the status and tray icons, making a lot of files obsolete.2008-08-26, by Hylke Bons
-
Update French translation.2008-08-26, by Éric Boumaour
-
Add support for reading SOCKS proxy information from the Windows proxy settings.2008-08-26, by Daniel Atallah
-
merge of '3c1dec61837db8f0f51fc35f7ca26ff948a4e4f4'2008-08-26, by Elliott Sales de Andrade
-
Remove source line information from the LT translation2008-08-25, by Laurynas Biveinis
-
merge of '2dda5492ce310300c1b45a054126b0e52e760eaf'2008-08-25, by Laurynas Biveinis
-
Add some more code to the version-check target to test the ChangeLog files2008-08-25, by Richard Laager
-
hu.po: Updated Hungarian translation2008-10-02, by Kelemen Gábor
-
automake can spit out gzip & bzip2 tarballs at the same time, avoiding the2008-08-25, by Stu Tomlinson
-
Verify monotone tag and workspace version on 'make packages'.2008-08-25, by Ethan Blanton
-
Add release-time candy 'make release' and 'make packages' to the Makefile.2008-08-25, by Ethan Blanton
-
ICONS_22_SCALABLE doesn't exist anymore2008-08-24, by Stu Tomlinson
-
Use SOCKS proxy if specified when running in GNOME2008-08-24, by Stu Tomlinson
-
Do not allow setting empty shortcut for a custom smiley.2008-08-26, by Sadrul Habib Chowdhury
-
Show 'Edit' instead of 'pidgin-edit' in the edit buttons. Fixes #67422008-08-24, by Sadrul Habib Chowdhury
-
correctly say we support offline messages for all buddies, this was never2008-08-23, by Ka-Hing Cheung
-
Update the man page a bit.2008-08-23, by John Bailey
-
merge of '0394d7df6e47a5fa45b9a961d47614562888683e'2008-08-23, by Evan Schoenberg
-
Only disconnect xmpp connections during xml parsing if the error is an2008-08-22, by Stu Tomlinson
-
Update 16x16 protocol icons.2008-08-22, by Hylke Bons
-
Dialog icons. Man, these were getting old...2008-08-22, by Hylke Bons
-
Throbber test.2008-08-21, by Hylke Bons
-
merge of 'a3016031fd5b2669070b7d99b301874a29269f18'2008-08-21, by Mark Doliner
-
Source files for the new icons added in 2.5.0.2008-08-21, by Hylke Bons
-
merge of '43173262756f7a4040386ac05c0492431fa3c308'2008-08-21, by Mark Doliner
-
First steps to one-canvas workflow.2008-08-21, by Hylke Bons
-
Don't crash if user == NULL in a couple more places. Not exactly the2008-08-26, by Elliott Sales de Andrade
-
merge of '038d9d36d640ed83f9df5333d57dc0cd8b9ae847'2008-08-21, by Elliott Sales de Andrade
-
It's not "Accounts->Add/Edit" any more, it's now "Accounts->Manage Accounts".2008-08-20, by Richard Laager
-
In the Join/Part plugin, add the ability to apply the rules to2008-08-20, by Richard Laager
-
Bump the version to 2.5.1devel2008-08-20, by Richard Laager
-
merge of '2e9b29f761a49d4b15531f9efc0c1824f50cfb0d'2008-08-20, by Stu Tomlinson
-
Fix syntax error in Dutch translation2008-08-20, by Stu Tomlinson
-
Fix printf of a NULL string and also an invalid free. Fixes #66272008-08-20, by Daniel Atallah
-
disapproval of revision 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'2008-10-12, by Ka-Hing Cheung
-
disapproval of revision 'c3270f154f1777243d7c71b4e7eaa86bb417d93a'2008-09-17, by Elliott Sales de Andrade
-
Support some older versions of the ILN command. Apparently some IM2008-08-21, by Elliott Sales de Andrade
-
Apparently messenger@microsoft.com is some sort of server-side buddy2008-08-21, by Elliott Sales de Andrade
-
merge of '46196fef32aa6c83b1155e906772d576c064fa25'2008-08-20, by Elliott Sales de Andrade
-
hah2008-08-19, by Ethan Blanton
-
(21:05:09) datallah: i think there will be one soon (2.5.1), but it'll be because of MSN :D2008-08-19, by Ka-Hing Cheung
-
I forgot to add these new files to Makefile.am2008-08-19, by Daniel Atallah
-
Update the dates2008-08-19, by Stu Tomlinson
-
merge of '6ff1ad13faebe5a0404273212fa903636bb58d37'2008-08-19, by Elliott Sales de Andrade
-
Make the tray icons truly 22x22px.2008-08-20, by Hylke Bons
-
Darken the text of the extended-away icon a bit.2008-08-19, by Hylke Bons
-
Change weird shape of the 22x22 app icon.2008-08-18, by Hylke Bons
-
More improvements.2008-08-18, by Hylke Bons
-
merge of '9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162'2008-08-18, by Stu Tomlinson
-
Remove all useless definitions. This will reduce the tarball size a lot.2008-08-18, by Hylke Bons
-
Oops, missed a bit of that patch there.2008-08-19, by Elliott Sales de Andrade
-
Properly free audio and video devices in the preferences.2008-08-27, by Mike Ruprecht
-
Fix up video preview error handling.2008-08-27, by Mike Ruprecht
-
Simplify device API. Use gchar* instead of GValue.2008-08-27, by Mike Ruprecht
-
merge of '3fd2b0bf399bc4820c027060ec6c82ed1ca6ca45'2008-08-27, by Mike Ruprecht
-
Make voice calls work with Finch.2008-08-24, by Mike Ruprecht
-
Restore autoprobe property when finished probing for devices.2008-08-24, by Mike Ruprecht
-
Update to Farsight2 0.0.3.2008-08-27, by Mike Ruprecht
-
Remove a bunch of extraneous GstBus messages from the debug output.2008-08-21, by Mike Ruprecht
-
Fix GStreamer assertion.2008-08-21, by Mike Ruprecht
-
Fixed a compile warning.2008-08-20, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162)2008-08-18, by Mike Ruprecht
-
A patch from nowic to re-colorize the greyed out icon when a buddy signs2008-08-18, by Elliott Sales de Andrade
-
Close notify and request dialogs with PurpleSslConnection as handle.2008-08-18, by Elliott Sales de Andrade
-
I am still hoping for a release2008-08-17, by Ka-Hing Cheung
-
It helps to rename the function2008-08-17, by Mark Doliner
-
merge of '6b6139039fdaaf6ab1059337085b3b6267bb474e'2008-08-17, by Mark Doliner
-
Fix make file.2008-08-17, by Hylke Bons
-
Correct documentation about list account options to reflect what the key and2008-08-17, by Will Thompson
-
Ellipsize the "n people in room" text if necessary.2008-08-17, by Will Thompson
-
merge of '183a46fcac287d4b1661ab0a96f7cbd2e2d5b5a0'2008-08-17, by Elliott Sales de Andrade
-
A little function renaming and organization2008-08-17, by Mark Doliner
-
NEWSinating the country side. NEWSinating the peasants.2008-08-16, by Mark Doliner
-
Sharper 16x16 application icon thanks to QuLogic.2008-08-16, by Hylke Bons
-
Pixel polish.2008-08-16, by Hylke Bons
-
merge of '81070314dbb1793818b946813e1f0cdfda74f7ca'2008-08-16, by Evan Schoenberg
-
Fixed an inverted g_return_val_if_fail() which caused gadu-gadu to always set an available status with no status message2008-08-16, by Evan Schoenberg
-
Fix compiling with glib < 2.62008-08-16, by Stu Tomlinson
-
Fix compiling with gtk < 2.62008-08-16, by Stu Tomlinson
-
.2008-08-16, by Ka-Hing Cheung
-
Turn off those MSN NOTification debug messages. It should work now, and2008-08-16, by Elliott Sales de Andrade
-
merge of '2bf1b91e196b9f481e1e0e63ba6aa28c9918ce6d'2008-08-16, by Elliott Sales de Andrade
-
merge of '3ba789b2288c2880c7a984b204ad5450055ba746'2008-08-16, by Daniel Atallah
-
I missed the traditional Chinese po file in the first round. References #6557.2008-08-16, by Daniel Atallah
-
NEWS!2008-08-16, by Elliott Sales de Andrade
-
I don't like this being un-alphabetical. :P2008-08-16, by Elliott Sales de Andrade
-
Windows icon file.2008-08-15, by Hylke Bons
-
Updated NEWS and chat icon.2008-08-15, by Hylke Bons
-
Fix dist2008-08-15, by Daniel Atallah
-
Oops, I forgot the actual Italian po file.2008-08-15, by Daniel Atallah
-
Updated Italian translation from Claudio Satriano. Fixes #6587.2008-08-15, by Daniel Atallah
-
applied changes from 5688199e261449d33b5803dafff50d860896ebcb2008-09-15, by SHiNE CsyFeK
-
applied changes from 92d52eef2994d2697999177804e3665989cfa3522008-09-15, by SHiNE CsyFeK
-
applied changes from 8cebefbc6cd5d84acb69c74e69e8821f11dd225d2008-09-15, by SHiNE CsyFeK
-
applied changes from f12c8903079425d7850fa183df0b3f937b2952be2008-09-15, by SHiNE CsyFeK
-
Fixed a ton of memory leaks.2008-08-18, by Mike Ruprecht
-
* Added input/output volume preferences for voice conversations.2008-08-17, by Mike Ruprecht
-
Only show the mute button when sending an audio stream.2008-08-17, by Mike Ruprecht
-
Decouple stream direction. Allows send only or recv only streams.2008-08-17, by Mike Ruprecht
-
Fix crash when gstreamer audio or video factory can't be found. References #66052008-08-16, by Mike Ruprecht
-
Stop additional media sessions within a single conversation for grouped contacts.2008-08-15, by Mike Ruprecht
-
Remove warning.2008-08-14, by Mike Ruprecht
-
Prevent multiple voice and video sessions within the same conversation.2008-08-14, by Mike Ruprecht
-
Changed PurpleMediaStreamType to PurpleMediaSessionType.2008-08-09, by Mike Ruprecht
-
Fixed up media functions in prpl.c and prpl.h, adding more documentation and2008-08-09, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)2008-08-09, by Mike Ruprecht
-
Update Lithuanian translation2008-08-25, by Laurynas Biveinis
-
* Added documentation to media.h and mediamanager.h2008-08-09, by Mike Ruprecht
-
Update Jingle implementation per recent standard changes.2008-08-03, by Mike Ruprecht
-
Added a mute button for the local microphone.2008-07-23, by Mike Ruprecht
-
Set the proper send codec in Farsight.2008-07-23, by Mike Ruprecht
-
merge of '77e249bc561fc09bc5fe8f9c6f8b573701b5d63d'2008-07-19, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head c7c882ce933f14ae4b89d4c9782a84accaec53b5)2008-07-18, by Mike Ruprecht
-
Convert serv_* media functions to purple_prpl_* functions.2008-07-19, by Mike Ruprecht
-
Add two missed newlines for debug messages.2008-07-17, by Mike Ruprecht
-
Use the purple STUN server preference with the rawudp Farsight transmitter.2008-07-17, by Mike Ruprecht
-
Set the media pipeline to PLAYING immediately after initialization2008-07-17, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)2008-07-16, by Mike Ruprecht
-
Fix compiling without voice and video support.2008-07-16, by Mike Ruprecht
-
Added whether voice and video support has been enabled in Pidgin's About dialog.2008-07-16, by Mike Ruprecht
-
Fixed some memory leak issues involving GLists.2008-07-11, by Mike Ruprecht
-
Added ChangeLog.API entries.2008-07-11, by Mike Ruprecht
-
Added xmlnode_get_parent.2008-07-11, by Mike Ruprecht
-
Simplify the Jingle handlers by moving repetitive code into the parse function.2008-07-11, by Mike Ruprecht
-
Hide unnecessarily exposed Jingle handler functions2008-07-10, by Mike Ruprecht
-
Further decouple Jingle from iq.c2008-07-10, by Mike Ruprecht
-
Clarify the scope of two variables.2008-06-28, by Mike Ruprecht
-
Added better Farsight error handling.2008-06-27, by Mike Ruprecht
-
Wait to set up the voice and video GUI until the responder has accepted the session.2008-06-27, by Mike Ruprecht
-
Fix the order of the send/recv audio/video display widgets.2008-06-27, by Mike Ruprecht
-
Move the main voice and video pipeline into media.c and display more debug info.2008-06-27, by Mike Ruprecht
-
Add proper padding to the voice conference audio levels.2008-06-26, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)2008-06-26, by Mike Ruprecht
-
Widened the vertical audio levels.2008-06-26, by Mike Ruprecht
-
Move the audio progress bar widgets to be beside the video displays.2008-06-19, by Mike Ruprecht
-
Notify the user which type of media session the remote user wants to initiate.2008-06-12, by Mike Ruprecht
-
Preliminary video embedded in the conversation window. It's still kind of buggy.2008-06-10, by Mike Ruprecht
-
Fix assertion.2008-06-08, by Mike Ruprecht
-
New media icons. Thanks, hbons.2008-06-07, by Mike Ruprecht
-
Fix crash when receiving a session-initiate ack for a nonexistent session.2008-06-07, by Mike Ruprecht
-
Fix assertion.2008-06-07, by Mike Ruprecht
-
Send negotiated codecs in session-accept opposed to all local codecs.2008-06-07, by Mike Ruprecht
-
Jingle sessions now keep track of their transaction state to a degree.2008-06-07, by Mike Ruprecht
-
Silence warning.2008-06-06, by Mike Ruprecht
-
Listen to the media pipeline and display errors.2008-06-06, by Mike Ruprecht
-
Use the right namespaces for broadcasting and discovering Jingle support.2008-06-06, by Mike Ruprecht
-
Temporary fix to remove a 5-7 second delay when initiating a media session.2008-06-06, by Mike Ruprecht
-
Added the "media" attribute to the Jingle description element according2008-06-06, by Mike Ruprecht
-
Added some utility functions to convert PurpleMediaStreamType2008-06-06, by Mike Ruprecht
-
merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'2008-06-06, by Mike Ruprecht
-
Corrected debug labels s/"jabber"/"jingle"/2008-06-06, by Mike Ruprecht
-
Added functions to help create Jingle packets. Revised some of the Jingle flow.2008-06-04, by Mike Ruprecht
-
Added functions to help with the creation of Jingle packets.2008-06-03, by Mike Ruprecht
-
Added JingleSessionContent structure to store content information2008-06-03, by Mike Ruprecht
-
Further decoupled Jingle code from jabber.c:2008-06-02, by Mike Ruprecht
-
Moved Jingle message handlers from jabber.c to jingle.c.2008-06-02, by Mike Ruprecht
-
Fix crash bug when checking if a contact can do media when logging out.2008-06-02, by Mike Ruprecht
-
Check remote JID's capabilities for audio and video XEP support.2008-05-31, by Mike Ruprecht
-
Remove the "Call" button from the formatting toolbar.2008-05-31, by Mike Ruprecht
-
Create a proper media menu with options for audio, video, and2008-05-31, by Mike Ruprecht
-
Free the PurpleMedia object when the media session ends and fix ending2008-05-31, by Mike Ruprecht
-
merge of '38838bc806900103298d383237d2ae7cd60bbd82'2008-05-28, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)2008-05-27, by Mike Ruprecht
-
Broken merge.2008-05-27, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)2008-05-27, by Sadrul Habib Chowdhury
-
merge of '0685fc29468269a2af68268baa627b09f83339e4'2008-05-27, by Mike Ruprecht
-
Silence warning.2008-05-27, by Mike Ruprecht
-
Use USE_VV instead of USE_FARSIGHT.2008-05-28, by Mike Ruprecht
-
Change configure script to have a separate check for voice and video2008-05-28, by Mike Ruprecht
-
Require gstreamer-plugins-base-0.10 for compiling with voice and video2008-05-27, by Mike Ruprecht
-
Added better Farsight error handling. Fixes several crash bugs related2008-05-27, by Mike Ruprecht
-
Fix compiling with the --disable-vv switch.2008-05-25, by Mike Ruprecht
-
Fix video plugin/device preference and preview.2008-05-24, by Mike Ruprecht
-
Moved jingle.c global variable "sessions" into JabberStream.2008-05-24, by Mike Ruprecht
-
Updates voice and video to use Farsight 2, gets XMPP voice conferences2008-05-23, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)2008-04-13, by Sadrul Habib Chowdhury
-
Add log-handlers for farsight foo.2008-03-22, by Sadrul Habib Chowdhury
-
Fine tune the media (audio) widget in finch.2008-03-22, by Sadrul Habib Chowdhury
-
Change a few things:2008-03-22, by Sadrul Habib Chowdhury
-
Add Marcus Lundblad to the COPYRIGHT.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)2008-03-22, by Sadrul Habib Chowdhury
-
Some media support in finch. This needs to be updated for the got-accept signal.2008-03-22, by Sadrul Habib Chowdhury
-
Add the new jingle.c/h files.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)2008-03-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)2008-03-15, by Sadrul Habib Chowdhury
-
Show a message when the remote end terminates a session.2008-03-15, by Sadrul Habib Chowdhury
-
Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.2008-02-08, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)2008-02-06, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 7be65dacd56b6536cf745747e39a29f4f7f2644b)2008-06-11, by Richard Laager
-
New files used for custom smileys.2008-06-01, by Marcus Lundblad
-
Ooops ... compile\!2008-06-01, by Sadrul Habib Chowdhury
-
A couple of leak fixes.2008-06-01, by Sadrul Habib Chowdhury
-
Custom smileys for XMPP according to XEP 0231. Refs #5627.2008-06-01, by Marcus Lundblad
-
merge of 'c121cde51cc5bd48a26b46df14b86756465ef4a4'2008-02-06, by Sadrul Habib Chowdhury
-
These shouldn't be here.2007-12-29, by Sadrul Habib Chowdhury
-
The whitespace at the end of the line was giving me errors.2007-12-29, by Sadrul Habib Chowdhury
-
Remove a compile error, and a few warnings.2007-12-29, by Sadrul Habib Chowdhury
-
Fix the prplinfo structs and get rid of some compile warnings.2007-12-29, by Sadrul Habib Chowdhury
-
Fix some compilation problems when USE_FARSIGHT isn't defined.2007-12-29, by Evan Schoenberg
-
Fixed some problems which came up while propagating2007-12-29, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)2007-12-29, by Evan Schoenberg
-
merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9'2008-11-15, by Richard Laager
-
Fix some typos2007-10-29, by Carlos Silva
-
Cosmetics.2007-09-27, by Sadrul Habib Chowdhury
-
merge of '02901ee49b228d1bf519032a6422667d6805d0c1'2007-09-21, by Sadrul Habib Chowdhury
-
Missing files2007-09-20, by Sean Egan
-
Cute little compile errors.2007-09-20, by Sadrul Habib Chowdhury
-
You can actually receive Google Talk voice calls with crappy UI now2007-09-19, by Sean Egan
-
Some UI ;)2007-09-05, by Sean Egan
-
Missed files2007-09-05, by Sean Egan
-
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.2007-09-05, by Sean Egan
-
Add Farsight to configure.ac2007-08-28, by Sean Egan
-
Updated Romanian translation from Mi.u Moldovan. Fixes #65812008-08-15, by Daniel Atallah
-
Updated Portuguese (Brazilian) translation from Rodrigo Luiz Marques Flores. Fixes #6577.2008-08-15, by Daniel Atallah
-
Updated Czech translation from David Vachulka. Fixes #6564.2008-08-15, by Daniel Atallah
-
Updated Chinese (Hong Kong) translation from Ambrose C. Li. Fixes #65572008-08-15, by Daniel Atallah
-
Updated Spanish translation from Javier Fernandez-Sanguino. Fixes #65522008-08-15, by Daniel Atallah
-
Updated Hebrew translation from Shalom Craimer. Fixes #6551.2008-08-15, by Daniel Atallah
-
Updated Albanian translation from Besnik Bleta. Fixes #6538.2008-08-15, by Daniel Atallah
-
Updated Norwegian Nynorsk from Yngve Spjeld Landro. Fixes #6535.2008-08-15, by Daniel Atallah
-
Updated Slovenian translation from Martin Srebotnjak. Fixes #6275.2008-08-15, by Daniel Atallah
-
Updated Vietnamese translation from Clytie Siddall. Fixes #6148.2008-08-15, by Daniel Atallah
-
Updated Sinhala translation from Yajith Ajantha Dayarathna. Fixes #5882.2008-08-15, by Daniel Atallah
-
Estonian translation update from Ivar Smolin. Fixes #5851.2008-08-15, by Daniel Atallah
-
Start the release wheel rolling\!2008-08-15, by Daniel Atallah
-
Add purple_prpl_{got,send}_attention to ChangeLog.API.2008-08-15, by Elliott Sales de Andrade
-
I seem to have accidentally turned on those "unsafe" SOAP debug messages.2008-08-15, by Elliott Sales de Andrade
-
merge of '3b7b0deadf583b8df122dced7a6925e693af3223'2008-08-15, by Elliott Sales de Andrade
-
Fix finding TCL headers with latest TCL2008-08-15, by Stu Tomlinson
-
merge of '27269c5b28fd1f58228c46b310d26a5d208dac77'2008-08-15, by Stu Tomlinson
-
Fix up some more icon mis-spellings.2008-08-15, by Elliott Sales de Andrade
-
Add notice in ChangeLog about NSS support2008-08-14, by William Ehlhardt
-
Patch to fully enable NSS SSL Certificates from #6500.2008-08-14, by William Ehlhardt
-
Update Dutch translation again...2008-08-14, by Hylke Bons
-
Remove calls to g_markup_escape_text. Not only does this help with old2008-08-15, by Elliott Sales de Andrade
-
disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'2008-08-15, by Elliott Sales de Andrade
-
Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.2008-08-15, by Stu Tomlinson
-
We don't need slplink or switchboard low-level debugging enabled by default2008-08-15, by Stu Tomlinson
-
Somehow I forgot these icons.2008-08-14, by Hylke Bons
-
Cigarette icon typo.2008-08-14, by Hylke Bons
-
About screen for 2.5.02008-08-14, by Hylke Bons
-
Blue bubble experiment.2008-08-14, by Hylke Bons
-
Improved Dutch translation2008-08-14, by Hylke Bons
-
Slicker application icons. Don't hate me.2008-08-14, by Hylke Bons
-
hu.po: Updated Hungarian translation for 2.52008-08-14, by Kelemen Gábor
-
merge of '181e1f6b21a5dc3c848f82475078ab94654fbb10'2008-08-14, by Ka-Hing Cheung
-
merge of '87f91e5f4e7f627329c2b7edf56773f58696a8cf'2008-08-14, by Daniel Atallah
-
Use the "Flash taskbar button X times" value from the win32 Tweak UI "Prevent2008-08-14, by Daniel Atallah
-
It turns out that setting the window title causes it to stop flashing on win32.2008-08-14, by Daniel Atallah
-
Don't emit the "buddy-typed" signal when *we* are typing.2008-08-14, by Daniel Atallah
-
Add a note about the timeout_add uiop being used to synchronize threads on win32.2008-08-14, by Daniel Atallah
-
This should fix a crash that I've been seeing. I am not sure if this is the2008-08-14, by Ka-Hing Cheung
-
Dutch translation, icons.2008-08-13, by Hylke Bons
-
Updated smiley style and theme file.2008-08-13, by Hylke Bons
-
Stu reckoned that having a new block to build the debug string is ugly;2008-08-13, by Will Thompson
-
Oscar passing NULL for the debug category is not great if you're filtering by category.2008-08-13, by Will Thompson
-
Relegate XML dumped by msn's SOAP code to MISC from INFO.2008-08-13, by Will Thompson
-
More leaks of fds to client processes.2008-08-12, by Daniel Atallah
-
Use non-blocking io for IRC DCC transfers.2008-08-12, by Daniel Atallah
-
Don't leak the fd to child processes.2008-08-12, by Daniel Atallah
-
Use non-blocking io for inbound TCP connections for SIMPLE.2008-08-12, by Daniel Atallah
-
These fds don't need to be inherited by child processes.2008-08-12, by Daniel Atallah
-
Use non-blocking io for direct xmpp file transfers2008-08-12, by Daniel Atallah
-
German translation: small fix2008-08-12, by Jochen Kemnade
-
Make docklet menu appear on button press instead of release to match2008-08-12, by Elliott Sales de Andrade
-
merge of '103b421151d9a077e40a662e8d3743b5232f3da4'2008-08-12, by Elliott Sales de Andrade
-
Don't look up caps exts when the initial caps discovery wasn't successful.2008-08-12, by Daniel Atallah
-
German update for V2.52008-08-11, by Björn Voigt
-
merge of '3150ec3dfc06bed0d5219058efb8ba76c7e6fa2d'2008-08-11, by Mark Doliner
-
Rely on xmlnode_insert_data to call strlen on a bunch of MSN status strings.2008-08-11, by Will Thompson
-
fix the new post-string-freeze 2 fuzzy and 2 untranslated strings.2008-08-11, by Timo Jyrinki
-
merge of '4f30170cef563ecf059bc5e798c3bd75d01247e7'2008-08-10, by Elliott Sales de Andrade
-
libpurple/protocols/qq/group_network.c does not exist anymore2008-08-10, by Björn Voigt
-
Reapplied changes that were overwritten by 6b89b377381e35b459936fd2f730f45b5558ae69.2008-08-10, by Daniel Atallah
-
2008.08.10 - csyfek <csyfek(at)gmail.com>2008-08-10, by SHiNE CsyFeK
-
Use MIN(strlen(password), 16) for MSN because g_markup_escape_text will2008-08-10, by Elliott Sales de Andrade
-
Change the other prpls to use new purple_prpl_{send,got}_attention API.2008-08-10, by Elliott Sales de Andrade
-
Fix up some types.2008-08-10, by Elliott Sales de Andrade
-
Replace void* with MsnSoapCallback type. I guess it didn't work before2008-08-10, by Elliott Sales de Andrade
-
I guess I re-arranged a little off. We probably should disconnect2008-08-09, by Elliott Sales de Andrade
-
merge of '14f8b4609456592014383ef4957124a07f57ac3a'2008-08-09, by Elliott Sales de Andrade
-
merge of '04cb3481a7947425a89254b98d0d64b73ca36dc1'2008-08-09, by Daniel Atallah
-
A similar size limit for MSN buddy icon retrieval from arbitrary urls.2008-08-09, by Daniel Atallah
-
Restrict buddy icon downloads from arbitrary urls to 200kB.2008-08-09, by Daniel Atallah
-
Fix a crash on exit when using --with-system-ssl-certs2008-08-09, by Mark Doliner
-
Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len2008-08-08, by Daniel Atallah
-
merge of '1f2555d955dc18eae653a47dafaf1235881772aa'2008-08-08, by Mark Doliner
-
Facebook protocol icons.2008-08-08, by Hylke Bons
-
merge of '26606a5b2701a5b005448d15da254ecd796a005d'2008-08-08, by Ka-Hing Cheung
-
Correctly save the payload_len of a MSN notification command. Also,2008-08-09, by Elliott Sales de Andrade
-
merge of '521d7478a48ec5109a78fb66eab6ad7ced97c34a'2008-08-08, by Elliott Sales de Andrade
-
When opening MSN chats, use "Local alias" in preference to "Display2008-08-08, by Elliott Sales de Andrade
-
Re-arrange msn_slplink_destroy and msn_slp_call_destroy. Might help2008-08-08, by Elliott Sales de Andrade
-
Re-arrange msn_session_destroy to avoid use-after-free bugs. I don't2008-08-08, by Elliott Sales de Andrade
-
Don't try to report a connection error if the MSN session is being2008-08-08, by Elliott Sales de Andrade
-
Some whitespace changes to make code from that previous commit look better.2008-08-07, by Elliott Sales de Andrade
-
Fix up the MSN Inbox URL. There was a typo that caused a use-after-free2008-08-07, by Elliott Sales de Andrade
-
Fix up some whitespace problems.2008-08-05, by Elliott Sales de Andrade
-
Don't assign this stuff in a loop.2008-08-04, by Elliott Sales de Andrade
-
Fix a leak when requesting OIM's. Also removed some unnecessary2008-08-03, by Elliott Sales de Andrade
-
take an extra reference to PurpleXfer so we can check whether the whole2008-08-07, by Ka-Hing Cheung
-
merge of '0fa0d7921af1ea7cb2ce3b4f768354b762110259'2008-08-07, by Ka-Hing Cheung
-
Update Lithuanian translation2008-08-07, by Laurynas Biveinis
-
Add a note for translators, because they probably have no idea what2008-08-08, by Mark Doliner
-
Add a changelog entry about two things I changed2008-08-07, by Mark Doliner
-
Update to the French translation for 2.5.0 release.2008-08-07, by Éric Boumaour
-
merge of '3008474548ddd234f222ed5a0be3066e2ea0da0b'2008-08-07, by Éric Boumaour
-
take an extra reference to PurpleXfer so we can check whether the whole2008-08-07, by Ka-Hing Cheung
-
removed an unused function2008-08-07, by Ka-Hing Cheung
-
Remove various opaque UiOps functions from the perl loader as they aren't useable.2008-08-07, by Daniel Atallah
-
Fix purple_str_strip_char and purple_util_chrreplace to be able to work.2008-08-07, by Daniel Atallah
-
Another Perl patch from Zsombor Welker to add more functions.2008-08-07, by Daniel Atallah
-
Another Perl loader patch from Zsombor Welker, this one adds some missing pref2008-08-07, by Daniel Atallah
-
Remove a bunch of *_init() and *_uninit() functions that don't make sense for2008-08-07, by Daniel Atallah
-
Some Perl bindings fixes and additions from Zsombor Welker.2008-08-07, by Daniel Atallah
-
Patch from John Hanauer to enable formatted string entry field in perl plugins.2008-08-07, by Daniel Atallah
-
Some cleanup and a couple leak fixes.2008-08-07, by Daniel Atallah
-
Add NULL checking to purple_markup_linkify().2008-08-07, by Daniel Atallah
-
German translation update2008-08-06, by Jochen Kemnade
-
Update for 2.5.0. Used XGETTEXT_ARGS=--no-location this time...2008-08-06, by Timo Jyrinki
-
Add files with new translatable strings to POTFILES.in2008-08-06, by Stu Tomlinson
-
We talked about this and decided it was probably cleaner to not use2008-08-06, by Mark Doliner
-
Remove two files from POTFILES.in that have been removed from the2008-08-06, by Mark Doliner
-
Hopefully fix the XMPP contact flipping/swapping between groups bug2008-08-05, by Mark Doliner
-
Patch from "Chris G." to extend the yahoo privacy to picture requests to help2008-08-05, by Daniel Atallah
-
Fix win32 build2008-08-04, by Daniel Atallah
-
Get rid of a compile warning in qq:2008-08-04, by Mark Doliner
-
Get rid of an unused variable. I think this has probably been sitting2008-08-04, by Mark Doliner
-
Get rid of a compile warning:2008-08-04, by Mark Doliner
-
2008.08.03 - csyfek <csyfek(at)gmail.com>2008-08-03, by SHiNE CsyFeK
-
Updated tray icons.2008-08-02, by Hylke Bons
-
2008.08.02 - csyfek <csyfek(at)gmail.com>2008-08-02, by SHiNE CsyFeK
-
at least don't crash when we can't read whatever we are reading2008-08-02, by Ka-Hing Cheung
-
Update make file for bunny.png.2008-08-01, by Hylke Bons
-
Updated birthday emblem and emote-select icon.2008-08-01, by Hylke Bons
-
Forgot the new bunny.2008-08-01, by Hylke Bons
-
Object icons refresh for MSNP15.2008-08-01, by Hylke Bons
-
Hope this works...2008-08-01, by Hylke Bons
-
merge of '0d858a8978355a1e8b7305b64b87db51e44e9978'2008-08-01, by Ethan Blanton
-
merge of '1036d6fc1c09bf3b42c737dab42d188245f16b17'2008-08-01, by Elliott Sales de Andrade
-
Don't crash if MsnSession is NULL when checking for ability to send a2008-08-01, by Elliott Sales de Andrade
-
Update MSN's last_received time when we receive something on the NS2008-08-01, by Elliott Sales de Andrade
-
Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall2008-08-01, by Elliott Sales de Andrade
-
On MSN, escape the password since it's in an XML document. Didn't2008-08-01, by Elliott Sales de Andrade
-
This should have been part of the previous commit related to no longer2008-07-30, by Daniel Atallah
-
Don't distribute the MIT Kerberos libraries with the win32 build anymore.2008-07-30, by Daniel Atallah
-
Fix a crash in the win32 loader when %PATH% isn't set.2008-07-30, by Daniel Atallah
-
Upgrade SILC Toolkit for win32 to 1.1.7 (which contains security fixes).2008-07-30, by Daniel Atallah
-
Add error handling for visiblity to why Perl plugins fail to load.2008-07-30, by Daniel Atallah
-
Cleanup unnecessary casts and etc.2008-07-30, by Daniel Atallah
-
Add support to the Perl plugin loader for listing for pref changes.2008-07-30, by Daniel Atallah
-
Fix the win32 installer not to cause messageboxes in the gtk installer when2008-07-29, by Daniel Atallah
-
Fix a crash when the user isn't in your list.2008-07-29, by Daniel Atallah
-
Minor cleanup that's been sitting on my machine for a while.2008-07-29, by Daniel Atallah
-
merge of '006d5deacf5a5a7ed5e6410903c3815794845ce9'2008-07-29, by Elliott Sales de Andrade
-
Don't print SOAP messages to debug log for "secure" requests. This is2008-07-29, by Elliott Sales de Andrade
-
Use a URL to open MSN Hotmail inbox instead of a temporary file.2008-07-29, by Elliott Sales de Andrade
-
Use "EmailEnabled" from the MSN profile message to determine whether2008-07-28, by Elliott Sales de Andrade
-
On MSN, use "external" and "mobile" for Web messenger and mobile2008-07-28, by Elliott Sales de Andrade
-
Disable sending files to MSN contacts using the web messenger. Not sure2008-07-24, by Elliott Sales de Andrade
-
feel free to shoot me down if you think this is stupid2008-07-29, by Ka-Hing Cheung
-
I don't know what kind of blessing is needed for this sort of things, but2008-07-29, by Ka-Hing Cheung
-
Fix a race related to closing the roomlist window and do some minor cleanup.2008-07-29, by Daniel Atallah
-
Fix output redirection for perl plugins on win32.2008-07-28, by Daniel Atallah
-
EXTERN.h should be included before perl.h2008-07-28, by Daniel Atallah
-
Update the Perl plugin loader to work with Perl 5.10.2008-07-28, by Daniel Atallah
-
merge of 'e9179f6992531a71364a9bb343ed1c64938f6fc9'2008-07-27, by Daniel Atallah
-
merge of '4c5a026e3419c03409089efe76548d6642ca1e2a'2008-07-25, by Daniel Atallah
-
Use Service Discovery to look up information about the manually specified FT2008-07-27, by Daniel Atallah
-
Fix a stupid mistake in the previous commit.2008-07-27, by Daniel Atallah
-
Add support for using multiple "xmpp-client" records on a domain, by trying the2008-07-27, by Daniel Atallah
-
merge of '5d4c9f843c6735b316b8a1659cfdc4d162aee4c0'2008-07-27, by Evan Schoenberg
-
0x02 is a temporarily unavailable error code in addition to 0x14, according2008-07-27, by Evan Schoenberg
-
Don't show an idle time in the user info if it is 02008-07-25, by Evan Schoenberg
-
This adds an "auto-detect UTF-8" option to IRC which, when enabled,2008-07-27, by Ethan Blanton
-
Escape IRC hostnames beginning with : in the USER command. This2008-07-25, by Ethan Blanton
-
ahh, third-party plugins ...2008-07-23, by Ethan Blanton
-
Some cleanup to our capabilities definitions, and added information on2008-07-23, by Evan Schoenberg
-
merge of '5b3cd3600d9a992cc943d490b68c1174e0346b8b'2008-07-23, by Elliott Sales de Andrade
-
Jan Kratochvil noticed there was a race condition in the treeview tooltip2008-07-23, by Daniel Atallah
-
Uninstall the CAcert certs in the win32 uninstaller.2008-07-23, by Daniel Atallah
-
Don't install the GSSAPI SASL plugin on NT4 as it isn't compatible. Fixes #6399.2008-07-23, by Daniel Atallah
-
Once we've coalesced the ICQ Status Note reqeusts, we can send them2008-07-22, by Evan Schoenberg
-
Evan pointed out that this is purple_timeout_add_SECONDS, and so that "2"2008-07-22, by Mark Doliner
-
Correct some IRC comments for /ctcp2008-07-21, by Ethan Blanton
-
/ctcp command for IRC2008-07-21, by Vladislav Guberinic
-
Just a few little cleanups.2008-07-21, by Mark Doliner
-
Get rid of a few low priority "high priority" comments2008-07-21, by Mark Doliner
-
merge of '88c7f87fb5a74f975cf06c472059ecf081c54042'2008-07-21, by Mark Doliner
-
Missed one of these guys2008-07-20, by Mark Doliner
-
This looks good to me. I'm thinking we probably don't want to get2008-07-20, by Mark Doliner
-
Shift several rate-limiting-costly ICQ info requests to be low priority2008-07-20, by Evan Schoenberg
-
To decrease the odds of hitting the rate limit ceiling rapidly on a2008-07-20, by Evan Schoenberg
-
merge of '68d7b3372f34b6420c91d6185b81282d1c68b547'2008-07-20, by Evan Schoenberg
-
Properly escape text when sending MSN pages.2008-07-23, by Elliott Sales de Andrade
-
merge of '2a68f533ef12aaf2b26c7827857687c4ff04b229'2008-07-19, by Elliott Sales de Andrade
-
Properly send MSN nudges in a chat to the right window, and not open a2008-07-19, by Elliott Sales de Andrade
-
Add purple_prpl_got_attention_in_chat, then deprecate2008-07-19, by Elliott Sales de Andrade
-
Report an error when an MSN Mobile message was not sent because it was2008-07-18, by Elliott Sales de Andrade
-
Fix up some spelling mistakes in MSN oim.c.2008-07-18, by Elliott Sales de Andrade
-
Added `flap_connection_send_snac_with_priority()`, which allows specifying2008-07-20, by Evan Schoenberg
-
Fix running several Bonjour instances on the same machine.2008-07-19, by Daniel Atallah
-
Fix a potential leak that was introduced in revision 7a490c356e10f7fff3432f875897aa0ca0ad1ff0.2008-07-18, by Daniel Atallah
-
Make this 2.5.0-devel until we actually get to releasing...2008-07-18, by Kevin Stange
-
Fix a crash that occurs when you try to edit an account and no prpls are available. Fixes #6355.2008-07-18, by Daniel Atallah
-
I swear I did this! I must have gotten a little overzealous with the2008-07-17, by Mark Doliner
-
Daniel Atallah pointed out that this was obviously wrong. So we would2008-07-17, by Mark Doliner
-
20080717-05-1-fix-keep-alive ccpaging <ecc_hy(at)hotmail.com>2008-07-17, by SHiNE CsyFeK
-
merge of '5e33eda76b698c04377f5ad6cdd3ad1ec87d2eff'2008-07-17, by Elliott Sales de Andrade
-
disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'2008-07-17, by Daniel Atallah
-
Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.2008-07-17, by Daniel Atallah
-
MsnSlpSession->call_id isn't used anywhere, so get rid of it2008-07-16, by Mark Doliner
-
This check is duplicated three lines above. It was probably intended2008-07-16, by Mark Doliner
-
Fixup MSN mailbox handling based on a patch from Felipe, plus various2008-07-17, by Elliott Sales de Andrade
-
Avoid a crash in OIM processing if the request was cancelled outside of2008-07-17, by Elliott Sales de Andrade
-
Always save the MSN transaction in each command, not just for2008-07-17, by Elliott Sales de Andrade
-
Commit the changes to oim.h that I forgot last time. Fixes #6343,2008-07-16, by Elliott Sales de Andrade
-
fixes a crash and probably more correct and definitely easier to understand2008-07-16, by Ka-Hing Cheung
-
merge of '2b34b093b628670d60af5d699520a5dcede1fe74'2008-07-16, by Ka-Hing Cheung
-
Allow macros in the plugin name when compiling statically.2008-07-15, by Evan Schoenberg
-
When sending MSN OIM's, wrap Base64'd text at 76 characters. Because2008-07-15, by Elliott Sales de Andrade
-
On MSN, when an error occurs when opening a switchboard and calling the2008-07-14, by Elliott Sales de Andrade
-
When connecting to MSN with the HTTP method, the payload length was not2008-07-14, by Elliott Sales de Andrade
-
merge of '1a465eae5dc1b7bfc09b0724788403c096f461ce'2008-07-14, by Elliott Sales de Andrade
-
A2B in #pidgin noticed that the link was missing2008-07-14, by Ka-Hing Cheung
-
remove soap2.c from windows as well, from Andrea Visinoni2008-07-13, by Ka-Hing Cheung
-
sadrul pointed out that I am dumb2008-07-13, by Ka-Hing Cheung
-
g_hash_table_remove_all is glib 2.12+ only2008-07-13, by Ka-Hing Cheung
-
Argh. Forgot to update COPYRIGHT for Luke Bratch (947fd3aa).2008-07-13, by Sadrul Habib Chowdhury
-
Add purple_get_host_name to get the hostname of the machine.2008-07-13, by Sadrul Habib Chowdhury
-
Allow not creating a different directory for each user. Closes #5997.2008-07-13, by Luke Bratch
-
Add menuitem for 'join chat' in the docklet menu. Closes #3623.2008-07-13, by Balwinder S Dheeman
-
Initialize the commands subsystem before the plugins.2008-07-13, by Sadrul Habib Chowdhury
-
merge of '8ef03a3edef528af90c03195f4225c8ee97214fd'2008-07-13, by Sadrul Habib Chowdhury
-
Add Dimmuxx's real name to ChangeLog and COPYRIGHT. Also, put my name2008-07-13, by Elliott Sales de Andrade
-
MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of2008-07-13, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 674f6a1c7267dc286556d800aed27b28a169c523)2008-07-13, by Elliott Sales de Andrade
-
Workaround a bug in MSN servers where it sends an extra space at the2008-07-13, by Elliott Sales de Andrade
-
On MSN, always send the privacy settings and contact list after parsing2008-07-13, by Elliott Sales de Andrade
-
merge of '057f9dd738df2f3f1b3bd757d04cdd78dd379ecb'2008-07-13, by Elliott Sales de Andrade
-
Disable the MSN blocked text dialog for now because it doesn't always2008-07-13, by Elliott Sales de Andrade
-
On MSN, cancel the connection process to a server before checking2008-07-13, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 3fc4df7332983d84a3632b6372c6f7c894b529a3)2008-07-12, by Elliott Sales de Andrade
-
merge of '0cbcb7f910c95c3dac3f06c404e29dcc8b709419'2008-07-12, by Elliott Sales de Andrade
-
Also commit the change from b062f14d1bcd8e6c28b2b05977aa19a4bfd4867c to2008-07-12, by Elliott Sales de Andrade
-
Take out the code on MSN for REM and SYN that I missed.2008-07-13, by Elliott Sales de Andrade
-
Take care of more cleanup in the MSN code.2008-07-12, by Elliott Sales de Andrade
-
merge of '67ca4287c39e084b96718b0e1768578954ac66a5'2008-07-12, by Elliott Sales de Andrade
-
The great MSN debug message cleanup! Threw in a few whitespace fixes,2008-07-12, by Elliott Sales de Andrade
-
In MSN servconn, make handling of EAGAIN similar to that in httpconn.2008-07-09, by Elliott Sales de Andrade
-
Fix updating the MSN buddy icon, which was probably broken by the2008-07-09, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 99fe11b8da675f3b74b853ea29a16d8c9564cb95)2008-07-09, by Elliott Sales de Andrade
-
On MSN, SBS command doesn't have a payload.2008-07-12, by Elliott Sales de Andrade
-
Get rid of that whole msn_set_payload_len thing and correctly set the2008-07-09, by Elliott Sales de Andrade
-
merge of '5033650a1e57437cc3f2894adc41935daa6b3269'2008-07-09, by Elliott Sales de Andrade
-
When receiving an MSN OUT, don't try to dereference cmd->params when2008-06-29, by Elliott Sales de Andrade
-
When receiving an MSN custom smiley, look at the switchboard for the2008-06-29, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head b5d22abac579cbb2742419d7d2d7ea33caa56e39)2008-06-28, by Elliott Sales de Andrade
-
Make sure xmlnode_copy also copies the prefix and namespace_map from2008-06-28, by Elliott Sales de Andrade
-
Add a #define so that MSN ApplicationId is more easily updated. Also,2008-06-28, by Elliott Sales de Andrade
-
Clean up some MSN SOAP stuff.2008-06-28, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 88a24003053cda8454a59fd448eb6575bdea2e0e)2008-06-23, by Elliott Sales de Andrade
-
Clean up some #define's in msn.h and various supporting changes.2008-06-23, by Elliott Sales de Andrade
-
Allow forcing an MSN HTTP connection to connect to a new server. This2008-06-23, by Elliott Sales de Andrade
-
On MSN, only notify the user of a Nudge when the ID of the datacast2008-06-23, by Elliott Sales de Andrade
-
Remove some MSN code duplication in processing messages from Yahoo2008-06-23, by Elliott Sales de Andrade
-
Remove a confusing debug message.2008-06-22, by Elliott Sales de Andrade
-
disapproval of revision '075bff91d9cbcfd6f59c270802c5bffeb98c3b50'2008-07-09, by Elliott Sales de Andrade
-
A patch from felipec to stop requesting the MSN buddy icon when the2008-06-22, by Elliott Sales de Andrade
-
A patch from felipec to consistently use NULL for the status of offline2008-06-22, by Elliott Sales de Andrade
-
A patch from felipec to make (msn_)request_user_display static.2008-06-22, by Elliott Sales de Andrade
-
Fix calculating the response to MSN Challenge strings that are an exact2008-06-22, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 5e9671c654b021e77695d4a863fb55e27a831901)2008-06-21, by Elliott Sales de Andrade
-
Avoid a NULL reference in msn_command_from_string.2008-06-21, by Elliott Sales de Andrade
-
Sometimes (after 24h+) when you request a MSN token update, you get a2008-06-21, by Elliott Sales de Andrade
-
Apparently, when the token expires, OIM requests get a2008-06-21, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 4037e908f8c3536d50d9439ec2eec0f4d6ee3b60)2008-06-20, by Elliott Sales de Andrade
-
Make errors when sending OIM's more visible.2008-06-20, by Elliott Sales de Andrade
-
Change msn_oim_parse_timestamp to match purple_str_to_time more2008-06-20, by Elliott Sales de Andrade