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