log

age author description
Thu, 18 Aug 2011 08:38:23 +0000 Mark Doliner Open an explorer.exe window at the location of the file when clicking
Thu, 18 Aug 2011 08:00:50 +0000 Mark Doliner Prepare for release (the actually tarballs won't get released until a few
Thu, 18 Aug 2011 07:45:39 +0000 Mark Doliner Hebrew translation updated (Shalom Craimer)
Thu, 18 Aug 2011 07:34:41 +0000 Mark Doliner Dutch translation updated (Gideon van Melle)
Thu, 18 Aug 2011 07:19:23 +0000 Mark Doliner "msgfmt -cv mn" complained that this file had translations with mismatched
Thu, 18 Aug 2011 07:09:21 +0000 Mark Doliner Commit updated versions of our translations after running po/stats.pl
Thu, 18 Aug 2011 06:55:40 +0000 Mark Doliner I'm gonna add the transifex config file to the repository. I think it makes
Thu, 18 Aug 2011 06:00:04 +0000 Mark Doliner Chinese (Hong Kong) translation updated (Ambrose C. Li, Paladin R. Liu)
Thu, 18 Aug 2011 05:52:10 +0000 Mark Doliner Afrikaans translation updated (Friedel Wolff)
Thu, 18 Aug 2011 05:45:34 +0000 Mark Doliner Ukrainian translation updated (Oleksandr Kovalenko)
Thu, 18 Aug 2011 05:43:04 +0000 Mark Doliner Albanian translation updated (Besnik Bleta)
Thu, 18 Aug 2011 05:37:11 +0000 Mark Doliner Polish translation updated (Piotr DrǬg)
Wed, 17 Aug 2011 23:54:59 +0000 Ethan Blanton Bounds-check stringref copies (which are safe anyway)
Wed, 17 Aug 2011 22:00:37 +0000 Elliott Sales de Andrade Fix a leak found by HanzZ.
Wed, 17 Aug 2011 04:10:02 +0000 John Bailey I noticed this inconsistent indent when fixing Ethan's previous entry.
Wed, 17 Aug 2011 04:09:09 +0000 John Bailey I'm 99.999999% sure Ethan meant this to be here.
Wed, 17 Aug 2011 01:56:48 +0000 maiku Fix parsing Yahoo sms carrier result
Tue, 16 Aug 2011 17:11:39 +0000 jamie Fix potential crash when NAMES is empty.
Tue, 16 Aug 2011 15:08:57 +0000 Ethan Blanton ChangeLog update for NTLM fix
Tue, 16 Aug 2011 15:06:48 +0000 jond578 Fix NTLM endianness issue.
Tue, 16 Aug 2011 15:03:35 +0000 Ethan Blanton Fix some un-fixes in the Zephyr strlcpy changes
Tue, 16 Aug 2011 12:09:51 +0000 Timo Jyrinki Update Finnish translation.
Tue, 16 Aug 2011 06:49:37 +0000 Mark Doliner A unit test check from the EFF
Tue, 16 Aug 2011 04:45:39 +0000 Mark Doliner Fix this compile warning:
Mon, 15 Aug 2011 04:18:59 +0000 Ethan Blanton Fix formatting by a third grader with a crayon
Mon, 15 Aug 2011 04:16:23 +0000 Ethan Blanton Rationalize nat_pmp.c:default_gw() and free leaked buffer.
Sun, 14 Aug 2011 20:19:43 +0000 Josep Puigdemont Catalan (Valencian) translation udated on behalf of Vicent Cubells.
Sun, 14 Aug 2011 20:17:56 +0000 Josep Puigdemont Catalan translation udated.
Sun, 14 Aug 2011 19:04:59 +0000 masca Fix a crash when the account is disconnected and we have requested a SB. (Hanzz, ported by shlomif)(Fixes #12431)
Sat, 13 Aug 2011 21:57:35 +0000 andrew victor The 24x24 MXit protocol icon wasn't being installed.
Thu, 11 Aug 2011 18:31:02 +0000 Josep Puigdemont Catalan translation updated.
Thu, 11 Aug 2011 16:30:51 +0000 Ethan Blanton Fix truncation of a string in the Yahoo! prpl to be not quite so stupid.
Thu, 11 Aug 2011 16:24:26 +0000 Ethan Blanton Bounds check hostname lengths for DNS SRV lookups. (EFF)
Thu, 11 Aug 2011 16:17:29 +0000 Ethan Blanton Bounds check an OSCAR normalization. (EFF)
Thu, 11 Aug 2011 16:13:15 +0000 Ethan Blanton Almost certainly not an issue, but bounds check a strcpy in stun.c (EFF)
Thu, 11 Aug 2011 16:10:33 +0000 Ethan Blanton Bounds check log scanning, thanks to the EFF
Thu, 11 Aug 2011 16:08:40 +0000 Ethan Blanton Use MAXPATHLEN instead of 256 for some path buffer sizes
Thu, 11 Aug 2011 14:45:26 +0000 Ethan Blanton Patch up merge
Thu, 11 Aug 2011 14:44:44 +0000 Ethan Blanton merge of '269c6e29c67a1c066871499e76575d4700bf6744'
Sun, 17 Jul 2011 21:57:50 +0000 Ethan Blanton Update ChangeLog for EFF credit, completeness
Sun, 17 Jul 2011 21:14:23 +0000 Ethan Blanton Change another hostname lookup fallback to use g_strlcpy.
Sun, 17 Jul 2011 21:10:42 +0000 Ethan Blanton Use g_strlcpy instead of strcpy in MSN alias string creation.
Sun, 17 Jul 2011 21:04:52 +0000 Ethan Blanton Copy hostname fallbacks using g_strlcpy instead of strcpy.
Sun, 17 Jul 2011 20:55:12 +0000 Ethan Blanton Complete the conversion of win32 utsname construction to bounds-checked access.
Sun, 17 Jul 2011 20:52:50 +0000 Ethan Blanton Fill out struct utsname on win32 using g_strlcpy instead of strcpy.
Sun, 17 Jul 2011 20:36:15 +0000 Ethan Blanton Changed a strcpy in the mxit prpl to a bounds-checked g_strlcpy.
Sun, 17 Jul 2011 17:48:47 +0000 Ethan Blanton Replace an unchecked strcpy with g_strlcpy().
Sun, 17 Jul 2011 17:34:55 +0000 Ethan Blanton Fix up several Tcl loader string copies to use g_strlcpy().
Sun, 17 Jul 2011 17:17:19 +0000 Ethan Blanton Fix up Zephyr g_strlcpy patch
Sun, 17 Jul 2011 03:57:21 +0000 Ethan Blanton Replace numerous strcpy() invocations with strlcpy() in Zephyr.
Sun, 17 Jul 2011 03:56:39 +0000 Ethan Blanton Credit the EFF for the following diffs
Thu, 11 Aug 2011 08:28:31 +0000 Bj«Órn Voigt German translation update for 2.10.0
Thu, 11 Aug 2011 06:36:47 +0000 Mark Doliner merge of '56ec802a4201a596a1bf852cae8f08819ca6bedc'
Mon, 08 Aug 2011 03:52:25 +0000 Mark Doliner Fix this compile warning:
Mon, 08 Aug 2011 21:49:06 +0000 Elliott Sales de Andrade Don't accidentally add a second login timeout. This shouldn't happen
Mon, 08 Aug 2011 21:43:19 +0000 Elliott Sales de Andrade Don't request the AB if getting the contact list failed. Either there's
Sun, 07 Aug 2011 02:10:04 +0000 John Bailey Fix logging into Yahoo! JAPAN. Fixes #14259.
Sat, 06 Aug 2011 04:52:18 +0000 John Bailey Bj«Órn Voigt pointed out that my plugin info dialog doesn't show the e-mail
Sun, 31 Jul 2011 10:35:47 +0000 Bj«Órn Voigt German translation update
Tue, 26 Jul 2011 06:32:35 +0000 Mark Doliner Fix crash selecting Tools->Set Mood when you're online with an
Tue, 26 Jul 2011 06:22:43 +0000 Mark Doliner Add Maiku's revision b22fe1b183e37298da577f19bdca6f318b209324 to the changelog.
Fri, 22 Jul 2011 19:55:24 +0000 Elliott Sales de Andrade Destroy the existing Nexus if we get a second USR SSO. This might
Thu, 21 Jul 2011 06:10:54 +0000 Paul Aurich log_reader: Properly fix the QIP crash, and unbreak the Trillian reader (c is NULL the last time through, so just quit out early then)
Thu, 21 Jul 2011 05:55:03 +0000 Paul Aurich sametime: Compile! (other build environment apparently lacked libmeanwhile...)
Thu, 21 Jul 2011 05:39:48 +0000 Paul Aurich log_reader: Fix an actual crash in the QIP reader.
Thu, 21 Jul 2011 05:37:06 +0000 Paul Aurich merge of '60a632cb295df557713697e92727d551d7345451'
Thu, 21 Jul 2011 05:36:54 +0000 Paul Aurich log_reader: strchr(), and some simplifying to make clang happier
Thu, 21 Jul 2011 03:26:18 +0000 Paul Aurich sametime: Avoid a theoretical null strcmp
Thu, 21 Jul 2011 03:16:51 +0000 Paul Aurich prefs: Avoid an atoi(NULL) when reading the prefs from disk
Wed, 20 Jul 2011 16:51:55 +0000 Paul Aurich dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attention
Wed, 20 Jul 2011 05:04:37 +0000 Paul Aurich dnssrv: Refactor to reduce code duplication
Tue, 19 Jul 2011 20:07:25 +0000 Paul Aurich Fix build of dnssrv.c on Windows; thanks to eschman for pointing this out.
Tue, 19 Jul 2011 16:56:23 +0000 Ethan Blanton Fix the handling of IRC formatting following mIRC ^O.
Sun, 17 Jul 2011 20:38:09 +0000 Paul Aurich dnsquery: Behold, automagic conversion of a string IP address into a sockaddr struct, IPv#-independent.
Sun, 17 Jul 2011 20:08:13 +0000 Paul Aurich dnssrv: Proper memory management here, which stops random crashes elsewhere.
Sun, 17 Jul 2011 17:23:17 +0000 Paul Aurich dnssrv: Avoid a few extraneous iterations through the list. Refs #12647
Sun, 17 Jul 2011 17:15:13 +0000 Paul Aurich Whitespace changes
Sun, 17 Jul 2011 17:14:21 +0000 thijsalkemade Fixes to the PurpleSrvTxtQueryUiOps code. Refs #12647
Sun, 17 Jul 2011 05:29:19 +0000 Paul Aurich La de dah, thanks John
Sun, 17 Jul 2011 05:08:07 +0000 Paul Aurich jabber: Fix /join behavior. Closes #14205.
Sun, 17 Jul 2011 04:03:42 +0000 Paul Aurich pidgin: Fix building on GTK+ less than 2.14.
Sun, 17 Jul 2011 03:55:29 +0000 Paul Aurich gg: Fix build w/ older versions of GnuTLS.
Thu, 14 Jul 2011 21:59:44 +0000 tomkiewicz More debugging informations when updating avatars in Gadu-Gadu
Thu, 14 Jul 2011 05:54:10 +0000 Elliott Sales de Andrade Remove duplicate calls to msn_slpmsg_set_slplink. This function is
Tue, 12 Jul 2011 19:49:44 +0000 Ethan Blanton Suppress error spews when we've left an IRC channel but the window is open.
Sun, 10 Jul 2011 13:11:36 +0000 Florian Qu«²ze Fix some closes on invalid fds, which can crash on Windows.
Sat, 09 Jul 2011 22:34:25 +0000 John Bailey ChangeLogging.
Sat, 09 Jul 2011 22:33:41 +0000 John Bailey Make the ChangeLog.API entry accurate.
Sat, 09 Jul 2011 22:32:24 +0000 John Bailey We're now 2.10.0 because I added the plugin info dialog.
Sat, 09 Jul 2011 22:27:13 +0000 John Bailey Add a plugin information dialog that shows information for all plugins, even
Fri, 08 Jul 2011 01:37:00 +0000 masca We have not been in 2009 while ago nor this project is dead.
Fri, 08 Jul 2011 01:35:31 +0000 masca Update the AUTHORS file with the information in the Developer Information window.
Fri, 08 Jul 2011 01:25:13 +0000 masca Credit Quenin Brandon for the max size in incoming smileys patch. Changelog it.
Thu, 07 Jul 2011 04:47:10 +0000 masca Make the max size of incoming smileys a pref instead of harcoding it. Patch from Xinef (with small modifications) Refs #5231
Wed, 06 Jul 2011 22:04:06 +0000 Ethan Blanton Fix debug message for IRC periodic WHO
Sun, 03 Jul 2011 23:25:42 +0000 Paul Aurich configure.ac: Prep for next release
Fri, 01 Jul 2011 14:12:00 +0000 tomkiewicz Merged two buddy blocking methods in Gadu-Gadu protocol. Fixes #5303
Mon, 27 Jun 2011 07:01:10 +0000 Paul Aurich conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.
Mon, 27 Jun 2011 05:36:22 +0000 Paul Aurich irc: Save one useless hash table lookup
Mon, 27 Jun 2011 05:24:53 +0000 Paul Aurich jabber: Check for empty string when setting mood.
Sun, 26 Jun 2011 20:37:03 +0000 Paul Aurich Fix the merge some more
Sat, 25 Jun 2011 19:56:59 +0000 Paul Aurich Fix up merge
Sat, 25 Jun 2011 19:54:02 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin.next.minor' (head 9681bcefcadc4b4fad248fd0ec922892aaefdd76)
Wed, 22 Jun 2011 02:35:45 +0000 Paul Aurich conversation: Use the right comparison type (case-sensitive) for the hash table
Tue, 21 Jun 2011 05:45:24 +0000 Paul Aurich conversation: Okay, one final fix.
Tue, 21 Jun 2011 04:40:14 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head cc3c0e426393176ef87b207eeed1a17efc8dec7d)
Tue, 21 Jun 2011 04:35:04 +0000 Paul Aurich Add constant-time lookup of row in the userlist by way of PurpleConvChatBuddy ui_data
Tue, 21 Jun 2011 03:34:50 +0000 Paul Aurich conversation: Use a copy of the name and clear hash after emitting "left" signals
Tue, 21 Jun 2011 01:58:17 +0000 Paul Aurich gtkconv: Remove a redundant lookup, as that just calls purple_conv_chat_cb_find()
Tue, 21 Jun 2011 01:40:54 +0000 Paul Aurich conversation: Strip off the exposed function pointers.
Mon, 20 Jun 2011 06:07:46 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9fc56c5e4669dbbaa42a495b831982f2732e3895)
Mon, 20 Jun 2011 06:03:12 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 3dbc4e50c575de418e1df8f965957b195aeff2ca)
Mon, 20 Jun 2011 05:24:30 +0000 Paul Aurich conversation: O(1) purple_conv_chat_cb_find
Mon, 20 Jun 2011 05:11:53 +0000 Paul Aurich Bump version numbers for 2.9.0
Sat, 25 Jun 2011 02:47:48 +0000 Paul Aurich merge of '2cabccedebb0366f69f7d3e9c3e16e2f4c6b3aae'
Sat, 25 Jun 2011 02:34:24 +0000 Paul Aurich jabber: Make jabber_prpl_send_raw() return strlen(buf) when len is negative.
Sat, 25 Jun 2011 02:42:08 +0000 Ethan Blanton Fix races between irc_send_raw() and normal prpl-internal sends.
Fri, 24 Jun 2011 16:44:06 +0000 Ethan Blanton propagate from branch 'im.pidgin.pidgin.2.9.0' (head d3dccc0843de29ce8d5c7e2e017028396dc2b46b)
Wed, 22 Jun 2011 07:16:29 +0000 Mark Doliner ChangeLog my security fix
Wed, 22 Jun 2011 07:09:42 +0000 Mark Doliner applied changes from 6cf1aee8ac5e3c836af832eaf26ccedd611dc70b
Wed, 22 Jun 2011 02:48:46 +0000 Paul Aurich Pluck the performance improvement code needed for large IRC channels.
Tue, 21 Jun 2011 04:46:11 +0000 Paul Aurich *** Plucked rev cc3c0e426393176ef87b207eeed1a17efc8dec7d (darkrain42@pidgin.im):
Mon, 20 Jun 2011 05:52:30 +0000 Mark Doliner Add an additional thing to the changelog
Mon, 20 Jun 2011 05:47:39 +0000 Mark Doliner I needed to increment this
Mon, 20 Jun 2011 05:37:11 +0000 Mark Doliner Let's do a quick bugfix release on Thursday. I have a patch pending that
Mon, 20 Jun 2011 05:33:58 +0000 Mark Doliner applied changes from fc575a35d01a235fedb83f75b6f8b2a60fe9d48b
Mon, 20 Jun 2011 05:33:34 +0000 Mark Doliner applied changes from 10a19d0da323fdc8c2b315968e383219d8b9101f
Mon, 20 Jun 2011 05:33:07 +0000 Mark Doliner applied changes from 1e3728083b5ef50e0df8972a39da09a1ddea8417
Mon, 20 Jun 2011 05:32:40 +0000 Mark Doliner applied changes from d4ad4dcf4f618793c9201ace11269bac63645d69
Mon, 20 Jun 2011 05:32:19 +0000 Mark Doliner applied changes from 00c6d11a264a02d1aaa23feb52eab5ca46e655c8
Mon, 20 Jun 2011 05:31:28 +0000 Mark Doliner applied changes from aebefd6d98382ce0f7b42b41e4bf2611044d4182
Mon, 20 Jun 2011 05:30:52 +0000 Mark Doliner applied changes from 32a55bbc4f1e8d632d205d040fa3e814559e1c95
Mon, 20 Jun 2011 05:29:40 +0000 Mark Doliner applied changes from 341e86eb5b808e0eab3242d7be676f83eca02b08
Mon, 20 Jun 2011 05:29:11 +0000 Mark Doliner applied changes from 1d2a25ce8baec7e426910e310ed73db0a4961c31
Mon, 20 Jun 2011 05:28:13 +0000 Mark Doliner applied changes from 9e7616dbab2878bcc9f4b412bca1f55c903a337e
Fri, 24 Jun 2011 06:54:33 +0000 Elliott Sales de Andrade merge of '8512af37c7822c68f1cf46a02cbca592f6c79468'
Wed, 22 Jun 2011 07:31:02 +0000 Mark Doliner Merge updates from the 2.9.0 branch into trunk
Wed, 22 Jun 2011 07:07:28 +0000 Mark Doliner Start looking at the GError parameter every time we call these functions:
Wed, 22 Jun 2011 22:10:37 +0000 tomkiewicz Better status message handling in Gadu-Gadu. Fixes #14314
Wed, 22 Jun 2011 17:43:51 +0000 Mark Doliner Add a silly little check to make sure our xml parser isn't vulnerable to the
Tue, 21 Jun 2011 07:43:07 +0000 Bj«Órn Voigt German translation update
Tue, 21 Jun 2011 04:38:32 +0000 Paul Aurich *** Plucked rev ab0701cb7b693759b1163133f4bb0681cca85436 (darkrain42@pidgin.im):
Mon, 20 Jun 2011 06:07:38 +0000 Paul Aurich merge of '3dbc4e50c575de418e1df8f965957b195aeff2ca'
Mon, 20 Jun 2011 05:53:59 +0000 Paul Aurich merge of '3a12ece5b629e6de76faec79315514e70ccb32bb'
Mon, 20 Jun 2011 06:03:02 +0000 Paul Aurich disapproval of revision '3a12ece5b629e6de76faec79315514e70ccb32bb'
Mon, 20 Jun 2011 04:14:13 +0000 Paul Aurich account: Move a normalization outside of the for loop
Mon, 20 Jun 2011 04:59:17 +0000 Mark Doliner Definitely changelog worthy
Mon, 20 Jun 2011 04:45:22 +0000 Mark Doliner Change Finch to use Pidgin's clientkey/devid when connecting to ICQ.
Sat, 18 Jun 2011 11:44:27 +0000 tomkiewicz Fixed some warnings when compiling Gadu-Gadu prpl under Windows.
Sat, 18 Jun 2011 11:29:11 +0000 tomkiewicz Fixed searching for buddies in Gadu-Gadu public directory. Fixes #5242
Sat, 18 Jun 2011 06:59:36 +0000 Elliott Sales de Andrade So, it seems gtkconv checks on stuff in the prpl struct. The lack of
Sat, 18 Jun 2011 04:17:27 +0000 Paul Aurich oscar: ...fix the *right* line this time.
Sat, 18 Jun 2011 02:01:30 +0000 Paul Aurich oscar: Avoid a few printf("%s", NULL)s
Tue, 14 Jun 2011 01:08:49 +0000 Paul Aurich merge of '6c48da37034a572986f08a85f9d99927f511b9d3'
Mon, 13 Jun 2011 22:29:48 +0000 maiku Fix coming out of idle while in an unavailable state for Yahoo
Mon, 13 Jun 2011 21:44:04 +0000 maiku Allow setting custom status messages for Yahoo when "Busy"
Mon, 13 Jun 2011 19:22:24 +0000 tomkiewicz No more warnings when receiving Gadu-Gadu system messages - fixes #13914
Mon, 13 Jun 2011 17:31:03 +0000 Stu Tomlinson We should not be installing libpurple/valgrind.h
Mon, 13 Jun 2011 17:28:01 +0000 Stu Tomlinson merge of '64f4eb5c598356fe1b8b9bc376faa66641096eda'
Mon, 13 Jun 2011 17:27:49 +0000 Stu Tomlinson This empty section was causing an invalid configure script to be
Sun, 12 Jun 2011 17:52:59 +0000 Mark Doliner Use dngettext() for two strings in the MXit protocol so that we handle
Sun, 12 Jun 2011 17:45:46 +0000 Mark Doliner Mention the gevolution compile fix in the changelog
Sun, 12 Jun 2011 09:40:09 +0000 Mark Doliner Fix compilation, as mentioned on the support mailing list on June 10th
Sun, 12 Jun 2011 09:37:15 +0000 Mark Doliner merge of '4beb86df935d5dfd7ce4107bcabe1944e59a63a2'
Sun, 12 Jun 2011 09:36:34 +0000 Mark Doliner These two lines produce stray "yes"'s for me when I run configure with
Tue, 07 Jun 2011 19:29:46 +0000 Marcus Lundblad Actually set the relay info for TCP
Tue, 07 Jun 2011 09:24:22 +0000 Mark Doliner Fix unmatched paren
Tue, 07 Jun 2011 09:09:44 +0000 Mark Doliner Oh yeah, we're trying not to update ChangeLog.win32. Changing our
Tue, 07 Jun 2011 09:04:54 +0000 Mark Doliner New version number
Tue, 07 Jun 2011 08:43:36 +0000 Mark Doliner Apparently "make release" wants the correct timestamp in here
Tue, 07 Jun 2011 08:38:51 +0000 Mark Doliner Would help if I had the correct date here
Tue, 07 Jun 2011 08:18:07 +0000 Mark Doliner Need to include deflate.h in EXTRA_DIST so that it gets included in
Tue, 07 Jun 2011 08:15:50 +0000 Mark Doliner Add a ChangeLog entry for my previous change
Tue, 07 Jun 2011 08:13:59 +0000 Mark Doliner Fix a potential null pointer dereference in the MSN protocol, discovered
Tue, 07 Jun 2011 07:42:56 +0000 Mark Doliner Prepare for release
Tue, 07 Jun 2011 07:41:17 +0000 Mark Doliner Updated Malay translation. Fixes #14160
Tue, 07 Jun 2011 07:26:14 +0000 Mark Doliner Updated Japanese translation! I think the might not have been updated
Tue, 07 Jun 2011 06:52:32 +0000 Mark Doliner Updated Russian translations
Mon, 06 Jun 2011 21:46:57 +0000 Ethan Blanton propagate from branch 'im.pidgin.pidgin.mxit' (head 60960f69854c3b350f48451efaf9adbe770bd810)
Sun, 15 May 2011 20:43:28 +0000 andrew victor MXit VV WIP.
Sun, 15 May 2011 20:37:43 +0000 andrew victor Since we now have a calculateAge() function we might aswell also show the buddy's age when viewing their profile information.
Sun, 15 May 2011 20:27:51 +0000 andrew victor Also show FirstName and LastName in search-results and friend-suggestions.
Sun, 15 May 2011 20:07:27 +0000 andrew victor merge of '480053700827137374fa90746e7c0dbf6e4d1cd5'
Sun, 08 May 2011 14:06:04 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head d6053150b258c5c8b2ac60e091a7d0d1b2d9be1d)
Mon, 09 May 2011 09:51:33 +0000 andrew victor When retrieving the users current Status-Message via profile packets,
Mon, 09 May 2011 09:49:06 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head fdb174f23d34033c1e5b7b9258f93d7b0928ba90)
Fri, 06 May 2011 08:12:34 +0000 andrew victor Additional MXit prpl changes listed.
Fri, 06 May 2011 08:05:04 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 27008103f84aa123bae2138b6e8c3a20303bde16)
Thu, 05 May 2011 15:41:38 +0000 andrew victor merge of '68f430dcc865c17bad99e7e29c516f5db7cb4336'
Wed, 04 May 2011 07:21:43 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head b4610e0aa7f5df4daa5d4ad90ce8a8d80f46e0fe)
Thu, 05 May 2011 07:34:24 +0000 pieter loubser * show a contact's status message when his offline (with get-info)
Tue, 03 May 2011 20:29:59 +0000 andrew victor Adding contacts normally and via search-results works slightly differently
Mon, 02 May 2011 11:00:39 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head fcd72ef630601a5c9de2e8465f3502ef38b67235)
Tue, 26 Apr 2011 13:43:24 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 075c2902b90abb6349a6b689e26fa0ecf720ca04)
Mon, 06 Jun 2011 20:13:30 +0000 Marcus Lundblad Add support for using TCP relaying with TURN
Mon, 06 Jun 2011 16:25:21 +0000 Ethan Blanton Fix gntwm.c compile on some platforms.
Sun, 05 Jun 2011 14:19:03 +0000 Ethan Blanton Fix ChangeLog to reference libgadu 1.11.0
Sun, 05 Jun 2011 14:15:04 +0000 Ethan Blanton Forgot two files for the gg 1.11.0 update
Sun, 05 Jun 2011 01:30:51 +0000 Ethan Blanton ChangeLog this libgadu update
Sun, 05 Jun 2011 01:28:53 +0000 Ethan Blanton Update libgadu to 0.11.0 plus local changes; thanks to Tomasz Wasilczyk.
Tue, 24 May 2011 01:48:26 +0000 Paul Aurich merge of 'b8354dfc19eecdfd2aecfdb2685fbd78b9010587'
Tue, 24 May 2011 01:46:25 +0000 Paul Aurich media/backend-fs2: Better fix for the NULL deref crash here.
Fri, 20 May 2011 22:29:29 +0000 Elliott Sales de Andrade Remove some struct packing from code that does login. I think this is
Fri, 20 May 2011 04:19:13 +0000 Paul Aurich I will compile before committing. I will compile before committing.
Thu, 19 May 2011 04:18:26 +0000 Paul Aurich Fix another leak
Thu, 19 May 2011 04:16:15 +0000 Paul Aurich oscar: Fix the leak of 'alias' in this function
Fri, 13 May 2011 07:19:46 +0000 Mark Doliner Hmm. It seems I missed some translations from Transifex. Now I'm
Fri, 13 May 2011 04:33:20 +0000 masca NEWS
Fri, 13 May 2011 04:32:48 +0000 masca Fix a bug where the tooltip is destroyed when it have a lot of information. Fixes #10510
Thu, 12 May 2011 12:47:40 +0000 John Bailey Fix my typo pointed out by kstange.
Thu, 12 May 2011 07:39:19 +0000 Bj«Órn Voigt German translation update
Thu, 12 May 2011 04:15:21 +0000 John Bailey NEWSing.
Thu, 12 May 2011 03:42:11 +0000 Paul Aurich NEWS, NEWS, get 'ya news!
Thu, 12 May 2011 03:16:21 +0000 Paul Aurich Elliott suggested ISO-8859-2 as being more correct here.
Thu, 12 May 2011 02:58:42 +0000 Paul Aurich merge of '75fc33a55bbcdb1cd95b14f424826226c67018b0'
Thu, 12 May 2011 02:31:25 +0000 Ka-Hing Cheung merge of '28fe114c65c7f5fa3fdc6a89311c370b76a1c371'
Wed, 11 May 2011 05:43:38 +0000 Ka-Hing Cheung You know, I've been telling myself that I am going to get back to
Thu, 12 May 2011 02:58:18 +0000 Paul Aurich Added Croatian translation from Sabina Drempeti««. Closes #13595
Thu, 12 May 2011 01:21:50 +0000 Paul Aurich media: Fix a NULL pointer deref crash, and add diagnostic logging.
Wed, 11 May 2011 09:29:47 +0000 Mark Doliner Fix setting icons with dimensions greater than 64x64 pixels by scaling
Wed, 11 May 2011 07:50:55 +0000 Mark Doliner Add changelog entries for the translators who commited their updates
Wed, 11 May 2011 05:04:43 +0000 Paul Aurich Get rid of a few other dead variables.
Wed, 11 May 2011 05:00:06 +0000 Paul Aurich msn: Avoid reading uninit memory.
Wed, 11 May 2011 04:42:07 +0000 Paul Aurich silc: Dead (redundant) initialization
Wed, 11 May 2011 04:35:06 +0000 Paul Aurich merge of '499902f7613784436d3ab1e47339e2822f695102'
Wed, 11 May 2011 03:49:44 +0000 Elliott Sales de Andrade Small space to tab changes.
Wed, 11 May 2011 04:34:39 +0000 Paul Aurich mxit: Audited the rest of mxit for glib/libc mixing of alloc/free
Wed, 11 May 2011 04:32:30 +0000 Paul Aurich mxit/protocols: Use g_realloc, as these are freed with g_free
Wed, 11 May 2011 04:29:56 +0000 Paul Aurich silc: Avoid calling strstr(NULL, ...) if chname isn't set.
Wed, 11 May 2011 04:20:12 +0000 Paul Aurich jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Wed, 11 May 2011 02:42:52 +0000 Paul Aurich jabber/bosh: We require glib 2.16 now, this was added in 2.16
Wed, 11 May 2011 01:58:03 +0000 Paul Aurich jabber: Treat empty <group/> elements as "Buddies", not ""
Tue, 10 May 2011 04:45:01 +0000 Paul Aurich Updated a bunch of translations.
Tue, 10 May 2011 03:18:20 +0000 Elliott Sales de Andrade Rename this enums a little better. And I don't think we need these
Tue, 10 May 2011 03:09:47 +0000 Elliott Sales de Andrade Hide some offset occurrences and define a couple of abstractions in
Mon, 09 May 2011 22:56:29 +0000 Elliott Sales de Andrade Getting the P2P version is probably the slplink's job, since it has
Mon, 09 May 2011 22:50:05 +0000 Elliott Sales de Andrade Let's not fool anyone here. The slplink is never NULL.
Mon, 09 May 2011 22:20:56 +0000 Elliott Sales de Andrade This function doesn't exist.
Mon, 09 May 2011 22:17:03 +0000 Elliott Sales de Andrade I've always wondered why the SB layer was parsing the P2P stuff, when
Mon, 09 May 2011 08:48:25 +0000 Mark Doliner Grab the only other translations I see in Trasifex, and fix I problem
Mon, 09 May 2011 08:34:25 +0000 Mark Doliner merge of 'd09f79ede5d30c1f516d4af546eb9a0f1d052593'
Mon, 09 May 2011 08:33:42 +0000 Mark Doliner I grabbed the Norwegian translation from Transifex. I guess we have
Mon, 09 May 2011 08:06:27 +0000 Elliott Sales de Andrade Get the P2P version based on the user. Still hard-coded as v1 though.
Mon, 09 May 2011 07:08:10 +0000 Elliott Sales de Andrade Get the slplink from the slpcall as needed.
Mon, 09 May 2011 07:02:44 +0000 Elliott Sales de Andrade Oops, forgot to checkin the header changes that go along with the
Mon, 09 May 2011 07:00:03 +0000 Elliott Sales de Andrade This function doesn't do much of anything any more.
Mon, 09 May 2011 06:56:18 +0000 Elliott Sales de Andrade Add the slplink as a parameter when creating a slpmsg ack.
Mon, 09 May 2011 06:44:45 +0000 Elliott Sales de Andrade Add the slpcall as a parameter when creating a slpmsg.
Sat, 07 May 2011 22:20:09 +0000 Bj«Órn Voigt German translation update
Sat, 07 May 2011 08:55:26 +0000 Josep Puigdemont Catalan translation updated.
Sat, 07 May 2011 08:43:31 +0000 Elliott Sales de Andrade Try to hide msn_p2p_info_get_flags as much as possible, since it may
Sat, 07 May 2011 07:49:25 +0000 Elliott Sales de Andrade Only send acks on p2pv2 when required.
Sat, 07 May 2011 07:29:47 +0000 Elliott Sales de Andrade Add P2Pv2 ack'ing.
Sat, 07 May 2011 07:28:05 +0000 Elliott Sales de Andrade Add a function to add/replace a TLV to a list.
Sat, 07 May 2011 07:22:03 +0000 Elliott Sales de Andrade Rename things a little.
Sat, 07 May 2011 07:14:48 +0000 Elliott Sales de Andrade The type and length of the TLV are only bytes, so fix the function
Fri, 06 May 2011 17:20:19 +0000 ª±ric Boumaour update french translation
Fri, 06 May 2011 16:20:46 +0000 Jochen Kemnade fix a typo in the German translation
Fri, 06 May 2011 08:10:24 +0000 Bj«Órn Voigt German translation update
Fri, 06 May 2011 06:33:29 +0000 Elliott Sales de Andrade Remove extra word.
Fri, 06 May 2011 06:31:40 +0000 Elliott Sales de Andrade merge of '09b81079c02d3b84a6dedbf29d6ce66862c09a71'
Fri, 06 May 2011 06:25:14 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.cpw.masca.p2p' (head 33ca865dacb9e5bcf763d06f6a42cbaca337cc64)
Tue, 04 Jan 2011 05:05:06 +0000 masca Add Peer Info TLV struct and values.
Tue, 04 Jan 2011 04:51:48 +0000 masca Add TLV and data fields to P2Pv2 Header.
Tue, 04 Jan 2011 04:47:57 +0000 masca Add P2Pv2 Data Header struct.
Tue, 04 Jan 2011 04:29:36 +0000 masca Compile.
Tue, 04 Jan 2011 04:06:36 +0000 masca propagate from branch 'im.pidgin.pidgin' (head 8707e10aca1fa6ef13a2a00f24760fb2ed97f641)
Wed, 15 Dec 2010 06:17:36 +0000 masca Add some constants used by P2Pv2.
Thu, 05 May 2011 22:21:12 +0000 Elliott Sales de Andrade I think this is the way to map to P2Pv2, but I don't have Internet
Thu, 05 May 2011 22:19:36 +0000 Elliott Sales de Andrade The TLV list should be padded to a multiple of 4.
Thu, 05 May 2011 21:49:21 +0000 Elliott Sales de Andrade This should fix TLV in from and out of the wire.
Thu, 05 May 2011 07:21:14 +0000 Elliott Sales de Andrade Clean up Canadian English translation. Lots of the fuzzy translations
Thu, 05 May 2011 06:22:20 +0000 Elliott Sales de Andrade Allow both spellings of grey, since this is user-visible.
Thu, 05 May 2011 06:21:47 +0000 Elliott Sales de Andrade Register both spellings for the msgcolour command, for people who
Fri, 06 May 2011 01:05:30 +0000 Ethan Blanton EIGHTY COLUMNS
Thu, 05 May 2011 03:07:35 +0000 Paul Aurich ft: Fix a leak of 'utf8'
Thu, 05 May 2011 02:42:42 +0000 Paul Aurich merge of '24528e4f31b9f94a34143911113dc52ec45fb69f'
Thu, 05 May 2011 02:42:19 +0000 Paul Aurich jabber: Oops, I introduced a leak. clang found it.
Wed, 04 May 2011 19:59:28 +0000 Bj«Órn Voigt German translation update
Wed, 04 May 2011 19:57:14 +0000 Bj«Órn Voigt German translation update
Wed, 04 May 2011 06:46:04 +0000 Bj«Órn Voigt merge of '15d262d25f6f81c8bf68b2de436e86b672f8d980'
Tue, 03 May 2011 16:37:16 +0000 Daniel Atallah bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably.
Tue, 03 May 2011 16:12:36 +0000 Simon van der Linden bonjour: Recurse through user IP addresses instead of using the first one only
Tue, 03 May 2011 21:00:40 +0000 Bj«Órn Voigt German translation update
Tue, 03 May 2011 18:27:57 +0000 Jochen Kemnade updated German translation in preparation for the 2.8.0 release (still incomplete)
Tue, 03 May 2011 12:49:56 +0000 Daniel Atallah merge of '8a2ad25fe0712bc0d47a1229671868560599a2cd'
Tue, 03 May 2011 05:08:02 +0000 Daniel Atallah Add Tor proxy stuff to the ChangeLog and tweak the text for another item
Tue, 03 May 2011 04:57:17 +0000 Daniel Atallah proxy: Use account proxy when making standalone SOCKS5 connections.
Tue, 03 May 2011 05:42:13 +0000 Paul Aurich finch: finch_notify_message is kinda buggy, conflating PurpleNotifyType and PurpleNotifyMsgType.
Tue, 03 May 2011 05:32:23 +0000 Paul Aurich jabber: This seems slightly more straightforward to me.
Tue, 03 May 2011 05:31:38 +0000 Paul Aurich Silence a swath of warnings regarding set-but-unused.
Tue, 03 May 2011 05:19:14 +0000 Paul Aurich purple: Fix some compiler warnings related to new API and missing prototypes.
Tue, 03 May 2011 05:03:41 +0000 Paul Aurich jabber: Tighter scoping
Tue, 03 May 2011 05:02:00 +0000 matthew jabber: Correctly handle the unsetting case for a contact's vCard avatar.
Tue, 03 May 2011 02:26:35 +0000 Daniel Atallah xmpp: Don't advertise our IPs as available streamhosts when using a TOR proxy.
Mon, 02 May 2011 19:08:52 +0000 Daniel Atallah Fix account-specific proxy config GUI to use same ordering as global proxy GUI.
Mon, 02 May 2011 19:06:45 +0000 Daniel Atallah Fix account-specific proxy selection GUI to not be dependent enum ordering.
Mon, 02 May 2011 15:39:57 +0000 Daniel Atallah Use purple_str_to_time() instead of strptime(), which doesn't exist on Windows.
Mon, 02 May 2011 15:33:10 +0000 Daniel Atallah Zero the struct tm used for purple_str_to_time().
Mon, 02 May 2011 14:01:43 +0000 Daniel Atallah Remove QQ reference from installer
Mon, 02 May 2011 03:42:24 +0000 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head 3d58b1f843fc2aebf9411756956d07ae96951623)
Mon, 02 May 2011 03:27:29 +0000 John Bailey Add a couple items to the !ChangeLog. Refs #12891.
Mon, 02 May 2011 03:23:23 +0000 jakub adam media: Allow setting SDES properties of RTP conferences. Fixes #12981.
Mon, 02 May 2011 03:14:29 +0000 John Bailey Mention that patch in the !ChangeLog. Refs #13894.
Mon, 02 May 2011 03:12:09 +0000 tomkiewicz gg: Allow the user to choose whether to use SSL/TLS support. Fixes #13894.
Mon, 02 May 2011 02:57:58 +0000 John Bailey Axe the useless qq prpl.
Mon, 18 Apr 2011 21:20:33 +0000 andrew victor Start on Gaming & Table markup.
Mon, 18 Apr 2011 19:38:53 +0000 andrew victor Improve searching.
Mon, 18 Apr 2011 19:38:21 +0000 andrew victor Improve searching.
Tue, 12 Apr 2011 22:01:54 +0000 andrew victor Fix comment - it does not clear the screen.
Tue, 12 Apr 2011 21:48:56 +0000 andrew victor Added MXit changes.
Tue, 12 Apr 2011 21:25:51 +0000 andrew victor * Handle response to SendFile chunk packet, and display the error message
Tue, 12 Apr 2011 19:59:54 +0000 andrew victor Search results can contain users and services - change wording.
Tue, 12 Apr 2011 19:55:13 +0000 andrew victor Protocol 6.3 change to SubscribeContact packet.
Mon, 11 Apr 2011 22:16:34 +0000 andrew victor Move the PIN-change option into a separate PluginAction.
Mon, 11 Apr 2011 21:28:33 +0000 andrew victor Due to the new alpha-numeric loginnames and auto-generated userId's the
Mon, 11 Apr 2011 21:00:18 +0000 andrew victor MXit servers updated, so we can now enable updating of the "About Me" and
Mon, 11 Apr 2011 20:37:42 +0000 andrew victor Escape the font-size-change character sequences when sending to MXit.
Mon, 11 Apr 2011 18:27:03 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 726c5220207c01e8799797c7d6d4455d23159281)
Fri, 01 Apr 2011 13:50:10 +0000 pieter loubser * extended the profile information shown for pending invites
Thu, 31 Mar 2011 20:15:18 +0000 andrew victor The mini-dialogs feature now allows you to request profile information for
Thu, 31 Mar 2011 19:32:34 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head ece03c16966f58e1db43e5c20fe35a6707b468d2)
Tue, 29 Mar 2011 14:43:15 +0000 andrew victor * More enhancements to user-searching.
Tue, 29 Mar 2011 14:39:29 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 7386f651da12e8eaa3a280ff11f2d7c163136d94)
Tue, 29 Mar 2011 06:55:54 +0000 andrew victor merge of '75c1e83a87528fd242c342004ffcc0a4af52164f'
Fri, 25 Mar 2011 08:36:10 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 40ac21cffeec1a6ccb95ee0290e1f4f457fd8ff4)
Mon, 28 Mar 2011 22:18:22 +0000 andrew victor Searching.
Fri, 25 Mar 2011 08:33:12 +0000 pieter loubser * fixed crash caused by entering a wrong password (tx queue management)
Wed, 23 Mar 2011 14:28:07 +0000 andrew victor Profile field lengths as per protocol doc.
Tue, 22 Mar 2011 22:21:14 +0000 andrew victor SuggestContacts packets updated.
Tue, 22 Mar 2011 21:56:30 +0000 andrew victor Extensions to the user profile.
Mon, 21 Mar 2011 21:07:47 +0000 andrew victor Less code duplication.
Mon, 21 Mar 2011 20:52:40 +0000 andrew victor The MultMX server now always sends "You have been kicked." when you are
Mon, 21 Mar 2011 19:40:36 +0000 andrew victor Fix bug in mxit_show_split_message() (the workaround for Pidgin's workaround
Mon, 21 Mar 2011 16:30:01 +0000 andrew victor Add the invite message support to MXit prpl.
Sun, 01 May 2011 16:36:39 +0000 Ethan Blanton Accept broken URLs from third-party GG clients same as official GG.
Sat, 30 Apr 2011 16:27:01 +0000 John Bailey Credit Pat for his patch and !ChangeLog it. Refs #13290.
Sat, 30 Apr 2011 16:24:14 +0000 pat Fix another vvconfig crash. Fixes #13290, #13774.
Tue, 19 Apr 2011 05:05:25 +0000 Daniel Atallah Use the new account-contextual DNS API everywhere. Refs #11110
Tue, 19 Apr 2011 04:59:30 +0000 Daniel Atallah Add the new account-specific API to ChangeLog.API
Tue, 19 Apr 2011 04:58:17 +0000 Daniel Atallah Add new DNS-related API to perform lookups in the context of an account.
Tue, 19 Apr 2011 04:41:59 +0000 Daniel Atallah Add a new proxy type of "Tor". This is really just a SOCKS5 proxy, but can be
Tue, 19 Apr 2011 00:21:32 +0000 Daniel Atallah The T_SRV and T_TXT defines are needed on WIN32 too.
Tue, 19 Apr 2011 00:20:36 +0000 Daniel Atallah merge of '649c72408dd9527b22c5e15aced51c15e325d4bb'
Tue, 19 Apr 2011 00:20:26 +0000 Daniel Atallah Further consolidation of dnsquery code.
Sat, 16 Apr 2011 03:08:03 +0000 Daniel Atallah Consolidate duplicated implementations of purple_dnsquery_a
Mon, 18 Apr 2011 21:29:45 +0000 Ethan Blanton Update configure.ac to indicate the correct libgadu requirement in messages.
Sat, 16 Apr 2011 20:33:30 +0000 Ethan Blanton kawaii.neko, not kawaii.neto in ChangeLog*
Sat, 16 Apr 2011 19:37:52 +0000 John Bailey Credit for kawaii.neto's patch. Refs #12599.
Sat, 16 Apr 2011 19:27:08 +0000 John Bailey Restructure that patch a bit. The marshal function should have been with all
Sat, 16 Apr 2011 18:56:17 +0000 John Bailey Patch from kawaii.neko that adds chat-nick-clicked and chat-nick-autocomplete
Sat, 16 Apr 2011 15:49:39 +0000 John Bailey Induct two new CPW's to our list.
Sat, 16 Apr 2011 15:42:51 +0000 John Bailey Credit Tomasz for another patch and fix up another !ChangeLog entry.
Sat, 16 Apr 2011 15:35:53 +0000 tomkiewicz Recently I found out a small issue: if another user changes it's avatar, we
Sat, 16 Apr 2011 15:31:15 +0000 John Bailey Credit Tomasz for his patch. Refs #10268.
Sat, 16 Apr 2011 15:29:26 +0000 tomkiewicz gg: Fix a null pointer dereference.
Sat, 16 Apr 2011 15:23:40 +0000 John Bailey Credit Jan for his patch. Refs #13699.
Sat, 16 Apr 2011 15:13:50 +0000 quantifier666 Don't update last_received when receiving data on gg. Fixes #13699.
Sun, 10 Apr 2011 19:21:27 +0000 pidgin jabber: Remember the last-used user directory. Closes #12451
Sun, 10 Apr 2011 02:35:17 +0000 Stu Tomlinson Add the DigiCert High Assurance CA-3 intermediate CA.
Sat, 09 Apr 2011 21:36:00 +0000 Paul Aurich Add the DigiCert High Assurance CA-3 intermediate CA.
Fri, 08 Apr 2011 01:22:46 +0000 John Bailey !ChangeLog kartikmohta's patch. Refs #1131.
Fri, 08 Apr 2011 01:21:15 +0000 John Bailey Tweak kartikmohta's patch a bit to use accessors instead of directly accessing
Fri, 08 Apr 2011 01:12:37 +0000 kartikmohta Delete buddy pounces when removing a buddy. Fixes #1131.
Fri, 08 Apr 2011 00:53:11 +0000 John Bailey Credit Dan for his patch. Refs #13505.
Fri, 08 Apr 2011 00:49:24 +0000 dcbw Support new connection states in NetworkMakanter 0.9. Fixes #13505.
Thu, 07 Apr 2011 02:21:14 +0000 John Bailey !ChangeLog tomos' patch. Refs #13337.
Thu, 07 Apr 2011 02:17:57 +0000 lelongt Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337.
Thu, 07 Apr 2011 02:04:30 +0000 John Bailey !ChangeLog and credit tomkiewicz's patch. Refs #13613.
Thu, 07 Apr 2011 01:49:57 +0000 tomkiewicz Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Thu, 07 Apr 2011 01:29:17 +0000 John Bailey This patch from kkszysiu and tomkiewicz implements full typing notification
Wed, 06 Apr 2011 13:36:26 +0000 Paul Aurich merge of '840e5251829610a4d5500832438e6086f442148c'
Wed, 06 Apr 2011 13:35:53 +0000 Paul Aurich Fix a typo in a comment (a very useful commit)
Sun, 03 Apr 2011 20:21:22 +0000 Ethan Blanton Send * as our local hostname for the USER message at signon.
Sat, 02 Apr 2011 18:03:54 +0000 Paul Aurich jabber: Slightly better handling of large files (on receipt).
Thu, 31 Mar 2011 04:41:27 +0000 Paul Aurich Add a cleared-message-history conversation signal, and use it in Pidgin and Finch
Wed, 30 Mar 2011 22:36:30 +0000 ivan komarov Finally merged the code that fixes #5038 to i.p.p.
Mon, 28 Mar 2011 21:55:24 +0000 John Bailey merge of '8225619bc6916576c4c3ba198c023dbba87d8f95'
Mon, 28 Mar 2011 21:54:57 +0000 John Bailey Properly credit loentar for his patch. Refs #13496.
Mon, 28 Mar 2011 21:53:46 +0000 thijsalkemade Fix the build on Windows of the added SRV/TXT UI ops. Based on a patch from Josh Mueller.
Mon, 28 Mar 2011 19:59:19 +0000 Ethan Blanton Correct changelog entry for ICQ X-Status to reflect #11895, not #7431
Mon, 28 Mar 2011 19:57:20 +0000 Ethan Blanton Correct attributions to Dustin Gathmann
Mon, 28 Mar 2011 19:26:50 +0000 Ethan Blanton Correct some GG ChangeLog Entries
Fri, 25 Mar 2011 14:40:54 +0000 John Bailey Correct attribution in !ChangeLog. Refs #13525.
Fri, 25 Mar 2011 12:43:30 +0000 John Bailey I forgot to !ChangeLog that last one. Refs #13525.
Fri, 25 Mar 2011 12:38:07 +0000 John Bailey Raise minimum external libgadu requirement to 1.10.1. Refs #13525.
Fri, 25 Mar 2011 12:36:29 +0000 John Bailey Increase glib minimum requirement to 2.16.0 as I discussed on-list.
Fri, 25 Mar 2011 11:48:49 +0000 John Bailey Credit where due. Refs #13362.
Fri, 25 Mar 2011 11:45:06 +0000 quantifier666 Gadu-Gadu: Support receiving typing indications. Fixes #13362.
Fri, 25 Mar 2011 04:56:36 +0000 John Bailey Claudio asked that his e-mail address be updated. We missed this for 2.7.11.
Fri, 25 Mar 2011 04:32:46 +0000 John Bailey Gadu-Gadu: Fix sending inline images to remote users. Also fix sending images
Fri, 25 Mar 2011 00:13:40 +0000 John Bailey Put ticket numbers on a ChangeLog entry.
Fri, 25 Mar 2011 00:06:47 +0000 John Bailey merge of '8459331448aff4ed1551775d833a55e5fde5f543'
Thu, 24 Mar 2011 23:22:29 +0000 thijsalkemade Added PurpleSrvTxtQueryUiOps which allow UIs to specify their own mechanisms
Fri, 25 Mar 2011 00:06:11 +0000 John Bailey !ChangeLog Jakub's vvconfig changes. Refs #13182.
Fri, 25 Mar 2011 00:01:43 +0000 jakub adam This patch adds to Pidgin's vvconfig plugin a simple dialog, where user can test
Thu, 24 Mar 2011 23:46:21 +0000 John Bailey Add Jakub Adam as a Crazy Patch Writer. He's contributed more than enough to
Thu, 24 Mar 2011 23:43:42 +0000 John Bailey !ChangeLog Jakub's patches. Refs #13535, #13537.
Thu, 24 Mar 2011 23:39:24 +0000 jakub adam Adapt Pidgin's incoming call dialog behavior so that rejecting the addition of a
Thu, 24 Mar 2011 23:35:26 +0000 jakub adam Adapt the Pidgin UI to correctly handle dynamic addition and removal of streams
Thu, 24 Mar 2011 23:02:12 +0000 jakub adam Allow adding or removing media sessions (voice or video) on-the-fly. This
Thu, 24 Mar 2011 22:41:12 +0000 John Bailey !ChangeLog loentar's patch. I need a proper name to credit with in COPYRIGHT.
Thu, 24 Mar 2011 22:37:29 +0000 loentar Currently oscar (ICQ) protocol does not support comma-separated list of
Thu, 24 Mar 2011 21:29:28 +0000 John Bailey !ChangeLog dustin's patch. Still need a proper name to credit him with, though.
Thu, 24 Mar 2011 21:27:47 +0000 dzlists Ignore DST when calculating birthdays. This prevents an off-by-one-day
Thu, 24 Mar 2011 21:21:28 +0000 John Bailey Note the fix Daniel committed that makes libgadu do reasonable stuff on win32.
Thu, 24 Mar 2011 21:13:18 +0000 John Bailey Credit Tomasz for his patch. Refs #13554.
Thu, 24 Mar 2011 21:04:23 +0000 tomkiewicz When somebody sends me an image, I get some (depends on image size) empty
Thu, 24 Mar 2011 20:58:10 +0000 John Bailey Credit matekm and kkszysiu for their patch. Fixes #13525.
Thu, 24 Mar 2011 20:53:13 +0000 John Bailey matekm and kkszysiu collaborated on this patch to update our internal libgadu
Thu, 24 Mar 2011 15:18:14 +0000 John Bailey Add a name I noticed was missing from COPYRIGHT.
Mon, 21 Mar 2011 13:52:02 +0000 Richard Laager Sangeeta Kumari & Rajesh Ranjan translate Hindi & Maithili
Mon, 21 Mar 2011 07:38:06 +0000 Mark Doliner Fix unsetting your mood when "None" is selected. (#7431)
Mon, 21 Mar 2011 07:27:33 +0000 Mark Doliner I like this ordering more
Mon, 21 Mar 2011 00:11:19 +0000 Elliott Sales de Andrade Use the correct accessor macro here to prevent crashing.
Mon, 21 Mar 2011 00:10:53 +0000 Elliott Sales de Andrade Fix indenting.
Sun, 20 Mar 2011 22:13:41 +0000 Elliott Sales de Andrade Show invite message entry in Finch's Add Buddy dialog.
Sun, 20 Mar 2011 22:04:23 +0000 Elliott Sales de Andrade Show invite message entry in the Add Buddy dialog.
Sun, 20 Mar 2011 22:03:48 +0000 Elliott Sales de Andrade Add invite message support to Oscar.
Sun, 20 Mar 2011 21:47:54 +0000 Elliott Sales de Andrade Add the invite message support to MSN prpl.
Sun, 20 Mar 2011 19:43:16 +0000 Elliott Sales de Andrade Add a flag indicating that a prpl allows specifying an invite message.
Sun, 20 Mar 2011 19:29:31 +0000 Elliott Sales de Andrade Fix libpurple compile when PURPLE_HIDE_STRUCTS is enabled.
Sun, 20 Mar 2011 00:08:01 +0000 Elliott Sales de Andrade Update PRPL structs with new fields.
Sun, 20 Mar 2011 00:02:55 +0000 Elliott Sales de Andrade Add new functions for adding buddies with an invite message. If the
Sat, 19 Mar 2011 23:47:36 +0000 Elliott Sales de Andrade Fix comment order.
Thu, 17 Mar 2011 12:37:39 +0000 Richard Laager Update a reference to http://gaim.sf.net/
Thu, 17 Mar 2011 12:33:15 +0000 Richard Laager Ignore the .tx directory
Thu, 17 Mar 2011 12:32:12 +0000 Richard Laager LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Thu, 17 Mar 2011 12:29:20 +0000 Richard Laager Fix a missing s/gaim_gtk/pidgin/
Thu, 17 Mar 2011 12:28:43 +0000 Richard Laager Remove some obsolete, commented-out code
Wed, 16 Mar 2011 04:59:16 +0000 Elliott Sales de Andrade Fix some issues with purple-url-handler.
Wed, 16 Mar 2011 01:46:12 +0000 Daniel Atallah Hopefully fix some long-running issues with some Gadu-Gadu functionality not
Tue, 15 Mar 2011 04:36:30 +0000 Elliott Sales de Andrade I think this probably should be applied on i.p.p also.
Mon, 14 Mar 2011 04:34:34 +0000 Elliott Sales de Andrade merge of '1577331230de94bf1d081cb81f03ae1271cf8960'
Mon, 14 Mar 2011 04:15:33 +0000 Elliott Sales de Andrade Add another possible reason for updating the OIM token. This was found
Mon, 14 Mar 2011 01:04:08 +0000 Elliott Sales de Andrade Check for SlpMsgPart before printing it to the debug log. This would
Mon, 14 Mar 2011 00:36:04 +0000 Elliott Sales de Andrade Clear out transaction data, just in case the server does weird things
Mon, 14 Mar 2011 00:28:35 +0000 Elliott Sales de Andrade Make sure we don't crash if we can't find the transaction for the
Sun, 13 Mar 2011 23:40:42 +0000 Elliott Sales de Andrade Output an error if the notification id was not 1 instead of it's just
Mon, 14 Mar 2011 02:56:07 +0000 John Bailey Daniel pointed out this bit of stupidity I let slip in.
Sun, 13 Mar 2011 23:28:28 +0000 John Bailey We'll do 2.8.0 as the next release.
Sun, 13 Mar 2011 23:11:32 +0000 John Bailey propagate from branch 'im.pidgin.pidgin.next.minor' (head 00d82ac80e3aef1bae2cc576f8f909c224c576b4)
Sun, 13 Mar 2011 23:10:44 +0000 John Bailey Pointed out by rob-to86.
Sun, 13 Mar 2011 18:48:46 +0000 John Bailey Credit where due again. Refs #13180.
Sun, 13 Mar 2011 18:17:14 +0000 jakub adam Make the simple silence suppression stuff optional per-account. Fixes #13180.
Sun, 13 Mar 2011 18:14:04 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a)
Mon, 21 Feb 2011 23:08:47 +0000 Evan Schoenberg Moved the conversation attributes API and the IRC periodic WHO updates to i.p.p.next.minor, where they belong.
Sun, 30 Jan 2011 17:52:06 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8480ab9498b0e22b164f3a40c100f59e2d6dd916)
Sun, 09 Jan 2011 04:40:07 +0000 John Bailey Patch from Stefan Ott to add the account-authorization-requested-with-message
Sat, 08 Jan 2011 04:01:05 +0000 John Bailey Use the right ticket number. Refs #10599.
Sat, 08 Jan 2011 03:51:38 +0000 John Bailey Credit Gabriel for his patch. Refs #13073.
Sat, 08 Jan 2011 03:49:38 +0000 John Bailey warnings -= 3;
Sat, 08 Jan 2011 03:45:42 +0000 Gabriel Schulhof Add pidgin_make_scrollable and use it. Cleans up a bunch of duplicate code. Net code loss of 180 lines. Fixes #13073.
Sat, 08 Jan 2011 03:28:41 +0000 John Bailey ChangeLog and credit Jakub appropriately. Refs #13095.
Sat, 08 Jan 2011 03:21:44 +0000 jakub adam Public API allowing plugins (including prpls) to get/set video capabilities where desired/appropriate. Fixes #13095.
Sat, 08 Jan 2011 03:10:40 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 7d1d85421a7221e67b586df32625c65c1434f195)
Sat, 20 Nov 2010 13:37:33 +0000 Marcus Lundblad media: allow obtaining active local and remote candidates. Closes #11830
Sat, 20 Nov 2010 13:02:08 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6f879669a6513a5c40335bbaefe842389a92b39e)
Thu, 08 Jul 2010 22:38:33 +0000 Mark Doliner Add a purple_notify_user_info_add_pair_plaintext function that accepts a
Thu, 08 Jul 2010 22:23:43 +0000 Mark Doliner Someone the version in next.minor got set to 2.8.2. Should be 2.8.0
Thu, 08 Jul 2010 22:03:24 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 05feb74c1c6c8043bd8a617ae0f523fbc7a24cec)
Sat, 20 Feb 2010 07:14:05 +0000 Elliott Sales de Andrade Next minor is 2.8.0 now.
Sun, 13 Mar 2011 18:04:52 +0000 John Bailey Credit where due. Refs #13180.
Sun, 13 Mar 2011 18:00:58 +0000 jakub adam During a voice call, Pidgin now sends constant audio traffic, even when there
Sun, 13 Mar 2011 17:40:04 +0000 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head d2621e74f4d5c342cc30a7e49c8a05121f05050a)
Sun, 13 Mar 2011 17:36:27 +0000 John Bailey ChangeLog Florian's patch.
Sun, 13 Mar 2011 16:47:36 +0000 Florian Qu«²ze Named initializers and most other C99isms don't work in Visual C++ .NET 2005 in
Sun, 13 Mar 2011 16:43:09 +0000 John Bailey Credit where due. Refs #13358.
Sun, 13 Mar 2011 16:40:58 +0000 John Bailey Make terminology more consistent with the rest of our strings. Refs #13358.
Sun, 13 Mar 2011 16:10:16 +0000 mateuszpiekos Gadu-Gadu: Allow showing your status only to people on your buddy list.
Wed, 09 Mar 2011 12:27:49 +0000 andrew victor Added MXit changes for 2.7.11.
Sun, 13 Mar 2011 09:05:46 +0000 Mark Doliner Change space indentation to tab indentation on a line
Sun, 13 Mar 2011 02:14:52 +0000 Mark Doliner Use doxygen -u to update this file. Before this change I was seeing
Sun, 13 Mar 2011 02:13:18 +0000 Mark Doliner Correct a variable name in a doxygen comment
Sun, 13 Mar 2011 02:12:57 +0000 Mark Doliner Use the @since doxygen comment for this note
Fri, 11 Mar 2011 03:12:12 +0000 John Bailey Normal post-release junk.
Fri, 11 Mar 2011 02:16:53 +0000 John Bailey Normal pre-release junk.
Fri, 11 Mar 2011 02:03:45 +0000 John Bailey ChangeLog the security fix and credit Marius. Although he didn't directly
Fri, 11 Mar 2011 02:00:15 +0000 John Bailey Fix CVE-2011-1091, improper handling of malformed YMSG packets cause NULL
Fri, 11 Mar 2011 01:56:51 +0000 John Bailey Credit where due. Refs #13492.