log

age author description
2008-11-16 Richard Laager Add empty directories so I can start committing files individually.
2008-11-16 Richard Laager Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.
2008-11-16 Sadrul Habib Chowdhury rlaager> I'd prefer that the "Open Link in Browser" string be changed to
2008-11-16 Sadrul Habib Chowdhury Allow plugins to specify custom link types to the GtkIMHtml widget.
2008-11-23 Kelemen Gábor Hungarian translation updated
2008-11-16 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
2008-11-15 Richard Laager Fix the indentation level on the code changed by the last patch.
2008-11-15 John Bailey Patch from 'db42' to enable MD5 auth on ICQ. Refs #4449. Before I merge
2008-11-15 Ka-Hing Cheung I got a crash happened at dereferencing chat when it's NULL, I think this
2008-11-15 Mark Doliner Separate the parsing of data into a separate function from the reading of
2008-11-15 Mark Doliner Make the two "read_cb()" functions more similar, and fix a rare
2008-11-15 Mark Doliner kmstange pointed out that "joining" was misspelled here
2008-11-15 Sadrul Habib Chowdhury Use normalized chat names when searching for chats. This fixes an issue
2008-11-15 Mark Doliner Make this function match read_cb() in servconn.c. The bottom halves of
2008-11-15 Mark Doliner It's not possible for wasted to be TRUE here. Wasted will only be TRUE
2008-11-15 Mark Doliner It's not appropriate to set processing to TRUE here, either.
2008-11-15 Mark Doliner It's not appropriate to set processing to FALSE here. I think this is
2008-11-15 Mark Doliner If we're setting swboard here then we need to add the slplink to the
2008-11-14 Mark Doliner Remove a few spurious debug_warns
2008-11-14 Mark Doliner Fix an assertion failure/unlikely crash when:
2008-11-14 Will Thompson merge of '67feb999e0a93f08cec26793214137c5c5252e9e'
2008-11-14 Mark Doliner This dialog should have a title
2008-11-14 Will Thompson Make double-clicking a saved status activate it and close the window.
2008-11-14 Mark Doliner Seriously why would you ever do this? Use g_path_get_basename()
2008-11-14 Mark Doliner Use basename() instead of splitting a path and then taking the last element.
2008-11-14 Mark Doliner String changes. I'm kind of blindly making changes to the qq strings
2008-11-14 Mark Doliner Our in-tree prpls probably shouldn't list authors who don't work on
2008-11-14 Mark Doliner This preferences isn't used anywhere, and when we call get_string_list
2008-11-14 Mark Doliner msn_session_get_swboard only returns null if we give it a null session,
2008-11-14 Richard Laager merge of '12d71b833c7d3451c58c50e6dc621a88d678d474'
2008-11-14 Richard Laager Compile
2008-11-14 Richard Laager Fix CID #367
2008-11-14 Richard Laager Fix CID #385
2008-11-14 Richard Laager Fix CID #386
2008-11-14 Richard Laager Fix CID #387
2008-11-14 Richard Laager Fix CID #388
2008-11-14 Richard Laager Fix CID #389
2008-11-14 Richard Laager Fix CID #390
2008-11-14 Richard Laager Fix CID #391, #392
2008-11-14 Richard Laager Fix CID #370
2008-11-14 Richard Laager pkt can't ever be NULL here. It is only ever allocated once with g_newa(),
2008-11-14 Richard Laager Fix CID #401
2008-11-14 Richard Laager Fix CID #384
2008-11-14 Mark Doliner Minor documentation
2008-11-14 Mark Doliner It's an error if purple_xfer_new fails, so use a g_return_val_if_fail
2008-11-14 Elliott Sales de Andrade merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'
2008-11-14 Ethan Blanton Add M-erase as a default finch entry binding (delete-prev-word)
2008-11-13 Mark Doliner Attempt to avoid a crash in MSN. See the comment in the code.
2008-11-13 Mark Doliner merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'
2008-11-13 Mark Doliner cmdproc->data should never be null. Log a warning message if it
2008-11-13 Richard Laager A patch from Jaywalker to better handle conversations by user ID vs.
2008-11-13 Richard Laager merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'
2008-11-13 Mark Doliner merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'
2008-11-13 Mark Doliner Make another function static
2008-11-13 Mark Doliner This doesn't matter, but I think the metaphor tends to be that you push
2008-11-13 Mark Doliner Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
2008-11-13 John Bailey This was originally a patch from Brian Geppert that corrected the 'silently
2008-11-13 Mark Doliner Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
2008-11-13 Mark Doliner For some reason the slpmsg and slplink functions don't have underscores
2008-11-13 Mark Doliner There's no need for this variable anymore
2008-11-13 Mark Doliner Make a few more functions static and remove a few declarations for
2008-11-13 Mark Doliner msn_slplink_remove_slpcall() shouldn't be responsible for setting
2008-11-13 Mark Doliner Make msn_slp_call_timeout static
2008-11-13 Mark Doliner Move msn_slplink_send_msgpart() that it doesn't need a forward declaration
2008-11-13 Mark Doliner Didn't mean to check this assert in. I mean, it's probably bad if it
2008-11-13 Mark Doliner slplink->swboard will only be null if slplink->session is null. This
2008-11-13 Mark Doliner Get rid of slplink->local_user because it's a copy of
2008-11-12 Mark Doliner Use libtool to build static archives when --with-static-prpls is passed
2008-11-12 Mark Doliner It should be more efficient to just use g_mallc() and then manually
2008-11-12 Mark Doliner Move a few lines to eliminate the need for the "wasted" variable here.
2008-11-12 Mark Doliner The "processing" flag basically says "this connection is busy, don't
2008-11-12 Mark Doliner Get rid of an unnecessary if statement, and don't try to unref a
2008-11-12 Sadrul Habib Chowdhury Use a more appropriate signal for the markerline plugin. Fixes #7518.
2008-11-12 John Bailey Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)
2008-11-12 John Bailey merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'
2008-11-13 Richard Laager A patch from Math2Gold to fix the dbus-analyze-functions script to properly
2008-11-12 Richard Laager When you choose Save As from the Conversation menu in Pidgin, the saved file
2008-11-13 Elliott Sales de Andrade Make the Send button insensitive when there is no text in the input buffer.
2008-11-13 Elliott Sales de Andrade Don't add the Send button to a gtkconv->lower_hbox when the data specifying it
2008-11-11 Ethan Blanton Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.
2008-11-10 Mark Doliner This file was removed
2008-11-09 Ethan Blanton Update the TCL-HOWTO to some more modern nomenclature
2008-11-08 Alex Willmer Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
2008-11-08 Richard Laager Hylke added this file, presumably part of his duplicate icon structure
2008-11-07 Daniel Atallah Fix a potential leak, thanks to "KuSh". Fixes #7463.
2008-11-07 Daniel Atallah Fix a potential leak, thanks to "KuSh". Fixes #7464.
2008-11-07 Daniel Atallah Fix a potential leak, thanks to "KuSh". Fixes #7465.
2008-11-06 Marcus Lundblad Make jabber_resource_have_capability polute the log a little less...
2008-11-05 Marcus Lundblad Remove that hack involving GtkIMHtmlSmileys
2008-11-03 Marcus Lundblad Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml
2008-11-02 Richard Laager Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with their
2008-11-02 Richard Laager kluge pointed out that the segfault message still recommends people IM
2008-11-02 Richard Laager applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
2008-11-02 Richard Laager Fix POTFILES.in on trunk.
2008-11-02 Richard Laager applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9d
2008-11-01 Sadrul Habib Chowdhury merge of '602d7960555cc685575a2a32397427df3e55a9a7'
2008-11-01 Sadrul Habib Chowdhury merge of '8ed01adf0c9173501da81537854ce2954e9805e7'
2008-11-01 Sadrul Habib Chowdhury A little clearer description for an option.
2008-11-01 Stu Tomlinson Temporarily remember account password across network disconnection to allow
2008-11-01 Stu Tomlinson Don't populate the password field on the modify account dialog if we are
2008-11-01 Stu Tomlinson x509_issuer_dn() should return the certificate's issuer name, not the cert
2008-10-31 Mark Doliner This file was removed
2008-10-31 Mark Doliner Fix these strings in trunk. This change was made in the
2008-10-31 Marcos García Ochoa Strip multiple leading mode characters from incoming nicknames.
2008-10-31 Sadrul Habib Chowdhury Missing newline in debug message.
2008-10-31 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
2008-10-31 Richard Laager Kill some // comments. Sigh.
2008-10-30 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
2008-10-30 Richard Laager purple_network_listen_map_external() is used in (at least) Bonjour. Given
2008-10-30 Richard Laager Update the docs for purple_network_is_available(). It doesn't block.
2008-10-30 Richard Laager Fix a compiler warning I introduce with the GtkSetting code.
2008-10-30 Richard Laager merge of '06a7529af082c664858fd154ff5d83244e974f47'
2008-10-30 Richard Laager Ignore autogen.args.
2008-10-30 Richard Laager More Bonjour struct hiding fixes.
2008-10-30 Richard Laager Fix some macros to work with hidden structs.
2008-10-30 Richard Laager Fix my Tcl fix.
2008-10-30 Richard Laager - Make autogen.sh find autogen.args when /bin/sh is not bash.
2008-10-30 Richard Laager Use GtkSetting to obtain the tooltip preferences instead of our own hidden
2008-10-30 Sadrul Habib Chowdhury Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin
2008-10-30 Richard Laager Fix Bonjour to work with the hidden structs, except for proto_data.
2008-10-30 Richard Laager Fix Tcl to compile with the hidden structs.
2008-10-30 John Bailey Credit Diego for that patch. Refs #7391.
2008-10-30 John Bailey merge of '62e0eb23e1c2cd6ac1d8a7d96b6e598bd54ed0d2'
2008-10-30 John Bailey merge of '843d513c3da12026fc35af070a23a3d11844824c'
2008-10-30 Gary Kramlich use some additional preproc logic to avoid copying the structs directly into the implementation files
2008-10-30 John Bailey merge of '06e4830f3567955e026f3d594afcc65a07d57b26'
2008-10-30 Richard Laager merge of '06e4830f3567955e026f3d594afcc65a07d57b26'
2008-10-30 Gary Kramlich merge of '65d5236e936af6170109ef8c5af76c7871b9cc12'
2008-10-30 Diego Pettenò This fixes a link error when linking with GNU ld and specifying the
2008-10-29 Sadrul Habib Chowdhury merge of '37145f1b4ec49b432ea571f96562d44f4c5a908e'
2008-10-29 Marcus Lundblad Fixed a compiler warning (and remove an unnessesary cast)
2008-10-29 Sadrul Habib Chowdhury Allow focusing conversation history and the userlist focusable via
2008-10-29 Sadrul Habib Chowdhury Fix a bug where right-clicking the user's name in a chat conversation
2008-10-29 John Bailey I suppose I should put my pidgin.im e-mail address here too since it's
2008-10-29 John Bailey merge of '30922c7a0ed0323c9c88a1a70e4677aaab277a2f'
2008-10-30 SHiNE CsyFeK 2008.10.30 - flos <lonicerae(at)gmail.com>
2008-10-28 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head 4e892c470840f4ed8b012015b15ff8956166028a)
2008-10-28 Jochen Kemnade update German translation
2008-10-28 Daniel Atallah merge of 'dcede21c9852ddddc60076539bfdb8d7e226df33'
2008-10-28 Daniel Atallah merge of '58f8b2b331075660bb2f57e5dc82b32e039f8099'
2008-10-30 Richard Laager Fix up my fix.
2008-10-30 Richard Laager Fix some warnings:
2008-10-30 Richard Laager Simplify some of the changes. Yeah, this code sucks. I wrote it a LONG
2008-10-28 Gary Kramlich Hide the blistnode, buddy, contact, group, and chat structs
2008-10-28 Richard Laager I think we all agree that a link is okay.
2008-10-28 Richard Laager merge of '7bdc0d34e54e09101ba68ba39703a8fd5081e8eb'
2008-10-27 Stu Tomlinson merge of '0d1b60430843a092248a2644865910266131add6'
2008-10-27 Stu Tomlinson merge of '8abde19f1f7825af2ea2d62b7a00e1de7afd6492'
2008-10-27 Daniel Atallah merge of '9af1b5054f770dc244dcad8b55bdb61c0f3347a4'
2008-10-26 Ka-Hing Cheung escape nick change message
2008-10-27 Richard Laager Provide @pidgin.im email addresses for Gary and myself.
2008-10-27 Richard Laager Remove duplicated code for building the lists.
2008-10-27 Richard Laager Eliminate a pile of duplication in the About box.
2008-10-27 Stu Tomlinson disapproval of revision '4f931125ffce24ace6bf298cc58d620c1a975aa1'
2008-10-26 Richard Laager Gary and I were discussing how blogs have made the NEWS file less useful.
2008-10-26 Daniel Atallah Perform some sanity checking on inbound IQs and send an error / drop as needed.
2008-10-26 Richard Laager Improve our NetworkManager support in a couple of ways:
2008-10-25 Richard Laager merge of '1f22186ba9290bcae0deaea09d4fd38867f773e6'
2008-10-25 Richard Laager ChangeLog the MSN certificate fix.
2008-10-25 Richard Laager merge of '8a14c1d90381baa3c31adeedee7f673d58d66304'
2008-10-25 Richard Laager merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'
2008-10-21 Richard Laager merge of '08956f503726c8222be7489f243810af590487e1'
2008-10-25 Ka-Hing Cheung merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'
2008-10-25 Will Thompson Only build SSL plugins if the corresponding library is present.
2008-10-25 Will Thompson Explicitly depend on automake >=1.9, and don't warn about GNU Make-isms.
2008-10-24 Marcus Lundblad What was I thinking... The GtkIMHtmlSmileys in the smiley trees aren't owned
2008-10-24 Daniel Atallah Make the CSS rgb() color parsing more robust. khc noted that it wouldn't work
2008-10-24 Daniel Atallah Support rgb(r,g,b) style css color definitions. Fixes #7288.
2008-10-24 Daniel Atallah gtk_widget_set_tooltip_text() is GTK+ >= 2.12
2008-10-22 Sadrul Habib Chowdhury More strings for translation.
2008-10-22 Daniel Atallah Mark for translation now that we're unfrozen.
2008-10-22 Daniel Atallah Clean up some unnecessary and unused code in the purple_circ_buffer_append()
2008-10-21 Sadrul Habib Chowdhury Show when offline (because the plugin doesn't work no more).
2008-10-21 Daniel Atallah merge of '27f7d38af8dba617aba8109d82e27907cd7d8b41'
2008-10-21 John Bailey This fixes a missing initializer warning I see with gcc 4.3 but haven't seen
2008-10-21 John Bailey merge of 'c65b8e669e142607d030dfb83caf2d344faa8dbe'
2008-10-21 John Bailey disapproval of revision '2506f7dd86d254a0a503554e51b61106f45e0f80'
2008-10-21 John Bailey merge of '2506f7dd86d254a0a503554e51b61106f45e0f80'
2008-10-21 Luke Bratch Patch from Luke Bratch:
2008-10-21 John Bailey Mark a few people as retired. If I made mistakes here, let me know and I
2008-10-21 John Bailey typo
2008-10-21 John Bailey Per my volunteering, Stu's nomination, and Ethan's agreement, I am marking
2008-10-21 Stu Tomlinson Using system libtool somehow resulted in a bunch of static libraries we
2008-10-21 Daniel Atallah Trigger url_fetch_connect_cb() asynchronously when the connection fails
2008-10-21 Daniel Atallah Add debug output when proxy configuration issues are seen. This will help to
2008-10-20 Ethan Blanton Prep for 2.5.3 ... or whatever comes next
2008-10-20 Daniel Atallah Update win32 changelog for 2.5.2 - better late than never.
2008-10-20 Daniel Atallah Fix a printf("%s", NULL). Fixes #7289.
2008-10-19 Marcus Lundblad merge of '014e1f90f8ee8c07fa6d5bef545016ecfafda630'
2008-10-19 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head aad9cd2bd4296ab92672559fbee882d7ef2a2406)
2008-10-19 Elliott Sales de Andrade NEWS and ChangeLog a bit.
2008-10-19 Elliott Sales de Andrade merge of '0e036cef0f8a3bdfd1d7f7fc082edca43d3153df'
2008-10-19 Elliott Sales de Andrade Apply khc's patch for ADL error 205, with a few changes to get around
2008-10-19 Richard Laager merge of '15413347b7bb8ede3e50a8cab65b29ec8e93ab4f'
2008-10-09 Richard Laager merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
2008-10-16 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 50ca054a04cd66fc08b411e7237a486ebb13fe4d)
2008-10-19 Stu Tomlinson Fix some clearly bogus translations of Finch
2008-10-19 John Bailey merge of '4f7bf56fa49ba320a72f34b0df3e12c95b6bd84d'
2008-10-19 John Bailey NEWSing.
2008-10-19 Stu Tomlinson Galician translation updated (Frco. Javier Rial Rodríguez)
2008-10-19 Stu Tomlinson fix a string format mismatch in the Dutch translation
2008-10-19 Stu Tomlinson Afrikaans translation updated (Friedel Wolff)
2008-10-19 Stu Tomlinson Portuguese (Brazilian) translation updated (Rodrigo Luiz Marques Flores)
2008-10-19 Stu Tomlinson Slovak translation updated (Andrej Herceg)
2008-10-19 Stu Tomlinson Estonian translation updated (Ivar Smolin)
2008-10-19 Stu Tomlinson Dutch translation updated (Daniël Heres)
2008-10-19 Stu Tomlinson Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
2008-10-19 Stu Tomlinson Czech translation updated (David Vachulka)
2008-10-19 Stu Tomlinson Chinese (Hong Kong) translation updated (Ambrose C. Li)
2008-10-19 Stu Tomlinson Mongolian translation added (gooyo)
2008-10-19 Stu Tomlinson Slovenian translation updated (Martin Srebotnjak)
2008-10-19 Stu Tomlinson Document the translation updates I noticed, I might have missed some
2008-10-19 Stu Tomlinson Remove 'devel' from the version number
2008-10-19 Stu Tomlinson Let's release. Either on a PC in Europe or in about 3 hours.
2008-10-19 Stu Tomlinson NEWS! and more optimism, although timezones may disagree with me.
2008-10-19 Stu Tomlinson Use the system libtool to build RPMs, hopefully this fixes any issues using
2008-10-19 Stu Tomlinson po/ChangeLog doesn't include dates
2008-10-19 Sadrul Habib Chowdhury NEWS for 2.5.2.
2008-10-19 Ethan Blanton Let's hear some NEWS
2008-10-18 Ethan Blanton merge of '8d34db0f9667ef7735bb95c82f854d1a46ef2ddc'
2008-10-18 Ethan Blanton Move the NEWS check from automake's check-news to the version-check
2008-10-18 Ethan Blanton pidginstock-artwork.c must be DIST'd because it's translated
2008-10-18 Sadrul Habib Chowdhury Instead of showing error message when trying to interactively add an
2008-10-16 Sadrul Habib Chowdhury Set the urgent flag for conversation windows on receiving a /buzz etc.
2008-10-16 Stu Tomlinson I hope this isn't being too optimistic. I needed to commit something...
2008-10-16 Stu Tomlinson Run the (relatively quick) version check before the (painfully long)
2008-10-16 Sadrul Habib Chowdhury merge of '293d86c14abc6f7b4838382bf85351bd687247c2'
2008-10-13 Sadrul Habib Chowdhury merge of '77f42c8f25c38b4f966158a64ab3be36f00e0aa8'
2008-10-08 Sadrul Habib Chowdhury merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
2008-10-16 Mark Doliner Check in updated versions of these from running stats.pl.
2008-10-16 Mark Doliner Pass --no-location to msgmerge when generating the stats at
2008-10-12 Ka-Hing Cheung References #6907, wrap a NULL check
2008-10-12 Ka-Hing Cheung merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
2008-10-02 Björn Voigt German update (2 new strings)
2008-10-02 Marcus Lundblad Minor corrections to Swedish translation
2008-10-02 Kelemen Gábor merge of '616765eabf8210a925bd2eab019bfb54f8d758fe'
2008-10-02 Daniel Atallah Add some debug output to the oscar encoding process.
2008-10-02 Laurynas Biveinis merge of '7e6b96bf18be99338c17deae1128126df39d1a70'
2008-10-02 Elliott Sales de Andrade Save the MSN ContactID after adding a buddy so it can be used for
2008-10-02 Elliott Sales de Andrade merge of '550b0287adae13c3fb57b0b584f2b461370b8464'
2008-10-02 Elliott Sales de Andrade merge of '791f3e070376e218af0a5c33695979827bbda747'
2008-10-02 Daniel Atallah Set %HOME% when running in portable mode so that GTK+'s files get stored in the
2008-10-02 Daniel Atallah Fix NULL pointer deref. Fixes #7258. Thanks to "jonassa" for noticing.
2008-10-02 Daniel Atallah Allow the message notification plugin to flash windows on win32.
2008-10-02 Daniel Atallah Set the connection display name to the server-assigned full jid for XMPP
2008-10-19 Marcus Lundblad Register the /buzz command using PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS.
2008-10-12 Marcus Lundblad Allow the /buzz command without argument (sends attention to the JID of the
2008-10-01 Marcus Lundblad merge of 'a0b951af90f1a780445f21b51b22e57f6a3f699e'
2008-10-01 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3e5468581850f86ee2b706cd57dfe1096ddcc0ac)
2008-10-06 Sadrul Habib Chowdhury Show a manually added new empty group even if the preference is not set.
2008-10-04 Sadrul Habib Chowdhury Fix a bug in the irssi plugin where the windows wouldn't expand when the
2008-10-02 Sadrul Habib Chowdhury Unbreak ABI.
2008-09-30 Timo Jyrinki add spell-checkable languages' translations
2008-09-30 Timo Jyrinki Update Finnish translation for 2.5.2. (15 fuzzies in QQ left alone, not so
2008-09-30 Jochen Kemnade updated German translation
2008-09-30 Ka-Hing Cheung typo?