log

age author description
2009-12-08 Paul Aurich Changelog the AIM/ICQ issue. Refs #10900.
2009-12-08 Paul Aurich oscar: Add '\n' to a debug message missing it.
2009-12-06 Paul Aurich jabber: The google roster request code was so lonely, so let's just drop-kick it and add the little custom logic to roster.c
2009-12-06 Paul Aurich merge of 'a582dd339f019301adca693df4b1a8fb135a1774'
2009-12-06 Paul Aurich jabber: Fix Google connecting. I wish this weren't off on its own, all sad and lonely.
2009-12-06 Paul Aurich disapproval of revision '219b3128f3d96b126a9ed9aff2d2f3277e69dbd4'
2009-12-06 Paul Aurich oscar: Recognize the CAPTCHA failure and print a more friendly message. Refs #10884.
2009-12-06 Paul Aurich Updated Russian translation. Closes #10849.
2009-12-06 Paul Aurich Tighter scoping and slightly less memory usage.
2009-12-06 Paul Aurich jabber: Roster Versioning support.
2009-12-06 Paul Aurich jabber: Lower the prio of this message; it's not very important.
2009-12-05 Paul Aurich jabber: Clean up this code a little.
2009-12-04 Paul Aurich Add all those cool new files to Makefile.mingw
2009-12-04 Paul Aurich Changeloggin'!
2009-12-04 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1cd91846f484f7d7090d25b0e65d851a0dadcb90)
2009-12-04 Paul Aurich jabber: Fix that leak I mentioned (and fix a mistake where error/response weren't NULL-initialized)
2009-12-04 Paul Aurich jabber: Fix up the cyrus auth code (although there's a leak currently)
2009-12-04 Paul Aurich jabber: Ugh, make this C89-compliant. Bah.
2009-12-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2b7a2f20d950d118157c7629dfbfa17b7afb04f0)
2009-12-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9ba62902a7be15503ccd0006cd59c73fecc6255c)
2009-12-09 Elliott Sales de Andrade Make sure that libpurple core knows that a buddy is on the allow list just
2009-12-04 Evan Schoenberg Improved handling of the 0x00d charset in AIM, which is sent by mobile devices speaking ISO-8859-1. Try UTF-8 first (the encoding sent by iChat in a Direct IM with non-ASCII characters), then fall back to ISO-8859-1. Fixes #a13544, a bug created with the fix for iChat DIM encoding new in libpurple 2.6.4"
2009-12-03 Mark Doliner merge of '0bd5c5d235ae8c70b289e3b55a19523c4e28539e'
2009-12-03 Paul Aurich merge of 'a35d515dd2c8f385ed4563358fccee9108573018'
2009-12-03 Paul Aurich disapproval of revision '32e63a51dbb65b8b63d134bde098d40167574148'
2009-12-03 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 4185001f1d8e8d7c894fa194202f7051f06cb59f)
2009-12-03 Paul Aurich merge of '0a7ca4f8823e2b4c92a9fdac0c7a81f3ee853de5'
2009-12-03 Paul Aurich merge of 'aa4524ddbe6f9ac48cb518a473fdc68773665bef'
2009-12-02 Mark Doliner This magic number is documented in oscar.h, but it makes sense to
2009-12-02 Mark Doliner Send our distid when calling startOSCARSession, as request by AOL
2009-12-02 Mark Doliner Fix this warning:
2009-12-03 Mark Doliner disapproval of revision '04b807937c8e058bcddca1fe81be8cf681345ae8'
2009-12-02 Mark Doliner Remove unused variable
2009-12-02 Paul Aurich Swap the order of -L and -l so that Solaris can find the Python libraries.
2009-12-01 Paul Aurich oops.
2009-12-01 Marcus Lundblad Fix ChangeLog after merge...
2009-12-01 Marcus Lundblad merge of '1cebb8e5585732c30dcfb31a6700dcb78ae47b44'
2009-12-01 Paul Aurich Changelog that.
2009-12-01 Paul Aurich jabber: Complete the fix for a NULL printf() on registration on Windows. Closes #10420 again.
2009-12-01 Paul Aurich strchr() is valid on a UTF8 string when searching for an ASCII character
2009-12-01 Paul Aurich strchr() is safe when searching for an ASCII character in UTF8 strings.
2009-12-01 Marcus Lundblad jabber: When getting info on a "bare" domain JID, interpret the value of "last"
2009-12-01 Paul Aurich jabber: Use the error code instead of string matching.
2009-12-01 Paul Aurich Use g_strndup() for great justice.
2009-12-01 Paul Aurich Let's try a more complex set of return states / values for auth mechs.
2009-12-01 Paul Aurich Add a second SCRAM test with one of the suggested test characters from the I-D.
2009-12-01 Paul Aurich Add the new files to POTFILES.in
2009-12-01 Paul Aurich jabber: Clean up the SCRAM code a little.
2009-12-01 Paul Aurich jabber: Should have looked for this function earlier.
2009-11-30 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 00b667d9b2d5b9909693bc8c364232732b8fad0f)
2009-11-30 John Bailey This blank line at the beginning of ChangeLog appears to have been added
2009-11-30 Björn Voigt German update (spell checking with "lokalize")
2009-11-30 Paul Aurich jabber: Add SASLprep and the username substitution called for in draft-ietf-sasl-scram-10 5.1.
2009-11-30 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head bd56a115b35ba5922e5f9c93840d0868a4978b09)
2009-11-27 Paul Aurich jabber: Use NS_XMPP_SASL
2009-11-27 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 3e6ed1829a654e5c7cf286670e3adc20e6158113)
2009-11-17 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2980a8828dae367476dcf5d8e52783fdc137d8bf)
2009-11-17 Paul Aurich jabber: Interop with Prosody (via Tobias' code). Hooray!
2009-11-17 Paul Aurich jabber: Fix up the remaining issues and add a test case that interoperates with gsasl. Woot.
2009-11-17 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d2984fa9ffdaa63b01cc1e0d94aec5622cd080c1)
2009-11-11 Paul Aurich jabber: Handle the case where the server success-with-data is sent as a challenge/response pair.
2009-11-09 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 37329f033a30f4f4f5048f9fdc86df4400e3ada5)
2009-11-09 Paul Aurich jabber: Complete (though untested) SCRAM implementation.
2009-11-08 Paul Aurich Clean up the two temporary buffers.
2009-11-08 Paul Aurich How is it that there's no programmatic way to get the output size of the hash functions without resorting to a hardcoded table? Or did I miss something?
2009-11-08 Paul Aurich Fix the Hi() function and actually 'mtn add' the test file.
2009-11-08 Paul Aurich jabber: Add the Hi() function (PBKDF2).
2009-11-08 Paul Aurich jabber: Clear js->auth_mech for good measure.
2009-11-07 Paul Aurich jabber: A little more use of accessors.
2009-11-07 Paul Aurich More oops.
2009-11-07 Paul Aurich Speilling!
2009-11-07 Paul Aurich jabber: Oops, re-enable DIGEST-MD5 (I was testing PLAIN).
2009-11-07 Paul Aurich jabber: Use accessors instead of directly accessing gc->account (and similar)
2009-11-07 Paul Aurich jabber: Factor the SASL auth methods into their own files.
2009-12-13 Elliott Sales de Andrade Fix sending an MSN file transfer request.
2009-11-20 Elliott Sales de Andrade msn_xfer_progress_cb is no longer used.
2009-11-20 Elliott Sales de Andrade Get rid of slpmsg->fp since the core is handling all the partial reads and
2009-11-20 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head a878de35a8972daab016ed05e7af50043bd856ca)
2009-10-16 Paul Aurich A quick and dirty hack to make MSN use the in-core code to perform FT.
2009-12-03 Paul Aurich disapproval of revision 'd612071593881b9ae7e92a1820cf13d3e45b1f94'
2009-12-03 Paul Aurich disapproval of revision 'd6f80b7ba5ba2da4ae203eac6f07565721b10ad8'
2009-11-30 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-30 John Bailey Update for 2.6.5.
2009-11-30 Sadrul Habib Chowdhury NEWS.
2009-11-30 Elliott Sales de Andrade NEWS-ify like there's no release tomorrow.
2009-11-30 John Bailey Drop the devel suffix from version numbers.
2009-11-30 John Bailey Win32 ChangeLog.
2009-11-30 John Bailey Date the changelogs and move a couple items to more correct locations.
2009-11-30 John Bailey NEWSing
2009-11-30 Paul Aurich Use g_str_equal()
2009-11-30 John Bailey Update a bunch of translations.
2009-11-29 Josep Puigdemont Updated Catalan Valencian translation by Toni Hermoso.
2009-11-29 Josep Puigdemont Updated Catalan translation
2009-11-29 Paul Aurich oscar: Fix '<' in AIM/ICQ status messages. Closes #10304.
2009-11-29 Florian Quèze jabber: Don't use C99 time formatters, which are apparently not available on Windows when using MSVC.
2009-11-29 Florian Quèze ft: Properly set a bitmask field (so it includes PURPLE_MESSAGE_SYSTEM like
2009-11-29 Paul Aurich merge of '263b34adf7373694b48a494714d66824d6bb3443'
2009-11-29 John Bailey ChangeLog the Proxy-Authorization thing. Refs #2910. Need a proper name
2009-11-29 John Bailey merge of '32e63a51dbb65b8b63d134bde098d40167574148'
2009-11-29 thecrux Don't send Proxy-Authorization headers until we've received a
2009-11-29 Paul Aurich pidgin: Change the 'disabled' look in the Send To menu to apply to all offline buddies in a contact.
2009-11-29 Paul Aurich oscar: Fix the parsing code from ichatballooncolors that broke receiving markup in 2.6.2.
2009-11-28 Elliott Sales de Andrade Due to a server change, the friendly name on MSN was being changed to the
2009-11-28 Josep Puigdemont Catalan translation updated.
2009-11-28 Éric Boumaour update french translation.
2009-11-28 Paul Aurich Forgot to save.
2009-11-28 Paul Aurich jabber: Here's a good reason for the namespace defines. Fix a typo 'urn:xmpp:bosh'.
2009-11-28 Paul Aurich jabber: Delayed Delivery namespaces
2009-11-28 Paul Aurich Fix dbus bindings. Refs #10523. Thanks, dvpdiner2.
2009-11-28 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head 941ed993edbcb85fcad21b12e2b914a4e9b248d1)
2009-11-25 andrew victor The data sent back to MXit when the user clicks on a link should be sent
2009-11-25 andrew victor propagate from branch 'im.pidgin.pidgin' (head d330e81020232653571a0d5b1f5c927bc148a6fe)
2009-11-24 andrew victor We need to escape any special "html" characters in a status message, otherwise
2009-11-24 andrew victor These status strings are accessed from mxit_convert_presence_to_name() for the
2009-11-24 andrew victor If Pidgin is running in Debug mode, on Windows, and no splash-screen is
2009-11-24 andrew victor The "packed" attribute on the raw_chunk data-structure seems to be a GCC extension.
2009-11-24 andrew victor Bump the plugin version up to 2.3.0 to indicate version included with Pidgin.
2009-11-29 John Bailey disapproval of revision '661db628ce40c3548058f062ea72d9687654d53a'
2009-11-28 Paul Aurich jabber: Don't print "Extra content at the end of the document".
2009-11-27 Paul Aurich jabber: This is more clear.
2009-11-27 Paul Aurich jabber: More namespaces! This is a good stopping point for now.
2009-11-27 Paul Aurich Add the XEP# for ping, now that I'm hooked up to the interwebs.
2009-11-27 Paul Aurich merge of '5e1784d5a975dc0726e72521fbf6024dfa281d84'
2009-11-27 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
2009-11-26 Paul Aurich jabber: Add the missing file and fix up the Google session namespaces
2009-11-26 Paul Aurich jabber: Start putting all the namespaces in one location with consistent naming.
2009-11-26 Paul Aurich jabber: Alphabetize the sources in the Makefile
2009-11-26 Paul Aurich jabber/jingle: Slightly less repitition.
2009-11-26 Björn Voigt German update (2 new strings "Malay" and "Ukranian")
2009-11-26 Kelemen Gábor Updated Hungarian translation for 2.6.4
2009-11-25 Stu Tomlinson Add some safety to jabber_send_signal_cb in case someone else was listening
2009-11-25 Stu Tomlinson Make yahoo_codes_to_html not crash when given an empty string, or a string
2009-11-25 Sadrul Habib Chowdhury Update the finch manpage a little.
2009-11-25 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-24 Sadrul Habib Chowdhury *** Plucked rev 3ad8ea46 (resiak@pidgin.im):
2009-11-23 Paul Aurich Added Malay translation from Muhammad Najmi bin Ahmad Zabidi. Closes #10578.
2009-11-23 Paul Aurich Updated Ukranian translation. Closes #10239.
2009-11-23 Paul Aurich merge of '0644248e7ae782562a19e64ff02bb1f4b7194132'
2009-11-23 Jochen Kemnade some spelling, capitalization and hyphenation fixes
2009-11-23 Paul Aurich Updated Hebrew, Norwegian Nynorsk, and Simplified Chinese translations.
2009-11-23 Björn Voigt German update for some keyboard accelerators
2009-11-23 Björn Voigt German translation update
2009-11-23 Mark Doliner Avoid these two compile warnings by using more specific function signatures:
2009-11-23 Mark Doliner struct tx_packet->datalen is an int, so use %d here instead of G_GSIZE_FORMAT
2009-11-23 Elliott Sales de Andrade merge of '4ede3b155e9d443dcec45785cecef60b7af55de9'
2009-11-23 Mark Doliner I'm not comfortable with this being an assert. If it fails then Pidgin
2009-11-22 Mark Doliner A few other minor little translation-related fixes
2009-11-22 Mark Doliner merge of '569642987f6f11fdb718731b245d60f535fe0962'
2009-11-23 Elliott Sales de Andrade Add some more MSN client caps. Not that we actually use any of them.
2009-11-22 Elliott Sales de Andrade merge of '94344158f35dde02dc906e3e5e39e58a326ff1be'
2009-11-22 Evan Schoenberg Remove an unneeded debug log, which Mark points out might also be unsafe as it would be using %s as a formatter for a UTF-16BE string
2009-11-22 Mark Doliner Accidentally reversed this logic in an earlier commit
2009-11-22 Mark Doliner The MXit guy seems to like spaces between his parenthesis, so I'll be
2009-11-22 Mark Doliner Spaces to tab
2009-11-22 Mark Doliner Finish making this change that I started earlier today. This doesn't
2009-11-22 sttwister merge of '5dd45a65920d3936eba743066aaa34e00084f3bd'
2009-11-22 sttwister merge of '5abbad5cd71f99c20f09b841f16db29597be4cc2'
2009-11-22 Mark Doliner Mark a bunch of mxit strings for translation
2009-11-22 Evan Schoenberg Changelogging the Direct IM unicode fixes
2009-11-22 Evan Schoenberg Spelling fix in a debug log
2009-11-22 Evan Schoenberg Plucked d2a1d52b3bbf29baa53b9ddaa635d50b6332064f from im.pidgin.adium
2009-11-22 Mark Doliner This fixes a crash when attempting to register a new account and failing
2009-11-22 Mark Doliner I think errdesc was meant to be used here, not errmsg. errmsg isn't
2009-11-22 Jochen Kemnade German translation update round one
2009-11-21 Sadrul Habib Chowdhury Fix scrolling bug for very busy chat rooms.
2009-11-20 Sadrul Habib Chowdhury Destroy the menu-actions created by plugins for the context menus.
2009-11-20 Sadrul Habib Chowdhury Add missing copyright headers.
2009-11-20 Sadrul Habib Chowdhury Fix showing umlauts etc. on non-utf8 locales.
2009-11-20 Sadrul Habib Chowdhury Underline the selection in a checkbox.
2009-11-20 Sadrul Habib Chowdhury Remove a bunch of code duplication.
2009-11-20 Sadrul Habib Chowdhury Set prgname for pidgin.
2009-11-20 Sadrul Habib Chowdhury Remove some dead code.
2009-11-20 Sadrul Habib Chowdhury Fix reset-formatting for some cases.
2009-11-22 sttwister Documented chat API. References #10605
2009-11-20 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-20 Sadrul Habib Chowdhury Allow ellipsizing on the status menus in the preference window.
2009-11-20 Sadrul Habib Chowdhury Prevent an infinite loop from the preference window.
2009-11-17 Paul Aurich merge of '47697d74271a33e8dfe15fdeef4210b3ca9b762f'
2009-11-17 Paul Aurich jabber: Update to v1.2 of the spec (adds a few more elements).
2009-11-17 Paul Aurich '=' and ',' are valid nodeprep characters
2009-11-17 Marcus Lundblad jabber: don't crash when right-clicking on buddies non on the local roster
2009-11-17 Daniel Atallah Add mxit to uninstall list
2009-11-17 Daniel Atallah This appears to be the correct way to set the spin button value.
2009-11-17 Daniel Atallah Fix the proxy configuration fields to appear as appropriate for the current proxy selection. Also reduce the scope on the proxy frame variables.
2009-11-17 Daniel Atallah Fix some stuff in the prefs dialog on Win32
2009-11-17 Sadrul Habib Chowdhury Mark some strings for translation.
2009-11-17 Daniel Atallah Remove unnecessary include
2009-11-17 John Bailey nosnilmot points out that this breaks people who share a .purple directory
2009-11-17 John Bailey ChangeLog all the prefs window changes.
2009-11-17 John Bailey propagate from branch 'im.pidgin.cpw.rekkanoryo.prefs_window' (head 753538dd05ced6c0319b4bbabd7cac8fb6edee28)
2009-11-17 John Bailey Ok, clearly I'm an idiot. I removed the right line but from the wrong block.
2009-11-17 John Bailey I *think* this properly adds back the font preference stuff I axed earlier, but
2009-11-17 John Bailey This should fix dvpdiner2's crash.
2009-11-16 Elliott Sales de Andrade merge of '79639d895e39ef23c24691d0736a265373e2b49c'
2009-11-16 Elliott Sales de Andrade In GNOME 2.26, the program gnome-network-preferences was renamed to
2009-11-16 Elliott Sales de Andrade Don't leak path.
2009-11-16 Elliott Sales de Andrade Make the instructions wrap a bit nicer.
2009-11-16 Elliott Sales de Andrade Fix alignment and widget parents of the smiley theme combo box to match
2009-11-16 Elliott Sales de Andrade Rename a smiley theme function to be a bit more descriptive.
2009-11-16 Elliott Sales de Andrade Fix merge error
2009-11-16 Elliott Sales de Andrade merge of '23b195ee466a16623c26be2604cba4a8c5b889b2'
2009-11-16 Elliott Sales de Andrade Remove some code duplication which also fixes a small inconsistency in the
2009-11-16 Elliott Sales de Andrade Convert Smiley theme selection to the simpler combo box affair that's in
2009-11-16 John Bailey Add a font pref to the pidginrc plugin to control the conversation history
2009-11-16 John Bailey Make a frame for the combo box theme selectors and make the labels left-aligned
2009-11-16 John Bailey Show the Configure Proxy and Configure Browser buttons if the relevant GNOME
2009-11-16 John Bailey Missed some widgets in that last one.
2009-11-16 John Bailey This should fix QuLogic's missing tabs, I hope.
2009-11-16 John Bailey Silence some assertions QuLogic noticed.
2009-11-16 John Bailey Move the "Change status to" menu to be beside the checkbox controlling it.
2009-11-16 John Bailey Clean up some remnants of the font prefs I killed earlier.
2009-11-16 John Bailey Oops. If the user was running GNOME, he/she wouldn't see the proxy and browser
2009-11-16 John Bailey Relocate the proxy and browser blurbs for GNOME users to the proxy and browser
2009-11-15 John Bailey propagate from branch 'im.pidgin.pidgin' (head 726afd12644ce582c24651cc458da06453c332ad)
2009-11-15 John Bailey Kill the use of the GNOME document font and the prefs to override it. The font
2009-11-12 John Bailey Collapse "Sound Method" and "Sound Options" sections on the Sounds tab into one
2009-11-11 John Bailey Get rid of the "Auto-away" section on the status/idle tab. Move all those
2009-11-11 John Bailey Make the default themes' names consistent with the default smiley theme.
2009-11-11 John Bailey Move the sound theme selector to the Themes tab and make the smiley section
2009-11-11 John Bailey propagate from branch 'im.pidgin.pidgin' (head 21e0c593084b90bf269f264a4f54e3ac8ea291d9)
2009-11-11 John Bailey Use a couple size groups to make the buddy list and status icon theme selectors
2009-11-11 John Bailey I forgot to set the border on the proxy tab. This looks much better now.
2009-11-11 John Bailey Move the status icon and blist theme comboboxes to the Themes tab. This looks
2009-11-11 John Bailey Reorder the tabs alphabetically. I left Interface at the top because it's our
2009-11-11 John Bailey All theme selectors will be on this tab soonish. Rename the tab to reflect it.
2009-11-11 John Bailey The theme authors for default/nonexistant themes should be consistent. Since
2009-11-11 John Bailey Move the proxy stuff to a separate tab, per deryni's suggestion.
2009-11-11 John Bailey Change to side-tabs in the prefs window.
2009-11-17 Paul Aurich merge of '5a8a2370b26bc418c7157db57a53fccacb813952'
2009-11-13 Paul Aurich Changelog part of that.
2009-11-17 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-16 andrew victor Added MXit protocol to win32 (mingw) makefile.
2009-11-16 pieter loubser fixed strings (removed duplicate 'server')
2009-11-15 John Bailey Check in some updated po files. This should help the cron job take less time.
2009-11-13 Paul Aurich jabber: Properly request just the most recent item from a PEP node.
2009-11-13 Paul Aurich jabber: This is more correct.
2009-11-13 Paul Aurich jabber: The second half; advertise the vCard avatar, whatever it is.
2009-11-13 Paul Aurich jabber: Go back to not overwriting avatars if there is not one locally set.
2009-11-13 Paul Aurich *** Plucked rev 212bd3655451599364562cabe553c5b7a19134ae (zacw@adiumx.com):
2009-11-13 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-12 Marcus Lundblad jabber: Determine if a buddy can receive a file transfer (when we have
2009-11-11 maiku Fix receiving any codecs that aren't in the codec intersection.
2009-11-11 maiku Allow the initiator to start connection checks before the remote side accepts.
2009-11-11 maiku merge of '16c47a3521f79a6091f5196bb3649c2f9ca2922f'
2009-11-11 maiku Handle Jingle's description-info method.
2009-11-09 John Bailey ChangeLog the addition of the MXit prpl.
2009-11-09 John Bailey Add the MXit plugin source files to POTFILES.in so any unique strings can be
2009-11-09 John Bailey I was a little overzealous adding the MXit icons to the pixmaps Makefile.am.
2009-11-08 John Bailey Initial addition of the MXit protocol plugin, provided by the MXit folks
2009-11-07 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-07 Paul Aurich jabber: did someone say something about the end of the struct?
2009-11-07 Paul Aurich xmppdisco: Close the input request when closing the dialog. Fixes a crash.
2009-11-06 Sadrul Habib Chowdhury merge of 'ac8595402f07bcd2e5467756aa6ccf6d9daf907a'
2009-11-06 Sadrul Habib Chowdhury Fix compile with debugging enabled.
2009-11-06 Paul Aurich oscar: According to the online docs, statusCode 607 is rate limit (confirmed
2009-11-06 Paul Aurich Hmm, I think I'm reaching diminishing returns.
2009-11-06 Paul Aurich jabber: These uses of strlen() are unnecessary.
2009-11-06 Paul Aurich jabber: If it should never happen, we certainly should never keep going in the function!
2009-11-06 Paul Aurich jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
2009-11-06 Paul Aurich Oops, make that build.
2009-11-06 Paul Aurich jabber: Fix a few places where the default for require_tls was wrong.
2009-11-06 Paul Aurich jabber: Use purple_strequal to simplify some auth code
2009-11-06 Paul Aurich jabber: Convert to purple_debug_* convenience functions.
2009-11-06 Paul Aurich jabber: Print account name on sent stanzas in the debug log.
2009-11-06 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-11-06 Daniel Atallah Add some additional debug output to the avahi mdns implemenation.
2009-11-06 Paul Aurich oscar: Pretty sure this was a typo; cookie is a char ** (passed in as arg).
2009-11-06 Paul Aurich oscar: Properly support TLS when using clientLogin.
2009-11-06 Mark Doliner Better, or worse?
2009-11-05 Richard Nelson Allow printable chars when searching the tree
2009-11-04 Mark Doliner I believe this change fixes offline message retrieval.
2009-11-04 Mark Doliner We really shouldn't be doing a whole lot in our signal handler. The
2009-11-04 Mark Doliner merge of '661db628ce40c3548058f062ea72d9687654d53a'
2009-11-04 Mark Doliner http://dev.aol.com/aim/oscar/ says, "All strings in Feedbag are UTF8
2009-11-04 Paul Aurich oscar: Remove the simultaneous logins option from ICQ accounts.
2009-11-04 Mark Doliner merge of '06b53ea832679e0dfb2e6d5d0c1b69e61f1bd38b'
2009-11-04 Mark Doliner Fixes a bad MSN bug where passwords with multi-byte utf8 characters near
2009-11-04 Yoshiki Yazawa merged with the trunk
2009-11-04 Yoshiki Yazawa commit differences as a revision for now.
2009-11-04 Paul Aurich oscar: Fix 'Allow multiple simultaenous logins' with clientLogin.
2009-11-03 Paul Aurich oscar: Make these errors more translatable.
2009-11-03 Paul Aurich merge of '1691b4b36ac458e77603b7cac73a91c200b2a21b'
2009-11-03 Paul Aurich oscar: The 0x00c9 TLV seems to be buddy preferences, not limited to visibility.
2009-11-03 Paul Aurich oscar: Update the details of the buddy preferences based on the OSCAR docs.
2009-11-03 Marcus Lundblad Removed a couple of stray whitespaces...
2009-11-03 Marcus Lundblad jabber: Automatically find a STUN server by SRV lookup on the account's domain
2009-11-03 aman oscar: Display more detailed error messages when an outgoing message is bounced.
2009-11-03 Paul Aurich ChangeLog the last few commits.
2009-11-03 aman oscar: Update the rate calculations based on OSCAR docs.
2009-11-03 aman oscar: Replace magic numbers with enums.
2009-11-03 aman oscar: Differentiate the two rate-limiting login errors.
2009-11-02 Mark Doliner Add a null check, just for the heck of it
2009-11-02 Richard Laager Use PIDGIN_NAME here, rather than duplicate it.
2009-11-02 John Bailey Fix the accelerators on the Network tab. Have I mentioned recently that I hate
2009-11-02 John Bailey Make the username labels consistent with each other.
2009-11-02 John Bailey Changelog the last few items.
2009-11-02 John Bailey This feels hacky to me, so if someone has a better idea, go for it. This change
2009-11-02 John Bailey Make the proxy server port entry a spin button instead. Paul noticed this
2009-11-02 John Bailey Per discussion in devel@conference.pidgin.im a couple days ago, make the
2009-11-02 Sadrul Habib Chowdhury Show a little prpl icon in request dialogs, when possible.
2009-11-01 Paul Aurich dns: Check read/write return value to silence a bunch of warnings.
2009-11-01 Sadrul Habib Chowdhury merge of '35051ef78ac9fe0b4c494411560d1b9dc566f414'
2009-11-01 Paul Aurich merge of '1def2be2e4073bd8f441667545132de3b851cd71'
2009-11-01 Paul Aurich dns: I don't think this worked correctly before.
2009-10-31 Paul Aurich dns: Avoid two warnings when building with --disable-idn.
2009-11-01 Sadrul Habib Chowdhury merge of '861f103afc4b68b9d049bb8d1f2fe8c6642267df'
2009-10-31 Daniel Atallah Define WIN32_LEAN_AND_MEAN where possible during the compile to hopefully speed it up.
2009-10-30 Elliott Sales de Andrade merge of '2a337fc21125a25203efca7d15ea3002fa8e35fb'
2009-10-30 Elliott Sales de Andrade When restricting a buddy on both the Allow and Block lists to just one
2009-10-30 Elliott Sales de Andrade Instead of $@, use "$*" in run_or_die or else printf will re-use the format
2009-10-30 Elliott Sales de Andrade My version of sed seems to require no space between the -i and the backup
2009-10-30 Elliott Sales de Andrade Add an error handler for the RML command as well.
2009-10-30 Elliott Sales de Andrade Fold the ADL 241 error handler into the base ADL error handler since it
2009-11-01 Sadrul Habib Chowdhury Disable unsupported actions for federated users on Yahoo.
2009-11-01 Sadrul Habib Chowdhury Cannot send a file to a Yahoo! user on MSN.
2009-11-01 Sadrul Habib Chowdhury Cannot send a file to a federated user on yahoo.
2009-10-30 Sadrul Habib Chowdhury Disable 'Remove' when no icon set.
2009-10-30 Sadrul Habib Chowdhury Parse online presence from yahoo buddies after going online on MSN.
2009-10-28 Sadrul Habib Chowdhury merge of '03cc2a9636edee3bb1eb9b88cee209cdb6096c7c'
2009-10-28 Gary Kramlich cleaned up the output of the command being run in run_or_die
2009-10-28 Gary Kramlich fix the fix for broken libtool 0.40.6 on osx
2009-10-27 Gary Kramlich added a cleanup function to remove our autogen-?????? files when autogen receives SIGINT
2009-10-28 Sadrul Habib Chowdhury Fix a leak on status updates from federated buddies on yahoo.
2009-10-27 Sadrul Habib Chowdhury Make sure the selection is within bounds before accepting a click-drag
2009-10-27 Sadrul Habib Chowdhury Fix a couple of invalid reads after clearing the text in an entry box.
2009-10-27 Ka-Hing Cheung merge of '8e5917b1daee611a3587cb11727a37b8b0bc72a5'
2009-10-27 Ka-Hing Cheung don't remember the message if we switch to a saved status (transient
2009-10-27 Ka-Hing Cheung try not to artificially hide and then unhide the imhtml when status
2009-10-26 Ka-Hing Cheung colapses 2 ifs together
2009-10-26 Ka-Hing Cheung I don't think the comment made sense, this is probably what it meant
2009-10-26 Ka-Hing Cheung only need to loop over active accounts once for this
2009-10-25 Ka-Hing Cheung strncmp -> g_str_equal
2009-10-25 Ka-Hing Cheung mostly comment changes, changed a str && !strcmp to purple_strequal
2009-10-25 Ka-Hing Cheung there's no reason for message_changed to use g_utf8_collate, and also
2009-10-25 Ka-Hing Cheung break early if we found the right saved status, and rewrote the exit logic
2009-10-26 Josep Puigdemont Catalan translation updated.
2009-10-26 Paul Aurich account: Don't leak the account->privacy / account->deny lists.
2009-10-26 Paul Aurich Fix another leak. Various iterations of:
2009-10-26 Paul Aurich cipher: #include internal.h first. Fixes a warning on Solaris 8. Refs #10523.
2009-10-26 Paul Aurich jabber: Plug another leak.
2009-10-26 Paul Aurich jabber: Oops. --leaks.
2009-10-26 Paul Aurich Build '.' before tests, since the tests require libpurple.la
2009-10-26 Paul Aurich jabber: Remove the roster pool stuff.
2009-10-26 Paul Aurich jabber: Don't ignore Google buddies with subscription="none", but ask="subscribe".
2009-10-26 Paul Aurich pidgin: Bold usernames with unread messages in the buddy list again. Closes #10068.
2009-10-25 Marcus Lundblad ChangeLog the smiley tooltip fix
2009-10-25 Marcus Lundblad And that should be done in gtk_imhtml_insert_smiley_at_iter too...
2009-10-25 Marcus Lundblad Fix randomly broken tooltip for custom smileys.
2009-10-25 Marcus Lundblad Changed name
2009-10-25 Marcus Lundblad Removed XEPs we already support and those that have become obsoleted.
2009-10-25 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-10-25 Daniel Atallah Prevent an assertion when the status icon pixbuf isn't found.
2009-10-24 Sadrul Habib Chowdhury Unregister commands registered by a perl-plugin when unloading it.
2009-10-24 Sulabh Mahajan merge of '7df8a2a726d522f0120b6cec62f683503591a040'
2009-10-24 Sulabh Mahajan Implement IMvironment check per IM, not global
2009-10-24 Sulabh Mahajan Make checking of p2p packet with invalid id per IM instead of per packet.
2009-10-24 Sulabh Mahajan Fix a crash on receiving an offline message from a federated buddy. Also handle federated buddy per IM. Refs #9814
2009-10-24 Elliott Sales de Andrade Fix a crash when sending OIMs on MSN. The callback function used after
2009-10-24 Paul Aurich jabber: Reject invalid chat nicks in /nick command. Fixes #10532.
2009-10-23 Elliott Sales de Andrade ChangeLog previous two fixed items.
2009-10-23 Elliott Sales de Andrade The connection display name can be NULL, so make sure we don't try to use
2009-10-23 Elliott Sales de Andrade The MSN servers are a bit more strict about what's allowed in emails than
2009-10-22 Sadrul Habib Chowdhury Show the message only for the chats for the account signing off.
2009-10-22 Sadrul Habib Chowdhury Fix creating a conversation with a user in a chatroom from the userlist.
2009-10-21 Sadrul Habib Chowdhury merge of '53b11891588df0478720a5c40652312812cde6aa'
2009-10-21 Mark Doliner Oh no that wasn't right. This code is weird.
2009-10-21 Mark Doliner Surely this was a mem leak?
2009-10-21 Mark Doliner Make sure the room name and the buddy who invited you are non-null
2009-10-21 Mark Doliner Call purple_privacy_check() even when the protocol has some privacy
2009-10-21 Sadrul Habib Chowdhury A simple g_strdup is fine here.
2009-10-21 Sadrul Habib Chowdhury Rejoin an opened chat after an account reconnects.
2009-10-21 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-10-20 Paul Aurich jabber: Fix a comment.
2009-10-20 Paul Aurich Add another (IMHO unintuitive) JID test. Refs #10532.
2009-10-19 Paul Aurich merge of '752623f68962a90397d0ac88cfa20f7435e704aa'
2009-10-19 Paul Aurich When switching the account in the Disco / Room List dialogs, kill the visible
2009-10-17 Paul Aurich jabber: Improved support for XEP-0249 (and document the legacy stuff).
2009-10-19 Daniel Atallah Fix the win32 URIs to only linkify if the protocol is followed by a colon.
2009-10-19 maiku Add hold changes for media calls.
2009-10-19 maiku Add a hold button to the media window.
2009-10-19 maiku Actually emit the PURPLE_MEDIA_INFO_{,UN}HOLD signals.
2009-10-19 maiku Fix unhold string in media info enum.
2009-10-16 Elliott Sales de Andrade Sadrul's change from 3abad7606f4a2dfd1903df796f33924b12509a56 fixes a
2009-10-16 Elliott Sales de Andrade Restore ChangeLog entry from 466c48e63... that was lost in 1bcd0bb175....
2009-10-16 Paul Aurich jabber: Correct the /part command's help.
2009-10-16 Mark Doliner Grab changes from the 2.6.3 branch
2009-10-16 Mark Doliner Next release from trunk will be 2.6.4 or 2.7.0
2009-10-16 Mark Doliner Fix a remote-crash bug in ICQ (and probably AIM). It happens when the
2009-10-16 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-10-16 Paul Aurich Print that specific message only when there is a CN; otherwise fall back
2009-10-16 Paul Aurich printf("%s", NULL) when a cert has no CN. Refs #10519.
2009-10-16 Paul Aurich merge of '33ac448c0d0fbe2bd41ad24c9d2e8faa14fafa69'
2009-10-15 Mark Doliner This should derfernately be changelogged
2009-10-15 Mark Doliner Don't call aim_src_clientready() until we have activated our feedbag
2009-10-16 Paul Aurich Typo.
2009-10-15 Paul Aurich jabber: Remove useless jabber_normalize calls now that the data in the hash table
2009-10-15 Paul Aurich merge of '0ff7fb50305f33b84a373ff00a085c25175515c1'
2009-10-15 Sulabh Mahajan Yahoo prpl is crashing everytime a message from a yahoo buddy is received (have not checked federated ids).
2009-10-14 John Bailey Credit Frostregen for the userlist styling thing. Refs #9377.
2009-10-15 Paul Aurich jabber: Reduce these from assertions to checks.
2009-10-14 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-10-14 Daniel Atallah merge of '1bcd0bb175fd417fd165aa7b52e219c97b0e30c6'
2009-10-13 Paul Aurich merge of '5fc198b7a02aacaaa8a7045d9df437c2d0e9006b'
2009-10-14 Daniel Atallah Register URL handlers for everything that Windows has knows about like we do
2009-10-12 John Bailey merge of '80eaa62b397424cadf9ea37ca0e98894f823fbf5'
2009-10-12 John Bailey merge of '466c48e634f92dbe476c9d7504ef7eb91a4b304e'
2009-10-12 Elliott Sales de Andrade merge of '899182ae412c1d58eab5efb5001e980fdfda4190'
2009-10-13 Paul Aurich Shut up valgrind ("unitialized bytes(s)...") and changelog.
2009-10-13 Paul Aurich Fix the code dealing with writing a TXT lookup response from child to parent.
2009-10-12 Paul Aurich jabber: Use the newly refactored code to simplify "Initiate Chat".
2009-10-12 Paul Aurich jabber: Refactor the chat-joining code
2009-10-12 eion jabber: Add an "Initiate Chat" blist context menu option for GTalk accounts.
2009-10-12 John Bailey ChangeLog the MSN thing and rearrange the ChangeLog sections to be more
2009-10-12 Sadrul Habib Chowdhury Fix MSN forgetting display names for buddies. Fixes #10421.
2009-10-12 Sadrul Habib Chowdhury merge of '3abad7606f4a2dfd1903df796f33924b12509a56'
2009-10-12 John Bailey Oops, forgot to credit kryojenik on fixing federated user blocking. Refs #9983.
2009-10-12 John Bailey Credit kryojenik for his patch. Refs #9814.
2009-10-12 John Bailey Explicitly define the enum values like Paul wanted. Refs #9814.
2009-10-12 kryojenik23-pidgin Handle adding Lotus Sametime and Microsoft OCS buddies to Yahoo! accounts.
2009-10-10 Elliott Sales de Andrade Minor comment typo.
2009-10-11 Sadrul Habib Chowdhury Swap two lines to fix a crash.
2009-10-10 Sadrul Habib Chowdhury Fix a small leak.
2009-10-10 Sadrul Habib Chowdhury A leak fix in the candidate list, and some code simplification.
2009-10-11 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-10-10 Paul Aurich Use the appropriate function to remove an input watcher.
2009-10-10 Yoshiki Yazawa merged with im.pidgin.pidgin
2009-10-10 Paul Aurich ssl-gnutls: I think this error message makes a little more sense.
2009-10-10 Paul Aurich Check in the configure.ac check to go along with that #ifdef... Refs #10412.
2009-10-10 Paul Aurich Some wordsmithing on this message from Y S Landro, Richard, William, and Kevin (on the translators m-l).
2009-10-10 Paul Aurich Check the GnuTLS version before using a recent-ish flag. Fixes #10412.
2009-10-10 Sadrul Habib Chowdhury merge of '1db1fa363515af9bf20cd293f7ff7995d16099bb'
2009-10-09 Sadrul Habib Chowdhury Allow setting a destroy-function for the data. Fixes a leak.
2009-10-09 Sadrul Habib Chowdhury Fix an incorrect leak-fix. Thanks Elliott!
2009-10-09 Paul Aurich merge of '5b55f7c6ba5c3a07e85fbc2cd0370a411c7c70db'
2009-10-09 Paul Aurich merge of '0818f22621a06fa5a61bba3d4a10de1e42813cfa'
2009-10-08 Sadrul Habib Chowdhury Fix a leak, and a series of typos.
2009-10-08 Sadrul Habib Chowdhury Fixing leak is nice, but let's not crash in the process.
2009-10-08 Sadrul Habib Chowdhury Leak fix for perl plugins.
2009-10-08 Sadrul Habib Chowdhury Donot use a servconn if it's freed. Mark a leak.
2009-10-08 Sadrul Habib Chowdhury Fix a possible leak.
2009-10-08 Sadrul Habib Chowdhury Fix leaks, and a bug.
2009-10-08 Sadrul Habib Chowdhury Nullify the freed pointer so it's not accessed later.
2009-10-08 Sadrul Habib Chowdhury Leak fix.
2009-10-08 Sadrul Habib Chowdhury Leak fix.
2009-10-09 Paul Aurich Don't crash when $gc is undefined in a call to Purple::Prpl::send_raw.
2009-10-08 Sadrul Habib Chowdhury merge of '333738ef627ffd5419b727b4031f65b60f94f7aa'
2009-10-07 Sadrul Habib Chowdhury Free up the parsers.
2009-10-07 Sadrul Habib Chowdhury Add missing null sentinels, and help the compiler catch such errors.
2009-10-07 Sadrul Habib Chowdhury Plug leaks in the file-selector code.
2009-10-07 Björn Voigt German translation update
2009-10-07 Björn Voigt - German update
2009-10-06 Sadrul Habib Chowdhury merge of '071f90416f664b41b4426e7929dc0a595aa02127'
2009-10-06 Sadrul Habib Chowdhury Fix sending /buzz on yahoo.
2009-10-09 Paul Aurich Mark "STUN server:" for translation.
2009-10-06 Paul Aurich merge of '319a1520a23092d6a84cf888dd358669dd7ba7c3'
2009-10-05 Björn Voigt German translation update:
2009-10-06 Paul Aurich Add the Entrust.net Secure Server CA (taken from Debian's set). Closes #10247.
2009-10-06 Paul Aurich jabber: Re-arrange the code that detects legacy servers so that we don't stomp over "Host Unknown" errors.
2009-10-05 Paul Aurich jabber: Fix removing a buddy with a pending subscription.
2009-10-04 Paul Aurich Note whether IDN support is enabled/disabled in the Help->About dialog.
2009-10-04 Paul Aurich Remove a stray printf()
2009-10-04 Paul Aurich Document the opaque structure. Refs #10432.
2009-10-04 clytie Updated Vietnamese translation. Closes #10409.
2009-10-04 John Bailey Oops, forgot to ChangeLog that. Refs #9377.
2009-10-04 John Bailey Allow a user to use gtkrc to style the userlist in chat windows. I don't think
2009-10-03 John Bailey Add Sulabh as a developer, as we were supposed to do once the Summer of Code
2009-10-03 Elliott Sales de Andrade Don't attempt to change the alias on the server if the contact is not (yet)
2009-10-03 Elliott Sales de Andrade Don't crash is passport is NULL on Windows. I don't know why this would
2009-10-03 Paul Aurich Null-terminate this string explicitly to avoid valgrind complaining.
2009-10-03 Paul Aurich jabber: Don't try to pull a photo out of the <PHOTO/> cdata.
2009-10-02 Daniel Atallah Prevent a NULL sprintf(%s) when no resource is assigned to an account during inband registration. Fixes #10420.
2009-10-02 Sadrul Habib Chowdhury merge of '4f0da4d0982e7676421da341297c5a36718765e3'
2009-10-01 Sadrul Habib Chowdhury Do not special case the first group added to the buddy list.
2009-09-30 Sadrul Habib Chowdhury Plug leaks from incorrect color types/names in gntrc.
2009-10-02 Paul Aurich Add ":p" (since we already have :-p) as an XMPP smiley.
2009-09-30 Sadrul Habib Chowdhury Extend the TinyURL plugin.
2009-09-29 Paul Aurich merge of '3817d6fd81f4052bb57cd8ad113d8ffd8028591b'
2009-09-29 Sadrul Habib Chowdhury merge of '6a834614341327cc0cbbdc3887692354df8999e3'
2009-09-28 Sadrul Habib Chowdhury Fix a possible null-dereference and/or memory leak.
2009-09-28 Sadrul Habib Chowdhury Do not create a conversation yet.