log

age author description
Thu, 24 Feb 2011 18:01:46 +0000 Paul Aurich jabber: Oops. Clearly the wrong escape sequence here for ','.
Tue, 22 Feb 2011 04:45:54 +0000 Mark Doliner Fix compilation on glib < 2.16. Somehow a trailing semicolon got lost.
Tue, 22 Feb 2011 03:19:18 +0000 Mark Doliner Stop trying to get "gtk-autojoin" as a string from chat rooms in the buddy
Mon, 21 Feb 2011 22:57:30 +0000 Evan Schoenberg merge of '4f105e3377f4f4857b76c46669e414e45bdde0d1'
Mon, 21 Feb 2011 22:57:27 +0000 Evan Schoenberg merge of '68f895b33b8b9c0317cb580b90d3df28b85065b6'
Mon, 21 Feb 2011 22:57:18 +0000 Evan Schoenberg merge of '123768d79f4f982bc33327525308486cd2eba51b'
Mon, 21 Feb 2011 22:57:05 +0000 Evan Schoenberg merge of '3031bead50a8d359f718d5d9accd75d5e79fac7d'
Mon, 21 Feb 2011 22:55:51 +0000 Evan Schoenberg disapproval of revision 'a694289accbec14c593b3636ef1f626fd8279805'
Mon, 21 Feb 2011 22:56:48 +0000 Evan Schoenberg merge of '974d79cf8eb22b7138c9a3d7313e89585fd8b443'
Mon, 21 Feb 2011 22:55:19 +0000 Evan Schoenberg disapproval of revision '8a43e3ddd7adacb208afe2d7ee3ea983c95901be'
Mon, 21 Feb 2011 22:56:00 +0000 Evan Schoenberg disapproval of revision '22937ab220c41cd0c4a3f9e21e3db687db80da75'
Mon, 21 Feb 2011 22:55:59 +0000 Evan Schoenberg disapproval of revision 'cba010d1c097d4e6599f08276ed9d894710c1074'
Mon, 21 Feb 2011 22:56:01 +0000 Evan Schoenberg disapproval of revision '7ee5e1d431651ed2b1a54bc942d63f35580af55c'
Mon, 21 Feb 2011 09:45:47 +0000 Mark Doliner OOH! I think I found the cause of a bug! I changed this function in revision
Mon, 21 Feb 2011 09:28:03 +0000 Mark Doliner There is code above these lines, just before the start of the switch(),
Mon, 21 Feb 2011 09:08:08 +0000 Mark Doliner I think this was accidentally changed in revision
Mon, 21 Feb 2011 02:25:27 +0000 Paul Aurich More unbreaking of the build
Mon, 21 Feb 2011 02:22:05 +0000 Paul Aurich Spaces -> \t
Mon, 21 Feb 2011 02:14:54 +0000 Paul Aurich merge of '5a1200b2b4048e408dafc7a965a87d3429925cb4'
Mon, 21 Feb 2011 02:14:43 +0000 Paul Aurich disapproval of revision '3de680fff7ddd1b00149657afb7f6cd833000a90'
Mon, 21 Feb 2011 01:31:32 +0000 Evan Schoenberg Whitespace fix
Mon, 21 Feb 2011 01:25:28 +0000 Evan Schoenberg Patch from Zac West which performs periodic WHO updates on IRC channel participants in order to track 'away' status, userhost, and real name. Plucked from a series of im.pidgin.adium commits.
Mon, 21 Feb 2011 01:18:49 +0000 Evan Schoenberg applied changes from 471aa5f04627823959bd9accda5d5e5630f119d5
Mon, 21 Feb 2011 00:19:45 +0000 Evan Schoenberg Patch from Zac West, plucked from several im.pidgin.adium commits, which adds an API for setting and getting attributes on PurpleConvChatBuddys
Mon, 21 Feb 2011 00:17:36 +0000 Evan Schoenberg When a jabber identity is added or removed, the caps_hash that would be created changes; uncache it so that it is recalculated as appropriate.
Sun, 20 Feb 2011 18:21:47 +0000 Paul Aurich jabber: Compatibility with older servers
Sun, 20 Feb 2011 03:03:54 +0000 Paul Aurich silc: Debug messages.
Sun, 20 Feb 2011 02:31:28 +0000 Paul Aurich Credit xnyhps (Thijs)
Sun, 20 Feb 2011 02:25:23 +0000 thijs jabber: Treat the presence storm on joining a room as not new arrivals.
Sun, 20 Feb 2011 02:22:03 +0000 Paul Aurich jabber: Use a straight equality check instead of collate
Fri, 18 Feb 2011 07:51:43 +0000 Mark Doliner Fixes this crash:
Fri, 18 Feb 2011 02:54:38 +0000 Gary Kramlich propagate from branch 'im.pidgin.cipher_breakout' (head ba76b36ed3711f14953e16ce66b3b6ae28d03161)
Thu, 17 Feb 2011 05:54:46 +0000 Gary Kramlich Added ciphers/*.c to libpurple/Makefile.mingw's C_SRC's. I tried using the same convenience library trick that I did in linux, but I just can't make it work here
Thu, 17 Feb 2011 05:05:03 +0000 Gary Kramlich rc4.c and sha1.c needs to include libpurple/util.h as well
Thu, 17 Feb 2011 05:03:58 +0000 Gary Kramlich hmac.c needs to include libpurple/util.h
Thu, 17 Feb 2011 05:02:31 +0000 Gary Kramlich forgot to mark the purple_g_checksum_* api as static again
Thu, 17 Feb 2011 00:43:09 +0000 Gary Kramlich Fixed a typo
Thu, 17 Feb 2011 00:42:53 +0000 Gary Kramlich Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual files
Mon, 14 Feb 2011 07:38:41 +0000 Gary Kramlich fixed some indentation issues that were missed earlier in rc4.c
Mon, 14 Feb 2011 06:54:12 +0000 Gary Kramlich included string.h in cipher.h since almost all of the ciphers use it.
Mon, 14 Feb 2011 06:51:10 +0000 Gary Kramlich broke des and des3 out to ciphers/des.c
Mon, 14 Feb 2011 06:20:59 +0000 Gary Kramlich Moved sha256 to the sub library
Mon, 14 Feb 2011 06:10:49 +0000 Gary Kramlich Moved rc4 to the ciphers sublibrary
Mon, 14 Feb 2011 06:05:29 +0000 Gary Kramlich Broke sha1 out
Mon, 14 Feb 2011 05:57:04 +0000 Gary Kramlich Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.c
Mon, 14 Feb 2011 05:55:02 +0000 Gary Kramlich Fixed indentation, forgot to do so on my first commit. Added additional info from cipher.c to the file header
Mon, 14 Feb 2011 05:48:59 +0000 Gary Kramlich Created a new branch to break the ciphers out to their own files. Also I've now exposed purple_g_checksum_* if we're on glib >= 2.16.0
Tue, 15 Feb 2011 15:49:58 +0000 Paul Aurich merge of '84e4c2078413eedc9eaea26df534ecca59425b69'
Tue, 15 Feb 2011 01:58:41 +0000 Mark Doliner g_warn_if_reached was added in glib 2.16.0, but we agree to support 2.12.0.
Tue, 15 Feb 2011 01:49:11 +0000 Elliott Sales de Andrade merge of '25bd5b382cc84daef94ed59dab062fea9d1613f9'
Sun, 13 Feb 2011 01:27:17 +0000 Elliott Sales de Andrade Updated client capabilities and networks from msnpsharp.
Mon, 14 Feb 2011 09:05:09 +0000 Mark Doliner Space indentation to tab indentation in one little place, and remove a few
Mon, 14 Feb 2011 08:47:37 +0000 Mark Doliner Add to a comment
Mon, 14 Feb 2011 03:51:05 +0000 Mark Doliner Small changes to how we format oscar screen names. We now
Mon, 14 Feb 2011 03:10:09 +0000 Mark Doliner Add unit tests for oscar_util_name_compare. I suspected that this
Mon, 14 Feb 2011 01:01:37 +0000 Mark Doliner Attempt to fix a crash I've seen a few times. I think it happens if you
Sat, 12 Feb 2011 16:27:10 +0000 John Bailey ChangeLog that.
Sat, 12 Feb 2011 16:22:06 +0000 John Bailey merge of '1ce90eeff222690b47ecfe394e118403b2782a2f'
Sat, 12 Feb 2011 16:21:48 +0000 John Bailey libgadu: Alver determined this is needed to build on HP-UX.
Sat, 12 Feb 2011 04:17:09 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 07 Feb 2011 04:23:25 +0000 John Bailey Prep for new development.
Mon, 07 Feb 2011 03:39:41 +0000 John Bailey NEWS, versioning configure.ac, and dating ChangeLog for release.
Mon, 07 Feb 2011 03:17:18 +0000 John Bailey merge of '54f14206293cad5f17a3d9ac3b90a79bbc302d28'
Fri, 04 Feb 2011 01:41:29 +0000 John Bailey Credit where due.
Fri, 04 Feb 2011 01:38:51 +0000 julia Fix a potential information leak in cipher.c.
Sun, 06 Feb 2011 13:25:54 +0000 Bj«Órn Voigt German translation update
Sun, 06 Feb 2011 06:43:26 +0000 SHiNE CsyFeK 2011.02.06 - flos <lonicerae(at)gmail.com>
Sun, 06 Feb 2011 05:26:52 +0000 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head a40442de9721475c1c76ef276eff179a92ef75d4)
Sun, 06 Feb 2011 05:23:22 +0000 SHiNE CsyFeK 2010.01.23 - flos <lonicerae(at)gmail.com>
Tue, 01 Feb 2011 12:55:48 +0000 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head 36816746a73da13a5358b6c78bb82d1d40925555)
Sun, 07 Nov 2010 04:48:56 +0000 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head 69fbc32fd3dfe8ca0979e1c486c3d51eb06088cf)
Tue, 12 Jan 2010 14:22:02 +0000 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head d5a2e2287440ac7134c201e66921754bd4187ba9)
Wed, 23 Sep 2009 14:48:57 +0000 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head a6563c73412a7ef0a1425ce5882741e7ada6e3e9)
Sat, 08 Aug 2009 15:00:34 +0000 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head edd569c9522df52af33d6132a9d4955bd842f9bb)
Sat, 18 Jul 2009 15:15:45 +0000 SHiNE CsyFeK propagate from branch 'im.pidgin.pidgin' (head ea17b906d0f9b7422adfebcbec58d7c06d3bd8bc)
Thu, 21 May 2009 14:38:56 +0000 SHiNE CsyFeK 2009.05.21 - flos <lonicerae(at)gmail.com>
Sat, 05 Feb 2011 22:38:55 +0000 hanzz k conversation: Move the "not typing" logic for receipt of a message to purple_conv_im_write.
Thu, 03 Feb 2011 04:38:19 +0000 John Bailey 13 translations updated. Fixes #13184, #13255, #13258, #13260, #13263, #13266.
Thu, 03 Feb 2011 01:43:01 +0000 noa Credit where credit is doe. Closes #a14514.
Wed, 02 Feb 2011 06:26:19 +0000 John Bailey merge of '8f2d6c5138602b96aef4fbfbc5b47c202951201b'
Wed, 02 Feb 2011 06:25:39 +0000 John Bailey Credit where due. Refs #13164.
Sun, 30 Jan 2011 07:06:52 +0000 hugo Modify the editable comboboxes to be more friendly to GTK+ themes that don't
Wed, 02 Feb 2011 05:51:09 +0000 Paul Aurich jabber: Properly parse realm="" in DIGEST-MD5, which is apparently valid.
Wed, 02 Feb 2011 05:47:50 +0000 Paul Aurich jabber: Test harness for DIGEST-MD5 parsing function.
Tue, 01 Feb 2011 04:00:50 +0000 Paul Aurich jabber: bosh: Hopefully a final corrective fix. Refs #13008
Sun, 30 Jan 2011 20:29:40 +0000 ª±ric Boumaour udpated french translation
Sun, 30 Jan 2011 17:51:40 +0000 Paul Aurich merge of '4bfdb2f4a2c641b32d5e00e30482664d4ec477be'
Sun, 30 Jan 2011 17:51:02 +0000 Paul Aurich certificate: Better validation of chains which have an intermediate signed w/ MD5.
Wed, 26 Jan 2011 02:58:37 +0000 Paul Aurich certificate: This comment threw me for a loop for a moment.
Sun, 30 Jan 2011 10:18:39 +0000 Josep Puigdemont Catalan translation updated.
Sat, 29 Jan 2011 17:57:32 +0000 John Bailey Credit where due. Refs #13259.
Sat, 29 Jan 2011 17:55:28 +0000 quantifier666 gg: Prevent dropping whole messages when the text is colored. Fixes #13259.
Wed, 26 Jan 2011 18:48:19 +0000 Richard Laager Suppress msgfmt errors by removing c-format markers
Wed, 26 Jan 2011 18:33:19 +0000 Khaled Hosny Fix some msgfmt warnings
Wed, 26 Jan 2011 03:16:13 +0000 Richard Laager Set Plural-Forms (from Launchpad).
Wed, 26 Jan 2011 03:07:23 +0000 Richard Laager Sort POTFILES.in so commit-check passes
Wed, 26 Jan 2011 03:04:12 +0000 Richard Laager The line only needs one "Plural-Forms:"
Wed, 26 Jan 2011 03:03:26 +0000 Richard Laager Make msgfmt -c happy
Wed, 26 Jan 2011 03:02:13 +0000 Richard Laager Fix the English plural forms.
Wed, 26 Jan 2011 03:01:42 +0000 Richard Laager I trust Launchpad's Plural-Forms more.
Wed, 26 Jan 2011 02:13:21 +0000 Richard Laager Fix the (missing) Plural-Forms
Tue, 25 Jan 2011 19:48:08 +0000 Jochen Kemnade prepare German translation for 2.7.10
Tue, 25 Jan 2011 14:13:32 +0000 Kelemen G«¡bor Updated Hungarian translation for 2.7.10
Tue, 25 Jan 2011 09:39:59 +0000 Mark Doliner When drag-dropping an image into an IM window and sending as an inline
Sun, 23 Jan 2011 21:57:49 +0000 Richard Laager Add Marc Dequ«²nes
Sun, 23 Jan 2011 15:09:03 +0000 ivan komarov Added some debug output to the SSI code (original patch courtesy of Dustin Gathmann).
Sat, 22 Jan 2011 08:42:12 +0000 jakub adam vvconfig: Don't crash when the stored device isn't found in the list of
Sat, 22 Jan 2011 08:32:31 +0000 jakub adam This is a better way to handle ending one call when multiple calls are in
Thu, 20 Jan 2011 06:43:45 +0000 Elliott Sales de Andrade Try to hide all P2P fields away behind accessor functions.
Thu, 20 Jan 2011 06:41:34 +0000 Elliott Sales de Andrade This function is non-existent.
Mon, 17 Jan 2011 22:37:30 +0000 Paul Aurich merge of '0d389b1a3f186fbbea57629066032e0fe9b7a47d'
Mon, 17 Jan 2011 22:37:03 +0000 Paul Aurich jabber: Un-assert-ify one failure case in the Cyrus code.
Mon, 17 Jan 2011 20:21:22 +0000 guru Pidgin 2.7.9 does not compile on FreeBSD 9-CURRENT because this does not
Thu, 13 Jan 2011 08:24:28 +0000 morshed nader Allowed pidgin on windows to properly handle combined arguments (i.e. "-dm" as opposed to "-d -m")
Wed, 12 Jan 2011 14:32:20 +0000 Paul Aurich merge of '50243dd37132d4ae636e94f587bf6a41617ccd0d'
Wed, 12 Jan 2011 14:31:52 +0000 Paul Aurich jabber: Be friendlier to servers when we have nothing to say.
Tue, 11 Jan 2011 05:24:33 +0000 Elliott Sales de Andrade We don't pack P2P header or footer, so this memdup won't work.
Tue, 11 Jan 2011 04:46:53 +0000 Elliott Sales de Andrade Save some memory. These fields aren't actually used for anything.
Mon, 10 Jan 2011 16:42:38 +0000 Richard Laager Add some credit
Mon, 10 Jan 2011 14:09:21 +0000 Bj«Órn Voigt German translation update