Mercurial > pidgin
graph
-
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
-
An MSN patch from Masca to check if there's a SB available before2008-06-20, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)2008-06-17, by Elliott Sales de Andrade
-
Don't free the SOAP message when we're still using it for a redirect.2008-06-17, by Elliott Sales de Andrade
-
Use purple_url_parse for splitting up the MSN SOAP redirect instead of2008-06-17, by Elliott Sales de Andrade
-
Fix up a typo between the declaration and definition of msn_got_photo.2008-06-16, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 5209711a57354bb80c0bca86b13e1e819530ac58)2008-06-16, by Elliott Sales de Andrade
-
Use the correct xmlnode when processing SOAP Faults.2008-06-16, by Elliott Sales de Andrade
-
Remove some checks for MSN protocol_ver < 15. Those versions are2008-06-15, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head c692f6fe1b8c7e0dd4b0099bd67703d5941ddac5)2008-06-15, by Elliott Sales de Andrade
-
Add support for emblems in MSN protocol. Emblems include bots, mobile2008-06-15, by Elliott Sales de Andrade
-
Modifications to the MSN code for some stuff I'll be doing in later2008-06-15, by Elliott Sales de Andrade
-
Properly parse (most of) the MSN GCF command. Provides a2008-06-15, by Elliott Sales de Andrade
-
Finally got MSN token updating working (I think).2008-06-15, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 5387bc28fa09b238593c3dc292863ec3ce5f3c4e)2008-06-14, by Elliott Sales de Andrade
-
Fix up some changes that Mark did, that I didn't apply when merging.2008-06-14, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 23913fa16455106d8848482b13e9a49b823e6051)2008-06-07, by Elliott Sales de Andrade
-
Add real server-side aliasing to MSN.2008-06-07, by Elliott Sales de Andrade
-
Remove MSN's use of a "store name" in favour of the "friendly name"2008-06-07, by Elliott Sales de Andrade
-
Update MSN Contact tokens when an invalid token error is returned.2008-06-07, by Elliott Sales de Andrade
-
Correctly update MSN OIM tokens when an invalid token error is2008-06-07, by Elliott Sales de Andrade
-
Update MSN nexus functions so that tokens are properly updateable. It2008-06-07, by Elliott Sales de Andrade
-
A small edit to purple_str_to_time that allows a 'Z' (UTC) TZ offset.2008-06-07, by Elliott Sales de Andrade
-
I was getting annoyed with this extra printing, so now on MSN, it only2008-06-07, by Elliott Sales de Andrade
-
Fix up some merge errors in MSN's notification.c. Darn meld...2008-06-07, by Elliott Sales de Andrade
-
explicit merge of '9d90ebdb7e38fdd77bb504bc3302a083616360d9'2008-06-07, by Elliott Sales de Andrade
-
patch from QuLogic, references #48752008-05-14, by Ka-Hing Cheung
-
Patch from tomgr to resend once if the connection is down, fixes #53792008-05-14, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)2008-05-14, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)2008-03-18, by Sadrul Habib Chowdhury
-
killing MsnContact which just wraps MsnSession2008-03-09, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 8da8d3c2a708d8bd00fe907d35de61998fb20125)2008-03-06, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 64e9bf80895d2671f0a42fecc17e3ba895b41426)2008-02-27, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head e39a6e9be3df05b59a878001feb9276b9ceb66a9)2008-02-06, by Ka-Hing Cheung
-
zero out this, side effect is not crashing when password is incorrect2008-01-13, by Ka-Hing Cheung
-
References #4382, fixes receiving too many offline messages2008-01-12, by Elliott Sales de Andrade
-
References #4382, replaces usage of msn_soap_xml_get with xmlnode_get_child2008-01-12, by Elliott Sales de Andrade
-
References #4382, fixes getting offline messages in p152008-01-12, by Elliott Sales de Andrade
-
oops, sending the format data probably isn't very useful. Unless you try2007-12-26, by Ka-Hing Cheung
-
fixed a memleak or 3, or maybe 4, or 5. Some of these applies to the p142007-12-26, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head c0a74e417ec8993798705c2cbfca7b7d8b0bc514)2007-12-26, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head a010c035a70dfe57b673c5c5564b4aff8cc1d400)2007-12-26, by Ka-Hing Cheung
-
fix sending offline message in p15 by sending the correct token. In msnp14,2007-12-26, by Ka-Hing Cheung
-
Patch 4 from Qulogic, this one fixes a group name escape bug introduced by2007-12-26, by Elliott Sales de Andrade
-
Patch 3 from Qulogic, this one updates contact list actions to use ticket2007-12-26, by Elliott Sales de Andrade
-
Patch 2 from Qulogic, this one adds SSO authentication2007-12-26, by Elliott Sales de Andrade
-
Patch 1 from Qulogic, this one mostly updates the version sent by pidgin2007-12-26, by Elliott Sales de Andrade
-
Gadu-Gadu Get Info isn't behaving properly. Added debug logging to its traking2008-07-12, by Evan Schoenberg
-
updated German translation2008-07-11, by Jochen Kemnade
-
Show the count of users when joining a chat.2008-07-11, by Sadrul Habib Chowdhury
-
Use a more friendly format for the timestamp in the banlist.2008-07-11, by Sadrul Habib Chowdhury
-
merge of '2b441ba99ecbf84cdadb1490a51f92857dda488c'2008-07-08, by Jochen Kemnade
-
German translation updated2008-07-06, by Jochen Kemnade
-
Remove a failsafe check that I don't believe is needed. I'm under the2008-07-08, by Mark Doliner
-
merge of '1c1f4b66a258c57f1b098ae970a49e71d5a49996'2008-07-07, by Luke Schierer
-
merge of '1128e8852303548fa7e11f94813fb137fde16744'2008-07-06, by Mark Schneider
-
Add the CAcert.org PEM files, which I forgot the first time around.2008-07-04, by Ethan Blanton
-
Add CAcert.org to the Pidgin certificates2008-07-04, by Ethan Blanton
-
set the purple connection name to the one we are about to try2008-07-06, by Ka-Hing Cheung
-
let's not leak if nothing is changed2008-07-06, by Ka-Hing Cheung
-
make googletalk tune hack work, previously it's not doing anything unless2008-07-06, by Ka-Hing Cheung
-
Add a --disable-missing-dependencies option to configure for people who2008-07-04, by Stu Tomlinson
-
Whitespace fix2008-07-04, by Evan Schoenberg
-
Drop and then recover from XML messages which trigger invalid character2008-07-04, by Evan Schoenberg
-
xmlParseChunk() never returns less than 0. It retusn an error code from2008-07-04, by Evan Schoenberg
-
Added a structured error handler callback to the xmlSAXHandler struct.2008-07-04, by Evan Schoenberg
-
Alright, I'm getting rid of this "groups" thing for the reason listed2008-07-03, by Mark Doliner
-
Remove some tab literals from purple-url-handler, for consistency and for2008-07-03, by Will Thompson
-
Make irc:// URLs use an account on the right server, not just the first IRC2008-07-03, by Will Thompson
-
Give findaccount an option 'matcher' callback parameter, to match arbitrary2008-07-03, by Will Thompson
-
Handle D-Bus errors more helpfully in purple-url-handler.2008-07-03, by Will Thompson
-
merge of '3d0b19df4a52ab42b61494afac9c85d170398fa8'2008-07-03, by Will Thompson
-
Improve PurpleConvChatBuddy documentation2008-06-18, by Will Thompson
-
Give some variables holding escaped versions of other strings more meaningful names.2008-06-17, by Will Thompson
-
This should be a boolean or, not a bitwise or.2008-06-17, by Will Thompson
-
Document the command signals.2008-07-03, by Sadrul Habib Chowdhury
-
Tab-completion for commands in finch.2008-07-02, by Sadrul Habib Chowdhury
-
cmd-added and cmd-removed signals to emit when commands are registered/unregistered.2008-07-02, by Sadrul Habib Chowdhury
-
Whitespace fix2008-07-02, by Richard Laager
-
merge of '1765bbc5f2dd4d43054659bea654f9bd822d2c2e'2008-07-02, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.4.3' (head ca0056ef37700d4584ae88ce481dd1fe4086e582)2008-07-02, by Richard Laager
-
merge of '0fdedeeaa99f758f800b86adc9613eac6f3bf692'2008-07-02, by Stu Tomlinson
-
Fix POTFILES.in following filename changes in QQ2008-07-02, by Stu Tomlinson
-
Added include for "core.h" to silc. Fix from phroggie, thanks. Fixes #62272008-07-02, by Evan Schoenberg
-
merge of '57be04f07f9fdc005b620053ae4f09dd1e27ebb3'2008-07-02, by Evan Schoenberg
-
Added website and dev_website items to Finch's ui_get_info hash table2008-07-01, by Evan Schoenberg
-
Added "website" and "dev_website" items to the ui_info GHashTable,2008-07-01, by Evan Schoenberg
-
merge of '225437b7c5b01a666461a56213713d77462490f9'2008-07-01, by Evan Schoenberg
-
Fix ICQ login by mimicking the clientinfo versions used by the official2008-07-01, by Stu Tomlinson
-
disapproval of revision 'f15338f57c0920b685e5164d2f53e50a6d0f64b7'2008-07-01, by Evan Schoenberg
-
Use CLIENT_WEBSITE rather than PURPLE_WEBSITE in libpurple. If the build2008-07-01, by Evan Schoenberg
-
jabber_google_roster_add_deny() and jabber_google_roster_rem_deny()2008-07-01, by Evan Schoenberg
-
Only check for EAGAIN if read returned less than 0. This fixes a bug2008-06-30, by Mark Doliner
-
Allow rebinding button activations (e.g. to space).2008-06-29, by Sadrul Habib Chowdhury
-
Allow binding space, escape and return to some action.2008-06-29, by Sadrul Habib Chowdhury
-
merge of '34ebad1a339cefdab142795e0b3a045ad7016658'2008-06-27, by Casey Harkins
-
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 260d5ee6ca276e761c5b0bd1b612edc5743eaf67)2008-06-26, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin.2.4.3' (head c3831c9181f4f61b747321240086ee79e4a08fd8)2008-06-26, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin.2.4.3' (head e09d33c61a6e5a59bfc3a52a4370aadf0a90f254)2008-06-26, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)2008-06-26, by Richard Laager
-
Remove a unused variable2008-06-26, by Mark Doliner
-
merge of '7d9bc7a7d232a2b83e7923d0d5d20be09ed1fc5c'2008-06-26, by Stu Tomlinson
-
small German update2008-06-25, by Björn Voigt
-
Revert my revision ebc5ac66e700f6c67e30069ee2ebd4bb61f82ec8 because we2008-06-26, by Mark Doliner
-
Allow multiple spellcheck dictionaries to be installed at the same time on2008-06-23, by Daniel Atallah
-
Helper functions are cool2008-06-21, by Mark Doliner
-
Plug the memory leak in the tooltip for menutrays properly. Thanks to2008-06-21, by Sadrul Habib Chowdhury
-
The text iterators need to be properly ordered here. Taking the iterators2008-06-21, by Sadrul Habib Chowdhury
-
Mobile status are created as independant statuses, which cannot be the2008-06-21, by Sadrul Habib Chowdhury
-
Small leak fix.2008-06-21, by Sadrul Habib Chowdhury
-
merge of '500604b1f22bc5f32a818dc80bbc252bc460dc85'2008-06-18, by Sadrul Habib Chowdhury
-
We only allow one keepalive timeout, so simplify this.2008-06-18, by Daniel Atallah
-
Cleanup some duplication and simplify this.2008-06-18, by Daniel Atallah
-
Some header inclusion fixes to help on NetBSD/FreeBSD.2008-06-18, by Richard Laager
-
Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #6096.2008-06-16, by Daniel Atallah
-
merge of '3a93d6a9f17c32fb5379bb3f2294392fac142b92'2008-06-16, by Mark Doliner
-
Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,2008-06-15, by Will Thompson
-
document PurpleAttentionType slightly2008-06-15, by Will Thompson
-
add some trivial documentation to PurpleSoundUiOps2008-06-15, by Will Thompson
-
Document PurpleCoreUiOps and purple_core_get_ui_info(), tweaking other core2008-06-15, by Will Thompson
-
Document a few types in cmds, partly to make doxygen links to those types work.2008-06-15, by Will Thompson
-
I'm embarassed by this random semicolon.2008-06-14, by Evan Schoenberg
-
Don't cycle through a NULL "message" when purple_parse_oncoming() is called2008-06-14, by Evan Schoenberg
-
Allow a 'Z' (UTC) TZ in strings passed to purple_str_to_time. Used for2008-06-14, by Elliott Sales de Andrade
-
Improve error handling for xmpp file transfers.2008-06-14, by Daniel Atallah
-
Don't impose a restriction on who you can send files to for XMPP.2008-06-14, by Daniel Atallah
-
merge of 'ba3f5db0711c5a3b7c5b5510df2e5e3ae5adbbc3'2008-06-14, by Daniel Atallah
-
Send '//message' as '/message', instead of looking for a 'message' command.2008-06-14, by Sadrul Habib Chowdhury
-
Avoid searching for a buddy with an empty name. This happens for the2008-06-14, by Sadrul Habib Chowdhury
-
merge of '705949560fe813ff0ffc4170eb4ca7545d1bd4e4'2008-06-13, by Mark Doliner
-
Pass the "real" chat username to the pidgin_retrieve_user_info function.2008-06-13, by Daniel Atallah
-
Use the chat user's real username (if available) for more things (e.g.) file2008-06-13, by Daniel Atallah
-
Return the real JID (if available) from the xmpp get_cb_real_name function.2008-06-13, by Daniel Atallah
-
disapproval of revision 'b499ce3771edb822dda585ef37acbafcc48b71f4'2008-06-14, by Daniel Atallah
-
Add a can_receive_file function to the xmpp prpl so that we disable the menu2008-06-13, by Daniel Atallah
-
German translation update2008-06-12, by Jochen Kemnade
-
There's no need to dup this2008-06-12, by Mark Doliner
-
merge of '7be65dacd56b6536cf745747e39a29f4f7f2644b'2008-06-11, by Mark Doliner
-
No one has any idea what evil is (in bed)2008-06-11, by Mark Doliner
-
Kill the warning 'field' may be used uninitialized in this function2008-06-11, by Stu Tomlinson
-
Rename --with-ssl-certificates to --with-system-ssl-certs as per Ethan's2008-06-10, by Richard Laager
-
Add another translation: wud -> would2008-06-10, by Richard Laager
-
I should have my email address in here, I think. I'd be ok with2008-06-10, by Mark Doliner
-
silence a warning2008-06-10, by Ka-Hing Cheung
-
Moved "Enable Account" to the top with "Manage Accounts", and always put a2008-06-10, by Ka-Hing Cheung
-
Fix some key-press issues on nested popup menus where pressing up/down2008-06-09, by Sadrul Habib Chowdhury
-
Fix an off-by-one bug in calculating column widths in trees.2008-06-09, by Sadrul Habib Chowdhury
-
Do not disable default smileys with dupliate shortcuts if custom smileys2008-06-09, by Marcus Lundblad
-
merge of '288e82d5a18fb0bac91d9b4b737d4788af8388ed'2008-06-09, by Sadrul Habib Chowdhury
-
German translation update2008-06-09, by Jochen Kemnade
-
* Avoid called g_markup_escape_text() on a NULL message2008-06-09, by Evan Schoenberg
-
Avoid calling purple_str_sub_away_formatters() and g_markup_escape_text()2008-06-09, by Evan Schoenberg
-
re-Fix win32 build.2008-06-09, by Daniel Atallah
-
Fix win32 build.2008-06-09, by Daniel Atallah
-
merge of '6f45eed99c94f8e63e46ad382a70c0c4e266b833'2008-06-09, by Mark Doliner
-
A patch from Martijn van Beers to handle outgoing PURPLE_TYPE_SUBTYPE2008-06-09, by Martijn van Beers
-
"This patch pluralizes a few strings that should be pluralized for2008-06-09, by Laurynas Biveinis
-
ChangeLog that last commit2008-06-09, by Richard Laager
-
Add a configure option, --with-ssl-certificates to allow packagers to2008-06-09, by Richard Laager
-
The DBus and NetworkManager options are enabled by default, so the --help2008-06-09, by Richard Laager
-
merge of 'f7176494034dd112dc3416db787a73b6dc67007b'2008-06-08, by Kevin Stange
-
merge of '832388016fc893f5c5d8569130fe34914c3c4cb0'2008-06-08, by Kevin Stange
-
Patch from tomgr and Maiku that workarounds some OS X issue,2008-06-08, by Ka-Hing Cheung
-
Fix this wording to express that this is related to adding new buddies.2008-06-08, by Kevin Stange
-
Make the Add Buddy dialog cause the auto-personize prompt where appropriate.2008-06-08, by Kevin Stange
-
Patch from Andrew Gaul that fixes another leak:2008-06-08, by Ka-Hing Cheung
-
Patch from Andrew Gaul that fixes a leak:2008-06-08, by Ka-Hing Cheung
-
patch from Andrew Gaul that fixes a memleak, we weren't free'ing this when2008-06-08, by Ka-Hing Cheung
-
merge of '457a5c2c9d9b1b235deae2d65b24cc542c12d6e4'2008-06-08, by Ka-Hing Cheung
-
Apply patch to fix #4937 'msim_normalize() error during initialization of libpurple' from Jaywalker.2008-06-08, by Jeffrey Connelly
-
As XMPP does, prefix away messages with the status name in oscar user info2008-06-08, by Evan Schoenberg
-
merge of '00a9efda899566f921e7c8bbe98a0eb684855f62'2008-06-07, by Sadrul Habib Chowdhury
-
Show the stock status icons in the status list and status menus. Closes2008-06-07, by Marcus Lundblad
-
Plug a little leak. We should not use 'delete_event' signal, because it2008-06-07, by Sadrul Habib Chowdhury
-
Specified one of the OSCAR_CAPABILITY_GENERICUNKNOWN capabilities to be2008-06-07, by Evan Schoenberg
-
Replaced family_*'s magic numbers of FLAP families with the constants2008-06-07, by Evan Schoenberg
-
Added account option for oscar accounts to allow multipe simultaneous logins,2008-06-07, by Evan Schoenberg
-
Added paramater to aim_send_login() to allow control over whether we want2008-06-07, by Evan Schoenberg
-
Bring back the unintentionally hidden 'Manage Accounts' dialog. Thanks to2008-06-07, by Sadrul Habib Chowdhury
-
msgcolor command to change colors of messages in conversations.2008-06-07, by Sadrul Habib Chowdhury
-
A patch from toofishes to fix a crash.2008-06-07, by Richard Laager
-
Change "Manage" to "Manage Accounts" in the Accounts menu.2008-06-07, by Richard Laager
-
Documentation: Use the word opaque to describe the data structure2008-06-07, by Mark Doliner
-
Add a few bits of documentation2008-06-07, by Mark Doliner
-
msn_slplink_new() is only used within slplink.c, so make it static and2008-06-07, by Mark Doliner
-
Remove an unused linked list2008-06-07, by Mark Doliner
-
Minor documentation and whitespace2008-06-06, by Mark Doliner
-
Payload length is an int here, so treat it as such. Get's rid of this warning:2008-06-06, by Mark Doliner
-
These forward declarations aren't needed2008-06-06, by Mark Doliner
-
We don't need this thing, right?2008-06-06, by Mark Doliner
-
Delete trailing whitespace2008-06-06, by Mark Doliner
-
Don't use strlen() when we can just check the first character2008-06-06, by Mark Doliner
-
Fix setting buddy icons on yahoo. It looks like this must have been broken by2008-06-06, by Daniel Atallah
-
Plug a small and unlikely leak.2008-06-06, by Daniel Atallah
-
Fixes a crash when next_begin_word is called on trailing spaces at the2008-06-06, by Sadrul Habib Chowdhury
-
Don't send an auto-response when you're away and you IM someone2008-06-05, by Mark Doliner
-
merge of '4dd6e06680aebbca6a326930f5fff7e65ed87802'2008-06-05, by Ethan Blanton
-
Don't start sending the local file until after recieving the <streamhost-used/>2008-06-05, by Daniel Atallah
-
Make the IRC "unknown message" debugging messages UTF-8 safe.2008-06-05, by Ethan Blanton
-
Include the send button plugin in the win32 build2008-06-05, by Stu Tomlinson
-
Added "View All Logs" menu in the buddylist to display a list of all IM2008-06-05, by Sadrul Habib Chowdhury
-
Correctly detect system logs.2008-06-05, by Sadrul Habib Chowdhury
-
Update some status icons.2008-06-05, by Hylke Bons
-
Don't crash if the given jabber id is invalid. For example,2008-06-04, by Mark Doliner
-
merge of '5e69fb5f354ed74d6deb6f4d1f6aff46afd8a072'2008-06-04, by Sadrul Habib Chowdhury
-
Yahoo seems to always send messages encoded in utf-8 now. Hopefully this2008-06-04, by Daniel Atallah
-
"rob" noticed this bug in the en_AU translation. Fixes #5844.2008-06-04, by Daniel Atallah
-
Don't try to retrieve the chat_info_defaults while signed off, it tends to2008-06-03, by Daniel Atallah
-
Update File Transfer icon and use new send fie icon. Fixes #2744.2008-06-03, by Daniel Atallah
-
Fix chat joining from the 'Join a chat' dialog. Thanks to w00b on IRC for2008-06-04, by Sadrul Habib Chowdhury
-
Correct the documentation.2008-06-03, by Sadrul Habib Chowdhury
-
A few character comment change.2008-06-03, by Mark Doliner
-
I can't think of any reason we would need to use the zero versions of2008-06-03, by Mark Doliner
-
merge of '0de80ccd44f6ce7fe6942baa1e0dfc95a2878d05'2008-06-03, by Sadrul Habib Chowdhury
-
Prevent double freeing when we don't get the proxy data we're expecting from2008-06-03, by Daniel Atallah
-
Notify the server when we change the privacy setting for an account.2008-06-03, by Sadrul Habib Chowdhury
-
merge of '159777d1bbf9084c7e0f9e562bb47e7ab3638da7'2008-06-03, by Sadrul Habib Chowdhury
-
Don't include 'Listening to music' in the per-account statusbox.2008-06-03, by Sadrul Habib Chowdhury
-
This should fix tooltips for buddies with away messages which have embedded2008-06-02, by Evan Schoenberg
-
The status type says that mood and moodtext are strings, so we don't2008-06-02, by Mark Doliner
-
Keep track of available messages as HTML not plain text. This fixes2008-06-02, by Mark Doliner
-
Whitespace2008-06-02, by Mark Doliner
-
Whoops, I should have inverted this logic.2008-06-02, by Mark Doliner
-
Short-circuit earlier if the buddy is offline2008-06-02, by Mark Doliner
-
A patch from QuLogic to eliminate duplicated HMAC-MD5 code in the Jabber2008-06-02, by Elliott Sales de Andrade
-
merge of 'adc233c42c586b7fae877a688cd39532eaca23a0'2008-06-01, by Sadrul Habib Chowdhury
-
Arrow keys in status menu should skip separator lines. Closes #1360.2008-06-01, by Elliott Sales de Andrade
-
Remove compile warnings.2008-06-01, by Sadrul Habib Chowdhury
-
Fix the chat-room rejoining bug where the list appears empty.2008-06-01, by Sadrul Habib Chowdhury
-
Fix a memleak when handling jabber xforms. xmlnode_get_data() returns2008-06-01, by Mark Doliner
-
Update the list of statuses when a new status is added, or an existing2008-06-01, by Sadrul Habib Chowdhury
-
The date for 2.4.2 release was removed accidentally. Thanks, QuLogic.2008-06-01, by Sadrul Habib Chowdhury
-
Fix stack smashing for forced old (port 5223) ssl auth. Closes #5974.2008-06-01, by Andrew Hoffman
-
Do not try to update received custom smileys in a deleted child anchor.2008-05-31, by Sadrul Habib Chowdhury
-
Add doxygen foo for FinchBlistManager.2008-05-30, by Sadrul Habib Chowdhury
-
- Changed back "Email" to "E-Mail" in German translation2008-05-30, by Björn Voigt
-
merge of '6c9b241a178cbf5a0760ba9646e0460067db378a'2008-05-30, by Stu Tomlinson
-
If the status name and status message are the same for a jabber buddy,2008-05-30, by Evan Schoenberg
-
Fix some broken translation printf formats courtesy of `msgfmt -c`.2008-05-30, by Daniel Atallah
-
Remove an unnecessary strdup when sending messages over IRC.2008-05-30, by Sadrul Habib Chowdhury
-
Modified patch from Dylan Simon (dylex) to improve2008-05-30, by Sadrul Habib Chowdhury
-
Fix a bug in the Dutch translation that was causing crashes. Fixes #5953.2008-05-29, by Daniel Atallah
-
Wow, this isn't used. That will save us either 4 bytes or 8 bytes for2008-05-29, by Mark Doliner
-
German translation update2008-05-29, by Jochen Kemnade
-
Avoid potentially uninitialized variables2008-05-29, by Stu Tomlinson
-
merge of '0fb7703e7d2acc0513e238c75408f521e61f6aab'2008-05-29, by Will Thompson
-
Add Adam Strzelecki to COPYRIGHT; thanks for the patch! Fixes #5693.2008-05-29, by Will Thompson
-
Restore status on login on GG, rather than setting Available first.2008-05-29, by Will Thompson
-
Add a prototype for ggp_to_gg_status.2008-05-29, by Will Thompson
-
Extract converting a PurpleStatus to GG's format to its own function.2008-05-29, by Will Thompson
-
Mark a string as translatable in prpl-gg. References #5693.2008-05-29, by Will Thompson
-
merge of 'cc409aa9063c22b3cf65c9e2a3399a121c6b50a5'2008-05-29, by Evan Schoenberg
-
Minor typo in a debug statement. I do stuff like this all the time.2008-05-29, by Mark Doliner
-
Unleak some tooltip related pango stuff.2008-05-29, by Daniel Atallah
-
eperez noticed that there's an extra unused column here.2008-05-29, by Daniel Atallah
-
Update the smiley in the smiley dialog if the imagefile is changed.2008-05-28, by Sadrul Habib Chowdhury
-
Refactored and cleaned up the addition of status information to user info /2008-05-29, by Evan Schoenberg
-
Add an invite menu for chats2008-05-28, by Richard Nelson
-
Remove an unused variable2008-05-28, by Richard Nelson
-
Plug a small leak.2008-05-28, by Daniel Atallah
-
merge of '2abcbb9461812553614a4d11b0d48f1a2eface59'2008-05-28, by Sadrul Habib Chowdhury
-
Two leak fixes for purple_icqinfo()2008-05-27, by Evan Schoenberg
-
Moved the remainder of ICQ's user info processing to use the notify_user_info2008-05-27, by Evan Schoenberg
-
Prevent a crash when the imhtmltoolbar is disposed and the smiley dialog is open.2008-05-27, by Daniel Atallah
-
Use g_list_length(jbi->jb->resources) here, as it's clearer since that's2008-05-27, by Evan Schoenberg
-
Add documentation for some new API.2008-05-28, by Sadrul Habib Chowdhury
-
Fix the linkification. Also, remember the html-codes for a tag instead of2008-05-28, by Sadrul Habib Chowdhury
-
Use the hashtable of resources here.2008-05-27, by Sadrul Habib Chowdhury
-
merge of '20372c17661f91b48107dadf3019a7b9123f3650'2008-05-27, by Sadrul Habib Chowdhury
-
merge of 'd5bcb8334771f0dbd5870944a8eec88f586e0fd0'2008-05-27, by Evan Schoenberg
-
merge of '417f9d0217b6d3b9f2b5f2b9361ffe03efc2d634'2008-05-27, by John Bailey
-
disapproval of revision '79699160e06b69f70db91eef65287f15685ec2bf'2008-05-27, by Sadrul Habib Chowdhury
-
We don't need named initialiers here since we're already doing an active initilization2008-05-27, by Gary Kramlich
-
Don't include the warning level in OSCAR user_info twice. The first inclusion2008-05-27, by Evan Schoenberg
-
ChangeLog.API purple_notify_user_info_prepend_section_[break|header] and2008-05-27, by Evan Schoenberg
-
Bring oscar prpl in line with the other prpls in how it provides user info:2008-05-27, by Evan Schoenberg
-
Ensure jbi->jb->resources is non-NULL before calling g_hash_table_size()2008-05-27, by Evan Schoenberg
-
merge of '71329f62bbfea27b695e6d17ce5b22281a9b70ca'2008-05-27, by Evan Schoenberg
-
merge of '50ee8ea93d28a742019b72de39c81427af3ca785'2008-05-27, by Evan Schoenberg
-
merge of 'c6ab942a565a274680983552ced9a21feb5f24a9'2008-05-26, by Will Thompson
-
Add doxycomment for PurpleBuddyIcon; tweak that of PurpleBuddyIconSpec.2008-05-26, by Will Thompson
-
merge of '740f6d249277d1f3ffc01d5fab1a580c2dd8fc79'2008-05-26, by Will Thompson
-
Use the notify_user_info API for the vcard information instead of creating2008-05-27, by Evan Schoenberg
-
Added prepend functions for notify_user_info section headers and breaks2008-05-27, by Evan Schoenberg
-
merge of '04d1cb7493b8f54f33a413d3a60468704ab4be4b'2008-05-26, by Ethan Blanton
-
German translation updated2008-05-26, by Jochen Kemnade
-
If plugins are enabled and some protocols or plugins are also being compiled2008-05-26, by Evan Schoenberg
-
A patch from Peter O'Gorman at The Written Word, Inc. to fix various2008-05-27, by Peter O'Gorman
-
Stu and Ethan think we should ignore SIGHUP. That's fine by me.2008-05-26, by Richard Laager
-
Changes to the docklet mnemonics patch to make them more consistent with2008-05-26, by Richard Laager
-
A patch from Kevin Wu Won to add mnemonics to the docklet menu.2008-05-26, by Kevin Wu Won
-
merge of '105b7094f7adbdda665762aa99781df1fad9d86c'2008-05-26, by Richard Laager
-
merge of 'a06b635ebc40ccdad112528557020cfd60238d88'2008-05-26, by Sadrul Habib Chowdhury
-
Do not show custom smileys where the prpl doesn't support them. Thanks2008-05-26, by Sadrul Habib Chowdhury
-
merge of 'd993fb67df1d01ad9a8a18fef3e8a5de90823875'2008-05-25, by Sadrul Habib Chowdhury
-
Do not prepend the BOM when converting from UTF-8 to UTF-16, since2008-05-25, by Sadrul Habib Chowdhury
-
A patch from compnerd (Saleem Abdulrasool) to remove a use of the2008-05-26, by Saleem Abdulrasool
-
A patch from compnerd (Saleem Abdulrasool) to properly name the variables2008-05-26, by Saleem Abdulrasool
-
Revert 159826573dec53526cd1237639fdf5cf13826cf4 to fix a TODO about calling2008-05-26, by Richard Laager
-
Use purple_core_quit() in the sighandler instead of duplicating part of it.2008-05-26, by Richard Laager
-
merge of '1a20622e5eb611356f66565b96618ab1cfe1e231'2008-05-25, by Richard Laager
-
merge of '45401c961ca97b6dd3675db39ca8d46f5142dada'2008-05-25, by Richard Laager
-
Update the perl bindings for the changed smiley API.2008-05-25, by Sadrul Habib Chowdhury
-
merge of '64869f284f4934e2f05446fc3d50960b6296ad5b'2008-05-25, by Sadrul Habib Chowdhury
-
merge of '217103c3e954ff2d295a6590ad3477d357894f9c'2008-05-25, by Sadrul Habib Chowdhury
-
Always store custom smileys with hashed filenames. Closes #5913.2008-05-25, by Marcus Lundblad
-
Try to get a hashtable created by the prpl first before joining a chat2008-05-25, by Sadrul Habib Chowdhury
-
A simple patch from "bsd" to get the icon back for Buddies->Join a Chat.2008-05-25, by Richard Laager
-
Use "email" and "Email" consistently. This is potentially controversial,2008-05-25, by Richard Laager
-
Sync up the developer and CPW lists. This also sorts Sean Egan in with2008-05-25, by Richard Laager
-
"Not External" sounds weird to me.2008-05-25, by Richard Laager
-
merge of 'cd0389d15f155a498b41fe0f52b2b611afab9d12'2008-05-25, by Richard Laager
-
Highlight the mail window for new mails.2008-05-24, by Sadrul Habib Chowdhury
-
Don't try to escape a NULL text. This gets rid of a runtime warning.2008-05-24, by Sadrul Habib Chowdhury
-
Treat digits and alphabets as the same class of characters when looking2008-05-24, by Sadrul Habib Chowdhury
-
German translation update2008-05-24, by Jochen Kemnade
-
When compiling against an external libzephyr, we need to use its zephyr.h,2008-05-25, by Richard Laager
-
Try gconfaudiosink first always, not just under GNOME. This is what Debian2008-05-23, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 71320664d16c85cf4292830959527b4509e2182b)2008-05-23, by Sadrul Habib Chowdhury
-
Modified patch from Stefan 'cockroach' Ott to add blocked-im-msg and2008-05-23, by Sadrul Habib Chowdhury
-
Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p2008-05-22, by Sadrul Habib Chowdhury
-
Get rid of the boldness of the bold timestamps.2008-05-22, by Sadrul Habib Chowdhury
-
Fix the offset for coloring nicknames, especially for auto-replies, and2008-05-22, by Sadrul Habib Chowdhury
-
Fix exporting proper HTML for tags.2008-05-22, by Sadrul Habib Chowdhury
-
Show the custom icon menu for a contact even if it's collapsed.2008-05-22, by Sadrul Habib Chowdhury
-
Fix 'make docs' when builddir is not the same as srcdir.2008-05-22, by Sadrul Habib Chowdhury
-
Disable the 'remove custom icon' item from the menu if a custom icon isn't set.2008-05-21, by Sadrul Habib Chowdhury
-
Modified patch from malu to "Add context menu alternative to add received2008-05-21, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head a9b83251335ed42daf54164bf8c5120166f0e589)2008-05-21, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)2008-05-21, by Evan Schoenberg
-
Buddy icons in the buddy list should not default to being marked idle. Thanks2008-05-18, by Etan Reisner
-
Remove an else block which just calls pidgin_blist_get_emblem on a PurpleChat,2008-05-17, by Etan Reisner
-
Add support for setting and removing custom buddy icons to contacts, chats,2008-05-17, by Etan Reisner
-
merge of '979e05e68e2d32cdffe65f350b71fd6e6ae89af9'2008-05-16, by Etan Reisner
-
merge of '1845c83f173f8fb02f105f4b7ef8768b0a11961e'2008-05-16, by Etan Reisner
-
Put the 'manage' button outside the scrolling area.2008-05-16, by Sadrul Habib Chowdhury
-
When calling serv_got_chat_in() after sending a group chat message (to let2008-05-14, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 64263ae223a317116a83aab2c6a2a36b4c308d7b)2008-05-13, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head 2a2aa2b4e4f34248a96a684b2e29963c358c1338)2008-05-13, by Sadrul Habib Chowdhury
-
Change how the columns in the account-manager window are resized.2008-05-13, by Sadrul Habib Chowdhury
-
Make group names case insensitive, which is the case in the official MSN,2008-05-13, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head 5438cf91ac36226aeafda8e41bb181f9d6474fac)2008-05-13, by Sadrul Habib Chowdhury
-
Add malu in COPYRIGHT. This is a "D'oh!" moment.2008-05-13, by Sadrul Habib Chowdhury
-
Expose smiley API to perl plugins.2008-05-13, by Sadrul Habib Chowdhury
-
Expose the smiley API to dbus.2008-05-13, by Sadrul Habib Chowdhury
-
Update the dbus-analyze script to deal with multiline function2008-05-13, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head c134ff23eba5faac09c13e731e792fa612c91a9a)2008-05-12, by Sadrul Habib Chowdhury
-
Modified patch from malu to add an 'Edit' button in the smiley manager2008-05-12, by Sadrul Habib Chowdhury
-
Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.2008-05-11, by Sadrul Habib Chowdhury
-
Patch from Masca to restrict the size of incoming custom smileys to a2008-05-11, by Sadrul Habib Chowdhury
-
Some little usability changes in the custom smiley dialog.2008-05-11, by Sadrul Habib Chowdhury
-
Separate the custom smileys from the regular smileys, and add a 'Manage'2008-05-11, by Sadrul Habib Chowdhury
-
Show some possibly helpful text in the tooltip for disabled smileys.2008-05-10, by Sadrul Habib Chowdhury
-
Patch from malu (mlundblad) to disable a regular smiley in the smiley2008-05-10, by Sadrul Habib Chowdhury
-
Make PurpleSmiley a GObject.2008-05-10, by Sadrul Habib Chowdhury
-
Changelog the API additions, and add a missing define. Thanks to malu for2008-05-07, by Sadrul Habib Chowdhury
-
A leak fix from malu. Thanks!2008-05-07, by Sadrul Habib Chowdhury
-
Show the custom smileys only on accounts that support it. References2008-05-07, by Sadrul Habib Chowdhury
-
Unref some gdkpixbufs to plug some memory leaks. References #1187.2008-05-07, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 6be4a11c3e1bf403bbb6e1a7a754e4b99e7d9a44)2008-05-07, by Sadrul Habib Chowdhury
-
Fix a small leak. And sort the smileys alphabetically, as suggested by2008-04-28, by Sadrul Habib Chowdhury
-
Patch from Masca to use the buddy-icon selector to select a custom2008-04-28, by Sadrul Habib Chowdhury
-
Add a utility function to create a pixbuf from a stored image.2008-04-28, by Sadrul Habib Chowdhury
-
Remove undocumented and [apparently] unnecessary parameter from2008-04-28, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)2008-04-28, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 8ab7bcf180c3d8cc09b9d82060417bcf3fcfff95)2008-03-31, by Sadrul Habib Chowdhury
-
Compile and de-warn.2008-05-15, by Etan Reisner
-
Deprecate pidgin_set_custom_buddy_icon and update the places that use it to2008-05-15, by Etan Reisner
-
Make pidgin_set_custom_buddy_icon use the2008-05-15, by Etan Reisner
-
Add a purple_buddy_icons_node_set_custom_icon_from_file convenience function.2008-05-15, by Etan Reisner
-
Update some calls to the functions I just deprecated.2008-05-13, by Etan Reisner
-
Add the purple_buddy_icons_node_has_custom_icon,2008-05-13, by Etan Reisner
-
Add the purple_blist_update_node_icon function and deprecate the2008-05-13, by Etan Reisner
-
propagate from branch 'im.pidgin.pidgin' (head ba6112dabbb907fd5e93c30e0f5228e557949d69)2008-05-12, by Evan Schoenberg
-
merge of '48c05553bccbe3ea3d6b5d8fdc036bebf771129f'2008-05-07, by Evan Schoenberg
-
Restored screen name to username change lost in propagation merge2008-05-07, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head d7144f5dbbde09137aff1ceadfd419e25303bf7d)2008-05-07, by Evan Schoenberg
-
Patch from Jaywalker to let prpls add some helpful text for some account2008-05-05, by Sadrul Habib Chowdhury
-
Use up the last padding for PurplePluginProtocolInfo in a way that allows2008-05-05, by Sadrul Habib Chowdhury
-
The key and value need to be g_stdup()'d before adding to the hash table2008-04-30, by Evan Schoenberg
-
merge of '88d15a78416cbab803d3b60b47292506e763d5d0'2008-04-30, by Sadrul Habib Chowdhury
-
merge of '0df1437fe05dad8b69aac22bcd7cb8851ca4ebeb'2008-04-30, by Sadrul Habib Chowdhury
-
merge of '6b848e03c7f6c7c392579517011deded648dedec'2008-04-30, by Sadrul Habib Chowdhury
-
As discussed on the devel list, purple_serv_got_join_chat_failed() and the2008-04-30, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 48a880a9d212aec86b08bab7bec6296ac8c826ea)2008-04-30, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 7a752818c2f9f500d9b707e9424bd75230b2a05d)2008-04-30, by John Bailey
-
merge of '487397995e13465f3b2c9d4748f832eaa17b2f9f'2008-05-23, by Sadrul Habib Chowdhury
-
Add a mnemonic to "Create this new account on the server".2008-05-23, by Will Thompson
-
NULL out js->expected_rspauth, so it doesn't get double-freed in jabber_close().2008-05-23, by Will Thompson
-
Unleak2008-05-23, by Stu Tomlinson
-
Unleak2008-05-23, by Stu Tomlinson
-
Fix a TODO uncovered by Mark the other day. Instead of using a hacky2008-05-23, by Stu Tomlinson
-
Rename and re-order the preference sound buttons to be "Browse...",2008-05-23, by Stu Tomlinson
-
Make it more obvious that there is a default buddy pounce sound, and2008-05-23, by Stu Tomlinson
-
Some fixes from Eion Robb and me to prevent bonjour crashes with the newly2008-05-22, by Daniel Atallah
-
Update to Yahoo Aliases from John Moody to handle new server behavior. If2008-05-22, by Daniel Atallah
-
Fix a double-free in the yahoo profile/icon handling. This is from a downstream2008-05-22, by Daniel Atallah
-
disapproval of revision 'c7e4a2de6be91644b964c05d489d38174fbcbb22'2008-05-22, by Richard Laager
-
Part of a patch from ubuntu to remove entropy from purple-remote when2008-05-22, by Stu Tomlinson
-
Changelog that Yahoo! patch2008-05-22, by John Bailey
-
Patch from Yusuke Odate to fix Yahoo! Japan encoding to be UTF-8 to match2008-05-22, by Yusuke Odate
-
merge of 'a9b83251335ed42daf54164bf8c5120166f0e589'2008-05-21, by Richard Laager
-
German translation updated2008-05-21, by Jochen Kemnade
-
Allow account registration in a new account dialog.2008-05-21, by Sadrul Habib Chowdhury
-
make this compile2008-05-21, by Ka-Hing Cheung
-
merge of '59d7f03afa561d4e3ef6d618e8d8d2a99c0dee88'2008-05-21, by Evan Schoenberg
-
Plug leak.2008-05-21, by Daniel Atallah
-
merge of '087a5ba38e7c36e0076c92f4cf8501f24f7314b0'2008-05-21, by Evan Schoenberg
-
disapproval of revision '3803a68d5cf2b7443bec7879a57425cbb6031fc0'2008-05-21, by Evan Schoenberg
-
Don't include the space in the localized text at all for the text/code error separation2008-05-21, by Evan Schoenberg
-
Don't put a space in front of the code if there is no text to go before it.2008-05-21, by Evan Schoenberg
-
Skip the X-GOOGLE-TOKEN mech (given us by Google Talk when connecting with2008-05-21, by Evan Schoenberg
-
merge of '73ff5eb429127d9a89484809ba81b50b6ed5c200'2008-05-21, by Evan Schoenberg
-
If we receive a "text" child for an error, include it as the message text2008-05-21, by Evan Schoenberg
-
A (modified) patch from Felipe to simplify our GStreamer sink selection2008-05-21, by Felipe Contreras
-
Import a patch from Debian:2008-05-21, by Ari Pollak
-
Import a patch (with changes) from Debian:2008-05-21, by Ari Pollak
-
Removed duplicate changelog entry2008-07-01, by Evan Schoenberg
-
merge of '7de4400bc908601979951f3463a2ba92f322b9ad'2008-07-01, by Evan Schoenberg
-
merge of '07711878c5fcdc260a917031f095acbe661b342d'2008-07-01, by Evan Schoenberg
-
Update POTFILES.in2008-07-01, by Richard Laager
-
Prepare for a 2.4.3 release.2008-07-01, by Richard Laager
-
Various miscellaneous ChangeLog updates2008-07-01, by Stu Tomlinson
-
Fix ICQ login by mimicking the clientinfo versions used by the official2008-07-01, by Stu Tomlinson
-
disapproval of revision '10564049c98925d0ce0ece64a5af0fe1efd723e7'2008-07-01, by Evan Schoenberg
-
applied changes from e8233b3a32b1383e10d9591fee51f5ecb99a40ce2008-07-01, by Evan Schoenberg
-
merge of '000a0fa4bca9f18691f0a61e01bbac1aa76437c1'2008-06-29, by SHiNE CsyFeK
-
*** Plucked rev da43d671 (sadrul@pidgin.im):2008-06-28, by Sadrul Habib Chowdhury
-
Compatibility with older glib versions2008-06-26, by Stu Tomlinson
-
MSN SLP fix2008-06-26, by Stu Tomlinson
-
Sadrul asks, I giveth:2008-06-26, by Richard Laager
-
MSN SLP fix2008-06-26, by Richard Laager
-
applied changes from 7f7111ed9e5924db9e740ad354fce8fb82445b1e2008-06-26, by Stu Tomlinson
-
merge of '78bf389fcde2b7031fecab2f75daefd749395421'2008-06-26, by Stu Tomlinson
-
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com2008-06-29, by SHiNE CsyFeK
-
patch-05-reconnect-and-code-cleanup2008-06-24, by SHiNE CsyFeK
-
patch-04-tcp-pending2008-06-24, by SHiNE CsyFeK
-
patch-03-add-qq_hex_dump2008-06-24, by SHiNE CsyFeK
-
patch-02-fix-multiarch2008-06-24, by SHiNE CsyFeK
-
applied changes from 88a24003053cda8454a59fd448eb6575bdea2e0e2008-06-23, by Daniel Atallah
-
*** Plucked rev 1dc65a60 (sadrul@pidgin.im):2008-06-21, by Sadrul Habib Chowdhury
-
*** Plucked rev 69b22e32f7ada182101e0746f02891389ceb0c52 (sadrul@pidgin.im):2008-06-21, by Sadrul Habib Chowdhury
-
The checkbox needs to be toggled back on only when it's alive. And the2008-06-19, by Stu Tomlinson
-
Unleak2008-06-19, by Stu Tomlinson
-
temporary workaround for too many OIMs, References #59842008-06-19, by Ka-Hing Cheung
-
Fix the Changelog.2008-06-19, by Daniel Atallah
-
applied changes from 2072edddff2333b97848681a9a464e9722b5f0592008-06-19, by Daniel Atallah
-
applied changes from 9409309cfd4634425fdacbdb3d751afd0bc89a842008-06-19, by Daniel Atallah
-
applied changes from 97a20dd56598fa5c690eabcbc8ec3ff6e560aefd2008-06-19, by Daniel Atallah
-
applied changes from 0eed661a6c02438102fffde08e3bece057bdc9842008-06-19, by Daniel Atallah
-
applied changes from 547cd65fb6e1faeb37d88730f0dbf45075a084262008-06-19, by Daniel Atallah
-
applied changes from 74295d3392f7f386b2178a9c8b571226b6a25c602008-06-19, by Daniel Atallah
-
applied changes from 069f197178d158cdd308687095c14d49d8eee0ed2008-06-19, by Daniel Atallah
-
applied changes from b687754dfefde18bbb1a2652261943517272a6912008-06-19, by Daniel Atallah
-
applied changes from a341780d901f6351a5cf768a08d30c8882d6cf2f2008-06-19, by Daniel Atallah
-
applied changes from a5e7a62db1d43009f4ff463b7fe67ff3a7275a782008-06-19, by Daniel Atallah
-
applied changes from b57781a52511d0ab7a57590bf5c348f3b9d056402008-06-19, by Daniel Atallah
-
applied changes from 4c0536321fe25e0646f67565a43deafe1cb5f32c2008-06-19, by Daniel Atallah
-
applied changes from c7504bbbe35f5bef52032c0cdf6bc7182128a4692008-06-19, by Daniel Atallah
-
applied changes from 904a276588f7de13ba13b578905c82c0493184ce2008-06-19, by Daniel Atallah
-
applied changes from 904a276588f7de13ba13b578905c82c0493184ce2008-06-19, by Daniel Atallah
-
applied changes from ae9d7912dfb7c1627441484bfe471dd4d370d3462008-06-19, by Daniel Atallah
-
applied changes from f3703d89403f9f8e8b927beeb2f2ac05628c371d2008-06-19, by Daniel Atallah
-
applied changes from 7c685eb0aa3fae374b80d8431c870353a2f412d02008-06-19, by Daniel Atallah
-
applied changes from ffe11b98734ebc297dc36ad3e623bc945fdb5cc42008-06-19, by Daniel Atallah
-
applied changes from 9ebef7dc91fd3f43f016ceeee02e0a15e20088682008-06-19, by Daniel Atallah
-
applied changes from 6d5fbc31cdd30fde1120b4a0a58f42c439dd29052008-06-19, by Daniel Atallah
-
applied changes from 43973692751b7c4e1375e090365f75a148798aed2008-06-19, by Daniel Atallah
-
applied changes from 3d595739f53a259d5dae408a05f64d2836f02ac92008-06-19, by Daniel Atallah
-
applied changes from 7a490c356e10f7fff3432f875897aa0ca0ad1ff02008-06-19, by Daniel Atallah
-
applied changes from 43cf42d58f68c1f3f9ae27b10c66dbc351612f302008-06-19, by Daniel Atallah
-
applied changes from b92fdea98a3ea454f3e9debd7f6ac17e5ae36ef62008-06-19, by Daniel Atallah
-
applied changes from 980e5e2fedd41d52ed3f1640268e8964d4b02cde2008-06-19, by Daniel Atallah
-
Create 2.4.3 release branch2008-06-19, by Daniel Atallah
-
Borrow a reference to a string instead of g_strdup'ing it. The2008-05-20, by Mark Doliner
-
When adding outgoing MSN commands to the MsnHistory, free2008-05-20, by Mark Doliner
-
Rearrange some of the HTTP proxy handling to make sure that we're actually2008-05-20, by Daniel Atallah
-
Use shorter URL (http://d.pidgin.im/BonjourWindows) for "Bonjour not found"2008-05-20, by Daniel Atallah
-
Fix SOCK5 error handling to abort when we get a bogus ATYP response. Make the2008-05-20, by Daniel Atallah
-
Fix a printf("%s", NULL) situation and plug some leakage. Fixes #5280.2008-05-20, by Daniel Atallah
-
merge of '7fd8869cd12ef6b1c4626baf0eb69f81b9564cea'2008-05-19, by Ethan Blanton
-
Clarify a comment.2008-05-19, by Sadrul Habib Chowdhury
-
merge of 'a7440122b7d40c1639d123e9f27fb9601f581ae5'2008-05-19, by Sadrul Habib Chowdhury
-
Use text-tags to set the weight/color of the nick in conversations. This2008-05-19, by Sadrul Habib Chowdhury
-
Fix building RPMs without meanwhile. Fixes 4831A712.4020402@clove.org2008-05-19, by Stu Tomlinson
-
dos2unix po/lt.po Fixes #5847.2008-05-19, by Daniel Atallah
-
Credit Eric Michael Schwelm and Dan Bruce for 383b6a000... References #5672.2008-05-19, by Daniel Atallah
-
Make sure a widget can receive focus. This is used when some widgets need2008-05-18, by Sadrul Habib Chowdhury
-
Reduce the enormous padding in the group tooltip. People will hopefully dislike it less now.2008-05-18, by Sadrul Habib Chowdhury
-
Pressing arrow keys should reset the search timer.2008-05-18, by Sadrul Habib Chowdhury
-
Use a little more helpful debug message when a plugin can't be loaded.2008-05-18, by Sadrul Habib Chowdhury
-
Fixes #58302008-05-18, by Stu Tomlinson
-
Update things for 2.4.3devel, in case we do one.2008-05-17, by Kevin Stange
-
Make the changelog.win32 consistent with previous releases2008-05-17, by Kevin Stange
-
German update: missing spaces fixed2008-05-17, by Björn Voigt
-
merge of '4981895b0b7aadf94bcca49e105176b49f71d50d'2008-05-17, by Sadrul Habib Chowdhury
-
Update the dates & versions. I should have done this before tagging. Whoops.2008-05-17, by Stu Tomlinson
-
Fix building RPMs with gevolution2008-05-17, by Stu Tomlinson
-
Correct the comments, and some position-calculation when the buddylist is not showing.2008-05-17, by Sadrul Habib Chowdhury
-
Show the title text in bold.2008-05-17, by Sadrul Habib Chowdhury
-
The checkbox needs to be toggled back on only when it's alive. And the2008-05-17, by Sadrul Habib Chowdhury
-
merge of '1e83e527c083d0177b89f95d8ac465b393e4991d'2008-05-16, by Stu Tomlinson
-
When defaulting a group, don't move it to the bottom if it exists.2008-05-16, by Daniel Atallah
-
Fix handling of empty groups in MySpace. Fixes #3378.2008-05-16, by Daniel Atallah
-
Fix for building RPMs without avahi2008-05-16, by Stu Tomlinson
-
I have no idea why this only started being an issue now, but as I was2008-05-16, by Stu Tomlinson
-
Make MySpace group handling more consistent. References #3378.2008-05-16, by Daniel Atallah
-
Add "--without nm" support to build without NetworkManager to the RPM spec2008-05-16, by Stu Tomlinson
-
two dot four dot two2008-05-16, by Stu Tomlinson
-
merge of '3d874daf79db017dc2e1a7835cbc6b796225156b'2008-05-16, by Stu Tomlinson
-
merge of '383b6a0002c1ecea40d3836f462b7119e6c6f473'2008-05-16, by Stu Tomlinson
-
Bonjour buddies will be saved persistently if they're moved out of the2008-05-16, by Daniel Atallah
-
Patch from Arban57 to prevent tooltips conflicting with the context menu on2008-05-16, by Daniel Atallah
-
Initialize the glib type system early in purple_core_init() too so UIs2008-05-16, by Stu Tomlinson
-
Initialize the type system in purple_check_init to prevent 'make check'2008-05-16, by Stu Tomlinson
-
Afrikaans translation updated (Samuel Murray)2008-05-16, by Stu Tomlinson
-
Fix ChangeLog wrapping.2008-05-16, by Will Thompson
-
Fix a typo2008-05-16, by Stu Tomlinson
-
merge of '2f76f01c0ca7594f3efba9430e8de027252c3fd0'2008-05-16, by Stu Tomlinson
-
merge of 'cf7cc1ec422b7506be056f4d614cbb38856f7f8c'2008-05-16, by Etan Reisner
-
merge of '994f8bdccfcf73a73924e593d2c398c8d416e5e9'2008-05-14, by Etan Reisner
-
ChangeLog the new IRC nick-in-use algorithm2008-05-16, by Stu Tomlinson
-
ChangeLog the German translation update (Björn Voigt)2008-05-16, by Stu Tomlinson
-
ChangeLog the Lithuanian translation update (Laurynas Biveinis)2008-05-16, by Stu Tomlinson
-
NEWS!2008-05-16, by Stu Tomlinson
-
ChangeLog the number of chat room occupants2008-05-16, by Stu Tomlinson
-
Newsify for 2.4.2. No puns intended.2008-05-16, by Sadrul Habib Chowdhury
-
German update for "xprops"2008-05-15, by Björn Voigt
-
small German update2008-05-15, by Björn Voigt
-
Add the ability on win32 to choose at runtime whether we use the GIOChannel2008-05-15, by Daniel Atallah
-
Fix irc nick collision handling, as requested by that demanding user elb.2008-05-15, by Stu Tomlinson
-
Chinese (Hong Kong) translation updated (Ambrose C. Li)2008-05-15, by Stu Tomlinson
-
Slovak translation updated (loptosko)2008-05-15, by Stu Tomlinson
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)2008-05-15, by Stu Tomlinson
-
Czech translation updated (David Vachulka)2008-05-15, by Stu Tomlinson
-
Occitan translation added (Yannig Marchegay)2008-05-15, by Stu Tomlinson
-
Hebrew translation updated (Shalom Craimer)2008-05-15, by Stu Tomlinson
-
Dutch translation updated (Daniël Heres)2008-05-15, by Stu Tomlinson
-
Macedonian translation updated (Арангел Ангов)2008-05-15, by Stu Tomlinson
-
Slovenian transalation updated (Martin Srebotnjak)2008-05-15, by Stu Tomlinson
-
Belarusian Latin translation updated (Ihar Hrachyshka)2008-05-15, by Stu Tomlinson
-
Updated British English translation. Thanks Luke Ross!2008-05-15, by Mark Doliner
-
Updated Russian translation. Thanks Dmitry!2008-05-15, by Mark Doliner
-
Updated Romanian translation. Thanks Mişu!2008-05-15, by Mark Doliner
-
Updated Spanish translation. Thanks Javier!2008-05-15, by Mark Doliner
-
New Brazilian Portuguese translation (and a new translator!)2008-05-15, by Mark Doliner
-
merge of '41fc76b7aed4cc32bd70c6834f747bad0b91a37b'2008-05-15, by Mark Doliner
-
Updated swedish translation2008-05-15, by Peter Hjalmarsson
-
Add key unbinding to the finch man page2008-05-15, by Ethan Blanton
-
Translate the description of the plugin in the plugins dialog. Thanks to2008-05-14, by Sadrul Habib Chowdhury
-
merge of '7fd0d8c5830d11a8f34c0d2fa6a6290427b182c4'2008-05-14, by Luke Schierer
-
merge of '994f8bdccfcf73a73924e593d2c398c8d416e5e9'2008-05-14, by Ka-Hing Cheung
-
Fix a NULL printf. Fixes #5387.2008-05-14, by Daniel Atallah
-
Clean up the comments about MSNP14, and make the --enable-msnp14 option no2008-05-14, by Stu Tomlinson
-
Someone should write a tool to insert a name in the right place2008-05-14, by Ka-Hing Cheung
-
patch from Andrew Gaul to fix another memleak2008-05-14, by Ka-Hing Cheung
-
this causes a use after free2008-05-14, by Ka-Hing Cheung
-
unleak (thanks sadrul!)2008-05-13, by Stu Tomlinson
-
Rewrite a ChangeLog entry I just wrote.2008-05-13, by Stu Tomlinson
-
Make MSN buddy list synchronization more forgiving, only ask about2008-05-13, by Stu Tomlinson
-
merge of '657be692e8fe314ef25624dc2b70d25e1cf8085b'2008-05-13, by Daniel Atallah
-
Remove a compile warning.2008-05-13, by Sadrul Habib Chowdhury
-
This should make the column widths a bit better. Thanks to vekin in2008-05-13, by Sadrul Habib Chowdhury
-
Patch from Will Hawkins to fix SIMPLE authentication on some servers.2008-05-13, by Daniel Atallah
-
Refresh email credentials for @live.com accounts too2008-05-13, by Stu Tomlinson
-
Hungarian translation updated for 2.4.22008-05-13, by Kelemen Gábor
-
For chats created using the "normal" (i.e. Join a Chat) flow, there will always2008-05-13, by Daniel Atallah
-
Close up scope of a variable, I'm just cleaning up my tree some.2008-05-13, by Etan Reisner
-
Make this a doxygen comment.2008-05-13, by Etan Reisner
-
Fix functions to match definitions.2008-05-12, by Daniel Atallah
-
Presumably this is what was intended.2008-05-12, by Daniel Atallah
-
Fix function to match header definition2008-05-12, by Daniel Atallah
-
More s/ssize_t/gssize/2008-05-12, by Daniel Atallah
-
Build fixes for MSVC2008-05-12, by Daniel Atallah
-
Using named elements in a struct initialization doesn't work in MSVC.2008-05-12, by Daniel Atallah
-
Fix jabber_iq_register_handler() to match header.2008-05-12, by Daniel Atallah
-
Reuse cleanup function.2008-05-12, by Daniel Atallah
-
MSVC build fixes2008-05-12, by Daniel Atallah
-
Use gssize instead of ssize_t as the latter isn't available everywhere.2008-05-12, by Daniel Atallah
-
Bonjour build fixes for MSVC.2008-05-12, by Daniel Atallah
-
Remove the stat check that isn't useful and breaks on OS X.2008-05-12, by Richard Laager
-
German translation bug:2008-05-11, by Björn Voigt
-
Clarify #ifdef/#else/#endif matching; References #5770.2008-05-11, by Ethan Blanton
-
merge of 'eed179323cd437e9f08587c2290f44afa248093d'2008-05-11, by Ethan Blanton
-
Updated Catalan translation (with XGETTEXT_ARGS=--no-location).2008-05-11, by Josep Puigdemont
-
merge of '0d3a3dbf15f3b76dc4ee06bc9177442fe4906bc5'2008-05-11, by Éric Boumaour
-
Middle click pastes the internal clipboard2008-05-11, by Richard Nelson
-
Check if a key is already bound before assigning a menu trigger2008-05-11, by Richard Nelson
-
Assorted cleanups, mostly to the Doxygen comments. I added a few missing2008-05-11, by Richard Laager
-
A patch from poizon. This was intended to fix a bug, but I just fixed that2008-05-11, by Mihály Mészáros
-
Fix purple_str_to_time() to not break the returned value when we have given2008-05-11, by Richard Laager
-
Use pkg-config to detect NetworkManager. Also, fail if it isn't present,2008-05-11, by Richard Laager
-
merge of '62e372ea0e5f6eb1b56f43621e580e3e3be7e894'2008-05-10, by Richard Laager
-
merge of '456501a9151822d8b2538d62e92918e5126f93bc'2008-05-10, by Björn Voigt
-
German translation update2008-05-10, by Björn Voigt
-
Update french translation for pidgin 2.4.22008-05-11, by Éric Boumaour
-
Some versions of mktemp require at least 6 X's in the template2008-05-10, by Stu Tomlinson
-
Modify the NetworkManager support to use "StateChange" directly, instead of2008-05-10, by Richard Laager
-
merge of 'ab4c3777bebccd93ded5d7e6886514e95603f51a'2008-05-10, by Richard Laager
-
Remove some unused variable from my last commit.2008-05-10, by Richard Laager
-
Disconnect accounts immediately when we're told the network has2008-05-10, by Richard Laager
-
disapproval of revision '9cbb69e06e19c581b9691f6acb2c48f204050dd6'2008-05-10, by Richard Laager
-
As described in the ChangeLog:2008-05-10, by Richard Laager
-
ChangeLog the NetworkManager change and fix the line wrapping on a couple of2008-05-10, by Richard Laager
-
Fix some whitespace as noticed by QuLogic.2008-05-10, by Richard Laager
-
merge of '0eccb8cefd5975eeab1d14984f2f0114ce7abb79'2008-05-10, by Kevin Stange
-
Replacing logo.png with the old Pidgin head logo without a version number.2008-05-10, by Kevin Stange
-
merge of '99687ce6fa955d1d32092992b65de140dc944ab0'2008-05-10, by Kevin Stange
-
merge of '5800923dc413a26c68576e06ea89148d645fa4a9'2008-05-10, by Richard Laager
-
Make Masca a CPW (signed off by elb and myself! :))2008-05-10, by Kevin Stange
-
Changes suggested by QuLogic to fix my broken changes to the NetworkManager2008-05-10, by Richard Laager
-
A patch from QuLogic to replace the libnm_glib calls with straight DBus2008-05-10, by Richard Laager
-
Show yourself as invisible in the buddylist when you're invisible2008-05-09, by Mark Doliner
-
Fix for opening Hotmail inbox more than ~15 minutes after login2008-05-08, by Stu Tomlinson
-
Add only the online buddies for auto-completion in the invite dialog.2008-05-08, by Sadrul Habib Chowdhury
-
Modified patch from John Moody to show aliases in the Invite dialog.2008-05-08, by Sadrul Habib Chowdhury
-
Tweak the text of the ChangeLog slightly and add an item I forgot previously.2008-05-08, by John Bailey
-
merge of '245104c3da64bf99627578bd68d6cda42ee16b43'2008-05-08, by Sadrul Habib Chowdhury
-
Fix a double free caused by my previous leak fix not covering all possible2008-05-08, by Daniel Atallah
-
When setting yourself to invisible on AIM, don't set an away message2008-05-07, by Mark Doliner
-
Quiet the output from gconftool-2 when there is no document font name in2008-05-07, by Stu Tomlinson
-
Fix some potential leakage in the craziness called purple_markup_html_to_xhtml().2008-05-07, by Daniel Atallah
-
Kill off sound playing child processes if they are still around after 152008-05-07, by Stu Tomlinson
-
Patch from QuLogic to fix tab-navigation in the statusbox. And a few2008-05-08, by Sadrul Habib Chowdhury
-
Leak fix2008-05-07, by Stu Tomlinson
-
Update Finnish (fi) translation and begin 2.4.2 entry in the ChangeLog.2008-05-07, by Timo Jyrinki
-
merge of 'ac789033b0d69b98d5985567ad5d3579bde9af12'2008-05-07, by Sadrul Habib Chowdhury
-
merge of '02d1b6e1b18a057f6dc1f4698d85c8cd005f3bbc'2008-05-07, by Richard Laager
-
merge of 'bedd15033893c160df2e861d26520e1ef6afd895'2008-05-06, by Mark Doliner
-
Minor changes... mostly whitespace related.2008-05-05, by Mark Doliner
-
Update Lithuanian translation of Windows installer strings2008-05-15, by Laurynas Biveinis
-
Update Lithuanian translation2008-05-15, by Laurynas Biveinis
-
Fix a compiler warning due to a missing #ifdef USE_PYTHON2008-05-06, by Richard Laager
-
Fix a compiler warning. Sadrul or someone should double-check this.2008-05-06, by Richard Laager
-
More plumbing work.2008-05-05, by Daniel Atallah
-
Make pidgin_blist_toggle_visibility() hide the buddy list when it is2008-06-27, by Casey Harkins
-
Plug a small memory leak in the smiley dialog, and use g_new0/g_free2008-05-07, by Sadrul Habib Chowdhury
-
g_strdup'ed strings aren't const char*. This fixes a couple of compile2008-05-07, by Sadrul Habib Chowdhury
-
The required fields are not really required if the action is cancelled.2008-05-05, by Sadrul Habib Chowdhury
-
Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTART2008-05-05, by Ethan Blanton
-
Fix a small memleak when adding a Jabber buddy2008-05-05, by Mark Doliner
-
Make error output during autogen actually readable...2008-05-05, by Gary Kramlich
-
Show the url, instead of silently ignoring a url-open request.2008-05-05, by Sadrul Habib Chowdhury
-
Do not let the height of the entry get larger than half the conversation2008-05-05, by Sadrul Habib Chowdhury
-
Add a comment. Could someone familiar with the Jabber protocol or our2008-05-04, by Mark Doliner
-
Add a 'View log' option in the buddylist menu.2008-05-04, by Sadrul Habib Chowdhury
-
When searching for a conversation, search only in the list of the2008-05-04, by Sadrul Habib Chowdhury
-
Check to see if we are already in a room before attempting to join. If2008-05-04, by Sadrul Habib Chowdhury
-
merge of '8c40d658dc534ac7ccbf595c73c2952ff9d1975e'2008-05-04, by Sadrul Habib Chowdhury
-
Setup tab-completion for groups in the 'Add Chat' dialog.2008-05-03, by Sadrul Habib Chowdhury
-
Change the label on the entry area height pref2008-05-04, by John Bailey
-
Fix IRC handling of PART without a part message on Undernet IRCds.2008-05-04, by Ethan Blanton
-
Fix the breakage with account aliases that I introduced when I moved the2008-05-04, by John Bailey
-
Fix a number of leaks. As far as I can tell, MSNP14 now logs in without2008-05-03, by Daniel Atallah
-
Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFriend.2008-05-03, by Daniel Atallah
-
Clean up loggers when quitting (or unloading the logreader plugin).2008-05-03, by Daniel Atallah
-
Fix incorrect freeing in my previous commit.2008-05-03, by Daniel Atallah
-
This is the way we plug the leaks, plug the leaks, plug the leaks...2008-05-03, by Daniel Atallah
-
ChangeLog the minimum size pref2008-05-03, by Will Thompson
-
Add a "minimum lines" pref for the im entry box thing; up to 8 lines.2008-05-03, by Will Thompson
-
Plug a small leak.2008-05-03, by Daniel Atallah
-
Cleanup allocations/frees to match and plug some leaks.2008-05-03, by Daniel Atallah
-
merge of 'dc85c2329304dd6f567820b55939193328f9e506'2008-05-03, by Sadrul Habib Chowdhury
-
This cleans up a bunch of warnings that stem from the fact that size_t and2008-05-03, by John Bailey
-
Allow replacing smileys with texts in conversations/logs. This should be2008-05-03, by Sadrul Habib Chowdhury
-
Cleanup and avoid unnecessary alloc/free.2008-05-02, by Daniel Atallah
-
merge of '21d37789f674809d615fc7676a092f1da438b0f5'2008-05-02, by Evan Schoenberg
-
Leak fixes.2008-05-02, by Daniel Atallah
-
Leak plug in parsing MSN currentmedia.2008-05-02, by Daniel Atallah
-
merge of 'a9db18c93f28f014cb3740a20933e2468fb660b7'2008-05-02, by Sadrul Habib Chowdhury
-
This should fix the issue where resizing the entry box resizes the2008-05-02, by Sadrul Habib Chowdhury
-
Do not add a ':' if there's already one at the end. Thanks to wjt for2008-05-02, by Sadrul Habib Chowdhury
-
Tweak some strings in the Edit Chat dialog.2008-05-02, by Will Thompson
-
merge of 'a5c86f336638811bfef4a0969f3d8d2d6b85520f'2008-05-02, by Sadrul Habib Chowdhury
-
Don't try to tell the IM network that we're not idle when we disconnect.2008-05-02, by Mark Doliner
-
ctrl-x to open context menus. F11 was such a poor choice for this.2008-05-02, by Sadrul Habib Chowdhury
-
merge of 'e238fa4987184e7ce5509bc8806f7122ad41ae6e'2008-05-02, by Sadrul Habib Chowdhury
-
Kill the default F2 keybinding for show timestamps, it only confuses people2008-05-02, by Stu Tomlinson
-
Slightly change the maximum height of the entry box. This seems to fix2008-05-02, by Sadrul Habib Chowdhury
-
merge of '19d64f3b50204b193622eb82c482a63dae381a51'2008-05-01, by Sadrul Habib Chowdhury
-
Modified patch from Andrei Mozzhuhin to fix tab-completion when non-ascii2008-05-01, by Sadrul Habib Chowdhury
-
Remove the undocumented default binding (ctrl+g) to start ignoring2008-05-01, by Sadrul Habib Chowdhury
-
merge of '01e9055ea70771c842b561dca3b64027ac37dc69'2008-05-01, by Richard Laager
-
Replace a notification that should never happen with a debug message that2008-05-01, by Richard Laager
-
ChangeLog the Escape closes conversation window preference.2008-05-01, by Will Thompson
-
When an XMPP account is set to require TLS, but libpurple doesn't have SSL2008-05-01, by Daniel Atallah
-
Remove the stored installer language selection when uninstalling.2008-05-01, by Daniel Atallah
-
Add this ChangeLog item back, the merge ate it.2008-05-01, by Etan Reisner
-
merge of '7f78e4be502956bb580a87289cf2acfe6254ea62'2008-05-01, by Etan Reisner
-
Add a tickybox to set the 'close conversation window' shortcut to Escape.2008-04-30, by Will Thompson
-
Don't count the size of an array at runtime if it's known at compile time.2008-04-30, by Ethan Blanton
-
Change the string "screen name" to "username" everywhere. I think most2008-04-30, by Mark Doliner
-
Change the "Screen name" text to "Username" per a number of discussions on2008-04-30, by John Bailey
-
This fixes the lack of the Local Alias field for IRC accounts since I moved2008-04-30, by John Bailey
-
Eliminate a couple of "unused variable" warnings.2008-04-30, by Richard Laager
-
Always top-align the logs in the log-viewer.2008-04-29, by Sadrul Habib Chowdhury
-
Make sure the required fields are all entered correctly. Underline the2008-04-29, by Sadrul Habib Chowdhury
-
merge of '0982c9aacd3dfa68da58b386663d7fdda43a11e4'2008-04-29, by Sadrul Habib Chowdhury
-
Move the Local Alias field into the User Options section of the account2008-04-29, by John Bailey
-
Fine tune the edit-settings dialog (e.g., mark fields as masked or2008-04-29, by Sadrul Habib Chowdhury
-
A newly created widget for a request field may want to enable/disable the2008-04-29, by Sadrul Habib Chowdhury
-
'Edit Settings' in the context menu for chats in the buddylist.2008-04-29, by Sadrul Habib Chowdhury
-
merge of '08062d1b1267b18fa3d47ea8eded7e2b826b7e8c'2008-04-29, by Mark Doliner
-
merge of '0e779a37ee17a7bb7ad39bbe2b37eeca45975655'2008-04-29, by Mark Doliner
-
Fix a crash in Jabber that I think happens someone someone signs off2008-04-29, by Mark Doliner
-
Simplify2008-04-29, by Mark Doliner
-
merge of '52c0efb045580dac7b6f5e40c91002e917e0cae3'2008-04-29, by Etan Reisner
-
disapproval of revision '38c3a1050aefc66e1c541e3d91ae6f7fe6930559'2008-04-30, by Sadrul Habib Chowdhury
-
This modifies Jaywalker's patch to use a GHashTable, per Stu's suggestion in2008-04-30, by John Bailey
-
disapproval of revision '8086f2cffaab6ed17431381836b9227a64a53270'2008-04-30, by Sadrul Habib Chowdhury
-
This patch from Jaywalker enables text to appear in the screen name entry box.2008-04-30, by John Bailey
-
merge of '0ed9d51dcce10da3af15dd44273af472eea6cb0c'2008-04-29, by Evan Schoenberg
-
ChangeLog.API for 'website' and 'dev_website' ui_info hash table change2008-07-02, by Evan Schoenberg
-
merge of '6bf9ac8e017081c907061167edd28a1adcbec3c9'2008-04-29, by Evan Schoenberg
-
applied changes from 4c5110037671f84e3e775214c32692b5b23c11e12008-04-29, by Evan Schoenberg
-
merge of '3498a4993b3d552319e5122278d620287093fd20'2008-04-29, by Evan Schoenberg
-
disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'2008-04-29, by Evan Schoenberg
-
* Renamespace serv_got_chat_join_failed to purple_serv_got_chat_join_failed2008-04-29, by John Bailey
-
After trying the available SASL mechs, jabber_auth_handle_failure() now2008-05-02, by Evan Schoenberg
-
merge of '0a7f4849f49b45459231087fa690ba9937eae03c'2008-04-29, by Evan Schoenberg
-
Finally get around to committing charkin's version of the patch from #2145.2008-04-29, by Etan Reisner
-
Update the manpage about F10 and F11.2008-04-28, by Sadrul Habib Chowdhury
-
Fix a possible crash when creating a new workspace.2008-04-28, by Sadrul Habib Chowdhury
-
Fix a typo in a doc comment.2008-04-28, by Richard Laager
-
merge of '4c5110037671f84e3e775214c32692b5b23c11e1'2008-04-28, by Richard Laager
-
merge of '5f1a220f63d8e85758a94a2ed57381dc91b07eda'2008-04-28, by Richard Laager
-
disapproval of revision '2f8316df13d1c3e6bf66b91c28abe1504033dae8'2008-04-29, by Evan Schoenberg
-
ChangeLog.API and dox file for chat-join-failed2008-04-29, by Evan Schoenberg
-
disapproval of revision 'ae37fe6b64c30704715a369df88bd76674a39b1a'2008-04-29, by Evan Schoenberg
-
Added "chat-join-failed" signal, emitted by a new serv_got_join_chat_failed()2008-04-29, by Evan Schoenberg
-
merge of '5f1a220f63d8e85758a94a2ed57381dc91b07eda'2008-04-28, by Evan Schoenberg
-
Fix a small memory leak when failing to join a jabber conference2008-04-28, by Mark Doliner
-
merge of 'a2c4bf662d1fdab8c870c1ebbca30968af4bb80a'2008-04-28, by Mark Doliner
-
Go back to not allowing periods in screen names. I think the guy said2008-04-17, by Mark Doliner
-
merge of '4b5bc8b4da1faf24168e7210c2282016455a2218'2008-04-27, by Sadrul Habib Chowdhury
-
Clicking on the buddyicon in the conversation window toggles the size of2008-04-26, by Sadrul Habib Chowdhury
-
Disable the 'send to' menu in converation windows if there's only one2008-04-26, by Sadrul Habib Chowdhury
-
This should have been a variable expansion so that autogen.args could be2008-04-26, by John Bailey
-
Fixed a mistake I made in 2e791da1 which broke aim_genericreq_l() and2008-04-28, by Evan Schoenberg
-
Removed comment which was accidentally duplicated2008-04-28, by Evan Schoenberg
-
merge of '74190d6fbb138e095f84e71b0e0513240531437c'2008-04-26, by Evan Schoenberg
-
merge of '8d455562b69f961763bbfc469954425260f22917'2008-04-26, by Sadrul Habib Chowdhury
-
merge of '8f0b34c54e38066959f87d35b0af2ca6ae0e853b'2008-04-26, by Will Thompson
-
Use the correct name for a preference. This will correctly update the2008-04-26, by Sadrul Habib Chowdhury
-
Include dbus-maybe.h rather than conditionally including dbus-server.h2008-04-26, by Will Thompson
-
Thanks to Andrea Visinoni for pointing out this omission to fix building2008-04-26, by Kevin Stange
-
Reset typing timeout if arrow keys are pressed when editing status2008-04-26, by Sadrul Habib Chowdhury
-
pygnt's home has been http://repo.or.cz/w/python-gnt.git for a while.2008-04-26, by Sadrul Habib Chowdhury
-
Do not show an erroneous message when the 'now listening' song for a2008-04-26, by Sadrul Habib Chowdhury
-
Fix make distcheck (which broke from an earlier fix for make when2008-04-26, by Sadrul Habib Chowdhury
-
Add the new plugin file for translation. Fixes make distcheck.2008-04-26, by Sadrul Habib Chowdhury
-
merge of '503c61f4fb406b82adcdbb0f209ba58a4e7f5954'2008-04-25, by Sadrul Habib Chowdhury
-
Remove code that tried to show the buddylist from the core (but didn't2008-04-25, by Sadrul Habib Chowdhury
-
Avoid allocating and freeing stuff unnecessarily.2008-04-25, by Daniel Atallah
-
Use g_strdup() instead of strdup (doesn't really matter as it is never2008-04-25, by Daniel Atallah
-
merge of '006a7eef54129319c82b282c765b3fbba968006f'2008-04-25, by Daniel Atallah
-
Pop up the buddylist of the running instance instead of exiting quietly2008-04-25, by Sadrul Habib Chowdhury
-
Use g_snprintf() instead of snprintf(), which isn't really available on2008-04-25, by Daniel Atallah
-
Use g_strdup to match the subsequent g_free.2008-04-25, by Daniel Atallah
-
Include winsock2.h before windows.h is included to avoid winsock.h being2008-04-25, by Daniel Atallah
-
Avoiding emitting the "savedstatus-changed" signal twice when the savedstatus2008-04-25, by Daniel Atallah
-
Fix a bug where the list of loaded plugins would get removed when2008-04-25, by Sadrul Habib Chowdhury
-
merge of '82af7f1dab568c2a359aaecca4e31e650063e1c1'2008-04-25, by Sadrul Habib Chowdhury
-
Move 2 of the 5 pixels' padding between paragraphs to above the line.2008-04-24, by Will Thompson
-
echo -n is not portable, and OSX has libtoolize installed as glibtoolize2008-04-24, by Stu Tomlinson
-
I missed 2 aim_putsnac() calls which needed to be removed for 2e791da1.2008-04-24, by Evan Schoenberg
-
Fixed the final stragglers in need of byte_stream_destroy()2008-04-24, by Evan Schoenberg
-
Used byte_stream_destroy(), added in 2e791da1fb1cfd6b751a0cef01aa83dc89692051,2008-04-24, by Evan Schoenberg
-
All SNACs on FLAP channel 2 except in the auth family are now sent through2008-04-24, by Evan Schoenberg
-
Make the labels in the minidialogs selectable.2008-04-25, by Sadrul Habib Chowdhury
-
Patch from Dylan Simon to fix a compile error when compiling from a2008-04-24, by Sadrul Habib Chowdhury
-
merge of '9448aec0bc0e0168e10e0a3991bfbfe716de6c86'2008-04-24, by Sadrul Habib Chowdhury
-
Patch from Dylan Simon <dylan@dylex.net> to fix handling escape key2008-04-24, by Sadrul Habib Chowdhury
-
Fix setting "show offline" for buddy list nodes so it takes immediate2008-04-23, by Stu Tomlinson
-
Allow changing to or from an empty password when the protocol specifies2008-04-23, by Stu Tomlinson
-
Prompt for silc private key passphrase if it is not saved for the account2008-04-23, by Stu Tomlinson
-
Fix for changing silc private key passphrase to or from the empty string,2008-04-23, by Stu Tomlinson
-
Leak fix2008-04-23, by Stu Tomlinson
-
Keep valgrind happy by zeroing out the tm struct before we stuff our2008-04-23, by Stu Tomlinson
-
UTF-8 friendly password truncation2008-04-23, by Stu Tomlinson
-
Leak fixes2008-04-23, by Stu Tomlinson
-
Don't access uninitialized memory (I think this might actually fix some2008-04-23, by Stu Tomlinson
-
merge of '95a44af48cc13a9cd6373ef1b011acd7d2b95e98'2008-04-23, by Sadrul Habib Chowdhury
-
Add the recent perl callback changes to ChangeLog.API.2008-04-23, by Etan Reisner
-
merge of '52e841c96296ab164c2be839e9d404dc1f9a6a9e'2008-04-23, by Etan Reisner
-
Shut up two compiler warnings about discarding qualifiers.2008-04-22, by Etan Reisner
-
Give a name to the statusbox button so that it can be accessible by2008-04-23, by Sadrul Habib Chowdhury
-
Return FALSE when nothing changes after an attempted tab-completion.2008-04-23, by Sadrul Habib Chowdhury
-
Fix a crash which I think happens when the same buddy is in the buddylist2008-04-23, by Sadrul Habib Chowdhury
-
Use the same fix for Purple::Util::fetch_url (from 4b6378d5e) for2008-04-23, by Sadrul Habib Chowdhury
-
Leak fix. I think. At least valgrind stopped crying about it and nothing2008-04-22, by Stu Tomlinson
-
Leak fix. This is probably quite serious if you have busy chats on your2008-04-22, by Stu Tomlinson
-
Ignore token_status_account on account-specific status boxes. This should2008-04-22, by Sadrul Habib Chowdhury
-
Expose Purple::Prefs::get_children_names to perl plugins.2008-04-20, by Sadrul Habib Chowdhury
-
Smiley insertions can be undone with this fix. References #5577. But redo2008-04-20, by Sadrul Habib Chowdhury
-
Add sendbutton.c to POTFILES.in.2008-04-19, by Richard Laager
-
It appears that Yahoo! Japan has disabled protocol 0x0c and now require 0x0f.2008-04-19, by John Bailey
-
Based on some discussion in devel@conference.pidgin.im build and install the2008-04-19, by Etan Reisner
-
Fix Purple::Util::fetch_url to correctly accept a callback in any of the2008-04-19, by Etan Reisner
-
Stop restoring conversation window locations on !Windows, I wasn't aware this2008-04-18, by Etan Reisner
-
Add a plugin to add a Send button to the conversation windows, users of tablet2008-04-18, by Etan Reisner
-
merge of '61d502ea8377846692aea9189056d7c134660277'2008-04-17, by Sadrul Habib Chowdhury
-
Add missing newline to debug message. Fixes #5546.2008-04-17, by Daniel Atallah
-
merge of '946d948a1aa4270fa46dabca767e9d727d4519eb'2008-04-17, by Mark Doliner
-
When reciving our buddy list on MSN, add people to the permit and2008-04-17, by Mark Doliner
-
Fix an issue with formatting in Bonjour messages. It looks like it has been2008-04-17, by Daniel Atallah
-
Fix a null pointer deref (hopefully). I haven't been able to consistently2008-04-16, by Daniel Atallah
-
Don't try to enable our server-stored buddylist if we receive an error2008-04-16, by Mark Doliner
-
Don't remove the PurpleBuddy from our buddy list if we don't send them2008-04-16, by Mark Doliner
-
Super minor documentation improvement2008-04-16, by Mark Doliner
-
I'm an idiot and forgot to escape my apostrophe. This took *way* too long2008-04-16, by John Bailey
-
Attempt to make it a bit more obvious that people need to have half a clue2008-04-16, by John Bailey
-
I've seen intermittent crashes on xmpp file transfers in this code, but I2008-04-16, by Evan Schoenberg
-
The warning string for plaintext auth over an unencrypted connection is found2008-04-15, by Evan Schoenberg
-
merge of '40b061a8675f87ba328a5a07734084fdd7f3006a'2008-04-15, by Evan Schoenberg
-
Patch from vladb to remove a C++ protected word ("namespace") from win32 libpurple code. Fixes #54712008-04-15, by Daniel Atallah
-
I don't consider this an error.2008-04-14, by Mark Doliner
-
Patch from Gaul to plug a small leak, with an additional fix to free2008-04-17, by Sadrul Habib Chowdhury
-
Add a 'Jump to markerline' option in the conversation window menu to2008-04-14, by Sadrul Habib Chowdhury
-
Include finch.h instead of internal.h2008-04-13, by Sadrul Habib Chowdhury
-
merge of '8ac2f1461dd4df5ba43e8c0399b59451b3c549e6'2008-04-13, by Sadrul Habib Chowdhury
-
Destroy the tooltip when a group in the buddylist is expanded or collapsed2008-04-13, by Sadrul Habib Chowdhury
-
When you try to execute a command (e.g., /part etc.) in a chat on a2008-04-13, by Sadrul Habib Chowdhury
-
Do not crash from commands in a disconnected chat. Fixes #52082008-04-13, by Sadrul Habib Chowdhury
-
Do not show tooltips for <HR> or <IMG>s in gtkimhtml. Fixes #5480.2008-04-13, by Sadrul Habib Chowdhury
-
Remove the "Use GSSAPI (Kerberos v5) for authentication" xmpp preference,2008-04-15, by Evan Schoenberg
-
Add Iain MacDonnell to COPYRIGHT; references #5205.2008-04-13, by Will Thompson
-
Add Jeffery Brown to COPYRIGHT. References #4905.2008-04-12, by Will Thompson
-
Handle IRC ban lists in-channel. Channels which are not joined are2008-04-12, by Ethan Blanton
-
nosnilmot pointed out that this error message seemed to be wrong. I agree2008-04-12, by John Bailey
-
merge of '37d6f8af593bffa17bba1823a3c5a8612bcfdf18'2008-04-12, by Ethan Blanton
-
Put the recent configure.ac changes in the ChangeLog. I may have been a bit2008-04-12, by John Bailey
-
Patch from Maiku: "When the buddy list is set to sort contacts by status,2008-04-12, by Will Thompson
-
Modified version of a patch from "dseven" to prevent crashing on NULL topics2008-04-12, by Will Thompson
-
Strip mIRC formatting codes from PART and QUIT messages.2008-04-12, by Ethan Blanton
-
Patch from Jeffery Brown to set the idle uiops on OS X when IOKit is available.2008-04-12, by Will Thompson
-
Pass something useful as the 'who' parameter to purple_conv_im_write for2008-04-12, by Will Thompson
-
German translation update2008-04-12, by Jochen Kemnade
-
Use an event-box instead of a button for the link, and change the cursor2008-04-12, by Sadrul Habib Chowdhury
-
Use the desired cursor, instead of always using GDK_WATCH.2008-04-12, by Sadrul Habib Chowdhury
-
Patch from fmoo to make double-clicking or hitting enter on a chatroom user2008-04-11, by Will Thompson
-
Make plugin website URLs clickable; it's a button with blue underlined text.2008-04-11, by Will Thompson
-
Make the cap plugin disabled by default. As usual, anyone who disagrees or2008-04-11, by John Bailey
-
Make the gevolution plugin disabled by default. Again, if anyone disagrees2008-04-11, by John Bailey
-
Massage some plugin metadata to look better with the fixed up description pane.2008-04-11, by Will Thompson
-
Improve the layout of the plugin description pane.2008-04-11, by Will Thompson
-
I've personally seen a few people have problems because they tried to build2008-04-11, by John Bailey
-
Icons from hbons2008-04-09, by Sean Egan
-
merge of '9f17f49ab8d29559a62b77fe6aa5bdefdb6dedfc'2008-04-09, by Sadrul Habib Chowdhury
-
German translation update2008-04-08, by Jochen Kemnade
-
Show better status text for file transfers.2008-04-09, by Sadrul Habib Chowdhury
-
merge of '47385c29904d4755361546c34319cf036d5a8723'2008-04-05, by Sadrul Habib Chowdhury
-
Update the sample gtkrc-2.0 file for the nick-color and typing notification settings.2008-04-05, by Sadrul Habib Chowdhury
-
Some leak fixes for the gtkrc-ed nicks in conversation history.2008-04-05, by Sadrul Habib Chowdhury
-
Customize/disable the typing notification from gtkrc-2.0.2008-04-05, by Sadrul Habib Chowdhury
-
update German translation2008-04-05, by Jochen Kemnade
-
merge of 'b2b2efabbafab6588e02ceb16509419dcb0c79e9'2008-04-04, by Sadrul Habib Chowdhury
-
Documentation changes2008-04-04, by Mark Doliner
-
merge of '7477b26751dbf08e918a1f300fbd2697dd0c6369'2008-04-04, by Etan Reisner
-
Add a little safety... just in case someone imgstores 13 million or2008-04-04, by Mark Doliner
-
Better documentation.2008-04-03, by Mark Doliner
-
constify the return value from purple_notify_user_info_entry_get_label2008-04-03, by Mark Doliner
-
Minor comment change2008-04-03, by Mark Doliner
-
Only call oscar_format_screenname() on connecting if we need to2008-04-03, by Mark Doliner
-
Correct some help strings for Jabber slash commands2008-04-03, by Mark Doliner
-
It is good when documentation matches reality. I figured all the other env2008-04-03, by Etan Reisner
-
Make ./configure fail immediately if requirements for enabled options are2008-04-02, by Stu Tomlinson
-
Remove a legacy preference for GnuTLS2008-04-02, by Stu Tomlinson
-
Fix our D-Bus version requirement2008-04-02, by Stu Tomlinson
-
autoconf started crying at me about "possibly undefined macro: PKG_CHECK_MODULES"2008-04-02, by Stu Tomlinson
-
Add number of occupants to the tooltip for chats. Fixes #33462008-04-02, by Stu Tomlinson
-
merge of '46c04c030c2aa142a50b7757576a659b2a5bb670'2008-04-02, by Timo Jyrinki
-
bumpy bumpy bumpy, we released 2.4.1, la la la2008-04-02, by Stu Tomlinson
-
merge of '2eb97f7d46ac5955e6a217661513d28e3b5ce060'2008-04-01, by Sadrul Habib Chowdhury
-
Updated patch from Justin 'Jaywalker' Williams to discard messages from spambots in msim. Closes #5143.2008-04-01, by Sadrul Habib Chowdhury
-
Ugly hackery to support INSTALL_PIXMAPS for the win32 build.2008-03-31, by Daniel Atallah
-
Slovenian transalation updated (Martin Srebotnjak)2008-03-31, by Stu Tomlinson
-
I think this syntax is more correct2008-03-31, by Stu Tomlinson
-
merge of 'd03002b3fa5879fb55633bb3732e3cfaa5ec488f'2008-03-31, by Stu Tomlinson
-
Changelog some win32 stuffs.2008-03-31, by Daniel Atallah
-
John and Stu looked lonely, and I suppose I should NEWS at some point.2008-03-31, by Will Thompson
-
Make the new autogen.sh behave more like the old one - run glib-gettextize,2008-03-31, by Stu Tomlinson
-
Hush you noisy little script2008-03-31, by Stu Tomlinson
-
2.4.1 is over there, on the horizon2008-03-31, by Stu Tomlinson
-
If the default setting is enabled for options to ./configure, the help2008-03-31, by Stu Tomlinson
-
Push a 2.4.1 image I managed to create out of the old one. It would be2008-03-31, by Kevin Stange
-
Consider me adequately NEWS'd.2008-03-31, by John Bailey
-
Make some more things static2008-03-31, by Stu Tomlinson
-
Make x509_singleuse static2008-03-31, by Stu Tomlinson
-
We should release 2.4.1 tomorrow. I want to do it in the morning, but lots2008-03-31, by Stu Tomlinson
-
Romanian translation updated (Mişu Moldovan)2008-03-31, by Stu Tomlinson
-
Slovak translation updated (loptosko)2008-03-31, by Stu Tomlinson
-
Macedonian translation updated (Арангел Ангов)2008-03-31, by Stu Tomlinson
-
ChangeLog the Hungarian translation update2008-03-31, by Stu Tomlinson
-
Thanks for pointing this out, grim.2008-03-30, by John Bailey
-
German copyright year update2008-03-30, by Björn Voigt
-
Hungarian translation for 2.4.12008-03-30, by Kelemen Gábor
-
I always forget we use 'm4macros' here instead of 'm4'.2008-03-30, by John Bailey
-
A more verbose autogen.sh that Gary and I have been using for Guifications2008-03-30, by John Bailey
-
For the few of us who wanted it, I bring back --disable-nls! It may not be2008-03-30, by John Bailey
-
Czech translation updated (David Vachulka)2008-03-30, by Stu Tomlinson
-
Fix typos, make the used language better also otherwise, add new strings.2008-04-02, by Timo Jyrinki
-
use XGETTEXT_ARGS=--no-location for Finnish PO file2008-03-30, by Timo Jyrinki
-
merge of '53edb29d14535c12ae8ee014087912100cdc49ad'2008-03-30, by Stu Tomlinson
-
Updated Catalan translation.2008-03-30, by Josep Puigdemont
-
I'm tired of installing pixmap data that almost never changes. I'm so tired of2008-03-30, by John Bailey
-
ChangeLog the Catalan translation update2008-03-30, by Stu Tomlinson
-
Belarusian Latin translation updated again (Ihar Hrachyshka)2008-03-29, by Stu Tomlinson
-
Russian translation updated again (Dmitry Beloglazov)2008-03-29, by Stu Tomlinson
-
Spanish translation updated (Javier Fernández-Sanguino)2008-03-29, by Stu Tomlinson
-
patch from Maiku to ignore non-messenger contacts, fixes #33052008-03-29, by Ka-Hing Cheung
-
some other mobile stuff that Maiku fixed, fixes #23592008-03-28, by Ka-Hing Cheung
-
another patch from Maiku that "Properly identifies users you have the mobile2008-03-27, by Ka-Hing Cheung
-
Printf warning fixes.2008-03-27, by Daniel Atallah
-
per daniel, this is the correct fix to cross compiling with gcc 4.x2008-03-27, by Gary Kramlich
-
ChangeLog the Swedish translation update2008-03-26, by Stu Tomlinson
-
Updated Swedish translation.2008-03-26, by Peter Hjalmarsson
-
Add a mnemonic to the Italian translation of Send To and remove the fuzzy2008-03-26, by Stu Tomlinson
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)2008-03-26, by Stu Tomlinson
-
Fix animated icons that have been right-clicked causing crashes when the imhtml is destroyed. Fixes #5217.2008-03-26, by Daniel Atallah
-
Dutch translation updated (Daniël Heres)2008-03-25, by Stu Tomlinson
-
Hebrew translation updated (Shalom Craimer)2008-03-25, by Stu Tomlinson
-
Russian translation updated (Dmitry Beloglazov)2008-03-25, by Stu Tomlinson
-
Belarusian Latin translation updated (Ihar Hrachyshka)2008-03-25, by Stu Tomlinson
-
Esperanto translation updated (Stéphane Fillod)2008-03-25, by Stu Tomlinson
-
Chinese (Traditional) translation updated (Ambrose C. Li)2008-03-25, by Stu Tomlinson
-
Estonian translation updated (Ivar Smolin)2008-03-25, by Stu Tomlinson
-
Arabic translation updated (Khaled Hosny)2008-03-25, by Stu Tomlinson
-
Update the translations changelog2008-03-25, by Stu Tomlinson
-
Update fi.po for Pidgin 2.4.1.2008-03-25, by Timo Jyrinki
-
Update french translation for 2.4.1 release.2008-03-25, by Éric Boumaour
-
German update: fixed some double defined keyboard shortcuts2008-03-24, by Björn Voigt
-
German update2008-03-24, by Björn Voigt
-
Add purple_network_listen_map_external() to the deprecated list. I guess I didn't commit this.2008-03-24, by Daniel Atallah
-
printf format warning fixes.2008-03-24, by Daniel Atallah
-
Patch from ccpaging to clean up some QQ stuff. I removed the now commented2008-03-24, by Ka-Hing Cheung
-
merge of '86b04a102905cb20d3279090e84cdeffd30e95bc'2008-03-21, by Stu Tomlinson
-
New XMPP icons from hbons2008-03-21, by Sean Egan
-
nosnilmot thought this should be changelog'd2008-03-21, by Daniel Atallah
-
German translation update2008-03-21, by Jochen Kemnade
-
Undo the AC_CHECK_HEADERS_ONCE thing, since it requires a fairly new2008-03-21, by Mark Doliner
-
who in the right mind uses 8 space tab?2008-03-21, by Ka-Hing Cheung
-
another patch from Maiku, this time handling IPG so we can receive paging.2008-03-21, by Ka-Hing Cheung
-
Another patch from Maiku that improves the way we send mobile messages, this2008-03-21, by Ka-Hing Cheung
-
merge of '72c6d2dad88b0353a473a6e6398fc42ad3972716'2008-03-21, by Ka-Hing Cheung
-
Improved some of the debug output from nat-pmp2008-03-21, by Evan Schoenberg
-
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head b018bfb95aeaf0bd6b4cc353965bd3431891dec9)2008-03-20, by Jeffrey Connelly
-
merge of '3161d3b09a1cb0dfe2a905306fbe19a6e76f5531'2008-03-20, by Etan Reisner
-
If the default value of a list-single or list-multi data forms field is NULL2008-03-20, by Etan Reisner
-
This broke building perl, finding EXTERN.h breaks without the PERL_CFLAGS2008-03-19, by Etan Reisner
-
merge of 'c8a7475750a83a32c26d2f40066500a948844beb'2008-03-19, by Etan Reisner
-
merge of '43597c046102d28beb11884ac70e89943a1b1466'2008-03-05, by Etan Reisner
-
merge of '541f6529c3dbec16782707ce37eb8206f95fc92e'2008-03-04, by Etan Reisner
-
Change up the Add Budy dialog a little bit, this hopefully makes it a bit2008-02-29, by Etan Reisner
-
merge of '4b63bba84183d38714730df5a11d191e0c02163a'2008-02-29, by Etan Reisner
-
merge of 'f14958459e9f62fd8c988e1317019c10a0fddf06'2008-02-28, by Etan Reisner
-
Bring the test.pl plugin at least theoretically up to date (I haven't tried it2008-02-27, by Etan Reisner
-
Add this back, the merge lost it.2008-02-27, by Etan Reisner
-
merge of '662b18e22ed66890ffcb81db34c948405b31f4c7'2008-02-27, by Etan Reisner
-
merge of '3195166356877e091e9b3d663bc03f7682ed3a17'2008-02-27, by Etan Reisner
-
Register and unregister the PurpleConnectionErrorInfo pointers with dbus, I2008-02-26, by Etan Reisner
-
In msimprpl, when converting point size and MySpaceIM-markup font size,2008-03-20, by Jeffrey Connelly
-
propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)2008-03-18, by Sadrul Habib Chowdhury
-
Introduce API for GtkIMHtmlSmiley. Use this to prevent leaking remote custom emoticons.2008-03-18, by Sadrul Habib Chowdhury
-
Fix setting display picture/avatar in msnp14. Thanks to Twain28 for reporting the bug. References #1187.2008-03-14, by Sadrul Habib Chowdhury
-
The patch to msn to allow sending custom smileys. Doesn't send all the custom smileys correctly at the moment. References #1187.2008-03-07, by Sadrul Habib Chowdhury
-
Make it simple to create a stored-image from a filename.2008-03-07, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 6ff3e48f37ce327ca03e8d3394cac62e40b6fe05)2008-03-07, by Sadrul Habib Chowdhury
-
Fix protocolhandler invocation. Fixes #52482008-03-19, by Daniel Atallah
-
Use the new cyrus-sasl package containing msvcrt dependent MIT gssapi libraries.2008-03-18, by Daniel Atallah
-
Uninitialize the python interpreter only if gnt started it. This fixes a crash when quitting pygnt apps.2008-03-18, by Sadrul Habib Chowdhury
-
merge of '058ee765cda4210b0bbd2e709b93a6e8bd956b21'2008-03-17, by Stu Tomlinson
-
gtk_window_has_toplevel_focus() is new in Gtk 2.4, making pidgin_auto_parent_window()2008-03-17, by Stu Tomlinson
-
G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here2008-03-17, by Stu Tomlinson
-
gdk_display_get_name() and gdk_display_get_default() are new in Gtk 2.22008-03-17, by Stu Tomlinson
-
gtk_event_box_set_visible_window() is new in Gtk 2.42008-03-17, by Stu Tomlinson
-
Fix compiling on older Glib where G_GSSIZE_FORMAT is not defined2008-03-17, by Stu Tomlinson
-
Use purple_str_has_prefix which provides backwards compatibility with older2008-03-17, by Stu Tomlinson
-
Fix compiling on older Glib where G_GSIZE_MODIFIER is not defined2008-03-17, by Stu Tomlinson
-
Limit the text input area to half the conversation's height.2008-03-17, by Will Thompson
-
Revert the dependency on gstreamer-0.10 >= 0.10.10, falling back to the SIGALRM2008-03-17, by Will Thompson
-
Change a bunch of calls of AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.2008-03-17, by Mark Doliner
-
Fix a problem with our configure check for sys/sysctl.h on OpenBSD 4.2.2008-03-17, by Mark Doliner
-
Fix a printf argument order bug uncovered by the fantastic G_GNUC_PRINTF2008-03-17, by Stu Tomlinson
-
merge of 'c2f80865e78beb384f2dec792cac08ac44cf4eea'2008-03-17, by Stu Tomlinson
-
I think "Yes" and "No" are better answers to "Would you like to merge these2008-03-17, by Stu Tomlinson
-
Michael Ruprecht aka Maiku fixed #52102008-03-21, by Ka-Hing Cheung
-
never decrease the height by less than half a line, fixes the jumping issue2008-03-17, by Ka-Hing Cheung
-
merge of '0caa39824f21f7f7dd7abf1462fbc769730120de'2008-03-16, by Mark Doliner
-
Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()2008-03-16, by Mark Doliner
-
Set G_GNUC_PRINTF(2, 3) on our debug functions. This sets the 'format'2008-03-16, by Mark Doliner
-
scale & round the buddy icon in the buddy list before making it square, so2008-03-16, by Stu Tomlinson
-
merge of '6db190b488381b25d0ad373ee417bc219d49b6bf'2008-03-15, by Sadrul Habib Chowdhury
-
merge of '212ddad0deea54f08e3194c79d2a60584f60d855'2008-03-15, by Sadrul Habib Chowdhury
-
Danny Baumann pointed out that the status box menu should have the appropriate2008-03-15, by Will Thompson
-
hu.po: Hungarian translation updated.2008-03-15, by Kelemen Gábor
-
update German "translation"2008-03-15, by Jochen Kemnade
-
Verify that session->account->password is not NULL before passing it to strlen()2008-03-14, by Evan Schoenberg
-
Add docs to PurpleStoredImage so that doxygen links to it show up2008-03-13, by Will Thompson
-
This should fix the 1px bug. If someone still sees this bug after this change, please let me know.2008-03-15, by Sadrul Habib Chowdhury
-
merge of '409dce18b3381a807c9f3a692d19bc38e55ecf2b'2008-03-13, by Will Thompson
-
Move the tooltip to the left of the buddylist if there's not enough room to show it on the right.2008-03-12, by Sadrul Habib Chowdhury
-
merge of '5d1e097eb7e127d7b1bc269ee71992478f79a182'2008-03-13, by Stu Tomlinson
-
merge of 'c27bb03d64e205ff26669ccc173b7429cad093eb'2008-03-13, by Stu Tomlinson
-
Leak fix from SF bug #1407047 which actually had a patch attached (on 2006-01-17 !)2008-03-13, by Stu Tomlinson
-
merge of '1a03b83dbe8f941cb6de4ed3659bf7b2335d642d'2008-03-13, by Stu Tomlinson
-
Fix a memory leak2008-03-13, by Stu Tomlinson
-
Change these oscar protocol menu actions to use "web" instead of "URL."2008-03-12, by Mark Doliner
-
More gevolution fixes for the prpl-oscar -> prpl-aim/icq split2008-03-13, by Stu Tomlinson
-
Fix for accessing uninitialized memory2008-03-13, by Stu Tomlinson
-
Update gevolution plugin with support for the new protocol ids for AIM &2008-03-12, by Stu Tomlinson
-
Fix multiple memory leaks2008-03-12, by Stu Tomlinson
-
Make SILC errors disconnect the account and reduce unwanted notify dialogs.2008-03-12, by Stu Tomlinson
-
Fix a couple of memory leaks2008-03-12, by Stu Tomlinson
-
Fix a memory leak2008-03-12, by Stu Tomlinson
-
merge of '1ba8fbd2ac54a6b25df759681a854ccc43e6abff'2008-03-11, by Evan Schoenberg
-
Only allow one keepalive_timeout at a time. This prevents us from starting a2008-03-11, by Evan Schoenberg
-
GDK_WINDOW_TYPE_HINT_TOOLTIP is new with Gtk 2.102008-03-11, by Stu Tomlinson
-
Set the TOOLTIP hint on imhtml link tooltips. Thanks to Danny Baumann for2008-03-11, by Will Thompson
-
Remove duplicated docs for _varg variants of request functions; correct and2008-03-11, by Will Thompson
-
Make PurpleAccount's documentation actually show up; also, sprinkle some2008-03-11, by Will Thompson
-
When Andrew was working on the memleak fixes, he pondered why buffer was2008-03-09, by Ka-Hing Cheung
-
some memleak fixes from Andrew Gaul again:2008-03-09, by Andrew Gaul
-
merge of '2df22d7ed44f0ccc912fc22ea2e0389c0e445b6f'2008-03-09, by Stu Tomlinson
-
Some AIM screen names have periods in them, but it's like impossible2008-03-09, by Mark Doliner
-
Fix Topic in chat node tooltips, and turn on using the transient chat node2008-03-09, by Stu Tomlinson
-
Make "Show when offline" work on group nodes too, which sets the flag for2008-03-09, by Stu Tomlinson
-
Escape conversation title for use in infopane so that ampersands don't2008-03-09, by Stu Tomlinson
-
Avoid a compile warning when building with NetworkManager support because2008-03-09, by Stu Tomlinson
-
Improve "Get Info" parsing on MSN - ignore all URLs in fields instead of2008-03-09, by Stu Tomlinson
-
Increase XMPP ping timeout from 20s to 120s2008-03-08, by Ethan Blanton
-
merge of '83a8dbf04d73ded7b026f8b63a26f5656d8fb25b'2008-03-08, by Sadrul Habib Chowdhury
-
another update for the German translation2008-03-07, by Jochen Kemnade
-
This is pretty important for our 7 zephyr users.2008-03-07, by Mark Doliner
-
merge of '6b600951723c4797bafdc840f751b75c3f0f95af'2008-03-07, by Mark Doliner
-
Add some notable items to the ChangeLog2008-03-07, by Stu Tomlinson
-
Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.2008-03-07, by Sadrul Habib Chowdhury
-
merge of '1aa8a701c81527c4f91549a4546a54262fccce6d'2008-03-07, by Sadrul Habib Chowdhury
-
Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently2008-03-07, by Ethan Blanton
-
This fixes some cases of the 1-px height bug.2008-03-07, by Sadrul Habib Chowdhury
-
finch port of e4b22781 ('Tell gstreamer not to fork').2008-03-06, by Sadrul Habib Chowdhury
-
German translation update2008-03-06, by Jochen Kemnade
-
merge of '372b94fab52b770bd853506200652575d0588539'2008-03-06, by Sadrul Habib Chowdhury
-
Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.2008-03-06, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)2008-03-05, by Sadrul Habib Chowdhury
-
Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made2008-03-06, by Will Thompson
-
Patch #3874 from beret. There was a similar patch #2712 from rschnz,2008-03-06, by Mark Doliner
-
I realized that I don't like initializing variables when I declare2008-03-06, by Mark Doliner
-
Fix a missing a comma2008-03-06, by Mark Doliner
-
Bring back the lines that free info.whatever on subsequent calls to2008-03-05, by Mark Doliner
-
merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'2008-03-05, by Mark Doliner
-
Improve our error handling of Gnome proxy settings.2008-03-05, by Mark Doliner
-
Short circuit and return out of the function early if gconftool-22008-03-05, by Mark Doliner
-
disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'2008-03-05, by Mark Doliner
-
These things are always NULL, so these if statements are never triggered2008-03-05, by Mark Doliner
-
Fixed bug in which Yahoo contacts were erroneously considered to be blocked,2008-03-05, by Evan Schoenberg
-
Prefer more available resources to less available ones when priorities are the same. Fixes #5079.2008-03-04, by Evan Schoenberg
-
Correct documentation in --help and man page for -l command line option.2008-03-04, by Stu Tomlinson
-
Move the status note parsing into a separate function, which I think2008-03-04, by Mark Doliner
-
Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.2008-03-03, by Bartoz Oler
-
Make sure we tell stuff that oscar supports offline messages for AIM2008-03-03, by Mark Doliner
-
Fix a crash in the zephyr normalize function that I added when gc is2008-03-03, by Mark Doliner
-
Fix coverity CID 382: Remove an unused variable2008-03-03, by Mark Doliner
-
I believe this fixes Coverity 383:2008-03-03, by Mark Doliner
-
Switch to using "username" instead of "screen name." I really really2008-03-03, by Mark Doliner
-
serv_got_joined_chat() emits "chat-joined" but it also calls2008-03-03, by Ka-Hing Cheung
-
merge of '2b67a6080c2cabe152977731157b424f9e83dd5c'2008-03-02, by Kevin Stange
-
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head bd0e8a231d64a1834cf27ddf420ece1cd9889327)2008-03-02, by Jeffrey Connelly
-
In msimprpl, allow some levels of nested bold/italic/underline formatting.2008-03-02, by Jeffrey Connelly
-
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'2008-03-02, by Sadrul Habib Chowdhury
-
merge of 'd1ef38716fb62522b4d8ce47ed39d9e34d2b2c77'2008-03-02, by Sadrul Habib Chowdhury
-
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'2008-03-02, by Jeffrey Connelly
-
Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!2008-03-01, by Kevin Stange
-
Allow translation/transliteration foo in the plugin window tooltip.2008-03-02, by Sadrul Habib Chowdhury
-
Truncate password to 16 characters on MSN, before encoding.2008-02-29, by Stu Tomlinson
-
Merge 2 "if ENABLE_GTK" sections2008-02-29, by Stu Tomlinson
-
Minor whitespace cleanup2008-02-29, by Stu Tomlinson
-
do what now?2008-02-29, by Ethan Blanton
-
Document PurpleEventLoopUiOps and associated misc.2008-02-29, by Will Thompson
-
Fixes #49482008-02-29, by Stu Tomlinson
-
Fix building with glib < 2.62008-02-29, by Stu Tomlinson
-
Bump!2008-02-29, by Stu Tomlinson
-
NEWS!2008-02-29, by Stu Tomlinson
-
Fixes a memleak:2008-02-29, by Andrew Gaul
-
merge of '6694efeab877d30da766aff29ae0e59bad4860fd'2008-02-29, by Stu Tomlinson
-
Patch from Qulogic that fixes #4951 by making sure that the buffer is NUL-2008-02-29, by Ka-Hing Cheung
-
Final changes for 2.4.0, release imminent (for some definition of imminent)2008-02-29, by Stu Tomlinson
-
Enable SASL support for xmpp in the win32 build.2008-02-29, by Daniel Atallah
-
Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile.2008-02-29, by Daniel Atallah
-
(17:59:47) stu.tomlinson: khc: say something random2008-02-29, by Ka-Hing Cheung
-
NEWS2008-02-29, by Sadrul Habib Chowdhury
-
NEWSing2008-02-29, by John Bailey
-
- Remove --with-howl options as we no longer support using howl for bonjour2008-02-28, by Stu Tomlinson
-
Silence errors during RPM installation when gtk-update-icon-cache does not2008-02-28, by Stu Tomlinson
-
Add Sinhala language and translator to Help -> About. I promise to try to2008-02-28, by Stu Tomlinson
-
German translation was also updated2008-02-28, by Jochen Kemnade
-
French translation updated (Éric Boumaour)2008-02-28, by Stu Tomlinson
-
Finnish translation updated (Timo Jyrinki)2008-02-28, by Stu Tomlinson
-
Greek translation updated (Bouklis Panos)2008-02-28, by Stu Tomlinson
-
Hebrew translation updated (Shalom Craimer)2008-02-28, by Stu Tomlinson
-
Slovak translation updated (loptosko)2008-02-28, by Stu Tomlinson
-
Arabic translation updated (Khaled Hosny)2008-02-28, by Stu Tomlinson
-
Fix errors in translations2008-02-28, by Stu Tomlinson
-
Belarusian Latin translation updated (Ihar Hrachyshka)2008-02-28, by Stu Tomlinson
-
Dutch translation updated (Daniël Heres)2008-02-28, by Stu Tomlinson
-
Vietnamese translation updated (Clytie Siddall)2008-02-28, by Stu Tomlinson
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)2008-02-28, by Stu Tomlinson
-
Norwegian Bokmål translation updated2008-02-28, by Stu Tomlinson
-
Polish translation updated (Emil Nowak)2008-02-28, by Stu Tomlinson
-
Spanish translation updated (Javier Fernández-Sanguino)2008-02-28, by Stu Tomlinson
-
Slovenian transalation updated (Martin Srebotnjak)2008-02-28, by Stu Tomlinson
-
Sinhala translation added (Danishka Navin)2008-02-28, by Stu Tomlinson
-
Fix showing a contact's log, and don't access struct internals2008-02-28, by Richard Nelson
-
merge of '6c2edffe33d42d0d4190eea6c634aa46a22ec2d0'2008-02-28, by Richard Nelson
-
Fixes an error detected by valgrind:2008-02-28, by Ka-Hing Cheung
-
Updated Swedish translation2008-02-28, by Peter Hjalmarsson
-
* Don't flag outgoing oscar messages as "offline deliverable" if the2008-02-28, by Mark Doliner
-
Disable invisible text things, if someone can conclusively prove this is2008-02-28, by Stu Tomlinson
-
Fix make distcheck2008-02-27, by Stu Tomlinson
-
Specify the base to convert from to prevent interpreting 0-prefixed client2008-02-27, by Stu Tomlinson
-
Add support for offline messages for AIM, thanks to some info from2008-02-27, by Mark Doliner
-
Patch from Jorge Villaseñor, treat the client id as unsigned so 0x800000002008-02-27, by Ka-Hing Cheung
-
merge of 'a4c768e127679f724617481cff7d907dab10463f'2008-02-27, by Ka-Hing Cheung
-
Mention the new API.2008-02-27, by John Bailey
-
Felipe is technically no longer retired :)2008-02-27, by John Bailey
-
This is part of a patch from felipec, also known as shx, that adds2008-02-27, by John Bailey
-
Add some things to the ChangeLog2008-02-26, by Stu Tomlinson
-
Give IRC channel owners the founder icon on networks that report supporting2008-02-26, by Stu Tomlinson
-
chomp chomp chomp chomp chomp chomp chomp chomp chomp chomp2008-02-26, by Stu Tomlinson
-
I'm going to pretend this solves all my problems, except I can't see how2008-02-26, by Stu Tomlinson
-
Use connect server as FQDN for SASL auth except when it is an IP address.2008-02-26, by Stu Tomlinson
-
This should fix the issue with persistent conversations getting closed all unexpected like.2008-02-25, by Sadrul Habib Chowdhury
-
merge of 'd7446f6ac5bc209e6a03852945edf2f8cecffe9f'2008-02-25, by Jeffrey Connelly
-
In msimprpl, support dynamically-allocated strings in message element names,2008-02-25, by Jeffrey Connelly
-
new about logo2008-02-27, by Sean Egan
-
merge of '26a24e2e90db8354c4d854df5f8e833e3d1086e3'2008-02-24, by John Bailey
-
Give credit where it's due for Gideon N. Guillen's Yahoo patch.2008-02-24, by John Bailey
-
merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'2008-02-24, by John Bailey
-
completed German translation for 2.4.02008-02-24, by Jochen Kemnade
-
merge of '7a17d421ad7600c57d0ecdb59f7881de03bf2027'2008-02-24, by John Bailey
-
Kill off some uses of account->gc.2008-02-22, by John Bailey
-
Don't call NULL callbacks. Fixes #49012008-02-22, by Stu Tomlinson
-
disapproval of revision 'fb186fe2307039838fc0d044506008a9eb2f8438'2008-03-01, by Sean Egan
-
the 2.10.10 check is wrong. if 0 this until it's figured out.2008-02-22, by Sean Egan
-
Plug some leaks caused by GtkTreePaths not being freed.2008-02-20, by Daniel Atallah
-
Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #47022008-02-20, by Daniel Atallah
-
updated German translation2008-02-19, by Jochen Kemnade
-
Attempt at a better error message.2008-02-25, by Sadrul Habib Chowdhury
-
Modified patch ('big_smiley_change.patch') from Mauro and Jorge (Masca) to2008-02-25, by Sadrul Habib Chowdhury
-
Fix a leak, and correct the docs.2008-02-25, by Sadrul Habib Chowdhury
-
Hide PurpleSmiley internals.2008-02-25, by Sadrul Habib Chowdhury
-
Add the smiley files for translation.2008-02-19, by Sadrul Habib Chowdhury
-
Make sure deleting one smiley doesn't accidentally delete a few others.2008-02-19, by Sadrul Habib Chowdhury
-
Make some functions static, plug a leak.2008-02-19, by Sadrul Habib Chowdhury
-
Revert some bits of the earlier patch not related to custom smileys.2008-02-19, by Sadrul Habib Chowdhury
-
Plug a leak.2008-02-19, by Sadrul Habib Chowdhury
-
Apply the custom smiley patches from #1187, from Jorge Villaseño (Masca) and2008-02-19, by Sadrul Habib Chowdhury
-
merge of '27ebb66171c1a1a757cd8d3e325c91e159b1d048'2008-02-18, by Jeffrey Connelly
-
Single clicking a menuitem should activate it.2008-02-17, by Sadrul Habib Chowdhury
-
merge of '679333d47d0d179f9027ef1c5f82a2eef5811b95'2008-02-17, by Sadrul Habib Chowdhury
-
Right-clicking on a widget should trigger the context-menu.2008-02-17, by Sadrul Habib Chowdhury
-
If the user sets a username (because they don't have one), and it succeeds,2008-02-18, by Jeffrey Connelly
-
In msimprpl, add msim_is_valid_username() to check whether a username2008-02-16, by Jeffrey Connelly
-
In msimprpl, define a new set of symbolic constants for the command to2008-02-16, by Jeffrey Connelly
-
In msimprpl, change to patch from Jaywalker regarding setting2008-02-16, by Jeffrey Connelly
-
In msimprpl, if the user signs in without any username set (this will happen2008-02-16, by Jeffrey Connelly
-
merge of '24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6'2008-02-16, by Jeffrey Connelly
-
I think it's reasonable to just say "don't do this".2008-02-16, by Will Thompson
-
Pull setting the urgent hint on the blist when it is unfocused into its own2008-02-16, by Will Thompson
-
Rework update_account_error_state to reuse existing mini-dialogs if they exist,2008-02-16, by Will Thompson
-
Don't clear account errors during account-error-changed emission. I can't2008-02-16, by Will Thompson
-
Fix the "Finch doesn't work" bug. More specifically, it turned out to be2008-02-14, by Stu Tomlinson
-
Fix setting vCard buddy icons when we don't have any other user info set.2008-02-14, by Stu Tomlinson
-
merge of '5e11f89fad2bba2d5ef3307befb618c9ca110561'2008-02-14, by Stu Tomlinson
-
Add get-attention.png, a toolbar icon from hbons that we can use later for2008-02-16, by Jeffrey Connelly
-
In msimprpl, for server-side contacts, first search for an existing group2008-02-14, by Jeffrey Connelly
-
merge of '29e93f056359d961762bcff9702089c1cf491fd0'2008-02-13, by Sadrul Habib Chowdhury
-
merge of 'a86cc370be80c0a0f0688ae2dec4f55775779fa1'2008-02-12, by John Bailey
-
'\n' (ctrl-j) should behave similar to '\r' (ctrl-m). Fixes #4833.2008-02-13, by Sadrul Habib Chowdhury
-
merge of '902c6324faa755dfbceafd40ebf88ef850d06c9b'2008-02-12, by Sadrul Habib Chowdhury
-
Bring back the "Close IMs immediately when the tab is closed" pref. As far2008-02-12, by Stu Tomlinson
-
propagate from branch 'im.pidgin.cpw.rekkanoryo.yahoop15ft' (head 722549d96d82fd56433f18b78bda898eef6a56ed)2008-02-12, by John Bailey
-
merge of '8d0a8e8a3f64465f6fe98c9344417e6f5f60cace'2008-02-11, by Jeffrey Connelly
-
Update COPYRIGHT for patches from #4790 and #2788.2008-02-11, by Jeffrey Connelly
-
A patch from oliver to speed up oscar's normalize function a little by2008-02-10, by Mark Doliner
-
merge of '74350098695c8021af246fd51aa5389109e8fa3b'2008-02-09, by Jeffrey Connelly
-
disapproval of revision '8bec06d2cd0a64ece46cb3cd73db9b085b91e161'2008-02-09, by Jeffrey Connelly
-
Ignore the recv/send flags when the system flag is set for a message.2008-02-12, by Sadrul Habib Chowdhury
-
Highlighted message color has a higher priority over an action message color.2008-02-12, by Sadrul Habib Chowdhury
-
merge of '39442c11d97da922ca44df85a3b376341c44f186'2008-02-09, by Sadrul Habib Chowdhury
-
merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'2008-02-09, by Jeffrey Connelly
-
merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'2008-02-09, by Sadrul Habib Chowdhury
-
Pidgin attention GUI from nok. Adds "Send Attention" to conversation2008-02-09, by Jeffrey Connelly
-
This may or may not fix a crash that may or may not affect the version of GTK+2008-02-09, by Etan Reisner
-
merge of '72a2b71dfe259097d115f67e0442fb44934ce686'2008-02-09, by Etan Reisner
-
Updated German translation2008-02-08, by Jochen Kemnade
-
Simplified version of the newest patch on #4533 to not try Yahoo protocol2008-02-06, by John Bailey
-
merge of 'c68bf74889268c55c15cf101e1d593966b55c2a9'2008-02-06, by Luke Schierer
-
Patch from oliver:2008-02-09, by Jeffrey Connelly
-
In msimprpl, if login fails, and the user's password is greater than2008-02-06, by Jeffrey Connelly
-
felipec noticed that this include was missing.2008-02-05, by Daniel Atallah
-
purple_status_type_new_with_attrs() must be NULL terminated. Finally all2008-02-04, by Stu Tomlinson
-
merge of '127e166396532169c471488d7be34927a0f32b39'2008-02-04, by Jeffrey Connelly
-
In msimprpl, use a PURPLE_STATUS_TUNE presence type to hold the "now playing"2008-02-04, by Jeffrey Connelly
-
Get rid of some privacy checking code from zephyr that is done in2008-02-03, by Mark Doliner
-
Kill off gc->prpl in the core everywhere but connection.c (when the struct2008-02-03, by John Bailey
-
Remove the privacy prpl callbacks in Zephyr since they're basically a2008-02-03, by Mark Doliner
-
Remove some empty PRPL callbacks2008-02-03, by Mark Doliner
-
Display buddies' phone numbers in the tooltip for MSN buddies if we have2008-02-03, by Stu Tomlinson
-
Fix the bug where mid-session notification server transfers end up with the2008-02-03, by Stu Tomlinson
-
The Gnome Human Interface Guidelines say, "if pressing this button by2008-02-03, by Mark Doliner
-
Mark some strings for translation2008-02-03, by Mark Doliner
-
Slightly cleaner2008-02-03, by Mark Doliner
-
Improve the spacing in Pidgin's certificate manager window2008-02-03, by Mark Doliner
-
Add the list of certificates in Pidgin's certificate manager to a2008-02-03, by Mark Doliner
-
I always forget something...2008-02-03, by Richard Nelson
-
fix unblocking2008-02-02, by Richard Nelson
-
Add a [X] Blocked item to the buddy context menu, and add a dialog to2008-02-02, by Richard Nelson
-
Make this clearer2008-02-02, by Richard Nelson
-
Add a finch log viewer. This is largely copied from Pidgin.2008-02-02, by Richard Nelson
-
Passing NULL to msn_user_set_friendly_name explodes, and msn_user_new is called2008-02-01, by Will Thompson
-
Rename 'add_buddies_in_permit' to 'add_all_buddies_to_permit_list'2008-02-01, by Mark Doliner
-
Our Yahoo! protocol has this crappy implementation where it tries2008-02-01, by Mark Doliner
-
In Pidgin's privacy dialog:2008-02-01, by Mark Doliner
-
Clean up a function2008-02-01, by Mark Doliner
-
Yahoo! has no permit list, so get rid of the add_permit and rem_permit prpl2008-02-01, by Mark Doliner
-
Don't tell the user to check the debug log if debug logging isn't enabled.2008-02-01, by Evan Schoenberg
-
Remove whitespace on empty lions2008-02-01, by Mark Doliner
-
Use the group passed into yahoo_add_buddy() instead of looking2008-01-31, by Mark Doliner
-
Get rid of yahoo_privacy_check and use purple_privacy_check directly.2008-01-31, by Mark Doliner
-
Update a comment. I think it was missing a word or three.2008-01-31, by Mark Doliner
-
Some very minor cleanup2008-01-31, by Mark Doliner
-
Update silc10 to use purple_connection_error_reason(), matching the uses in2008-01-31, by Will Thompson
-
Fix some minor 'make docs' errors. For some reason the callback2008-01-31, by Mark Doliner
-
Fix a crash when pressing backspace at a menu2008-01-31, by Richard Nelson
-
merge of '04e7d54475c3ddf91ad523e3e58521bc4fa59c85'2008-01-31, by Richard Nelson
-
Made account.c use purple_connection_get_prpl instead of gc->prpl.2008-01-31, by Eoin Coffey
-
Revert bfc4df11256d088d75b0512bb0c4790967b68b19 because the code is2008-01-31, by Mark Doliner
-
merge of '9d22bc3a3d82cb26e7196d41b472b81c7660274d'2008-01-29, by Jeffrey Connelly
-
From the gethostname() man page:2008-01-28, by Mark Doliner
-
One more g_idle_add call2008-01-28, by Mark Doliner
-
In msim_uid2username_from_blist(), return a static string as the documentation2008-01-29, by Jeffrey Connelly
-
Fix zap functionality in MySpaceIM.2008-01-27, by Jeffrey Connelly
-
Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)2008-01-27, by Mark Doliner
-
Stop unconditionally setting oscar's server-side preference "allow2008-01-27, by Mark Doliner
-
merge of '2e288b76540410af9b0ca21669ffb7e085633d59'2008-01-27, by Mark Doliner
-
Forgot the since tag here.2008-01-27, by Sadrul Habib Chowdhury
-
Update finch to not touch the internals of PurpleGroup.2008-01-27, by Sadrul Habib Chowdhury
-
Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.2008-01-27, by Sadrul Habib Chowdhury
-
Include finch.h from these files, instead of internal.h.2008-01-26, by Sadrul Habib Chowdhury
-
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.2008-01-26, by Sadrul Habib Chowdhury
-
Add accessor and update finch to not touch the internals of PurpleXfer.2008-01-26, by Sadrul Habib Chowdhury
-
Update finch to not touch the internals of PurpleConversation.2008-01-26, by Sadrul Habib Chowdhury
-
Add accessor and update finch to not touch the internals of PurpleConnection.2008-01-26, by Sadrul Habib Chowdhury
-
Add API so Finch doesn't need to touch the internals of PurpleBlistNode.2008-01-26, by Sadrul Habib Chowdhury
-
Update the ChangeLog.API for the buddylist managers.2008-01-26, by Sadrul Habib Chowdhury
-
merge of '0f37c6a913d5207fa0fa327f5b11b215c7d35926'2008-01-26, by Will Thompson
-
Make autogen.sh return a non-zero exit code when it fails so that2008-01-25, by Will Thompson
-
Use xdg-open instead of gnome-open, if possible. We might want to use2008-01-26, by Stu Tomlinson
-
If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH.2008-01-26, by Evan Schoenberg
-
merge of '468a779996a2b7c9313bb894084fb632307d35fc'2008-01-25, by Evan Schoenberg
-
disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'2008-01-25, by Evan Schoenberg
-
send_keepalive needs to return TRUE to ensure it'll get called again, and2008-01-25, by Stu Tomlinson
-
Kill this warning when using -Wstrict-prototypes:2008-01-25, by Stu Tomlinson
-
compile fix2008-01-25, by Stu Tomlinson
-
One more test. This is actually the one I cared about. It passes,2008-01-25, by Mark Doliner
-
merge of '7e6f3aa974ad4672e16bd0ac3839d416c87160f1'2008-01-25, by Sadrul Habib Chowdhury
-
Add a few tets to make sure we're catching some invalid email formats2008-01-25, by Mark Doliner
-
ChangeLog.API last_received2008-01-25, by Sean Egan
-
merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f'2008-01-25, by Sean Egan
-
merge of '4b11e0842d46778d47f4901ed6e00169c970471d'2008-01-24, by Mark Doliner
-
Fix some issues with the infopane and dragging when the infopane takes the2008-01-24, by John Bailey
-
Pay attention to the 'show_offline' setting for the buddylist.2008-01-24, by Sadrul Habib Chowdhury
-
Change purple_markup_html_to_xhtml() to convert <strong> tags to2008-01-24, by Mark Doliner
-
Init and uninit the buddylist managers at appropriate times.2008-01-23, by Sadrul Habib Chowdhury
-
Allow customizing the expander in the tree. This is mostly a hack ;)2008-01-23, by Sadrul Habib Chowdhury
-
merge of '310bb375db205bf93c93b7bdc96853f6f1832a5d'2008-01-23, by Sadrul Habib Chowdhury
-
updated German translation2008-01-23, by Jochen Kemnade
-
Add a meebo-like grouping, where online contacts show up under the default2008-01-23, by Sadrul Habib Chowdhury
-
We need to store the img in the hashtable only after we have removed the old2008-01-23, by Sadrul Habib Chowdhury
-
Some minor doc update.2008-01-23, by Sadrul Habib Chowdhury
-
Fix some small leaks when destroying a statusbox.2008-01-23, by Sadrul Habib Chowdhury
-
Changelog the grouping option.2008-01-23, by Sadrul Habib Chowdhury
-
When computing priority buddies for a contact, a buddy on an online account will always have a higher priority over a buddy on an offline account.2008-01-23, by Sadrul Habib Chowdhury
-
This is supposed to return the key, not the row itself.2008-01-23, by Sadrul Habib Chowdhury
-
Remember the selected grouping option.2008-01-22, by Sadrul Habib Chowdhury
-
Reconstruct the 'Grouping' menu when a blist manager is un/installed.2008-01-22, by Sadrul Habib Chowdhury
-
Add the plugin in the pot.2008-01-22, by Sadrul Habib Chowdhury
-
merge of '4ca258deda6a50b61f8431bb3a742805c180a583'2008-01-22, by Sadrul Habib Chowdhury
-
Mark some strings for translation.2008-01-22, by Sadrul Habib Chowdhury
-
Add a plugin to provide 'Online/Offline' grouping and no grouping.2008-01-22, by Sadrul Habib Chowdhury
-
Do not show a context menu for an unknown node.2008-01-22, by Sadrul Habib Chowdhury
-
Add a buddy list manager for finch. This allows plugins to show the buddylist2008-01-22, by Sadrul Habib Chowdhury
-
Function to get the parent key.2008-01-22, by Sadrul Habib Chowdhury
-
Add an accessor function for PurpleChat.2008-01-22, by Sadrul Habib Chowdhury
-
Add some accessor functions for PurpleBlistNode.2008-01-21, by Sadrul Habib Chowdhury
-
Undo revision accb4afcd6bbf17cf99d9aac0b4b448293190647. This should2008-01-21, by Mark Doliner
-
disapproval of revision 'd77adf1b9a4b44f121620f20e2643602e3f6776e'2008-01-21, by Mark Doliner
-
merge of '131ee6ac42d38162c4fce7a7200a0afa01aed6ce'2008-01-20, by Will Thompson
-
Fix for $(top_builddir) != $(top_srcdir)2008-01-20, by Björn Voigt
-
a2008-01-27, by Jeffrey Connelly
-
a2008-01-20, by Jeffrey Connelly
-
a2008-01-20, by Jeffrey Connelly
-
a2008-01-20, by Jeffrey Connelly
-
a2008-01-20, by Jeffrey Connelly
-
a2008-01-20, by Jeffrey Connelly
-
a2008-01-20, by Jeffrey Connelly
-
Fix (hopefully) the last problem in this function. Refs #3295.2008-01-19, by John Bailey
-
Perhaps using a lighter font-weight will make the typing notification less distracting.2008-01-19, by Sadrul Habib Chowdhury
-
Fix the bug where removing the typing notification would cause the text to2008-01-18, by Sadrul Habib Chowdhury
-
merge of '2ab65ec8302949b83f1a2ce4fd9abfef611e3690'2008-01-18, by Sadrul Habib Chowdhury
-
'make -f Makefile.oot' will successfully compile the nullclient out-of-tree.2008-01-18, by Sadrul Habib Chowdhury
-
updated German translation2008-01-17, by Jochen Kemnade
-
Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds2008-01-23, by Sean Egan
-
Only use invisible text with gtk 2.10.10 or later due to GnomeBug:3825652008-01-17, by Sean Egan
-
merge of '3b6aca6b8be6a2416cca6f8f28a7f23eaea5a974'2008-01-17, by Sean Egan
-
merge of '4b5e932e01a84088124dee9791809545cdc9240b'2008-01-17, by Sean Egan
-
merge of '74dec26c42145486ebbc521d7df8e3f33c5b168a'2008-01-17, by Sadrul Habib Chowdhury
-
merge of '43413f6662ecd55ea083fbbacb3f16c01843e655'2008-01-17, by Mark Doliner
-
A few more of those "default_action" fixes2008-01-17, by Mark Doliner
-
A few more "purple_request_action" default action corrections2008-01-17, by Mark Doliner
-
merge of '43413f6662ecd55ea083fbbacb3f16c01843e655'2008-01-17, by Sadrul Habib Chowdhury
-
Apparently gcc gives a warning here even though it's perfectly valid2008-01-17, by Mark Doliner
-
rlaager suggested the possibility of documenting this. Sure, why not?2008-01-17, by Mark Doliner
-
Minor improvements to the default_action used in purple_action_request2008-01-17, by Mark Doliner
-
Improve oscar's default actions a tad bit2008-01-17, by Mark Doliner
-
* Clarify the documentation for purple_request_action's 'default_ation'2008-01-17, by Mark Doliner
-
Plug a leak.2008-01-17, by John Bailey
-
Since I needed to bring back yahoo_convert_to_numeric, I figured I could at2008-01-17, by John Bailey
-
merge of '773c6dde93b5b2109d9c627dca717dd6c5468094'2008-01-17, by John Bailey
-
(13:48:49) Stu Tomlinson (nosnilmot): rlaager: printf() should probably2008-01-16, by Richard Laager
-
Use g_strerror() instead of strerror() in a few places.2008-01-16, by Richard Laager
-
Improve some PurpleAcountOption documentation, and sanify some whitespace.2008-01-20, by Will Thompson
-
Only try to set the itmsurl attribute for the available status. I'd2008-01-16, by Mark Doliner
-
It's ok for us to use == here because status_id is set to one of these2008-01-16, by Mark Doliner
-
merge of '15fcc72f6db29d572909078a86fb269698314506'2008-01-16, by Mark Doliner
-
Two performance/network bandwidth related changes here, care of meebo.2008-01-16, by Mark Doliner
-
merge of '167b1c9f831eb7790b419ee62343bb62ad1be92b'2008-01-16, by Mark Doliner
-
Fix a memleak that doesn't matter because it's in a child process2008-01-16, by Mark Doliner
-
disapproval of revision '947ccb889812585e6d53eac13fc12734d8481e33'2008-01-17, by John Bailey
-
const-ify paramteters to some of the new API I added. I thought I did this already.2008-01-16, by John Bailey
-
Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely2008-01-16, by John Bailey
-
Get rid of an unnecessary allocation.2008-01-16, by John Bailey
-
Clarify documentation of purple_account_set_status_list(), and use @copydoc to2008-01-15, by Will Thompson
-
merge of '59861e303c2e7d7bfe9c10a06497b1aaa47d6588'2008-01-15, by Mark Doliner
-
Update some comments in oscar's prpl callback structs2008-01-15, by Mark Doliner
-
ChangeLog the /notice stuff I added to IRC a while ago and forgot about.2008-01-15, by John Bailey
-
Patch from Yusuke Odate, modified by me, to support retrieving the full2008-01-15, by John Bailey
-
Recommit the correct parts of 55eb5e28f52c9cdccc6229a8314ffbdac2260843,2008-01-15, by Etan Reisner
-
disapproval of revision '55eb5e28f52c9cdccc6229a8314ffbdac2260843'2008-01-15, by Etan Reisner
-
Remove a variable that isn't used anywhere, if it was supposed to do something2008-01-15, by Etan Reisner
-
Prevent a crash caused by freed memory being accessed.2008-01-14, by Daniel Atallah
-
Some more little leak fixes.2008-01-14, by Daniel Atallah
-
Plug a small leak.2008-01-14, by Daniel Atallah
-
More compiler warning fixes from o_sukhodolsky (with additions by me).2008-01-14, by Mark Doliner
-
I forgot that we're supposed to be using g_strerror() to guarantee a2008-01-14, by Mark Doliner
-
More of ticket #1344 from o_sukhodolsky, which rlaager has been2008-01-14, by Mark Doliner
-
I'm gonna try adding in an easter egg here, see what people thing.2008-01-14, by Mark Doliner
-
Fix a compiler warning:2008-01-14, by Richard Laager
-
merge of '464169ffadabb173b3052074b132f38025b2e88d'2008-01-14, by Richard Laager
-
merge of '15b495a6774e316e3d7962181284bcf13b9ccffa'2008-01-14, by Jeffrey Connelly
-
Implement prpl_info->normalize for msimprpl, modified patch from Jaywalker.2008-01-14, by Jeffrey Connelly
-
Fix overzealous hyphenation in the ChangeLog's text.2008-01-13, by John Bailey
-
Update the ChangeLog.API to reflect my API additions.2008-01-13, by John Bailey
-
This adds accessor and mutator API for the PurpleAttentionType struct.2008-01-13, by John Bailey
-
Focus the button for the default action, if possible.2008-01-17, by Sadrul Habib Chowdhury
-
Make sure the 'connection-error' signal doesn't cause a dbus error message.2008-01-13, by Sadrul Habib Chowdhury
-
merge of '1ae0a697e31d7fa2a7f231ecd1719149f5348d82'2008-01-13, by Sadrul Habib Chowdhury
-
Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.2008-01-13, by Sadrul Habib Chowdhury
-
merge of '735c3286464306d43a2109836ecbdc3bc26b479f'2008-01-13, by Mark Doliner
-
From what little I could see, it appears that for Yahoo Japan there is only2008-01-13, by John Bailey
-
Fix a typo that's technically correct but is irritating me.2008-01-13, by John Bailey
-
Make setting 'now listening' actually work, thanks to khc.2008-01-12, by Sadrul Habib Chowdhury
-
Destroy the icon box only when there's one. This gets rid of a runtime warning for statusboxes without a buddy-icon selector (e.g., for an IRC account).2008-01-12, by Sadrul Habib Chowdhury
-
It turns out the tree-models need to be unref'ed.2008-01-12, by Sadrul Habib Chowdhury
-
Clean up an earlier commit. Fixes CID #379, and #378.2008-01-12, by Sadrul Habib Chowdhury
-
Fix CID #380 by using an assigned variable.2008-01-12, by Sadrul Habib Chowdhury
-
disapproval of revision '4b5e932e01a84088124dee9791809545cdc9240b'2008-01-17, by Sean Egan
-
disapproval of revision '3a3d731ceddf62d569fa8c7488782167189f44c1'2008-01-17, by Sean Egan
-
merge of '3dc120bb73d0a2d3ce3f6339e0882bd0321e24c8'2008-01-12, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head cc7917983d28560aebe8a2b4ba1d8135b856dce5)2008-01-12, by John Bailey
-
Disable the DBus "Functions not exported" list. It's huge and buries the2008-01-14, by Richard Laager
-
Remove a useless NULL check before a g_free().2008-01-14, by Richard Laager
-
Revert some of my -Wstrict-prototypes fixes here, as they are causing more2008-01-14, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-14, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Fix a compiler warning:2008-01-13, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.2008-01-13, by Richard Laager
-
Allow --sync to reach gtk initialization. This is basically the same as2008-01-13, by Richard Laager
-
A patch from Andreas Stührk (Trundle) to fix a problem with our DBus code2008-01-13, by Andreas Stührk
-
Add some files to po/POTFILES.in to silence warnings from intltool.2008-01-13, by Richard Laager
-
Default for "do you want to add this buddy?" for oscar is now "no"2008-01-11, by Mark Doliner
-
Sir Alec Guinness was horrified to see this.2008-01-10, by Will Thompson
-
Ignore both NULL and empty strings.2008-01-11, by Sadrul Habib Chowdhury
-
merge of '2654fa4bf505fd6b8e400e329323a4b8fb67126f'2008-01-10, by Sadrul Habib Chowdhury
-
merge of 'd32a0c1772bb88a80d5370ff93e7c4b8cf007608'2008-01-08, by Hallvard Glad
-
update on the norwegian bokmål translation (nb.po)2007-12-30, by Hallvard Glad
-
A patch from Gideon N. Guillen, with some minor modifications from me. This2008-02-24, by John Bailey
-
merge of '6523df90f67ed0428e11d3ebc7bf15777986ebcf'2008-01-10, by Sadrul Habib Chowdhury
-
Fix a crash when accepting/denying a yahoo auth. request when the account is disconnected. References #45812008-01-09, by Daniel Atallah
-
Fix the _presence._tcp. record not to be referred to as the ICHAT_PRESENCE, that has been bothering me for a while.2008-01-09, by Daniel Atallah
-
Fix an issue where the Start Menu shortcut wasn't selected by default when not installed. Fixes #4489.2008-01-09, by Daniel Atallah
-
Prpls seem to be sending '\n' (or '\r\n') for newlines, instead of '<br>' to the core. Fixes #4545.2008-01-10, by Sadrul Habib Chowdhury
-
Don't print 'file transfer complete' message more than once for the same xfer.2008-01-09, by 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, by Sadrul Habib Chowdhury
-
merge of '1c032cc023d809fb900c6bbf99dcd8619b815131'2008-01-09, by Sadrul Habib Chowdhury
-
merge of '5d18b4aee9c05f592af532f9155aadb23ad11d4b'2008-01-08, by Evan Schoenberg
-
Fix notice on /me2008-01-08, by Ethan Blanton
-
German translation update2008-01-08, by Jochen Kemnade
-
Use a unique chat id across all sessions for multi-user chats, probably2008-01-08, by Stu Tomlinson
-
Huh, you want to be able to compile? I clearly (or not so clearly) need new2008-01-08, by Stu Tomlinson
-
Adjust some network error fatalities and things2008-01-08, by Stu Tomlinson
-
Apparently "nil" is an Objective-C thing2008-01-08, by Stu Tomlinson
-
merge of 'a5456268d56c1a4745ac4abb84a176ecc6f68109'2008-01-08, by Stu Tomlinson
-
shorted the 'typing then stopped' message2008-01-08, by Sean Egan
-
If the UI sets a cache directory before purple_buddy_icons_init() is called2008-01-08, by Evan Schoenberg
-
Remove spurious braces2008-01-07, by Evan Schoenberg
-
German update2008-01-07, by Björn Voigt
-
merge of '5fc55e3a78ccb0a463df332592e62c5a371cd8b4'2008-01-07, by Mark Doliner
-
Add Shreevatsa R for the Python she-bang line changes.2008-01-07, by Richard Laager
-
I am going to go ahead and commit+push this revision/fix of purple_conversation_new.2008-01-09, by Sadrul Habib Chowdhury
-
Unset some stuff to make sure Sylar can't kill us.2008-01-07, by Sadrul Habib Chowdhury
-
compile2008-01-07, by Sadrul Habib Chowdhury
-
merge of 'd11aaeee05a52eb367ad7d81f82a36b7a0501bcf'2008-01-07, by Sadrul Habib Chowdhury
-
Remember the size of the roomlist window. Handle the categories better.2008-01-07, by Sadrul Habib Chowdhury
-
Typo can cause crashes.2008-01-06, by Sadrul Habib Chowdhury
-
Fix a couple compile warnings.2008-01-06, by John Bailey
-
Fix my typo2008-01-06, by John Bailey
-
Some readability changes. Refs #4533.2008-01-06, by John Bailey
-
Give credit where due.2008-01-06, by John Bailey
-
This patch from Thanumalayan S. implements Yahoo protocol version 15 file2008-01-06, by Thanumalayan
-
Revert patch that added receive-only transfer support for Yahoo protocol2008-01-06, by John Bailey
-
merge of '534709237b5a9cb6acf039eba7344401c9cf8ac4'2008-01-06, by Sadrul Habib Chowdhury
-
Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is not2008-01-05, by Richard Laager
-
These don't seem to require bash.2008-01-05, by Richard Laager
-
A small patch from shreevatsa: "Some of the Python scripts start with2008-01-05, by Richard Laager
-
merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'2008-01-05, by Richard Laager
-
Squash some compiler warnings, some from my -Wstrict-prototypes fixing.2008-01-05, by Richard Laager
-
Clarify a comment that was confusing me. Thanks resiak!2008-01-05, by Richard Laager
-
Save the conversation "Enable Logging" option per-contact.2008-01-05, by Moos Heintzen
-
Turn off -Wstrict-prototypes until the issues in these libraries are fixed:2008-01-03, by Richard Laager
-
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up2008-01-03, by Richard Laager
-
Implementation of the roomlist API.2008-01-06, by Sadrul Habib Chowdhury
-
Add a function to get a widget for a request field.2008-01-06, by Sadrul Habib Chowdhury
-
A list of accessor functions to the roomlist API.2008-01-06, by Sadrul Habib Chowdhury
-
An additional push from Gabriel's omgp.pidgin.add-widget-util branch.2008-01-05, by Ethan Blanton
-
Allow INTLTOOL_MSGFMT to also be a valid value of MSGFMT for our2008-01-05, by Ethan Blanton
-
German translation update2008-01-05, by Jochen Kemnade
-
Utility functions to set and format song information. Closes #4398.2008-01-05, by Sadrul Habib Chowdhury
-
merge of '1858be5916da7bce36f3c991bcd71fc65271048d'2008-01-05, by Sadrul Habib Chowdhury
-
Credit for 1858be5916da7bce36f3c991bcd71fc65271048d. References #4052.2008-01-07, by Mark Doliner
-
Some changes intended to make oscar not emit so many2008-01-05, by Mark Doliner
-
Now that oscar throttles itself as it approaches the rate limit, we can2008-01-05, by Mark Doliner
-
Minor comment changes2008-01-05, by Mark Doliner
-
We're not actually using these KNOWNGOOD defines, but should we ever2008-01-05, by Mark Doliner
-
Partial support for reading ICQ 6 status notes. The status note will2008-01-05, by Mark Doliner
-
Remove a lot of duplication from a lot of places. Closes #4558.2008-01-05, by Gabriel Schulhof
-
Show the emblem in conversation infopane correctly for chats.2008-01-05, by Sadrul Habib Chowdhury
-
Fix an infinite loop. Fixes #4486.2008-01-04, by Sadrul Habib Chowdhury
-
merge of '26afdc5e8f0e60ae1cc245decbcee7ece0a2f29f'2008-01-04, by Sadrul Habib Chowdhury
-
We can't rely on g_strerror() being set by g_file_test().2008-01-04, by Daniel Atallah
-
Detect the mdnsresponder crashing in the DnsSD implementation and disconnect the account instead of pegging the CPU.2008-01-04, by Daniel Atallah
-
Show prpl icons in the tooltip for groups.2008-01-04, by Sadrul Habib Chowdhury
-
Get rid of some wasted empty space in the tooltips for chats and groups.2008-01-04, by Sadrul Habib Chowdhury
-
merge of '30ea4e4dc3c93772f4022f23b41bb489eb0ac56b'2008-01-04, by Sadrul Habib Chowdhury
-
German update: GTK plugin2008-01-04, by Björn Voigt
-
update for German translation2008-01-04, by Jochen Kemnade
-
Blink the buddies that signed on/off recently for six seconds.2008-01-04, by Sadrul Habib Chowdhury
-
This is how the error handling for the win32 single instance mutex is supposed to work.2008-01-04, by Daniel Atallah
-
German update2008-01-03, by Björn Voigt
-
Fixes for incorrectly displaying user tune emblem and empty current media.2008-01-03, by Stu Tomlinson
-
New actions: window-next-urgent (alt+tab), and window-prev-urgent (alt+shift+tab).2008-01-03, by Sadrul Habib Chowdhury
-
merge of '46216b10d02d4e5cae2343e469f0e405088537d3'2008-01-02, by Richard Laager
-
Clear up some documentation.2008-01-02, by Will Thompson
-
Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not2008-01-02, by Will Thompson
-
Remove unused code.2008-01-02, by Sadrul Habib Chowdhury
-
Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Closes #4535. (PS: I am aware of --author).2008-01-02, by Sadrul Habib Chowdhury
-
Mark a string for translation.2008-01-02, by Sadrul Habib Chowdhury
-
merge of '7e8103bd3c5298a43a4e18bb59037980f5c213c9'2008-01-02, by Evan Schoenberg
-
Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these2007-12-31, by John Bailey
-
Added /notice support for IRC. If I didn't do this properly, feel free2007-12-30, by John Bailey
-
merge of '1e815cbbfe7f16f64d88932b88cb027889830b52'2007-12-30, by Sadrul Habib Chowdhury
-
Fix a double-free when unloading dependent plugins. Fixes #4488.2007-12-30, by Sadrul Habib Chowdhury
-
merge of 'a8b520be697763fb22572a1a5f50fe2d01738644'2007-12-30, by Evan Schoenberg
-
I think that now that it's easy to re-enable accounts that got a connection2007-12-30, by Will Thompson
-
bring ChangeLog.win32 up2date with 2.3.12007-12-29, by Ka-Hing Cheung
-
Show the prpl icon in the account-specific statusboxes to avoid ambiguity.2007-12-29, by Sadrul Habib Chowdhury
-
merge of '136abe99803d125464bb1268eb7041051ad4c9ae'2007-12-29, by Sadrul Habib Chowdhury
-
Clarify documentation of confusingly-named and -valued signal priority2007-12-29, by Will Thompson
-
Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.2007-12-29, by Sadrul Habib Chowdhury
-
Patch from QuLogic to correctly set the length. Closes #4515.2007-12-29, by Sadrul Habib Chowdhury
-
Docu patch from Simon Wenner. Closes #4497.2007-12-29, by Sadrul Habib Chowdhury
-
merge of '09b67b44dabe98093e6dc706c0d731212e129a79'2007-12-30, by Evan Schoenberg
-
ChangeLog entry for QuLogic's patch.2007-12-29, by John Bailey
-
Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467.2007-12-29, by Elliott Sales de Andrade
-
Fixed a leak2007-12-30, by Evan Schoenberg
-
merge of '791803b6696dd26a5193ad76f80dbc7c6cb2687a'2007-12-28, by Stu Tomlinson
-
Add tooltips to the plugin window. I did it mostly to test the new tooltip2007-12-28, by Sadrul Habib Chowdhury
-
Use the new tooltip functions to draw the tooltips in the conversation window.2007-12-28, by Sadrul Habib Chowdhury
-
Prevent a divide by zero. Fixes #4490.2007-12-27, by Daniel Atallah
-
merge of 'c0a74e417ec8993798705c2cbfca7b7d8b0bc514'2007-12-26, by Sadrul Habib Chowdhury
-
fix a leak2007-12-26, by Ka-Hing Cheung
-
fix a double free2007-12-26, by Ka-Hing Cheung
-
merge of 'c000ab1012a7be103452c357fb103e5bddeb99d7'2007-12-25, by Will Thompson
-
Yes, we really can use qsort(3) rather than reimplementing it. I've tested2007-12-25, by Will Thompson
-
Double clicking the column header/divider, or in the 'enabled' column shouldn't bring up the account-modify window. Fixes #3733.2007-12-25, by Sadrul Habib Chowdhury
-
Infinitesimally better debug message2007-12-25, by Mark Doliner
-
Should be safe to get rid of this now2007-12-25, by Mark Doliner
-
Don't print "no" twice when we can't find a library2007-12-25, by Mark Doliner
-
merge of '4fa938e6f980314ccc4a44725eb809c3b5a4fcbc'2007-12-24, by Sadrul Habib Chowdhury
-
Plug a small leak.2007-12-24, by Sadrul Habib Chowdhury
-
Do not prompt for an already merged contact. Fixes #4285.2007-12-24, by Sadrul Habib Chowdhury
-
Reset the 'editable' flag of the renderer after cancelling the edit. Fixes #4471.2007-12-24, by Sadrul Habib Chowdhury
-
C++ doesn't really allow forward declarations of enums, and we2007-12-24, by Mark Doliner
-
If a peer certificate does not match our cached cert, do not auto reject it!2007-12-23, by Stu Tomlinson
-
*really* add the StartCom Free SSL Certificate Authority certificate2007-12-23, by Stu Tomlinson
-
Add the StartCom Free SSL Certificate Authority certificate (as used by2007-12-23, by Stu Tomlinson
-
Compile warning fix2007-12-23, by Stu Tomlinson
-
Add tooltips to groups in the buddy list. The tooltips show the current online2007-12-23, by Etan Reisner
-
merge of 'f6430c7013d08f95c60248eeb22c752a0107499b'2007-12-22, by Etan Reisner
-
disapproval of revision 'f6430c7013d08f95c60248eeb22c752a0107499b'2007-12-28, by Stu Tomlinson
-
Daniel pointed out that this should be digest, not &digest, because auth_hmac_md5 takes a guchar* rather than a guchar**2007-12-22, by Evan Schoenberg
-
Export purple_*_version in version.h.2007-12-22, by Will Thompson
-
merge of '3a8b6b71a880d8b8152d3ad4c4ade2d3df3b0f5c'2007-12-22, by Will Thompson
-
merge of '488405b28c709cbc7ca2a9df39974b06209fe0f1'2007-12-21, by Will Thompson
-
Warning fixes.2007-12-21, by Daniel Atallah
-
merge of '512fef4a6375dc53f2f672f545da13d2d4505990'2007-12-21, by Sadrul Habib Chowdhury
-
merge of '1f8afab1886606b0936e80a00245ff532d77086f'2007-12-21, by Will Thompson
-
Use aliases in the typing notification.2007-12-21, by Sadrul Habib Chowdhury
-
Make some more event handlers return appropriate gboolean values. This turns2007-12-21, by Sadrul Habib Chowdhury
-
The event handlers need to return a gboolean. Using void callbacks can lead to unpredictable behaviour.2007-12-21, by Sadrul Habib Chowdhury
-
disapproval of revision '846b73cefc86ff41042181a41f8ceaae6699c1f6'2007-12-21, by Will Thompson
-
Add purple_version_get_{major,minor,micro} functions to get the running2007-12-21, by Will Thompson
-
merge of '72df99671f84834d934f83b25ce492f289d77063'2007-12-21, by Sadrul Habib Chowdhury
-
HMAC digest support from Elliott Sales de Andrade2007-12-20, by Elliott Sales de Andrade
-
Triple DES cipher support from Elliott Sales de Andrade2007-12-20, by Elliott Sales de Andrade
-
The pulse data stuff hasn't been used in quite a while - get rid of it.2007-12-19, by Daniel Atallah
-
GDK_WINDOW_TYPE_HINT_TOOLTIP is GTK+ >= 2.10.02007-12-19, by Daniel Atallah
-
merge of '05319fdf1db00660d0c169657ed1b08ff621e5c7'2007-12-19, by Will Thompson
-
Add QuLogic's nick to the about dialog, and update and sort other lists of2007-12-19, by Will Thompson
-
German translation update2007-12-19, by Jochen Kemnade
-
I hate to be vain, but I like to think I do more than "(null)" :)2007-12-19, by Will Thompson
-
merge of '596c9f710fd64a951cbce4bb92b6e051ae3805b1'2007-12-19, by Will Thompson
-
merge of '70b3c6fe54dd2678b33b1b1da78c4e66acd20931'2007-12-18, by Sean Egan
-
Promotions2007-12-18, by Sean Egan
-
Avoid jumpiness when typing notification in the conv. history is removed.2007-12-21, by Sadrul Habib Chowdhury
-
This fixes the tab-coloring issue that's been bugging seanegn.2007-12-21, by Sadrul Habib Chowdhury
-
Update the changelogs, and the @since doxy-tags for new functions.2007-12-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 10ff46ff55aee3830dd003ed89866809b5f290ac)2007-12-18, by Sadrul Habib Chowdhury
-
Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a Gtk plugin)2007-12-18, by Sadrul Habib Chowdhury
-
Version 2.4.0devel.2007-12-18, by Sadrul Habib Chowdhury
-
ChangeLog.API the tooltip functions.2007-12-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin.sadrul.tooltips' (head 2c79eb43e6f1106231cc15098ea6467b7fc1e4d5)2007-12-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 1716154a473ab645c7477f4285579df56d955fde)2007-12-18, by Sadrul Habib Chowdhury
-
Try to make a window transient for a suitable parent window. This currently2007-11-28, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head cd4038a435bd39cc62244d5614b8d94ad689d8bf)2007-11-28, by Sadrul Habib Chowdhury
-
Fix up a doxygen comment about a function return value.2007-12-22, by Etan Reisner
-
Refactor some of the tooltip drawing functions. And add some pretend docs.2007-12-18, by Sadrul Habib Chowdhury
-
Reset tree-path when a tooltip is destroyed.2007-12-18, by Sadrul Habib Chowdhury
-
Add 'js' in COPYRIGHT. References #4323.2007-12-12, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 1d77c730a1160c77d14354d4ce61455e59c94fbc)2007-12-12, by Sadrul Habib Chowdhury
-
Plug a leak. And a patch from 'js' to fix tooltips in compiz fusion. References #4323.2007-12-11, by Sadrul Habib Chowdhury
-
Make sure an old tooltip is destroyed before creating a new one.2007-12-08, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 40d42b30664156f7f561606dd28fc01256a8ca36)2007-12-06, by Sadrul Habib Chowdhury
-
Add the new file in .mingw, thanks to Kevin.2007-12-06, by Sadrul Habib Chowdhury
-
Some utility functions for showing tooltips. This is used by the buddylist,2007-12-06, by Sadrul Habib Chowdhury
-
merge of '0bab002372d4ff0eac85fc22d99e014cd044b900'2007-12-18, by Richard Laager
-
Typing notification in the conversation history.2007-12-18, by Sadrul Habib Chowdhury
-
cancel_cb can be NULL here too.2007-12-18, by Sadrul Habib Chowdhury
-
I'm happy to report that my spelling is coming along in leanps and nbounds.2007-12-18, by Will Thompson
-
Sadrul informs me that cancel_cb may in fact be NULL.2007-12-18, by Will Thompson
-
merge of 'adb528a403db408f5e4407e89f98f7ced3cac9a1'2007-12-18, by Stu Tomlinson
-
merge of '0c8dcc7788d676e6bcd7fa7a3823c5f44568ae9b'2007-12-18, by Stu Tomlinson
-
Documentation tweaks and more g_return_if_fail checks for NULL parameters which2007-12-18, by Will Thompson
-
libpurple/win32/libc_interface.c was missing2007-12-18, by Björn Voigt
-
German translation update2007-12-18, by Björn Voigt
-
Move some curly braces around so static analysis tools can properly detect2007-12-18, by Stu Tomlinson
-
Ye Olde Compiler complained about this:2007-12-18, by Stu Tomlinson
-
merge of '1bb5970e91bf83784fd002fc78216157034e9257'2007-12-18, by Will Thompson
-
Add a comment that I took this from glib2007-12-18, by Mark Doliner
-
Create a purple_gai_strerror() function similar to g_str_error() which2007-12-18, by Mark Doliner
-
merge of '245a620adeb2dc4767ee8db9e6c7cafa287b8f8d'2007-12-18, by Mark Doliner
-
Use g_sterror instead of strerror in two more places.2007-12-18, by Mark Doliner
-
Don't install pidgin.desktop when not installing Pidgin2007-12-18, by Sean Egan
-
merge of '7c8120b9ffde901cc436a514ac0daf37551a9755'2007-12-18, by Luke Schierer
-
Last minute 'cleanup' actually resulted in breakage on my cram-md5 commit. Fixed it.2007-12-18, by Evan Schoenberg
-
merge of '3cec6952fcadbd73dddc4c009e798b6fb1789a5b'2007-12-18, by Evan Schoenberg
-
Added support for authentication via CRAM-MD5 when using jabber:iq:auth.2007-12-17, by Evan Schoenberg
-
Allow the user to Retry if Pidgin is running when they start the installer. Fixes #43552007-12-18, by Daniel Atallah
-
merge of '2e5cda103238f64d27e4ed5aa92c149f6d50a5ec'2007-12-18, by Daniel Atallah
-
Escape system log messages before sending to the loggers. Fixes #44262007-12-17, by Stu Tomlinson
-
Manually expand G_DEFINE_TYPE for PidginMiniDialog, since it was added in glib 2.4.2007-12-18, by Will Thompson
-
merge of '7a1ce8ae9c2809b39d1f436d94070523f18993fb'2007-12-17, by Will Thompson
-
Don't bother making transient connection errors persist across a restart.2007-12-17, by Will Thompson
-
Dismissing the signed on elsewhere minidialog should clear all the errors;2007-12-17, by Will Thompson
-
Add send_raw to Perl bindings. Patch from martijn. Fixes #35052007-12-17, by Sean Egan
-
Patch from eperez to make writing to buddy icon files atomic. Fixes #3528.2007-12-17, by Sean Egan
-
Fix XMPP buddy icons. Somehow a 'VCard' element got changed to a query2007-12-17, by Sean Egan
-
Remove size restriction on XMPP avatars2007-12-17, by Sean Egan
-
Another patch from DHowett. This one adds conversation nick colors to gtkrc2007-12-17, by Sean Egan
-
Patch from DHowett to fix the transposition of background and forebround colors2007-12-17, by Sean Egan
-
pulled the NEWS and ChangeLog bits from 2.3.12007-12-16, by Ka-Hing Cheung
-
merge of '4268f3923b30680b7ec013f553a7733f4b24417d'2007-12-16, by Will Thompson
-
merge of '1d887e0b6d13b709051a68be9b34c28d2254dadb'2007-12-16, by Ka-Hing Cheung
-
Add libpurple/win32/libc_interface.c to suppress an error.2007-12-15, by Richard Laager
-
Revert siege's likely inadvertent changes to autogen.sh in2007-12-15, by Richard Laager
-
part of the series of patches from QuLogic that fixes a use-after-free,2007-12-16, by Ka-Hing Cheung
-
avoid some version blocking servers by updating the major version specified when 'Hide client ID' is specified for an account2007-12-15, by Christopher O'Brien
-
Make yahoo_html_to_codes deal with ' in messages being sent. Also correct2007-12-16, by Will Thompson
-
The debug message for purple_prefs_set_path when the pref in question is not2007-12-15, by Will Thompson
-
Fix a GList being leaked when dealing with network connection/disconnection events.2007-12-14, by Daniel Atallah
-
Some minor tweaks to the man page.2007-12-13, by John Bailey
-
Another tweak to the auto-resizing so it shows new empty lines correctly,2007-12-12, by Stu Tomlinson
-
Fix #4345 by ignoring a malformed message.2007-12-12, by Daniel Atallah
-
merge of '74560aca587ea20e9eee77e340f6ba9fb7aca914'2007-12-12, by Stu Tomlinson
-
merge of '1d77c730a1160c77d14354d4ce61455e59c94fbc'2007-12-12, by Sadrul Habib Chowdhury
-
Remove the close timer when re-displaying a hidden conversation.2007-12-12, by Sadrul Habib Chowdhury
-
Stu says this was unnecessary, that it is already there.2007-12-11, by Luke Schierer
-
Let's try MAX(lines, 2) as suggested by Sean. I've been using (lines + 1)2007-12-12, by Stu Tomlinson
-
merge of '9f782ce34a9721fbb634a2c73107820447cc3dc1'2007-12-11, by Luke Schierer
-
Clean up generated dbus sources in 'make clean'2007-12-11, by Stu Tomlinson
-
(13:35:59) KeaponLaffin: so which SSL libraries are supported?2007-12-11, by Luke Schierer
-
Fixed http://trac.adiumx.com/ticket/85292007-12-11, by Andreas Monitzer
-
Ensure that an error's description actually is UTF-8 before writing it out to2007-12-10, by Will Thompson
-
Correct a doc typo.2007-12-10, by Will Thompson
-
Add @since 2.3.0 to purple.h.2007-12-10, by Will Thompson
-
merge of '2cbfe519145eef590082df40a311948ad4884ef2'2007-12-10, by Sadrul Habib Chowdhury
-
Create a 'list' request-field for a 'choice' plugin pref.2007-12-10, by Sadrul Habib Chowdhury
-
merge of 'e2c8b56610435df5a63688fe4fc302f51f48cf10'2007-12-10, by Daniel Atallah
-
Ignore stripped win32 bin directory.2007-12-10, by Daniel Atallah
-
Ari noticed that `make docs` no longer functions properly when the build2007-12-10, by John Bailey
-
A couple compile fixes to the tests from Elliott Sales de Andrade. Fixes #4313.2007-12-10, by Daniel Atallah
-
Fix #4079 for real.2007-12-09, by Daniel Atallah
-
We need to use the actual username for attentions, instead of alias. This should fix the 'new im for buzz' bug on yahoo.2007-12-09, by Sadrul Habib Chowdhury
-
Allow loading python scripts at runtime.2007-12-09, by Sadrul Habib Chowdhury
-
merge of '078fbf9229f1725f0a5c49d8196cd59ee1d638b0'2007-12-07, by Stu Tomlinson
-
Bump the versions here, should probably have been done as soon as I branched2007-12-07, by Stu Tomlinson
-
applied changes from 77a1cbe2b98208666f2139db2b165a02126f4cd02007-12-07, by Daniel Atallah
-
Trap gstreamer error messages with our debug stuff so they don't get spewed2007-12-06, by Stu Tomlinson
-
updated German translation2007-12-06, by Jochen Kemnade
-
Patch #3848 from Eion Robb: "purple_markup_unescape_entity doesn't escape hexadecimal references", with changes from QuLogic.2007-12-06, by Sadrul Habib Chowdhury
-
Save the normalized account name for pounces and custom statuses. References #2049.2007-12-06, by Sadrul Habib Chowdhury
-
Normalize the names appropriately when searching for accounts. This should2007-12-06, by Sadrul Habib Chowdhury
-
memleak fixes2007-12-06, by Ka-Hing Cheung
-
gets rid of one valgrind warning2007-12-06, by Ka-Hing Cheung
-
Ignore the generated purple.h2007-12-06, by Stu Tomlinson
-
Disable roomlist tooltips until I (or anyone else!) fix them to be less2007-12-05, by Stu Tomlinson
-
merge of '38cb8ea7055d8c059d560031c45e5a2eedd4b4b5'2007-12-05, by Stu Tomlinson
-
Don't hide all widgets when destroying a window because then the hidden2007-12-05, by Stu Tomlinson
-
merge of '7e3fbc31d04d03b44eec338a8703cd9329136a9a'2007-12-05, by Evan Schoenberg
-
Fix a busted commit2007-12-05, by Sean Egan
-
Do not overwrite an existing file. Closes #3982.2007-12-05, by Sadrul Habib Chowdhury
-
Normalize and escape the filename when auto-accepting a file. References #3982.2007-12-05, by Sadrul Habib Chowdhury
-
Make sure we are still in the chat, and the chat can have a topic, when showing the topic in the tooltip.2007-12-05, by Sadrul Habib Chowdhury
-
Plug a small leak.2007-12-05, by Sadrul Habib Chowdhury
-
merge of '024dfe71422830dbaef95d94fd32517d86c82eb3'2007-12-05, by Sadrul Habib Chowdhury
-
merge of '93a8de710501e9a772b3fb12ab3db6682a41b3d6'2007-12-05, by Etan Reisner
-
Plug another leak or two, remove a comment, and reorganize a couple functions.2007-12-01, by Etan Reisner
-
A couple more similar leak fixes though some of these still leak if the2007-12-01, by Etan Reisner
-
This should plug some leaks related to not having freed GList:s and GSList:s2007-12-01, by Etan Reisner
-
merge of '282b4acb46729e4358221cb7cc78ad9373289199'2007-12-01, by Etan Reisner
-
RPM spec file updates:2007-12-05, by Stu Tomlinson
-
Fix boldifying the chat entries in the buddylist.2007-12-05, by Sadrul Habib Chowdhury
-
Show the topic of a chat, when available, in the tooltip.2007-12-04, by Sadrul Habib Chowdhury
-
Show either the grouped xor the ungrouped items.2007-12-04, by Sadrul Habib Chowdhury
-
merge of '1d6b24ed027c253dbe63f69d5e40b43cd7faf436'2007-12-04, by Sadrul Habib Chowdhury
-
Do not allow ISON requests to stack in IRC2007-12-04, by Ethan Blanton
-
Don't show a 'you ain't got no new mail' notification.2007-12-04, by Sadrul Habib Chowdhury
-
merge of '6cc61e144190cb90c18c63d45b7d7abd95a67008'2007-12-04, by Sadrul Habib Chowdhury
-
Fix a bug when changing 'close new ims' to always, then to never.2007-12-04, by Sadrul Habib Chowdhury
-
merge of '291ef07a3b75f3cde5bcdd92767af92401228a7a'2007-12-04, by Sadrul Habib Chowdhury
-
merge of '07d6eac62e7097b98307ba42488a44faf47a14e4'2007-12-04, by Sadrul Habib Chowdhury
-
Recycle, reduce, reuse2007-12-04, by Mark Doliner
-
merge of '32e84af5c8a93baaf4b0c4ba17149327f3e241d1'2007-12-04, by Kevin Stange
-
merge of '65fe5060e09daeac78c60bf74d157d7c2330ea74'2007-12-04, by Kevin Stange
-
This makes myspace treat idle as an available status, which avoids idle2007-12-04, by Kevin Stange
-
Avoid checking for new message in the inbox when not actually connected.2007-12-04, by Kevin Stange
-
Don't set the color for the group node text, now that we're not setting its background2007-12-04, by Sean Egan
-
Make sure that the buddy icon file chooser dialog appears onscreen on windows. Fixes #4065.2007-12-04, by Daniel Atallah
-
merge of 'e7865d4ee742f49f097c7f9c5b14b95b1ec15b5e'2007-12-04, by Stu Tomlinson
-
merge of '8ae0d2f36bb2689e7de9fcb3245c1e9484bd3fe6'2007-12-03, by Sadrul Habib Chowdhury
-
Fix a crash that occurs when creating the "Move To" menu for buddies that aren't on your list. Fixes #4217.2007-12-03, by Daniel Atallah
-
De-magic number the prpl_info->keepalive interval, and document it.2007-12-03, by Will Thompson
-
Feeling brave... a bright blue attention color for tab attention. I even2007-12-04, by Stu Tomlinson
-
Set the entry area size to N+1 lines where where there are N lines of text2007-12-04, by Stu Tomlinson
-
These labels have mnemonics, so should be declared as such, and fix a2007-12-03, by Stu Tomlinson
-
merge of '36ed28f7212302e500d79866f33eacde299878b2'2007-12-03, by Luke Schierer
-
merge of '958829ffd959717a69243c55ac0ef6b6fc52c1a7'2007-12-03, by Mark Doliner
-
Yank erroneous paste2007-12-03, by Richard Nelson
-
Do not append ':' after expanding a /me.2007-12-03, by Sadrul Habib Chowdhury
-
g_strdup() is awesome. 11 insertions(+), 35 deletions(-)2007-12-03, by Mark Doliner
-
merge of '91693085a71d31037a9bbe0743802ed307b3ece4'2007-12-03, by Richard Nelson
-
merge of '0e466dc371b6b9abc7e5c3e8fbccfb5eabd06439'2007-12-03, by Richard Nelson
-
disapproval of revision '872484bf9e23965956bacedc374083deeb3329d4'2007-12-03, by Richard Nelson
-
Add color to the conversation window to indicate various message attributes2007-12-03, by Richard Nelson
-
Have oscar specify a default chat room exchange of 4. Finch always2007-12-03, by Mark Doliner
-
Somehow this message got changed to only say ICQ instead of AIM/ICQ in2007-12-03, by Mark Doliner
-
Fix #4203 by allowing multiple instances on win32 with the -m flag.2007-12-03, by Daniel Atallah
-
I added a string or three to oscar/family_chatnav.c2007-12-02, by Mark Doliner
-
Change our QQ_CLIENT version, which allows us to sign on to QQ2007-12-02, by Mark Doliner
-
Fix a few assertion failures:2007-12-02, by Mark Doliner
-
Always set gc->display_name to the formatted version of your screen2007-12-02, by Mark Doliner
-
Handle invalid room names and invalid exchanges better, by showing a2007-12-02, by Mark Doliner
-
g_return_if_fail() if the chat room name or exchange aren't set or2007-12-02, by Mark Doliner
-
Fix the fix for incorrect callback types.2007-12-02, by Stu Tomlinson
-
More catching up on things, from 8548e491a5b470d5665cb1cf87a7b0caaa3c87a5:2007-12-02, by Stu Tomlinson
-
There really is nothing to see here, I'm just catching up with some changes2007-12-02, by Stu Tomlinson
-
The current oscar max message size appears to be 2544. I don't know2007-12-02, by Mark Doliner
-
Get rid of one little userfunc callback and just call aim_im_setparams()2007-12-02, by Mark Doliner
-
Use colors in textview.2007-12-02, by Sadrul Habib Chowdhury
-
Try to reuse an existing color.2007-12-02, by Sadrul Habib Chowdhury
-
Restore the screen properly after the child process ends.2007-12-02, by Sadrul Habib Chowdhury
-
merge of 'a51a84aa5d61b6fd78e58a4450a25e667a87e1cb'2007-12-02, by Sadrul Habib Chowdhury
-
Add a title and some helpful text in the 'save screenshot' dialog.2007-12-02, by Sadrul Habib Chowdhury
-
Remove the file dialog first before dumping the screenshot.2007-12-02, by Sadrul Habib Chowdhury
-
Correct a comment typo: a group is being added to the blist, not a chat.2007-12-03, by Will Thompson
-
NSS is in the pkg-config package 'microb-engine-nss' on maemo, not 'nss' or2007-12-03, by Will Thompson
-
Remove dead code.2007-12-01, by Will Thompson
-
g_strdup() connection error descriptions when restoring cached errors for2007-12-01, by Will Thompson
-
bdheeman pointed out on IRC that doxy2devhelp.xsl is not in EXTRA_DIST; let's2007-12-01, by Will Thompson
-
Some tweaks to grim's plugin translation documentation.2007-12-01, by John Bailey
-
Truncate the topic to an arbitrary 72 characters in the infopane when using2007-12-01, by Stu Tomlinson
-
Remove useless cast I missed before.2007-12-01, by Kevin Stange
-
I didn't find any tickets mentioning this problem, but I think it's still2007-12-01, by Kevin Stange
-
This fixes some idle-related behavior with the MySpace prpl, most particularly2007-12-01, by Kevin Stange
-
Do not reset the color if there's something already specified. This should2007-12-01, by Sadrul Habib Chowdhury
-
Error out when --enable-consoleui is used but finch can't be built. Fixes #3910.2007-12-01, by Sadrul Habib Chowdhury
-
New style.2007-12-01, by Sadrul Habib Chowdhury
-
Fixes.2007-12-01, by Sadrul Habib Chowdhury
-
merge of '2dee17b0fb69284b66649d32e66b473471970a43'2007-12-01, by Sadrul Habib Chowdhury
-
Themeable tab label colors.2007-12-01, by Sadrul Habib Chowdhury
-
merge of 'b4353646b7529c2dd814bc707b8b269efe420120'2007-12-01, by Sadrul Habib Chowdhury
-
Emit the 'completion' signal when tab is pressed from a suggest word.2007-11-30, by Sadrul Habib Chowdhury
-
I find this less painful to the eyes.2007-11-30, by Sadrul Habib Chowdhury
-
Refactor the code a little bit.2007-11-30, by Sadrul Habib Chowdhury
-
Update the changelogs. Correct the man page. Allow 'default' to mean the2007-11-30, by Sadrul Habib Chowdhury
-
updated German translation2007-11-30, by Jochen Kemnade
-
why do we try to set the payload length here? When we get a error from the2007-11-30, by Ka-Hing Cheung
-
Add support for colour in gnttreerows, and colourise the blist. Fixes #14902007-11-30, by Richard Nelson
-
merge of '125f56f31252d721a347d2d2e379956433c1d8b5'2007-11-29, by Daniel Atallah
-
merge of '29f8aed19e209a53a63c57cf872bc9f446d84aeb'2007-11-29, by Daniel Atallah
-
Fix a crash when an error occurs discovering a the capabilities of a client. Fixes #4081.2007-11-29, by Daniel Atallah
-
Add preferences to the newline plugin to allow enabling separately for IMs2007-11-29, by Stu Tomlinson
-
Allow for non-ASCII usernames in WHOWAS for IRC2007-11-29, by Ethan Blanton
-
Fix 2 more issues related to friendly names:2007-11-28, by Stu Tomlinson
-
Something is wrong about the way we truncate overlength passwords, and2007-11-28, by Stu Tomlinson
-
German translation update2007-11-28, by Jochen Kemnade
-
minor updates2007-11-28, by Richard Nelson
-
Fix for a glib assertion2007-11-28, by Richard Nelson
-
Fix cursor-next-word behaviour, noticed by jtb.2007-11-28, by Richard Nelson
-
merge of '37d10660345bc1f2092492296caa8deaf84744b4'2007-11-28, by Ethan Blanton
-
Boo for C99 in the core2007-11-28, by Ethan Blanton
-
Fix crashing in the Timestamp plugin. Fixes #4087.2007-11-28, by Daniel Atallah
-
Add an option per message type to enable (/disable) the overriding of2007-11-28, by Stu Tomlinson
-
Add 'Room List' buttons to Join Chat and Add Chat dialogs to ease access2007-11-28, by Stu Tomlinson
-
Prevent exceeding the server limit on friendly name length when setting2007-11-28, by Stu Tomlinson
-
Fix a leak I missed when re-importing the old MSNP9 code2007-11-28, by Stu Tomlinson
-
We should have the check to make sure we only set our own display name here2007-11-28, by Stu Tomlinson
-
Fix a crash.2007-11-27, by Sadrul Habib Chowdhury
-
merge of '72fffff81de35e7d400bf8b8fb18ba7ed84a6b8c'2007-11-27, by Sadrul Habib Chowdhury
-
Do not init gnt here. This fixes --help.2007-11-27, by Sadrul Habib Chowdhury
-
Compile fixes for FreeBSD in libgnt2007-11-27, by Ethan Blanton
-
merge of '2fcb5d2cb35c5ba692592e22bc442c3d62000f85'2007-11-27, by Ethan Blanton
-
merge of '58c35aec5c3cdd46ab59070b5e659782d73d8001'2007-11-27, by Ethan Blanton
-
Clean up warnings2007-11-27, by Sean Egan
-
Kevin says we're ok defaulting persistent IMs on2007-11-27, by Sean Egan
-
updated German translation2007-11-27, by Jochen Kemnade
-
With the 'x' button on the mini-dialog, we don't need an 'Ignore' button anymore2007-11-27, by Sean Egan
-
Better error messages for common Winsock errors. This was Kevin's wonderful idea.2007-11-26, by Daniel Atallah
-
Make the GTK+ Theme Control plugin's save button list the correct location (at least in the default case). Fixes #40422007-11-26, by Daniel Atallah
-
Don't update our local display name when we get a response from the server2007-11-26, by Stu Tomlinson
-
Simplify this a little bit. Most of this change is just removing2007-11-26, by Mark Doliner
-
Add Florian Delizy (goutnet) to COPYRIGHT.2007-11-26, by Sadrul Habib Chowdhury
-
Add a utility function pidgin_dialog_add_button to add buttons to a dialog2007-11-27, by Sadrul Habib Chowdhury
-
goutnet is Florian Delizy.2007-11-26, by Sadrul Habib Chowdhury
-
Patch from 'goutnet' to not insert smileys when pasting as plain text.2007-11-26, by Sadrul Habib Chowdhury
-
merge of 'bcfb665250821266c993e2f5818c4e3f65314ff4'2007-11-26, by Sadrul Habib Chowdhury
-
Patch from 'goutnet': Pressing backspace on a smiley will replace the smiley2007-11-26, by Sadrul Habib Chowdhury
-
Patch from Florian Quèze (the InstantBird dude) to add a search path for2007-11-26, by Sadrul Habib Chowdhury
-
Patch from fmoo. This makes a lot of the windows closeable with Escape. There2007-11-26, by Sadrul Habib Chowdhury
-
The smiley dialog is transient for the toolbar's parent window, and the about dialog is transient for the buddylist, when available.2007-11-26, by Sadrul Habib Chowdhury
-
Patch from DB42 to add a little '×' in a scrollbook. I edited the patch in2007-11-26, by Sadrul Habib Chowdhury
-
Fix a grammar mistake I managed to catch.2007-11-26, by John Bailey
-
Fix the namespace_map being leaked.2007-11-26, by Daniel Atallah
-
merge of 'a3da14876c865437f0916509629a649308081104'2007-11-26, by Sadrul Habib Chowdhury
-
I'm pretty sure this is what was intended.2007-11-26, by Daniel Atallah
-
merge of 'c6cea9233a5f4d22b6b5f012bd8432d2732765ea'2007-11-26, by Ka-Hing Cheung
-
merge of '66d234740bd40b14ef7564f178d84ab82816d6e2'2007-11-25, by Stu Tomlinson
-
Bump the version number now we are tagged2007-11-25, by Stu Tomlinson
-
don't set the current tune title if it's NULL2007-11-26, by Ka-Hing Cheung
-
make prpl.h available to dbus2007-11-26, by Ka-Hing Cheung
-
Include guards for gnt and include guard typo fix for QQ, from Andrew2007-11-25, by Ka-Hing Cheung
-
Update the dates2007-11-24, by Stu Tomlinson
-
merge of '2cbd8db1d77e345ea55b3b765ca79726273ca727'2007-11-23, by Stu Tomlinson
-
We need to work with the exclusive status.2007-11-26, by Sadrul Habib Chowdhury
-
old_status can be NULL when [de]activating a non-exclusive status.2007-11-26, by Sadrul Habib Chowdhury
-
Show a helpful message about account disconnect. Someone should come up with a better string.2007-11-26, by Sadrul Habib Chowdhury
-
Fix moving focus in an internal box.2007-11-26, by Sadrul Habib Chowdhury
-
Improve the 'menu experience' a little bit.2007-11-23, by Sadrul Habib Chowdhury
-
merge of '2a30e00005809366a1e544824043c204cd66c1a1'2007-11-23, by Sadrul Habib Chowdhury
-
merge of '80fb886f753c30fd71edfb7a42dc840a8ccbd6fb'2007-11-22, by Stu Tomlinson
-
Squish a compile warning2007-11-22, by Stu Tomlinson
-
I had used memcpy to copy the struct tm to where the caller wants it, but2007-11-23, by Stu Tomlinson
-
Switch to 'normal' state when: switching windows or workspaces, closing2007-11-23, by Sadrul Habib Chowdhury
-
new German string2007-11-22, by Björn Voigt
-
Workarounds to fix some issues with the minidialog and scrollbook.2007-11-22, by Sadrul Habib Chowdhury
-
The use of lowercase "pango" looks out of place when appended with _CFLAGS2007-11-22, by Stu Tomlinson
-
Bump libgnt's version info in configure.ac due to added API2007-11-22, by Stu Tomlinson
-
Add a note about pkg-config to configure.ac if glib2 headers were not2007-11-22, by Stu Tomlinson
-
Make 'make distcheck' work2007-11-22, by Stu Tomlinson
-
'man 3 ctime' says of localtime() (and friends):2007-11-22, by Stu Tomlinson
-
Fix the bug in purple_str_to_time() that was causing 'make check' to fail.2007-11-22, by Stu Tomlinson
-
Fix a bug in purple_str_to_time() that could cause it to try reading past2007-11-22, by Stu Tomlinson
-
purple_cipher_context_encrypt() wants a pointer to a size_t, not a gsize2007-11-22, by Evan Schoenberg
-
Plug a tiny little leak.2007-11-21, by Sadrul Habib Chowdhury
-
Original patch from Andrew Gaul to fix a leak.2007-11-21, by Sadrul Habib Chowdhury
-
merge of '1d074784ebb62d1f8c06d80074ca8cab61c2d346'2007-11-21, by Sadrul Habib Chowdhury
-
Log a debug message when exiting as a result of the single instance check2007-11-21, by Stu Tomlinson
-
disapproval of revision '91ae77ce12a4ab3798e303eea54d3bef749d5ca5'2007-11-21, by Sadrul Habib Chowdhury
-
Andrew Gaul fixed another memory leak2007-11-21, by Ka-Hing Cheung
-
Prevent crashing when authorizing or denying after the account is disconnected.2007-11-21, by Daniel Atallah
-
I never logged this. Refs #22652007-11-21, by John Bailey
-
NEWS'ing. Looks like I'm not too late?2007-11-21, by John Bailey
-
another patch from my coworker Andrew Gaul that plugged a leak, I fixed it2007-11-20, by Ka-Hing Cheung
-
merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'2007-11-19, by Etan Reisner
-
Fix a double-free and a leak at the same time.2007-11-19, by Stu Tomlinson
-
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.2007-11-19, by Daniel Atallah
-
Unable to connect is not an authentication failure, even if it happens2007-11-19, by Stu Tomlinson
-
merge of '22963f332a80135af80a80919aee45d70dd0e1c0'2007-11-19, by Evan Schoenberg
-
The Jabber registration process depends upon having a non-NULL cbdata->who,2007-11-19, by Evan Schoenberg
-
merge of '114c116bf552647586c41688811808aec9d2ed28'2007-11-19, by Evan Schoenberg
-
merge of '5a8a1c7157bbb174029ef625cbf079604f7ad7fa'2007-11-19, by Evan Schoenberg
-
QuLogic submitted this patch a long time ago, References #2571. I believe2007-11-19, by Ka-Hing Cheung
-
prpl->set_buddy_icon may keep a reference to PurpleStoredImage, move the2007-11-19, by Ka-Hing Cheung
-
Fix #3983 by canceling the file transfer when connecting to the remote host fails.2007-11-19, by Daniel Atallah
-
merge of '28981c935948f2d4e944f786a01e16ecadfd4848'2007-11-19, by Daniel Atallah
-
soap faults are now properly handled2007-11-19, by Ka-Hing Cheung
-
This fixes the problem where all accounts are disabled due to connection2007-11-18, by Stu Tomlinson
-
Fix showing groups that contain offline buddies that have the "Show when2007-11-18, by Stu Tomlinson
-
merge of '16aac1f231cfcd086d52cb58b975ea2d01399cb1'2007-11-18, by Sadrul Habib Chowdhury
-
Allow empty GNOME_DESKTOP_SESSION_ID to "fail" the running_gnome check as2007-11-17, by Stu Tomlinson
-
ChangeLog a couple of items2007-11-17, by Stu Tomlinson
-
merge of '7740233c9fca04206ee36d5c66bc83674db5dd9f'2007-11-17, by Stu Tomlinson
-
merge of '9799ea1a775e027d12b0c7e89bca78e7ce446402'2007-11-17, by Evan Schoenberg
-
merge of '08cb9f1663b00e65e42b571d63bfda3137430524'2007-11-17, by Evan Schoenberg
-
merge of '451870242251136bbe412d57d396a243cdcba188'2007-11-17, by Evan Schoenberg
-
default the conversation close immediately pref to TRUE to prevent2007-11-17, by Stu Tomlinson
-
disapproval of revision 'e98859404f9599f2db1a5ebea2a0b340ad4701b8'2007-11-17, by Evan Schoenberg
-
merge of '76c07fcb434a2a7aa289734bb221c171a376d73b'2007-11-17, by Evan Schoenberg
-
new string (German)2007-11-17, by Björn Voigt
-
These functions aren't deprecated anymore.2007-11-17, by Sadrul Habib Chowdhury
-
merge of '936967b97a8afdc95b54fe92924ef7c0414bea42'2007-11-17, by Sadrul Habib Chowdhury
-
disapproval of revision 'c52c996c95bec84928db81dc592640366ff5a432'2007-11-14, by Sadrul Habib Chowdhury
-
merge of '540d26af45cb3708b3fe07efd7aa25e40a0b78ea'2007-11-17, by Sadrul Habib Chowdhury
-
disapproval of revision 'ea579831d8561ac6b0cde4b034383b02b3e51ae5'2007-11-17, by Sadrul Habib Chowdhury
-
merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1'2007-11-17, by Sadrul Habib Chowdhury
-
merge of '201e11a069d84d6e66abf5192dbb2083233beb4c'2007-11-17, by Sadrul Habib Chowdhury
-
merge of '1084824bf3739139306602c736073dd294ca4206'2007-11-17, by Luke Schierer
-
This merge has the effect of reverting the hinting code from trunk.2007-11-17, by Richard Laager
-
syntax checks (German)2007-11-16, by Björn Voigt
-
Prevent multiple file offers from going out with a patch from galt. Fixes #3839.2007-11-16, by Daniel Atallah
-
merge of '3634d69c60fbdab75e20abe5dbe9a7840fe80804'2007-11-16, by Luke Schierer
-
Don't crash when connecting to jabber.freenet.de. Michael Weitzel sent2007-11-16, by Mark Doliner
-
Get rid of two compile warnings:2007-11-16, by Mark Doliner
-
Just a test.2007-11-16, by Kevin Stange
-
Permit including of files like "pidgin/minidialog.h" from within pidgin/2007-11-16, by Kevin Stange
-
Suppress warning2007-11-16, by Daniel Atallah
-
merge of '021b5f63a39f1578bba3b42c372e25e17f1490ed'2007-11-16, by Daniel Atallah
-
Compile!2007-11-16, by Kevin Stange
-
Fix purple.h generation on win32. Thanks to Kevin for noticing.2007-11-16, by Daniel Atallah
-
Make sense!2007-11-16, by Kevin Stange
-
fixes #39792007-11-16, by Ambrose C. Li
-
merge of '134d744543dd1085b75aefb7171ca8dd76b343d4'2007-11-16, by Luke Schierer
-
compile2007-11-16, by Luke Schierer
-
fixes #39532007-11-16, by RKVS Raman
-
fixes #39712007-11-16, by Mişu Moldovan
-
fixes #39722007-11-16, by Maurício Collares
-
Fix #36692007-11-16, by Daniel Atallah
-
Fix #3421 by checking for an existing conversation in which to display a yahoo buzz.2007-11-16, by Daniel Atallah
-
Fix #3911 by checking that the connection is still valid when authorizing or denying an MSN auth. request.2007-11-16, by Daniel Atallah
-
Use MSNP9 on win32 as well.2007-11-16, by Daniel Atallah
-
Update the changelogs for 2.3.02007-11-16, by Daniel Atallah
-
Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.2007-11-15, by Daniel Atallah
-
some language names fixed for German2007-11-15, by Björn Voigt
-
Fix something I mistyped.2007-11-15, by Daniel Atallah
-
Use a Message only window for processing messages from the win32 launcher since it is slightly more efficient.2007-11-15, by Daniel Atallah
-
Clarify what purple_blist_remove_buddy() does somewhat.2007-11-15, by Daniel Atallah
-
Update project version and translations2007-11-17, by Kelemen Gábor
-
Reverting to previous version, I forgot to remove the prevous file from2007-11-15, by Kelemen Gábor
-
File transfer doesn't currently work with gajim, so don't claim it does in the ChangeLog.2007-11-15, by Daniel Atallah
-
merge of '067ce66484e78265473842f3b614b26a3530ca28'2007-11-15, by Luke Schierer
-
merge of '61d876a57f30f4e29a91a8411d259e8aaa4355ea'2007-11-15, by Will Thompson
-
Don't crash when someone ignores an error. The mini-dialog was being2007-11-15, by Will Thompson
-
disapproval of revision '067ce66484e78265473842f3b614b26a3530ca28'2007-11-16, by Stu Tomlinson
-
fixes #3864: Pidgin 2.2.3 does not build outside source directory2007-11-15, by Björn Voigt
-
One final commit because I got spell-checking via pofilter + voikko library2007-11-15, by Timo Jyrinki
-
spell checking German2007-11-15, by Björn Voigt
-
Fix building outside of the source directory. This is derived from the2007-11-15, by Stu Tomlinson
-
MSNP9 is now the default, with no ./configure option for anything else.2007-11-15, by Stu Tomlinson
-
Compile when plugins are disabled2007-11-14, by Mark Doliner
-
Updated Catalan translation.2007-11-14, by Josep Puigdemont
-
Mention new error mini-dialogs in the ChangeLog.2007-11-14, by Will Thompson
-
Claudio didn't update the changelog2007-11-14, by Luke Schierer
-
merge of '3c47eff17aa11d52826b274c1dd79c6c487f5a15'2007-11-14, by Luke Schierer
-
header update2007-11-14, by Björn Voigt
-
German update2007-11-14, by Björn Voigt
-
1)give credit2007-11-14, by Luke Schierer
-
fixes #39542007-11-14, by RKVS Raman
-
fixes #39542007-11-14, by RKVS Raman
-
fixes #39552007-11-14, by Éric Boumaour
-
fixes #39472007-11-14, by Ambrose C. Li
-
merge of '1e67d8385e25c7400a4100b8af1048dd5c0a3f0f'2007-11-14, by Luke Schierer
-
merge of 'cf2b9ed82ae35086ec3c7557b3b00c0664daca8e'2007-11-14, by Luke Schierer
-
Don't update the error in the buddy list if it hasn't changed.2007-11-14, by Will Thompson
-
Remove account error dialogs from the scrollbook's notebook, not from the2007-11-14, by Will Thompson
-
merge of '29c59c7fc04cdf75b2debfab42171f298f82c5fc'2007-11-14, by Will Thompson
-
update also ChangeLog to indicate Finnish translation update2007-11-14, by Timo Jyrinki
-
Update fi.po translations for the release2007-11-14, by Timo Jyrinki
-
Updated swedish translation2007-11-14, by Peter Hjalmarsson
-
german translation update2007-11-16, by Jochen Kemnade
-
merge of '1a57741b94a1fc6f2b23038e3aa24ee2adf4181c'2007-11-14, by Sadrul Habib Chowdhury
-
Register the correct number of values for the "connection-error" signal.2007-11-14, by Daniel Atallah
-
Fix the max value for gntlabel's text-flag property2007-11-14, by Richard Nelson
-
Fix #3930 by correctly detecting when we're no longer immediately following a br.2007-11-14, by Daniel Atallah
-
Allow turning on logging when enabling the gnthistory plugin. (this doesn't2007-11-14, by Sadrul Habib Chowdhury
-
merge of '45b552be25717e53a4c0e84b9d0242ded9c05628'2007-11-14, by Sadrul Habib Chowdhury
-
merge of '046387959e096233195d912c7cc3f0b62f93eca8'2007-11-13, by Casey Harkins
-
disapproval of revision 'f2ac3f0cdea64fd5e603c5350cabf85ed619f5e3'2007-11-13, by Casey Harkins
-
Update the ChangeLog.API and change how gnt_menu_get_item works.2007-11-14, by Sadrul Habib Chowdhury
-
fixes #39412007-11-14, by Loptosko
-
merge of 'e9c1dfdac7b1652f8c03584db667bc586c4b295c'2007-11-13, by Casey Harkins
-
Use widget allocation height to determine docklet icon size on x11, rather2007-11-13, by Casey Harkins
-
fixes #39292007-11-13, by Shalom Craimer
-
fixes #39282007-11-13, by Loptosko
-
fixes #39202007-11-13, by Dmitry Beloglazov
-
fixes #39142007-11-13, by Ivar Smolin
-
credit due2007-11-13, by Luke Schierer
-
references #39082007-11-13, by Amanpreet Singh Alam
-
fixes #37832007-11-13, by Friedel Wolff
-
fixes #37662007-11-13, by Kelemen Gábor
-
further fix the po/Changelog2007-11-13, by Luke Schierer
-
fixes#37352007-11-13, by Martin Srebotnjak
-
merge of '6b1a373e3e69276313a52397e9213c08c1d67846'2007-11-13, by Luke Schierer
-
merge of '7a98d978e56502762335bda8f19011a139ac460a'2007-11-13, by Mark Doliner
-
Cleanup and fix the socks5 proxy connect address to be correct.2007-11-13, by Daniel Atallah
-
I messed this up at some point.2007-11-12, by Daniel Atallah
-
Don't allow the buffer to be overrun when you have lots of local IPs.2007-11-12, by Daniel Atallah
-
merge of 'aa714a29059f790cb003a8fe1bec9c8873d09e33'2007-11-12, by Daniel Atallah
-
- "Listening musik"2007-11-12, by Björn Voigt
-
merge of '9a0d3011817c44b114c37789a6561df8c8d75a80'2007-11-12, by Stu Tomlinson
-
merge of '42565dfdfb1d0477d08281c1c37e99bba59c56fc'2007-11-12, by Will Thompson
-
Add a clickable link to the SSL FAQ to errors about accounts which need SSL2007-11-12, by Will Thompson
-
Get rid of a few silly doxygen warnings2007-11-12, by Mark Doliner
-
Fix a warning from make docs:2007-11-12, by Mark Doliner
-
The order of these variable declarations is important if we want the2007-11-12, by Stu Tomlinson
-
Add maximize flags for windows.2007-11-12, by Sadrul Habib Chowdhury
-
merge of '45a353a8a7978312260680050564b3a32f0d07aa'2007-11-12, by Sadrul Habib Chowdhury
-
Hungarian translation updated2007-11-12, by Kelemen Gábor
-
First translation update for 2.3.0 and first try of mtn commit :)2007-11-13, by Claudio Satriano
-
updated German translation2007-11-12, by Jochen Kemnade
-
merge of '64bb85d88261de930f9c987d2347b6babf8e7641'2007-11-12, by Mark Doliner
-
merge of '13fac0dd91d110f10bc90c13074fe6277ba77b0d'2007-11-12, by Mark Doliner
-
1.1.2 -> 1.1.52007-11-12, by Kevin Stange
-
Add a lengthy comment about a small problem with our signal handler2007-11-12, by Mark Doliner
-
Update our Doxyfile.in using "doxygen -u Doxyfile.in"2007-11-12, by Mark Doliner
-
Update the FSF address that I missed in my round of updates a couple months ago.2007-11-12, by John Bailey
-
merge of '4d861866c16a8e87cc915a0d71b0b5a9365cbb3c'2007-11-12, by John Bailey
-
kill another compile warning2007-11-12, by Stu Tomlinson
-
Leak fix, cleanup and code reuse.2007-11-12, by Daniel Atallah
-
Don't strip the silc dlls.2007-11-12, by Daniel Atallah
-
Some platforms require additional includes before net/if.h, and this2007-11-27, by Ethan Blanton
-
Update the win32 SILC Toolkit to 1.1.5.2007-11-12, by Daniel Atallah
-
Squish some warnings here too, with evil(?) casts2007-11-12, by Stu Tomlinson
-
Silence a warning about blist_node_extended_menu defined but not used by2007-11-12, by Stu Tomlinson
-
Fix usage of purple_request_action_with_hint() (again?), hint and user_data2007-11-12, by Stu Tomlinson
-
Fix build.2007-11-12, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head d2826de9438a8a8756c77368c1f585807a3984d0)2007-11-11, by Will Thompson
-
Mention PidginMiniDialog in ChangeLog.API2007-11-11, by Will Thompson
-
Use the error icon rather than the disconnect icon in connection error2007-11-11, by Will Thompson
-
Switch to purple_connection_error_reason in msnp9, and a few places I missed in2007-11-11, by Will Thompson
-
Don't open a dialog window on connection errors --- they're shown in the buddy2007-11-11, by Will Thompson
-
Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.2007-11-11, by Will Thompson
-
Use PURPLE_CONNECTION_ERROR_INVALID_USERNAME in oscar and yahoo, which were2007-11-11, by Will Thompson
-
I don't think that incorrect passwords can be helpfully distinguished from2007-11-11, by Will Thompson
-
Consensus on #pidgin is that certificate errors and AUTHENTICATION_IMPOSSIBLE2007-11-11, by Will Thompson
-
Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used2007-11-11, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 0f99eebc17d3efab8dac3d72feb857ab25b06cb7)2007-11-11, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 18b9b46acf72ed063fad2e2779a5202fd6d8126b)2007-11-11, by Will Thompson
-
Propagating ipp to im.pidgin.cpw.resiak.disconnectreason caused2007-11-10, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)2007-11-10, by Will Thompson
-
Make mini-dialogs follow the blist's size changes.2007-11-07, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 58a7a68ec9891c7989ec16c0a3d52f9756de75db)2007-11-05, by Will Thompson
-
Really actually hide the description label inside a minidialog, even when2007-11-05, by Will Thompson
-
De-magic-number (and correct) the width request of PidginMiniDialog's labels.2007-11-05, by Will Thompson
-
Say that an account has been disabled if it has been in the title of a generic2007-11-05, by Will Thompson
-
Remove a redundant hbox around PidginMiniDialog's description label.2007-11-05, by Will Thompson
-
Hide the description label of the PidginMiniDialog used for signed on elsewhere2007-11-05, by Will Thompson
-
Use PidginMiniDialog to display signed in elsewhere errors in the blist.2007-11-05, by Will Thompson
-
Remove redundant gtk_widget_show_all()s.2007-11-05, by Will Thompson
-
Don't override any of the GtkContainer API in PidginMiniDialog. It's more2007-11-05, by Will Thompson
-
Add pidgin_mini_dialog_get_num_children(), a convenient way to check how many2007-11-04, by Will Thompson
-
Use an idle callback to destroy PidginMiniDialogs when a button is pressed.2007-11-04, by Will Thompson
-
Don't leak all bar one of the closure structs allocated by2007-11-04, by Will Thompson
-
Add some padding to PidginMiniDialogClass. Padding is not needed in2007-11-04, by Will Thompson
-
Make PidginMiniDialog do more things right when used as a GtkContainer. _add,2007-11-04, by Will Thompson
-
Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c2007-11-04, by Will Thompson
-
Display all connection errors in a scrollbook, which is packed inside2007-11-03, by Will Thompson
-
Fix iterating over accounts_signed_on_elsewhere while doing things that will2007-11-03, by Will Thompson
-
Remove padding and size-grouping from buttons in minidialogs to save horizontal2007-11-03, by Will Thompson
-
Use minidialogs rather than horrifying buttons with red text to notify the user2007-11-03, by Will Thompson
-
Work around a bug in vim's bracket matching, whereby it doesn't realise that2007-11-03, by Will Thompson
-
Add a tooltip to each account's label in the signed on elsewhere minidialog,2007-11-03, by Will Thompson
-
Restore error notifications on the buddy list after a restart. Make the Ignore2007-11-03, by Will Thompson
-
purple_account_clear_current_error is public API, so should not be static.2007-11-03, by Will Thompson
-
Save accounts' current errors to accounts.xml, and restore them at startup.2007-11-03, by Will Thompson
-
PurpleConnectionErrorInfo.description should not be const.2007-11-03, by Will Thompson
-
Extract setting an account's current error to a static function. In the2007-11-02, by Will Thompson
-
Add purple_account_clear_current_error(), which does what it says on the tin.2007-11-02, by Will Thompson
-
Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than2007-11-02, by Will Thompson
-
Don't pop up a separate error dialog when an account is disconnected by2007-10-31, by Will Thompson
-
Re-set URGENT on the buddy list when a new account is added to a pre-existing2007-10-31, by Will Thompson
-
Group all NAME_IN_USE errors together into one neat mini-dialog on the buddy2007-10-31, by Will Thompson
-
Document that callbacks for mini-dialogs may be NULL.2007-10-31, by Will Thompson
-
Break creating and removing generic error boxes by account into their own2007-10-31, by Will Thompson
-
Improve the documentation of pidgin_make_mini_dialog().2007-10-31, by Will Thompson
-
I have no idea why checking for an OFFLINE status type on an account would be2007-10-30, by Will Thompson
-
Fix a type error. I could have sworn I did this before committing...2007-10-30, by Will Thompson
-
* When an account error changes, just recreate its button rather than every2007-10-30, by Will Thompson
-
Document exactly how long the PurpleConnectionErrorInfo pointers given out by2007-10-30, by Will Thompson
-
The two PurpleConnectionErrorInfo parameters are meant to be const.2007-10-28, by Will Thompson
-
Mark pointed out that PurpleConnectionErrorPair is not a very good name for the2007-10-28, by Will Thompson
-
Document the gc parameter of purple_connection_error_reason to shut doxygen up.2007-10-28, by Will Thompson
-
Deprecate pidgin_blist_update_account_error_state() and2007-10-28, by Will Thompson
-
PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;2007-10-28, by Will Thompson
-
Add the old error to the account-error-changed signal.2007-10-28, by Will Thompson
-
merge of '37c3d8dfb803b6da542ca98ccd64739e1943072c'2007-10-28, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head a6e1d13e8af0e00ac47c87b5e118bb3c7ed5064f)2007-10-27, by Will Thompson
-
Connect to connection-error in account.c so that the account error is actually2007-10-28, by Will Thompson
-
Call pidgin_blist_update_account_error_state in response to2007-10-27, by Will Thompson
-
Remove repeated calls to purple_*_get_handle().2007-10-27, by Will Thompson
-
Changelog purple_account_get_current_error() and account-error-changed.2007-10-27, by Will Thompson
-
Make PurpleAccount keep track of the last connection error suffered (or not, if2007-10-27, by Will Thompson
-
Document connection-error signal.2007-10-27, by Will Thompson
-
I figured a signal firing on a connection error would be useful.2007-10-24, by Will Thompson
-
Having read the XMPP SASL specification, these errors seem more accurate.2007-10-24, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 08acda06a60a49c86dd22b679a931a22c62e3c13)2007-10-24, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 365b126365cc18309aea7f8eef0e9b2a19e6bda8)2007-10-17, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)2007-10-15, by Will Thompson
-
Document that the char * parameter of purple_connection_error{,_reason} may2007-10-14, by Will Thompson
-
Rename:2007-10-14, by Will Thompson
-
rlaager suggested using the last element of the PurpleDisconnectReason enum2007-10-14, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 6f090c623ea4e9357e5b4238348a888b4c869ab7)2007-10-13, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 4018add8ebbf0e7dfc0fa002ebaeedb7048a26a6)2007-10-12, by Will Thompson
-
merge of '1037fab539d2a95db4fc657f42420566f7e53440'2007-11-16, by Richard Laager
-
merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'2007-11-16, by Richard Laager
-
merge of '12ad71995f63338f624cb01c1e25710a0307ca31'2007-11-16, by Richard Laager
-
merge of '55275a531f00a6cabade1b8bfe74eafa3c2db4ba'2007-11-16, by Richard Laager
-
merge of '1d521d53265eb98ae00fd955fb78a1d39e4c8ba6'2007-11-16, by Richard Laager
-
merge of '88ea7f54513c734e65a7fc3f4318f393093f6fb6'2007-11-16, by Richard Laager
-
merge of '2b4dccc8587d65d95c8698baa12619b506cec2f7'2007-11-16, by Richard Laager
-
merge of '53b79b2ce557c515c1eb6d234e40ede98328a82e'2007-11-16, by Richard Laager
-
merge of 'b2a396d17dcaf8a381d711f406c759863a99557c'2007-11-16, by Richard Laager
-
merge of '2a243210bfd2514b2f7d77cba01c2cf78b8fe8a5'2007-11-16, by Richard Laager
-
merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245'2007-11-16, by Richard Laager
-
merge of '2af6143b8106e9e17b15eacee5bd408d8b7fc91a'2007-11-16, by Richard Laager
-
merge of '2c0e5c4e8381b58fde7f6ed1f20e1bf8bcf46201'2007-11-16, by Richard Laager
-
explicit merge of '2762c6075c0dc52a96098c5478c5bf68cfd890a3'2007-11-16, by Richard Laager
-
Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to2007-11-16, by Richard Laager
-
disapproval of revision 'ce13b5ca4994abbd4934b3bc568c8b115335c426'2007-11-16, by Richard Laager
-
disapproval of revision '2ce5a939a395a946ffcf7f9c862b4c54aba7457f'2007-11-16, by Richard Laager
-
disapproval of revision '0e51fd6f70ba330cbc25cff479b5c6325e939196'2007-11-16, by Richard Laager
-
disapproval of revision 'd0c23dfc8d64e57036509dd2e2248caaea3e6d9f'2007-11-16, by Richard Laager
-
disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'2007-11-16, by Richard Laager
-
disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336'2007-11-16, by Richard Laager
-
Fix win32 build following death of share/Makefile.mingw2007-11-11, by Stu Tomlinson
-
merge of '73057ee4da2b6a1bb75ad46fec3e2df323aa3e42'2007-11-11, by Stu Tomlinson
-
merge of '0f99eebc17d3efab8dac3d72feb857ab25b06cb7'2007-11-11, by Stu Tomlinson
-
Kill off another redundant Makefile2007-11-11, by Stu Tomlinson
-
Add tooltips when hovering over rooms in the roomlist so the full channel2007-11-11, by Stu Tomlinson
-
Some versions of libgadu use __GG_LIBGADU_HAVE_OPENSSL, others use2007-11-11, by Stu Tomlinson
-
merge of '0d945ca4ad9da6d9547272ea91c99f3dc3909ac6'2007-11-11, by Will Thompson
-
An identity does not always have a name; for example, Google Talk web folks can have type 'web', category 'client', no name.2007-11-11, by Evan Schoenberg
-
I think this is what the fwrite is actually meant to be doing.2007-11-11, by Stu Tomlinson
-
fix a bunch of these warnings from running configure:2007-11-11, by Stu Tomlinson
-
May as well use an existing string as the title for the error notification.2007-11-11, by Will Thompson
-
Actually properly fix this gg "write my buddy list to a file" callback by just2007-11-11, by Will Thompson
-
Hungarian translation updated2007-11-11, by Kelemen Gábor
-
merge of '2fb075583d4e52527a1045112f38c7a76f2c7e80'2007-11-11, by Will Thompson
-
Explicitly cast from xmlChar (== unsigned char) to char, squishing a warning.2007-11-11, by Will Thompson
-
Use distinct variables for the result of g_strerror (which is const) and a2007-11-11, by Will Thompson
-
Handle fwrite returning 0 in gg's "save my buddy list to a file" code,2007-11-11, by Will Thompson
-
update for next version (probably 2.3.0)2007-11-11, by Jochen Kemnade
-
Might help if we include msnp9 in the dist2007-11-11, by Stu Tomlinson
-
Update the list of files to be translated2007-11-11, by Stu Tomlinson
-
Add MSNP9 back as an alternative alongside the existing MSN prpl. Cowardly2007-11-11, by Stu Tomlinson
-
propagate from branch 'im.pidgin.elb.make' (head 7697ab7a2d1718ea16e52b2c03007343c5beb37e)2007-11-11, by Ethan Blanton
-
Fix my typo.2007-11-11, by John Bailey
-
Some final tweaking on the man page.2007-11-11, by John Bailey
-
merge of '535e513c571856e9e31d51a83dca552c8a8433dc'2007-11-10, by Stu Tomlinson
-
Fix for the crash reported by WormFood in #pidgin when right clicking on2007-11-10, by Stu Tomlinson
-
Clear the tags when the textview is cleared.2007-11-12, by Sadrul Habib Chowdhury
-
Cancel the typeahead search when escape is pressed.2007-11-11, by Sadrul Habib Chowdhury
-
Fix size calculation when shadow is enabled.2007-11-10, by Sadrul Habib Chowdhury
-
merge of 'e3fd21e6dabb99e5604e8337380353fcbe1a7279'2007-11-10, by Stu Tomlinson
-
Consolidation of icons Makefiles2007-11-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head e3fd21e6dabb99e5604e8337380353fcbe1a7279)2007-11-10, by Stu Tomlinson
-
Escape any un-escaped entities in purple_markup_html_to_xhtml when parsing2007-11-10, by Stu Tomlinson
-
Allow win32 builds to define EXTRAVERSION in local.mak to do the equivalent2007-11-10, by Stu Tomlinson
-
Make purple.h a generated file so plugins can just include this and never2007-11-10, by Stu Tomlinson
-
disapproval of revision 'b681959692589499c04b181e1db18edf0d6b2dc5'2007-11-10, by Stu Tomlinson
-
Make purple.h a generated file so plugins can just include this and never2007-11-10, by Stu Tomlinson
-
Allow myspace to build outside of the source tree2007-11-10, by Stu Tomlinson
-
Double include fix2007-11-10, by Gabriel Schulhof
-
Another transience fix2007-11-10, by Gabriel Schulhof
-
A grammar fix for finch(1).2007-11-10, by Will Thompson
-
Removed typedef2007-11-10, by Gabriel Schulhof
-
Removed typedef2007-11-10, by Gabriel Schulhof
-
Make it compile2007-11-10, by Gabriel Schulhof
-
Use only the first 16 characters of the password, and plug a leak.2007-11-10, by Ka-Hing Cheung
-
make our xmlnode preserve prefixes2007-11-10, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)2007-11-10, by Ka-Hing Cheung
-
Minor adjustments to prevent a crash, correct a data type and fix drawing.2007-11-10, by Sadrul Habib Chowdhury
-
Use gobject properties for labels.2007-11-09, by Sadrul Habib Chowdhury
-
I feel good when I am able to send messages, instead of just typing them.2007-11-06, by Sadrul Habib Chowdhury
-
Hitting Return in the entry will trigger the 'activate' signal.2007-11-05, by Sadrul Habib Chowdhury
-
Enable auto-complete in the pounce dialog.2007-11-05, by Sadrul Habib Chowdhury
-
Buttons were leaking all this time!2007-10-31, by Sadrul Habib Chowdhury
-
Hitting enter on a file will trigger the 'select' button in the file selector dialog.2007-10-30, by Sadrul Habib Chowdhury
-
Pressing 'insert' in the plugins window triggers the 'Install Plugin..' button.2007-10-30, by Sadrul Habib Chowdhury
-
Get rid of unnecessary strdup.2007-10-30, by Sadrul Habib Chowdhury
-
Close #2810. ('Non-XHTML-IM messages with links in them are broken.')2007-10-30, by Sadrul Habib Chowdhury
-
Do not ellipsize in a column of size 1.2007-10-30, by Sadrul Habib Chowdhury
-
Patch from Josh Davis to correct ellipsization for right-aligned columns.2007-10-30, by Sadrul Habib Chowdhury
-
Do not do unnecessary processing when updating text in a column.2007-10-30, by Sadrul Habib Chowdhury
-
Rolling back docklet geometry changes. These will have to wait until next2007-10-28, by Casey Harkins
-
propagate from branch 'im.pidgin.charkins.dockletgeom' (head 0a163d30bd4e04f722543b3868eb2d934e5e1db8)2007-10-28, by Casey Harkins
-
Bring silcpurple_create_keypair for silc 1.0 in line with the new2007-10-28, by Ethan Blanton
-
Patch from Gabriel Schulhof to transiate yet another window.2007-10-28, by Gabriel Schulhof
-
Add 'yank' action in the entry boxes.2007-10-26, by Sadrul Habib Chowdhury
-
Fix doxygen foo, thanks to resiak\!2007-10-26, by Sadrul Habib Chowdhury
-
Draw the 'header' correctly when not showing borders.2007-10-26, by Sadrul Habib Chowdhury
-
Show alias in restored conversation.2007-10-26, by Sadrul Habib Chowdhury
-
transpose-chars action for the entry boxes.2007-10-26, by Sadrul Habib Chowdhury
-
Add properties to boxes. This is the Right Way of doing things.2007-10-24, by Sadrul Habib Chowdhury
-
Fix menu hiding.2007-10-21, by Sadrul Habib Chowdhury
-
merge of '433b476c9aefc965849a15060e0feeccb640d283'2007-10-20, by Sadrul Habib Chowdhury
-
ChangeLog.API the new docklet geometry API. Fixes #521. Refs #1632.2007-10-18, by Casey Harkins
-
propagate from branch 'im.pidgin.charkins.dockletgeom' (head 0ac7285573f2998a702d7cbc62e7e8cc91e616e8)2007-10-18, by Casey Harkins
-
Add gnt_menuitem_activate, and 'activate' signal for GntMenuItem.2007-10-20, by Sadrul Habib Chowdhury
-
Prevent occasional crashes on quit.2007-10-20, by Sadrul Habib Chowdhury
-
Readjust the column widths when a column is hidden/redisplayed.2007-10-20, by Sadrul Habib Chowdhury
-
Doxygen for gnt.2007-10-16, by Sadrul Habib Chowdhury
-
Missing changelog entries and @since tags from 3f567df17490f68b4feb8cf26ad004a34eb7cc9a.2007-10-16, by Sadrul Habib Chowdhury
-
Add the menu-binding stuff in the manpage.2007-10-16, by Sadrul Habib Chowdhury
-
Add gnt_color_pair, which will replace color codes with 'appropriate' text2007-10-16, by Sadrul Habib Chowdhury
-
ChangeLog.API some of the current-media changes.2007-10-16, by Sadrul Habib Chowdhury
-
Add and call a purple_util_uninit() to free user_dir and customer_home_dir2007-10-15, by Richard Laager
-
disapproval of revision 'ddd8161138d003646cb2960438fe8011a3d71a8b'2007-11-16, by Richard Laager
-
A missing s/PURPLE_REQUEST_HINT/PURPLE_REQUEST_UI_HINT/2007-10-15, by Richard Laager
-
Document the addition of the PURPLE_REQUEST_UI_HINT_* defines.2007-10-14, by Richard Laager
-
Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no2007-10-14, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head e8fa6e02ff781b7fa39b211e7617c5083ea42688)2007-10-14, by Richard Laager
-
Document the UI hint defines and remove some bad ui_hint @param lines from2007-10-14, by Richard Laager
-
Mark some libpurple-internal functions as deprecated to further help keep2007-10-14, by Richard Laager
-
disapproval of revision '3588a68b11327f068eea391242fa5896bb72f8dd'2007-11-16, by Richard Laager
-
Use the PURPLE_REQUEST_HINT defines for comparisons.2007-10-14, by Richard Laager
-
disapproval of revision '0bca057095e209f4b41abe027de4864301ead50e'2007-11-16, by Richard Laager
-
disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'2007-11-16, by Richard Laager
-
Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c2007-10-14, by Gabriel Schulhof
-
Wrap the newly deprecated functions with #ifndef PURPLE_DISABLE_DEPRECATED.2007-10-14, by Richard Laager
-
Document the with_hint API changes.2007-10-14, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 675607eb0ab04822a33c6d542694e94dbb731035)2007-10-14, by Richard Laager
-
disapproval of revision '403dd7caf39b853d3f3620441ea1abebb19cfa03'2007-11-16, by Richard Laager
-
Fix up some broken changes in the request API UI hint changes.2007-10-14, by Richard Laager
-
merge of '1bcf84e26d11f259b3c5ec663e3fecc2f01aed33'2007-10-14, by Richard Laager
-
Document the window transient_for changes. Refs #26172007-10-13, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 49d0219884ede2c6c571f2df73e29dffa86f54ad)2007-10-13, by Richard Laager
-
purple_lt_current needed to be bumped (as per the comment at the start of2007-10-13, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 26e91b9e80a9d63c85455f11102f75f36cb95afc)2007-10-12, by Richard Laager
-
Merge the ChangeLog.API entries for 2.3.02007-10-12, by Richard Laager
-
merge of '87d5331b62c3e62aaacddc0fe0a8c3f0787cda2b'2007-10-12, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head fa0e512d79dfe479bc36c2436089b51854ef3eb5)2007-10-12, by Sadrul Habib Chowdhury
-
Changelog some of the stuff.2007-10-12, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head d42511319051bcfa8adb3ed8e3f11a26cabc43f4)2007-10-12, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.sadrul.currentmedia' (head 734d4a6e0655850d5f891d22d4c37f15d0ccf1bd)2007-10-12, by Sadrul Habib Chowdhury
-
Missing buddylist request field stuff.2007-10-04, by Sadrul Habib Chowdhury
-
Add marshalling functions for the authorization signals.2007-10-04, by Sadrul Habib Chowdhury
-
Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.2007-10-03, by Sadrul Habib Chowdhury
-
Add a note: Perhaps look at menu-labels if it doesn't have an ID when processing an accelerator key.2007-10-03, by Sadrul Habib Chowdhury
-
Add IDs to the menuitems in the buddylist menu so they can have acceletor keys.2007-10-03, by Sadrul Habib Chowdhury
-
Toplevel boxes don't have menus.2007-10-03, by Sadrul Habib Chowdhury
-
Allow binding key-shortcuts to menuitems.2007-10-03, by Sadrul Habib Chowdhury
-
disapproval of revision '6ed8ed5b5440b381d08d2a36c8b60d05d935aaa8'2007-11-14, by Sadrul Habib Chowdhury
-
Sample use of the buddylist node request field.2007-10-03, by Sadrul Habib Chowdhury
-
merge of '7ad0c13aa61f79d4ac1cfaf922642b4b63ebc914'2007-10-03, by Sadrul Habib Chowdhury
-
merge of '0aa0a220a3346cbd27a0595bb2136c61712a5a4e'2007-09-19, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head abd68a0284028e1f6620c0f7ef517a13458d49d1)2007-09-19, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head b7ee9ed3d96546482462baf63c4127858553c275)2007-10-10, by Richard Laager
-
Move 2.2.2 to the right place.2007-10-10, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 1e697229b1c9a564fa1e509cc9a4a83da6e664df)2007-10-10, by Richard Laager
-
Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.2007-10-07, by Richard Laager
-
Use purple_plugin_disable() to get the right behavior with plugins that2007-10-07, by Richard Laager
-
Use the new purple_plugin_disable() function and purple_plugin_unload()'s2007-10-07, by Richard Laager
-
Bump the version to 2.3.02007-10-07, by Richard Laager
-
* Add purple_plugin_disable() to prevent plugins from loading on the next2007-10-07, by Richard Laager
-
If there is no secondary text in a notify, avoid adding "\n\n" and creating2007-10-07, by Richard Laager
-
Document the addition of purple_plugin_disable() and the changes to2007-10-07, by Richard Laager
-
Fix the last two entries: we've used lowercase version elsewhere.2007-10-07, by Richard Laager
-
I think we're doing the proper checks now, so remove a TODO. If this is2007-10-07, by Richard Laager
-
Use g_list_delete_link() instead of g_list_remove() in this new code, as2007-10-07, by Richard Laager
-
Re-add a loop I removed in b5acf346a6ed692acc613d71a9ebbfcf4726cc63. It's2007-10-07, by Richard Laager
-
Fix a syntax error so this compiles.2007-10-06, by Richard Laager
-
merge of '6b5f1f48667171fe73de619dd8f80cacd231a2e2'2007-10-06, by Richard Laager
-
Honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch2007-10-06, by Richard Laager
-
Remove some TODOs on deprecated code.2007-10-06, by Richard Laager
-
Honor the return value of a plugin's unload function.2007-10-06, by Richard Laager
-
German translation update2007-11-09, by Jochen Kemnade
-
applied changes from f0cdd16c20f9773e28cd79b36ffcf1c66057e32e2007-11-09, by Stu Tomlinson
-
This changelog entry was weak, considering all the work John actually2007-11-09, by Kevin Stange
-
The last of the man page updating that I had planned to do. Constructive2007-11-09, by John Bailey
-
merge of '3df0bc5b9537dc64833bb97fe2a03920e6f0c304'2007-11-09, by John Bailey
-
merge of '54be730b876d8dcb239390730afc8620f96bc429'2007-11-09, by Daniel Atallah
-
merge of '375ee8dbfbcb119caf0510839f43bc2b0a2d8ff1'2007-11-09, by Andreas Monitzer
-
merge of 'c37fee6ba3de411437645ccbbe48c947adee7414'2007-11-09, by Daniel Atallah
-
merge of 'fbe5808a8fa8c35651a2920d4aa62f1781d51246'2007-11-08, by Ethan Blanton
-
jtb indirectly points out that we need a fflush() before the fsync(),2007-11-08, by Ethan Blanton
-
Fixed cancelling ad-hoc commands2007-11-09, by Andreas Monitzer
-
Don't allow tooltips to interfere with editing blist entries. Fixes #3830.2007-11-09, by Daniel Atallah
-
merge of '8f4d756b61b5688ce770c469c3a7095dbe6c271d'2007-11-08, by Ethan Blanton
-
Manually fflush() files written with purple_util_write_data_to_file,2007-11-08, by Ethan Blanton
-
fix up the po/Changelog2007-11-13, by Luke Schierer
-
applied changes from 1ae7bab2d86d4fb77e82e0c2fd0e7f44329604ab2007-11-13, by Luke Schierer
-
update tr translations2007-11-08, by Serdar Soytetir
-
Updated Belarusian Latin translation. This is the one Ihar Hrachyshka2007-11-08, by Ihar Hrachyshka
-
Updated Indonesian translation. This is the one that Rai S. Regawa2007-11-08, by Rai S. Regawa
-
In an email to the Pidgin devel mailing list on 3 Nov 2007, Ethan2007-11-08, by Mark Doliner
-
Change the ordering of the options in the system tray dropdown menu so2007-11-08, by Mark Doliner
-
merge of 'eb14385d2f3d84e0bdd1b158200baa76f86da3a2'2007-11-08, by Stu Tomlinson
-
More updates to the man page. All of the Preferences dialog is complete.2007-11-07, by John Bailey
-
Leak fix.2007-11-07, by Daniel Atallah
-
applied changes from 172a59b41412c4630834d66f2e7ec3be970cc36b2007-11-07, by Sadrul Habib Chowdhury
-
merge of '656ddea68cc0419829183e2676970ed21efb838f'2007-11-07, by Sadrul Habib Chowdhury
-
Document PurplePrefCallback.2007-11-07, by Will Thompson
-
disapproval of revision '240095fc3a12eafe8418f57362c4b2a88da143c1'2007-11-07, by Sadrul Habib Chowdhury
-
Get rid of some doxygen warnings by removing undocumented @params2007-11-07, by Mark Doliner
-
Another leak fix.2007-11-07, by Daniel Atallah
-
Fix a little leak.2007-11-07, by Daniel Atallah
-
We dont need the icons on Windows.2007-11-07, by Daniel Atallah
-
Some more work on the man page. Updated the sections for the Interface,2007-11-06, by John Bailey
-
Add a test for the html markup parsing to try to prevent a repeat of 2.2.22007-11-08, by Stu Tomlinson
-
Updated Finnish translation against head. My first commit...2007-11-06, by Timo Jyrinki
-
merge of '6f297cb9eebbeafa2feb340ad3f46f4157854b90'2007-11-05, by Luke Schierer
-
Fix mingw 'make clean' for pixmap makefile changes2007-11-05, by Daniel Atallah
-
merge of '2cecdc50a5092d64d885f3eccee1a6b2209e6651'2007-11-05, by Björn Voigt
-
The first few of many updates needed for the man page. This round:2007-11-05, by John Bailey
-
merge of '20236f54c97e87512b7eb716559a4bd86b73f833'2007-11-05, by John Bailey
-
merge of '1add15394515c75824600c86f6df714bc7017374'2007-11-05, by John Bailey
-
Updated Macedonian Translation, mk.po, <ufo@linux.net.mk>.2007-11-04, by Арангел Ангов
-
- German update2007-11-05, by Björn Voigt
-
show the idle status on tooltip as well, Fixes #37442007-11-04, by Ka-Hing Cheung
-
This is a fix from goyko for ICQ character set conversion in user info.2007-11-04, by Ethan Blanton
-
merge of '3196ba6eba49b037cf62d9785fbc866b199321f3'2007-11-04, by Gary Kramlich
-
merge of '8efbae676804d160b330226a663aa241a8d6a78e'2007-11-04, by Ka-Hing Cheung
-
merge of '9711119df29a0928ae061bc0e4d34d750db51f23'2007-11-04, by Ka-Hing Cheung
-
fix allowing to be added, some old fix was lost during one of the merges2007-11-04, by Ka-Hing Cheung
-
merge of '8efbae676804d160b330226a663aa241a8d6a78e'2007-11-04, by Ethan Blanton
-
More pixmaps Makefile consolidation2007-11-06, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 20f657930ee91380e681714a2194ae9ae515078c)2007-11-04, by Ethan Blanton
-
read as much from the fd as possible if we get a read event, hopefully will2007-11-03, by Ka-Hing Cheung
-
merge of '9d8120be512c235d76a8f6fee60cae024da8772e'2007-11-03, by Stu Tomlinson
-
merge of '329395b9793793f35bcf231033c1eb942513ab01'2007-11-03, by Carlos Silva
-
Fix some typos2007-11-03, by Carlos Silva
-
Add a button in preferences to launch Gnome preferred application2007-11-03, by Stu Tomlinson
-
Improved cyrus sasl support on win32:2007-11-03, by Stu Tomlinson
-
The include dir in the Bonjour SDK has a capital I, so specify that in the2007-11-03, by Stu Tomlinson
-
Delete Microsoft_Secure_Server_Authority.pem when uninstalling on win322007-11-03, by Stu Tomlinson
-
#include "internal.h" to get a definition for G_GNUC_NULL_TERMINATED where2007-11-03, by Stu Tomlinson
-
replace most calls to strerror with calls to g_strerror. strerror will return2007-11-03, by Nathan Walp
-
don't send a canceled user query2007-11-03, by Nathan Walp
-
Since the XMPP PurpleConnection is created before we know we need a password,2007-11-03, by Nathan Walp
-
merge of '3cd7a16a03c0ecaa525bee4e96c8693925dc780a'2007-11-03, by Jochen Kemnade
-
fix win32 build2007-11-03, by Ka-Hing Cheung
-
Patch from eperez to fix some debug code, Fixes #35242007-11-03, by Ka-Hing Cheung
-
initialize a variable to NULL, and not crash when you move a buddy to a new2007-11-03, by Ka-Hing Cheung
-
compile!2007-11-03, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head c3fe9bf88d02997989374e7ecc80a3f2462ee462)2007-11-03, by Ka-Hing Cheung
-
merge of '821557bd1a14108389bdbbd1eafc32a93b12b018'2007-10-30, by Ka-Hing Cheung
-
merge_into_workspace of 3380c786d272dcd9ab1360f49c3e4e51227af6632007-10-30, by Ka-Hing Cheung
-
merge_into_workspace of ad5838522d44d037dc333469f1ab6df844ca18752007-10-30, by Ka-Hing Cheung
-
merge_into_workspace of c0e79d15a4fe4c5b0129fcae5060754b25f72a56 and2007-10-30, by Ka-Hing Cheung
-
merge of '772308477d928d281291577b4419345699dbadab'2007-10-25, by Ka-Hing Cheung
-
merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'2007-10-24, by Ka-Hing Cheung
-
fix up bad merge the bad way2007-10-25, by Ka-Hing Cheung
-
merge of '55509c00185d844b4d89ef81a3eb17a6a0c5f52a'2007-10-25, by Ka-Hing Cheung
-
explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'2007-10-25, by Ka-Hing Cheung
-
explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'2007-10-25, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f)2007-10-24, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head cf95a43fbd6666b7d2e750c182d7b85b047582c0)2007-10-14, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head cd2be742f6c45c200000003fc5a6341297bbe857)2007-10-04, by Ka-Hing Cheung
-
disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'2007-11-16, by Richard Laager
-
explicit merge of '8f24e3576448fefbc861e06f1e8d5fe17db2e71a'2007-10-14, by Richard Laager
-
explicit merge of '2762c6075c0dc52a96098c5478c5bf68cfd890a3'2007-10-14, by Richard Laager
-
merge of 'b17e0283464425b6dabc3d5bf6ccabd33ab920c1'2007-10-14, by Richard Laager
-
disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'2007-10-14, by Richard Laager
-
merge of '44d5142a2e45fb899043fbf65242432eceffafdc'2007-10-14, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 2762c6075c0dc52a96098c5478c5bf68cfd890a3)2007-10-13, by Richard Laager
-
merge of '5440858761f5047ec1b899b68ea9fd9dc1e797d4'2007-10-13, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head f28fe5ed42cadd9ebe524e358fa913a04817da8e)2007-10-13, by Gabriel Schulhof
-
Need to explicitly call gtk_window_set_transient_for, even on a GtkDialog2007-10-13, by Gabriel Schulhof
-
merge of '703f60ba828ae34d2156cf34c7757fae6c08b04c'2007-10-13, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847)2007-10-10, by Gabriel Schulhof
-
Forgot Add Buddy and Add Chat dialogs2007-10-13, by Gabriel Schulhof
-
Removed request stuff - now on pidgin-request-ui-hint2007-10-10, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847)2007-10-10, by Gabriel Schulhof
-
Not a clean diff2007-10-09, by Gabriel Schulhof
-
Not a clean diff2007-10-09, by Gabriel Schulhof
-
Not a clean diff2007-10-09, by Gabriel Schulhof
-
Not a clean diff2007-10-09, by Gabriel Schulhof
-
Not a clean diff2007-10-09, by Gabriel Schulhof
-
Not a clean diff2007-10-09, by Gabriel Schulhof
-
Only the request API changes2007-10-09, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 4d50bf3b08569aa2108a9f5da47fb1548d0c7dd9)2007-10-09, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)2007-10-08, by Gabriel Schulhof
-
merge of '6ac3a8102758d7f3ccaf714b4252c81832e6bcb7'2007-10-08, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 584deef31dde531d5eb5786f3f0a24d55128e8dd)2007-10-06, by Gabriel Schulhof
-
Forgot to initialize blist for debug window transience2007-10-08, by Gabriel Schulhof
-
Make debug window transient to buddy list2007-10-06, by Gabriel Schulhof
-
New request in gntblist.c2007-10-06, by Gabriel Schulhof
-
Compile2007-10-06, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)2007-10-06, by Gabriel Schulhof
-
merge of '368bfef2ab575a899876b7b246223bac8b53c290'2007-10-18, by Etan Reisner
-
Make purple_xfers_uninit, purple_network_uninit, and purple_plugins_uninit2007-10-18, by Etan Reisner
-
Document the show_date parameters to the log-timestamp and2007-10-17, by Etan Reisner
-
Order the signal descriptions the same in the body as in the summary.2007-10-17, by Etan Reisner
-
Add the account-alias-changed signal to the summary at the top.2007-10-17, by Etan Reisner
-
merge of '7c9f2e0cc4967a3eaade95d32f164349b6d1aa03'2007-11-02, by Jochen Kemnade
-
change my email address2007-11-02, by Jochen Kemnade
-
gg: Properly display your status in the buddylist.2007-11-04, by Bartoz Oler
-
A pidgin fans in Great Britain.U.K thinks that nullclient should explicitly2007-11-02, by Will Thompson
-
Since Sean promoted me, I guess my name belongs under "Developers" now.2007-11-02, by John Bailey
-
This patch prevents changing the saved account password for XMPP accounts2007-11-02, by John Bailey
-
Fix some leaking GtkSizeGroups.2007-10-30, by Daniel Atallah
-
Fix some leaks caused by GdkPixbufLoaders not being disposed of.2007-10-30, by Daniel Atallah
-
Remove unused definition.2007-10-30, by Daniel Atallah
-
Add some missing debugging newlines.2007-10-30, by Daniel Atallah
-
Fix a leak of a GtkSizeGroup.2007-10-30, by Daniel Atallah
-
Mark the unused GtkIMHtml fields as deprecated.2007-10-30, by Daniel Atallah
-
Fix a leak of an unused GtkSizeGroup and deprecate the unused variable.2007-10-30, by Daniel Atallah
-
merge of '5e40b4c4c0c2949025f174c4aef2da0c54d79c31'2007-10-29, by Ka-Hing Cheung
-
Ignore mute setting when testing sounds from the preferences window.2007-10-29, by Casey Harkins
-
merge of '7ea551cdfc72cb2ec310d0d54d2a7e5badf7535e'2007-10-29, by Ka-Hing Cheung
-
Port this fix from silc 1.1 prpl to silc 1.0 prpl:2007-10-29, by Stu Tomlinson
-
Maintain VERSION and DISPLAY_VERSION defines in config.h for the mingw build instead of plopping it on the command line.2007-10-29, by Daniel Atallah
-
Patch from Pekka Riikone to fix various SILC issues.2007-10-29, by Ethan Blanton
-
merge of '02ceb2c6297e1fffb5870c6755ddc0ae3a864eee'2007-10-29, by Ethan Blanton
-
merge of '022ff8d97a85c1c5ea7b66f7d6ce6c607fd12a32'2007-10-28, by Stu Tomlinson
-
Track the actual visibility for the buddy list (unobscured, partially and2007-10-28, by Casey Harkins
-
Consider buddy list obscured if it is partially obscured in addition to2007-10-28, by Casey Harkins
-
Document PurplePluginProtocolInfo.get_cb_real_name2007-10-28, by Will Thompson
-
Silence warnings from dbus-analyze-functions.py about calling 'raise' on a2007-10-28, by Will Thompson
-
Makefile.mingw updates to install animations/16 files without a Makefile in2007-10-28, by Stu Tomlinson
-
Remove the Makefile.am for a directory which actually installs files,2007-10-28, by Ethan Blanton
-
Give 'make dist' a fighting chance of working2007-10-28, by Stu Tomlinson
-
Fix win32 pixmaps/Makefile.mingw and remove unused Makefile.mingw's2007-10-28, by Stu Tomlinson
-
This is the first step toward rationalizing our Makefiles to reduce2007-10-28, by Ethan Blanton
-
Add a button in Network prefences page to launch Gnome proxy configuration2007-10-28, by Stu Tomlinson
-
merge of '74f5f273ea24887c8df0384ce8795613dfbbd7ee'2007-10-27, by Will Thompson
-
Add a --with-extraversion option to ./configure so packagers can fine tune2007-10-27, by Stu Tomlinson
-
Guard this X stuff so it's only compiled if GDK_WINDOWING_X11 is defined.2007-10-27, by Stu Tomlinson
-
Avoid g_log warnings when there's no xhtml to append to, and remove a2007-10-27, by Stu Tomlinson
-
merge of '3a8a65c746e023953f147a9069128a4df23e97bf'2007-10-27, by Stu Tomlinson
-
We really don't need to display Blocked: status in the tooltip for every2007-10-27, by Stu Tomlinson
-
Add some checking to make sure the directory was created ok before saving2007-10-27, by Stu Tomlinson
-
Some constification, which also found and fixed some potential double-free2007-10-27, by Stu Tomlinson
-
Documentation tweaks for the write_conv uiop and for prpl_info.offline_message.2007-10-27, by Will Thompson
-
Fix this warning:2007-10-26, by Stu Tomlinson
-
another patch from Andrew Gaul, funny how it's been exactly a year since Mark2007-10-29, by Ka-Hing Cheung
-
merge of '5d1f7fb3ad5d13827b161c3d115fb82e9826fe2c'2007-10-26, by Ka-Hing Cheung
-
Fix a leak of the dns query results.2007-10-26, by Daniel Atallah
-
merge of '624a8a3a5fd07708e24e8238a0d745c857ca9c72'2007-10-26, by Daniel Atallah
-
Fix a double-free that was not fun to track down. Fixes #3688.2007-10-26, by Daniel Atallah
-
Another patch from Andrew Gaul that plugs a leak:2007-10-26, by Ka-Hing Cheung
-
Patch from Andrew Gaul to constify a bunch of static variables to reduce2007-10-26, by Ka-Hing Cheung
-
Return if we couldn't get our buddylist rather than trying to2007-10-26, by Mark Doliner
-
Adjust ChangeLog.win32 slightly.2007-10-25, by Kevin Stange
-
merge of '80428952b570d014e6a4014048edcf0bde18eebb'2007-10-25, by Sean Egan
-
Note that imhtml->clipboard[text|html]_string are deprecated.2007-10-25, by Daniel Atallah
-
merge of '7793ae5b4dd75b3c2f62c2502dbd08c76dbe7b1c'2007-10-25, by Richard Laager
-
don't assume </stream:stream> means the conversation window is closed. Fixes #36902007-10-25, by Sean Egan
-
- Add finch.pc to finch-devel2007-10-23, by Stu Tomlinson
-
Let's try this coloring instead.2007-10-25, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 5b8360c29b011dc10812b101bc5fa0f63b598d0b)2007-10-23, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 26e8d524b9c27b92a3614f69b1cd2fba504d7850)2007-10-23, by Richard Laager
-
Bump the version to 2.2.32007-10-23, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)2007-10-23, by Richard Laager
-
There's an #ifdef in MSIM which, if enabled, allows the user to specify2007-10-19, by Kevin Stange
-
Fix a warning2007-10-19, by Kevin Stange
-
Fix compile with --enable-debug2007-10-19, by Kevin Stange
-
Leak fix.2007-10-19, by Daniel Atallah
-
Don't reinitialize the OIM session on subsequent calls.2007-10-19, by Daniel Atallah
-
Cleanup some unnecessary NULL checks in g_strdup()/g_free().2007-10-19, by Daniel Atallah
-
Leak fixes.2007-10-19, by Daniel Atallah
-
Fix some leaks and prevent some unnecessary allocations and frees.2007-10-18, by Daniel Atallah
-
Print debugging output when the win32 launcher gives up because Pidgin is already running.2007-10-18, by Daniel Atallah
-
Fix some leaks caused by misuse of g_list_remove_link() instead of g_list_delete_link().2007-10-18, by Daniel Atallah
-
Update libxml2 to 2.6.30 for win32 build.2007-10-18, by Daniel Atallah
-
merge of '3bee1aee40b5389caacd65f686618708d5bc65c8'2007-10-18, by Daniel Atallah
-
Avoid unnecessary alloc/free.2007-10-17, by Daniel Atallah
-
When getting info on a myspace user not on the buddy list, a temporary2007-10-18, by Evan Schoenberg
-
Thanks to "phunkydizco" for noting some missing smileys in ICQ. Fixes #35222007-10-18, by Kevin Stange
-
Use the conversation title for unread message tooltips. Fixes #3557.2007-10-18, by Casey Harkins
-
Prevent strlen() on non-nul-terminated string.2007-10-17, by Daniel Atallah
-
Add notes about how the value argument to the2007-10-17, by Etan Reisner
-
merge of '216358713db91ffb0fc0dca95ad096c85290a20f'2007-10-17, by Etan Reisner
-
merge of 'e33c17e58da161b8cffaf13e9d79e9bb4b9ce4ce'2007-10-17, by Etan Reisner
-
Make binary zip when building the win32 installers.2007-10-16, by Daniel Atallah
-
Etan pointed out that we should be using 64-bit variable types here.2007-10-16, by Mark Doliner
-
Prevent a crash when the proxy username isn't specified. Fixes #3583.2007-10-16, by Daniel Atallah
-
Updated Korean translation from Sushizang. He sent an email to the2007-10-16, by Mark Doliner
-
When signing on to an oscar account, if we check your screen name and2007-10-16, by Mark Doliner
-
Me and Jim Rodgers from meebo don't think that . _ and - are valid2007-10-16, by Mark Doliner
-
Only free the GString "alt" if it's non-null. This was causing an2007-10-16, by Mark Doliner
-
Add the ability for our dbus server to send out int64 and uint64. I2007-10-16, by Mark Doliner
-
weight="bold" was getting set twice on tab titles when receiving an2007-10-16, by Mark Doliner
-
merge of '113d6b252a2d302b8b5d0fea0e2cc1d4abac3c9a'2007-10-16, by Mark Doliner
-
merge of '51bc20100c62f71bc194d00b719c01b8dee40609'2007-10-16, by Mark Doliner
-
merge of '4c59953fd39724c7b48e897585df61dab901c4d2'2007-10-16, by Sadrul Habib Chowdhury
-
deryni noticed that the documentation and code do not match for2007-10-16, by Sadrul Habib Chowdhury
-
Use gtk_window_present() instead of gtk_widget_show() when showing the2007-10-16, by Mark Doliner
-
When checking for redirects in purple_util_fetch_url(), look for2007-10-16, by Mark Doliner
-
Make the docklet and buddy list menutray agree on unread messages. Both2007-10-16, by Casey Harkins
-
I think this was intended2007-10-16, by Richard Nelson
-
Using i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) for2007-10-15, by Evan Schoenberg
-
merge of '59ab2b78429c94d5d0fc77b1b7892accb524e2a4'2007-10-15, by Evan Schoenberg
-
merge of '8dfaab508a354f388e2c597bd4eef6e0703fa790'2007-10-15, by Casey Harkins
-
merge of '107559a1f06aea6bcd2bc3914663a84a941f275c'2007-10-15, by Sadrul Habib Chowdhury
-
merge of '732917d4f1ac90e4c7e5143bbd59513fd6eef921'2007-10-15, by Will Thompson
-
Track the unseen state on the PurpleConversation for dettached convs. This2007-10-15, by Casey Harkins
-
Fix docklet blinking for real this time. Fixes #3211.2007-10-15, by Casey Harkins
-
Handle unattached conversations appropriately when drawing tooltip for2007-10-15, by Casey Harkins
-
Fix some (rather large) leakage.2007-10-15, by Daniel Atallah
-
merge of '4ac79800f2efc2dbe9a348189a545b149d6dfb44'2007-10-15, by Daniel Atallah
-
merge of '60c313e0859ab5b5106920e3133826ed0ec09703'2007-10-15, by Casey Harkins
-
More leak fixes.2007-10-15, by Daniel Atallah
-
Leak fix.2007-10-15, by Daniel Atallah
-
Prevent the rest of the list being leaked.2007-10-15, by Daniel Atallah
-
merge of '4d5bbc54236419e777e3df044678b798605409bf'2007-10-15, by Daniel Atallah
-
Use a #define for the msn 'currentmedia' status attribute in line with the PURPLE_TUNE_ attributes used in the xmpp prpl2007-10-15, by Evan Schoenberg
-
merge of '4d5bbc54236419e777e3df044678b798605409bf'2007-10-15, by Evan Schoenberg
-
Fix CID 308, which was an error about code which could not be reached. I2007-10-15, by Richard Laager
-
disapproval of revision '9af00415175d29e7e9227c383939d392ea0af499'2007-10-15, by Casey Harkins
-
Make the docklet blink again for unread messages. Fixes #3211.2007-10-15, by Casey Harkins
-
Make clicking on the menutray in the buddy list present the first pending2007-10-15, by Casey Harkins
-
Make sure that the "Change Status" submenu in the docklet context menu2007-10-15, by Casey Harkins
-
Fix some leaks.2007-10-15, by Daniel Atallah
-
Fix reference leak of AtkObjects. Prevent an unnecessary allocation in pidgin_check_if_dir().2007-10-14, by Daniel Atallah
-
Plug another leak.2007-10-14, by Daniel Atallah
-
Plug a leak.2007-10-14, by Daniel Atallah
-
Leak fix.2007-10-14, by Daniel Atallah
-
merge of 'bc9860a748e1570dd84f3743dd22c9834f2d38aa'2007-10-14, by Daniel Atallah
-
Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why.2007-10-14, by Richard Laager
-
s/@TODO/@todo/ for Doxygen.2007-10-14, by Richard Laager
-
Fix a typo in a Doxygen comment.2007-10-14, by Richard Laager
-
Add the constreturn macro. Perhaps I added this to Doxyfile and not2007-10-14, by Richard Laager
-
Use the patched GtkSpell to avoid excessive memory usage per-conversation. Fixes #1453.2007-10-14, by Daniel Atallah
-
Fix linking with both Bonjour SDK 1.0.3 and 1.0.4 (which doesn't need to be done in the default build anyway).2007-10-14, by Daniel Atallah
-
Fix all our calls to fcntl(listenfd, F_SETFL, O_NONBLOCK);2007-10-14, by Mark Doliner
-
A patch from QuLogic to eliminate some duplication in the aMSN code, also2007-10-13, by Richard Laager
-
This is sure to be a controversial change... As I mentioned the other day2007-10-13, by Richard Laager
-
merge of '111659964eabcb60dd83e3598df42b5d4b788a90'2007-10-13, by Richard Laager
-
Use glib guint32 type instead of uint32_t. Fixes #3511.2007-10-13, by Daniel Atallah
-
nosnilmot points out that this is a better way to ensure the size is valid.2007-10-13, by Daniel Atallah
-
disapproval of revision '94ce8a7c2dcd9c4ab8a0eff7fb4391ea043cd183'2007-10-13, by Daniel Atallah
-
Prevent invalid data length from getting passed to fwrite.2007-10-13, by Daniel Atallah
-
Patch from Will Hawkins to publish a status of closed when signing out of a SIMPLE account. Fixes #1914.2007-10-13, by Daniel Atallah
-
Add some xsl magic to generate a .devhelp index from doxygen's XML output,2007-10-13, by Will Thompson
-
Close a dir after reading from it. Thanks, datallah.2007-10-15, by Sadrul Habib Chowdhury
-
Since we are looking at the return value of fread, it actually matters that2007-10-12, by Sadrul Habib Chowdhury
-
Use functions and loops and all those fancy things.2007-10-12, by Sadrul Habib Chowdhury
-
Fix the searchresult thingy nosnilmot fixed in pidgin.2007-10-12, by Sadrul Habib Chowdhury
-
merge of '93318cf87bdf841c216b3021f434057da03778f3'2007-10-12, by Sadrul Habib Chowdhury
-
ChangeLog plugin actions in the docklet menu.2007-10-12, by Casey Harkins
-
Fix pidgin_notify_searchresults to use the actual title for column headers,2007-10-12, by Stu Tomlinson
-
Exclude the dbus client binding headers from processing by doxygen, which stops2007-10-12, by Will Thompson
-
Add some (but not much!) documentation to PurplePluginProtocolInfo.2007-10-12, by Will Thompson
-
Patch from Kramer to boldify the text in tab-titles when the user is typing2007-10-12, by Sadrul Habib Chowdhury
-
Patch from nix_nix to remove some dead code. Closes #3489.2007-10-12, by Sadrul Habib Chowdhury
-
When drag-dropping an image onto a conversation, include 'Send image file' as2007-10-12, by Sadrul Habib Chowdhury
-
Another patch from QuLogic. This one makes sure the History plugin properly2007-10-12, by Sadrul Habib Chowdhury
-
Pay attention to the return value of fread. I don't think not doing this2007-10-12, by Sadrul Habib Chowdhury
-
Patch from QuLogic to add support for aMSN logs from the log-reader plugin.2007-10-12, by Sadrul Habib Chowdhury
-
merge of '26e91b9e80a9d63c85455f11102f75f36cb95afc'2007-10-12, by Sadrul Habib Chowdhury
-
merge of '0799c401a032f2fe66af5bbf14c1269fa11fe738'2007-10-12, by Sadrul Habib Chowdhury
-
Patch from QuLogic to not use underscores in saved-statuses as mnemonics2007-10-12, by Sadrul Habib Chowdhury
-
Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.2007-10-12, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head f33ba0034c79d8e37a70d664ec534356fa361608)2007-10-12, by Will Thompson
-
Replace a bunch of @return markers with @constreturn markers. I believe these2007-10-17, by Etan Reisner
-
merge of 'b7ee9ed3d96546482462baf63c4127858553c275'2007-10-12, by Richard Laager
-
merge of 'bb426e3c52ba2442bfbf7ec6159714fca242cb92'2007-10-28, by Casey Harkins
-
disapproval of revision '03054fd9afde1bcdafb721ed7712638568c3a3e1'2007-10-28, by Casey Harkins
-
merge of 'a9988692f118a65a6c2ebdfc62abfed71e403153'2007-10-28, by Casey Harkins
-
disapproval of revision '17626bcf11654137e855476a7318abfa3687aa8c'2007-10-28, by Casey Harkins
-
disapproval of revision '0ac7285573f2998a702d7cbc62e7e8cc91e616e8'2007-10-28, by Casey Harkins
-
Overcoming my irrational fear of newlines.2007-10-12, by Casey Harkins
-
This is probably a little more readable.2007-10-12, by Casey Harkins
-
Add new API to the docklet for retrieving the geometry (x,y,w,h) and the2007-10-12, by Casey Harkins
-
Add plugin actions to the docklet context menu. These are the same actions2007-10-12, by Casey Harkins
-
New bonjour SDK has a different file layout.2007-10-11, by Kevin Stange
-
Try to fix msgfmt detection *again*. If this doesn't work, we'll2007-10-11, by Ethan Blanton
-
merge of '03251b6e4e7a7bf736ba0023dfe31a49e89d0f42'2007-10-10, by Daniel Atallah
-
merge of '1e697229b1c9a564fa1e509cc9a4a83da6e664df'2007-10-10, by Sadrul Habib Chowdhury
-
Doxygen @since tags for libpurple and pidgin.2007-10-10, by Sadrul Habib Chowdhury
-
Add @since doxygen tags for finch/libgnt.2007-10-10, by Sadrul Habib Chowdhury
-
Change Version to version to match the vast majority of entries.2007-10-10, by Richard Laager
-
Prevent leakage of the prpl icon pixbuf because of an extra ref (it's bad enough that they aren't shared).2007-10-10, by Daniel Atallah
-
Note that the signature for purple_util_write_data_to_file_absolute has changed slightly.2007-10-10, by Daniel Atallah
-
merge of 'cd26f6af7f8ee75ef909ae08b06ad5a1978051d9'2007-10-10, by Daniel Atallah
-
merge of '3efb5d625e5a73423be8be77a6baeed0b65f7e55'2007-10-10, by Sadrul Habib Chowdhury
-
I'm not sure if this is possible unless the combo box doesn't have any entries. Fixes CID 3052007-10-10, by Daniel Atallah
-
This change is really logically no change, but it is clearer as to what is going on and will prevent CID 5 and 313.2007-10-10, by Daniel Atallah
-
Prevent null ptr deref (CID 336).2007-10-10, by Daniel Atallah
-
Clarify code to remove unnecessary check (CID 309).2007-10-10, by Daniel Atallah
-
Prevent null ptr deref (CID 346).2007-10-10, by Daniel Atallah
-
This should be less confusing and fix CID 293.2007-10-10, by Daniel Atallah
-
Fix CID 340; potential NULL deref.2007-10-10, by Daniel Atallah
-
Fix CID 342 (which wasn't wrong, but was inefficient and confusing.)2007-10-10, by Daniel Atallah
-
Move NULL check earlier to prevent confusion when it is checked after being derefed. Fixes CID 3502007-10-10, by Daniel Atallah
-
CID 358 (Unused Var)2007-10-09, by Daniel Atallah
-
Prevent null pointer deref to fix CID 3382007-10-09, by Daniel Atallah
-
Remove unused variables to fix CID 359 and 360.2007-10-09, by Daniel Atallah
-
Prevent null pointer deref to fix CID 322.2007-10-09, by Daniel Atallah
-
Fix CID 337, null pointer deref. Also plug a leak.2007-10-09, by Daniel Atallah
-
Make sure that the xmlns isn't null before dereferencing it to fix CID 320.2007-10-09, by Daniel Atallah
-
Fully comment out some disabled code to prevent CID 310.2007-10-09, by Daniel Atallah
-
Fully comment out some disabled code to prevent CID 180.2007-10-09, by Daniel Atallah
-
Fix CID 312 (Dead code).2007-10-09, by Daniel Atallah
-
Fix CID 311 (Unnecessary null check)2007-10-09, by Daniel Atallah
-
Fix CID 317 and 335 as well as an additional leak.2007-10-09, by Daniel Atallah
-
Fix CID 3182007-10-09, by Daniel Atallah
-
merge of '067c06f2c33e5371796629696a9aad6afa4e9ead'2007-10-09, by Luke Schierer
-
compute the new size by adding the difference to the actual allocated size2007-10-09, by Ka-Hing Cheung
-
Get rid of another unused variable. Coverity CID 365.2007-10-09, by Mark Doliner
-
Get rid of an unused variable. Coverity found this. Remember2007-10-09, by Mark Doliner
-
uses the entry's allocated height instead of requested height, works around2007-10-09, by Ka-Hing Cheung
-
fix the auto resize code for the showing formatting toolbar case, which2007-10-09, by Ka-Hing Cheung
-
fix up the aweful spacing here2007-10-09, by Ka-Hing Cheung
-
Don't assume that the payload is nul delimited.2007-10-09, by Daniel Atallah
-
Another couple leak fixes in the xmpp roster parsing.2007-10-09, by Daniel Atallah
-
We need to unref the pixmaps after adding them to a list store.2007-10-09, by Daniel Atallah
-
Fix a couple leaks in parsing the xmpp roster.2007-10-08, by Daniel Atallah
-
Fix leak when initializing msn soap request.2007-10-08, by Daniel Atallah
-
Use purple_timeout_add(0... instead of g_idle_add() to avoid depending on the glib main loop.2007-10-08, by Daniel Atallah
-
Fix a leak when a bonjour account is disconnected.2007-10-08, by Daniel Atallah
-
Fix allocating a console for and friends on Windows Vista. Refs #3392.2007-10-08, by Daniel Atallah
-
This is the correct fix.2007-10-07, by Gary Kramlich
-
Simple patch from David Fang to fix an include typo in test_cipher.c"2007-10-07, by Evan Schoenberg
-
merge of '7cc9174ede50bc7d7fdfbb47fbcdee031b053f08'2007-10-07, by Will Thompson
-
merge of '017296ee954fb91349806c809983c916842603da'2007-10-07, by Will Thompson
-
Document the creation of all the disconnection reason API.2007-10-11, by Will Thompson
-
Add Collabora to COPYRIGHT.2007-10-11, by Will Thompson
-
PURPLE_NUM_REASONS should not be a member of the enum.2007-10-11, by Will Thompson
-
Update report_disconnect_reason documentation to match reality. Also include2007-10-11, by Will Thompson
-
Show a snazzy message with a link to the SSL FAQ if the connection died for2007-10-10, by Will Thompson
-
Clarify the documentation of the return value of2007-10-10, by Will Thompson
-
datallah pointed out that using g_return_if_fail() is preferable to2007-10-09, by Will Thompson
-
Remove explicit setting of wants_to_die from prpls.2007-10-09, by Will Thompson
-
I missed some wants_to_dies in jabber.2007-10-09, by Will Thompson
-
Stop jabber setting wants_to_die itself. This involved plumbing disconnection2007-10-09, by Will Thompson
-
rlaager pointed out that purple_connection_error_reason should be setting2007-10-09, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)2007-10-07, by Will Thompson
-
merge of '63f107d777d3af55ea0468202ae4d2fcc319f53f'2007-10-06, by John Bailey
-
Fix the mIRC format handling bug that causes incorrect display of received2007-10-06, by John Bailey
-
I basically copied most of2007-10-07, by Will Thompson
-
Add some links from signal documentation back to the documentation for the2007-10-07, by Will Thompson
-
Don't ignore everything in finch/ that starts with "finch"2007-10-06, by Kevin Stange
-
Fix CID 3532007-10-10, by Sadrul Habib Chowdhury
-
Resolve CID 364: 'Pointer returned from "g_hash_table_lookup" is never used'2007-10-10, by Sadrul Habib Chowdhury
-
Thanks deryni.2007-10-06, by Sadrul Habib Chowdhury
-
pkg-config shizzle for finch.2007-10-06, by Sadrul Habib Chowdhury
-
merge of '7252a43314152ad33cc6dc4d65c0349a16575b81'2007-10-06, by Sadrul Habib Chowdhury
-
Patch from nix_nix to add some links to signal documentation.2007-10-06, by Will Thompson
-
All the links to libpurple signal pages were in the comment containing the2007-10-06, by Will Thompson
-
merge of '1757e82b3ed17d8ad45db9d2c62f0187a8bee93d'2007-10-06, by Will Thompson
-
Clarify the doxygen details for the 'conversation-displayed' signal.2007-10-06, by Sadrul Habib Chowdhury
-
Emit the 'conversation-displayed' signal when a conversation is created, in addition to when it's reattached.2007-10-06, by Sadrul Habib Chowdhury
-
Add an accelerator for 'Buddies -> Show'. Fixes #3298.2007-10-06, by John Bailey
-
merge of '2ed39e287c8bc0502ecaf3b390fc0441ab160a99'2007-10-06, by Sadrul Habib Chowdhury
-
Fix a leak that occurs when getting the formatted buddy name under some conditions.2007-10-05, by Daniel Atallah
-
Split the "you don't have SSL support" meaning of2007-10-06, by Will Thompson
-
merge of 'b7cccbf3d88850c3dcf378f41a25883ceb9cbc5c'2007-10-05, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 61346ebfdbe38e90d131141a7fa41abeda7984c5)2007-10-05, by Will Thompson
-
Leak fix.2007-10-05, by Daniel Atallah
-
Fix #3349 ('Status box cannot be opened with the keyboard').2007-10-06, by Sadrul Habib Chowdhury
-
merge of '077670cb60ab530215573771befe704110370be0'2007-10-05, by Sadrul Habib Chowdhury
-
Fix leakage in the win32 dnsquery implementation.2007-10-05, by Daniel Atallah
-
Fix a small leak in the log_reader plugin.2007-10-05, by Daniel Atallah
-
More leak plugging.2007-10-05, by Daniel Atallah
-
Fix small leak.2007-10-05, by Daniel Atallah
-
I think this Fixes #3438.2007-10-04, by Daniel Atallah
-
Top align the notification message.2007-10-05, by Sadrul Habib Chowdhury
-
fixes #34332007-10-04, by Loptosko
-
Sprinkle gc->wants_to_die = TRUE liberally around connection errors that really2007-10-05, by Will Thompson
-
Add reasons to a couple of new errors (and to a commented-out one, for2007-10-05, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)2007-10-05, by Will Thompson
-
Fix null printf.2007-10-04, by Daniel Atallah
-
merge of '701fb7aea7a77b05725227038ec645441c76668c'2007-10-04, by Carlos Silva
-
Keep MsnUser->list_op in sync.2007-10-04, by Carlos Silva
-
Remove now unnecessary and potentially bad code.2007-10-04, by Carlos Silva
-
Silence a compiler warning about an unused var.2007-10-04, by Carlos Silva
-
Correctly remove a buddy from the Pending list after it is accepted.2007-10-04, by Carlos Silva
-
Sanity checking and minor cleanup.2007-10-04, by Daniel Atallah
-
Prevent an assertion (w/ G_DEBUG=fatal_warnings) when the connection drops.2007-10-04, by Daniel Atallah
-
rlaager noticed that these comments shouldn't be processed by doxygen.2007-10-03, by Daniel Atallah
-
merge of '43311ea3963dadd958af56847cc36df60507673f'2007-10-03, by Sadrul Habib Chowdhury
-
merge of '6f133a093581cd9a632ca6d0ce110d180e582714'2007-10-03, by Luke Schierer
-
merge of '5eed7d5d3539cd18c81cb4d709080ea5bc109bac'2007-10-03, by Daniel Atallah
-
Hylke made a new win32 installer pixmap2007-10-03, by Sean Egan
-
gg: Properly handle CP1250 chars in group's name when importing buddylist.2007-10-02, by Bartoz Oler
-
merge of '4bbc209c8076ef89135700af844ec6bb04602c0a'2007-10-02, by Luke Schierer
-
plucked revision to convert input from locale to utf8.2007-10-03, by Sadrul Habib Chowdhury
-
disapproval of revision 'c4c1aaf98e7151d26c98319886253eaa74d317bd'2007-11-14, by Sadrul Habib Chowdhury
-
A request field for buddylist nodes.2007-10-03, by Sadrul Habib Chowdhury
-
Fix a few more memory leaks. Someone who has a myspace account should stare2007-10-02, by Sadrul Habib Chowdhury
-
A small memory leak fix.2007-10-02, by Sadrul Habib Chowdhury
-
Some doxygen stuff.2007-10-02, by Sadrul Habib Chowdhury
-
merge of '40d389dd2daa85ead2860fa3617e9fc354476bf8'2007-10-02, by Sadrul Habib Chowdhury
-
merge of 'a4ca83f88d6ff3c9315ae4fb327b7675d324a494'2007-10-02, by Sadrul Habib Chowdhury
-
Add a link from the gtkconv signals page back to the gtkconv.h documentation.2007-10-06, by Will Thompson
-
- Debugging babble in purple_verify_complete to tell final verification2007-10-02, by William Ehlhardt
-
- Use certificate_pool_retrieve instead of certificate_pool_contains and2007-10-02, by William Ehlhardt
-
- Add Microsoft Secure Server Authority certificate. Fixes #31962007-10-02, by William Ehlhardt
-
merge of '1bcb1793b8e018e79a9308e03f48476e327b4c07'2007-10-01, by Luke Schierer
-
Update the bug fix note.2007-10-01, by Richard Laager
-
explicit merge of '34bd82146ec66294912412630b2ae269d548064b'2007-10-01, by Richard Laager
-
Revert a case-change in the ChangeLog that snuck in from somewhere.2007-10-01, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4321e1e266d11dddee2cde190828ae5001812367)2007-10-01, by Richard Laager
-
Add a 'Join Chat...' item in the buddylist menu.2007-10-02, by Sadrul Habib Chowdhury
-
sr@Latn changed to sr@latin2007-10-01, by Luke Schierer
-
merge of '6d923ebd61c26e23860956f063837089569c022a'2007-10-01, by Luke Schierer
-
Fix building the gestures plugin.2007-10-02, by Daniel Atallah
-
Better error handling when no libpurple dbus service is detected. This was Etan's suggestion. Fixes #3278.2007-10-02, by Daniel Atallah
-
merge of '3c5f5942e97bdefba5dcf770578442e11f8aa5c5'2007-10-01, by Daniel Atallah
-
Updated German translation from Bjoern Voigt. Fixes #3258.2007-10-01, by Daniel Atallah
-
propagate the NEWS changes via cp2007-10-01, by Luke Schierer
-
provide a hint about needing write access to2007-10-03, by Luke Schierer
-
fixes #30902007-10-01, by Espen Stefansen
-
Lots of comments for translators. I think I've seen these asked about2007-10-01, by Mark Doliner
-
merge of '0a539d88f58a5f0cf13448ab6fcc7b3e6e30db52'2007-09-30, by Sadrul Habib Chowdhury
-
purple_conversation_present is broken; remove it from IRC channel joins2007-09-30, by Ethan Blanton
-
merge of '07d5798f8a0b64518b4697e0376f5ceeddbb61e2'2007-09-30, by Will Thompson
-
merge of 'c966d1b59a11c860df756f5def6e3486d94f24e3'2007-09-30, by Will Thompson
-
Someone started capitalizing the version line which confused the release2007-09-30, by Kevin Stange
-
merge of '15fd625e20fae56881c7c728a6533fd1699c351c'2007-09-30, by Mark Doliner
-
Sync the ChangeLog up from 2.2.1.2007-09-29, by Kevin Stange
-
Make phone numbers always show up as online and mobile. AOL takes2007-09-30, by Mark Doliner
-
Close the direct IM session if someone tries to send us a file over2007-09-30, by Mark Doliner
-
Do not connect to a signal with a NULL callback. Gets rid of a runtime warning.2007-09-30, by Sadrul Habib Chowdhury
-
void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9)2007-09-29, by Sadrul Habib Chowdhury
-
merge of '87259d3819b0eafa1184ba1d2dfa5f659dafb976'2007-09-29, by Sadrul Habib Chowdhury
-
Add a 'Install plugin...' button in the plugins dialog.2007-09-29, by Sadrul Habib Chowdhury
-
Try to load a plugin from the saved preference even if it is not in the standard path.2007-09-29, by Sadrul Habib Chowdhury
-
Pounce handlers cannot have a null callback.2007-09-29, by Sadrul Habib Chowdhury
-
Translate plugin information, and top-align them.2007-09-29, by Sadrul Habib Chowdhury
-
merge of '2cfece889d5b58dc78c6375f4662ba44f167286d'2007-09-29, by Sadrul Habib Chowdhury
-
Make the row-insertion a little more robust.2007-09-28, by Sadrul Habib Chowdhury
-
Make the key-codes available in the python binding.2007-09-28, by Sadrul Habib Chowdhury
-
Mention that GnuTLS or NSS are required, and not OpenSSL, in the "you don't2007-09-30, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 08edb66dad9cab9051d6c7658063ee41d827f055)2007-09-29, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head d80b73af2a76c9ef004532af875209973de125b5)2007-09-29, by Luke Schierer
-
- Notify on NULL strings instead of just crashing2007-09-29, by William Ehlhardt
-
merge of '27d49044df2da785a519726b37211c6c5218bc41'2007-09-29, by William Ehlhardt
-
- Delete a strcmp that doesn't do anything useful and potentially causes2007-09-29, by William Ehlhardt
-
- Apply pidgin-old-gnutls-bugfixes.patch from #3192 with slight2007-09-29, by William Ehlhardt
-
- Apply pidgin-old-gnutls-types.patch from #3192. This fixes problems2007-09-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 39fb78e8732dc4465a2c4908c796df3d745b752c)2007-09-29, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head e7d234a12dbb89fdfd195e4597018a80f2c541f5)2007-09-28, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 179c071e5cda5fe178066a9251e7b473ee8b0b10)2007-09-28, by Richard Laager
-
I don't know what MTN was smoking during that last merge.2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head b6dd1235937803f38d887d797ea99bb836159cc6)2007-09-28, by Richard Laager
-
I hate merging po files.2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 0a3d37418d9f633be9e197c09bf5b61d32dc5585)2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head e76d28a0d9305478af3a13c36b2feaa466fc27ec)2007-09-28, by Richard Laager
-
merge of '20da4afff35d564aea592b84f340be967b3449b1'2007-09-28, by Richard Laager
-
Bump version to 2.2.2devel2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 7494c5484079eedcf158172f4208be3f986c068f)2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 193dd268b0be5ca0a4a8fa0e4188452907114be0)2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 09dfc47173cdfafc1f6ce225dcdc21d7e8968a9b)2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head ea712a6deb43cdbf10f75764fee853af196c6095)2007-09-28, by Richard Laager
-
explicit merge of '0b88f009442a340d4269c95605f580a9f444e767'2007-09-28, by Richard Laager
-
merge of '41f188f15baaa4c23c5c2ec80a04faff63ee1977'2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)2007-09-28, by Richard Laager
-
really fixes #33552007-09-28, by Khaled Hosny
-
fixes #33552007-09-28, by Luke Schierer
-
references #3355 for real this time. the previus commit was fixes #33502007-09-28, by Khaled Hosny
-
references #33552007-09-28, by Khaled Hosny
-
references #33502007-09-28, by Anousak Souphavah
-
update the credits as per request of the submitter. fixes #32912007-09-28, by Luke Schierer
-
and the about dialog for that translator change2007-09-28, by Luke Schierer
-
fixes #30902007-09-28, by Espen Stefansen
-
- Remove some unnecessary debugging babble2007-09-28, by William Ehlhardt
-
merge of '45dd8a34b6dda68660a7f026677c9478247610ad'2007-09-28, by Mark Doliner
-
Fix a couple bugs related to removing mail notifications.2007-09-28, by Daniel Atallah
-
Add save button to the debug window and alter some GROW_X for visual appeal2007-09-28, by Richard Nelson
-
merge of 'a5dd91b5d76972cf72a56209503c7e32d71c6e3c'2007-09-28, by Daniel Atallah
-
Add a translator note about the word backlog.2007-09-27, by Richard Laager
-
- Previous revision whacked a TODO2007-09-27, by William Ehlhardt
-
- Prompt the user if the local peer certificate cache is not found.2007-09-27, by William Ehlhardt
-
Remove g_assert() from msimprpl.2007-09-26, by Jeffrey Connelly
-
serv_got_attention() doesn't expect an escaped string; it just wants a name. The str variable was unused.2007-09-28, by Evan Schoenberg
-
merge of 'b23d43806fbfeabc5007c65090195a3aa6c0a4d9'2007-09-26, by Sadrul Habib Chowdhury
-
Invalidate old oscar icons when someone clears their icon.2007-09-26, by Mark Doliner
-
disapproval of revision '1af4cc5be54c6712945771f62fb95bd07f4a6104'2007-09-26, by Stu Tomlinson
-
Patch from David Fang to correctly #include two headers2007-09-26, by Mark Doliner
-
Fix lots of little memory leaks in the MySpace protocol plugin.2007-09-26, by Mark Doliner
-
Prevent the smiley window appearing outside of the working area on win32. Fixes #3261.2007-09-25, by Daniel Atallah
-
update the credits2007-09-25, by Luke Schierer
-
fixes #31402007-09-25, by Miloš Popović
-
fixes #30972007-09-25, by Martin Srebotnjak
-
fixes #30882007-09-25, by Claudio Satriano
-
merge of 'b2924d43f1e1cb2d01705932d9a06df6eedf7ac0'2007-09-25, by Luke Schierer
-
merge of '31d62e1a78974a0239e86bfeb42b29ab75216114'2007-09-24, by Luke Schierer
-
merge of '0323f7621f6891ce008d0a124fef6ed63c856802'2007-09-23, by Luke Schierer
-
merge of '025faf23aaac403798451974c320c4de6df470d5'2007-09-22, by Luke Schierer
-
merge of '2bc502ae06ff6db803c8fe3bd64f1d4cbb88e13f'2007-09-21, by Luke Schierer
-
merge of '3bb908cd6c040c3dbcefdcfead20de7044a7e217'2007-09-20, by Luke Schierer
-
merge of '6cb0c90b1044b61c7a2c1a7d78c55ef4c5af2bfb'2007-09-20, by Luke Schierer
-
Don't show "tune" and "mobile" in the Edit a Status! window, and don't2007-09-26, by Mark Doliner
-
Add PURPLE_STATUS_TUNE to status_primitive_map so that it has a name2007-09-26, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head b2924d43f1e1cb2d01705932d9a06df6eedf7ac0)2007-09-25, by Mark Doliner
-
Is there any reason these statuses were set to not saveable and2007-09-25, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head e67a54b3bf4349b6e65a46f749626a122c6afb22)2007-09-21, by Sadrul Habib Chowdhury
-
When running stats.pl, just update the po files in place rather than2007-09-25, by Mark Doliner
-
Check in updated po files because holy crap, it cut the time that it2007-09-25, by Mark Doliner
-
At the request of heir Ihar Hrachyshka, correctly list Belarusian2007-09-25, by Mark Doliner
-
Watch for CTRL+C when running stats.pl and exit, rather than making you2007-09-25, by Mark Doliner
-
Forgot to remove a printf2007-09-25, by Daniel Atallah
-
Close the pipes to the dnssrv child process. Fixes #32452007-09-25, by Daniel Atallah
-
When entering the message for a substatus, get the text from the imhtml2007-09-24, by Mark Doliner
-
Consider offline contacts when calculating the priority buddy. I2007-09-24, by Mark Doliner
-
Whoops, I forgot to register the callback function for the incoming2007-09-24, by Mark Doliner
-
Uh, these two callbacks were backwards. Methinks somebody didn't test2007-09-24, by Mark Doliner
-
Another patch from Collin from ComBOTS Product GmbH. Now, if you2007-09-24, by Mark Doliner
-
A patch from Collin from ComBOTS, I guess. This fixes setting your2007-09-23, by Mark Doliner
-
merge of '33aead6e626883ef6ad44b79099f01d2da042d9a'2007-09-23, by Mark Doliner
-
A single-character patch from Justin Pryzby for the pidgin man page:2007-09-23, by Justin Pryzby
-
merge of '45c21fe8414cc05dba5ae7500e19b9e06c78e283'2007-09-23, by Sadrul Habib Chowdhury
-
Pressing INSERT in the buddy list brings up the 'Add Buddy' dialog.2007-09-23, by Sadrul Habib Chowdhury
-
Revert Sean's change made in bc3eeb1d4eeaeaee53957eb2efb1dd14f651c1d7 to2007-09-22, by Richard Laager
-
Add msn/contact.c and msn/oim.c to POTFILES.in2007-09-22, by Richard Laager
-
Reverted to void *, because Gtk::Window wasn't working :o(2007-09-23, by Gabriel Schulhof
-
Thanks to Sean, I know that Gtk::Window is perlese for GtkWindow *2007-09-23, by Gabriel Schulhof
-
Simplified perl bindings for GtkDialogs.xs2007-09-22, by Gabriel Schulhof
-
Doing pounces2007-09-22, by Gabriel Schulhof
-
Doing plugin dialog2007-09-22, by Gabriel Schulhof
-
unnecessary diff2007-09-22, by Gabriel Schulhof
-
whitespace2007-09-22, by Gabriel Schulhof
-
Re-worked gtklog functions and perl bindings2007-09-22, by Gabriel Schulhof
-
Making pidgin_dialogs_about _with_parent, but using void * parent (for now)2007-09-22, by Gabriel Schulhof
-
Making pidgin_dialogs_about _with_parent, but using void * parent (for now)2007-09-22, by Gabriel Schulhof
-
Making pidgin_dialogs_about _with_parent2007-09-22, by Gabriel Schulhof
-
disapproval of revision '35bdef3c8d34a50ddf7708702ed2ea745abf82f8'2007-09-22, by Gabriel Schulhof
-
Accidentally merged stuff from omgp.pidgin (somehow)2007-09-22, by Gabriel Schulhof
-
Weirdness2007-09-22, by Gabriel Schulhof
-
Fixing Request.xs2007-09-22, by Gabriel Schulhof
-
Fixing Request.xs2007-09-22, by Gabriel Schulhof
-
Fixed perl bindings2007-09-22, by Gabriel Schulhof
-
Fixed perl bindings2007-09-22, by Gabriel Schulhof
-
Restoring gntblist.c:create_menu2007-09-22, by Gabriel Schulhof
-
Bad propagate2007-09-22, by Gabriel Schulhof
-
compile2007-09-22, by Gabriel Schulhof
-
compile2007-09-22, by Gabriel Schulhof
-
Compile2007-09-22, by Gabriel Schulhof
-
Minor fix2007-09-22, by Gabriel Schulhof
-
Updated hinting to be less invasive2007-09-22, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)2007-09-22, by Gabriel Schulhof
-
Fix #3249 (Bus error using finch on mac os x). Make sure we don't crash if there's no default SIGWINCH handler.2007-09-21, by Sadrul Habib Chowdhury
-
Obligatory typo.2007-09-21, by Sadrul Habib Chowdhury
-
Initialize file descriptors to -1 here too. These haven't caused any2007-09-21, by Sadrul Habib Chowdhury
-
Add and remove url-datas for alias update requests.2007-09-21, by Sadrul Habib Chowdhury
-
Initialize file-descriptors to -1.2007-09-21, by Sadrul Habib Chowdhury
-
Don't include OS information in jabber:iq:version requests2007-09-21, by Sean Egan
-
Clear out the unsaved password if we're already disconnected and we switch to offline status. Fixes #3218.2007-09-21, by Daniel Atallah
-
Fix some incorrect assertions when G_DEBUG=fatal_warnings is set.2007-09-21, by Daniel Atallah
-
Clear out the mail notifications for an account when we receive a notification of 0 emails.2007-09-21, by Daniel Atallah
-
merge of '9e0721e5a46030c85511ed392b2b09c068e5ed27'2007-09-21, by Nathan Walp
-
22px Myspace icon2007-09-20, by Sean Egan
-
ChangeLog birthday emblem2007-09-20, by Sean Egan
-
Use birthday emblem in OSCAR. Fixes #3002007-09-20, by Sean Egan
-
Remove drop shadows from status icons.2007-09-20, by Sean Egan
-
Fix incorrect purple_proxy_connect() callback and comment out an unused function.2007-09-20, by Daniel Atallah
-
merge of '6cb0c90b1044b61c7a2c1a7d78c55ef4c5af2bfb'2007-09-20, by Will Thompson
-
Add the version into the imhtml as Sean suggested. Also, eliminate a warning.2007-09-20, by Kevin Stange
-
Not sure why, but someone left out the 22x22 myspace icon. This appeared2007-09-20, by Kevin Stange
-
presence is an xmlnode here.2007-09-21, by Sadrul Habib Chowdhury
-
merge of '1c5efeb28eebea9bc8d25b6a543a3e71a31a4884'2007-09-21, by Sadrul Habib Chowdhury
-
Remove commented out code, and add soem notes.2007-09-20, by Sadrul Habib Chowdhury
-
Music support for Google Talk2007-09-20, by Sean Egan
-
Use an independant status type for 'current media' stuff, instead of using2007-09-20, by Sadrul Habib Chowdhury
-
Richard pointed out that this was dumb in an email to the devel2007-09-20, by Mark Doliner
-
De-warn:2007-09-20, by Mark Doliner
-
don't show empty "Status: " anymore, which fixes a glib runtime warning2007-09-20, by Ka-Hing Cheung
-
Fix some crashes with animated smileys. Fixes #3179, #938, #3134, #2872, #15942007-09-20, by Daniel Atallah
-
merge of '24d76e86b06c5b1ab5f0a3ea37bd69ced034e0d0'2007-09-20, by Sadrul Habib Chowdhury
-
Reset file descriptors to -1 instead of 0. This should fix some weird unexpected2007-09-20, by Sadrul Habib Chowdhury
-
merge of 'a4f32100c6845e724cd5f43849ccc46daa0fd4c5'2007-09-19, by Sadrul Habib Chowdhury
-
Re-arrange the menu. Add 'Add buddy/chat/group' in the menu.2007-09-19, by Sadrul Habib Chowdhury
-
Link the FAQ in the man page.2007-09-19, by Sadrul Habib Chowdhury
-
merge of '005c57c94d8542339f96a33cfed0fefbad65d68e'2007-09-19, by Sean Egan
-
merge of '316f4132961f32fda272a61203f295e714e8238c'2007-09-19, by Sean Egan
-
"she got all pissy at me because I gave her constructive criticism on her2007-09-20, by Will Thompson
-
I suppose wants_to_die should also be set when your myspace password is2007-09-19, by Will Thompson
-
It's presumably better not to try to connect right after calling2007-09-19, by Will Thompson
-
Compile\!2007-09-19, by Sadrul Habib Chowdhury
-
Show 'buzz'/'nudge' etc. messages differently from regular messages.2007-09-19, by Sadrul Habib Chowdhury
-
Fix #104 (Reconnect to network should reconnect chats also). This has been2007-09-19, by Sadrul Habib Chowdhury
-
merge of 'd96ec25855462962b1e1e2f093f242522695c122'2007-09-19, by Sadrul Habib Chowdhury
-
Looking at purple_contact_set_alias and purple_blist_alias_contact functions2007-09-19, by Sadrul Habib Chowdhury
-
Update the alias and emit the signal only when the alias has actually changed.2007-09-19, by Sadrul Habib Chowdhury
-
merge of '0799159d49f773b16e3a2354b36ef4e5be854595'2007-09-19, by Sadrul Habib Chowdhury
-
kiss emoticon for ICQ. Fixes #32152007-09-19, by Sean Egan
-
Ellipsize some menu actions that require further input. Fixes #17702007-09-19, by Sean Egan
-
Change _Send To mnemonic to avoid conflicting with Smile2007-09-19, by Sean Egan
-
Change mnemonic for Account to avoid conflict with Add. Fixes #31662007-09-19, by Sean Egan
-
"(04:48:00) Alver: finch --version doesn't print the version, and just launches finch"2007-09-19, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.cpw.khc.msnp14' (head 60c1ae856c10cfcb75590f268816616e8a005aa1)2007-09-19, by Ka-Hing Cheung
-
finish converting the rest of stuff to the new soap api, signing on, getting2007-10-24, by Ka-Hing Cheung
-
fix a memleak or 22007-10-03, by Ka-Hing Cheung
-
seems to fix duplicate oim messages for real. The problem was that MSN tells2007-10-03, by Ka-Hing Cheung
-
fixes oim timestamp for me, non HAVE_TM_GMTOFF people probably want to test2007-10-03, by Ka-Hing Cheung
-
oim migrated to new soap code, quadruply duplicated message!2007-10-01, by Ka-Hing Cheung
-
cleanup soap connection with a timeout2007-10-01, by Ka-Hing Cheung
-
removed lots of commented out old soap code2007-10-01, by Ka-Hing Cheung
-
signs on!2007-10-01, by Ka-Hing Cheung
-
the new soap code finally doesn't crash on startup, still can't2007-09-28, by Ka-Hing Cheung
-
handle unauthenticated soap connection2007-09-24, by Ka-Hing Cheung
-
removes public handle to soap connection, instead a connection is looked up2007-09-24, by Ka-Hing Cheung
-
mostly done with soap level parsing, compiles2007-09-21, by Ka-Hing Cheung
-
beginning of soap layer rewrite, does that even compile?2007-09-19, by Ka-Hing Cheung
-
Make my currentmedia changes compile.2007-09-16, by Richard Laager
-
Remove some #if 0'ed code.2007-09-16, by Richard Laager
-
Remove "Has you", which has been gone in trunk for a while.2007-09-16, by Richard Laager
-
Use the mediaNode variable rather than the psmNode again. This is from a2007-09-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 5a3c2bb6d5725a73e614aa69d0e5beb04aba2d19)2007-09-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b0967247f79b18b245cdaaaf3f803d6834aea19a)2007-09-16, by Richard Laager
-
explicit merge of '5d4b00a88466bb9e851eaca42ab3fd3f2c4093ef'2007-09-16, by Richard Laager
-
explicit merge of '753ac22f1fb1d33ecd437bdc3c63ca4f5bd81514'2007-09-16, by Richard Laager
-
explicit merge of '7ca52e5d60c8f4d7842faad73378b57df9db9007'2007-09-16, by Richard Laager
-
explicit merge of '46d8a45835e685c9dd812f5c6c0df074388bec8a'2007-09-16, by Richard Laager
-
explicit merge of '496506f552dcc01dcc38820f472dc9d27a82a997'2007-09-16, by Richard Laager
-
explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'2007-09-16, by Richard Laager
-
explicit merge of '736907efe1b492215cd5e4b57bbcec0d4bb977e6'2007-09-16, by Richard Laager
-
explicit merge of '3732a7eabc7ecb0f846edc60f04ec3f6f7779c5b'2007-09-16, by Richard Laager
-
explicit merge of '996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68'2007-09-16, by Richard Laager
-
explicit merge of '7aea471c6710708afa40152f5fc3aaeda3d67e76'2007-09-16, by Richard Laager
-
explicit merge of 'b9e805b43e8543af0b4800e2e5553c85d947c610'2007-09-16, by Richard Laager
-
Various (untested) changes to the CurrentMedia parsing. This code is a2007-09-16, by Richard Laager
-
Ignore empty currentmedia string.2007-09-15, by Sadrul Habib Chowdhury
-
Improve the current-media parsing a little bit.2007-09-15, by Sadrul Habib Chowdhury
-
merge of '0e444b80bb8aa9c005e8085c30a7b5a8a81423ee'2007-09-14, by Sadrul Habib Chowdhury
-
Make the buddylist sync issue a little less worse.2007-09-14, by Sadrul Habib Chowdhury
-
3rd time the charm? Fixes #2990, maybe2007-09-12, by Ka-Hing Cheung
-
Fixes #2502, now we show the status name in the tooltip instead of "Status"2007-09-12, by Ka-Hing Cheung
-
cleans up ownership of soap callback data, this soap stuff is perfect2007-09-09, by Ka-Hing Cheung
-
merge of '0d182c079b200633b234b9a8216aba155384f21b'2007-09-09, by Ka-Hing Cheung
-
merge of '339e17f432d068c87ce9aaa8d19e6f271d1101b1'2007-09-09, by Sadrul Habib Chowdhury
-
I think this is the right way to fix timezone. People on Win32 _and_2007-09-09, by Ka-Hing Cheung
-
merge of '85c73f22a9f7e979b53ff5d0d965a8cba49b35c0'2007-09-08, by Ka-Hing Cheung
-
Fixes #2990, apparently I used the wrong #define. Also fix + timezone2007-09-08, by Ka-Hing Cheung
-
Fix some memory leaks. Free xmlnodes properly using xmlnode_free instead of2007-09-09, by Sadrul Habib Chowdhury
-
Plug memory leaks.2007-09-08, by Sadrul Habib Chowdhury
-
Reset the timer to 0 after removing it. It looks like this may be required here.2007-09-08, by Sadrul Habib Chowdhury
-
Reset unsigned ints to 0 instead of to -1.2007-09-08, by Sadrul Habib Chowdhury
-
Plug some leak.2007-09-08, by Sadrul Habib Chowdhury
-
mostly fixed offline messaging, still 2 bugs:2007-09-06, by Ka-Hing Cheung
-
Fix a bug where we were g_strdup'ing a previously freed pointer. Thanks to khc for the debugging.2007-09-03, by Carlos Silva
-
Some more cleanups2007-09-03, by Carlos Silva
-
Clean up some unused SOAP templates, and disable extra debug defines accidentally checked in.2007-09-03, by Carlos Silva
-
Make block/unblock work right, as well as being add by a buddy. Finally fixes #7232007-09-03, by Carlos Silva
-
propagate from branch 'im.pidgin.pidgin' (head 0b82441777348c0366b4eaa38bb6fee80fe5cb57)2007-08-31, by Carlos Silva
-
Handle special cases in buddy/group management (wrt MSN_INDIVIDUALS_GROUP and MSN_NON_IM_GROUP).2007-08-31, by Carlos Silva
-
Fix some compiler warnings2007-08-28, by Carlos Silva
-
propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)2007-08-28, by Carlos Silva
-
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)2007-08-08, by Carlos Silva
-
Add the possibility to create an Address Book, useful for newly registered MSN users.2007-08-07, by Carlos Silva
-
propagate from branch 'im.pidgin.pidgin' (head 53b8831e57f625eca0980aca94f04416b32bcd8f)2007-07-23, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 5e94d4a46251e35e2b640180905fe364b82355e5)2007-07-22, by Ka-Hing Cheung
-
merge of '5d965caa0ea003eef5a1b959791135f900bf10ea'2007-07-21, by Ka-Hing Cheung
-
explicit merge of '9a7160daa1babd3ca644d25e4314310e3f24077e'2007-07-21, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head be582d1ac8a250870b9c691a8cb1ab4c170650bc)2007-07-16, by Carlos Silva
-
propagate from branch 'im.pidgin.pidgin' (head d565f6901d390d091fab30d0bd923fa36c335da2)2007-07-14, by Carlos Silva
-
Print the policies sent by the server (GCF command) in a human-readable way.2007-07-14, by Carlos Silva
-
We already call msn_set_psm() in the end of msn_session_finish_login()2007-07-09, by Carlos Silva
-
Fix authentication failures handling (ticket 1246) and fix some compiler warnings2007-07-07, by Carlos Silva
-
oops, not only did I typo'ed MFN, I also did a comparison before I update2007-07-21, by Ka-Hing Cheung
-
removed "PSM:" label and move the message to "Status:" to be consistent with2007-07-21, by Ka-Hing Cheung
-
don't strip html on the status line, so that we don't accidentally strip2007-07-21, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 007693114b23cd2711c1cb9030a148e2f63de8c8)2007-07-07, by Ka-Hing Cheung
-
Add missing type declaration to variable initial2007-07-05, by Carlos Silva
-
propagate from branch 'im.pidgin.pidgin' (head eedca2ceb89c90a12f734e927c5d3b02bbde9a5c)2007-06-23, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)2007-06-22, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head f43d7ef3f18aadf88e22f93a8131f4fac26d5b53)2007-06-19, by Ka-Hing Cheung
-
Compile!2007-06-16, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 1cb373a79797c636c2b316a068d31fc4890976a7)2007-06-16, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head d3e5a5add3f39caa08b46c83177328e51c2d961a)2007-06-16, by Carlos Silva
-
propagate from branch 'im.pidgin.pidgin' (head 93e5d2a86a947eb2308d15b7570507a6c205c9d3)2007-06-03, by Stu Tomlinson
-
disapproval of revision '05c6323b8b18ceba86add2ad239fb24fc61dc469'2007-06-03, by Stu Tomlinson
-
Compiler be quiet! Fixes this compile warning:2007-06-03, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)2007-06-03, by Stu Tomlinson
-
Update a couple of instances of group_id handling to cope with the new2007-05-29, by Stu Tomlinson
-
Add Pending list to recognized lists during contact list parsing2007-05-28, by Stu Tomlinson
-
Tidy up protocol version detection2007-05-28, by Stu Tomlinson
-
Patch media_if_no_status.diff from ticket #93 - fixes setting "currentmedia"2007-05-28, by Stu Tomlinson
-
Compile fix, whoops! Thanks Masca/salinasv.2007-05-28, by Stu Tomlinson
-
Don't notify for initial email messages unless the preference is set for2007-05-27, by Stu Tomlinson
-
Make the MsnUser type an enum so we have fewer magic numbers2007-05-27, by Stu Tomlinson
-
fix a debug message2007-05-27, by Stu Tomlinson
-
Always get the full contact list too, as we need it for the reverse list2007-05-27, by Stu Tomlinson
-
A bunch of MSNP14 stuff:2007-05-27, by Stu Tomlinson
-
Make a couple more functions static2007-05-27, by Stu Tomlinson
-
Patch from Pse to use the same status primitives as im.pidgin.pidgin for2007-05-26, by Stu Tomlinson
-
Fix msn_user_remove_group_id()2007-05-26, by Stu Tomlinson
-
Parse the message timestamp using purple_str_to_time. I haven't been able2007-05-26, by Stu Tomlinson
-
Remove the no longer used random blist node from the session struct2007-05-26, by Stu Tomlinson
-
use serv_got_im to report received oim's2007-05-26, by Stu Tomlinson
-
Store account specific settings in the account, not in some random blist2007-05-26, by Stu Tomlinson
-
Finish commenting out references to directconn that would never be called2007-05-26, by Stu Tomlinson
-
Compile warning fixes2007-05-26, by Stu Tomlinson
-
Fix a compile warning2007-05-26, by Stu Tomlinson
-
Fix a compile warning, rmg_error had not been fully updated for the2007-05-26, by Stu Tomlinson
-
Fix a compile warning by #if 0'ing out some unused code2007-05-26, by Stu Tomlinson
-
Disable building of directconn.c, nothing uses it, it has compile warnings2007-05-26, by Stu Tomlinson
-
Revert a bunch of whitespace changes so reviewing a diff against2007-05-26, by Stu Tomlinson
-
Use glib functions for endian conversion. If someone has a big endian2007-05-26, by Stu Tomlinson
-
merge of 'b0a7fb13dafc5da577103e3aac205667caf2e6f2'2007-05-26, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 371fb91ec4fdb33fa482efe55111fe58d8758c3b)2007-05-26, by Stu Tomlinson
-
Get rid of the reimplementation of strptime in MSN, nothing was using it.2007-05-26, by Stu Tomlinson
-
switchboards really can be referenced by multiple slplinks, I have no idea2007-05-20, by Stu Tomlinson
-
Port a custom emoticon crash fix that seemed to get lost somewhere along2007-05-20, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head b0fb787915db137be9b01af88d1fb0c107f66cd6)2007-05-20, by Stu Tomlinson
-
merge of '04f3de66fbed599e51f30258916fdb8f966ffdcd'2007-05-19, by Ka-Hing Cheung
-
Handles SOAP redirects, thanks Sebastián E. Peyrott2007-05-19, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head fbac832fa453b214e7c9c5deb9b49562d212c542)2007-05-14, by Richard Laager
-
fixes #971, we can only ADL 150 contacts at a time or the notification2007-05-14, by Ka-Hing Cheung
-
fix up broken merge2007-05-12, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 3f8c9725bb938821f3ef6cb2e7c6c31d7b662d0b)2007-05-12, by Ka-Hing Cheung
-
propagate of im.pidgin.pidgin to im.pidgin.cpw.khc.msnp142007-05-06, by Ka-Hing Cheung
-
propagate im.pidgin.pidgin to im.pidgin.cpw.khc.msnp142007-05-06, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head cf7db89f6020ededb2d5c948c11c3fd0ef30bba5)2007-05-02, by Ka-Hing Cheung
-
merge of 790a91b1bb6c10ada984951cbd2485e95e5159fd and2007-05-02, by Ka-Hing Cheung
-
explicit merge of 'd42ad2da81f881b2fbd2fb080cc70a843bc70d02'2007-05-02, by Ka-Hing Cheung
-
Make this compile.2007-04-15, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 5e61fe349507736c585798abea83ef3d8383d8b4)2007-04-15, by Richard Laager
-
Really the last of the merge changes.2007-04-15, by Richard Laager
-
The last of the merge fix-ups.2007-04-15, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-pidgin' (head 8cfbe223ca6e514146a4d46aeab4c7816de17b79)2007-04-15, by Richard Laager
-
Fix up some gaim -> purple issues.2007-04-15, by Richard Laager
-
merge of 'b4911943cba6f29cf0694dfd563cac17612236dc'2007-04-15, by Richard Laager
-
Revert some whitespace changes.2007-04-15, by Richard Laager
-
Fix up msn-utils.c and msn-utils.h vs. msn-utils.c and msn-utils.h.2007-04-15, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 98b6b547b29ea1192b73cc4e1de1e674edef4328)2007-04-15, by Richard Laager
-
The second msn-p13-merge-head.diff.gz from SF Patch #162854 from Ka-Hing Cheung.2007-04-15, by Richard Laager
-
The first msn-p13-merge-head.diff.gz from SF Patch #1621854 from Ka-Hing Cheung.2007-04-15, by Richard Laager
-
The second msn.tgz from SF Patch #1621854 from Ka-Hing Cheung.2007-04-15, by Ka-Hing Cheung
-
msn.tgz from SF Patch #1621854 from Ka-Hing Cheung2007-04-15, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.gaim' (head 70ac931e4936c7916eec18a07fe46a0af0fd7403)2007-04-15, by Richard Laager
-
Sun apparently doesn't like when void functions return2007-01-25, by Mark Doliner
-
sf patch #1644019, from good ol' Ka-Hing Cheung2007-01-25, by Mark Doliner
-
Show "(experimental)" next to the enable-mono option2007-01-25, by Mark Doliner
-
sf patch #1639901, from Saleem Abdulrasool2007-01-25, by Mark Doliner
-
Add line breaks to Evan's NEWS entry2007-01-25, by Mark Doliner
-
sf patch #1640011, from Celso Pinto2007-01-25, by Mark Doliner
-
Allow localization of the xmpp console plugin2007-01-25, by Mark Doliner
-
Mark didn't read the comment above the line he changed. ;-)2007-01-22, by Ethan Blanton
-
Mostly just testing out committing with mtn.2007-01-21, by Mark Doliner
-
Dropping some files to help a merge along.2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4df875eebff2a8d563baebf86297bd4bf0dc240a)2007-09-28, by Richard Laager
-
An empty ChangeLog sucks. I've added something incredibly minimalistic.2007-10-23, by Richard Laager
-
Users don't grok backport.2007-10-23, by Richard Laager
-
Somehow, Pidgin lost its P.2007-10-23, by Richard Laager
-
Drop some files plucked from im.pidgin.pidgin to facilitate a propagate back.2007-10-23, by Richard Laager
-
A patch from Visinoni Andrea to fix a single-character typo in the Italian2007-10-23, by Richard Laager
-
Lets release today2007-10-23, by Luke Schierer
-
a patch from stu for html handling.2007-10-23, by Luke Schierer
-
fixes #36572007-10-23, by Ambrose C. Li
-
applied changes from 0cf87050ffb15aa5ff8817bfdf57efda048cefde2007-10-22, by Daniel Atallah
-
referenes #36382007-10-22, by Luke Schierer
-
fixes #36382007-10-22, by Funda Wang
-
fixes #36302007-10-22, by Josep Puigdemont
-
applied changes from d6da6a7a5ad01f170f0fd78424183f73200dc78c2007-10-21, by Luke Schierer
-
applied changes from 8e81ccec879f9cfbd8fc282b703803c98e150ff72007-10-21, by Luke Schierer
-
applied changes from 9f2e0be2b91112e99baa40160913b63794df625f2007-10-21, by Luke Schierer
-
applied changes from 690331e6b61603c992f5c10189aef410b65b83c32007-10-21, by Luke Schierer
-
applied changes from 60b78c93bfc38b72c6e9fdde59d0e2507bccc4bd2007-10-21, by Luke Schierer
-
applied changes from e2f6be4e0c0daee25fdb3250a7e16a881922f8c42007-10-21, by Luke Schierer
-
applied changes from e33c17e58da161b8cffaf13e9d79e9bb4b9ce4ce2007-10-21, by Luke Schierer
-
applied changes from 39954083d38f554f75dac0d4fe8b2f7bac3cd0c82007-10-21, by sushizang
-
applied changes from c6a89223516b0abb6cbb399c2066e3b6a7b69d192007-10-21, by Luke Schierer
-
applied changes from e82ae16ed445d6896fec536a492fcc17bc6098e42007-10-21, by Luke Schierer
-
applied changes from 5473bd4fec59a55c8ad482c92cc518fea564a2412007-10-21, by Luke Schierer
-
applied changes from 7a436ba53de6adebccf4e920ca62d544e13b10942007-10-21, by Luke Schierer
-
applied changes from 78373ac0523b4bcf8530364077593f822030f45d2007-10-21, by Luke Schierer
-
applied changes from e0d7d8465636b82e616edccf6ee08eba0e43445c2007-10-21, by Luke Schierer
-
applied changes from a3511433f0830f88e2e470b22fd2c706e2aa77132007-10-21, by Luke Schierer
-
applied changes from 3ae1e4b3dac8092886b4b8ab961d8d505433b4c42007-10-21, by Luke Schierer
-
applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e802007-10-21, by Luke Schierer
-
applied changes from 8548e491a5b470d5665cb1cf87a7b0caaa3c87a52007-10-21, by Luke Schierer
-
applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a32007-10-21, by Luke Schierer
-
applied changes from e9e74094baa29c6f5589385507221a2502b817fb2007-10-21, by Luke Schierer
-
applied changes from e9e74094baa29c6f5589385507221a2502b817fb2007-10-21, by Luke Schierer
-
applied changes from 8152fe0104bfcc5da3dda8b81badd6f63f9532b82007-10-21, by Luke Schierer
-
applied changes from f9d3abd0678a04291edd671c4e5d87c7217984bb2007-10-21, by Luke Schierer
-
applied changes from 4d9fac4aab275ee133ce860edc469e0e5c4734ff2007-10-21, by Luke Schierer
-
applied changes from eaca7bcddbde5dc407ddc81c557e7722cca3e35d2007-10-21, by Luke Schierer
-
applied changes from ef97aa9259d77504bb07c2dff5ec0750d498e8472007-10-21, by Luke Schierer
-
applied changes from 582eb3d8206e0fbe1023e9ce7f3bdf833a1c0db22007-10-21, by Luke Schierer
-
applied changes from d42511319051bcfa8adb3ed8e3f11a26cabc43f42007-10-21, by Luke Schierer
-
applied changes from 1e697229b1c9a564fa1e509cc9a4a83da6e664df2007-10-21, by Luke Schierer
-
applied changes from 9d35dde0c779cca73548172223ba557f27d618822007-10-20, by Luke Schierer
-
applied changes from c848ad4c20988b5dac9ac164455d3ba2d73072302007-10-19, by Luke Schierer
-
applied changes from 1095e0c294d15e95c8909d270748c5253226bfe62007-10-19, by Luke Schierer
-
applied changes from d4b316d73ebaf93803ca2642e78b8821c3b5d5c72007-10-19, by Luke Schierer
-
applied changes from 4d50bf3b08569aa2108a9f5da47fb1548d0c7dd92007-10-19, by Luke Schierer
-
applied changes from 83245b7ca93e546927c19472b74cf4dff6d1a96b2007-10-19, by Luke Schierer
-
applied changes from 4a3126ce09aff7f83c70b32f2048f5b7f302b79e2007-10-19, by Luke Schierer
-
applied changes from e56db1b8a7bb8729e30fb3bf99a94ff7887fe4ec2007-10-19, by Luke Schierer
-
applied changes from 2495a1b6a3619d8188151eaf2822ce2ecd435dbf2007-10-19, by Luke Schierer
-
applied changes from 2495a1b6a3619d8188151eaf2822ce2ecd435dbf2007-10-19, by Luke Schierer
-
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d2007-10-19, by Luke Schierer
-
applied changes from 6c08c628ee64e16c824829c25befc0ca09338f9d2007-10-19, by Luke Schierer
-
applied changes from cbc76e85376a9fcbb1582087c7b23b2284a3ca5f2007-10-19, by Luke Schierer
-
applied changes from 61346ebfdbe38e90d131141a7fa41abeda7984c52007-10-19, by Luke Schierer
-
applied changes from 1bdf4754abed6b49eec400ecf415a9d557bc98342007-10-19, by Luke Schierer
-
applied changes from 1bdf4754abed6b49eec400ecf415a9d557bc98342007-10-19, by Luke Schierer
-
applied changes from 77376fe079e753b612b3b8c901060e689f3dee112007-10-19, by Luke Schierer
-
applied changes from 8fcdd455fb269a1dbd35d2d2e02f8005b5c9d0862007-10-19, by Luke Schierer
-
applied changes from d50ecf4dc52f25cbd219d6c19846436dec5a88532007-10-19, by Luke Schierer
-
applied changes from 6b5f1f48667171fe73de619dd8f80cacd231a2e22007-10-19, by Luke Schierer
-
merge of '2af9cd4957f255e5640362a54527c26a829fa371'2007-10-19, by Luke Schierer
-
disapproval of revision '523905060b8ebeba354f624c6b7aeb549c597feb'2007-10-19, by Luke Schierer
-
merge of '029866e9fec9b313cae45784eb3e016ed27f0caa'2007-10-19, by Luke Schierer
-
disapproval of revision 'ba01a475b5298205283309f3c0aaf3dd8d1a54f1'2007-10-19, by Luke Schierer
-
applied changes from 0573c84391460ff90a7de830442aad5ffb6a0c5f2007-10-19, by Luke Schierer
-
This asked me to do a 3way merge in vim. Someone should check it.2007-10-19, by Luke Schierer
-
applied changes from 02a88f67c2a77e3dc2ec3868ea0c68192193c33f2007-10-19, by Luke Schierer
-
applied changes from 4bbc209c8076ef89135700af844ec6bb04602c0a2007-10-19, by Luke Schierer
-
applied changes from fbb7ffaf4075cf690cc3ff9d171e56320e9af8da2007-10-19, by Luke Schierer
-
applied changes from 45b8a011cd84e0e69d7ac5a6fb84f55cdb0809cb2007-10-19, by Luke Schierer
-
applied changes from 88f296b3653b5a7578a7581c1582d37390c9d2122007-10-19, by Luke Schierer
-
applied changes from a4ca83f88d6ff3c9315ae4fb327b7675d324a4942007-10-19, by Luke Schierer
-
applied changes from 3c351ab69ebec23d5a98c0193423e1f8281ece6b2007-10-19, by Luke Schierer
-
applied changes from c699de7eec5194554b5fcb885019835fb902d95a2007-10-19, by Luke Schierer
-
applied changes from 26c05ed157a02643cbb12b04045422b123312bcf2007-10-19, by Ethan Blanton
-
applied changes from 2ab75e32c52e94c674d0b5a396d224da7e9d509e2007-10-19, by Luke Schierer
-
applied changes from 2dc8fc60a9db3bce83fb319e9406ec3c015759112007-10-19, by Sadrul Habib Chowdhury
-
applied changes from 63162f419a649bdd77b85cff73c4c490ec863ed12007-10-19, by Sadrul Habib Chowdhury
-
applied changes from cbfd86ab2748b8fdb5f956d133339630eba75f8b2007-10-19, by Will Thompson
-
fixes #35742007-10-19, by Jochen Kemnade
-
merge of '554f47773ad015df16569e503432329570fa1564'2007-10-01, by Luke Schierer
-
Minor changelog updates2007-09-29, by Stu Tomlinson
-
NEWS!2007-09-29, by Stu Tomlinson
-
merge of '0613a008df1c1f24a3a3e8dfbbde45ca5dba9f07'2007-09-29, by Stu Tomlinson
-
NEWS for when it is ready2007-09-29, by Luke Schierer
-
Fix building on very old gtk where gtk_tree_store_remove didn't return a2007-09-29, by Stu Tomlinson
-
Fix compiling with old glib where glib/gprint.h doesn't exist, refs #31442007-09-29, by Stu Tomlinson
-
jutil.h should not include account.h because that breaks test compilation2007-09-29, by Stu Tomlinson
-
merge of '08edb66dad9cab9051d6c7658063ee41d827f055'2007-09-29, by Stu Tomlinson
-
Fix for compiling with Gtk < 2.4, references #31442007-09-29, by Stu Tomlinson
-
applied changes from f143c30a12f30c53e017f1bfc22ccddee96036fc2007-09-29, by Richard Laager
-
applied changes from 54b7bcca130674c9f93777772bdf3d08237a79512007-09-29, by Richard Laager
-
applied changes from 38a516984dfbc8fb0def05acb69fc1180ec0b9712007-09-29, by Richard Laager
-
applied changes from 8b8bc5b1ef1263e1c0f00a9ed208accff09d988e2007-09-29, by Richard Laager
-
Don't display mail notifications for 0 new emails in Google Talk2007-09-29, by Evan Schoenberg
-
merge of 'd80b73af2a76c9ef004532af875209973de125b5'2007-09-29, by Evan Schoenberg
-
fixes #33662007-09-29, by Miloš Popović
-
applied changes from 99f8d517ae6588b2dba3527cb0951f32e640ff572007-09-29, by Evan Schoenberg
-
Merged MSN_HTTPCONN_SERVER fix2007-09-29, by Evan Schoenberg
-
Merged xmpp leak fixes2007-09-29, by Evan Schoenberg
-
Enable the new Arabic windows installer translation.2007-09-28, by Daniel Atallah
-
Plucked mysapce tag parsing fixes2007-09-28, by Evan Schoenberg
-
NEWS2007-09-28, by Richard Laager
-
I don't want the certificate.c comment to confuse a translator or his/her2007-09-28, by Richard Laager
-
Translating the empty string is a bad idea.2007-09-28, by Richard Laager
-
Re-run stats.pl to update the po files again.2007-09-28, by Richard Laager
-
Plucked translation changes:2007-09-28, by Richard Laager
-
applied changes from f7687aed5d4c60018282a0629b67556f506ceb542007-09-28, by Richard Laager
-
Drop the devel in preparation for a release.2007-09-28, by Richard Laager
-
Remove the 2.2.0 from the logo.2007-09-28, by Richard Laager
-
Merge the old translation of "Has you" back into sl.po.2007-09-28, by Richard Laager
-
I ran stats.pl to get updated po files. This was necessary to pull some old2007-09-28, by Richard Laager
-
applied changes from 78b2ccce7cd45df860c7b3fffac608362438ac6f2007-09-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 817e1c598dfe68428187d6c1cf968e88a8f8981f)2007-09-28, by Richard Laager
-
merge of '09dfc47173cdfafc1f6ce225dcdc21d7e8968a9b'2007-09-28, by Richard Laager
-
disapproval of revision 'e0a9937f4922648f15b31862d5b2932b82481db8'2007-09-28, by Richard Laager
-
Remove myspace.svg to deal with a merge conflict.2007-09-28, by Richard Laager
-
Kill CRLF line-endings to make sure this compiles on Solaris. This is a2007-09-28, by Richard Laager
-
Update this ChangeLog with the appropriate fixes.2007-09-28, by Richard Laager
-
applied changes from 5252885d793a4d288d92856d511d721bf5bb87ef2007-09-28, by Richard Laager
-
applied changes from 80e3a515775c28b61c4c155c4a524374ef3360ff2007-09-28, by Richard Laager
-
applied changes from c0104c111e903cfec5d0a95e0ae9dafb72f0dcbf2007-09-28, by Richard Laager
-
applied changes from dc2a169f471dfdbf1c4d38b456a597f7b03c10ce2007-09-28, by Richard Laager
-
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa2007-09-28, by Richard Laager
-
Make this compile by removing a poorly-plucked #if 02007-09-28, by Richard Laager
-
applied changes from 82ca9c2040bb139af45e049cfa90e8f909e054bd2007-09-28, by Richard Laager
-
applied changes from 9e879ffd528064d9e1cef9eb4f5fb3cfee8b193f2007-09-28, by Richard Laager
-
applied changes from 92e6c32278d711f0d5807c4d931b26162e4a720f2007-09-28, by Richard Laager
-
applied changes from 0a36aea71847198e73c07cbef0be7e7a7db12c572007-09-28, by Richard Laager
-
applied changes from f7687aed5d4c60018282a0629b67556f506ceb542007-09-28, by Richard Laager
-
applied changes from 1af4cc5be54c6712945771f62fb95bd07f4a61042007-09-28, by Richard Laager
-
applied changes from efedefa70ee1d6f7f4dd39afe5db10c7e5bfe64c2007-09-28, by Richard Laager
-
applied changes from 1036f20a46ec1ba10dd2519fd09b44a607cdf2022007-09-28, by Richard Laager
-
applied changes from 4788a5d2117e007ef1d389bdd939afdd70da53ca2007-09-28, by Richard Laager
-
applied changes from a904206e9fbae9424b5194ca9288e01959fd14d32007-09-28, by Richard Laager
-
applied changes from 1da7a990f7016e9d163bd16e4c83c13099ffa9de2007-09-28, by Richard Laager
-
applied changes from 86efdc2ffe6ace5157a884e87c843a3e123217e22007-09-28, by Richard Laager
-
applied changes from 71a27720e49364f4f24fc09309442fc3a2c17bc92007-09-28, by Richard Laager
-
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce2007-09-28, by Richard Laager
-
applied changes from f6deeedd3d31f0863466fff4c81816aee12122a62007-09-28, by Richard Laager
-
applied changes from 4dd446ee59f869036e9065d0f45270444f319f1d2007-09-28, by Richard Laager
-
applied changes from c32aee6deb5c7a5e5749d6e0598f588947b8d45c2007-09-28, by Richard Laager
-
applied changes from 31d62e1a78974a0239e86bfeb42b29ab752161142007-09-28, by Richard Laager
-
applied changes from a814e8b368b0f92e4f354ae7b74680a6fb56a6cb2007-09-28, by Richard Laager
-
applied changes from be5b7db12bee643aba7b97fdacfb036dc384ea1f2007-09-28, by Richard Laager
-
applied changes from 02a707bbb0cf1cab4c65c4977bed39c67c5b24522007-09-28, by Richard Laager
-
applied changes from 813313930984d57208e5079d304d5a7c21c6b8482007-09-28, by Richard Laager
-
applied changes from 6ce1cc1ed82e1940fd7b17f4ca3c8350885117fa2007-09-28, by Richard Laager
-
applied changes from a42d042e706156a13566e078c85937e3b30a33c92007-09-28, by Richard Laager
-
applied changes from 388507622896337fe56945f851e3aabee3c0427f2007-09-28, by Richard Laager
-
applied changes from e67a54b3bf4349b6e65a46f749626a122c6afb222007-09-28, by Richard Laager
-
applied changes from b23d40378bee58e6e5a79f04f532b50daf43f8022007-09-28, by Richard Laager
-
applied changes from ae2654a1c8a8119292950ba10857627abf2915f82007-09-28, by Richard Laager
-
applied changes from 307f0cff97539b1c6ddc0114500677abfe42aaa62007-09-28, by Richard Laager
-
applied changes from 8543caa9958f323a231c630bebd65c74dec3401f2007-09-28, by Richard Laager
-
applied changes from c9d6104bcfe2e630e98e45bc6a0975adfb9544e52007-09-28, by Richard Laager
-
applied changes from 3fcc47961d378fa0cd4eeb00dc6923b16a3a41512007-09-28, by Richard Laager
-
applied changes from 4bb1d6cbfe69a2e7782336a7e6e93e438a8bdbfc2007-09-28, by Richard Laager
-
applied changes from a4e1802941263d091913588367aa3c222bfda5762007-09-28, by Richard Laager
-
applied changes from 53760bd543d0a40f81167717a7821f7ec2f160992007-09-28, by Richard Laager
-
applied changes from c18e666803193ac1b4f024b704371b20ca3472462007-09-28, by Richard Laager
-
applied changes from 6e915e14a78ccafa5e0ddfdcabccc2e174c734e32007-09-28, by Richard Laager
-
applied changes from 00f1aae9ce60f6415aede244b8529e8e851857382007-09-28, by Richard Laager
-
applied changes from 606266f42c25624ce35e54483778d855641806be2007-09-28, by Richard Laager
-
applied changes from fc7837d892e8ddb52a2c4c265562c73b6f07f0452007-09-28, by Richard Laager
-
applied changes from 7f71045586c32cffc40f836f3fba92c693adda572007-09-28, by Richard Laager
-
applied changes from 7f71045586c32cffc40f836f3fba92c693adda572007-09-28, by Richard Laager
-
applied changes from 11fef11dff49357783d6656f9e83bf59403163d02007-09-28, by Richard Laager
-
applied changes from d96ec25855462962b1e1e2f093f242522695c1222007-09-28, by Richard Laager
-
applied changes from 8075949b7612e77d6eaa5f0d3cbf98f40715f9482007-09-28, by Richard Laager
-
applied changes from 1cb036aecbbe359226e69874379d39ce74c8daf62007-09-28, by Richard Laager
-
applied changes from 78b2ccce7cd45df860c7b3fffac608362438ac6f2007-09-28, by Richard Laager
-
applied changes from 19e3744fd4b392cdc631c9efe0ce6585370707132007-09-28, by Richard Laager
-
applied changes from 3fe67ca1381423cdd54205c19f3e983533025ebe2007-09-28, by Richard Laager
-
applied changes from 23c81a483086f0c1541212be4c849abb05f9f3bd2007-09-28, by Richard Laager
-
applied changes from ff2a2004566a5c90047811f96ab84ebec8402d142007-09-28, by Richard Laager
-
applied changes from 5fda75104115d0a95c1e214b6b3ca18c4dc86a0c2007-09-28, by Richard Laager
-
applied changes from bb3c9dec65d16afdcc4bcedd5fd184b7207cc6242007-09-28, by Richard Laager
-
applied changes from 7b5a16e6ca65a8ccca846bc64c6e9606056d6d592007-09-28, by Richard Laager
-
applied changes from ada64e6a910a9a56a0d148cf245eed24e3c1b7082007-09-28, by Richard Laager
-
applied changes from 8e670fb9038d1557c20381996ac85f3c473596252007-09-28, by Richard Laager
-
applied changes from 326d6e6c8c6a955cdba84f1f802fc21ec3e6b6622007-09-28, by Richard Laager
-
applied changes from 326d6e6c8c6a955cdba84f1f802fc21ec3e6b6622007-09-28, by Richard Laager
-
applied changes from 8df1cedfbc540695a8645b21230d41783fe4f1712007-09-28, by Richard Laager
-
applied changes from f4700a52b60d8473e9671ceabfec7772211fe4242007-09-28, by Richard Laager
-
applied changes from f4700a52b60d8473e9671ceabfec7772211fe4242007-09-28, by Richard Laager
-
applied changes from 66ad7defb87a487f98b71824a40350263a1e327b2007-09-28, by Richard Laager
-
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa2007-09-28, by Richard Laager
-
applied changes from 22f6ff41c9fffdd5267c9c96f8208a6071443e622007-09-28, by Richard Laager
-
applied changes from 21f52b7b0e9894b1050ee91fde9c05b748d65aca2007-09-28, by Richard Laager
-
applied changes from 5044554ca98e39fb2600537940a00d153b4c40b22007-09-28, by Richard Laager
-
applied changes from 9d5a2f820265e4631d68d0f12a2def66acf36e3d2007-09-28, by Richard Laager
-
applied changes from e3d8fe145881335e4c42f96480b7c2681ff85fe92007-09-28, by Richard Laager
-
Starring Stefan Ott as 'cockroach.'2007-09-19, by Sadrul Habib Chowdhury
-
Add a 'purple.h' that includes the defines and other header files required2007-09-19, by Sadrul Habib Chowdhury
-
Contactize the message history when re-attaching the pidgin ui.2007-09-19, by Sadrul Habib Chowdhury
-
Authorization signals. Modified patch from cockroach. Closes #1061.2007-09-19, by Sadrul Habib Chowdhury
-
Change other references to Add/Edit2007-09-19, by Sean Egan
-
merge of '5a661e7759c94109af265616312c40858ae77e27'2007-09-19, by Sean Egan
-
Make sure we print out the name of the unknown tag.2007-09-19, by Mark Doliner
-
chat-invited handlers return an interger value.2007-09-19, by Sadrul Habib Chowdhury
-
merge of '097e3112bf004e39eaa28cdcea236c7bfddbbdf4'2007-09-19, by Sadrul Habib Chowdhury
-
Clear the conversation history for all the purple-convs in a pidgin-conv.2007-09-19, by Sadrul Habib Chowdhury
-
disapproval of revision '87db1277801f9f4bb6cf456b1344a263f51f2864'2007-09-20, by Luke Schierer
-
I've been given permission to kill off the unmaintained gevolution plugin!!2007-09-19, by Luke Schierer
-
Show when Gmail count falls, instead of only when it rises. Fixes #14622007-09-19, by Sean Egan
-
merge of '035ce608de65ea3a6fab0ab31e845b8c17085853'2007-09-19, by Ethan Blanton
-
Include the version in the segfault message - enough people blindly copy2007-09-19, by Stu Tomlinson
-
The second in a series of Tcl-fixing patches from venks on2007-09-19, by Ethan Blanton
-
Another fabulous patch to our Tcl loader from venks on irc.freenode.net.2007-09-19, by Ethan Blanton
-
Fix the whitespace/tab/space junk I just created2007-09-19, by Stu Tomlinson
-
Merge the plugin pack's showoffline plugin's functionality to pidgin proper2007-09-19, by Stu Tomlinson
-
merge of '1e99f01b26f638dadf8b3d274a2bba9cc5ca6f6b'2007-09-18, by Kevin Stange
-
Patch from db42. Fixes #31912007-09-18, by Sean Egan
-
Exclaim2007-09-18, by Sean Egan
-
Forgot file2007-09-18, by Sean Egan
-
More Hylke icons2007-09-18, by Sean Egan
-
Convert buddy notes to plain text before displaying in the tooltip to2007-09-18, by Stu Tomlinson
-
merge of '21eb65cc653f96fb176d3c2f9aba336578f53e61'2007-09-18, by Stu Tomlinson
-
Fix an annoying bug where chat userlist tooltips would show up when the2007-09-18, by Stu Tomlinson
-
Try to sync up the change log. It would be helpful for people to remember2007-09-18, by Kevin Stange
-
(10:23:40 PM) khc: charkins: shouldn't "on" be lower case?2007-09-18, by Casey Harkins
-
merge of '05931acee44dc92b25bb11c8d65ccf224d7f0ea8'2007-09-18, by Daniel Atallah
-
Fix a few memory leaks in #3281 (details in ticket).2007-09-23, by Jeffrey Connelly
-
Comment a partial implementation of the libpurple attention API for2007-09-23, by Jeffrey Connelly
-
merge of 'abe5c21ff8b83812c256bc2b14a3f887ecc628b8'2007-09-18, by Jeffrey Connelly
-
merge of '0fb234fbd6f0cbba882df8df649a783fea7f312f'2007-09-18, by Casey Harkins
-
merge of '581cfaaf2f02af0abbaa8910cedb9f7f62b25a5c'2007-09-18, by Casey Harkins
-
merge of '8e670fb9038d1557c20381996ac85f3c47359625'2007-09-17, by Stu Tomlinson
-
merge of '41389df89a4a6a007d41cec33e33043cd41ea159'2007-09-17, by Stu Tomlinson
-
- Add version dependency on libpurple for pidgin2007-09-17, by Stu Tomlinson
-
merge of '4f72579666e002cb42772fe52db9422fdbcfcdbb'2007-09-18, by Casey Harkins
-
Include real names in system log messags. Fixes #31302007-09-18, by Sean Egan
-
set focus to dialog->protocol_menun on set_account_protocol_cb, Fixes #31632007-09-17, by Sean Egan
-
Fix MSN File transfer size. Fixes #3095. thanks!2007-09-17, by Sean Egan
-
show transparent status icons for idle tooltips. Patch from #4652007-09-17, by Sean Egan
-
Capitalize "Blink On New Message" to be consistant with all other menu2007-09-18, by Casey Harkins
-
New toolbar icons2007-09-17, by Sean Egan
-
Bunch of documentation tidying for the ssl api, and add a doxycomment to2007-09-18, by Will Thompson
-
Let's document more of cmds.h!2007-09-18, by Will Thompson
-
Add disconnection reasons to yahoo2007-10-03, by Will Thompson
-
Add disconnection reasons to SIMPLE.2007-10-03, by Will Thompson
-
Add disconnection reasons to silc.2007-10-03, by Will Thompson
-
I missed a PURPLE_REASON_INVALID_USERNAME.2007-10-02, by Will Thompson
-
Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so it2007-10-02, by Will Thompson
-
Add disconnection reasons to sametime.2007-10-02, by Will Thompson
-
Add disconnection reasons to qq2007-10-02, by Will Thompson
-
Add disconnection reasons to qq.2007-10-02, by Will Thompson
-
Add disconnection reasons to oscar.2007-10-01, by Will Thompson
-
Add disconnect reasons to novell.2007-10-01, by Will Thompson
-
Currently, SSL errors (other than SSL not being available) do not set2007-09-21, by Will Thompson
-
purple_connection_error_reason-ify myspace2007-09-20, by Will Thompson
-
Use purple_connection_error_reason in prpl-msn.2007-09-19, by Will Thompson
-
Check in purple_connection_error_reason that purple_connection_reason_is_fatal2007-09-19, by Will Thompson
-
Get rid of an unused PurpleDisconnectReason variable from switching to using2007-09-19, by Will Thompson
-
Use PurpleDisconnectReasons in prpl-jabber.2007-09-19, by Will Thompson
-
Use purple_connection_ssl_error in prpl-irc2007-09-19, by Will Thompson
-
Create purple_connection_ssl_error(), which converts a PurpleSslErrorType2007-09-19, by Will Thompson
-
Clarified the meaning of PURPLE_REASON_NETWORK_ERROR and2007-09-19, by Will Thompson
-
Remove commented-out calls to purple_connection_error.2007-09-18, by Will Thompson
-
Move prpl-irc to purple_connection_error_reason.2007-09-18, by Will Thompson
-
INVALID_USERNAME is a fatal reason.2007-09-18, by Will Thompson
-
Add PURPLE_REASON_INVALID_USERNAME, which should go away as soon as there's2007-09-18, by Will Thompson
-
Modify gadu-gadu to use purple_connection_error_reason. I'm not sure about2007-09-18, by Will Thompson
-
merge of '688a896af7f228132e0f78057e7ed5812c3f7b13'2007-09-18, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 41389df89a4a6a007d41cec33e33043cd41ea159)2007-09-17, by Will Thompson
-
more leak fixes.2007-09-17, by Daniel Atallah
-
Fix include ordering so GDK_WINDOWING_X11 is defined with older Gtk2007-09-17, by Stu Tomlinson
-
merge of '19b30281288c32f2ebdb7e2ae8c66817d77d96db'2007-09-17, by Sadrul Habib Chowdhury
-
Fix #3131 ('Ctrl , and Ctrl . moving tabs incorrectly'). Thanks to ftmichael for reporting the bug.2007-09-17, by Sadrul Habib Chowdhury
-
merge of '936cdaa27fea9a9673ee31a184af0a30d9471abe'2007-09-17, by Mark Doliner
-
This fixes compilation issues where old glib and either an old gcc or a2007-09-17, by John Bailey
-
Access search results directly instead of going through the API because2007-09-17, by Mark Doliner
-
Various warning fixes and a small leak fix.2007-09-17, by Daniel Atallah
-
merge of '18e1f28f6de13344c37092b56e228eec61772fd7'2007-09-17, by Daniel Atallah
-
merge of '5a3c2bb6d5725a73e614aa69d0e5beb04aba2d19'2007-09-17, by Sadrul Habib Chowdhury
-
merge of '34d642b12b7215d55fd032cd513a7e225715f19a'2007-09-17, by Richard Laager
-
Document the patches from David Mohr which provide support for saving2007-09-17, by Ethan Blanton
-
Save default Gtk+ display in the command line for session restoration.2007-09-17, by Ethan Blanton
-
Accept --display as an argument, to be passed to Gtk+.2007-09-17, by Ethan Blanton
-
another day, another irritating workaround2007-09-19, by Nathan Walp
-
Rename the internal home_dir variable to user_dir to match the function and2007-09-16, by Richard Laager
-
merge of '23dc13dcb7632660e49a98fb7f2fc9510c51ce48'2007-09-16, by Richard Laager
-
Rename Pidgin's hash table of ongoing autoreconnections to 'auto_reconns'2007-09-16, by Will Thompson
-
Tab-complete as much as possible when there are multiple suggests.2007-09-17, by Sadrul Habib Chowdhury
-
merge of '4edaa472ef7d3d6b4bef04843b8e7116e3a44c84'2007-09-16, by Sadrul Habib Chowdhury
-
merge of '5eb5c567b85fa0c57d69ad649e737c11b45b70ec'2007-09-16, by Evan Schoenberg
-
Fix #3127.2007-09-16, by Sadrul Habib Chowdhury
-
Add checkboxes for 'auto-join' and 'persistent' in the add-chat dialog. Closes #2248.2007-09-16, by Sadrul Habib Chowdhury
-
merge of '249b00cea42025dd90023ffcffb778f320c99c99'2007-09-16, by Eoin Coffey
-
In the auto-personize code:2007-09-15, by Richard Laager
-
merge of '22f6ff41c9fffdd5267c9c96f8208a6071443e62'2007-09-15, by Richard Laager
-
merge of '133f2968e112c003cac1320d1ca0128d5da74066'2007-09-16, by Eoin Coffey
-
merge of '0411be512ef271d73fb2f800df237b0953a983a1'2007-09-16, by Andreas Monitzer
-
merge of '13c22e794b21817fd09887f5a0d20def762f5203'2007-09-15, by Sadrul Habib Chowdhury
-
Honour the persistency when closing the window from the WM.2007-09-15, by Sadrul Habib Chowdhury
-
Change Add/Edit to Manage. Fixes #1771 and #27962007-09-17, by Sean Egan
-
remove gpl boilerplate from doxygen docs2007-09-16, by Sean Egan
-
Turn off rules hint for gtkrequest. Fixes #26522007-09-15, by Sean Egan
-
special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke2007-09-15, by Sean Egan
-
only draw line on expanded group headers2007-09-15, by Sean Egan
-
Fix up Bonjour to use purple_connection_error_reason.2007-09-18, by Will Thompson
-
Make pidgin use report_disconnect_reason rather than report_disconnect, and2007-09-17, by Will Thompson
-
It's even better when code compiles. Remove references to disconnection2007-09-17, by Will Thompson
-
Create purple_connection_reason_is_fatal, which is basically a replacement for2007-09-17, by Will Thompson
-
Create PurpleConnectionUiOps.report_disconnect_reason and2007-09-17, by Will Thompson
-
Remove non-error PurpleDisconnectReasons, and add PURPLE_REASON_OTHER_ERROR2007-09-17, by Will Thompson
-
Create a PurpleDisconnectReason enum (which happens to be identical to2007-09-15, by Will Thompson
-
Remove second :-$ emoticon from ICQ. Fixes #26712007-09-15, by Sean Egan
-
Gray offline buddy icons when setting them as window icons. Fixes #3022007-09-15, by Sean Egan
-
changelog move to2007-09-15, by Sean Egan
-
merge of '9f5274448f45f6503b6ea291ada3c4e0e00b8c52'2007-09-15, by Sean Egan
-
Plug some memory leaks.2007-09-15, by Sadrul Habib Chowdhury
-
static this.2007-09-15, by Sadrul Habib Chowdhury
-
Changelog conversation hiding and music emblem. Feel free to better the description.2007-09-15, by Sadrul Habib Chowdhury
-
Display a music emblem in the buddylist when appropriate.2007-09-15, by Sadrul Habib Chowdhury
-
Use the #define's instead of the strings.2007-09-15, by Sadrul Habib Chowdhury
-
If there's a chat open when an account gets disconnected because of an error,2007-09-15, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 1dd94029a56becb6dd246bc78486df5244f66367)2007-09-15, by Sadrul Habib Chowdhury
-
We can do this without forcing a minor bump.2007-09-15, by Sadrul Habib Chowdhury
-
Do not boldify the chat in the buddylist for unread system messages.2007-09-15, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 02b9fa9cd591c94c082a8ff02ea27fe33b278a0a)2007-09-15, by Sadrul Habib Chowdhury
-
merge of '02b9fa9cd591c94c082a8ff02ea27fe33b278a0a'2007-09-15, by Sadrul Habib Chowdhury
-
remove stale .todos2007-09-15, by Sean Egan
-
Move to menu in blist context menu. Used for more easily moving buddies between groups2007-09-15, by Sean Egan
-
Mark new MSN string translatable now that we're no longer string frozen.2007-09-15, by Daniel Atallah
-
Auto-personization. Closes #442007-09-15, by Sean Egan
-
Pack smileys into smiley box without expand=FALSE. Fixes #922007-09-14, by Sean Egan
-
Apply a similar fix to the proxy prefs loading fix to the status scores.2007-09-14, by Daniel Atallah
-
merge of '507542b421b5b1da79e4b5a2624a5f768e2683e3'2007-09-14, by Stu Tomlinson
-
it seems that "SOURCES" is a reserved variable in some versions of automake,2007-09-14, by Stu Tomlinson
-
Fix the spec file due to relocation of sound files and new CA certificates2007-09-14, by Stu Tomlinson
-
Hopefully fix the broken detection of X11 stuffs on older X installations2007-09-14, by Stu Tomlinson
-
Version bump2007-09-14, by Stu Tomlinson
-
Explain what PurpleAccountOption.masked and its setters and getters2007-09-14, by Will Thompson
-
The MSN http method should default to MSN_HTTPCONN_SERVER, not MSN_SERVER2007-09-16, by Evan Schoenberg
-
whoops! do if 0, not ifdef 02007-09-14, by Sean Egan
-
Cool music emblem from hbons. If you hadn't noticed, he's pretty good\!2007-09-15, by Sadrul Habib Chowdhury
-
merge of '15e090cc3c5ac0e910b83a17267afbabea78ef86'2007-09-14, by Sadrul Habib Chowdhury
-
Part of #1332 to introduce pidgin_text_combo_box_new_entry and2007-09-14, by Sadrul Habib Chowdhury
-
remove logo versionizing2007-09-14, by Sean Egan
-
Another noteworthy item!2007-09-14, by Kevin Stange
-
More changelogging. I added the URL for the closed tickets on this milestone2007-09-14, by Kevin Stange
-
merge of '91d32f258f45019f306aa3b84171ce3ae04ea27e'2007-09-14, by Kevin Stange
-
merge of '3dedd60731e82888442aec49bfdcf99d59493074'2007-09-14, by Kevin Stange
-
Fix Ka-Hing's tabbing and NEWS for myself.2007-09-14, by Kevin Stange
-
merge of '0befa035e9ed7dd56124bd9f33fa7111a6eaf95b'2007-09-14, by Kevin Stange
-
news2007-09-14, by Ka-Hing Cheung
-
This should be credited.2007-09-14, by Kevin Stange
-
ChangeLog yahoo chat2007-09-14, by Sean Egan
-
- Add API extensions written for the Certificate Manager2007-09-14, by William Ehlhardt
-
A couple more things for the ChangeLog2007-09-14, by Kevin Stange
-
Update the dates on the ChangeLogen2007-09-14, by Kevin Stange
-
merge of '83f50edf9e879470bb69228cdfb494cd66b76d27'2007-09-14, by Sadrul Habib Chowdhury
-
merge of '1b5e0d46f232e69af8caa445d5928c559fe13690'2007-09-14, by Sadrul Habib Chowdhury
-
Make Win32 build from dist tarball.2007-09-14, by Kevin Stange
-
Remove this for now to pass distcheck. I need to find a way to bring this2007-09-14, by Sadrul Habib Chowdhury
-
Please NEWS and continue to ChangeLog things.2007-09-14, by Sean Egan
-
merge of '11768a3d08fa04aafe9292064f8999c0fc368c8b'2007-09-14, by Kevin Stange
-
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)2007-09-14, by Kevin Stange
-
Fixes #3085 , zh_TW translation update2007-09-14, by Ambrose C. Li
-
merge of 'da40aebad3ad2fda4c989c859927ab42a0825de5'2007-09-14, by Sadrul Habib Chowdhury
-
whoops, missed the changelog for the Brazilian Portuguese translation2007-09-14, by Ethan Blanton
-
Portuguese language translation from Maurício.2007-09-14, by Ethan Blanton
-
Comment tweaks to be closer to the version handed out via the wiki as well as2007-09-14, by John Bailey
-
propagate from branch 'im.pidgin.cpw.rekkanoryo.examples' (head 55aed29a474f580bfb8b319bdcab36dc80024bd4)2007-09-14, by John Bailey
-
There shouldn't be assert()s in pretty much any libpurple code.2007-09-14, by Daniel Atallah
-
Cleanup the SASL init and add error checking.2007-09-14, by Daniel Atallah
-
Fixes #3051 Patch from Will Hawkins to clean up SIMPLE login and registration2007-09-13, by Sean Egan
-
merge of '5d4b00a88466bb9e851eaca42ab3fd3f2c4093ef'2007-09-13, by William Ehlhardt
-
Don't fail on distcheck.2007-09-14, by Sadrul Habib Chowdhury
-
Typo2007-09-13, by Sadrul Habib Chowdhury
-
- Make x509_signed_by return TRUE indiscriminately so that other things2007-09-13, by William Ehlhardt
-
- Make ssl-nss x509_export_certificate work2007-09-13, by William Ehlhardt
-
- Fix ssl-nss x509 to properly convert NSPR PRTime to time_t (in2007-09-13, by William Ehlhardt
-
- GTKCertMgr X.509 infothing now uses the2007-09-13, by William Ehlhardt
-
- Make ssl-nss unique_id and issuer_unique_id work2007-09-13, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head bc9c8821faaf3c70a0f00b97e954189a9a85ba91)2007-09-12, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)2007-09-12, by John Bailey
-
Fixing g(tk|nt)certmgr.c2007-09-12, by Gabriel Schulhof
-
Fixing g(tk|nt)certmgr.c2007-09-12, by Gabriel Schulhof
-
Fixing gntconn.c2007-09-12, by Gabriel Schulhof
-
Fixing gntcertmgr.c2007-09-12, by Gabriel Schulhof
-
Fixing gntaccount.c2007-09-12, by Gabriel Schulhof
-
Fixing certificate.c2007-09-12, by Gabriel Schulhof
-
Fixing certificate.c2007-09-12, by Gabriel Schulhof
-
Fixing usernick.c and, for some strange reason, request.h2007-09-12, by Gabriel Schulhof
-
Updated purple_request_fields in usermood.c2007-09-12, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)2007-09-12, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)2007-08-19, by Gabriel Schulhof
-
"Fixing"GtkPounce.xs2007-08-19, by Gabriel Schulhof
-
"Fixing"GtkPlugin.xs2007-08-19, by Gabriel Schulhof
-
Forgot;2007-08-19, by Gabriel Schulhof
-
Typo2007-08-19, by Gabriel Schulhof
-
Trying some more .xs-fu2007-08-19, by Gabriel Schulhof
-
Trying some more .xs-fu2007-08-19, by Gabriel Schulhof
-
Updated signatures in gntrequest.c - dunno how to implement transience2007-08-18, by Gabriel Schulhof
-
Added hints to gntpounces.c and gntprefs.c2007-08-18, by Gabriel Schulhof
-
Added hints to gntplugin.c2007-08-18, by Gabriel Schulhof
-
Added hints to gntblist.c2007-08-18, by Gabriel Schulhof
-
Updating Request.xs2007-08-18, by Gabriel Schulhof
-
merge of '2e581033a2565fca7ce0dd0b8a5b84ecc919c830'2007-08-18, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 3f64b9d598e136d0f6f739c7f23ad4baed097f73)2007-08-17, by Gabriel Schulhof
-
Compile\!2007-09-12, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 3a95a9866173539bae4b66f0e7047dae6f5376c6)2007-09-12, by Sadrul Habib Chowdhury
-
Adding a notify API example plugin.2007-09-12, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 71464d14b942b267bc284f32e1f3eb7fb43b83a9)2007-09-12, by John Bailey
-
Fix my e-mail address to match my MTN key since it now is a real e-mail address.2007-09-08, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 15bcbcfaf120a8a662c8c97ac73c5f6eb0fe6813)2007-09-08, by John Bailey
-
Automake foo2007-09-08, by John Bailey
-
Add the debug example plugin2007-09-08, by John Bailey
-
Fix the top of the header and also correct for the new FSF address.2007-09-08, by John Bailey
-
Adding the helloworld.c plugin used in the BasicPluginHowto and the2007-09-08, by John Bailey
-
explicit merge of '340d730b1b1e1164ee9eab77968ffd03cdf4996e'2007-12-01, by Sadrul Habib Chowdhury
-
disapproval of revision '2b7518757478bf6ae0a9d32b0881d7603e6cc99e'2007-12-01, by Sadrul Habib Chowdhury
-
Apparently, if the row-keys don't have a destructor function, things can go2007-09-11, by Sadrul Habib Chowdhury
-
Add a "<hr>" after the message history after redisplaying a hidden2007-09-07, by Sadrul Habib Chowdhury
-
Do not update the unseen count for system messages.2007-09-07, by Sadrul Habib Chowdhury
-
"We are going to destroy the conversations immediately only if the 'close immediately'2007-09-07, by Sadrul Habib Chowdhury
-
Make changes in the buddylist menutray icon for hidden conversations to work2007-09-05, by Sadrul Habib Chowdhury
-
Get rid of hidden_convwin.2007-09-05, by Sadrul Habib Chowdhury
-
disapproval of revision '08f542359200866bb7a302653d875cdeccb8df01'2007-12-01, by Sadrul Habib Chowdhury
-
For hidden conversations, just don't create any UI objects at all. This2007-09-04, by Sadrul Habib Chowdhury
-
Show the 'new message' icon correctly.2007-09-04, by Sadrul Habib Chowdhury
-
Add some stuff so that we don't have to traverse over a list to determine2007-09-04, by Sadrul Habib Chowdhury
-
In msimprpl, log unrecognized HTML tags received from the IM client, and2007-09-18, by Jeffrey Connelly
-
Replace all CRLF line-endings with LF line endings (Unix-style). This fixes2007-09-18, by Jeffrey Connelly
-
Add compile-time option MSIM_MARKUP_SHOW_UNKNOWN_TAGS, enabled by default2007-09-17, by Jeffrey Connelly
-
Minor oversight2007-08-18, by Gabriel Schulhof
-
... and the font dialog2007-08-17, by Gabriel Schulhof
-
... and the font dialog2007-08-17, by Gabriel Schulhof
-
... and the font dialog2007-08-17, by Gabriel Schulhof
-
... and the font dialog2007-08-17, by Gabriel Schulhof
-
Stringing smiley toolbar2007-08-17, by Gabriel Schulhof
-
Stringing pounce windows2007-08-17, by Gabriel Schulhof
-
Stringing pounce windows2007-08-17, by Gabriel Schulhof
-
Ooops ...2007-08-17, by Gabriel Schulhof
-
Forgot the header ...2007-08-17, by Gabriel Schulhof
-
Adding syslog + compile fixes2007-08-17, by Gabriel Schulhof
-
merge of '157af56b7d2b30861754d904bd1a501357ee10a7'2007-08-17, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 90fde4fedfaeb6e062d2d74a7128c2132e9acb55)2007-08-17, by Gabriel Schulhof
-
Forgot one2007-08-17, by Gabriel Schulhof
-
merge of '0bd9e1e53c324f8db97d248ad3b09eb140a0e416'2007-08-17, by Gabriel Schulhof
-
explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'2007-08-17, by Gabriel Schulhof
-
Stringing log windows2007-08-17, by Gabriel Schulhof
-
Oops ...2007-08-17, by Gabriel Schulhof
-
Forgot to s/filesel/dirsel/ in the folder selector2007-08-17, by Gabriel Schulhof
-
Forgot to refer to gtkblist.h2007-08-17, by Gabriel Schulhof
-
Finished implem in gtkrequest.c2007-08-17, by Gabriel Schulhof
-
Added hints to gtkutils.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtkutils.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtkstatusbox.c2007-08-16, by Gabriel Schulhof
-
Fixed function sigs in gtkrequest.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtkprivacy.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtkprefs.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtkpounce.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtklog.c and gtkplugin.c - starting to use Pidgin-specific hints2007-08-16, by Gabriel Schulhof
-
Added hints to gtklog.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtkimhtmltoolbar.c2007-08-16, by Gabriel Schulhof
-
Added hints to gtkdialogs.c2007-08-16, by Gabriel Schulhof
-
Added hints to pidgin/gtkdebug.c2007-08-16, by Gabriel Schulhof
-
Added hints to pidgin/gtkconv.c2007-08-16, by Gabriel Schulhof
-
Adding hints to pidgin/gtkblist.c2007-08-16, by Gabriel Schulhof
-
Implementing hints in libpurple/server.c2007-08-16, by Gabriel Schulhof
-
Implementing hints in libpurple/request.c2007-08-16, by Gabriel Schulhof
-
Adding hints to ft.c2007-08-16, by Gabriel Schulhof
-
Adding hints to conversation.c2007-08-16, by Gabriel Schulhof
-
Adding hints to libpurple/account.c2007-08-16, by Gabriel Schulhof
-
Adding hints to yahoo yahoo.c2007-08-16, by Gabriel Schulhof
-
Adding hints to libpurple/plugins/autoaccept.c2007-08-16, by Gabriel Schulhof
-
Adding hints to libpurple/plugins/autoaccept.c2007-08-16, by Gabriel Schulhof
-
Added hints to sametime sametime.c2007-08-13, by Gabriel Schulhof
-
Added hints to qq sys_msg.c2007-08-13, by Gabriel Schulhof
-
Added hints to qq group_opt.c2007-08-13, by Gabriel Schulhof
-
Added hints to qq group_join.c2007-08-12, by Gabriel Schulhof
-
Added hints to qq group_im.c2007-08-12, by Gabriel Schulhof
-
Added hints to qq group.c2007-08-12, by Gabriel Schulhof
-
Added hints to qq buddy_opt.c2007-08-12, by Gabriel Schulhof
-
Added hints to qq buddy_opt.c2007-08-12, by Gabriel Schulhof
-
Added hints to qq buddy_info.c2007-08-12, by Gabriel Schulhof
-
Added hints to oscar peer.c2007-08-12, by Gabriel Schulhof
-
Added hints to oscar oscar.c2007-08-12, by Gabriel Schulhof
-
Added hints to novell novell.c2007-08-12, by Gabriel Schulhof
-
Added hints to msn msn.c2007-08-12, by Gabriel Schulhof
-
Added hints to msn msn.c2007-08-12, by Gabriel Schulhof
-
Added hints to msn dialog.c2007-08-12, by Gabriel Schulhof
-
Added hints to jabber xdata.c2007-08-12, by Gabriel Schulhof
-
Added hints to jabber si.c2007-08-12, by Gabriel Schulhof
-
Added hints to jabber jabber.c2007-08-12, by Gabriel Schulhof
-
Added hints to jabber chat.c2007-08-12, by Gabriel Schulhof
-
Added hints to jabber buddy.c2007-08-12, by Gabriel Schulhof
-
Added hints to jabber auth.c2007-08-12, by Gabriel Schulhof
-
Added hints to jabber auth.c2007-08-12, by Gabriel Schulhof
-
Added hints to gg.c2007-08-12, by Gabriel Schulhof
-
Adding buddy hint to offlinemsg2007-08-12, by Gabriel Schulhof
-
Added hints to idle maker2007-08-12, by Gabriel Schulhof
-
API says *crack*2007-08-12, by Gabriel Schulhof
-
Restored API. Lessee what we can do with the other params first2007-08-12, by Gabriel Schulhof
-
merge of '6921f2461941acb974565c821beffc6f81f39492'2007-08-12, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 1aba81cae8b963708281123ed6c438ba5861113d)2007-08-09, by Gabriel Schulhof
-
Broke all purple_request_* APIs2007-08-12, by Gabriel Schulhof
-
... and the About dialog ...2007-08-08, by Gabriel Schulhof
-
... and the About dialog ...2007-08-08, by Gabriel Schulhof
-
Making plugins dialog work2007-08-08, by Gabriel Schulhof
-
Adding parameter void *ui_data for parent window2007-08-08, by Gabriel Schulhof
-
Checking program flow2007-08-08, by Gabriel Schulhof
-
Checking program flow2007-08-08, by Gabriel Schulhof
-
Testing out show-with-parent.2007-08-08, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)2007-08-08, by Gabriel Schulhof
-
Back to square[0]2007-07-28, by Gabriel Schulhof
-
Trying pidgin_get_toplevel2007-07-28, by Gabriel Schulhof
-
Converting buddy list menu items.2007-07-28, by Gabriel Schulhof
-
More dialogs made transient2007-07-24, by Gabriel Schulhof
-
Minor fix2007-07-24, by Gabriel Schulhof
-
Making it compile...2007-07-24, by Gabriel Schulhof
-
Making it compile...2007-07-24, by Gabriel Schulhof
-
Making it compile...2007-07-24, by Gabriel Schulhof
-
Making it compile...2007-07-24, by Gabriel Schulhof
-
Generic transience mechanism ... *shudder*2007-07-24, by Gabriel Schulhof
-
Making dialogs properly transient.2007-07-24, by Gabriel Schulhof
-
Committing khc's msnp14 changes from Trac Ticket #148. --rlaager2007-04-15, by Ka-Hing Cheung
-
[gaim-migrate @ 17523]2006-10-18, by Ma Yuan
-
[gaim-migrate @ 17483]2006-10-15, by Ma Yuan
-
[gaim-migrate @ 17481]2006-10-14, by Ma Yuan
-
[gaim-migrate @ 17288]2006-09-16, by Ma Yuan
-
[gaim-migrate @ 17193]2006-09-08, by Ma Yuan
-
[gaim-migrate @ 17192]2006-09-08, by Ma Yuan
-
[gaim-migrate @ 17182]2006-09-07, by Ma Yuan
-
[gaim-migrate @ 17181]2006-09-06, by Ma Yuan
-
[gaim-migrate @ 17139]2006-09-03, by Ma Yuan
-
[gaim-migrate @ 17138]2006-09-03, by Ma Yuan
-
[gaim-migrate @ 17100]2006-08-31, by Ma Yuan
-
[gaim-migrate @ 17057]2006-08-27, by Ma Yuan
-
[gaim-migrate @ 17056]2006-08-27, by Ma Yuan
-
[gaim-migrate @ 17055]2006-08-27, by Ma Yuan
-
[gaim-migrate @ 17045]2006-08-26, by Ma Yuan
-
[gaim-migrate @ 17043]2006-08-26, by Ma Yuan
-
[gaim-migrate @ 17042]2006-08-26, by Ma Yuan
-
[gaim-migrate @ 17041]2006-08-26, by Ma Yuan
-
[gaim-migrate @ 17040]2006-08-26, by Ma Yuan
-
[gaim-migrate @ 17034]2006-08-26, by Ma Yuan
-
[gaim-migrate @ 17015]2006-08-24, by Ma Yuan
-
[gaim-migrate @ 17014]2006-08-24, by Ma Yuan
-
[gaim-migrate @ 17006]2006-08-23, by Ma Yuan
-
[gaim-migrate @ 17004]2006-08-23, by Ma Yuan
-
[gaim-migrate @ 17003]2006-08-23, by Ma Yuan
-
[gaim-migrate @ 16979]2006-08-22, by Ma Yuan
-
[gaim-migrate @ 16973]2006-08-22, by Ma Yuan
-
[gaim-migrate @ 16968]2006-08-22, by Ma Yuan
-
[gaim-migrate @ 16956]2006-08-21, by Ma Yuan
-
[gaim-migrate @ 16955]2006-08-21, by Ma Yuan
-
[gaim-migrate @ 16952]2006-08-21, by Ma Yuan
-
[gaim-migrate @ 16887]2006-08-19, by Ma Yuan
-
[gaim-migrate @ 16885]2006-08-19, by Ma Yuan
-
[gaim-migrate @ 16884]2006-08-19, by Ma Yuan
-
[gaim-migrate @ 16882]2006-08-19, by Ma Yuan
-
[gaim-migrate @ 16876]2006-08-19, by Ma Yuan
-
[gaim-migrate @ 16873]2006-08-19, by Ma Yuan
-
[gaim-migrate @ 16840]2006-08-18, by Ma Yuan
-
[gaim-migrate @ 16790]2006-08-16, by Ma Yuan
-
[gaim-migrate @ 16772]2006-08-15, by Ma Yuan
-
[gaim-migrate @ 16771]2006-08-15, by Ma Yuan
-
[gaim-migrate @ 16758]2006-08-14, by Ma Yuan
-
[gaim-migrate @ 16737]2006-08-13, by Ma Yuan
-
[gaim-migrate @ 16733]2006-08-13, by Ma Yuan
-
[gaim-migrate @ 16722]2006-08-12, by Ma Yuan
-
[gaim-migrate @ 16721]2006-08-12, by Ma Yuan
-
[gaim-migrate @ 16716]2006-08-12, by Ma Yuan
-
[gaim-migrate @ 16685]2006-08-10, by Ma Yuan
-
[gaim-migrate @ 16684]2006-08-10, by Ma Yuan
-
[gaim-migrate @ 16655]2006-08-06, by Ma Yuan
-
[gaim-migrate @ 16654]2006-08-06, by Ma Yuan
-
[gaim-migrate @ 16653]2006-08-06, by Ma Yuan
-
[gaim-migrate @ 16613]2006-08-02, by Ma Yuan
-
[gaim-migrate @ 16601]2006-07-30, by Ma Yuan
-
[gaim-migrate @ 16600]2006-07-30, by Ma Yuan
-
[gaim-migrate @ 16547]2006-07-23, by Ma Yuan
-
[gaim-migrate @ 16546]2006-07-23, by Ma Yuan
-
[gaim-migrate @ 16507]2006-07-17, by Ma Yuan
-
[gaim-migrate @ 16473]2006-07-09, by Ma Yuan
-
[gaim-migrate @ 16329]2006-06-24, by Ma Yuan
-
merge of '2510b3bdf51be7bd339aca4a39ec86bf73c6716c'2007-09-13, by Sadrul Habib Chowdhury
-
Add Basque translation to win32 installer from Mikel Pascual Aldabaldetreku. Fixes #2880.2007-09-12, by Daniel Atallah
-
Fix from fmoo so that the imhtml toolbar appears right on the MS-Windows theme (and probably other themes too).2007-09-12, by Daniel Atallah
-
Remember the 'Enable Sounds' setting for a conversation. Closes #312.2007-09-13, by Sadrul Habib Chowdhury
-
merge of '7d129d95f3f565e508da7fd81f36de2b51dfb103'2007-09-12, by Sadrul Habib Chowdhury
-
a new version to take into account the new translation name.2007-09-12, by Björn Voigt
-
fixes #30682007-09-12, by Éric Boumaour
-
merge of 'cecaf2df51b21064a99e3ca0588ae11a7b499b42'2007-09-12, by Will Thompson
-
Add doxygen fu to the DNS UiOps.2007-08-15, by Will Thompson
-
Duplicate the fix from 33d699ec: do g_thread_init before using any other2007-09-12, by Sadrul Habib Chowdhury
-
merge of '136752a3a64ea88c43212015de4ce2ed521575d1'2007-09-12, by Sadrul Habib Chowdhury
-
merge of '568fa1d06eec5b85c215976c97bba59da8c139a7'2007-09-12, by Luke Schierer
-
fixes #30482007-09-12, by Timo Jyrinki
-
Instead of just notifying the user about a connection error, give him options2007-09-12, by Sadrul Habib Chowdhury
-
missed this merging2007-09-12, by Luke Schierer
-
merge of '125b719cb91678665be458b456b707477e85d179'2007-09-12, by Luke Schierer
-
fixes #30412007-09-12, by Martin Srebotnjak
-
Fix a memory corruption.2007-09-12, by Sadrul Habib Chowdhury
-
merge of '7c5d7b18909c2d94f281c62597ceed3ea6533c08'2007-09-12, by Sadrul Habib Chowdhury
-
Don't prompt for the password again if the user entered it once in the account window.2007-09-12, by Sadrul Habib Chowdhury
-
Select the right account when a buddyname is selected from the suggest-list.2007-09-12, by Sadrul Habib Chowdhury
-
Fix a small bug in sound-test, thanks to igungor in #pidgin.2007-09-12, by Sadrul Habib Chowdhury
-
trying to make the merge easier2007-09-12, by Luke Schierer
-
fixes #3041 assuming this is the same miles2007-09-11, by Martin Srebotnjak
-
fixes #3048 Assuming tjyrinki is the same as the last submitter I see in monotone-viz2007-09-11, by Timo Jyrinki
-
fixes #30442007-09-11, by Serdar Soytetir
-
Fix the bug reported to the devel mailing list by Georgi Kirilov.2007-09-12, by Mark Doliner
-
this file shouldn't be marked executable2007-09-12, by Luke Schierer
-
fixes #26822007-09-12, by Javier Fernández-Sanguino Peña
-
fixes #30442007-09-12, by Serdar Soytetir
-
fixes #30572007-09-12, by Luke Ross
-
merge of 'bda49fb76ee1731eebada61327489c4d42d07e66'2007-09-12, by Luke Schierer
-
Fix the capitalization of the python variable in a configure.ac check, I2007-09-12, by Etan Reisner
-
fixes #27572007-09-11, by Ivar Smolin
-
fixes #28782007-09-11, by Yngve Spjeld Landro
-
merge of '7480925dadadae4e72d767542bc4435163eb0a52'2007-09-11, by Luke Schierer
-
fixes #30432007-09-11, by Miloslav Trmac
-
fixes #30392007-09-11, by Loptosko
-
fixes #30552007-09-11, by Björn Voigt
-
fixes #30292007-09-11, by Kelemen Gábor
-
fixes #30012007-09-11, by Arangel Angov
-
fixes #27432007-09-11, by Luke Schierer
-
references #27432007-09-11, by Ihar Hrachyshka
-
fixes #27972007-09-11, by Claudio Satriano
-
disapproval of revision '4d691e24cf14c43dbce305dafaa5dd03f76632e7'2007-09-11, by Sean Egan
-
New logo for 2.2.02007-09-11, by Sean Egan
-
Update the Hungarian translator in the about dialog. Fixes #3030.2007-09-11, by Daniel Atallah
-
len should be a socklen_t rather than an unsigned int in _qq_s5_canwrite()2007-09-11, by Evan Schoenberg
-
Silence the warning that body_len might be used uninitialized in msn_message_gen_payload().2007-09-11, by Evan Schoenberg
-
merge of '04b85a7dd6d2bd21a0cbb8a6022eb500b53efddc'2007-09-11, by Sadrul Habib Chowdhury
-
Data in vCards is supposed to be plain text, not HTML. So escape2007-09-11, by Mark Doliner
-
Various leakfixes and preventing unnecessary allocations.2007-09-11, by Daniel Atallah
-
merge of '629d4e0dcf9bd35671fc00e61b6f09e381345e7c'2007-09-11, by Mark Doliner
-
Prevent an assertion.2007-09-11, by Daniel Atallah
-
merge of 'c33ce721c01032386277454ea2455c2f3638b771'2007-09-11, by Daniel Atallah
-
Some clients don't put the node in the 115 disco response, so send the node to the callback2007-09-11, by Sean Egan
-
Dont spam the buddy info window with esoteric capabilities2007-09-11, by Sean Egan
-
Don't put "Mood: \(null\) \(null\)" on XMPP buddies2007-09-10, by Sean Egan
-
Fix crash in XMPP capabilities2007-09-10, by Sean Egan
-
Protocol's (and other plugin's) PurplePluginInfo structs should really be2007-09-10, by Etan Reisner
-
merge of '6cda5928fecda502e1e06e10736c5d98b4406298'2007-09-10, by Etan Reisner
-
Capitalize the attention type names.2007-09-10, by Richard Laager
-
Make the XMPP buzz string match the Yahoo one to help the translators.2007-09-10, by Richard Laager
-
Take aliases into account for the attention messages.2007-09-10, by Richard Laager
-
Eliminate an excess array and loop.2007-09-10, by Richard Laager
-
I missed this code in the last commit to remove the USE_ATTENTION_API conditional.2007-09-10, by Richard Laager
-
Remove the *_USE_ATTENTION_API markers everywhere.2007-09-10, by Richard Laager
-
Fix up an apparently bad merge with the reserved fields here.2007-09-10, by Richard Laager
-
Change attention_types to get_attention_types so this will compile.2007-09-10, by Richard Laager
-
Work around a problem so --enable-dbus will build again.2007-09-10, by Richard Laager
-
merge of '0485ab28f09f39d5e0b47621901f1f0ba0c26c5e'2007-09-10, by Richard Laager
-
merge of '0485ab28f09f39d5e0b47621901f1f0ba0c26c5e'2007-09-10, by Evan Schoenberg
-
Apparently, if the row-keys don't have a destructor function, things can go2007-09-11, by Sadrul Habib Chowdhury
-
Changelog.API the conversation history stuff.2007-09-10, by Sadrul Habib Chowdhury
-
Keep the message history in PurpleConversation.2007-09-10, by Sadrul Habib Chowdhury
-
merge of '65633fb10f29f8d7b1f99b635452d4ed5fe1f3cb'2007-09-10, by Daniel Atallah
-
Clear up translation ambiguity with the attention API.2007-09-10, by Richard Laager
-
- Rename attention_types to get_attention_types, which seems more standard.2007-09-10, by Richard Laager
-
Add missing files to POTFILES.in. Thanks to Björn Voigt.2007-09-10, by Richard Laager
-
Sort POTFILES.in with: LC_ALL=C sort -t/ -u -o POTFILES.in POTFILES.in2007-09-10, by Richard Laager
-
Fix gaim_request_fields compatibility. I noticed this when porting a plugin.2007-09-10, by Richard Laager
-
Various warning fixes for the xmpp prpl.2007-09-10, by Daniel Atallah
-
Fix mingw build of xmpp prpl2007-09-10, by Daniel Atallah
-
merge of '1c7910841138381c841363256ca3c7905b1f26b0'2007-09-10, by Daniel Atallah
-
propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed)2007-09-06, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)2007-09-05, by Andreas Monitzer
-
merge of '23dc0b8b764a7a920891d3024bb830bb14916013'2007-09-10, by Sadrul Habib Chowdhury
-
Probably Fixes 16492007-09-09, by Ka-Hing Cheung
-
Add a new 2.2.0 about image from hbons and move the version number up and out of the way.2007-09-09, by Kevin Stange
-
This function wasn't documented in the Doxygen stuff. If I've documented2007-09-09, by John Bailey
-
I missed this file when I updated the FSF address in the source previously.2007-09-09, by John Bailey
-
merge of '0c762d61f5be8c4ba458aa835171bbe53c00ca27'2007-09-09, by Mark Doliner
-
- Add specific notification for self-signed certificates. Fixes #28742007-09-09, by William Ehlhardt
-
Start watching the listener socket immediately after it's created2007-09-09, by Mark Doliner
-
Moving Peter Lawler to the retired patch writer category, as requested2007-09-09, by Mark Doliner
-
This will silence a few warnings when building the Doxygen docs.2007-09-08, by John Bailey
-
Add a link to the FAQ in the about box as indirectly suggested in #pidgin.2007-09-08, by John Bailey
-
Looks like I might have been wrong about the length being only 8 bits.2007-09-08, by Mark Doliner
-
Fix a crash in window-placement.2007-09-10, by Sadrul Habib Chowdhury
-
The FSF changed its address a while ago; our files were out of date.2007-09-08, by John Bailey
-
merge of '7360490707a66389e7834a0251d950ce13a46165'2007-09-07, by Sadrul Habib Chowdhury
-
Change the way we handle file names when dealing with AIM file2007-09-07, by Mark Doliner
-
AIM 6, when sending a file through a proxy, requires that it receive2007-09-07, by Mark Doliner
-
Add the ability to affiliate people in an xmpp chat room even if2007-09-07, by Mark Doliner
-
Make the uninstaller remove everything it installs.2007-09-06, by Daniel Atallah
-
Grammar fix from nix_nix and johnmoody. Fixes #2593.2007-09-06, by Daniel Atallah
-
Don't assume that the Gstreamer stuff isn't used on win32. There really isn't anything to see here.2007-09-06, by Daniel Atallah
-
Attempt to display user readable error messages for NSS.2007-09-06, by Daniel Atallah
-
Remove the 'Hide' option from the menu.2007-09-07, by Sadrul Habib Chowdhury
-
More fix, thanks to SimGuy.2007-09-06, by Sadrul Habib Chowdhury
-
merge of '0cf1ba2d257fe2551fe7a238c1888c4de36a402e'2007-09-06, by Sadrul Habib Chowdhury
-
I think this fixes #2858.2007-09-06, by Sadrul Habib Chowdhury
-
merge of '820a17ae981af30a64647d8438bd769db8bb4689'2007-09-06, by Kevin Stange
-
We have got an empty fullname, set it to NULL so that we fall back to2007-09-06, by Mark Doliner
-
merge of '9d3e08ca8d3c17d78b9671fdffc4a0769a0a1495'2007-09-06, by Sadrul Habib Chowdhury
-
merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d'2007-09-06, by Kevin Stange
-
merge of 'be9dba922e9f366e12da62fe2e2708b38d82b9c4'2007-09-06, by Kevin Stange
-
merge of 'acf8d250c77786771f4fda3c7e69009acb30d4ed'2007-09-06, by Sadrul Habib Chowdhury
-
merge of 'cce02af7eb2fb114cb0f640979554b7de3a80e96'2007-09-06, by John Bailey
-
merge of '2711852de086a4c03cc115b401f2f5ee0f6fab44'2007-09-06, by Kevin Stange
-
merge of 'cce02af7eb2fb114cb0f640979554b7de3a80e96'2007-09-06, by Ka-Hing Cheung
-
Fix a crash when hovering over a buddy in the chat userlist and the account is disconnected.2007-09-05, by Daniel Atallah
-
Fix the plugin loading issue Luke had noticed. This is a pretty weird bug2007-09-06, by Sadrul Habib Chowdhury
-
Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')2007-09-05, by Sadrul Habib Chowdhury
-
merge of '24d23e4d11dd1922afff286215a32a9f006efab2'2007-09-05, by Sadrul Habib Chowdhury
-
Do not crash when pressing a key in an empty menu. Thanks to CmdrChalupa in2007-09-05, by Sadrul Habib Chowdhury
-
Sort the certificates by hostname2007-09-05, by Mark Doliner
-
When doing oscar server-side list management, do deletions before2007-09-05, by Mark Doliner
-
- Add purple_reserved fields to various structures.2007-09-05, by William Ehlhardt
-
Deal better with receiving a msn ACK when there is no switchboard connected. Fixes #2640.2007-09-04, by Daniel Atallah
-
Catch the event at the very end to make sure other plugins can play with it2007-09-04, by Sadrul Habib Chowdhury
-
merge of '13a4e3e02e0fa91a6083954093807fa58bab04e8'2007-09-04, by Sadrul Habib Chowdhury
-
Print an error when there was a problem parsing some XML2007-09-04, by Mark Doliner
-
A little function name shuffling.2007-09-04, by Mark Doliner
-
Add non-US SMS support for ICQ. This is a patch from DB42.2007-09-04, by Mark Doliner
-
Spaces to tabs2007-09-04, by Mark Doliner
-
Add another build to the list2007-09-04, by Mark Doliner
-
Ka-Hing reminded me that we should set the password to NULL when2007-09-04, by Mark Doliner
-
Three small changes:2007-09-04, by Mark Doliner
-
Do not bother the prpl about a tooltip for a disconnected account.2007-09-04, by Sadrul Habib Chowdhury
-
merge of '6be8a7c0f691862b61f30ddae359111b8302573e'2007-09-04, by Sadrul Habib Chowdhury
-
merge of 'e5e790ebc036af74d05dbab2f12771cfd23f9e8b'2007-09-04, by Sadrul Habib Chowdhury
-
merge of 'e9d960379b02a0d960ef604990fee9f4439995d0'2007-09-04, by William Ehlhardt
-
Use the proper column for searching users in the chat userlist.2007-09-04, by Sadrul Habib Chowdhury
-
- ssl-nss now reports a certificate's sha1sum correctly2007-09-04, by William Ehlhardt
-
Use purple_connection_set_display_name() to set the display name to the2007-09-11, by Jeffrey Connelly
-
If no username is set, point user to a web page where to set it, and disconnect.2007-09-05, by Jeffrey Connelly
-
For status messages, make sure NULL isn't passed to g_markup_escape_text().2007-09-05, by Jeffrey Connelly
-
merge of '1f0db2a75d53cc5f98769d6e6b9ec61e920b5767'2007-09-04, by Jeffrey Connelly
-
And don't show everything here either.2007-09-04, by Sadrul Habib Chowdhury
-
merge of '03fef04c64d9f2d63fe8ba4e58704908e5f8dba8'2007-09-04, by Sadrul Habib Chowdhury
-
merge of '0372d7dd82f502ec3e68166bf2b289e71267897a'2007-09-04, by Sadrul Habib Chowdhury
-
Don't show *all*\!2007-09-04, by Sadrul Habib Chowdhury
-
Whitespace fix2007-09-03, by Ethan Blanton
-
Handle the case where gethostname() fails or returns a null hostname.2007-09-03, by Ethan Blanton
-
Hide is not a stock item.2007-09-03, by Sadrul Habib Chowdhury
-
merge of '8702a8b674985e8729781c6563e4e552346a7ffd'2007-09-03, by Sadrul Habib Chowdhury
-
merge of 'bf68a58b8bbc1d43f4ebe7b94bd47282cb66f26e'2007-09-03, by Ka-Hing Cheung
-
Remove 'show buddy icon' leftovers to get rid of run time gtk+ warnings.2007-09-03, by Sadrul Habib Chowdhury
-
Do not crash for hidden convs after changing prefs.2007-09-03, by Sadrul Habib Chowdhury
-
Remove Show buddy icon from conversation menu. 'Fixes' #8822007-09-03, by Sean Egan
-
ifdef win32 the conversation placement code2007-09-03, by Sean Egan
-
merge of '643feb3e5eefda54d6456d7a5a35201a356954e2'2007-09-03, by Mark Doliner
-
Set our alias using the appropriate function. This makes a copy of2007-09-03, by Mark Doliner
-
More typos.2007-09-03, by Sadrul Habib Chowdhury
-
Typo.2007-09-03, by Sadrul Habib Chowdhury
-
merge of '5f6418804a7d4bb6c64f14f7bc4addc6dee0b232'2007-09-03, by Mark Doliner
-
Add a missing newline to the end of a purple_debug_info call.2007-09-03, by Richard Laager
-
writing-im-msg now receives the conversation name as the who argument if2007-09-03, by Richard Laager
-
merge of '53adc628daffd84d86a821ded6220ad682da5d53'2007-09-03, by Richard Laager
-
I can't get this code to trigger. I think the conversion from2007-09-03, by Mark Doliner
-
You can't just look at the first letter of the screen name to determine2007-09-03, by Mark Doliner
-
I can't get this code to trigger. I think the conversion from2007-09-03, by Mark Doliner
-
If a prpl doesn't support icons then hide the "use a custom icon?"2007-09-03, by Mark Doliner
-
merge of '3c290039d8432d0fad4f8596495b87e23509bf6f'2007-09-03, by Sean Egan
-
merge of '0dbc6114de523821fc87cf7d1c44b30aa0e92713'2007-09-03, by Sadrul Habib Chowdhury
-
If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete)2007-09-04, by Jeffrey Connelly
-
Add uid field to add buddy persistance request. Now adding buddies to the2007-09-04, by Jeffrey Connelly
-
Update msimprpl to 0.18, targetting Pidgin/libpurple 2.2.0. msimprpl 0.17 was2007-09-03, by Jeffrey Connelly
-
Update msimprpl to 0.17, for an independent release for Pidgin 2.1.1.2007-09-03, by Jeffrey Connelly
-
Clarify message about contacts added from server, for #2918.2007-09-03, by Jeffrey Connelly
-
merge of '037dd557f9293f0488bb536ed85c24acddad6553'2007-09-03, by Jeffrey Connelly
-
Treat status messages as the plaintext that they are.2007-09-03, by Jeffrey Connelly
-
Patch from Gal Topper to fix an endianness issue in MSN file transfers. Fixes #2912 and fixes #16822007-09-03, by Sean Egan
-
disapproval of revision '2887999526ff013d0ffa94da958cd30181ee3aa1'2007-09-06, by Kevin Stange
-
Patch from Ankit Singla to preserve newlines. Fixes #28582007-09-02, by Sean Egan
-
Tooltips on chat userlist. Fixes #2815. Thanks fmoo2007-09-02, by Sean Egan
-
Patch from fmoo. Fixes #12802007-09-02, by Sean Egan
-
Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the2007-09-03, by Sadrul Habib Chowdhury
-
merge of 'e227a655c6a9f079748dafa19d46fcb9d99bf20a'2007-09-03, by Sadrul Habib Chowdhury
-
pidgin_conversations_fill_menu now also adds a separator and a 'Show2007-09-03, by Sadrul Habib Chowdhury
-
rewster from #pidgin pointed out that the conditional was reversed, and2007-09-03, by Ka-Hing Cheung
-
merge of '1bc4d7f1a38917e6d2bf837a660f5f498a29ea0c'2007-09-03, by Ka-Hing Cheung
-
disapproval of revision 'cccc7902a8993aaa6b6ef10c1fb9480763055463'2007-09-03, by Ka-Hing Cheung
-
Fixes #2340, remember size/position separately for more places2007-09-03, by Ka-Hing Cheung
-
Fixes #2340, remember size/position separately for more places2007-09-03, by Ka-Hing Cheung
-
merge of '3f25aaeb59668d0654c46b32af65735a2aa35fb9'2007-09-03, by Richard Laager
-
Switch from login.oscar.aol.com to login.messaging.aol.com for new2007-09-03, by Mark Doliner
-
merge of '514cdf59e606c86640192584273de4c182a79a1d'2007-09-03, by Mark Doliner
-
Show a helpful error message when the plugin fails to load.2007-09-02, by Sadrul Habib Chowdhury
-
Prevent duplicate window closed notifications.2007-09-02, by Daniel Atallah
-
Fix a couple potential leaks and prevent the avahi record resolver from being freed multiple times.2007-09-02, by Daniel Atallah
-
Fix compilation on SkyOS. This patch is from Peter Speybrouk, a.k.a.2007-09-02, by Ethan Blanton
-
merge of '67ad9f243a5d108c552110366d15b0e921e0c681'2007-09-02, by Mark Doliner
-
Use the sent timestamp in incoming instant messages instead of the current2007-09-02, by Jeffrey Connelly
-
merge of 'cd71f91b5fe6c870cf2154b4e37ace6427cb7802'2007-09-02, by Sadrul Habib Chowdhury
-
Tooltips can be for the buddylist or for conversation windows.2007-09-02, by Sadrul Habib Chowdhury
-
disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'2007-09-02, by Sadrul Habib Chowdhury
-
Tooltips can be for the buddylist or for conversation windows.2007-09-01, by Sadrul Habib Chowdhury
-
Call gtk_window_set_title() in pidgin_blist_draw_tooltip(), to fix the2007-09-01, by Jeffrey Connelly
-
When you have a certificate dialog and you click on "View Certificate",2007-09-01, by Mark Doliner
-
Patch from Dossy Shiobara which improves Tcl support for purple2007-09-01, by Ethan Blanton
-
merge of '1247a733923713e275ecb722adf9abc726896c3f'2007-09-01, by Ethan Blanton
-
Update msimprpl CHANGES for 0.17 (if it is ever released independently).2007-09-01, by Jeffrey Connelly
-
Document the attention API added in 5ac064e7e9268acbd8f76b4dd35350e38ca2bad9 and2007-08-30, by Jeffrey Connelly
-
Update the chat topic and userlist when reattaching the Pidgin UI.2007-08-31, by Sadrul Habib Chowdhury
-
Boldify the hidden chats in the buddylist.2007-08-31, by Sadrul Habib Chowdhury
-
Doxygen and ChangeLog.API the new function and signals.2007-08-31, by Sadrul Habib Chowdhury
-
Document the function to reattach conv-ui.2007-08-31, by Sadrul Habib Chowdhury
-
merge of '493b97b58c0685edae9397f741d0171f9bcc7d2e'2007-08-31, by Sadrul Habib Chowdhury
-
- Remove g_assert()s. Fixes #28592007-08-30, by William Ehlhardt
-
refcount of 0 is normal2007-08-30, by Mark Doliner
-
Replace a call to g_assert() with a logging statement2007-08-30, by Mark Doliner
-
Get rid of some stray whitespace and consistently use tab indentation2007-08-30, by Mark Doliner
-
Fix compiler warnings about having a variable declaration after some2007-08-30, by Mark Doliner
-
"text" isn't guarranteed to be null terminated, so make sure we use2007-08-30, by Mark Doliner
-
Revert jeff2's changes from 2007-08-12. Specifically revision2007-08-30, by Mark Doliner
-
Bonjour status changes work now; remove from the issues list.2007-08-30, by Daniel Atallah
-
Add mingw makefile to the dist. Update uninstaller for new certs.2007-08-30, by Daniel Atallah
-
Make note of the gtkspell update.2007-08-30, by Daniel Atallah
-
merge of '7fc610625ed566ff67ef3526fa27198b4bf63eeb'2007-08-30, by Daniel Atallah
-
Update the strikethrough state and the buttons as appropriate. Fixes #2884.2007-08-31, by Sadrul Habib Chowdhury
-
If a conversation doesn't have UI-data, consider it a hidden conversation.2007-08-31, by Sadrul Habib Chowdhury
-
Do not crash on hidden conversations.2007-08-31, by Sadrul Habib Chowdhury
-
Do not try to update a buddy in the buddylist when there's no buddylist.2007-08-29, by Sadrul Habib Chowdhury
-
Fix a couple compiler warnings:2007-09-03, by Richard Laager
-
merge of '5d55a7b785e21cf51b586dd442481032b187c6c6'2007-08-30, by Richard Laager
-
merge of '2828a20e21dea1029a9d9df5e39bcdc2847930b5'2007-08-29, by Sadrul Habib Chowdhury
-
- Change wording on certificate accept/reject dialog2007-08-29, by William Ehlhardt
-
merge of '049ca3ae717d81081bd07de106953936972af11c'2007-08-29, by Sean Egan
-
Add Resiak as CPW too2007-08-29, by Sean Egan
-
Deactivate only an active status.2007-08-29, by Sadrul Habib Chowdhury
-
- Add GTE CyberTrust Global Root certificate. Fixes #2821 , hopefully2007-08-29, by William Ehlhardt
-
merge of 'b33c072ae9fdbe741dc85fdd8e78e3a1ad8d1378'2007-08-29, by William Ehlhardt
-
Fix building on older glib versions.2007-08-29, by Sadrul Habib Chowdhury
-
Oops. This wasn't supposed to get in.2007-08-29, by Sadrul Habib Chowdhury
-
merge of '67e02391b6e685a1ab33fea548cebc07716e15e9'2007-08-29, by Sadrul Habib Chowdhury
-
- Add Verisign Class 3 Primary CA. Fixes #28212007-08-29, by William Ehlhardt
-
merge of '80cc49cd64db4d457f67ee6f7a936e162748f026'2007-08-29, by Ka-Hing Cheung
-
Upgrade the win32 build to use version 1.1.2 of the SILC toolkit.2007-08-29, by Daniel Atallah
-
Remove some relics from when we didn't create the buddy list immediately.2007-08-29, by Daniel Atallah
-
merge of '770ac36e679db47d463b561e8972d12c2f77bd4f'2007-08-29, by William Ehlhardt
-
- Add Verisign's Class 3 Extended Validation CA (used for login.live.com2007-08-29, by William Ehlhardt
-
merge of 'ee4f8f7ebf5f6057974f66b75c8b59c199e44ae0'2007-08-29, by Mark Doliner
-
(Un)Register the pools with DBus to avoid a runtime fit.2007-08-29, by Sadrul Habib Chowdhury
-
Add certificate UI in finch.2007-08-29, by Sadrul Habib Chowdhury
-
There's some disagreement over the response-id sent to the callbacks to2007-08-28, by Sadrul Habib Chowdhury
-
merge of '45cf46d3ba2b0debc7f98159ddf5a0262809cde4'2007-08-28, by Sadrul Habib Chowdhury
-
Fix printf(%s, NULL).2007-08-28, by Daniel Atallah
-
Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message2007-08-28, by Sadrul Habib Chowdhury
-
Don't trigger 'receiving-' and 'received-' signals when sending attention request.2007-08-28, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)2007-08-28, by Sadrul Habib Chowdhury
-
- Change g_assert to purple_debug_error2007-08-28, by William Ehlhardt
-
merge of 'db94e3dde2f5edb422e7d7c1ec30474e2000997c'2007-08-28, by William Ehlhardt
-
- Change assert on ssl init failure to a mere warning2007-08-28, by William Ehlhardt
-
Fix the win32 build for the cert SoC branch merge.2007-08-28, by Daniel Atallah
-
Make the gtkcert stuff compile on GTK+ older than 2.82007-08-28, by Daniel Atallah
-
Update .mtn-ignore for emotes size change.2007-08-28, by Daniel Atallah
-
Install rtl 11px status pixmaps on win32 too.2007-08-28, by Daniel Atallah
-
Fix purple_util_write_data_to_file signature.2007-08-28, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)2007-08-28, by William Ehlhardt
-
- Add purple_util_write_data_to_file_absolute; glib's2007-08-25, by William Ehlhardt
-
- TODO whacking and cosmetics2007-08-20, by William Ehlhardt
-
- Even more TODO whacking2007-08-20, by William Ehlhardt
-
- Reword some dialogs2007-08-20, by William Ehlhardt
-
- Yet More TODO whacking2007-08-20, by William Ehlhardt
-
- Errorchecking in x509_cert_dn2007-08-20, by William Ehlhardt
-
- More TODO whacking2007-08-20, by William Ehlhardt
-
- TODO-whacking2007-08-20, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)2007-08-20, by William Ehlhardt
-
Fixed code indenting, some spaces were still left and now replaced by tabs.2007-08-28, by Andreas Monitzer
-
Fixed merge errors stemming from the fact that the main branch and my branch both added something to the prpl struct2007-08-28, by Andreas Monitzer
-
merge of 'c3b6e088483d70780a3365f7111d2fbd2cc81e4e'2007-08-28, by Andreas Monitzer
-
propagate from branch 'im.pidgin.soc.2007.xmpp' (head f6a67901e79d8d35e6bf30f0766b2417740090b7)2007-08-27, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 04b3e8958ef3758cefdb2c6a32a676b131aee0cc)2007-08-27, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 384c9116031084a2f41659dc9e9a4aa7bba55d86)2007-08-27, by Evan Schoenberg
-
Only hide single tab on Top-tabbed windows2007-08-29, by Sean Egan
-
Allow you to click on statusbox again and keep it open.2007-08-28, by Sean Egan
-
Don't mess up the initial transparency when not using the "remove transparency on focus" pref.\n2007-08-28, by Daniel Atallah
-
And, put Peter in COPYRIGHT while we're at it2007-08-27, by Sean Egan
-
Make fmoo and nix crazy patch writers2007-08-27, by Sean Egan
-
Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz2007-08-27, by Sean Egan
-
merge of '04b3e8958ef3758cefdb2c6a32a676b131aee0cc'2007-08-27, by Sean Egan
-
Fix the GetABacktrace URL in the pt_BR translation. Fixes #28122007-08-27, by Daniel Atallah
-
Add 11px extended-away rtl icon.2007-08-27, by Sean Egan
-
ChangeLog2007-08-27, by Sean Egan
-
merge of 'b6c53eca73f8f22b0d8fafd412b2570c631455be'2007-08-27, by Ethan Blanton
-
merge of '1e84e66f6954510525d3db02bb2899bca1caacdb'2007-08-27, by Sean Egan
-
Add horizontal rules and strikethroughs to the toolbar2007-08-27, by Sean Egan
-
pidginstock.c2007-08-27, by Sean Egan
-
ACK for EvilDennisR2007-08-27, by Ethan Blanton
-
Replace homegrown str_replace() with purple_strreplace(), after discovering it.2007-08-27, by Jeffrey Connelly
-
In MSN prpl, use attention API. Can be disabled by undefining2007-08-27, by Jeffrey Connelly
-
Change Yahoo prpl to use attention API in libpurple. Previous behavior can2007-08-27, by Jeffrey Connelly
-
Change serv_send_attention() to call prpl_info->send_attention(), and2007-08-27, by Jeffrey Connelly
-
On login, get contacts from server using msim_get_contact_list().2007-08-27, by Jeffrey Connelly
-
In the attention API, use the PURPLE_NOTIFY_MESSAGE flag to serv_got_im()2007-08-27, by Jeffrey Connelly
-
merge of '0398fdfcf107ed2bd1e3f271524fe5fe0134bd97'2007-08-27, by Jeffrey Connelly
-
merge of '1d830d1617f678f9a4976d149b442420640dc120'2007-08-26, by Sadrul Habib Chowdhury
-
merge of '3ccc848dcffce11aa363f593e383cc1f07d081d0'2007-08-26, by Sadrul Habib Chowdhury
-
merge of 'a8189d2840b6823a0faf5dbba937eb0dd96a1416'2007-08-26, by Luke Schierer
-
Add MySpaceIM to the list in the about dialog.2007-08-26, by Kevin Stange
-
Update the buddylist if a buddy is moved to another group from a different2007-08-26, by Sadrul Habib Chowdhury
-
merge of '0bf01031d132e0c8d3ab091041ec704fcfc2b152'2007-08-26, by Kevin Stange
-
Add MySpaceIM to the Windows build, though I can't verify this works2007-08-26, by Kevin Stange
-
merge of 'cacb6312fda77c93ab3e7557fdea3c2956cc55ad'2007-08-26, by Kevin Stange
-
Changelog the API changes in finch and libgnt so far.2007-08-26, by Sadrul Habib Chowdhury
-
merge of 'e6a26aab7c177405a9cbb8d8358228ed4a53d508'2007-08-26, by Sadrul Habib Chowdhury
-
merge of '665d20fa5e8c368f876485703c5e3c652c9b44c9'2007-08-26, by Sadrul Habib Chowdhury
-
Changelog the per-conversation mute/logging options.2007-08-26, by Sadrul Habib Chowdhury
-
Fix #2767 (per-conversation/chat mute option).2007-08-26, by Sadrul Habib Chowdhury
-
Add two missing conversation-uiops functions. (has_focus and present)2007-08-26, by Sadrul Habib Chowdhury
-
Separate logging support for each conversation.2007-08-26, by Sadrul Habib Chowdhury
-
Set the custom status message for yahoo buddies correctly at login time. Fixes #2754.2007-08-26, by Daniel Atallah
-
Add msimprpl's user module so we all can compile libpurple again ;)2007-08-27, by Jeffrey Connelly
-
In msimprpl: if no local alias is set, set it to the username on sign-on.2007-08-26, by Jeffrey Connelly
-
For myim: (MySpaceIM) URLs, lookup the contact ID into a username before2007-08-26, by Jeffrey Connelly
-
Add receiving-im-attention and received-im-attention signals, similar to2007-08-26, by Jeffrey Connelly
-
In msimprpl, fix the msim_uri_handler(). The sendIM and addContact commands2007-08-26, by Jeffrey Connelly
-
Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin.2007-08-26, by Jeffrey Connelly
-
Only check for mail if "New mail notifications" is enabled in account options.2007-08-26, by Jeffrey Connelly
-
Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.2007-08-26, by Jeffrey Connelly
-
In msimprpl, move user-related code to a new user module, and move other2007-08-26, by Jeffrey Connelly
-
In msimprpl, move formatting functions to a markup module. It only exposes2007-08-26, by Jeffrey Connelly
-
In msimprpl, move session-related functions to a new session module.2007-08-26, by Jeffrey Connelly
-
In msimprpl, move zap-related code to a separate module.2007-08-26, by Jeffrey Connelly
-
Now that MsimMessageElement's are more accessible outside message.c,2007-08-26, by Jeffrey Connelly
-
In msimprpl's mail notifications, change four parallel arrays into2007-08-26, by Jeffrey Connelly
-
Lookup a user's information when their status changes to anything but2007-08-26, by Jeffrey Connelly
-
In msimprpl, replace !strcmp() with g_str_equal() everywhere.2007-08-25, by Jeffrey Connelly
-
Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff,2007-08-25, by Jeffrey Connelly
-
Attention API for nudges/buzzes/zaps of various protocols.2007-08-25, by Jeffrey Connelly
-
merge of '3b5ffa9dc2dec5443f83a219ac14382a0e3ccf03'2007-08-25, by Jeffrey Connelly
-
Do not duplicate the same message in the history, and store the correct2007-08-25, by Sadrul Habib Chowdhury
-
Add a 'Hide' item under 'Conversation' menu so people can check this thing out.2007-08-25, by Sadrul Habib Chowdhury
-
Clear the message history in the /clear callback.2007-08-25, by Sadrul Habib Chowdhury
-
Adding all the message from history in GtkIMHtml takes a bit long causing2007-08-25, by Sadrul Habib Chowdhury
-
The conversation history is in a reversed list.2007-08-25, by Sadrul Habib Chowdhury
-
Utilize the message-history in dbus-gnt.2007-08-25, by Sadrul Habib Chowdhury
-
DBus-ify the message history in a conversation.2007-08-25, by Sadrul Habib Chowdhury
-
API to reattach a conversation to gtk UI. Use the new2007-08-25, by Sadrul Habib Chowdhury
-
A conversation shouldn't need ui-ops for logging the messages.2007-08-25, by Sadrul Habib Chowdhury
-
Reattach the gtk-ui to a conversation when the user wants to2007-08-25, by Sadrul Habib Chowdhury
-
Make sure a conversation is a pidgin-conversation to avoid a crash.2007-08-25, by Sadrul Habib Chowdhury
-
Store message history in a conversation, and provide API to access the history.2007-08-25, by Sadrul Habib Chowdhury
-
merge of '0fc7f6e97f5dab2cfc59a71a0aba499d560220b2'2007-08-25, by Sadrul Habib Chowdhury
-
Specify small and large step values for the volume slider.2007-08-24, by Sadrul Habib Chowdhury
-
Have small and large steps for the slider.2007-08-24, by Sadrul Habib Chowdhury
-
Fix crashing when the sametime account disconnects and we update the conv. window infopanel. Fixes #2762.2007-08-24, by Daniel Atallah
-
merge of '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'2007-08-24, by Sean Egan
-
disapproval of revision '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'2007-08-29, by Richard Laager
-
ChangeLog MySpace2007-08-21, by Sean Egan
-
If purple_blist_add_{chat,buddy} is called with a group or chat that isn't2007-08-25, by Jeffrey Connelly
-
merge of '0705e301236da4eef643bf63cac73af309c26799'2007-08-24, by Sean Egan
-
Use the changed volume when 'Test'ing.2007-08-24, by Sadrul Habib Chowdhury
-
Update msimprpl to 0.16.2007-08-24, by Jeffrey Connelly
-
propagate from branch 'im.pidgin.pidgin' (head 54129de486cffc56bea31f4ea38c3972e450958b)2007-08-24, by Jeffrey Connelly
-
Reset unsigned int input handlers to 0 instead of -1.2007-08-24, by Sadrul Habib Chowdhury
-
Input handlers are unsigned integers. So set them to 0 instead of -1 after2007-08-24, by Sadrul Habib Chowdhury
-
merge of '11b1cf370bc4c91f8a7ef40adbc19a5aa27f3a08'2007-08-24, by Sean Egan
-
Bring up statusbox menu on button-down instead of button-up. Fixes #14372007-08-24, by Sean Egan
-
Input handlers are unsigned integers. So set them to 0 instead of -1 after2007-08-23, by Sadrul Habib Chowdhury
-
Focus the modified/created account in the accounts window after modifying/2007-08-23, by Sadrul Habib Chowdhury
-
merge of '5e1b8aa2904f61701e271733882021002c85f8f3'2007-08-23, by Sadrul Habib Chowdhury
-
Patch from nix_nix. Fixes #24382007-08-23, by Sean Egan
-
Prevent recursive idle handling loop. Patch from 'Gambit'2007-08-23, by Sean Egan
-
xmlnode bugfix patch from Mauro Brasil2007-08-23, by Sean Egan
-
Fix entering yahoo chats.2007-08-23, by Daniel Atallah
-
merge of '64a21ba142d57ec69f4b25cf89b5e725ff2a4752'2007-08-23, by Sadrul Habib Chowdhury
-
merge of '89cc984f2585fa88cdf28e01b480be7cb0811788'2007-08-23, by Sean Egan
-
Cleanup playbin on error. Thanks, Elliott Sales de Andrade. Fixes #26632007-08-23, by Sean Egan
-
Include MySpace in the dist if we are to have it enabled by default...2007-08-26, by Kevin Stange
-
Fix #2726. (Segafault on click of unknow button.) It was a bug in the musicmessaging plugin.2007-08-23, by Sadrul Habib Chowdhury
-
Get rid of compile warnings on older glib.2007-08-23, by Sadrul Habib Chowdhury
-
Add support for a few more XHTML tags.2007-08-23, by Sadrul Habib Chowdhury
-
merge of '46c81ad1c3775e997c564d591942cfe7916ebea7'2007-08-23, by Sadrul Habib Chowdhury
-
Fix #2599. (Sound File Change Crash)2007-08-23, by Sadrul Habib Chowdhury
-
Upgrade gtkspell on the win32 build to 2.0.11. Fixes #1388 thanks to Sean's astute observation.2007-08-23, by Daniel Atallah
-
Fix #2642 (GntTextView Multiline append goes weird)2007-08-23, by Sadrul Habib Chowdhury
-
I think this fixes the auto-rejoin-after-auto-reconnect bug in finch.2007-08-23, by Sadrul Habib Chowdhury
-
Make some of the dialogs look and behave more like each other.2007-08-23, by Sadrul Habib Chowdhury
-
Generate the makefile for pygnt. But it won't be built by default.2007-08-23, by Sadrul Habib Chowdhury
-
New API has been added. Bump the minor.2007-08-23, by Sadrul Habib Chowdhury
-
Allow building with glib < 2.8.2007-08-23, by Sadrul Habib Chowdhury
-
Notify the user if a message is not sent in a conversation because he's disconnected.2007-08-23, by Sadrul Habib Chowdhury
-
merge of '90df17ab44d01f7f8f963d36fefb9eae3ec868cf'2007-08-23, by Sadrul Habib Chowdhury
-
ChangeLog.API addition of pidgin_set_accessible_relations which will bump2007-08-23, by Casey Harkins
-
Separate out setting up the labelled-by and label-for ATK relationships2007-08-23, by Casey Harkins
-
Use GtkDialog more often. Thanks nix_nix. Fixes #26182007-08-22, by Sean Egan
-
Show a system notification in the conv window when receiving Yahoo webcam invites. Fixes #12982007-08-22, by Sean Egan
-
String fix. Fixes #25482007-08-22, by Sean Egan
-
Calculate what buddy we're pointing at from the middle of the cell rather than the age. Fixes #14222007-08-22, by Sean Egan
-
Don't show tabs if tabs aren't turned on. Fixes #26692007-08-22, by Sean Egan
-
remove obsolote GNOME color pallete2007-08-22, by Sean Egan
-
Fix various things related to authorization on yahoo.2007-08-22, by Daniel Atallah
-
Sync the AUTHORS file and add myself as a webmaster & developer, with Sean's approval.2007-08-21, by Kevin Stange
-
Fully fix #2654 by parsing the yahoo stealth information from the buddy list at logon time.2007-08-21, by Daniel Atallah
-
merge of '091f449781eae3ea061c3d2bab2ad4f96a00d9b5'2007-08-21, by Kevin Stange
-
Correct the mad-tongue smiley to be named properly. Fixes #26502007-08-21, by Kevin Stange
-
Add an assertion in purple_blist_add_{chat,buddy} to return if a buddy was2007-08-24, by Jeffrey Connelly
-
Improve buddy importing. Count number of buddies being added, and2007-08-24, by Jeffrey Connelly
-
MySpace added a new field, LastImageUpdated. Save it in MsimUser.2007-08-24, by Jeffrey Connelly
-
If buddy doesn't have a picture, display no icon, instead of the "no photo" icon that MySpaceIM2007-08-23, by Jeffrey Connelly
-
g_memdup() the icon data before setting it as the buddy icon.2007-08-23, by Jeffrey Connelly
-
If a username cannot be looked up in postprocessing, throw up an error.2007-08-23, by Jeffrey Connelly
-
Update for 0.15 for GSoC final release for Google.2007-08-23, by Jeffrey Connelly
-
Add some additional yahoo keys to the stealth packets to make them work again. Fixes #2654.2007-08-21, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head f2e4f8c57473f011b24033fff466bbf6aec3d32b)2007-08-21, by Jeffrey Connelly
-
Prep for 2.1.2 -- we can make this 2.2.0 if we desire, later2007-08-20, by Ethan Blanton
-
Final preparation for 2.1.12007-08-20, by Ethan Blanton
-
merge of '24c8940605f5b11b2aea17c6ca6f3094dff141ab'2007-08-20, by Ethan Blanton
-
fixes #26392007-08-20, by Francisco Rial
-
fixes #26352007-08-20, by Loptosko
-
merge of '671cfe949215447db0da7081a7e1501693ab4f98'2007-08-23, by Sadrul Habib Chowdhury
-
Makefile.am typo fix for Yahooo2007-08-20, by Ethan Blanton
-
merge of '677f816f158bdd721758b2abdc82a2591bd7e689'2007-08-21, by Jeffrey Connelly
-
propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)2007-08-20, by Jeffrey Connelly
-
This text should probably be readable, I think2007-08-18, by Kevin Stange
-
If you have the buddy notes plugin loaded, when you right click a chat's2007-08-18, by Kevin Stange
-
Add support to parse and add XHTML in a textview. This we can use for logs,2007-08-23, by Sadrul Habib Chowdhury
-
Select the correct item in the dropdown when using a transient status.2007-08-18, by Sadrul Habib Chowdhury
-
- Fix some g_free()s of string constants that caused crashing2007-08-18, by William Ehlhardt
-
- Fix the interpretation of the "accept cert? yes/no" choice id given by2007-08-18, by William Ehlhardt
-
In tls_cached:2007-08-18, by William Ehlhardt
-
- Add purple_certificate_display_x5092007-08-18, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 629954e16bbb4f19d6a87eefeb994904e12b10e4)2007-08-18, by William Ehlhardt
-
merge of '1be37f788fc248139b864ac8d37cf91956fc5044'2007-08-18, by Sadrul Habib Chowdhury
-
I broke the build. Sorry :(2007-08-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 1be37f788fc248139b864ac8d37cf91956fc5044)2007-08-18, by William Ehlhardt
-
NEWSing2007-07-22, by Tim Ringenbach
-
merge of '3f64b9d598e136d0f6f739c7f23ad4baed097f73'2007-08-18, by Sadrul Habib Chowdhury
-
ChangeLog.* needs dating.2007-08-17, by Kevin Stange
-
Update the 'send to' menu in conversation windows when necessary.2007-08-18, by Sadrul Habib Chowdhury
-
merge of '5ac4a244750e0ddba3491a50086e9bb40bf9b732'2007-08-17, by Sadrul Habib Chowdhury
-
merge of '07a0858e73dde73e68b5a2931ef150fb8c6bea06'2007-08-17, by Sadrul Habib Chowdhury
-
merge of '9b0ac7f90ce3f969e6db0dac57b5308f70ac695d'2007-08-17, by Sadrul Habib Chowdhury
-
I have not newsed in a release or two.2007-08-17, by Luke Schierer
-
Open emails by doubleclicking the row.2007-08-17, by Daniel Atallah
-
merge of '4517b390f582428904875a29f998a187a452b8fd'2007-08-17, by Sadrul Habib Chowdhury
-
merge of '6d1bdf080fca36b032072edb7ffa550b159b9716'2007-08-17, by Luke Schierer
-
merge of '49ec8ed66e26dabaa78aed7b0d4d9540ea3b8c44'2007-08-17, by Sadrul Habib Chowdhury
-
Keep borders on conversation notebook even when tabs are not shown.2007-08-17, by Sean Egan
-
remove double-clicking tab behavior2007-08-17, by Sean Egan
-
Only send conversation close notices on XMPP when the typing notification preference is turned on2007-08-17, by Sean Egan
-
NEWS and ChangeLog2007-08-17, by Sean Egan
-
more new status icons, notably new login and logout, with rtl variants.2007-08-17, by Sean Egan
-
A Cyclops smiley. Ressurected2007-08-17, by Sean Egan
-
Fix #2607. (Finch tooltip HTML display)2007-08-17, by Sadrul Habib Chowdhury
-
New Persian win32 installer translation from Elnaz Sarbar. Fixes 2273.2007-08-17, by Daniel Atallah
-
fixes #26032007-08-17, by Friedel Wolff
-
fixes #25952007-08-17, by Björn Voigt
-
merge of '248776630a5ac63bd46aba2e4fd73d05f06098e0'2007-08-17, by Luke Schierer
-
be a bit less optimistic about our msn support in yahoo2007-07-22, by Tim Ringenbach
-
Allow you to authorize msn buddies to add your yahoo account.2007-07-22, by Tim Ringenbach
-
Don't enable the sounds by default.2007-08-17, by Sadrul Habib Chowdhury
-
fix mingw build2007-08-17, by Daniel Atallah
-
merge of '2a491439465c5e397575898b7acc45446c9e2eeb'2007-08-17, by Richard Nelson
-
plug small leak2007-08-17, by Richard Nelson
-
leak fix, and fix nosound2007-08-17, by Richard Nelson
-
Small tab icons2007-08-16, by Sean Egan
-
Adds a new icon size for tab status icons2007-08-16, by Sean Egan
-
Remove truncation until we can do it smarter2007-08-16, by Sean Egan
-
merge of '7d1dce3bbcb28d37b103c86124b8b1fe54132760'2007-08-16, by Sadrul Habib Chowdhury
-
Add marginally better doxygen magic to PurplePluginProtocolInfo2007-08-16, by Will Thompson
-
Update the Galician translators2007-08-16, by Mark Doliner
-
Removing pidgin/pixmaps/emotes/default/22/default.theme.in broke intltool.2007-08-16, by Mark Doliner
-
15 translation updates. Our translators rock!2007-08-16, by Mark Doliner
-
merge of '197e1b0c22949c758e407b2720f5e051f5cb4adf'2007-08-15, by Daniel Atallah
-
Fix for disabling NetworkManager in configure.ac from Elliot Sales de Andrade. Thanks, Elliot. Fixes #2391.2007-08-14, by Daniel Atallah
-
merge of 'c6cd7cce984b6e47dfbce5041ac4bd47a1267e05'2007-08-17, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)2007-08-14, by Evan Schoenberg
-
merge of 'be89c0801e3ce85d83aa490bd3b25c83791e887d'2007-08-14, by Evan Schoenberg
-
Changelog smiley style2007-08-15, by Sean Egan
-
More icons from Hylke2007-08-14, by Sean Egan
-
- Add x509_import_from_file2007-08-17, by William Ehlhardt
-
- Fill out the x509_nss struct properly2007-08-17, by William Ehlhardt
-
In x509_ca pool:2007-08-14, by William Ehlhardt
-
- Fix some overzealous g_asserts leading to a crash2007-08-14, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)2007-08-14, by William Ehlhardt
-
merge of '3413e78bc17828c36f80fa106446aef898adfc6d'2007-08-14, by William Ehlhardt
-
this change from 1c3f25359208d70ea8d20a62c1dd4d7232b7a11a broke my2007-08-14, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin' (head 37a828a3519f5c2fe7a6d94dc41d607b807dd371)2007-08-14, by William Ehlhardt
-
Use gtk's functionality to keep window on top. Think this fixes #17432007-08-14, by Daniel Atallah
-
merge of '1c3f25359208d70ea8d20a62c1dd4d7232b7a11a'2007-08-14, by Sean Egan
-
When converting to xhtml, only add URLs in angle brackets if it doesn't match the cdata. Fixes #24452007-08-11, by Sean Egan
-
Don't scroll to bottom if imhtml is not realized. Fixes #23202007-08-11, by Sean Egan
-
Thanks sadrul. Fixes #22772007-08-11, by Sean Egan
-
Remove icons to avoid merge conflicts.2007-08-21, by Jeffrey Connelly
-
Re-add Hylke's additional emoticons for MySpaceIM.2007-08-20, by Jeffrey Connelly
-
Remove im.pidgin.soc.2007.msimprpl's versions of Hylke's extra icons to2007-08-20, by Jeffrey Connelly
-
Fix crashes. In myspace.c, clone the contact_info message before sending it to2007-08-20, by Jeffrey Connelly
-
Initial implementation of friend importing. Not well tested.2007-08-20, by Jeffrey Connelly
-
In msim_msg_get(), start at the given node instead of using g_list_first()2007-08-19, by Jeffrey Connelly
-
For each msim_msg_get_*() function that takes an element name, add2007-08-19, by Jeffrey Connelly
-
Remove msim_parse_body(), obsoleted by msim_msg_get_dictionary().2007-08-19, by Jeffrey Connelly
-
Replace msim_parse_body(), which returns a GHashTable * and takes a gchar *,2007-08-19, by Jeffrey Connelly
-
Add msim_msg_get_next_element_node() to loop over MsimMessage's.2007-08-19, by Jeffrey Connelly
-
First half of "Add friends from MySpace.com" support: add msim_import_friends(),2007-08-19, by Jeffrey Connelly
-
Implement msim_msg_dictionary_parse() based on msim_parse_body(). This allows2007-08-19, by Jeffrey Connelly
-
No longer check the length of passwords - instead, pass the password to the2007-08-15, by Jeffrey Connelly
-
Link to profile in get info.2007-08-15, by Jeffrey Connelly
-
If the attention API is being used, then redefine our attention type2007-08-15, by Jeffrey Connelly
-
Make msimprpl work without a libpurple attention API.2007-08-14, by Jeffrey Connelly
-
Re-apply the msimprpl-specific parts of revision2007-08-14, by Jeffrey Connelly
-
merge of '0ae78c5d891099ade8e599dc2087ff9411b98d5f'2007-08-14, by Jeffrey Connelly
-
merge of '8a35b0d36dc6b8c63f5f5e8f499be65866ffcf39'2007-08-14, by Jeffrey Connelly
-
merge of '639773488963c6e7b2de9d73d6ee3abe3b3c51b1'2007-08-13, by Jeffrey Connelly
-
propagate from branch 'im.pidgin.pidgin' (head ee3cab184ee92cf36b4f36013402605653820416)2007-08-13, by Jeffrey Connelly
-
merge of '5af486724d98e56d56d8754e0b3d06d5f48b88d4'2007-08-14, by Sean Egan
-
ChangeLog some stuff2007-08-14, by Sean Egan
-
Don't truncate non-aliases2007-08-14, by Sean Egan
-
Allow drag and drop from infopane2007-08-14, by Sean Egan
-
Double-click infopane to alias or change topic. Also, show alias instead of screenname in infopane2007-08-14, by Sean Egan
-
Don't trigger another libxml2 parse from within one of the parsing callbacks. References #1652.2007-08-13, by Daniel Atallah
-
Make the close-button underlined, instead of bold, and change the cursor to hand.2007-08-16, by Sadrul Habib Chowdhury
-
merge of 'e2805167b5c9997ce6241fa2156f3fd3cc4f3568'2007-08-13, by Sadrul Habib Chowdhury
-
Don't try to remove a timer that doesn't exist2007-08-13, by Mark Doliner
-
Set a larger default conversation size. Previously we were using2007-08-13, by Mark Doliner
-
Two changes here2007-08-13, by Mark Doliner
-
Fix a crash regarding tooltips on the infopane.2007-08-13, by Sadrul Habib Chowdhury
-
De-seaneganify some of the indentation.2007-08-13, by Sadrul Habib Chowdhury
-
Allow the imhtml to expand and fill the void.2007-08-13, by Sadrul Habib Chowdhury
-
Set a minimize size of 300 pixels for the imhtml showing example2007-08-13, by Mark Doliner
-
Properly escape the chat-topics in the infopane. Fixes #1903.2007-08-13, by Sadrul Habib Chowdhury
-
Make sure dbus doesn't leak in purple_prefs_get_children_names.2007-08-13, by Sadrul Habib Chowdhury
-
merge of '48fad9773e276b7949c6dcebf5b2948b46b8e2c7'2007-08-13, by Sadrul Habib Chowdhury
-
Add finch/gntsound.c to POTFILES.in, as it has translation markers.2007-08-13, by Richard Laager
-
- Fix a memleak2007-08-13, by William Ehlhardt
-
- x509_signed_by now accepts a signature by an X.509 version 12007-08-13, by William Ehlhardt
-
- Add the Verisign root key (used for MSN)2007-08-13, by William Ehlhardt
-
- Force full initialization of SSL system at startup2007-08-13, by William Ehlhardt
-
- Move ssl-gnutls x509 registration until after GnuTLS itself is inited2007-08-13, by William Ehlhardt
-
- Fix the autoconf/automake stuff so that the ca-certs work2007-08-13, by William Ehlhardt
-
- Add the ca-certs directory for putting default-shipping root certs in.2007-08-13, by William Ehlhardt
-
- Fix x509_signed_by. Apparently I can't read documentation.2007-08-13, by William Ehlhardt
-
- Add debugging babble2007-08-13, by William Ehlhardt
-
- Fix memleak2007-08-13, by William Ehlhardt
-
- Implement x509_ca_get_idlist2007-08-13, by William Ehlhardt
-
- Implement x509_ca_delete_cert2007-08-13, by William Ehlhardt
-
- Add a helper function to destroy x509_ca_elements, and use it where2007-08-13, by William Ehlhardt
-
- Implement x509_ca_get_cert2007-08-13, by William Ehlhardt
-
Cosmetics2007-08-13, by William Ehlhardt
-
- Implement x509_ca cert_in_pool2007-08-13, by William Ehlhardt
-
- Add a function to search the x509_ca internal structures for an id2007-08-13, by William Ehlhardt
-
- Write the uninit function for x509_ca2007-08-13, by William Ehlhardt
-
In x509_ca pool:2007-08-13, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)2007-08-12, by William Ehlhardt
-
merge of '55f3685b603ec55dbf23d659e71d47f554142a3e'2007-08-12, by Luke Schierer
-
Use -1 as length with g_convert() functions instead of strlen()2007-08-12, by Daniel Atallah
-
Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.2007-08-12, by Daniel Atallah
-
don't forget share/Makefile.mingw in the dist2007-08-12, by Daniel Atallah
-
Fix sounds on the win32 build2007-08-11, by Daniel Atallah
-
malloc(0) returns a null pointer. Fixes #2472.2007-08-11, by Daniel Atallah
-
merge of '373e35d7a5ab723079d492a3479c77ff7be8463e'2007-08-11, by Kevin Stange
-
Make adding buddies work again for yahoo.2007-07-12, by Tim Ringenbach
-
Allow you to move your Yahoo! buddies between groups again.2007-07-11, by Tim Ringenbach
-
Reverse the key/value pairs as they go out, so that they're in the correct2007-07-11, by Tim Ringenbach
-
Destroy the tooltip when a conversation window is closed.2007-08-13, by Sadrul Habib Chowdhury
-
merge of 'bbeac90ad01d5059327da9e2504716614a191cab'2007-08-11, by Kevin Stange
-
Print debug messages appropriately.2007-08-11, by Sadrul Habib Chowdhury
-
Fix a couple of memory leaks.2007-08-11, by Sadrul Habib Chowdhury
-
Mark a string for translation.2007-08-11, by Sadrul Habib Chowdhury
-
Crash fix.2007-08-11, by Sadrul Habib Chowdhury
-
Changelog the sound support in finch.2007-08-11, by Sadrul Habib Chowdhury
-
Update the version no. for libgnt.2007-08-11, by Sadrul Habib Chowdhury
-
merge of '67bc02a2c7f212cbe500066a42a3a477fdd25289'2007-08-11, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.soc.2007.finchfeat' (head f9bd1ff649a74b3722f5d3181f1533a92fc3d4f8)2007-08-11, by Sadrul Habib Chowdhury
-
Fix a memory leak.2007-08-11, by Sadrul Habib Chowdhury
-
Fix some white-space and other similar issues. Preparing for a merge.2007-08-11, by Sadrul Habib Chowdhury
-
Fix faulty merge.2007-08-11, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 1b855097a1f8ddde513bda1e81761c8d8455f931)2007-08-11, by Sadrul Habib Chowdhury
-
Allows libgnt to pull in needed scripts for a standalone build.2007-07-24, by Eric Polino
-
propagate from branch 'tmpbranch' (head fd482c25cc81ccebcc993d06cad489169e942c22)2007-07-24, by Eric Polino
-
propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce)2007-07-22, by Eric Polino
-
Whitespace fix.2007-07-19, by Sadrul Habib Chowdhury
-
propagate from branch 'tmpbranch' (head fb9ec433650ff4b1b7f84319be7937cb6ab45e71)2007-07-16, by Eric Polino
-
Some lines to the auto-thingies to aid in libgnt building standalone2007-07-16, by Eric Polino
-
Deleting profile is now from the entry.2007-07-13, by Eric Polino
-
Reset to the default profile when the active profile is deleted.2007-07-13, by Eric Polino
-
This makes things look nicer.2007-07-13, by Sadrul Habib Chowdhury
-
Deleting a profile doesn't need to load the default profile.2007-07-13, by Sadrul Habib Chowdhury
-
Fix some crashes when adding new profiles with the same name.2007-07-13, by Sadrul Habib Chowdhury
-
Reduce some of the paddings.2007-07-13, by Sadrul Habib Chowdhury
-
In case some decide to get anal about spaces after commas.2007-07-13, by Eric Polino
-
Profiles now work with the new layout2007-07-12, by Eric Polino
-
Redid the look to the Sound Prefs2007-07-12, by Eric Polino
-
Added sound profiles. First revision that's anywhere near stable, _shouldn't_ crash though.2007-07-12, by Eric Polino
-
merge of '16890deaaff10687d4bb05f2ee33efeac224027b'2007-07-11, by Eric Polino
-
Update the way _get_children_names is used.2007-07-11, by Sadrul Habib Chowdhury
-
merge of '71460fdbdf27e2233f9157851787002b09ead2c6'2007-07-11, by Sadrul Habib Chowdhury
-
One leak fix. Mostly cosmetic changes.2007-07-11, by Sadrul Habib Chowdhury
-
merge of '8e1c0ef9ebb6ce5efc6fad6c18ad02f6f83f220e'2007-07-11, by Eric Polino
-
Cleaned up a few missing NULL checks in GntWM2007-07-11, by Eric Polino
-
disapproval of revision '28530bc53fbe271f49ca1baa55938a067f20aed8'2007-07-11, by Eric Polino
-
Cleaned up a few missing NULL checks in GntWM2007-07-11, by Eric Polino
-
Removed some useless functions2007-07-11, by Eric Polino
-
Added some info to docs about mem management2007-07-10, by Eric Polino
-
memleak fix2007-07-10, by Eric Polino
-
Added sound profiles2007-07-10, by Eric Polino
-
disapproval of revision '2d13603b37141a4e8eb8ce3358198dec9c9f7852'2007-07-11, by Sadrul Habib Chowdhury
-
Added a function to the prefs API to get a list of children names.2007-07-09, by Eric Polino
-
Fix a potential crash if the file-selector window is closed after the pref-window.2007-07-07, by Sadrul Habib Chowdhury
-
Mark some strings for translation.2007-07-07, by Sadrul Habib Chowdhury
-
Fix a potential bug.2007-07-07, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 007693114b23cd2711c1cb9030a148e2f63de8c8)2007-07-07, by Sadrul Habib Chowdhury
-
Made the display of files for sound events cleaner2007-07-06, by Eric Polino
-
Added ability to show empty groups2007-07-06, by Eric Polino
-
Fixed a few merge errors2007-07-06, by Eric Polino
-
merge of '6a14f373f6f5ea48a0816197f7cfbfdc7600e74e'2007-07-05, by Eric Polino
-
FIX: Setting combo_box doesn't cause memory corruption.2007-07-05, by Eric Polino
-
merged FinchSoundPrefEvent with FinchSoundEvent and removed id from FSE2007-07-05, by Eric Polino
-
propagate from branch 'im.pidgin.pidgin' (head 6521407fd5a6d9175e6532a874a2735658c113e9)2007-07-05, by Eric Polino
-
Some more work to the sound prefs2007-07-05, by Eric Polino
-
Fixed Cancel button callback2007-07-02, by Eric Polino
-
Cleaned up a few poorly written "activate" callbacks.2007-07-02, by Eric Polino
-
Sound prefs now save.2007-07-01, by Eric Polino
-
Removed sound_pref_data2007-06-29, by Eric Polino
-
Made sound_pref_data a pointer2007-06-29, by Eric Polino
-
Added _get_value2007-06-29, by Eric Polino
-
Changed the volume changer to a GntSlider.2007-06-29, by Eric Polino
-
propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)2007-06-29, by Eric Polino
-
propagate from branch 'im.pidgin.pidgin' (head 96be2c6bb0b910f823a48bf0ffc247135df4a988)2007-06-29, by Eric Polino
-
Fixed a merge error2007-06-29, by Eric Polino
-
merge of '7229e4b74f5d355cabe59ecbbe84f35f1d9cdca9'2007-06-29, by Eric Polino
-
explicit merge of 'e53fe113efde971f9f1d14d8a7af937542ee2732'2007-06-28, by Eric Polino
-
Created SoundPrefDialog to store dialog data.2007-06-29, by Eric Polino
-
Added more to the Sounds Preferences2007-06-28, by Eric Polino
-
Added Sounds to the actions list2007-06-27, by Eric Polino
-
Added some docs2007-06-27, by Eric Polino
-
Moved:2007-06-25, by Eric Polino
-
merge of '2970edca111b3535ae0703e3c866ad1c3b87df94'2007-06-24, by Eric Polino
-
merge of 'ae0440e75a9a8e5aa5e513b57295049b0c338cf4'2007-06-23, by Sadrul Habib Chowdhury
-
Conversation window names are now suffixed by type2007-06-22, by Eric Polino
-
Define a generic g_hash_table_find for glib < 2.4, which uses2007-06-23, by Sadrul Habib Chowdhury
-
Workspace window placement now supports substring checking in window-names2007-06-22, by Eric Polino
-
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)2007-06-21, by Eric Polino
-
merge of '0fa7cc4bced44eafda83b747f69a36db34078edc'2007-06-19, by Eric Polino
-
merge of '459bc8f8b1cfc6e94a0a8e8328bc86651ee59cbc'2007-06-19, by Eric Polino
-
merge of 'c80d121e4fd54ef1ba9c1ce9e4afa059f6b777e9'2007-06-19, by Eric Polino
-
disapproval of revision 'c80d121e4fd54ef1ba9c1ce9e4afa059f6b777e9'2007-06-19, by Eric Polino
-
FIX: INT fields weren't being updated properly2007-06-19, by Eric Polino
-
disapproval of revision 'd07595d436b95a0c21e8e5e26ffdf6c37af63915'2007-06-24, by Eric Polino
-
Added the ability to configure sound in Finch.2007-06-15, by Eric Polino
-
Added sound to Finch.2007-06-14, by Eric Polino
-
Fixed a few problems that were created by the merge from the propagate.2007-06-12, by Eric Polino
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 121873f517c4c5e2d65c3a1cdd152694834d7db0)2007-06-12, by Eric Polino
-
merge of '86fd5e0d8b80a9da3103e850c97f1e04a2333961'2007-08-11, by Sadrul Habib Chowdhury
-
- Add a hacked-up method of adding certs to the CA pool2007-08-12, by William Ehlhardt
-
- x509_ca_lazy_init is more implemented2007-08-12, by William Ehlhardt
-
In x509_ca pool:2007-08-12, by William Ehlhardt
-
- Add skeleton for X.509 Certificate Authority (x509_ca) CertificatePool2007-08-12, by William Ehlhardt
-
- purple_certificate_verify_destroy is deprecated and has met its end.2007-08-10, by William Ehlhardt
-
- Remove all usage of purple_certificate_verify_destroy, as it is2007-08-10, by William Ehlhardt
-
- Add HOSTNAME CHECKING to tls_cached unknown_peer mode, which is kind2007-08-10, by William Ehlhardt
-
- Wrote a tls_cached unknown_peer function that does many fun things,2007-08-10, by William Ehlhardt
-
- Add verify_complete, which should deprecate verify_destroy2007-08-10, by William Ehlhardt
-
- x509_destroy_certificate is supposed to free the PurpleCertificate2007-08-10, by William Ehlhardt
-
- Move "certificate found in cache" out of tls_cached_start_verify into2007-08-10, by William Ehlhardt
-
In tls_cached Verifier:2007-08-10, by William Ehlhardt
-
- Cosmetics2007-08-10, by William Ehlhardt
-
- Comment on NSS's refcounting prowess2007-08-10, by William Ehlhardt
-
- Add a TODO. A most worthy accomplishment, to be sure.2007-08-08, by William Ehlhardt
-
- Add debugging babble to check_signature_chain2007-08-08, by William Ehlhardt
-
- Expose get_unique_id and get_issuer_unique_id through libpurple functions2007-08-07, by William Ehlhardt
-
- Add unique_id and issuer_unique_id constructions (defined as Distinguished2007-08-07, by William Ehlhardt
-
- tls_peers pool unescapes filenames in its directory, as it should2007-08-07, by William Ehlhardt
-
- Add purple_certificate_check_signature_chain2007-08-07, by William Ehlhardt
-
- Add purple_certificate_signed_by2007-08-07, by William Ehlhardt
-
- Typo fix2007-08-07, by William Ehlhardt
-
- x509_nss sha1sum2007-08-03, by William Ehlhardt
-
- x509_nss get_times2007-08-03, by William Ehlhardt
-
- ssl-nss x509_nss check_name2007-08-03, by William Ehlhardt
-
- x509_nss get_subject_name (x509_common_name)2007-08-03, by William Ehlhardt
-
- x509_nss destroy_certificate2007-08-03, by William Ehlhardt
-
- x509_nss copy op2007-08-03, by William Ehlhardt
-
- Skeleton for ssl-nss x509 provider2007-08-03, by William Ehlhardt
-
- Change the internal structure of activation/expiration times to match2007-08-03, by William Ehlhardt
-
- Make tls_peers_mgmt delete button prompt for yes/no before removing2007-08-01, by William Ehlhardt
-
- Make a rudimentary information button in tls_peers_mgmt2007-08-01, by William Ehlhardt
-
- Export button now functional due to the magic of copy-paste coding2007-08-01, by William Ehlhardt
-
- Add debugging babble for registers/unregisters2007-08-01, by William Ehlhardt
-
- Import button now (more or less) functional2007-07-30, by William Ehlhardt
-
- The tls_peers_mgmt import button should be enabled whether there are2007-07-30, by William Ehlhardt
-
- Add purple_certificate_pool_get_scheme helper function2007-07-30, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 3a0579367ce217b7d1014674ca42191a0afa6e33)2007-07-30, by William Ehlhardt
-
- HIG compliance improved2007-07-28, by William Ehlhardt
-
- Delegate all button enabling/disabling in tls_peers_mgmt to its "is2007-07-28, by William Ehlhardt
-
- Delete button now usable!2007-07-28, by William Ehlhardt
-
- Code cosmetics2007-07-28, by William Ehlhardt
-
- Make the tls_peers certmgr delete button do something2007-07-28, by William Ehlhardt
-
- tls_peers certmgr now responds to certificate-stored,2007-07-27, by William Ehlhardt
-
- Add a struct to hold various pieces of data for the tls_peers mgmt UI2007-07-27, by William Ehlhardt
-
- Add notice that certificate-stored and certificate-deleted signals are2007-07-27, by William Ehlhardt
-
- Only emit certificate-stored and certificate-deleted if the operation2007-07-27, by William Ehlhardt
-
- Add purple_certificate_pool_delete2007-07-27, by William Ehlhardt
-
- remove_cert => delete_cert, because naming conventions are our2007-07-27, by William Ehlhardt
-
- Write remove_cert function for tls_peers Pool2007-07-27, by William Ehlhardt
-
- Emit certificate-stored signal in purple_certificate_pool_store2007-07-27, by William Ehlhardt
-
- Add CertificatePool signals documentation2007-07-27, by William Ehlhardt
-
- Register the certificate-stored and certificate-deleted signals2007-07-27, by William Ehlhardt
-
- Specify the selection mode on the tls_peers_mgmt listview (may not be2007-07-27, by William Ehlhardt
-
- CertMgr now lists the certificates in the pool2007-07-27, by William Ehlhardt
-
- More pretty (useless) GUI sugar2007-07-26, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 3c06e81a006adebe420915ad7301ad1e6e82cab8)2007-07-24, by William Ehlhardt
-
- Add logic to allow tls_peers manager to properly uninit itself when2007-07-20, by William Ehlhardt
-
- Mock tls_peers mgmt interface2007-07-19, by William Ehlhardt
-
- Add label field to PidginCertificateManager2007-07-19, by William Ehlhardt
-
- Add a Certificate GTK management interface type2007-07-19, by William Ehlhardt
-
- Comment cosmetics2007-07-19, by William Ehlhardt
-
- Add purple_certificate_pool_usable to check whether a pool's2007-07-19, by William Ehlhardt
-
- Handle NULLs given to certificate_pool_mkpath without causing errors2007-07-18, by William Ehlhardt
-
- CertMgr window responds properly to delete_event2007-07-18, by William Ehlhardt
-
- Make a real Certificate Manager dialog instead of a stupid popup. It2007-07-18, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head e7e92461f2b02e785115d22ecca6212d9142a206)2007-07-18, by William Ehlhardt
-
- Add debug code to spit a list of all certificates in all pools when2007-07-17, by William Ehlhardt
-
- Add dire warnings to the purple_certificate_get_Xs docs2007-07-17, by William Ehlhardt
-
- Add get_idlist support to tls_peers CertificatePool2007-07-17, by William Ehlhardt
-
- Add pool_get_idlist / pool_destroy_idlist2007-07-16, by William Ehlhardt
-
- Added a lovely Doxygen signals tutorial2007-07-15, by William Ehlhardt
-
- Change certificate_uninit to unregister all Pools, Schemes, and2007-07-14, by William Ehlhardt
-
- Add get_pools, get_verifiers, and get_schemes2007-07-14, by William Ehlhardt
-
- Add purple_certificate_get_handle2007-07-14, by William Ehlhardt
-
- purple_certificate_verify no longer takes possession of the2007-07-13, by William Ehlhardt
-
- Add purple_certificate_copy_list2007-07-13, by William Ehlhardt
-
- Add GnuTLS X.509 cert copy operator2007-07-13, by William Ehlhardt
-
- Add purple_certificate_copy and associated machinery2007-07-13, by William Ehlhardt
-
- GnuTLS plugin now uses reference counting to manage its underlying2007-07-13, by William Ehlhardt
-
- More skeleton2007-07-13, by William Ehlhardt
-
- Add a skeleton for the Pidgin Certificate Manager and include it in2007-07-13, by William Ehlhardt
-
- Add expiration/activation time display to tls_cached verifier2007-07-12, by William Ehlhardt
-
- Add activation/expiration time retrievers to GnuTLS plugin2007-07-12, by William Ehlhardt
-
- Add expiration/activation functions for Certificates2007-07-12, by William Ehlhardt
-
- Verbosity in struct members.2007-07-12, by William Ehlhardt
-
- Fix overzealous escaping cause by ancestor revision2007-07-09, by William Ehlhardt
-
- pool_mkpath now runs purple_escape_filename on its return value2007-07-09, by William Ehlhardt
-
- Add certificate_check_subject_name and associated machinery2007-07-09, by William Ehlhardt
-
- Remove a duplicate field from CertificateScheme. Oops.2007-07-09, by William Ehlhardt
-
- Add get_activation_time and get_expiration_time to CertificateScheme2007-07-09, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 1ede3f4c61fab6e6979e40b2169494d27af5f528)2007-07-08, by William Ehlhardt
-
- Fix intermittent crash due to uninitialized variable2007-07-08, by William Ehlhardt
-
- GnuTLS plugin no longer uses write_data_to_file from util. It has been2007-07-08, by William Ehlhardt
-
- Fix an incorrect assertion in GnuTLS plugin2007-07-08, by William Ehlhardt
-
- Wrote the logic for the "previously unknown host" condition in2007-07-08, by William Ehlhardt
-
- More skeletonizing for tls_cached logic.2007-07-08, by William Ehlhardt
-
- Made a logic skeleton for tls_cached verifier2007-07-08, by William Ehlhardt
-
(this revision will be disapproved)2007-07-08, by William Ehlhardt
-
merge of '05f31e865f99d6f9afec4c0f635a0c64e2884d8c'2007-07-08, by William Ehlhardt
-
- Do some weak checking to ensure that you don't attempt to store a2007-07-08, by William Ehlhardt
-
- Add pool retrieve, contains, and store functions to certificate API2007-07-08, by William Ehlhardt
-
- Rearrange certificate.h for better organization2007-07-08, by William Ehlhardt
-
- Add x509_tls_cached skeleton2007-07-07, by William Ehlhardt
-
- Comment change2007-07-07, by William Ehlhardt
-
- Add tls_peers put_cert2007-07-07, by William Ehlhardt
-
- Finish tls_peers get_cert2007-07-06, by William Ehlhardt
-
- Fixed naming issues in previous revision2007-07-06, by William Ehlhardt
-
- Add purple_certificate_import2007-07-06, by William Ehlhardt
-
- Finished tls_peers cert_in_pool2007-07-06, by William Ehlhardt
-
- Correct the certstore folder paths2007-07-05, by William Ehlhardt
-
- Add init for x509_tls_peers pool2007-07-05, by William Ehlhardt
-
- Add purple_certificate_pool_mkpath helper function2007-07-05, by William Ehlhardt
-
Documentation2007-07-05, by William Ehlhardt
-
- CertificatePool put_cert now accepts an id argument2007-07-05, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)2007-07-02, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head faad7a14fc692e8d3799948d63c004314395738b)2007-06-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)2007-06-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)2007-06-29, by William Ehlhardt
-
- Add purple_certificate_export and associated libpurple stuff2007-06-29, by William Ehlhardt
-
- Unregister x509_tls_peers as part of uninit2007-06-28, by William Ehlhardt
-
- CertificatePool member functions no longer accept a Pool instance, as Pools are expected to be singletons2007-06-28, by William Ehlhardt
-
- cert_in_pool_by_id is now just cert_in_pool; finding the uniqueID of the Certificate wanted is entirely the caller's problem2007-06-28, by William Ehlhardt
-
- Fix some errors and return values2007-06-28, by William Ehlhardt
-
- prepend > append2007-06-28, by William Ehlhardt
-
- Add find, register, and unregister for CertificatePools2007-06-28, by William Ehlhardt
-
- Add CertificatePool struct2007-06-28, by William Ehlhardt
-
- Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls2007-06-27, by William Ehlhardt
-
- Add purple_ssl_strerror for handy error description power!2007-06-27, by William Ehlhardt
-
- Jabber now understands SSL_CERTIFICATE_INVALID code2007-06-27, by William Ehlhardt
-
- Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand2007-06-27, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)2007-06-27, by William Ehlhardt
-
- x509_singleuse uses the subject_name field...somewhat2007-06-27, by William Ehlhardt
-
- Add subject_name (AKA Common Name) functions to GnuTLS x509 scheme2007-06-27, by William Ehlhardt
-
- Add purple_certificate_get_subject_name and associated libpurple2007-06-27, by William Ehlhardt
-
- More g_new0 instead of g_new2007-06-27, by William Ehlhardt
-
- Fixed an inverted assertion2007-06-27, by William Ehlhardt
-
disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae'2007-07-08, by William Ehlhardt
-
- Hack up sslconn to use a single-use verifier2007-06-27, by William Ehlhardt
-
- Certificate system now has init and uninit like other systems2007-06-27, by William Ehlhardt
-
- sslconn.c will need the certificate API2007-06-26, by William Ehlhardt
-
- ssl-gnutls plugin uses Verifiers now2007-06-26, by William Ehlhardt
-
- Add PURPLE_SSL_CERTIFICATE_INVALID error code2007-06-26, by William Ehlhardt
-
- Add purple_certificate_get_fingerprint_sha12007-06-26, by William Ehlhardt
-
- libpurple is now responsible for some cleanup and final deletion of a2007-06-26, by William Ehlhardt
-
- Reorder struct for clarity2007-06-26, by William Ehlhardt
-
- Add purple_certificate_register_builtins2007-06-26, by William Ehlhardt
-
- Use g_new0 instead of g_new2007-06-26, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)2007-06-25, by William Ehlhardt
-
- Add purple_certificate_verify_destroy and associated machinery2007-06-23, by William Ehlhardt
-
- Add certificate_destroy and certificate_destroy_list2007-06-23, by William Ehlhardt
-
- Documentation segmentation2007-06-23, by William Ehlhardt
-
- Add verifier field to SslConnection2007-06-23, by William Ehlhardt
-
- purple_certificate_verify attempts to check that the cert chain is of2007-06-23, by William Ehlhardt
-
- purple_certificate_verify now takes a Verifier argument, creates its2007-06-23, by William Ehlhardt
-
- CertificateVerifier register/unregister/find2007-06-22, by William Ehlhardt
-
- Fill out CertVerifier struct2007-06-22, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)2007-06-22, by William Ehlhardt
-
- Add debugging babble2007-06-22, by William Ehlhardt
-
- More documentation2007-06-22, by William Ehlhardt
-
- Documentation correction2007-06-22, by William Ehlhardt
-
- Add GnuTLS SHA1 key fingerprinter2007-06-22, by William Ehlhardt
-
- Add more to the Certificate struct2007-06-21, by William Ehlhardt
-
disapproval of revision 'e2dc62de3f75a0206694f16b62b58dd12e062829'2007-06-21, by William Ehlhardt
-
- Add CertificatePiece element2007-06-21, by William Ehlhardt
-
- purple_ssl_get_peer_certificates2007-06-21, by William Ehlhardt
-
- Debugging babble2007-06-21, by William Ehlhardt
-
applied changes from e52b685d84ca8874da6e3e71199829e5135006422007-06-21, by William Ehlhardt
-
- More API additions2007-06-21, by William Ehlhardt
-
- GnuTLS plugin registers an x509 certscheme now2007-06-21, by William Ehlhardt
-
- Add unregister_scheme2007-06-21, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 1e05cb8a9ac73bb313b07aa7944bd320f9a91dfe)2007-06-20, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)2007-08-08, by Andreas Monitzer
-
Gadu-Gadu now calls the registration_cb for the account if it is set after performing a registration2007-08-17, by Evan Schoenberg
-
Updated attention namespace to adhere to my new XEP-0224: Attention2007-08-08, by Andreas Monitzer
-
Mixed up TRUE and FALSE.2007-07-31, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)2007-07-30, by Andreas Monitzer
-
Change two strcmp()s to purple_utf8_strcasecmp() for case-insensitive comparison.2007-08-14, by Jeffrey Connelly
-
disapproval of revision 'b888bc5c0494c9dd0398baba81e4d602ac88948f'2007-08-14, by Jeffrey Connelly
-
Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes2007-08-13, by Jeffrey Connelly
-
Show buddy icons.2007-08-13, by Jeffrey Connelly
-
Conditionally compile out a few advanced configuration options (status text2007-08-13, by Jeffrey Connelly
-
Refactor msim_tooltip_text() and msim_get_info_cb(), so that they now both use2007-08-13, by Jeffrey Connelly
-
Use MsimUser structure for storing ephemeral information on users, instead2007-08-12, by Jeffrey Connelly
-
Conditionally-compile out debugging statements of escaping.2007-08-12, by Jeffrey Connelly
-
Update for 0.14.2007-08-12, by Jeffrey Connelly
-
Only say we are connected after the MsimSession structure is fully setup.2007-08-12, by Jeffrey Connelly
-
Fix some assertion failures, that should really not be assertions. Found by using2007-08-12, by Jeffrey Connelly
-
Replace non-portable stricmp() with two calls to strcmp(), one uppercase and2007-08-12, by Jeffrey Connelly
-
Re-enable non-test mode. This revision now correctly handles links with paths.2007-08-12, by Jeffrey Connelly
-
Rewrite escaping so that it is more correct, in order to fix #2521. Test it.2007-08-12, by Jeffrey Connelly
-
Support sending and receiving hyperlinks.2007-08-12, by Jeffrey Connelly
-
Support all emoticons used in the official MySpaceIM client.2007-08-12, by Jeffrey Connelly
-
In default emoticon theme file, for MySpaceIM, change tabs used for indentation2007-08-12, by Jeffrey Connelly
-
Add additional MySpaceIM emoticons from Hylke Bons to Makefile.am.2007-08-12, by Jeffrey Connelly
-
Add new emoticons for MySpaceIM from Hylke Bons.2007-08-12, by Jeffrey Connelly
-
Use msim_uid2username_from_blist() to resolve uid -> username on incoming2007-08-11, by Jeffrey Connelly
-
Clarify password-too-long error (MySpace limits it, not us), and clean up2007-08-11, by Jeffrey Connelly
-
Change msim_msg_new() and msim_msg_new_v() to accept the first key name as2007-08-11, by Jeffrey Connelly
-
Fix a few typos in the MySpaceIM section of the default smileys theme input file.2007-08-11, by Jeffrey Connelly
-
Change all code to better match the style of libpurple - use 8-space tabs2007-08-11, by Jeffrey Connelly
-
Convert password to lowercase using g_utf8_strdown(), better because2007-08-11, by Jeffrey Connelly
-
Use an array of structs instead of parallel arrays for the emoticon2007-08-11, by Jeffrey Connelly
-
Always use our own msim_round() instead of checking for C99's round and using2007-08-11, by Jeffrey Connelly
-
Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself2007-08-11, by Jeffrey Connelly
-
Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple.2007-08-11, by Jeffrey Connelly
-
Change escape code replacement text parallel arrays to an array of structs,2007-08-11, by Jeffrey Connelly
-
In default emoticon theme file, change MySpace to MySpaceIM to2007-08-08, by Jeffrey Connelly
-
Use paths from win32-install-dir for -win32.zip release archive, instead of2007-08-08, by Jeffrey Connelly
-
Use a better directory layout for the Win32 archive, now you can just unzip2007-08-08, by Jeffrey Connelly
-
Use the right message in the persistance command for adding buddies, but2007-08-07, by Jeffrey Connelly
-
Add MySpaceIM emoticons to default themes input file (Note: untested!)2007-08-07, by Jeffrey Connelly
-
Use a list when updating the blocklist when removing the buddy, since2007-08-07, by Jeffrey Connelly
-
In lists, only insert a | between elements, no longer at the end also.2007-08-07, by Jeffrey Connelly
-
Use the new dictionary data type when:2007-08-07, by Jeffrey Connelly
-
In msim_msg_pack_element_dict(), separate keys and values with '=' for2007-08-07, by Jeffrey Connelly
-
propagate from branch 'im.pidgin.pidgin' (head 128e100bae27b44dc77c5db5be0151b0fceaea8f)2007-08-06, by Jeffrey Connelly
-
Fix a memory leak from not freeing the ui-info hashtable on exit.2007-08-11, by Sadrul Habib Chowdhury
-
The entries in the right-click menu on the tabs was getting cut off for me.2007-08-11, by Sadrul Habib Chowdhury
-
Some more navigation improvement for the menus.2007-08-11, by Sadrul Habib Chowdhury
-
Make the menus a little more usable.2007-08-11, by Sadrul Habib Chowdhury
-
disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'2007-08-11, by Sadrul Habib Chowdhury
-
libgnt.localize2007-08-11, by Sadrul Habib Chowdhury
-
Fix a few small bugs in the example code.2007-08-11, by Sadrul Habib Chowdhury
-
Fix #2344.2007-08-11, by Sadrul Habib Chowdhury
-
Use gobject properties for lines.2007-08-11, by Sadrul Habib Chowdhury
-
Fix typeahead searching in the file-dialog.2007-08-11, by Sadrul Habib Chowdhury
-
merge of '408e22fd58560f1326bfd9ebb031f2d0fd99a906'2007-08-11, by Sean Egan
-
merge of '568907d26b94a41acc8768523cdc469bdf385d2c'2007-08-10, by Will Thompson
-
New smiley style2007-08-10, by Sean Egan
-
Bold the x on mouse over2007-08-10, by Sean Egan
-
Let's try this again. Tabs are not visible if there's only one conversation open2007-08-10, by Sean Egan
-
bug fix2007-08-10, by Daniel Atallah
-
Fix null pointer deref when confirming authentication over unencrypted connection. Fixes #2493.2007-08-10, by Daniel Atallah
-
Allow notification labels to be selectable (for copy-and-paste purposes). Fixes #563.2007-08-10, by Daniel Atallah
-
Yay for code reuse.2007-08-10, by Daniel Atallah
-
Clear bonjour buddy values before resetting them so that we notice value removals.2007-08-09, by Daniel Atallah
-
Add data to the bonjour tooltip.2007-08-09, by Daniel Atallah
-
Show bonjour status messages in the buddy list.2007-08-09, by Daniel Atallah
-
Fix uninitialized variable access.2007-08-09, by Daniel Atallah
-
merge of '1aba81cae8b963708281123ed6c438ba5861113d'2007-08-09, by Daniel Atallah
-
reverting the show docklet preference the correct way2007-08-09, by Ka-Hing Cheung
-
merge of 'f5046f52428dc7791ac55340541bd582503b7b8c'2007-08-09, by Ka-Hing Cheung
-
The hotkeys should popup the menu.2007-08-09, by Sadrul Habib Chowdhury
-
Implement setting buddy icons for avahi implementation. Fix receiving status changes and some other fixes.2007-08-09, by Daniel Atallah
-
_mdns_retrieve_retrieve_buddy_icon() - what kind of crack am I on anyway?2007-08-09, by Daniel Atallah
-
merge of '27e06af9a3657aa4d9664c8f17f3aee8ebc41e65'2007-08-09, by Daniel Atallah
-
Fix recieving status updates for bonjour (win32 implementation).2007-08-08, by Daniel Atallah
-
Fix bonjour buddy icons to work with iChat.2007-08-08, by Daniel Atallah
-
merge of 'dd8e64b939e2f2a23c37594e322f73dd5548a85c'2007-08-08, by Daniel Atallah
-
The changelog.win32 currently can't show someone what's new between 2.0.12007-08-11, by Kevin Stange
-
"Bless me father for I have sinned."2007-08-08, by Sadrul Habib Chowdhury
-
merge of '0f5a6fae9f2ae8df51271e7bb342d7bd8cf08950'2007-08-08, by Sadrul Habib Chowdhury
-
Use appropriate text-flags depending on the message flags.2007-08-08, by Sadrul Habib Chowdhury
-
Show formatting in the font dropdown menu.2007-08-07, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 5e5168d639fb9a3a29ab3fe44b976d6d25924403)2007-08-07, by Sadrul Habib Chowdhury
-
merge of '2dd575a1471bdca9f2d49e17e92165d3b6ddcca0'2007-08-08, by Sean Egan
-
Document PurpleConnectionUiOps. (Does purple_connection_notice predate the2007-08-07, by Will Thompson
-
Add a page to the documentation listing all UiOps structures.2007-08-07, by Will Thompson
-
Revert 'show docklet' preference default to 'always.'2007-08-08, by Sean Egan
-
merge of '599ce70692fe573e98628269564b76296451b587'2007-08-07, by Will Thompson
-
Document most of PurpleConversationUiOps.2007-08-07, by Will Thompson
-
Avahi bonjour implementation of receiving buddy icons.2007-08-08, by Daniel Atallah
-
Correct the types of the authorize_cb and deny_cb parameters of2007-08-10, by Will Thompson
-
g_set_application_name requires glib 2.2 for finch2007-08-07, by Richard Nelson
-
Patch from Gabriel Schulhof to compile with old versions of glib.2007-08-07, by Mark Doliner
-
Patch from Gabriel Schulhof to only call g_set_application_name() if2007-08-07, by Mark Doliner
-
merge of '3d3413c72d837a38e71907dab714b6b4ddd4a5af'2007-08-07, by Mark Doliner
-
Disable sorting brief Doxygen documentation. This means that lists of2007-08-06, by Will Thompson
-
Correct an inaccurate comment.2007-08-06, by Will Thompson
-
Remove reference to close-tab.png2007-08-07, by Sean Egan
-
warning fixes2007-08-06, by Sean Egan
-
merge of '5cd317ad290e840fa8a8624d17dd5f23f99330ac'2007-08-06, by Sean Egan
-
Document PurpleAccountUiOps, and fix a documentation typo.2007-08-06, by Will Thompson
-
Remove some more references to the icontimer - I'm assuming these need to be removed too.2007-08-06, by Daniel Atallah
-
Install dbus-types.h, which fixes #including dbus-server.h in UIs.2007-08-06, by Will Thompson
-
Fetch icons all at once instead of one at a time. I tried pretty hard2007-08-06, by Mark Doliner
-
Wiggle two comments around2007-08-06, by Mark Doliner
-
Use g_slist_find_custom() instead of writing one ourselves2007-08-06, by Mark Doliner
-
Sean pointed out that now that oscar rate limits itself there is2007-08-06, by Mark Doliner
-
My version of automake seems to require that these if and endif2007-08-06, by Mark Doliner
-
fix typo-leak2007-08-06, by Richard Nelson
-
merge of '412ec3e9ae5d5532710d56efecc7543837a91cbb'2007-08-06, by Richard Nelson
-
merge of '1aae35116707aa4cbcce79a81347a39f37703677'2007-08-06, by Richard Nelson
-
Fix a compile warning2007-08-06, by Mark Doliner
-
Improve a bunch of strings in QQ2007-08-06, by Mark Doliner
-
merge of '5e757c10231788ae759b25d6f06694b5555ee046'2007-08-06, by Daniel Atallah
-
More minor leak fixes and cleanup to bonjour.2007-08-06, by Daniel Atallah
-
merge of '7ee71f1a32c4a5d7001c0049f2c7ec1e6cb54fa3'2007-08-05, by Ka-Hing Cheung
-
show toolbar menu on button press, rather than button release. Fixes #23522007-08-06, by Sean Egan
-
Install 22px icons in right place. Fixes #24112007-08-06, by Sean Egan
-
Fix howl bonjour build.2007-08-05, by Daniel Atallah
-
smaller close buttons on tabs. I think this looks really good.2007-08-06, by Sean Egan
-
merge of '0bc345ca5932b2abc8dc1dcaf527c6aed41cdead'2007-08-03, by Sean Egan
-
Fix more null pointer derefs in the log reader plugin. Fixes #2378.2007-08-03, by Daniel Atallah
-
merge of 'cb0bfe51682f8257f029d2dd61731a5ede123ba7'2007-08-03, by Daniel Atallah
-
Another mnemonic conflict2007-08-03, by Kevin Stange
-
I thought I fixed this already...2007-08-03, by Kevin Stange
-
really make restoring size and position work2007-08-09, by Ka-Hing Cheung
-
remember chat/im windows sizes and positions separately by letting the2007-08-05, by Ka-Hing Cheung
-
Get rid of two minor compile warnings:2007-08-03, by Mark Doliner
-
Only try to add a group locally if it doesn't already exist. This2007-08-03, by Mark Doliner
-
fix a bug when you set your tabs to side vertical and change back, the tab2007-08-03, by Ka-Hing Cheung
-
Fix "pidgin.exe --portable-mode" not to pass the flag to pidgin's init, so getopt doesn't choke on it. Fixes #2392.2007-08-02, by Daniel Atallah
-
bug with flags variable initialization was fixed2007-08-02, by Michael Shkutkov
-
merge of '61b8cf0fe2d62b5ff8ba12cf21f350571987c5a2'2007-08-02, by Michael Shkutkov
-
Remove message-pending.png pixmap and use the message-new.png pixmap in2007-08-02, by Casey Harkins
-
add tooltip to buddy icon in conversation too2007-08-02, by Sean Egan
-
Move 'Reset formatting' to Font dropdown2007-08-02, by Sean Egan
-
Initialize the win32 minimize new conv. windows pref to avoid warnings.2007-08-02, by Daniel Atallah
-
merge of '15b4112195b1600fef76bc8602fbcd00c9e3d11d'2007-08-02, by Luke Schierer
-
On Tue, 2007-07-31 at 08:50 -0400, Evan Schoenberg wrote:2007-08-02, by Richard Laager
-
merge of '78d4b2c5c6b29ef9554b5829a9fbc884c2dfef16'2007-08-02, by Richard Laager
-
Looks like AOL increased the length of available messages from 602007-08-02, by Mark Doliner
-
Show current outgoing conversation formatting on the font label on2007-08-02, by Ka-Hing Cheung
-
merge of '5fbd62e0397f65bf7b8def7a4ad421e0044d429c'2007-08-02, by Kevin Stange
-
Fix search dialog icon in debug window. Fixes #2375.2007-08-02, by Daniel Atallah
-
Add yahoo_aliases.c to the mingw makefile.2007-08-01, by Daniel Atallah
-
Get rid of this compile warning:2007-08-01, by Mark Doliner
-
Fix #2349 (null pointer deref in log_reader plugin).2007-08-01, by Daniel Atallah
-
Update Yahoo protocol version to 15.2007-08-01, by Sean Egan
-
Yahoo server-side aliases patch from John Moody. Fixes #1653 Thanks!2007-08-01, by Sean Egan
-
show status messages in infopane even if not in buddy list. Fixes #23212007-08-01, by Sean Egan
-
Eliminate some unnecessary scrolling activity.2007-07-31, by Daniel Atallah
-
Changelog2007-07-31, by Sean Egan
-
Did you know we didn't support i18n in Yahoo status messages? We do now! Fixes #23562007-07-31, by Sean Egan
-
Fix a bug with multi-field selections in Pidgin's implementation of2007-07-31, by Mark Doliner
-
For XMPP multi-selection lists in generic data forms, the intent here2007-07-31, by Mark Doliner
-
Some changes from Matthew Goldstein and I to not automatically remove2007-07-31, by Mark Doliner
-
When a new user starts Pidgin we hide the buddy list so that they only2007-07-31, by Mark Doliner
-
Fix stun to work on startup (this is is a temporary hack until purple_prefs_load() happens in the core). Fixes #23342007-07-31, by Daniel Atallah
-
Changelog the "Open Inbox" account action in the yahoo prpl.2007-07-30, by Daniel Atallah
-
Fix a stupid crash (that I introduced) that occurs when parsing gmail notifications. Fixes #23232007-07-30, by Daniel Atallah
-
A few strings I couldn't change without breaking string freeze2007-07-30, by Sean Egan
-
Errant backtick2007-07-30, by Sean Egan
-
version update2007-07-30, by Sean Egan
-
Let drag-and-drop get mouse clicks on group headers. Fixes #23332007-07-30, by Sean Egan
-
Fix the RPM spec file2007-07-30, by Stu Tomlinson
-
These are new in Glib 2.8:2007-07-30, by Stu Tomlinson
-
More internal.h includes to fix G_GNUC_NULL_TERMINATED undefined errors2007-07-30, by Stu Tomlinson
-
Add "Open Inbox" account action to the yahoo prpl that logs your browser into your yahoo account and opens your inbox.2007-07-30, by Daniel Atallah
-
Fix swedish NSIS translation to be encoded in CP1252 instead of UTF-8. Fixes 2314.2007-07-30, by Daniel Atallah
-
Patch from John Bailey to bring the about window back to the present...2007-07-30, by Gary Kramlich
-
Improve a string and get rid of an account option that isn't used.2007-07-29, by Mark Doliner
-
applied changes from bbcc1925d9e449bb9599d378da2764bf47da2a7a2007-07-29, by Mark Doliner
-
merge of '10d1346d5d54ad467669dbdbeda58088587c5d91'2007-07-29, by Mark Doliner
-
merge of '966f1125e1910ec58ae63a175dc5efe1fd3e10e0'2007-07-29, by Mark Doliner
-
And fix smooth scroll too2007-07-29, by Sean Egan
-
Idiotic mistake. Fixes #23152007-07-29, by Sean Egan
-
disapproval of revision 'c2cc31f23a71f23062555721f8101fc9c997bae2'2007-07-29, by Mark Doliner
-
Add two more missing characters for the HTML dump.2007-08-01, by Sadrul Habib Chowdhury
-
Use __gntbindings__ to specify a 'jump-next-unread' action bound to 'J'. This2007-07-31, by Sadrul Habib Chowdhury
-
Add support for auto-refreshing. There should be some way to change the2007-07-31, by Sadrul Habib Chowdhury
-
Export another tree function.2007-07-31, by Sadrul Habib Chowdhury
-
Allow adding bindable actions for object types. There's some memory corruption2007-07-31, by Sadrul Habib Chowdhury
-
Use pseudo-nonblocking stuff to update the feeds.2007-07-31, by Sadrul Habib Chowdhury
-
Parse HTML and show bold, italic etc. in the textview.2007-07-30, by Sadrul Habib Chowdhury
-
Make sure long titles remain within their own cell.2007-07-30, by Sadrul Habib Chowdhury
-
Make things look nice in both 80x25 and in large screens.2007-07-30, by Sadrul Habib Chowdhury
-
Export gnt_widget_get_size for pygnt.2007-07-30, by Sadrul Habib Chowdhury
-
Allow GntTextViewFlag to be used.2007-07-29, by Sadrul Habib Chowdhury
-
Make the rss-reader look and behave nicer.2007-07-29, by Sadrul Habib Chowdhury
-
This gets rid of more weird crashes.2007-07-29, by Sadrul Habib Chowdhury
-
Fix a /-search bug.2007-07-29, by Sadrul Habib Chowdhury
-
New flag to show text top-aligned in a textview.2007-07-29, by Sadrul Habib Chowdhury
-
Add function to get the screen size.2007-07-29, by Sadrul Habib Chowdhury
-
Allow un/setting flags for widgets.2007-07-29, by Sadrul Habib Chowdhury
-
This fixes a few weird crashes in pygnt.2007-07-29, by Sadrul Habib Chowdhury
-
Update the license info.2007-07-29, by Sadrul Habib Chowdhury
-
A few updates to the rss reader.2007-07-29, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head c2cc31f23a71f23062555721f8101fc9c997bae2)2007-07-29, by Sadrul Habib Chowdhury
-
When we get a presence of type="error" from the server that2007-07-29, by Mark Doliner
-
Fix a bunch of possible crashes in jabber when using slash commands in2007-07-29, by Mark Doliner
-
merge of 'd62530e56364e9c7a5f668e2a13a409b5d552545'2007-07-28, by Ka-Hing Cheung
-
merge of '9ec1d6311bc02e1a3ea896058870df504fd94178'2007-07-28, by Ka-Hing Cheung
-
German translation update from Bjoern. Fixes #20352007-07-28, by Sean Egan
-
Release updates2007-07-28, by Sean Egan
-
Update date on release2007-07-28, by Sean Egan
-
merge of '510f7cd6a9eb8873d3b1e96a58533109ed155792'2007-07-28, by Sean Egan
-
disapproval of revision '947b20b6fc725a1f22dd7b7b23ebbaee89f0cfed'2007-07-28, by Sean Egan
-
Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.2007-07-30, by Andreas Monitzer
-
Updated the XEP-0199 namespace according to the XEP.2007-07-26, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head 53b8831e57f625eca0980aca94f04416b32bcd8f)2007-07-23, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head 1716933469be8ab48b72ab0259f65b44c4d9b23e)2007-07-18, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head e7e92461f2b02e785115d22ecca6212d9142a206)2007-07-18, by Andreas Monitzer
-
Now displaying a contact's client's capabilities in the info text if that client supports the caps extension.2007-07-17, by Andreas Monitzer
-
Implemented error handling for ad-hoc commands.2007-07-17, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head 01d1a63fe1ad7ad2f78ff88c6540afd927693362)2007-07-16, by Andreas Monitzer
-
Added the ability to unregister from a gateway.2007-07-16, by Andreas Monitzer
-
Switched formatting of the ad-hoc commands to be less intimidating2007-07-16, by Andreas Monitzer
-
merge of 'a4da508dc671f2a34f058c53dea42227bbae6376'2007-07-13, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head 2fc80aa138600106964b232d492dc701d3199a69)2007-07-12, by Andreas Monitzer
-
Fixed a few style/efficiency/calling convention problems noted by rlaager2007-07-12, by Andreas Monitzer
-
Having the option of test compiling during merge conflict resolving would be a great feature...2007-07-12, by Andreas Monitzer
-
merge of '10372c98fc2831d20506d1c4e5b94ce39bbe8d1a'2007-07-12, by Andreas Monitzer
-
merge of '34c6d2f9e1c14630370e582d136064c340ef8e88'2007-07-12, by Andreas Monitzer
-
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.2007-07-12, by Andreas Monitzer
-
Fixed errors created by merge conflict resolve mistakes.2007-07-11, by Andreas Monitzer
-
propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)2007-07-11, by Andreas Monitzer
-
disapproval of revision '391beabbbe9b94205d5c2d9ef073ecff207da387'2007-08-02, by Kevin Stange
-
The promised cleanups.2007-07-28, by Sadrul Habib Chowdhury
-
A proof-of-conecpt RSS reader using pygnt.2007-07-28, by Sadrul Habib Chowdhury
-
Initialize the gobject in a more appropriate place. And fix an error message.2007-07-28, by Sadrul Habib Chowdhury
-
Add some more functions for GntTree. One point to note is that the key2007-07-28, by Sadrul Habib Chowdhury
-
fix spacing2007-07-28, by Ka-Hing Cheung
-
NEWS2007-07-28, by Ka-Hing Cheung
-
Fixes #1905 'Better solution to 'Idleness Infinite Recursion''2007-07-28, by Sean Egan
-
Email notification signals from charkins. Fixes #13242007-07-28, by Sean Egan
-
merge of '3dd9d75f17fcb12e23540b249c7b0503fccdb94c'2007-07-28, by Sean Egan
-
I don't have NEWS2007-07-28, by Ka-Hing Cheung
-
Commit a patch by bibliochat to handle an XMPP MUC status code that I pushed2007-07-28, by Etan Reisner
-
Tooltips in infopanes2007-07-28, by Sean Egan
-
ChangeLog and NEWS2007-07-28, by Sean Egan
-
I think this might fix #11272007-07-27, by Sean Egan
-
Screenname auto-completion filtering by Leonardo Fernandes, Fixes #5192007-07-27, by Sean Egan
-
merge of '8fd54462a6faac01b88f24dc2970faa9a28c1978'2007-07-27, by Luke Schierer
-
fixes #22872007-07-27, by Björn Voigt
-
fixes #22842007-07-27, by Mişu Moldovan
-
forgot these2007-07-27, by Luke Schierer
-
fixes #22572007-07-27, by Dmitry Beloglazov
-
fixes #22422007-07-27, by Peter Hjalmarsson
-
Fix distcheck.2007-07-27, by Daniel Atallah
-
merge of '4f8fceee3836599ee91cd637f42647433a481086'2007-07-27, by Sadrul Habib Chowdhury
-
Make the infopane context-menu look more like a buddylist context menu.2007-07-27, by Sadrul Habib Chowdhury
-
Make sure we delete all generated files with the mingw clean make target.2007-07-27, by Daniel Atallah
-
merge of '004a538ba55a170d9662546cda8d93eb7d64507b'2007-07-27, by Sadrul Habib Chowdhury
-
merge of '391beabbbe9b94205d5c2d9ef073ecff207da387'2007-07-27, by Sadrul Habib Chowdhury
-
Fix a comment typo2007-07-27, by Mark Doliner
-
This function wasn't used. I think it was intended for when Adam2007-07-27, by Mark Doliner
-
merge of '48f62c11849f8d3ade036cacace03635cf7985ec'2007-07-27, by Ka-Hing Cheung
-
make us forget the password if the user didn't choose save password2007-07-26, by Ka-Hing Cheung
-
Fix memory leak by freeing the list returned by gtk_container_get_children.2007-07-27, by Sadrul Habib Chowdhury
-
merge of '7099b827f2d0a6de2abb5d567f444adc1d13fc03'2007-07-25, by Sean Egan
-
merge of 'ba1886a94b2131f499b71e5c939807d4df199b08'2007-07-25, by Sean Egan
-
Prevent some more window titles from being "pidgin.exe" on Windows. Fixes #17672007-07-25, by Daniel Atallah
-
Add mingw makefile for cap. This isn't being built by default, but allows someone to do so if they want to.2007-07-25, by Daniel Atallah
-
merge of '0a9f44c33377bf72e080a7d3727fe303ba7bc7c3'2007-07-25, by Daniel Atallah
-
merge of '5a360221f5a625ed3fc962bdb9f35aecb3d74443'2007-07-24, by Daniel Atallah
-
Just show an empty line, instead of bouncing the text down when the user2007-07-25, by Sadrul Habib Chowdhury
-
merge of '59e56959de867035d1f66b2c04b5cdc539d18c59'2007-07-24, by Sadrul Habib Chowdhury
-
Insert a newline in the tooltip.2007-07-24, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 59e56959de867035d1f66b2c04b5cdc539d18c59)2007-07-24, by Eric Polino
-
More perl bindings from Zsombor Welker, fixes #18302007-07-25, by Sean Egan
-
Make eventbox input only in infopane. Thanks fmoo.2007-07-24, by Sean Egan
-
Better imhtml auto-growing. Fixes #2142007-07-24, by Sean Egan
-
Hopefully fix a hella sporadic infinite loop bug in ICQ (and maybe AIM).2007-07-24, by Mark Doliner
-
merge of '3b69fa32b6a696df64942119de06c9896ea686fd'2007-07-24, by Richard Laager
-
merge of '59d4e50c5c3aa15eb6c2f90c182fa455ec83dccb'2007-07-24, by Mark Doliner
-
merge of '3c06e81a006adebe420915ad7301ad1e6e82cab8'2007-07-24, by Mark Doliner
-
More work on the conversation sizing/positioning stuff. Still nothing IM or chat specific2007-07-23, by Sean Egan
-
merge of '53b8831e57f625eca0980aca94f04416b32bcd8f'2007-07-23, by Sadrul Habib Chowdhury
-
merge of '53b8831e57f625eca0980aca94f04416b32bcd8f'2007-07-23, by Richard Laager
-
fix a doc string typo2007-07-23, by Ka-Hing Cheung
-
merge of '4d22d26e21a84d8f6fbb484b3b01e88eff143ca3'2007-07-23, by Sean Egan
-
merge of '5e94d4a46251e35e2b640180905fe364b82355e5'2007-07-23, by Ka-Hing Cheung
-
purple_request_action doesn't call any callbacks if the user closes the2007-07-23, by Ka-Hing Cheung
-
Another stab at fixing that signon infinite loop2007-07-24, by Mark Doliner
-
I'm hoping this will fix a semi-random and semi-random infinite looping2007-07-22, by Mark Doliner
-
merge of '36ee98cd262baf7d57502c08fc185518ed93532a'2007-07-22, by Ka-Hing Cheung
-
merge of 'b8d63ebbffba2503d6e449e02a44a2eedcc41d85'2007-07-22, by Mark Doliner
-
Get rid of a crash that happens when signing off if you have a chat room2007-07-22, by Mark Doliner
-
merge of '88e83a787741462b25953d4b5a1c467575657ad0'2007-07-22, by Mark Doliner
-
OscarData->killme isn't used (and hasn't been for a while)2007-07-22, by Mark Doliner
-
I don't think this check is needed. If it is then it's because we're2007-07-22, by Mark Doliner
-
Move a call to purple_connection_error() from oscar.c to2007-07-22, by Mark Doliner
-
Call the AIM_CB_SPECIAL_CONNERR callback from2007-07-22, by Mark Doliner
-
merge of '504a8cb6756b655e5d3fa457826b95b2c177ce61'2007-07-22, by Sean Egan
-
merge of 'ee06baadf86c44d4707c364c06c874bd9b27ad07'2007-07-22, by Mark Doliner
-
merge of '221309af37812a6e1ff9b246e304053fb4bb137b'2007-07-22, by Sean Egan
-
There\! Take your stupid status icons back\!2007-07-23, by Sean Egan
-
Infopane is optional2007-07-22, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head 70d2769d4011894129d709021e283a3a47fc67f6)2007-07-22, by Eric Polino
-
Valgrind was showing "Invalid read of size 1" when a string is passed2007-07-22, by Mark Doliner
-
merge of '21c2a204378d0369b8d2b6d7b32b6da45cb1ddb2'2007-07-22, by Ka-Hing Cheung
-
re-escapes the entities that was unescaped by purple_markup_strip_html()2007-07-22, by Ka-Hing Cheung
-
merge of '43d9c75fd0df1204f9b64d3ec943927d608eb187'2007-07-22, by Richard Laager
-
Fixes Ticket #1707 Crash with invalid UTF-8 status message from other Sametime client2007-07-22, by Sean Egan
-
quote e-mail address before sending it to evolution2007-07-21, by Sean Egan
-
include 22px app icons in configure.ac2007-07-21, by Sean Egan
-
22 pixel application icon. Fixes #15812007-07-21, by Sean Egan
-
merge of '84b3fc6338b95acbafc4cc98335181b0ac4e03be'2007-07-21, by Richard Laager
-
Add emblem to infopane. Fixes #792007-07-21, by Sean Egan
-
disapproval of revision 'b2e759e32716160439df9096b33528aa86f1e57e'2007-07-21, by Sean Egan
-
Patch #1280 cleans and makes consistant the keybinding behvaiors in the conversation windows2007-07-21, by Sean Egan
-
Credit for patch #22162007-07-21, by Sean Egan
-
Add an 'auto-join' checkbox in the 'Add Chat' dialog, thanks to fmoo's2007-07-23, by Sadrul Habib Chowdhury
-
Memory leak fix.2007-07-21, by Sadrul Habib Chowdhury
-
We don't need dynamic things here.2007-07-21, by Sadrul Habib Chowdhury
-
Guard against possible weird crashes.2007-07-21, by Sadrul Habib Chowdhury
-
merge of '68531d78c3d980fcba8b12d95053cfc541f7be31'2007-07-21, by Sadrul Habib Chowdhury
-
This could have resulted in buffer overflow if the user had 10 or more2007-07-21, by Sadrul Habib Chowdhury
-
merge of '75fc7005738c7f677caf9b8c6959ec8c1d90778c'2007-07-21, by Nathan Walp
-
Continue to build nullprpl by default on win32, but don't actually install it - we don't want it in the installer.2007-07-20, by Daniel Atallah
-
merge of '2543d569f73fee46d4f4f92b5a5f2245ed4a07db'2007-07-20, by Sadrul Habib Chowdhury
-
merge of '9b9534d8ba6b75ce9836ce0cd1ed8e086c0f89a0'2007-07-20, by Luke Schierer
-
pidgin_accounts_window_hide() should actually dispose of the window. Fixes #2193.2007-07-20, by Daniel Atallah
-
Fix from Will Hawkins to plug some leaks in error cases for the SIMPLE prpl. References #2181.2007-07-20, by Daniel Atallah
-
fixes #21472007-07-20, by Javier Fernández-Sanguino Peña
-
fixes #21562007-07-20, by Claudio Satriano
-
fixes #21632007-07-20, by Shalom Craimer
-
fixes #21642007-07-20, by Ambrose C. Li
-
fixes #21742007-07-20, by Toni Hermoso
-
fixes #22112007-07-20, by Yngve Spjeld Landro
-
Merge the two patches from this ticket, fix them, and be sure to install2007-07-20, by Kevin Stange
-
Allow disabling the widget actions on specific widgets. This allows, for2007-07-20, by Sadrul Habib Chowdhury
-
Fix a crash Eric found. These parameters were in reverse order.2007-07-20, by Sadrul Habib Chowdhury
-
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.2007-07-19, by Sadrul Habib Chowdhury
-
Patch from Javeed Shaikh to make the search function non-braindamaged.2007-07-19, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head e234ff44fe5efd4a34c1fe7d40419300d1748187)2007-07-20, by Eric Polino
-
merge of '1716933469be8ab48b72ab0259f65b44c4d9b23e'2007-07-19, by Sadrul Habib Chowdhury
-
This was crashing for me when writing a system message when logging2007-07-18, by Mark Doliner
-
Get rid of an unused variable2007-07-18, by Mark Doliner
-
merge of 'c461aa1e202a65745f6b1de51f4bea0016abc463'2007-07-17, by Daniel Atallah
-
Allow using custom search functions.2007-07-19, by Sadrul Habib Chowdhury
-
Do some work to make pygnt more useful. The dbus-gnt script works fairly2007-07-17, by Sadrul Habib Chowdhury
-
The gtkbuddynote.c file contains translation markers.2007-07-17, by Richard Laager
-
Do a NULL-check to prevent a crash.2007-07-16, by Sadrul Habib Chowdhury
-
merge of '16545633f55b708a351f38a9532d94b0b00eacec'2007-07-16, by Sadrul Habib Chowdhury
-
merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'2007-07-16, by Evan Schoenberg
-
cmd->params[2] could be NULL, or purple_url_decode() could return NULL. Don't pass a potential NULL to strcmp().2007-07-14, by Evan Schoenberg
-
merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'2007-07-16, by Sadrul Habib Chowdhury
-
Fixes for pygnt generation.2007-07-16, by Sadrul Habib Chowdhury
-
merge of '3ddd2f07e1ef153cfbf3a4181386d9fc01e7749d'2007-07-21, by Nathan Walp
-
disapproval of revision 'a85dc51a1d0ec3a5092ff577a129e4fcec6f212f'2007-07-21, by Nathan Walp
-
don't escape this data, as gtk isn't expecting it to be escaped (fixes #1311, aka the O'Connor bug)2007-07-21, by Nathan Walp
-
we don't put markup in the row data, so there's no need to escape this (fixes #1311, aka the O'Connor bug)2007-07-21, by Nathan Walp
-
Patch from Mauro Brasil to support Brazilian profiles on Yahoo. Fixes #2091.2007-07-17, by Daniel Atallah
-
Add :-p (lowercase) which is officially handed by AIM 6.something. Fixes #15902007-07-15, by Kevin Stange
-
Fix compile warnings that only shows up with -O3. This may have caused2007-07-15, by Sadrul Habib Chowdhury
-
Typo fix. This bit of code must be cursed.2007-07-15, by Sadrul Habib Chowdhury
-
Allow changing the content of a textview using $EDITOR.2007-07-15, by Sadrul Habib Chowdhury
-
Properly set the initial size of widgets.2007-07-15, by Sadrul Habib Chowdhury
-
Patch from John Bailey (rekkanoryo) to update the C Howto.2007-07-15, by John Bailey
-
Add a missing line-drawing character in the HTML screen-dump.2007-07-14, by Sadrul Habib Chowdhury
-
New feature: successful compilation.2007-07-14, by Sadrul Habib Chowdhury
-
Allow setting the search column in a tree to use for typeahead searching.2007-07-14, by Sadrul Habib Chowdhury
-
merge of '2b537584bf70476b4ef78547c5000c361e9b7176'2007-07-14, by Richard Nelson
-
merge of '2e4cdb97f5820f67493a9e7d9189edd4d82dc0cf'2007-07-14, by Sadrul Habib Chowdhury
-
Use gobject properties instead of hacks when creating columns in a tree.2007-07-14, by Sadrul Habib Chowdhury
-
I think this is the intended behaviour2007-07-14, by Richard Nelson
-
Update ChangeLog.win32. Thanks to rlaager for reminding me.2007-07-13, by Daniel Atallah
-
merge of '7eae94f1fdfc15019ea342a60df04da01a42a0ea'2007-07-13, by Daniel Atallah
-
merge of '94a9755f88bd06c61bdc7b7bb2222b989e548f90'2007-07-13, by Evan Schoenberg
-
Allow having a callback after the child process terminates. Use the callback2007-07-13, by Sadrul Habib Chowdhury
-
Revert one of the last changes. Always allow drag-drop from the infopane.2007-07-13, by Sadrul Habib Chowdhury
-
merge of '2f809d90603821641a30206f53f11a56b9bc62af'2007-07-13, by Sadrul Habib Chowdhury
-
Show the 'send to' menu on right click on the infopane.2007-07-13, by Sadrul Habib Chowdhury
-
Add win32 LCID lookup mappings for Afrikaans, Indonesian, Kannada, Pashto.2007-07-13, by Daniel Atallah
-
Make the win32 launcher support "--multiple" as well as %PIDGIN_MULTI_INST%2007-07-13, by Daniel Atallah
-
fixes #21432007-07-13, by Serdar Soytetir
-
fixes #21412007-07-13, by Ambrose C. Li
-
updated2007-07-13, by Mişu Moldovan
-
I changed a string during a string freeze\! Sorry\!2007-07-13, by Sadrul Habib Chowdhury
-
Add _get_value for slider.2007-07-13, by Sadrul Habib Chowdhury
-
merge of '0adbd7ac0c14d3a1d56a31f03baa87c9af63cbe6'2007-07-13, by Sadrul Habib Chowdhury
-
- Don't hardcode silc header locations, rely on pkg-config for those,2007-07-13, by Stu Tomlinson
-
I can pretty much swear this worked at some point. I am not sure when this2007-07-13, by Sadrul Habib Chowdhury
-
Add utility function to trigger some button when some key is pressed with2007-07-13, by Sadrul Habib Chowdhury
-
Changes to the test apps.2007-07-13, by Sadrul Habib Chowdhury
-
The app-specific style-reading was wrong. Thanks to wabz for noticing.2007-07-13, by Sadrul Habib Chowdhury
-
Update the man about small buttons.2007-07-13, by Sadrul Habib Chowdhury
-
merge of '70232e190a2c640678a9ec7142bf9b1a9a2876aa'2007-07-13, by Sadrul Habib Chowdhury
-
Allow one-line high buttons. Specify 'small-button = true' under 'general',2007-07-12, by Sadrul Habib Chowdhury
-
merge of '171f04bfc8138c0afa445e1d787144c3cdda819e'2007-07-12, by Sadrul Habib Chowdhury
-
Crash fixes from Eric Polino.2007-07-12, by Sadrul Habib Chowdhury
-
Oleg Sukhodolsky noticed that the callback function was cast incorrectly in2007-07-12, by Will Thompson
-
fixes #21332007-07-12, by Martin Srebotnjak
-
fixes #21302007-07-12, by Éric Boumaour
-
fixes #21272007-07-12, by Timo Jyrinki
-
fixes #21262007-07-12, by Björn Voigt
-
fixes #21252007-07-12, by Maurício Collares
-
fixes #18032007-07-12, by Javier Fernández-Sanguino Peña
-
Fix up writing-im-msg and writing-chat-msg to use a marshaller which treats the2007-07-12, by Will Thompson
-
Make the "Browse Logs Folder" button open the folder containing the log2007-07-12, by Richard Laager
-
Apparently we're not supposed to try to expand $datadir or $libdir from inside2007-07-12, by Richard Laager
-
Only display the "detailed" email notifications for gtalk if we really have all the details to show. Fixes #1813.2007-07-12, by Daniel Atallah
-
Various leak fixes.2007-07-12, by Daniel Atallah
-
Chats aren't shown if their account is offline, so a group of offline chats shouldn't be either2007-07-11, by Richard Nelson
-
Return the complete paths of the child prefs.2007-07-11, by Sadrul Habib Chowdhury
-
merge of 'b659e4319ac48c0a72be9f116d4bd41477552998'2007-07-11, by Sadrul Habib Chowdhury
-
fixes #17722007-07-11, by Jovan Naumovski
-
fixes #16702007-07-11, by Maurício Collares
-
fixes #16962007-07-11, by Björn Voigt
-
fixes #17092007-07-11, by Martin Srebotnjak
-
fixes #17662007-07-11, by Shalom Craimer
-
fixes #18142007-07-11, by Yngve Spjeld Landro
-
fixes #19832007-07-11, by Takashi Aihana
-
merge of 'ec81d16b090372b4c6f5a7f2580334a0a2f226d9'2007-07-11, by Luke Schierer
-
fixes #20052007-07-11, by Mar Castro
-
Add purple_prefs_get_children_names in purple. And update Changelog.API2007-07-11, by Sadrul Habib Chowdhury
-
merge of '872f027c46dce251e1ce50a76817a0d7c609147d'2007-07-11, by Sadrul Habib Chowdhury
-
Fix a typo in the British English translation.2007-07-11, by Richard Laager
-
disapproval of revision '872f027c46dce251e1ce50a76817a0d7c609147d'2007-07-16, by Eric Polino
-
Silent sound for finch. The audible stuff will get in in a later release.2007-07-11, by Sadrul Habib Chowdhury
-
merge of '1bc2ea23969174b3ad8cb5bebc864bc222d2d5ea'2007-07-10, by Sadrul Habib Chowdhury
-
Return 0 to silence the following warning2007-07-10, by Mark Doliner
-
I think Sean accidentally committed changes to this file that try2007-07-10, by Mark Doliner
-
merge of '3f89d563ddd1dda17f6a4f733ebe660614130ef4'2007-07-10, by Mark Doliner
-
merge of '039acbe69fd4ab8680c82186bcbd98185aa10460'2007-07-10, by Mark Doliner
-
add new emoticons2007-07-10, by Sean Egan
-
icon updates from hylke2007-07-10, by Sean Egan
-
Old infopane cleanup I had laying around.2007-07-09, by Sean Egan
-
Patch from nix_nix, adds 'get prpl name from account menu' API2007-07-09, by Sean Egan
-
merge of 'b0ec0f2d37460f78a06935a7f1d5a57f897c916f'2007-07-09, by Will Thompson
-
Fix transparency not being applied when showing a hidden conversation.2007-07-09, by Daniel Atallah
-
Patch from Jason Conti to enable `make -f Makefile.mingw docs` on the windows build. Fixes #1801.2007-07-08, by Daniel Atallah
-
merge of '38c2cb0e7952750e5835eb5b97b9bdd3dcb84f60'2007-07-08, by Daniel Atallah
-
merge of '1b406aff23973a5da66ee2089806942437075a48'2007-07-08, by Nathan Walp
-
merge of '54ca7908e9d5ca615490f92be7a4be6bdf9d9baa'2007-07-03, by Nathan Walp
-
Some extra checks to avoid weird crashes.2007-07-10, by Sadrul Habib Chowdhury
-
If debug is enabled using the -d argument, then do not suppress the outputs2007-07-07, by Sadrul Habib Chowdhury
-
Fix #1727 and also plug a possible leak and make a little efficiency improvement to the win32 clipboard handling.2007-07-08, by Daniel Atallah
-
Do not crash if you delete an account with an open conversation.2007-07-07, by Sadrul Habib Chowdhury
-
Since we have the file-selected signal, we might as well emit it.2007-07-07, by Sadrul Habib Chowdhury
-
merge of '781654c3edc889471ddc7abfb81476b8ebf9daae'2007-07-06, by Sadrul Habib Chowdhury
-
Allow showing right-aligned text trees. Right-align the size in the file2007-07-06, by Sadrul Habib Chowdhury
-
Fix the win32 build. Thanks to Etan and Lee Roach. Fixes #1929.2007-07-06, by Daniel Atallah
-
Possible crash fix.2007-07-06, by Sadrul Habib Chowdhury
-
merge of '09349b5cd3ed45cdc0f349c26d6fcf746d73adec'2007-07-06, by Sadrul Habib Chowdhury
-
Close temporary Get Info window when showing the real one. Fixes #1720.2007-07-05, by Bartoz Oler
-
Try to automatically assign some hotkeys for the menuitems. Do we like this?2007-07-06, by Sadrul Habib Chowdhury
-
Fix the initial size of a combobox.2007-07-06, by Sadrul Habib Chowdhury
-
Minor changes to remove a couple of lines of duplication.2007-07-06, by Sadrul Habib Chowdhury
-
Plucked revision from im.pidgin.soc.2007.finchfeat to allow showing empty2007-07-06, by Sadrul Habib Chowdhury
-
Allow trigger keys for menuitems.2007-07-06, by Sadrul Habib Chowdhury
-
Hide the menu when ctrl-c is pressed.2007-07-05, by Sadrul Habib Chowdhury
-
merge of '72d84aa6f2acbef6d592de141c3a8f6f5c4e7fd6'2007-07-05, by Sadrul Habib Chowdhury
-
Show a pimping cool unicode status emblem for buddies on mobile (thanks, elb).2007-07-05, by Sadrul Habib Chowdhury
-
Don't present the buddy list when a row is added to the accounts2007-07-05, by Mark Doliner
-
merge of '6521407fd5a6d9175e6532a874a2735658c113e9'2007-07-05, by Ka-Hing Cheung
-
Fix #2034.2007-07-05, by Sadrul Habib Chowdhury
-
merge of 'cc6c96ed91fb789ae12faf87e23361996db6d2f0'2007-07-04, by Sadrul Habib Chowdhury
-
Do not crash when people run finch without 'make install'ing first.2007-07-04, by Sadrul Habib Chowdhury
-
merge of 'c0dada8d5e1c72e70d6918a158d0c4edf662cf88'2007-07-04, by Stu Tomlinson
-
Fix a bug where buddies from offline accounts were showing up.2007-07-03, by Sadrul Habib Chowdhury
-
Use the utility function for the conversation and debug windows.2007-07-03, by Sadrul Habib Chowdhury
-
Utility function to start the pager with the contents of a textview.2007-07-03, by Sadrul Habib Chowdhury
-
The input was causing some weird issues. This fixes it.2007-07-03, by Sadrul Habib Chowdhury
-
Update the irssi WM to not touch the screen when something else is using it.2007-07-03, by Sadrul Habib Chowdhury
-
Do not crash on NULL checks.2007-07-03, by Sadrul Habib Chowdhury
-
The key has been processed. Return TRUE.2007-07-03, by Sadrul Habib Chowdhury
-
Allow executing another application (eg. PAGER) that will use the same2007-07-03, by Sadrul Habib Chowdhury
-
Allow storing non-string binary data in tree columns.2007-07-03, by Sadrul Habib Chowdhury
-
Docs for GntTree.2007-07-03, by Sadrul Habib Chowdhury
-
Some more focus fixes.2007-07-02, by Sadrul Habib Chowdhury
-
merge of '2c61c0960a48cb258fd0a3c93727265ec78e7809'2007-07-02, by Sadrul Habib Chowdhury
-
Fix some focus issues.2007-07-02, by Sadrul Habib Chowdhury
-
Don't allow setting auto-accept preferences for blist nodes that won't be2007-07-04, by Stu Tomlinson
-
ChangeLog the two most significant UI changes in Pidgin for 2.1.0.2007-07-02, by Kevin Stange
-
Change the default value for the "Show system tray icon:2007-07-02, by Mark Doliner
-
merge of '67745ca449eb97ebc7870489be80d71559c3ecac'2007-07-01, by Sadrul Habib Chowdhury
-
Fix some crashes resulting from rejecting file-transfer requests.2007-07-01, by Sadrul Habib Chowdhury
-
Remember the open/save file locations.2007-07-01, by Sadrul Habib Chowdhury
-
Once again revert the g_ascii_strncasecmp/g_ascii_strncasecmp changes here.2007-07-01, by Richard Laager
-
Mark "Install Theme" for translation. Gabriel Schulhof caught this.2007-07-01, by Richard Laager
-
propagate from branch 'im.pidgin.soc.2007.remotelogging' (head 64d3e6a75d2827d3c93ac39eb27408b26dc735ea)2007-07-01, by Richard Laager
-
Update the irssi WM to do substring-search instead of string comparison.2007-07-01, by Sadrul Habib Chowdhury
-
Parentheses helps.2007-07-01, by Sadrul Habib Chowdhury
-
Resize tree-columns nicely when the tree is resized. We can tell it to2007-07-01, by Sadrul Habib Chowdhury
-
merge of '414f0770611139752d484f4831cb59038456c9bf'2007-07-01, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 98416e917a1165a4df7eb5839840348ff4c17bf2)2007-07-01, by Richard Laager
-
Fix up some linkage to compile on Visual Studio. He claims this doesn't2007-07-01, by Nick Hebner
-
Fix up some macros for Visual Studio. --rlaager2007-07-01, by Nick Hebner
-
Fix some S_ISDIR calls to work with Visual Studio. --rlaager2007-07-01, by Nick Hebner
-
Use the glib strcasecmp functions everywhere, as we've had reports of2007-07-01, by Richard Laager
-
Replace some strncasecmp() calls with g_ascii_strncasecmp() as part of the2007-07-01, by Nick Hebner
-
Removing the default theme doesn't make sense for the average user. They2007-07-01, by Richard Laager
-
We don't want to be using MAXPATHLEN except for backwards compatibility.2007-07-01, by Richard Laager
-
merge of '00f5a5bbf5027e924850c72a98b88981dbd260f8'2007-07-01, by Richard Laager
-
Change a string. Fixes #1815.2007-07-01, by Sadrul Habib Chowdhury
-
Show tooltip for smileys. Fixes #1981.2007-07-01, by Sadrul Habib Chowdhury
-
Update ChangeLog and .API for finch/libgnt.2007-07-01, by Sadrul Habib Chowdhury
-
merge of 'afceda354033d5b3b9ee155fbc6d592b8b1edb2f'2007-06-30, by Sadrul Habib Chowdhury
-
Rework the smiley dialog close logic: Escape will always close the window.2007-07-01, by Richard Laager
-
Rework the logic to be (IMHO) easy to read.2007-07-01, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head ea892e1af1550c458bff82d681f007879dc52d8a)2007-07-01, by Richard Laager
-
The formatting imhtml in the prefs isn't rendering the smiley and it's not2007-06-30, by Richard Laager
-
merge of '38bb0ef32354096ae738327b3b59d13debe796c3'2007-06-30, by Richard Laager
-
Add a 'Close' option for pietray to close the docklet.2007-06-30, by Sadrul Habib Chowdhury
-
Use the completion-signal to append a ': ' after a tab-completed nick.2007-06-30, by Sadrul Habib Chowdhury
-
A 'completion' signal to emit whenever user accepts a completion suggest.2007-06-30, by Sadrul Habib Chowdhury
-
Some manpage updates.2007-06-30, by Sadrul Habib Chowdhury
-
set flags in QIP logger to prevent the problem with history plugin.2007-07-01, by Michael Shkutkov
-
Minor coding style changes.2007-06-30, by Richard Laager
-
Document the addition of pidgin_themes_remove_smiley_theme2007-06-30, by Richard Laager
-
Whitespace changes.2007-06-30, by Richard Laager
-
Eliminate some duplicate code.2007-06-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head ede31f4a584caeaede8c7c46cbece5a420b41050)2007-06-30, by Richard Laager
-
ChangeLog the new QIP logger in the Log Reader plugin.2007-06-30, by Richard Laager
-
Minor comment fix.2007-06-30, by Richard Laager
-
Make the MSN logger set flags and ues <br> instead of \n. This fixes the2007-06-30, by Richard Laager
-
Make the Adium logger set flags, though it's still very much a stub.2007-06-30, by Richard Laager
-
merge of '9c48f5af550f327eddd36eef116a426804115095'2007-06-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b34743e0bab991600b435760c67a34c881d018ff)2007-06-30, by Richard Laager
-
Fix warnings and add a call to g_timeout_add_seconds() just because.2007-06-30, by Richard Laager
-
Add a callback that gets triggered by SIGWINCH.2007-06-30, by Sadrul Habib Chowdhury
-
merge of '4f8ab97003711152439b821c5bfa99036761afe9'2007-06-30, by Sadrul Habib Chowdhury
-
merge of '89468df5d1cdb033902c9f7e41cfdf3a348d97bc'2007-06-29, by Sean Egan
-
Add a missing apostrophe in a comment.2007-07-06, by Will Thompson
-
Remove static meify from yahoochat.c and replace use of it with2007-06-29, by Will Thompson
-
Allowing specifying different styles for different applications.2007-06-30, by Sadrul Habib Chowdhury
-
Let's use g_set_prgname too.2007-06-30, by Sadrul Habib Chowdhury
-
Make the Trillian logger set flags properly, and use <br> instead of \n for2007-06-30, by Richard Laager
-
using <br> as end of line instead of '\n' in QIP logger. With this change History plugin works fine2007-06-29, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head 85bfdd599b8244d85271918b48154ff6285139c4)2007-06-29, by Michael Shkutkov
-
Add links to the signal documents in the API documents.2007-06-29, by Sadrul Habib Chowdhury
-
merge of '32cacc02ac154597af16ab9465ee19dc75149903'2007-06-29, by Evan Schoenberg
-
merge of '429cd0e98273585aff110cda79f8a1db03dcd001'2007-06-29, by Sadrul Habib Chowdhury
-
Remove some duplication, and make the slider a little nicer.2007-06-29, by Sadrul Habib Chowdhury
-
Build the slider widget.2007-06-29, by Sadrul Habib Chowdhury
-
Add a slider widget.2007-06-29, by Sadrul Habib Chowdhury
-
Erase the old text when the text in a label changes.2007-06-29, by Sadrul Habib Chowdhury
-
disapproval of revision '55f25ca4569ed8707e9e15566c594c569dce34e2'2007-06-29, by Sadrul Habib Chowdhury
-
Unset invisible flag when showing a widget.2007-06-29, by Sadrul Habib Chowdhury
-
Oops. I missed this. This allows setting tree-column titles one by one.2007-06-29, by Sadrul Habib Chowdhury
-
Update search-api to not crash. Searching for users in xmpp/oscar works now.2007-06-29, by Sadrul Habib Chowdhury
-
Draw the password entries correctly.2007-06-29, by Sadrul Habib Chowdhury
-
If the action-windows are already there, then bring them to front when2007-06-28, by Sadrul Habib Chowdhury
-
Allow raising window only from an event-stack, otherwise set the urgent flag.2007-06-28, by Sadrul Habib Chowdhury
-
merge of 'd08e73765328352fb955bb0b4e908eb39bea7b5d'2007-06-28, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head d08e73765328352fb955bb0b4e908eb39bea7b5d)2007-06-28, by Gabriel Schulhof
-
purple_imgstore_add() has checks which can lead it to return NULL (which should be NULL, not 0); purple_imgstore_add_with_id() should therefore allow for the possibility that the returned value is NULL and check it before using it. An id of 0 is returned if the function fails.2007-06-29, by Evan Schoenberg
-
merge of '4622b2fa3f28dfda1d13eac1a7db52752dd45635'2007-06-28, by Richard Laager
-
merge of '3063645a233865eda6b7df4cb96b20845a76c2e3'2007-06-28, by Mark Doliner
-
merge of '095a1f48d1182da336a43daa9b063aa279ac625e'2007-06-28, by Ethan Blanton
-
Updated Korean translation2007-06-28, by Stu Tomlinson
-
Credit the current Korean translator2007-06-28, by Stu Tomlinson
-
Mark some string for translation, and show only one preference window at a2007-06-28, by Sadrul Habib Chowdhury
-
Consider closing a request dialog equivalent to cancelling it.2007-06-28, by Sadrul Habib Chowdhury
-
Show better tooltips for contacts.2007-06-28, by Sadrul Habib Chowdhury
-
merge of '3bc50b53735238c5650e94eb663e7b7d9623be2a'2007-06-28, by Stu Tomlinson
-
merge of '27846e24a6f7b260a1e3c53e16e35180aa5a240c'2007-06-27, by Sadrul Habib Chowdhury
-
Use g_set_application_name here too.2007-06-27, by Sadrul Habib Chowdhury
-
Handle size saving2007-06-27, by Sean Egan
-
Whoops! Properly order the arguments to creating the chat infopane markup2007-06-27, by Sean Egan
-
Turns off 'allow_shrink' on conversation windows. Fixes #5062007-06-27, by Sean Egan
-
I'm always committing debug messages. This commit removes one.2007-06-27, by Sean Egan
-
Make password fileds in Jabber's Change Password dialog required. Fixes #19072007-06-27, by Sean Egan
-
merge of 'e5b0331c61159ba11ebeab0839f13f073a8d4b22'2007-06-27, by Sean Egan
-
merge of '02e31783092022387f8f75061f64d72af74c1ceb'2007-06-27, by Sadrul Habib Chowdhury
-
merge of '816f8d7bf86bf8e3853b6a663bed65843b2d8a38'2007-06-27, by Sadrul Habib Chowdhury
-
merge of 'a1842200c8a0003dcb3a203be6a3b96be5c724e7'2007-06-27, by Sean Egan
-
merge of '6778b9e770331dedbf2e31f4edbbca4b854d939d'2007-06-27, by Luke Schierer
-
Plug a memory leak.2007-06-27, by Sadrul Habib Chowdhury
-
Use the new flags to make the tooltip look better.2007-06-27, by Sadrul Habib Chowdhury
-
Add flags to a textview to decide whether to show scrollbars, and whether2007-06-27, by Sadrul Habib Chowdhury
-
merge of '475a8ca28dabbffcdd32005dfbc33c853b1eb7de'2007-06-27, by Sadrul Habib Chowdhury
-
merge of '44c5b35ad7903bcaed23711b5dbf0b7fcb261b47'2007-06-27, by Sadrul Habib Chowdhury
-
This is a more flexible way of getting random settings from .gntrc.2007-06-27, by Sadrul Habib Chowdhury
-
Allow the userlist to get focus, to allow keyboard navigation of it.2007-06-27, by Sean Egan
-
Mobile icon trumps prpl icon in expanded buddies. Fixes #5152007-06-27, by Sean Egan
-
Patch from SuperMMX to correct group colors. Fixes #16402007-06-27, by Sean Egan
-
merge of '1021f142edad27e5a1f750f8d439c3bc5bf07b81'2007-06-27, by Sean Egan
-
Set and use convchatbuddy->buddy.2007-06-27, by Sadrul Habib Chowdhury
-
Start filling in the doxygen-help skeleton.2007-06-27, by Sadrul Habib Chowdhury
-
Generate doxy-help files for libgnt. And make it actually work.2007-06-27, by Sadrul Habib Chowdhury
-
merge of '152574afac3f14348361a22106e5716b24b844e1'2007-06-27, by Etan Reisner
-
merge of '0463fbaf601f7ae2299e325969cf0324ab2f4dc0'2007-06-26, by Sadrul Habib Chowdhury
-
merge of '957d8b98b97eb5f2d3f58208e8ad28a55f3f81b8'2007-06-26, by Sadrul Habib Chowdhury
-
merge of '04d5b730e989c3ade5910586e68addc25c30bd7c'2007-06-26, by Sadrul Habib Chowdhury
-
merge of '0c6d125066d754b13d41953911c8ea86f0289ec4'2007-06-26, by Sadrul Habib Chowdhury
-
Executing a command doesn't require to be active in the chat or the account2007-06-26, by Sadrul Habib Chowdhury
-
Patch from jeff to add a 'clearall' command to clear all the scrollbacks.2007-06-26, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)2007-06-27, by Gabriel Schulhof
-
I like this better2007-07-03, by Nathan Walp
-
UI info for finch and pidgin (finch guys probably want to take a look2007-07-02, by Nathan Walp
-
core support for UI info...now to do the UI piece2007-07-02, by Nathan Walp
-
Handle NULL chat topics2007-06-27, by Sean Egan
-
Don't crash on ncik completion if alias or name is NULL. Fixes #17422007-06-26, by Sean Egan
-
Allow ICQ icons to be up to 52x64 pixels. Fixes #12742007-06-26, by Sean Egan
-
Call gtk_label_set_mnemonic_widget() in pidgin_make_accessible_label. Closes #5892007-06-26, by Sean Egan
-
Fix the dependencies of dbus-types.c & dbus-types.h so they will be rebuilt2007-06-26, by Stu Tomlinson
-
Work around bug in older gtk+ versions which does not set the changed_mask2007-06-25, by Casey Harkins
-
Guard against passing NULL to GDK_DISPLAY_XDISPLAY. This resolves a crash2007-06-25, by Casey Harkins
-
Move g_set_application_name to a point before the pidgin UI is created2007-06-28, by Gabriel Schulhof
-
sadrul can't spell "use".2007-06-25, by Will Thompson
-
Make sure we still don't allow screen names of the form "1whatever"2007-06-25, by Mark Doliner
-
Update the "that is not a valid screen name!" error message to mention2007-06-25, by Mark Doliner
-
Allow AIM screen names of the form "1abc@example.com" In most places2007-06-25, by Mark Doliner
-
Get rid of the portion of this error message that says "The most2007-06-25, by Mark Doliner
-
merge of '12d65ba57d0e91f1bd68b923a95faab92a2bebe1'2007-06-25, by Nathan Walp
-
More compile fixes from rekkanoryo for G_GNUC_NULL_TERMINATED issues2007-06-25, by Stu Tomlinson
-
I killed group_misc.c earlier because it was empty, but forgot to remove it2007-06-25, by Stu Tomlinson
-
merge of 'b7f428992fcfe7a3b951fe6744811d854fd0de26'2007-06-25, by Stu Tomlinson
-
merge of '6b3fcad145ab021816608354346c6d702aa590b5'2007-06-24, by Sadrul Habib Chowdhury
-
this fixes a bug where:2007-06-25, by Nathan Walp
-
merge of '683ac90580e5631dcc8b79c3caea1adc7b92ffec'2007-06-24, by Nathan Walp
-
prevent recursive insanity when we don't have an idleaway status2007-06-24, by Nathan Walp
-
Make the "Set a substatus" dialog window resizable2007-06-24, by Mark Doliner
-
Allow the privacy window to be resized2007-06-24, by Mark Doliner
-
Make the "New Status" window resizable again2007-06-24, by Mark Doliner
-
merge of '399a02c013c99bd424dd48e241b264b786754576'2007-06-24, by Mark Doliner
-
Another fix to use the G_GNUC_NULL_TERMINATED compatibility stuff2007-06-25, by Stu Tomlinson
-
Make gtkbuddynote load itself if it finds buddynote was loaded and it is2007-06-24, by Stu Tomlinson
-
Kill a compile warning2007-06-24, by Stu Tomlinson
-
Compile!2007-06-24, by Stu Tomlinson
-
Uncomment some things that were begging to be uncommented2007-06-24, by Stu Tomlinson
-
Use a different mnemonic for Connect so it doesn't conflict with Cancel2007-06-24, by Stu Tomlinson
-
support replying to XEP-0202 queries2007-06-24, by Nathan Walp
-
fix a buddy icon bug in jabber2007-06-23, by Nathan Walp
-
reading only necessary part of log file using g_fopen/fseek/fread2007-06-26, by Michael Shkutkov
-
optimization: finding offsets without converting to UTF8 and escaping2007-06-26, by Michael Shkutkov
-
avoiding some finding EOL and creating new log only in one place2007-06-26, by Michael Shkutkov
-
using purple_debug_info instead of purple_debug_error2007-06-26, by Michael Shkutkov
-
Optimize this QIP code some more.2007-06-25, by Richard Laager
-
Trying to avoid duplicating a single line of code is stupid. I've finally2007-06-25, by Richard Laager
-
Prepend to lists for performance, and use g_list_reverse when the list is2007-06-24, by Richard Laager
-
Remove trailing whitespace.2007-06-24, by Richard Laager
-
Avoid some extra nesting.2007-06-24, by Richard Laager
-
Eliminate some leaks.2007-06-24, by Richard Laager
-
Change the purple_debug(level, ...) statements to purple_debug_level(...)2007-06-24, by Richard Laager
-
internal.h includes config.h, so let's not do it twice2007-06-24, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head e9da27c3123d1223162bf9fb76f58822873e18f8)2007-06-24, by Richard Laager
-
Load new non-native plugins when the plugins window opens.2007-06-24, by Sadrul Habib Chowdhury
-
This is a less dumb way to make sure we don't wrap2007-06-23, by Mark Doliner
-
Sorry for my bed english lol2007-06-23, by Sadrul Habib Chowdhury
-
I'm sure we'll eventually do something here. Until then ...2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash when trying to alias someone from the tab-label on a disconnected2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash when you have an IM window open on a jabber account and the2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash after you close the status window, and change the status.2007-06-23, by Sadrul Habib Chowdhury
-
Plucked revision from finchfeat to allow partial matching for window-titles2007-06-23, by Sadrul Habib Chowdhury
-
Show idle times in the buddy list as days, hours, seconds. Patch from2007-07-05, by Ka-Hing Cheung
-
merge of '290d619b00758f94d14a82d62bb7b4595ec78394'2007-06-23, by Sadrul Habib Chowdhury
-
Plucked revision from finchfeat to give different names to windows for2007-06-23, by Sadrul Habib Chowdhury
-
merge of '7a2a228876b3ba53b4e546f81704e670c944fee5'2007-06-23, by Stu Tomlinson
-
merge of '9885adf2e546b1bb744a839860822cfd0e36b8ec'2007-06-22, by Sadrul Habib Chowdhury
-
disapproval of revision '2a48d00e606eaf3e2c5c492cdee05b1a069468ee'2007-07-22, by Sean Egan
-
disapproval of revision '7b9d44db746d32a4cd7a4bd39d9e070d41a94194'2007-07-22, by Sean Egan
-
merge of '5c5738f443887f7024ff8eab573392f8795b9413'2007-06-22, by Sean Egan
-
Uninit the dbus system before uniniting the signals.2007-06-22, by Sadrul Habib Chowdhury
-
Notify a window when it loses focus because another window was moved to2007-06-22, by Sadrul Habib Chowdhury
-
Fix a few runtime warnings.2007-06-21, by Sadrul Habib Chowdhury
-
Only hide the proxy options table if not running gnome otherwise we hide2007-06-21, by Stu Tomlinson
-
Kill a compile warning, as we now include internal.h in gtkimhtml.c, we2007-06-21, by Stu Tomlinson
-
Add NO_LINKIFY message flag for perl plugins.2007-06-21, by Sadrul Habib Chowdhury
-
Show immediate feedback when getting information about someone in a chat.2007-06-21, by Sadrul Habib Chowdhury
-
fix double clicking joined chat by asking the prpl what the real name of2007-06-21, by Ka-Hing Cheung
-
g_hash_table_find is glib 2.42007-06-20, by Richard Nelson
-
Chat topics in status line of chat infopanes2007-06-20, by Sean Egan
-
properly scale buddy icons in infopane to preserve aspect ratio2007-06-20, by Sean Egan
-
Round the other icons too2007-06-20, by Sean Egan
-
Show screenname instead of alias in conversation infopanes2007-06-20, by Sean Egan
-
#include reorganizations to allow compiling with glib < 2.8 using the2007-06-20, by Stu Tomlinson
-
merge of '2516286ed0a89379b3fcf748790a46d6c43e3d03'2007-06-20, by Stu Tomlinson
-
Fix a compile warning with gtk < 2.62007-06-20, by Stu Tomlinson
-
Fix for a crash when trying to get oscar_status_text for a buddy on an2007-06-20, by Stu Tomlinson
-
editing-started & editing-canceled signals are in gtk 2.6 and above only2007-06-20, by Stu Tomlinson
-
I'm not sure why this line was here, I can't imagine it actually does anything2007-06-20, by Etan Reisner
-
Bring back MAXPATHLEN (which was always guaranteed to be defined earlier2007-06-20, by Stu Tomlinson
-
merge of '088881d37b32f572377200c693a5d9662e4e3586'2007-06-19, by Stu Tomlinson
-
Move the define in internal.h instead.2007-06-19, by Sadrul Habib Chowdhury
-
G_GNUC_NULL_TERMINATED requires a high glib version. So define it to2007-06-19, by Sadrul Habib Chowdhury
-
The file-selector needs to be a bit taller.2007-06-19, by Sadrul Habib Chowdhury
-
Detect wide character non-support at compile time, if possible.2007-06-19, by Sadrul Habib Chowdhury
-
Close all delete-confirmation dialogs for it when a status is deleted.2007-06-19, by Sadrul Habib Chowdhury
-
merge of '4de940f299051a02913e8184619cf3a50ad68dff'2007-06-19, by Ka-Hing Cheung
-
Let non-delete keys operate.2007-06-19, by Sadrul Habib Chowdhury
-
sadrul spotted this, fixes selecting multiple statuses in the status window2007-06-19, by Ka-Hing Cheung
-
merge of '4a2a30a75885602e9c2c02fd13e1ce8f96981fa2'2007-06-19, by Ka-Hing Cheung
-
explicit merge of 'f2eb358baf2c72cb37b6b9bcb4c036e44e0bcc2b'2007-06-19, by Ka-Hing Cheung
-
- Add chunks of the certificate scheme registration interface2007-06-20, by William Ehlhardt
-
- Add x509_certificate_signed_by, which checks a signature on a certificate made by an issuer2007-06-19, by William Ehlhardt
-
- Eliminate compiler warning2007-06-19, by William Ehlhardt
-
- Style issues2007-06-19, by William Ehlhardt
-
- Expose some more functions in the x509 CertificateScheme. Doesn't2007-06-19, by William Ehlhardt
-
- Expose get_peer_certificates in the SslOps struct, and modify gnutls2007-06-19, by William Ehlhardt
-
- Add a mode switch to allow DER or PEM imports (necessary because SSL certs2007-06-19, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head eea855f58ba5a1d864cd6105e02b409e5f191062)2007-06-18, by William Ehlhardt
-
I believe the great unwashed should be using simpleticket for submitting2007-06-19, by Stu Tomlinson
-
I think this fixes the ellipsization in the trees.2007-06-19, by Sadrul Habib Chowdhury
-
Changelog infopane additions2007-06-19, by Sean Egan
-
Tell pidginstock that the invisible icon exists in larger sizes. Fixes #17402007-06-18, by Sean Egan
-
Add G_GNUC_NULL_TERMINATED to a few functions that expect a NULL terminated2007-06-18, by Sadrul Habib Chowdhury
-
Some general cleanup of the pidginrc plugin that I did while working on my2007-06-17, by Etan Reisner
-
Since we re-did the buddy list drawing stuff this entry matters a lot less, so2007-06-17, by Etan Reisner
-
creat new log if difference between current and previous message more then predefined constant (currently one hour)2007-06-22, by Michael Shkutkov
-
setting error to NULL before using2007-06-21, by Michael Shkutkov
-
minor style fix2007-06-21, by Michael Shkutkov
-
fixing missing braces2007-06-21, by Michael Shkutkov
-
Converting all qip logs into UTF82007-06-21, by Michael Shkutkov
-
small coding style changes2007-06-21, by Michael Shkutkov
-
Using g_file_get_contents instead of common file operations; all DEBUG_MESSAGEs were removed2007-06-20, by Michael Shkutkov
-
reverse searching of '(' character2007-06-18, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head f61e46616c5562046a9f89a538ae10f5e5ef29ae)2007-06-17, by Michael Shkutkov
-
Fix setting the sensitivity of the toolbar items in a number of places2007-06-17, by Stu Tomlinson
-
Reduce code duplication and keep gtk 2.0 compatibility by making2007-06-17, by Stu Tomlinson
-
merge of '2bc31508944a5802088a6273899d80859246ce27'2007-06-17, by Stu Tomlinson
-
merge of '32961dad56e96e8d450230e7266cffe8b7deb058'2007-06-17, by Nathan Walp
-
server-side jabber vcards now take precedence over local vcards, so2007-06-17, by Nathan Walp
-
i think we want to be in "devel" mode right now2007-06-17, by Nathan Walp
-
whitespace2007-06-17, by Nathan Walp
-
Use g_set_application_name() so unnamed dialogs get given a name, my2007-06-17, by Stu Tomlinson
-
Fix a compile error2007-06-17, by Stu Tomlinson
-
We certainly don't need duplicated About & Debug Window menu items2007-06-17, by Stu Tomlinson
-
Do not actually remove the debug timestamp pref, this is the *correct*2007-06-17, by Stu Tomlinson
-
disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'2007-06-17, by Stu Tomlinson
-
Based on my calculations, this comment made no sense. It is not necessary to2007-06-17, by Kevin Stange
-
really and truly enforce the no-presence-before-roster thing2007-06-17, by Nathan Walp
-
unused variable cleanup2007-06-17, by Nathan Walp
-
merge of 'a044da71f197bdd564f0d38ebb02798e06d1997f'2007-06-17, by Nathan Walp
-
Richard likes complete2007-06-17, by Sadrul Habib Chowdhury
-
merge of '96e4fe7ca94dcb0c455414bd266f9953e2aea59a'2007-06-17, by Sadrul Habib Chowdhury
-
merge of '86936c1215d2a20fa7f31db4a460494f112b0b6a'2007-06-17, by Richard Laager
-
Use dynamicly allocated string manipulation here as well to avoid a2007-06-17, by Richard Laager
-
Use dynamically allocated strings for the user_dir caching. Do we need to2007-06-17, by Richard Laager
-
Remove the warning about signedness.2007-06-17, by Sadrul Habib Chowdhury
-
merge of '86936c1215d2a20fa7f31db4a460494f112b0b6a'2007-06-17, by Sadrul Habib Chowdhury
-
Use dynamic string manipulation to get rid of a MAXPATHLEN.2007-06-17, by Richard Laager
-
merge of 'caa48886aab8c94b98936accf9932e04b9864341'2007-06-17, by Richard Laager
-
Near as I can tell, we don't use this PATHSIZE anywhere.2007-06-17, by Richard Laager
-
A patch from o_sukhodolsky to fix a compiler warning in the QQ code. I've2007-06-17, by Richard Laager
-
EXTRA_DIST the dbus script.2007-06-17, by Sadrul Habib Chowdhury
-
Dbus docklet for finch.2007-06-17, by Sadrul Habib Chowdhury
-
Process unsigned ints for dbus.2007-06-17, by Sadrul Habib Chowdhury
-
Fix #1574. (Pidgin and Finch show each other's pounces, interact in2007-06-17, by Sadrul Habib Chowdhury
-
1. Show the usage of -m in the help message.2007-06-17, by Sadrul Habib Chowdhury
-
Allow disabling check for single instance.2007-06-17, by Sadrul Habib Chowdhury
-
Fix #1726. ('Crash when closing doodle with yahoo not connected')2007-06-16, by Sadrul Habib Chowdhury
-
Uninit dbus properly.2007-06-16, by Sadrul Habib Chowdhury
-
merge of '7d3f12af3273e9cf1afa4697ab2ef372d1589163'2007-06-16, by Richard Laager
-
merge of '1ef2519e8b8195672019b1c1bb64eb43284f7624'2007-06-16, by Sadrul Habib Chowdhury
-
Treat some more types as simple types. This allows exporting some useful2007-06-16, by Sadrul Habib Chowdhury
-
Use the IEC binary units to match our math.2007-06-16, by Richard Laager
-
I like complete2007-06-16, by Richard Laager
-
Users need to stop worrying about the dbus-warnings.2007-06-16, by Sadrul Habib Chowdhury
-
merge of 'c51336971442c17c683e99ca9e7d1f16f839e488'2007-06-16, by Sadrul Habib Chowdhury
-
Use _notify_userinfo instead of _notify_error when there's an error2007-06-16, by Sadrul Habib Chowdhury
-
fix inital presence (fixes #1395)2007-06-17, by Nathan Walp
-
kill some code duplication when sending current presence2007-06-17, by Nathan Walp
-
i'm an idiot. now we have real support for replying to XMPP pings2007-06-16, by Nathan Walp
-
merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85'2007-06-16, by Richard Laager
-
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'2007-06-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)2007-06-16, by Richard Laager
-
Re-fix the DBus list handling code by killing const GList* / const GSList*2007-06-16, by Richard Laager
-
Fix some weird whitespace in the output.2007-06-16, by Richard Laager
-
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:2007-06-16, by Richard Laager
-
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:2007-06-16, by Richard Laager
-
merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'2007-06-16, by Richard Laager
-
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'2007-06-16, by Sadrul Habib Chowdhury
-
Warn be gone2007-06-16, by Mark Doliner
-
fixes #590 by allowing one to use the delete key to delete transient status,2007-06-17, by Ka-Hing Cheung
-
compile.2007-06-16, by Luke Schierer
-
respond to XEP-0199 queries (XMPP ping)2007-06-16, by Nathan Walp
-
Fix a mistake noticed by Michael Shkutkov and add a comment explaining the code.2007-06-16, by Richard Laager
-
merge of '2fd78f054c148084b54507e046c3cf02826636f5'2007-06-15, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)2007-06-15, by Sean Egan
-
Use _notify_userinfo instead of _notify_error when there's an error2007-06-16, by Sadrul Habib Chowdhury
-
Update the idleness and login-time for all the blistnodes of the same buddy.2007-06-15, by Sadrul Habib Chowdhury
-
Make the entry-box look nicer in the preference.2007-06-15, by Sadrul Habib Chowdhury
-
Show the previously selected custom font, what this is meant to do.2007-06-15, by Sadrul Habib Chowdhury
-
merge of '42eba34c013784379084cfe8e5899cc7e9e7dde2'2007-06-15, by Sadrul Habib Chowdhury
-
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.2007-06-15, by Sadrul Habib Chowdhury
-
Let's not crash if there's no plugin.2007-06-15, by Sadrul Habib Chowdhury
-
I am not sure why I made this change. But it looks good.2007-06-15, by Sadrul Habib Chowdhury
-
Notify a window on startup if it didn't get the focus.2007-06-15, by Sadrul Habib Chowdhury
-
Remove the use of compiler string concatenation in a translatable string to2007-06-14, by Richard Laager
-
Replace "timedout" with "timed out".2007-06-14, by Richard Laager
-
Replace "wer" with "were"2007-06-14, by Richard Laager
-
Custom logger selection doesn't work after a restart. To fix this, we do a2007-06-13, by Sadrul Habib Chowdhury
-
Make timeout-callbacks behave like they would in C plugins (ie. the callback2007-06-13, by Sadrul Habib Chowdhury
-
merge of '121873f517c4c5e2d65c3a1cdd152694834d7db0'2007-06-12, by Sadrul Habib Chowdhury
-
Remove an old line of code to make this behave as desired. Good catch, Mark.2007-06-11, by Richard Laager
-
When an animated image is inserted into a conversation window, animate2007-06-11, by Mark Doliner
-
I think it's reasonable to search through a haystack that is the2007-06-11, by Mark Doliner
-
Richard, you might want to take a look at this. I have no idea what's going on here.2007-06-11, by Mark Doliner
-
Get rid of a compile warning2007-06-11, by Mark Doliner
-
Get rid of a little compile error2007-06-11, by Mark Doliner
-
merge of '2d3971f6a6eaf78acbe06db1824611d0a95e8ae6'2007-06-10, by Stu Tomlinson
-
Fix a compiler warning from a bad merge by me2007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 621ce6ccd3764ef355b4d0e5528d0514db3fe036)2007-06-10, by Stu Tomlinson
-
Add OPT_PROTO_SLASH_COMMANDS_NATIVE support to silc102007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18)2007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 03da073664bc840f76d0cec53eea61517337c5a7)2007-06-08, by Luke Schierer
-
Bump the major for libgnt for the awesome workspace support.2007-06-12, by Sadrul Habib Chowdhury
-
This got lost from a merge I think. This refixes #532.2007-06-12, by Sadrul Habib Chowdhury
-
Update for the new api.2007-06-10, by Sadrul Habib Chowdhury
-
F9 to create a new workspace.2007-06-10, by Sadrul Habib Chowdhury
-
Make the irssi wm work.2007-06-10, by Sadrul Habib Chowdhury
-
merge of '4211412db7d18ca946c93c5a6ba8931ff8244de0'2007-06-08, by Richard Nelson
-
add xmlnode_get_data_unescaped(), and got rid of an unecessary realloc2007-06-07, by Nathan Walp
-
present existing conversation window if one exists2007-06-08, by Richard Nelson
-
add gnt_window_present2007-06-08, by Richard Nelson
-
propagate from branch 'im.pidgin.finch.workspaces' (head 76cfc9565a5cdde8d2e1f2efc3282b309a55a110)2007-06-08, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)2007-06-07, by Richard Laager
-
merge of '34fbe2d8a258b1b4700cb7c8d8fcd02d07bc4d14'2007-06-07, by Luke Schierer
-
propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a)2007-06-07, by Luke Schierer
-
merge of '722cb392b57e671e8f059143c0bcc15fed5a4724'2007-06-07, by Stu Tomlinson
-
disapproval of revision 'e56ef4384d474a6ac265a4f63395063b07facfec'2007-06-07, by Stu Tomlinson
-
disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'2007-06-16, by Richard Laager
-
Add missing toolbar insert bits2007-06-07, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a)2007-06-07, by Richard Laager
-
Document the API changes from the constification and DBus list commits, and2007-06-07, by Richard Laager
-
Lots of DBus list handling changes. The objective here was to eliminate a2007-06-07, by Richard Laager
-
Mark the return type const for the following functions. I noticed this2007-06-07, by Richard Laager
-
Eliminate warnings about array subscripts being char. They can be signed,2007-06-07, by Richard Laager
-
Include pidgin.h to make this compile.2007-06-07, by Richard Laager
-
PIDGIN_STOCK_TOOLBAR_INSERT isn't defined. I'm #if 0'ing this so it'll compile so I can work.2007-06-07, by Richard Laager
-
Remove duplicate code from a bad merge.2007-06-07, by Richard Laager
-
merge of 'e82c41f34ce5f7439b2f2971139efaf6ef7a54ff'2007-06-06, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 5f583403bf6a3522123918b975ce234ffd86f3b4)2007-06-06, by Luke Schierer
-
propagate from branch 'im.pidgin.pidgin' (head 6100ad71830416445898c91d595780f606c951cd)2007-06-06, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)2007-06-06, by Sean Egan
-
Doxygen skeleton and license info for gnt files.2007-06-06, by Sadrul Habib Chowdhury
-
merge of 'b13966c1f1b76ef136a61969fc8bcc68f02b138c'2007-06-06, by Sadrul Habib Chowdhury
-
merge of '94a0ea004e3afd9838d6d7c09e8e51aa19b53ac1'2007-06-05, by Luke Schierer
-
merge of '9d95292d55daedb7f74c7df323ad2c69d347d384'2007-06-05, by Sadrul Habib Chowdhury
-
Update the irssi WM to allow tiling the conversation windows.2007-06-06, by Sadrul Habib Chowdhury
-
Fix some of the bugs in the new toolbar, including:2007-06-05, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)2007-06-04, by Sadrul Habib Chowdhury
-
Make this work with the changes in revision2007-06-04, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)2007-06-04, by Richard Laager
-
NOTE: Saved images are not yet displayed when loading logs.2007-06-04, by Richard Laager
-
A patch from David Grohmann (dave1g) to log embedded images.2007-06-04, by Richard Laager
-
(23:38:26) dave1g: also your pidgin/Makefile.mingw is missing a reference to gtksourceundomanager.c2007-06-04, by Richard Laager
-
jabber can contain @ symbols and / in the resource, so we have to look for2007-06-04, by Nathan Walp
-
Sort the 2.1.0 entries.2007-06-03, by Richard Laager
-
A patch from Norbert Buchmuller:2007-06-03, by Norbert Buchmuller
-
propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)2007-06-03, by Stu Tomlinson
-
merge of '0ceb1d26408290a4660e032ad5018d22ab2b9dda'2007-06-02, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)2007-06-02, by Luke Schierer
-
ChangeLog.API updates2007-06-02, by Stu Tomlinson
-
Mostly taken from the patch on ticket #410, don't send unknown slash2007-06-02, by Stu Tomlinson
-
Fix this compile warning:2007-06-02, by Stu Tomlinson
-
missed these last time2007-06-02, by Nathan Walp
-
changelog the lack of linkification2007-06-01, by Nathan Walp
-
use the new NO_LINKIFY flag for join and part messages2007-06-01, by Nathan Walp
-
add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified2007-06-01, by Nathan Walp
-
propagate from branch 'im.pidgin.pidgin' (head f7d4b1ae759e694a319fc8d37f917e1c2b2e1d3b)2007-05-30, by Richard Laager
-
applied changes from 4b489c7fd0ca6d775558656ce19ba53d7209bb262007-05-30, by William Ehlhardt
-
Change "properly" to "better" in the description of the second-granularity2007-05-28, by Richard Laager
-
ChangeLog the new undo functionality.2007-05-28, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.for_2_1_0' (head 24ee3feb7b0e68036eebb50b90278e581fea942a)2007-05-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b917cc2cf9c46c7163ad3345b312dac1eea896cf)2007-05-20, by Richard Laager
-
Add void to the purple_dbus_is_owner() prototype.2007-05-20, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 7fa526ccf77d3d2da927a55aa8115be7e1be184d)2007-05-20, by Richard Laager
-
It's GLIB_CHECK_VERSION, not GLIB_VERSION_CHECK.2007-05-20, by Richard Laager
-
ChangeLog the dbus_uniq and timeout_add_seconds changes.2007-05-20, by Richard Laager
-
ChangeLog the timeout changes, and add some commentary.2007-05-20, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.timeout_add_seconds' (head d453bd44d21c7095921f98b2652b077a3fa99754)2007-05-20, by Richard Laager
-
Wire in g_timeout_add_seconds for Finch and nullclient as well.2007-05-20, by Richard Laager
-
Wire everything up and document it.2007-05-20, by Richard Laager
-
Raise the timeouts one second so they'll work every time (for certain) with2007-05-20, by Richard Laager
-
merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'2007-05-19, by Richard Laager
-
The second_add_timeout patch from Arjan.2007-05-19, by Richard Laager
-
merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'2007-06-15, by Sadrul Habib Chowdhury
-
merge of 'ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36'2007-06-10, by Sadrul Habib Chowdhury
-
merge of '9e832cea16395c9007bc9e384ee379b293b99abd'2007-06-04, by Sadrul Habib Chowdhury
-
Fix for the bug Alver reported:2007-06-02, by Sadrul Habib Chowdhury
-
(16:39:44) rekkanoryo: i have a feature request2007-06-02, by Sadrul Habib Chowdhury
-
merge of '0d2fefb7e8f238c6b27bd7329aa0b3807c46c100'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '2a1a3522e67a5f99ed2e65a23693d148907cfdb7'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '894058a4901b0a786a7f35183b8a15a9731c95c6'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '762f9a646b45b05279890a708043f914128c364b'2007-06-02, by Sadrul Habib Chowdhury
-
Use the util function to get info.2007-06-02, by Sadrul Habib Chowdhury
-
Make the GMail hackery work.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '0363c65306e84bb0a015d8ae8d6667701252c3c4'2007-06-02, by Sadrul Habib Chowdhury
-
merge of 'bdd3cb040100fe925456b862d03cc6c5a61648ef'2007-06-02, by Sadrul Habib Chowdhury
-
Draw a separator line between the buddylist and the conversation windows.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '3f054ce0972c8cbd8f8cfc16dfa6c8dcb81d3c0a'2007-06-02, by Sadrul Habib Chowdhury
-
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '82644c8641c5089ed2cafd58983010f0144b7699'2007-06-01, by Sadrul Habib Chowdhury
-
Fix a crash exposed by nullprpl.2007-06-01, by Sadrul Habib Chowdhury
-
merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'2007-06-01, by Sadrul Habib Chowdhury
-
merge of '1444834a6af3004a03838204b528edb6e2e1f9ab'2007-05-31, by Sadrul Habib Chowdhury
-
Fix some stuff of bugs in the new toolbar.2007-06-05, by Sadrul Habib Chowdhury
-
merge of '94cf3fba654fb39e507971153b5c217b7f98949d'2007-06-16, by Michael Shkutkov
-
merge of 'aad9a598920b4a24ad65e717487bb821e563d9d2'2007-06-13, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head a1968384a452dd20568c92cd468b420fb8539ce8)2007-06-13, by Michael Shkutkov
-
using strstr instead of while2007-06-15, by Michael Shkutkov
-
QIP logger was implemented2007-06-13, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head c25562bad5d897adb8ec3a03b712f94d488cfef3)2007-06-11, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head b438ea0760758dc547f95d62892455f50ee4c4f1)2007-06-09, by Michael Shkutkov
-
Be more careful about null strings in %s format specifier in debug messages.2007-08-05, by Jeffrey Connelly
-
Update for 0.13 release.2007-08-05, by Jeffrey Connelly
-
Disable sending third-party client version to oncoming buddies.2007-08-04, by Jeffrey Connelly
-
Fix crash when deleting buddies on Windows. This was done by2007-08-04, by Jeffrey Connelly
-
Store 3rd-party client name/version and official client build version (cv) separately.2007-07-31, by Jeffrey Connelly
-
Implement round() if it is not available, using floor().2007-07-27, by Jeffrey Connelly
-
Include math.h for round() function.2007-07-26, by Jeffrey Connelly
-
Make msimprpl-internal functions static.2007-07-22, by Jeffrey Connelly
-
Move msim_escape() and msim_unescape() to message.c.2007-07-22, by Jeffrey Connelly
-
Update login process to more closely match official client.2007-07-22, by Jeffrey Connelly
-
Add msim_process_server_info() to save the server information dictionary2007-07-22, by Jeffrey Connelly
-
Use MsimMessage's new list type for status messages.2007-07-22, by Jeffrey Connelly
-
In MsimMessage, add support for MSIM_TYPE_LIST - pipe-separated lists.2007-07-22, by Jeffrey Connelly
-
Allow sending zaps through buddy list menu.2007-07-21, by Jeffrey Connelly
-
Support incoming zaps.2007-07-21, by Jeffrey Connelly
-
Finish emoticon support. You can now send smileys to yourself, they can2007-07-21, by Jeffrey Connelly
-
Recognize non-canonical emoticon forms from Pidgin, and turn them into2007-07-21, by Jeffrey Connelly
-
Fix emoticon symbols to match those generated by Pidgin.2007-07-21, by Jeffrey Connelly
-
Add account option to send emoticons, defaulting to off since can't currently2007-07-20, by Jeffrey Connelly
-
Add support for sending emoticons.2007-07-20, by Jeffrey Connelly
-
Support emoticons on incoming messages, approximating MySpaceIM's smileys2007-07-19, by Jeffrey Connelly
-
Show official client build in buddy profiles.2007-07-19, by Jeffrey Connelly
-
Increase read buffer size and be more careful about overruns.2007-07-19, by Jeffrey Connelly
-
Support unofficial bm code 200, also used by Miranda IM plugin, to report2007-07-18, by Jeffrey Connelly
-
Make DPI and base font point size configurable in account options. This2007-07-16, by Jeffrey Connelly
-
Update for 0.12.2007-07-16, by Jeffrey Connelly
-
Use the much nicer purple_notify_emails() API to notify of new inbox messages,2007-07-15, by Jeffrey Connelly
-
Increase mail check interval to 1 minute.2007-07-15, by Jeffrey Connelly
-
Notify of new inbox messages (friend requests, inbox messages, comments),2007-07-15, by Jeffrey Connelly
-
Add msim_check_mail to check for new mail (called periodically), and2007-07-15, by Jeffrey Connelly
-
Support font sizes in sending and receiving formatted text.2007-07-13, by Jeffrey Connelly
-
Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated2007-07-12, by Jeffrey Connelly
-
Allow setting status string messages. Known bug: custom status messages always2007-07-12, by Jeffrey Connelly
-
Add (in-progress) 0.12 with changes.2007-07-11, by Jeffrey Connelly
-
Add /3 -> | escape code (found by sje397, documented in [wiki:MsimProtocolSpec]).2007-07-11, by Jeffrey Connelly
-
Lowercase password before sending it. Closes #2066.2007-07-11, by Jeffrey Connelly
-
Update for 0.11, and fix build process on Unix. Closes #2086.2007-07-10, by Jeffrey Connelly
-
Updated win32 installer images from hbons. I apparently neglected to2007-06-15, by Sean Egan
-
merge of '6e3524da31024398852895df04c5bda7269003af'2007-06-15, by Nathan Walp
-
Fix win32 installer finishpage URL. (this is fixed in the 2.0.2 installer too)2007-06-15, by Daniel Atallah
-
step 1, don't call finch (and adium, maybe?) Pidgin2007-06-14, by Nathan Walp
-
FIX: The help_window pointer wasn't being set to null properly in the destroy callback.2007-06-12, by Eric Polino
-
Added the ability to change the key bindings on the active window.2007-06-12, by Eric Polino
-
Mostly whitespace changes.2007-06-08, by Sadrul Habib Chowdhury
-
Moved rebinding functionality into GntBindable.2007-06-08, by Eric Polino
-
FIX: Rebinding would crash when one would try to bind without grabbing a new key comb.2007-06-07, by Eric Polino
-
Changed the rebinding window to use a GntTextView instead of a GntLabel to display the new key combination2007-06-07, by Eric Polino
-
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b32007-06-06, by Eric Polino
-
Made rebind_info a static member with default values.2007-06-06, by Eric Polino
-
Refactored common code from help_for_widget and help_for_wm.2007-06-05, by Eric Polino
-
Alt-\ allows to rebind keys to the wm2007-06-05, by Eric Polino
-
Fixed a few names that weren't formatted properly.2007-06-05, by Eric Polino
-
propagate from branch 'im.pidgin.pidgin' (head b5c55520ae8ff7186733fd82db23a6e4452976cc)2007-06-04, by Eric Polino
-
About's item type has to be "<StockItem>"2007-06-04, by Gabriel Schulhof
-
Add stock icon to about menu.2007-06-03, by Gabriel Schulhof
-
Aaaaaaaah!2007-06-03, by Gabriel Schulhof
-
Weirdness ...2007-06-03, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)2007-06-02, by Gabriel Schulhof
-
merge of 'a84459ea45867e3dae6ae81f29e4291b3d550190'2007-06-02, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 82644c8641c5089ed2cafd58983010f0144b7699)2007-06-01, by Gabriel Schulhof
-
- Wrote GnuTLS get_peer_certificates function2007-06-02, by William Ehlhardt
-
- Exposed the _Certificate struct definition in certificate.h2007-06-02, by William Ehlhardt
-
- Fixed a comment2007-06-02, by William Ehlhardt
-
- GnuTLS uses glib memory mgmt2007-06-02, by William Ehlhardt
-
- Added certificate.[ch] and got them integrated into the build2007-06-01, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 82644c8641c5089ed2cafd58983010f0144b7699)2007-06-01, by William Ehlhardt
-
disapproval of revision '71ed79a95ae8fc95aafeebbea64a8adcf4db8bfd'2007-07-12, by Andreas Monitzer
-
merge of '56282c0e590e48f68f48934e6d0fe5bb4ecd518b'2007-07-11, by Andreas Monitzer
-
disapproval of revision 'c9ca4d2dd194ca90f6c34468efd8ad100e7a65b1'2007-07-11, by Andreas Monitzer
-
merge of '007f0633f939c4b61b75da8298db7ffd31dcb105'2007-07-11, by Andreas Monitzer
-
Fixed a bug that prevented multi-stage ad-hoc commands.2007-07-11, by Andreas Monitzer
-
XEP-0004 says that if no field type is specified, text-single should be assumed.2007-07-11, by Andreas Monitzer
-
Fixed some memory leaks.2007-07-11, by Andreas Monitzer
-
Fixed bug that caused incorrect stream negotiation, which ejabberd and openfire tolerate, but gtalk does not.2007-07-11, by Andreas Monitzer
-
disapproval of revision '417a908e6df613a5d005b70eb687e8f7b31d69b3'2007-07-12, by Andreas Monitzer
-
disapproval of revision '748fc054c9c8f73bfef7b348ecf35093fd478d81'2007-07-11, by Andreas Monitzer
-
Fixed a memory leak.2007-07-10, by Andreas Monitzer
-
Allowing img tags in XHTML messages (for MSN-style custom emoticons and other features).2007-07-10, by Andreas Monitzer
-
Added an option to require SSL or TLS when connecting to an XMPP server.2007-07-08, by Andreas Monitzer
-
Fixed a bug in the XMPP parser involving event handlers that replace the xmlnode packet. This caused double frees in this situation. The replacing function must free the xmlnode, since multiple event handlers could do this, and the intermediate xml trees would leak otherwise.2007-07-03, by Andreas Monitzer
-
Fixed copy/paste error.2007-07-03, by Andreas Monitzer
-
Fixed a bug in xmlnode_copy, it didn't preserve the namespace in the copy.2007-07-03, by Andreas Monitzer
-
Added the option to enable/disable buzz via a status setting. It's default off for the pidgin folks.2007-07-03, by Andreas Monitzer
-
disapproval of revision '217714a0fa711773c0d419f8cd82297ffc339507'2007-06-29, by Andreas Monitzer
-
Removed buzz support.2007-06-28, by Andreas Monitzer
-
Fixed a few bugs in the caps implementation, it should work properly now.2007-06-27, by Andreas Monitzer
-
Added buzz support using a private extension. Maybe I should write a XEP about that.2007-06-27, by Andreas Monitzer
-
Simplified registration callback per request of Sean.2007-06-22, by Andreas Monitzer
-
Forgot to implement XEP-0203 for presence packets, too.2007-06-20, by Andreas Monitzer
-
Implemented XEP-0203: Delayed Delivery2007-06-20, by Andreas Monitzer
-
Fixed a leak: The XML parser was never cleaned up on disconnect.2007-06-20, by Andreas Monitzer
-
Fixed a leak in the PEP code that leaked PEP nodes when the server doesn't support this XEP.2007-06-19, by Andreas Monitzer
-
Implemented logging in/out of gateways, as explained in XEP-0100.2007-06-19, by Andreas Monitzer
-
Exposed the user search function, so that directory searches can be performed directly when the jid is known.2007-06-19, by Andreas Monitzer
-
Added the ability to register gateways, re-using most of the account registration code for this.2007-06-19, by Andreas Monitzer
-
Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks.2007-06-18, by Andreas Monitzer
-
Removed some C99-code2007-06-18, by Andreas Monitzer
-
fixed a bug in the status change tracking code2007-06-18, by Andreas Monitzer
-
Removed one padding field from PurplePluginProtocolInfo to stay source compatible.2007-06-18, by Andreas Monitzer
-
Fixed weird bug that caused not supplying the account when searching for users.2007-06-18, by Andreas Monitzer
-
Fixed embarrassing typos. Maybe I shouldn't code while half asleep.2007-06-18, by Andreas Monitzer
-
Forgot to initialize the user tune2007-06-18, by Andreas Monitzer
-
svn revision 728 of Psi fixes the avatar namespace issue, so I can remove this workaround.2007-06-18, by Andreas Monitzer
-
Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.2007-06-18, by Andreas Monitzer
-
Removed a stale include2007-06-18, by Andreas Monitzer
-
Fixed a bug that resulted in not being able to receive any messages.2007-06-17, by Andreas Monitzer
-
Implemented user tune, currently untested.2007-06-17, by Andreas Monitzer
-
Fixed a minor mistake which could leave the usermood to be parsed incompletely.2007-06-17, by Andreas Monitzer
-
Turns out the example in XEP-0084 is wrong. Fixed my implementation to not try to work around an issue that isn't one.2007-06-17, by Andreas Monitzer
-
Added support for setting the avatar via XEP-0084. Receiving other people's avatar is up next.2007-06-17, by Andreas Monitzer
-
Fixed usermood memory management and removed publishing empty <text/>s.2007-06-15, by Andreas Monitzer
-
Minor syntactic sugar.2007-06-15, by Andreas Monitzer
-
PEP publishing features are now only announced in disco#info when PEP is supported by the server.2007-06-15, by Andreas Monitzer
-
Implemented a mood menu action (non-functional right now for some reason)2007-06-13, by Andreas Monitzer
-
Removed the huge enum for the user mood states, since it's now passed as localized strings anyways2007-06-12, by Andreas Monitzer
-
Fixed a few small mistakes I discovered while testing user mood in Adium.2007-06-12, by Andreas Monitzer
-
Fixed whitespace to match the coding convention used in libpurple2007-06-12, by Andreas Monitzer
-
Some more code style changes2007-06-12, by Andreas Monitzer
-
Fixed naming to adhere to the libpurple convention2007-06-12, by Andreas Monitzer
-
forgot to add usermood.[hc]2007-06-12, by Andreas Monitzer
-
implemented user mood, still missing the front end interface2007-06-11, by Andreas Monitzer
-
Implemented publishing events2007-06-06, by Andreas Monitzer
-
Small fix for caps2007-06-06, by Andreas Monitzer
-
Added the ability to define extensions to caps2007-06-06, by Andreas Monitzer
-
applied patch for supporting XEP-0199: XMPP Ping2007-06-06, by Andreas Monitzer
-
added preliminary frame for pep-support2007-06-06, by Andreas Monitzer
-
New API name change, per request of Sean.2007-06-05, by Andreas Monitzer
-
Fixed binary compatibility2007-06-05, by Andreas Monitzer
-
Fixed one of the issues in the ssl stuff, allowing CN cert checks for starttls-connections in XMPP.2007-06-05, by Andreas Monitzer
-
Set up .mtnignore to ignore the svn directories.2007-06-03, by Andreas Monitzer
-
gntworkspace doc2007-05-13, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 6f6e8345100a2f026e20c28fa52592fadd9c8193)2007-05-13, by Richard Nelson
-
Make sure of we _hide and _draw, it works.2007-06-04, by Sadrul Habib Chowdhury
-
Changed a malloc use to g_new02007-06-04, by Eric Polino
-
Fixed some curlies for functions2007-06-04, by Eric Polino
-
1. Cleaned up a bit of dirty formatting in the _register_action lines in _class_init2007-05-30, by Eric Polino
-
Cleaned up some comment garbage2007-05-21, by Eric Polino
-
Added myself to COPYRIGHT2007-05-21, by Eric Polino
-
Changed a comment block from // to /* */2007-05-21, by Eric Polino
-
Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.2007-05-21, by Eric Polino
-
New function purple_blist_node_get_type.2007-05-31, by Sadrul Habib Chowdhury
-
merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'2007-05-31, by Sadrul Habib Chowdhury
-
If there's no account at startup, sohw the 'New Account' dialog too.2007-05-30, by Sadrul Habib Chowdhury
-
merge of '072dda917fc312048b89471565db49dbffa435f2'2007-05-30, by Sadrul Habib Chowdhury
-
merge of '0a38e9dc34b72b02921967bb5ac7d827ed8638b1'2007-05-30, by Sadrul Habib Chowdhury
-
Do not send typing notification if you are typing a /-command.2007-05-29, by Sadrul Habib Chowdhury
-
Fix libgnt compilation on BSD and solaris. This references #516.2007-05-28, by Sadrul Habib Chowdhury
-
Add new function purple_xfer_get_remote_user.2007-05-27, by Sadrul Habib Chowdhury
-
Make sure if some plugin used pidgin_protocol_option_menu_new, they continue2007-05-27, by Sadrul Habib Chowdhury
-
merge of '15c67573c5441bdd943fcf07e496016c58492c19'2007-05-27, by Sadrul Habib Chowdhury
-
merge of '5161434de87f4642ea96466bde679769f874d68b'2007-05-27, by Sadrul Habib Chowdhury
-
merge of '73e35014c64a318321f84ca240fbc590a80e4bec'2007-05-26, by Sadrul Habib Chowdhury
-
merge of '2438302de25c5f5131f0c555507a057550b51c0f'2007-05-26, by Sadrul Habib Chowdhury
-
Remove the confusing 'OK' button from the auth dialog.2007-05-26, by Sadrul Habib Chowdhury
-
Show information about the user requesting authorization.2007-05-26, by Sadrul Habib Chowdhury
-
Fix #1284. "Pressing Ctrl+C while editing a buddy list alias shouldn't "Join a chat""2007-05-25, by Sadrul Habib Chowdhury
-
merge of '371fb91ec4fdb33fa482efe55111fe58d8758c3b'2007-05-25, by Sadrul Habib Chowdhury
-
Allow formatted text in the pounce dialog. Also, use the same code to2007-05-25, by Sadrul Habib Chowdhury
-
Fix the last merge.2007-05-25, by Sadrul Habib Chowdhury
-
merge of '2f10c41a04555ebc895ec5168c3c2996c738cbd9'2007-05-25, by Sadrul Habib Chowdhury
-
Forgot to remove spaces from before ;s2007-05-26, by Gabriel Schulhof
-
Coding style.2007-05-26, by Gabriel Schulhof
-
Minor change2007-05-26, by Gabriel Schulhof
-
Minor fix2007-05-26, by Gabriel Schulhof
-
Close smiley dialog on GDK_Escape or button 1 press.2007-05-26, by Gabriel Schulhof
-
merge of '03ea20ce538dad585a5a2d40778f242a1fd85a4b'2007-05-31, by William Ehlhardt
-
merge of 'b30d119437548516a2f7b28d4172f8fcd6238d10'2007-05-31, by William Ehlhardt
-
merge of '4538f6c33c0f8ed2d8e1f9124fb52bce0d676e63'2007-05-31, by William Ehlhardt
-
merge of '4b282994660451b15a8a393ef032d32e9bf00d2e'2007-05-31, by William Ehlhardt
-
- Added a description of preference grouping to the Prefs API code2007-05-30, by William Ehlhardt
-
- Add documentation for the internal CipherContext struct2007-05-30, by William Ehlhardt
-
disapproval of revision 'b0f6005b1330af13bce0bcb189a2c887036b5ea3'2007-05-31, by William Ehlhardt
-
Cosmetics2007-05-29, by William Ehlhardt
-
disapproval of revision 'e16819f96b34e350f6991bf0fab3d4fd7d0f91e7'2007-05-31, by William Ehlhardt
-
- Fixed the lack of callbackness2007-05-29, by William Ehlhardt
-
disapproval of revision '0c0e615a3bd08e34aba58d7249e23c3738c87341'2007-05-31, by William Ehlhardt
-
- Eliminate some warnings2007-05-29, by William Ehlhardt
-
disapproval of revision '38e35430b0f7a8b7d764fca702732e7f1c652d02'2007-05-31, by William Ehlhardt
-
- Added PURPLE_SSL_PEER_AUTH_FAILED to show that an SSL connection was2007-05-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 5c2d6effc264261827fe521b1ae841611b61dde6)2007-05-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 667956be4f81c42d9061470e5111d09a1516db33)2007-05-27, by William Ehlhardt
-
Figured out how to keep reflecting current smiley theme after remove.2007-06-02, by Gabriel Schulhof
-
Need help reflecting selected smiley theme after remove2007-06-01, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 906d9e8b2315b314b956961566ef8062cd963241)2007-05-30, by Gabriel Schulhof
-
Updated comment.2007-05-29, by Gabriel Schulhof
-
Fixed smiley theme chooser label.2007-05-29, by Gabriel Schulhof
-
merge of 'd25352d4d47369224b6a555d8008b07f6a930ce4'2007-05-29, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 61738e60f23bfd0eec3701fb8c7c28f263bc04ed)2007-05-29, by Gabriel Schulhof
-
Using GTK+-2.8 functions - inadmissible.2007-05-29, by Gabriel Schulhof
-
Don't remove all themes when re-probing.2007-05-29, by Gabriel Schulhof
-
Buttons to add and remove smiley themes.2007-05-28, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 371fb91ec4fdb33fa482efe55111fe58d8758c3b)2007-05-25, by William Ehlhardt
-
- Made a big mess of stuff in the GnuTLS pluging to look at cert auth2007-05-25, by William Ehlhardt
-
- Add purple_base16_encode_chunked, which is handy for key fingerprints.2007-05-25, by William Ehlhardt
-
Undo/Redo in GtkImHtml from GtkSourceView. This may not be adaquate enough for us.2007-05-25, by Sean Egan
-
merge of '73fe0aadf00e90ae634f0fbe253a634ce3f60b74'2007-05-25, by Sadrul Habib Chowdhury
-
Get rid of a run-time dbus warning due to an unregistered storedimg.2007-05-25, by Sadrul Habib Chowdhury
-
merge of 'cf129dbe4ceb5310e5b46c37f5fb2b3edefdd5f0'2007-05-25, by Sadrul Habib Chowdhury
-
Remove code duplication when creating im/chat panes.2007-05-25, by Sadrul Habib Chowdhury
-
merge of '68a7c85152f55e4b824422958bca00f79f48cd2f'2007-05-25, by Sadrul Habib Chowdhury
-
Remove code duplication for prpl-icon creation.2007-05-25, by Sadrul Habib Chowdhury
-
merge of '4e1b2a820428bb70308bc4a0b4ac886b230c9184'2007-05-25, by Sadrul Habib Chowdhury
-
merge of '1c63ff450cd444f6f7b3d9caa86407fca3584491'2007-05-25, by Sadrul Habib Chowdhury
-
merge of '27508136086ee6dc49a8fe0cb403e09f119ed485'2007-05-25, by Sadrul Habib Chowdhury
-
Add padding, get rid of compile warnings.2007-05-25, by Sadrul Habib Chowdhury
-
Use purple_conversation_extended_menu to add items in the conversation2007-05-25, by Sadrul Habib Chowdhury
-
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'2007-05-25, by Sadrul Habib Chowdhury
-
merge of '82aa02e0b2bd8284accf4fd32088facc9e4d033d'2007-05-24, by Sadrul Habib Chowdhury
-
Use utility functions to get user info. Closes #964.2007-05-24, by Sadrul Habib Chowdhury
-
Change pidgin_separator to return the separator added to the menu.2007-05-24, by Sadrul Habib Chowdhury
-
merge of '1c4bfaded7df1c41549843c32ad7a9d8a01e70a2'2007-05-24, by Sadrul Habib Chowdhury
-
Fix #1159.2007-05-24, by Sadrul Habib Chowdhury
-
merge of '7bec6f145cd4aba859bf2e7dfc1034f68514b89b'2007-05-24, by Sadrul Habib Chowdhury
-
I think this fixes #532.2007-05-23, by Sadrul Habib Chowdhury
-
merge of '2b7fcf2f374857067e0da4b3282e0bf752797dbe'2007-05-23, by Sadrul Habib Chowdhury
-
merge of '13c42627e5aafb412b5a0a86dff010892487f384'2007-05-22, by Sadrul Habib Chowdhury
-
Plug a few more memory leaks for some perl plugins.2007-05-22, by Sadrul Habib Chowdhury
-
Fix _prefs_get_string_list for perl.2007-05-22, by Sadrul Habib Chowdhury
-
merge of '0dc88a60c9f45d428227765d7948abfd6fd3bc00'2007-05-22, by Sadrul Habib Chowdhury
-
merge of '38433bec06fa4549048d92cf2fd10eff49df94fa'2007-05-22, by Sadrul Habib Chowdhury
-
Expose _conversation_write and _conversation_do_command for perl plugins.2007-05-22, by Sadrul Habib Chowdhury
-
Plug a possible memory leak.2007-05-22, by Sadrul Habib Chowdhury
-
New function purple_conversation_do_command. This is almost like2007-05-22, by Sadrul Habib Chowdhury
-
New api function purple_conversation_get_extended_menu.2007-05-22, by Sadrul Habib Chowdhury
-
Bump the version number accordingly.2007-05-19, by Richard Laager
-
ChangeLog the pidgin_create_window() function.2007-05-19, by Richard Laager
-
Make the blist showing actually work.2007-05-19, by Richard Laager
-
Document the API changes.2007-05-19, by Richard Laager
-
Style changes.2007-05-19, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 06b088941860bc00cfc69da2f4e9a9282685268b)2007-05-19, by Richard Laager
-
#include "gtkutils.h"2007-05-20, by Richard Laager
-
#include "gtkutils.h"2007-05-20, by Richard Laager
-
#include "gtkutils.h"2007-05-20, by Richard Laager
-
Add a @since marker to pidgin_create_window()'s documentation.2007-05-19, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)2007-05-19, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 448cd254b546158ad96cd7190cb203e44386b31a)2007-05-19, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head faebb5b94eeb15c49559aa2b3c3ce87c9a38a763)2007-05-18, by Gabriel Schulhof
-
Added to gtkutils.c:2007-05-18, by Gabriel Schulhof
-
merge of 'bc75c50283ea211d6f97caefcb83db0e34e10bfe'2007-05-19, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head faebb5b94eeb15c49559aa2b3c3ce87c9a38a763)2007-05-18, by Gabriel Schulhof
-
merge of 'b23501b21d88703543a15ac3d68dd5361966e503'2007-05-16, by Richard Laager
-
merge of 'a1ba1e5be5adb02dcd76cbde3bc4d88287bff6a2'2007-05-16, by Richard Laager
-
Whitespace fix in the dbus_uniq code.2007-05-16, by Richard Laager
-
Minor formatting tweaks for the dbus_uniq code.2007-05-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 4398ffa92e9bb0a16dbede7756a4cbc5dfa96602)2007-05-17, by Gabriel Schulhof
-
Added purple_core_quit to cleanup.2007-05-16, by Gabriel Schulhof
-
Braces around an if.2007-05-16, by Gabriel Schulhof
-
Style changes + removed unnecessary NULL checks.2007-05-16, by Gabriel Schulhof
-
Alternative dbus_uniq implementation2007-05-15, by Gabriel Schulhof
-
D-Bus unique stuff. Had to add a few NULL-checks here and there, because2007-05-13, by Gabriel Schulhof
-
Let windows know when the workspace they are in is being hidden/shown2007-05-12, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)2007-04-30, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head a35e9c6965a0723281ab3a62044581a55d2e59a2)2007-04-29, by Richard Nelson
-
Show an activity message when a window in the non-current workspace is flagged urgent2007-04-28, by Richard Nelson
-
Alt+s to see the list of workspaces and windows.2007-04-27, by Sadrul Habib Chowdhury
-
merge of 'a65c75c45190137cfc6871a47c77bc2fd38e7689'2007-04-27, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 234d50fbd0d7227e39d68d9dd3c21afc02b4fd01)2007-04-27, by Richard Nelson
-
Forgot these...2007-04-27, by Richard Nelson
-
Initial workspace support. refs #512007-04-27, by Richard Nelson
-
COPYRIGHT file was changed2007-04-22, by Michael Shkutkov
-
Fix compile warnings on Unix (missing sentinel and time_t to int typecast).2007-07-10, by Jeffrey Connelly
-
Support sending some formatted text in instant messages.2007-07-05, by Jeffrey Connelly
-
In debug messages, don't output unknown elem->type fields as %c too (only as2007-07-05, by Jeffrey Connelly
-
Set status to current status when signing on. This makes the "Sign in as2007-07-05, by Jeffrey Connelly
-
Fix bug where string returned from msim_msg_get_string() is not a new2007-07-05, by Jeffrey Connelly
-
General clean up and adding more error-checking.2007-07-04, by Jeffrey Connelly
-
Lower timeout to 2 minutes (to be closer to keepalive of 124 s).2007-07-04, by Jeffrey Connelly
-
disapproval of revision '8d4e712b35da6dafe87cacbf5d267e529b2c1233'2007-07-04, by Jeffrey Connelly
-
Time the time between keep alives (I get 124 seconds).2007-07-04, by Jeffrey Connelly
-
Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,2007-07-04, by Jeffrey Connelly
-
Add support for idle.2007-07-04, by Jeffrey Connelly
-
Update for 0.10.2007-07-04, by Jeffrey Connelly
-
Increase password length limit to 10 and update changes file.2007-07-04, by Jeffrey Connelly
-
Remove RC4 implementation, now exclusively rely on libpurple to provide RC4.2007-07-03, by Jeffrey Connelly
-
Update CHANGES about hidden option.2007-07-03, by Jeffrey Connelly
-
Add option to sign on as hidden, or as not (previously, always signed on2007-07-03, by Jeffrey Connelly
-
Fix email address.2007-07-03, by Jeffrey Connelly
-
Allow setting status to away or online.2007-07-02, by Jeffrey Connelly
-
Fix typo to allow font face to be displayed correctly on incoming messages.2007-07-02, by Jeffrey Connelly
-
Add msim_color_to_purple() to convert msim markup color to a color for2007-07-02, by Jeffrey Connelly
-
Be more defensive about null pointers, especially null strings in %s format2007-07-02, by Jeffrey Connelly
-
Update for 0.9.2007-07-02, by Jeffrey Connelly
-
Recognize online/away status of buddies on buddy list.2007-07-02, by Jeffrey Connelly
-
In msim_tooltip_text, do not try to display items with no value. In Linux,2007-07-01, by Jeffrey Connelly
-
Remove check in msim_input_cb() for embedded nulls. May be causing #1990.2007-07-01, by Jeffrey Connelly
-
Update for v0.8 release.2007-07-01, by Jeffrey Connelly
-
Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake2007-06-26, by Jeffrey Connelly
-
Change around msim_uid2username_from_blist() to try to get it to work2007-06-26, by Jeffrey Connelly
-
Add (at least placeholder) functions to process p, f, c, b, and i markup tags2007-06-26, by Jeffrey Connelly
-
Update CHANGES to note transition to Libpurple 2.0.1.2007-06-25, by Jeffrey Connelly
-
Update for 0.8 - fix crash, password length.2007-06-25, by Jeffrey Connelly
-
Fail with our own error message if an entered password is greater than 82007-06-25, by Jeffrey Connelly
-
Remove lots of debugging statements, no longer needed.2007-06-25, by Jeffrey Connelly
-
Add a bunch of debugging to help fix #193.2007-06-25, by Jeffrey Connelly
-
Add msim_markup_to_html() to convert MySpaceIM-style markup to Purple-compatible2007-06-25, by Jeffrey Connelly
-
Split return type and function name + arguments on to separate lines, to2007-06-24, by Jeffrey Connelly
-
Add a send_raw function, msim_send_really_raw, into the prpl_info struct,2007-06-24, by Jeffrey Connelly
-
Clean up old comments.2007-06-24, by Jeffrey Connelly
-
Update for (future) 0.8.2007-06-24, by Jeffrey Connelly
-
Clean up TODOs:2007-06-22, by Jeffrey Connelly
-
Retrieve information for profile ("Get Info") from server, instead of from2007-06-21, by Jeffrey Connelly
-
Update author email address.2007-06-20, by Jeffrey Connelly
-
Rework addbuddy, but leave it commented-out (non-functional). Add TODO for2007-06-20, by Jeffrey Connelly
-
Expand on a couple TODO comments. Current TODO counts:2007-06-20, by Jeffrey Connelly
-
Use constants for IP address list, defined in myspace.h.2007-06-20, by Jeffrey Connelly
-
Add msim_unrecognized() to handle unhandled messages.2007-06-20, by Jeffrey Connelly
-
Add TODO for msimprpl to timeout (handling keep-alives).2007-06-20, by Jeffrey Connelly
-
Refactor msim_escape() & msim_unescape().2007-06-20, by Jeffrey Connelly
-
Add msim_test_all() and related procedures, to perform basic functionality2007-06-20, by Jeffrey Connelly
-
Add script to produce tarballs and zip archives for releases, for v0.8.2007-06-19, by Jeffrey Connelly
-
merge of '1703086ea650a3935367b62177a03abe60471328'2007-06-18, by Jeffrey Connelly
-
explicit merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'2007-06-18, by Jeffrey Connelly
-
Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.2007-06-15, by Stu Tomlinson
-
NEWS2007-06-15, by Sean Egan
-
Release is looming! NEWS now!2007-06-15, by Stu Tomlinson
-
use pidgin.im/documentation as the help url (which redirects already)2007-06-15, by Stu Tomlinson
-
merge of '192e968410effe18dde7b924122f845eb1db3d2d'2007-06-15, by Stu Tomlinson
-
#include "connection.h" instead of "connection.c". I don't care if this2007-06-15, by Stu Tomlinson
-
Patch from bjoernv to make building outside of the source directory work.2007-06-15, by Stu Tomlinson
-
Set mtn:manual_merge=true on .ico files2007-06-15, by Stu Tomlinson
-
Crop 22x22 tray icons to actually be 22x22 pixels to prevent jumping around2007-06-15, by Stu Tomlinson
-
merge of '1c539e43c850fc4ad0c9b8eac2ab1130f283898e'2007-06-15, by Stu Tomlinson
-
fix 22px connecting icon2007-06-15, by Sean Egan
-
This fixes a bustination of the official ICQ client in at least some2007-06-14, by Ethan Blanton
-
merge of '2f42a51df657abf14f7aec137ddd8ff2ab0038d8'2007-06-14, by Luke Schierer
-
fixes #16802007-06-14, by Ambrose C. Li
-
refers #16702007-06-14, by Maurício Collares
-
fixes #16562007-06-14, by Laurynas Biveinis
-
fixes #16392007-06-14, by Dmitry Beloglazov
-
fixes #16252007-06-14, by Timo Jyrinki
-
Build and distribute the joinpart plugin on win32.2007-06-14, by Daniel Atallah
-
I left off a comma. My bad!2007-06-14, by Mark Doliner
-
Improve the formatting of some gstreamer error messages. Someone2007-06-14, by Mark Doliner
-
Some people with QQ numbers that don't require verification reported that2007-06-14, by Ka-Hing Cheung
-
Use <br/> instead of \n for the newline, sadrul thought this might work2007-06-14, by Stu Tomlinson
-
sadrul's fix for the userinfo notify crash on disconnect that was caused by2007-06-14, by Sadrul Habib Chowdhury
-
Un-crosseye the pigeon2007-06-13, by Sean Egan
-
Fixes #16652007-06-13, by Sean Egan
-
Avoid accessing an invalid pointer when ret == -12007-06-13, by Daniel Atallah
-
Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.2007-06-13, by Daniel Atallah
-
Clean up information displayed in the Add/Remove Programs section on Windows. Fixes #1646.2007-06-13, by Daniel Atallah
-
Somehow, version.c wasn't added to the libpurple build. Now that it is actually used, it really needs to be added.2007-06-13, by Daniel Atallah
-
Make -l do something slightly more sane than it does now, even though it2007-06-13, by Stu Tomlinson
-
merge of '10fd9d69da179933afa02f2731b53d2ee40d28ee'2007-06-13, by Sean Egan
-
merge of 'ebff6c3b8f2304c88a5769e8c4c25a763f3a5c1f'2007-06-13, by Sean Egan
-
I suspect some people might like this to be buildable & installable. I2007-06-13, by Stu Tomlinson
-
This makes Conversation->More work for non-buddies and chats not on your2007-06-13, by Stu Tomlinson
-
merge of '239c3cd266bcc877339e2d4c9a486bcf2be02f82'2007-06-12, by Stu Tomlinson
-
Add missing images files2007-06-13, by Sean Egan
-
Use the correct icon for new message2007-06-13, by Sean Egan
-
Icon updates from Hylke, including tray icons in 2 more sizes2007-06-12, by Sean Egan
-
Another if!null2007-06-12, by Mark Doliner
-
Don't check for null before calling free. I can't help but get rid2007-06-12, by Mark Doliner
-
GMSGFMT is apparently not required to be set, and requiring it causes2007-06-12, by Ethan Blanton
-
Over time, Windows users have been allowed to erroneously commmit +x2007-06-11, by Ethan Blanton
-
More robust hack to force Bonjour to use no proxy when directly connecting to buddy.2007-06-11, by Daniel Atallah
-
Teach stats.pl about zh_HK2007-06-11, by Stu Tomlinson
-
merge of '3b80bf600e31f234766ed90a7bba5ea586178f08'2007-06-11, by Stu Tomlinson
-
Get outta my house. This adds a failsafe for the "Logged In"2007-06-11, by Mark Doliner
-
Get rid of the oscar time offset. This was an attempt at making sure2007-06-11, by Mark Doliner
-
merge of '3205351f2b94e04ee5972a3f2bc1c8218ac95fe6'2007-06-11, by Stu Tomlinson
-
These casts were causing warnings for Stu but not me.2007-06-11, by Mark Doliner
-
Fix pidgin_blist_node_is_contact_expanded() to not crash on buddy list2007-06-11, by Stu Tomlinson
-
merge of '1e340ceaf355a27660847defa34d87510ce35d6d'2007-06-11, by Stu Tomlinson
-
Compare the user-entered file extension to the GDK file extension2007-06-10, by Mark Doliner
-
When right-clicking on an image in a GtkIMHtml to save it, if the file2007-06-10, by Mark Doliner
-
Remove a pair of unneeded strlen's2007-06-10, by Mark Doliner
-
Removed line accidentally committed.2007-06-10, by Evan Schoenberg
-
Prevent the Buddy Notes plugin from offering to edit notes on a buddy list2007-06-10, by Stu Tomlinson
-
Unleak a few bytes in the screenname completion code2007-06-10, by Stu Tomlinson
-
Fix purple_blist_remove_buddy() so it doesn't crash (NULL pointer2007-06-10, by Stu Tomlinson
-
Handle key presses in the topic entry area in chats so Alt-# etc. works for2007-06-10, by Stu Tomlinson
-
Use silc10 on win32 for now.2007-06-10, by Daniel Atallah
-
merge of '8076670c76ed171ce5bc373a596dfd98c5458d91'2007-06-10, by Stu Tomlinson
-
Don't retrieve hotmail authorization info for non-hotmail accounts. Fixes #15802007-06-10, by Stu Tomlinson
-
Use G_GSIZE_FORMAT when formatting strings containing size_t values in2007-06-10, by Mark Doliner
-
merge of '0e092e2c969ff59e242f866fd69d643b77bad18c'2007-06-10, by Mark Doliner
-
Two questions:2007-06-10, by Mark Doliner
-
merge of '5998e522bba60abda4cfd33374a81cb6d30d1d73'2007-06-10, by Nathan Walp
-
Fix #318 which asked for the buddynote plugins notes to be shown in the2007-06-10, by Etan Reisner
-
We now depend on SILC Toolkit 1.1 for this copy of this prpl so we can2007-06-10, by Stu Tomlinson
-
Kill a compile warning2007-06-09, by Stu Tomlinson
-
Don't automatically add channels to the buddy list when you join them. I2007-06-09, by Stu Tomlinson
-
Remove the following SILC account options, as suggested by Pekka Riikonen2007-06-09, by Stu Tomlinson
-
Update POTFILES.in with the silc10 filenames2007-06-09, by Stu Tomlinson
-
Patch from Pekka Riikonen to update the SILC protocol plugin to work with2007-06-09, by Stu Tomlinson
-
Duplicate the current SILC prpl as silc10 for backwards compatibility with2007-06-09, by Stu Tomlinson
-
Avoid including NSPR's private header pprio.h just for the prototype of2007-06-09, by Stu Tomlinson
-
Add mnemonics to prpl provided account options, from OpenSolaris patch2007-06-09, by Stu Tomlinson
-
Don't use g_return_val_if_reached() for objects not registered with dbus.2007-06-09, by Stu Tomlinson
-
Don't use g_critical to report that purple_connection_error was called2007-06-09, by Stu Tomlinson
-
This started off as a patch from OpenSolaris to fix compiling with static2007-06-09, by Stu Tomlinson
-
wabz pointed out that this string comparision was being done twice. I2007-06-09, by Mark Doliner
-
merge of 'a1e49bdf5d79109f7becf1a5b25ab023070524c9'2007-06-08, by Sean Egan
-
Update Bonjour to do nonblocking I/O correctly.2007-06-08, by Daniel Atallah
-
merge of '03da073664bc840f76d0cec53eea61517337c5a7'2007-06-08, by Daniel Atallah
-
Close conversation connections when logging out of the Bonjour account. This also fixes leakage.2007-06-08, by Daniel Atallah
-
Consolidate BonjourJabberConversation creation and deletion.2007-06-08, by Daniel Atallah
-
Send 'to' and 'from' attributes in the stream start message.2007-06-08, by Daniel Atallah
-
Cleanup, fix a leak and prevent the inbound xml from being parsed twice for every message.2007-06-08, by Daniel Atallah
-
advertisment_fd is an input handler, not a fd; name it accurately to avoid confusion.2007-06-08, by Daniel Atallah
-
show the "Retrieving..." window whenever we request user info. Fixes #1617.2007-06-10, by Nathan Walp
-
merge of '73a92318a135ab11655ab5e68f5b079e16d72075'2007-06-08, by Nathan Walp
-
merge of '08772f5bb329fb5f8bbf0226a5d16f194c735506'2007-06-08, by Richard Laager
-
Hopefully make what this checkbox does a little more clear by changing2007-06-08, by Etan Reisner
-
merge of '4b50880d8517570eaa67d4cd9d88c5934bb832f1'2007-06-08, by Nathan Walp
-
The underscore in "Proxy Options" wasn't actually rendering as a mnemonic.2007-06-08, by Richard Laager
-
Fix a freeze caused by improper SIMPLE message parsing. Thanks, Michal Matyska! Fixes #10372007-06-08, by Sean Egan
-
I think it's a good idea to document thing that we deprecate.2007-06-07, by Richard Laager
-
merge of '5cdcf39e21d4c670562fa2acfe8520f8ee140262'2007-06-07, by Daniel Atallah
-
Some more Bonjour cleanup and leak fixing.2007-06-06, by Daniel Atallah
-
Improve Bonjour error handling when there are errors "connecting".2007-06-06, by Daniel Atallah
-
Fix leakage.2007-06-06, by Daniel Atallah
-
if we don't have an icon, lets not clear the icon on login (fixes #788)2007-06-08, by Nathan Walp
-
Bring back Conversation->Insert Link and Conversation->Insert Image.2007-06-07, by Stu Tomlinson
-
Add a "deprecated" note about pidgin_dialogs_alias_contact() which2007-06-07, by Mark Doliner
-
Make the New Status dialog window resizable and make the text field2007-06-07, by Mark Doliner
-
Make multiline pidgin_request_input() windows resizable, and make2007-06-07, by Mark Doliner
-
Get rid of 'Gaim' in a few more places2007-06-07, by Mark Doliner
-
We should surface this error to the user when calling2007-06-07, by Mark Doliner
-
Better error message for when a Jabber connection fails2007-06-07, by Mark Doliner
-
Don't create the temp GString unless it's actually needed, and avoid2007-06-07, by Richard Laager
-
Bail out to avoid an infinite loop in an extreme corner case.2007-06-07, by Richard Laager
-
Size the formatting string first, to avoid unnecessary resizing.2007-06-07, by Richard Laager
-
A patch from o_sukhodolsky to restructure the Trillian log formatting code2007-06-07, by Richard Laager
-
This patch from QuLogic fixes autoconf such that gstreamer will not be2007-06-07, by Ethan Blanton
-
merge of '5f583403bf6a3522123918b975ce234ffd86f3b4'2007-06-06, by Stu Tomlinson
-
Get rid of two unused variables2007-06-06, by Mark Doliner
-
Get rid of Gaim in one or two more places2007-06-06, by Mark Doliner
-
Change 'gaim' to 'libpurple' in a few comments2007-06-06, by Mark Doliner
-
Don't load the tcl loader plugin on Windows unless ActiveTcl 8.4.5 or newer is present. Fixes #538.2007-06-06, by Daniel Atallah
-
merge of '1751d70d33d84eae410858724f155e6979b38eb0'2007-06-06, by Daniel Atallah
-
merge of '394b922aa2d2c1e58a4e1a6455e1b6bd6891c9c9'2007-06-06, by Richard Laager
-
don't #include <libebook/e-book-listener.h>, it is apparently an2007-06-06, by Stu Tomlinson
-
merge of '6100ad71830416445898c91d595780f606c951cd'2007-06-06, by Stu Tomlinson
-
- Add missing Requires for gtk2-devel, dbus-devel & ncurses-devel to2007-06-06, by Stu Tomlinson
-
Whitespace changes.2007-06-06, by Richard Laager
-
In purple_conv_chat_clear_users(), use g_list_prepend() instead of2007-06-06, by Richard Laager
-
merge of '4e6fe382a57a07a096f3fb69d0431a41a07711d1'2007-06-06, by Sean Egan
-
merge of '8364b50c7693c2d765b0e1f162f25a06a2bfe492'2007-06-06, by Sean Egan
-
merge of '66b807e7cdc8af7b38c5d2ace89e880714497545'2007-06-06, by Sean Egan
-
I laughed2007-06-06, by Stu Tomlinson
-
merge of '05620209858e59abe9cb0c598c87b4698047f012'2007-06-06, by Sean Egan
-
Changelog Bonjour support for Windows.2007-06-06, by Daniel Atallah
-
Add the bonjour prpl to the win32 uninstaller.2007-06-05, by Daniel Atallah
-
Cleanup win32 of bonjour stuff - fix to only use glib to allocate and free memory to avoid confusion later.2007-06-05, by Daniel Atallah
-
Improve bonjour buddy TXT record parsing.2007-06-05, by Daniel Atallah
-
merge of '80f65d9d59e0da8c62c56e2afe1f41f1059c8215'2007-06-05, by Daniel Atallah
-
merge of '23b5f2825727da3309ef5ffae7a0ea85ac4ae05b'2007-06-05, by Daniel Atallah
-
Clean up Bonjour service publishing and improve XEP-0174 compliance.2007-06-05, by Daniel Atallah
-
Improve error handling while connecting to a bonjour buddy.2007-06-05, by Daniel Atallah
-
merge of '0fb2447e14be4a1e56a03c563e347a49bdc8ba07'2007-06-05, by Daniel Atallah
-
Build bonjour on the mingw build by default.2007-06-05, by Daniel Atallah
-
More minor changes related to bonjour on win32.2007-06-05, by Daniel Atallah
-
Fix rounding of buddy icons, it looks like when MSN Messenger converts jpgs2007-06-05, by Stu Tomlinson
-
Don't set the headline box's size request on resizing the window, as this may2007-06-06, by Sean Egan
-
Where did ekse come from?2007-06-05, by Richard Laager
-
disapproval of revision '36931658d931938ff03fe52b66e6707c76fae1f6'2007-06-06, by Sean Egan
-
Using "C" for foreground Color seems better than having Font and Color with2007-06-05, by Kevin Stange
-
Add Nathan Peterson, for RC4 code in cipher.c.2007-06-05, by Jeffrey Connelly
-
Make the Conversation->More menu work for Chats. The chat needs to be on2007-06-04, by Stu Tomlinson
-
Clean up the idle checking callback slightly.2007-06-04, by Daniel Atallah
-
merge of '17044aa63b0858da0a71332e152b5f3440fa5107'2007-06-04, by Nathan Walp
-
don't show your own alias (half the time) when in a chatroom where no one2007-06-04, by Nathan Walp
-
Christopher Layne tells me that a null in a Yahoo packet where we2007-06-04, by Mark Doliner
-
merge of 'a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4'2007-06-04, by Mark Doliner
-
In purple_markup_html_to_xhtml:2007-06-04, by Richard Laager
-
Remove needless string duplication.2007-06-04, by Richard Laager
-
merge of 'a0ccd8708935303973ab94ba534dabdc72002039'2007-06-04, by Mark Doliner
-
libpurple should not use glib eventloop stuff directly, since we have our2007-06-04, by Richard Laager
-
Fix http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2405892007-06-04, by Mark Doliner
-
Get rid of a compile warning2007-06-04, by Mark Doliner
-
merge of '1d87bfa8d0fa4d714b78ae468166c29a21606b37'2007-06-04, by Richard Laager
-
300 milliseconds apparently works on win32 for the SILC scheduler, let's2007-06-04, by Stu Tomlinson
-
merge of '3e0ab997f4454324e4f09c199b6cbfe58d468122'2007-06-04, by Mark Doliner
-
Changing this timer to run every 50 milliseconds instead of every 52007-06-04, by Mark Doliner
-
Add some mnemonics to the new/modify account dialog. These are also taken2007-06-04, by Stu Tomlinson
-
Tie the proxy mnemonic to the proxy type selector, taken from an opensolaris2007-06-04, by Stu Tomlinson
-
merge of '1b4ebe4d8d8e94e998ce72e03c6bad7473803e28'2007-06-04, by Stu Tomlinson
-
Add the mnemonics I really meant to add before I got distracted by Add Chat2007-06-04, by Stu Tomlinson
-
Rework the Trillian log reader code to make it easier to understand.2007-06-04, by Richard Laager
-
merge of 'be9e03b2c65a8c0da6ba02fdfd489bc5ec8af57b'2007-06-04, by Richard Laager
-
merge of '2e9a9919a68f5a230c81bceb9f0c95eb5e169420'2007-06-04, by Stu Tomlinson
-
merge of '4ced433906d17bb2758a2b010ce264314d17fe04'2007-06-04, by Stu Tomlinson
-
Add mnemonics to labels in Add Buddy and Add Chat dialogs, and put Account2007-06-04, by Stu Tomlinson
-
Avoid a strlen().2007-06-04, by Richard Laager
-
Remove an extraneous link++.2007-06-04, by Richard Laager
-
Using g_strstr_len(x, strlen(x), ...) is dumb.2007-06-04, by Richard Laager
-
Correct some useless code to do what it was supposed to do. This was2007-06-04, by Richard Laager
-
Remove some useless code, pointed out by o_sukhodolsky.2007-06-04, by Richard Laager
-
Kill a C99 struct initialization.2007-06-03, by Richard Laager
-
merge of '4ced433906d17bb2758a2b010ce264314d17fe04'2007-06-03, by Mark Doliner
-
Maintain global poitners to the clipboard selection text, with the aim of2007-06-03, by Sean Egan
-
:( seems I didn't completely fix the half-height buddies thing2007-06-03, by Stu Tomlinson
-
ChangeLog a few things2007-06-03, by Stu Tomlinson
-
merge of '899692e88db07d660e3185da95f9e887d6e07ce5'2007-06-03, by Stu Tomlinson
-
We use a timeout in our blist selection changed callback to prevent buddy2007-06-03, by Stu Tomlinson
-
Add some notes about why Yahoo! web messenger login doesn't work2007-06-03, by Mark Doliner
-
Better error messages for Yahoo! login failures2007-06-03, by Mark Doliner
-
Only check for EAGAIN if send returns -1, not when it returns 02007-06-03, by Mark Doliner
-
Two small changes to the release notification plugin:2007-06-03, by Mark Doliner
-
Add QuLogic to the COPYRIGHT file.2007-06-03, by Richard Laager
-
Compiler be quiet! Fixes this compile warning:2007-06-03, by Stu Tomlinson
-
We also need to reverse the last protocol's smiley list instead of only2007-06-02, by Stu Tomlinson
-
Reverse the smiley list only after reading the whole list of smileys in.2007-06-02, by Stu Tomlinson
-
Improve parsing user info for MSN, Fixes #6902007-06-02, by Stu Tomlinson
-
Handle problems initiating or joining a switchboard session more gracefully.2007-06-02, by Stu Tomlinson
-
Fix a crash sending an IM in null protocol to a buddy who you don't have a2007-06-02, by Stu Tomlinson
-
null does not need to be in EXTRA_DIST because it is in DIST_SUBDIRS2007-06-02, by Stu Tomlinson
-
Fix a crash when trying to use XMPP console with no XMPP accounts connected2007-06-02, by Stu Tomlinson
-
Fix problems with MSN when you use a wrong password.2007-06-02, by Stu Tomlinson
-
Fix for the protocol type being off by one in modify account dialog2007-06-02, by Stu Tomlinson
-
"truncate-multiline" property for GtkEntry was added in Gtk 2.102007-06-02, by Stu Tomlinson
-
purple_conv_chat_cb_find should be case sensitive in finding users to make2007-06-02, by Stu Tomlinson
-
disapproval of revision '2ad8703a579d72666763a6ba6e150ed8d68357e9'2007-06-06, by Sean Egan
-
Fix a compile error and kill a bucket full of compile warnings2007-06-02, by Stu Tomlinson
-
Eliminate some type punning warnings in proxy.c. This was inspired by a2007-06-02, by Richard Laager
-
Now fix warnings from null_to_empty()'s constness.2007-06-02, by Richard Laager
-
The DBus bindings have a lot of warnings about calling g_free() on a2007-06-02, by Richard Laager
-
A patch from o_sukhodolsky to fix a couple warnings like this:2007-06-02, by Richard Laager
-
A patch from QuLogic to fix a bug with a zero timestamp for unidle notices2007-06-02, by Richard Laager
-
disapproval of revision '882bec7b9240768133433a448e9ff4e31e130832'2007-06-02, by Richard Laager
-
A patch from QuLogic to fix a bug with a zero timestamp for unidle notices2007-06-02, by Richard Laager
-
Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 14882007-06-01, by Daniel Atallah
-
merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'2007-06-01, by Sean Egan
-
merge of '27642feec9fb0de47fa600a01c447c8030505350'2007-06-01, by Sean Egan
-
Add insert.png2007-06-01, by Sean Egan
-
merge of '1f2acb75f934f19f04262b06c2907dece2731ed2'2007-06-01, by Sean Egan
-
Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly).2007-06-01, by Daniel Atallah
-
Link pidgin against gthread again (I only just removed it a few days ago and now it is needed again).2007-06-01, by Daniel Atallah
-
disapproval of revision '1f2acb75f934f19f04262b06c2907dece2731ed2'2007-06-06, by Sean Egan
-
merge of '65a2625990bbafe0f7d435e23be894ec9a7dc189'2007-06-01, by Sean Egan
-
merge of 'a07c6d482eb3c45f4ce691c86eb09a2a79786cd9'2007-05-31, by Sean Egan
-
merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'2007-05-31, by Sean Egan
-
disapproval of revision '3ac5981b26be545a8c546e09b6689c2359fad1bb'2007-05-31, by Sean Egan
-
Don't save conversation window size to prefs if the window is maximized. Fixes #9202007-06-01, by Sean Egan
-
Maintain aspect ratio on global icon selector. Fixes #4542007-05-31, by Sean Egan
-
Fix default custom font2007-06-01, by Sean Egan
-
ChangeLog the custom font preference2007-05-31, by Sean Egan
-
merge of '906d9e8b2315b314b956961566ef8062cd963241'2007-05-30, by Daniel Atallah
-
Fix pidgin mingw build not to link to unneeded libraries.2007-05-30, by Daniel Atallah
-
Fix win32 emoticon makefiles.2007-05-30, by Daniel Atallah
-
Credit tfujiwara2007-05-30, by Richard Laager
-
fixes #13192007-05-30, by Luke Ross
-
fixes #12952007-05-30, by Martin Srebotnjak
-
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme2007-05-30, by Richard Laager
-
Add config.cache to .mtn-ignore.2007-05-30, by Richard Laager
-
Credit o_sukhodolsky.2007-05-30, by Richard Laager
-
A change from o_sukhodolsky:2007-05-30, by Richard Laager
-
A change from o_sukhodolsky:2007-05-30, by Richard Laager
-
Another change from o_sukhodolsky:2007-05-30, by Richard Laager
-
Yet another change from o_sukhodolsky:2007-05-30, by Richard Laager
-
merge of '5628b597c447ec593feebd627ec56ad5304a2533'2007-05-30, by Richard Laager
-
merge of '158f2188a42dc47993ef8c4456fb084051cd485e'2007-05-30, by William Ehlhardt
-
fixing jabber ft is probably worth changelogging2007-05-30, by Nathan Walp
-
Another change from o_sukhodolsky2007-05-30, by Richard Laager
-
applied changes from b0f6005b1330af13bce0bcb189a2c887036b5ea32007-05-30, by William Ehlhardt
-
merge of '632209b9e639ccf967e69fa29e4d7b8b8036d515'2007-05-30, by Nathan Walp
-
merge of '3fd5ee085dbef9f02f50f39b8e982ffbb3ea05b5'2007-05-30, by Richard Laager
-
merge of '147124060f5119dfa16b7eef6a622a9075b85f77'2007-05-30, by Stu Tomlinson
-
merge of '416bcb7701d6018a64d105d7728c5ed19a264dfe'2007-05-30, by Stu Tomlinson
-
Another change from o_sukhodolsky.2007-05-30, by Richard Laager
-
Part of a patch from o_sukhodolsky.2007-05-30, by Richard Laager
-
Fix a small memory leak and eliminate a double-free.2007-05-30, by Richard Laager
-
We don't need to translate nullprpl.2007-05-30, by Richard Laager
-
ChangeLog cleanups2007-05-30, by Richard Laager
-
Minor changes:2007-05-30, by Richard Laager
-
this patch adds nullprpl, a mock protocol plugin, to the libpurple/protocols2007-05-30, by Ryan Barrett
-
fix socks5 from over-reading the headers, and throwing away data (fixes jabber file receiving)2007-05-30, by Nathan Walp
-
Credit for the ICQ authorization re-request fix2007-05-29, by Mark Doliner
-
Clean up some other ssi-related things. This commit and my last one2007-05-29, by Mark Doliner
-
Cleanup and simplification of some tlvlist stuff in the oscar protocol.2007-05-29, by Mark Doliner
-
merge of '3d155cfe6d5da449233ba5c19a6f5fea1a33467d'2007-05-29, by Richard Laager
-
merge of '4af1e220d3ae855eec7a057ef1e41b586abb8f5f'2007-05-29, by Sean Egan
-
merge of '4751c73009c45ab1f2514522886dc9d36f66c7fb'2007-05-29, by Nathan Walp
-
if there are multiple resources available, ask the user which resource to2007-05-29, by Nathan Walp
-
skip some unneeded queries that we don't particularly need or want2007-05-28, by Nathan Walp
-
don't do unneeded work2007-05-28, by Nathan Walp
-
whitespace2007-05-28, by Nathan Walp
-
(20:36:49) nosnilmot: we need to do something about 'Download Purple: http://pidgin.im/'2007-05-30, by Stu Tomlinson
-
disapproval of revision '1fd9445b933f2f5ff2724778f9d18e47282745cd'2007-06-15, by Stu Tomlinson
-
Menu restructure. Kept allow_shrink for now. I want to see what people think of it.2007-05-28, by Sean Egan
-
Fixes #12082007-05-28, by Sean Egan
-
Fixes #4642007-05-28, by Sean Egan
-
fixes #13162007-05-28, by Sean Egan
-
Patch #1323 from lithium:2007-05-29, by Richard Laager
-
This performs mIRC formatting code stripping for the room list, as2007-05-28, by Ethan Blanton
-
- add cyrus-sasl-plain & cyrus-sasl-md5 to Requires2007-05-28, by Stu Tomlinson
-
Fix for gtk < 2.42007-05-27, by Stu Tomlinson
-
Fix for gtk < 2.42007-05-27, by Stu Tomlinson
-
Handle new accounts with no buddies better - finish login when the first2007-05-27, by Stu Tomlinson
-
Only change the size when the imhtmltoolbar button has been activated,2007-05-27, by Kevin Stange
-
Changelog last change2007-05-27, by Richard Nelson
-
Finch autoreconnecting (largely copy/paste from pidgin)2007-05-26, by Richard Nelson
-
Closes #348 'Conversation -> Add (for Chats) should move focus to the alias field.'2007-05-26, by Sean Egan
-
A conditional in purple_remote was missing a trailing colon.2007-05-26, by Ethan Blanton
-
Don't include unistd.h if HAVE_UNISTD_H isn't defined.2007-05-25, by Daniel Atallah
-
Create .def files for easy msvc import library creation.2007-05-25, by Daniel Atallah
-
Casting things to gpointer isn't useful, unless they were previously const.2007-05-25, by Richard Laager
-
Add a missing bracket.2007-05-25, by Richard Laager
-
merge of '63c69ee29386e7f15e24deaf98c667102057dd4b'2007-05-25, by Richard Laager
-
merge of '07bd3af1a492ac68c753a507124c46c586499941'2007-05-25, by Richard Laager
-
merge of '1493925db036ee98f0fdb0209bff9f97ffd913f1'2007-05-25, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.aop_menu' (head 24d32faecffc36ede5a0abf75df4c6db4f3eb5b7)2007-05-25, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b2b0435d92302ced9beab7521249fd500aa6221b)2007-05-22, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head f90aaf35063dc4fa1bd8b79d8e570348bfee2d6f)2007-05-21, by Gabriel Schulhof
-
Remove outdated TODO from README.2007-06-18, by Jeffrey Connelly
-
Add two boolean options to account dialog, to allow displaying of2007-06-14, by Jeffrey Connelly
-
Update several outdated TODO comments.2007-06-14, by Jeffrey Connelly
-
Update for 0.7.2007-06-14, by Jeffrey Connelly
-
Fix crash when re-logging in.2007-06-14, by Jeffrey Connelly
-
Add new file, CHANGES, describing high-level changes to msimprpl.2007-06-14, by Jeffrey Connelly
-
msim_msg_get_integer() - if could not find element, return 0.2007-06-14, by Jeffrey Connelly
-
Change to use const gchar * where appropriate.2007-06-14, by Jeffrey Connelly
-
Implement msim_get_info() for users on the user's buddy list.2007-06-14, by Jeffrey Connelly
-
Add msim_offline_message() for offline message status. Always return TRUE,2007-06-14, by Jeffrey Connelly
-
Reorganize the tooltip text, to show more useful information.2007-06-14, by Jeffrey Connelly
-
Show buddy information in tooltip text, and the display name for status text.2007-06-14, by Jeffrey Connelly
-
Remove user_lookup_cache from MsimSession in header file.2007-06-13, by Jeffrey Connelly
-
Remove user_lookup_cache, and display placeholders for status and tooltip text.2007-06-13, by Jeffrey Connelly
-
Make msim_remove_buddy() functional. It now sends the delbuddy, persist,2007-06-13, by Jeffrey Connelly
-
Bug fixes in MsimMessage:2007-06-13, by Jeffrey Connelly
-
Remove msim_get_own_uid{,_cb}() - it is not needed, since the login2007-06-13, by Jeffrey Connelly
-
Several small changes to work towards a working msim_remove_buddy():2007-06-13, by Jeffrey Connelly
-
Send typing notifications (tested).2007-06-12, by Jeffrey Connelly
-
Add TODO in order to fix msim_tooltip_text.2007-06-11, by Jeffrey Connelly
-
Add msim_uid2username_from_blist() to lookup a username by userid, by2007-06-07, by Jeffrey Connelly
-
Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies.2007-06-06, by Jeffrey Connelly
-
Pass postprocessing parameters inside MsimMessage * instead of in a new struct.2007-06-06, by Jeffrey Connelly
-
Change msim_send_im() to use msim_postprocess_outgoing(), eliminating the2007-06-05, by Jeffrey Connelly
-
Add, but do not use, two new functions to postprocess outgoing messages2007-06-05, by Jeffrey Connelly
-
Add untested implementation of msim_incoming_action().2007-06-05, by Jeffrey Connelly
-
Transition msim_incoming_im() to the callbackless infrastructure. Remove2007-06-05, by Jeffrey Connelly
-
Add message preprocessing in msim_preprocess_incoming(), to resolve2007-06-05, by Jeffrey Connelly
-
msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() and2007-06-04, by Jeffrey Connelly
-
Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.2007-06-04, by Jeffrey Connelly
-
Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove2007-06-04, by Jeffrey Connelly
-
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),2007-06-04, by Jeffrey Connelly
-
Add msim_msg_insert_before(), needed since some elements must be in a certain order.2007-06-04, by Jeffrey Connelly
-
Remove 'flags' from send_im_cb_struct - it was never needed.2007-06-04, by Jeffrey Connelly
-
Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.2007-06-04, by Jeffrey Connelly
-
Change msim_msg_debug_string() to msim_msg_dump(), which prints the string2007-06-04, by Jeffrey Connelly
-
Change MsimSession.sesskey to an integer (used to be a string), now that2007-06-03, by Jeffrey Connelly
-
Add (incomplete) msim_remove_buddy().2007-06-03, by Jeffrey Connelly
-
Add GCC sentinal attribute to msim_send().2007-06-03, by Jeffrey Connelly
-
Add missing argument to debug string.2007-06-03, by Jeffrey Connelly
-
Add incomplete msim_add_buddy() implementation.2007-06-03, by Jeffrey Connelly
-
In debug messages about unknown message element types, display character in addition to numeric code.2007-06-03, by Jeffrey Connelly
-
Previously, the return value of the processing function and msim_process() told2007-06-03, by Jeffrey Connelly
-
Add, but do not use, incomplete functions for using typing notifications.2007-06-02, by Jeffrey Connelly
-
Show online buddies on buddy list as online.2007-06-02, by Jeffrey Connelly
-
Add delete buddy.2007-06-02, by Jeffrey Connelly
-
Update version to 0.6.2007-06-02, by Jeffrey Connelly
-
Use symbolic constants for persist messages.2007-06-02, by Jeffrey Connelly
-
Cosmetic improvement to MsimMessage debug output.2007-06-02, by Jeffrey Connelly
-
Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incoming2007-06-02, by Jeffrey Connelly
-
Fix double-free crash when sending messages (typo). Works again.2007-06-01, by Jeffrey Connelly
-
(Plugin partially functional) Fix msim_msg_get() search.2007-06-01, by Jeffrey Connelly
-
Trivial fixes to clean up MsimMessage.2007-06-01, by Jeffrey Connelly
-
Use MsimMessage for receiving messages everywhere, instead of GHashTable.2007-06-01, by Jeffrey Connelly
-
Move msim_send() to message.h, since it is implemented in message.c.2007-06-01, by Jeffrey Connelly
-
msim_msg_get_element() -> msim_msg_get(), now in header file.2007-06-01, by Jeffrey Connelly
-
Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations).2007-06-01, by Jeffrey Connelly
-
Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage.2007-06-01, by Jeffrey Connelly
-
Parenthesize 5 * 1024, in case the macro expansion occurs within a complex2007-06-01, by Jeffrey Connelly
-
Change msim_msg_get_element to msim_msg_get.2007-06-01, by Jeffrey Connelly
-
Fix msim_parse() to correctly parse into an MsimMessage *.2007-06-01, by Jeffrey Connelly
-
merge of '8bb110590d07631c51fb0be00d16deee9b1ec0d9'2007-06-01, by Jeffrey Connelly
-
merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'2007-06-01, by Jeffrey Connelly
-
Remove duplicate RC4 from cipher.c (third try; still getting used to MTN)2007-06-01, by Jeffrey Connelly
-
(Plugin loads, but cannot do anything useful)2007-06-01, by Jeffrey Connelly
-
disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'2007-06-01, by Jeffrey Connelly
-
Remove erroroneous duplicate RC4 implementation.2007-06-01, by Jeffrey Connelly
-
(Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.2007-05-31, by Jeffrey Connelly
-
merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2'2007-05-31, by Jeffrey Connelly