Mon, 23 Aug 2010 00:52:24 +0000 |
Elliott Sales de Andrade |
Kill off many dead assignments and any useless remaining variables.
|
Sun, 22 Aug 2010 22:15:38 +0000 |
Elliott Sales de Andrade |
Space-to-tab.
|
Sun, 22 Aug 2010 06:40:30 +0000 |
Elliott Sales de Andrade |
Optimize just a teensy-tiny bit.
|
Sun, 22 Aug 2010 06:17:07 +0000 |
Elliott Sales de Andrade |
We already have the length of the string. Don't need to call strlen.
|
Sun, 22 Aug 2010 06:16:37 +0000 |
Elliott Sales de Andrade |
These are dead increments.
|
Sun, 22 Aug 2010 06:15:30 +0000 |
Elliott Sales de Andrade |
user should never be NULL here.
|
Sat, 21 Aug 2010 21:55:05 +0000 |
Elliott Sales de Andrade |
Fix possible garbage value.
|
Mon, 23 Aug 2010 01:18:12 +0000 |
Daniel Atallah |
Explicitly set the icon for Windows' Add/Remove Programs.
|
Mon, 23 Aug 2010 01:14:25 +0000 |
Daniel Atallah |
-------------------------------------------------------------------------------
|
Sun, 22 Aug 2010 16:43:39 +0000 |
John Bailey |
ChangeLog Eion's patch. Refs #12532.
|
Sun, 22 Aug 2010 16:42:09 +0000 |
eion |
The Yahoo prpl makes unnecessary callbacks to the Yahoo servers if the
|
Thu, 19 Aug 2010 19:55:31 +0000 |
Paul Aurich |
jabber: Document this not being an off-by-one...
|
Sun, 15 Aug 2010 19:49:48 +0000 |
Kelemen G«¡bor |
Updated Hungarian translation after 2.7.3
|
Sun, 15 Aug 2010 08:42:30 +0000 |
Mark Doliner |
Change the "length of bstream" data type to be a gsize, since it represents
|
Sat, 14 Aug 2010 06:24:04 +0000 |
Elliott Sales de Andrade |
merge of '4216577c2d7814344e8e1face579d153098986ad'
|
Sat, 14 Aug 2010 05:53:42 +0000 |
Elliott Sales de Andrade |
I'm pretty sure this is a logical operation, not bitwise.
|
Sat, 14 Aug 2010 05:31:29 +0000 |
Elliott Sales de Andrade |
Fix a possible Garbage return value.
|
Sat, 14 Aug 2010 05:17:38 +0000 |
Elliott Sales de Andrade |
Fix some "Dead nested assignment"s and then kill off some useless
|
Sat, 14 Aug 2010 03:55:19 +0000 |
Elliott Sales de Andrade |
Correct me if I'm wrong, but why would the length be in UTF8, when
|
Sat, 14 Aug 2010 03:39:03 +0000 |
Elliott Sales de Andrade |
I think this might be a leak. But probably only if the server changed
|
Wed, 11 Aug 2010 04:37:49 +0000 |
Elliott Sales de Andrade |
Remove non-UTF8 character.
|
Sat, 14 Aug 2010 04:39:07 +0000 |
Paul Aurich |
< QuLogic> on line 208 of jabber.c, should that be *dot?
|
Thu, 12 Aug 2010 17:05:07 +0000 |
Mark Doliner |
Improve these comments? I was having a hard time trying to figure out what
|
Thu, 12 Aug 2010 16:47:10 +0000 |
Mark Doliner |
This code is disabled, but in case we ever want to enable it then
|
Thu, 12 Aug 2010 16:05:15 +0000 |
Daniel Atallah |
Fix win32 compile
|
Thu, 12 Aug 2010 15:37:57 +0000 |
Mark Doliner |
Fix a compile error from my merge
|
Thu, 12 Aug 2010 15:30:11 +0000 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head 9166d0ffe82472b17cee09aabbef61d8ec6e3e44)
|
Tue, 10 Aug 2010 17:53:07 +0000 |
Mark Doliner |
*** Plucked rev 7e159eaa14b0041fcc3ee5783cd1e4f2d039a1a1 (markdoliner@pidgin.im):
|
Tue, 10 Aug 2010 17:09:32 +0000 |
Mark Doliner |
merge of '67241dfb975ba5ce0811cc461f1716d28bf8b730'
|
Thu, 05 Aug 2010 23:43:24 +0000 |
ivan komarov |
A couple of refactorings related to oscar_utf8_try_convert().
|
Thu, 05 Aug 2010 22:57:01 +0000 |
ivan komarov |
Removed unused "flags" parameter.
|
Thu, 05 Aug 2010 22:45:21 +0000 |
ivan komarov |
Miranda expects a client ack from the other side for channel 2 messages,
|
Thu, 05 Aug 2010 21:19:47 +0000 |
ivan komarov |
Fixes #12044. We send a dummy packet with DC version = 8 to make
|
Sat, 31 Jul 2010 20:08:52 +0000 |
ivan komarov |
My esteemed mentor caught me red-handed. Thanks Mark!
|
Sat, 31 Jul 2010 20:02:10 +0000 |
ivan komarov |
explicit merge of '7a18137f663908c5d0306e4d79ddb7d953386eab'
|
Thu, 29 Jul 2010 00:06:56 +0000 |
ivan komarov |
explicit merge of '92760ff5074d9bcc75f59473f013ca8a959a85b8'
|
Sat, 31 Jul 2010 20:00:39 +0000 |
ivan komarov |
Renames and cleanups.
|
Wed, 28 Jul 2010 23:53:25 +0000 |
ivan komarov |
Bstream cleanups:
|
Wed, 28 Jul 2010 23:13:25 +0000 |
ivan komarov |
encoding can be NULL in encoding_extract(); this is not an error and
|
Wed, 28 Jul 2010 23:11:14 +0000 |
ivan komarov |
Got rid of receiving multipart messages over channel 1, which simplified the code
|
Wed, 28 Jul 2010 19:37:26 +0000 |
ivan komarov |
Removed '#if 0/endif' blocks. Some of them have the form of TODO, but
|
Wed, 28 Jul 2010 19:22:06 +0000 |
ivan komarov |
Removed unused #defines from oscar.h.
|
Wed, 28 Jul 2010 18:59:39 +0000 |
ivan komarov |
Turns out that ncc doesn't catch everything, so continue killing things mercilessly.
|
Wed, 28 Jul 2010 17:43:58 +0000 |
ivan komarov |
OK, I'm sick of constantly finding functions that are not used anywhere.
|
Wed, 28 Jul 2010 16:30:04 +0000 |
ivan komarov |
Refactored oscar_encoding_to_utf8().
|
Tue, 27 Jul 2010 21:17:01 +0000 |
ivan komarov |
Stop using custom encodings (and LATIN-1, for that matter) for sending
|
Mon, 26 Jul 2010 17:02:32 +0000 |
ivan komarov |
Damn it.
|
Sat, 24 Jul 2010 22:00:35 +0000 |
ivan komarov |
Forgot to add encoding.c.
|
Sat, 24 Jul 2010 18:14:29 +0000 |
ivan komarov |
Fixed (I hope) #12284.
|
Sat, 24 Jul 2010 17:32:00 +0000 |
ivan komarov |
Moved encoding-related functions to a separate file, renamed some of them,
|
Mon, 19 Jul 2010 22:05:38 +0000 |
ivan komarov |
Two small fixes Mark suggested:
|
Thu, 08 Jul 2010 14:58:55 +0000 |
ivan komarov |
Applied and slightly modified Sadrul's patch (http://pidgin.im/~sadrul/pp/icq-list.patch.txt)
|
Sun, 04 Jul 2010 01:13:11 +0000 |
ivan komarov |
Oh, there's a title parameter in purple_notify_formatted()! Shiny.
|
Thu, 08 Jul 2010 17:00:45 +0000 |
Mark Doliner |
Cleanup some code I wrote a long time ago in a galaxy far far away.
|
Thu, 01 Jul 2010 18:56:17 +0000 |
ivan komarov |
Fixed a bug I accidentally introduced in fb1ab831dedebf45ea50b6f87bfc00265a0115ef.
|
Thu, 01 Jul 2010 17:15:37 +0000 |
ivan komarov |
Gettextized the code and rephrased some of the messages slightly.
|
Wed, 30 Jun 2010 15:57:43 +0000 |
ivan komarov |
Removed callback data that was causing a segfault in Finch, because
|
Tue, 29 Jun 2010 21:17:02 +0000 |
ivan komarov |
Added a way to view the Visible/Invisible lists.
|
Mon, 28 Jun 2010 20:02:12 +0000 |
ivan komarov |
Added a way to add a user to the (In)Visible list via the context menu.
|
Thu, 24 Jun 2010 16:56:01 +0000 |
ivan komarov |
Adium guys need the itmsurl stuff, which I erroneously removed
|
Wed, 23 Jun 2010 22:32:45 +0000 |
ivan komarov |
merge of '021e6a7b4ba46230e93812c39268259f8c6bc7fe'
|
Thu, 03 Jun 2010 06:33:24 +0000 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 3ccde42b2f5cfa1fae01e997cfa85f4f9b89abe5)
|
Wed, 23 Jun 2010 22:22:52 +0000 |
ivan komarov |
"Invisibility mode" improvements.
|
Fri, 18 Jun 2010 13:55:54 +0000 |
ivan komarov |
Start using the real ICQ block list (SSI type 0xe) for allowing/blocking
|
Thu, 17 Jun 2010 11:10:27 +0000 |
ivan komarov |
Somehow I'm sure this code lacked braces.
|
Mon, 31 May 2010 02:33:09 +0000 |
ivan komarov |
Fixed a typo. Thanks rlaager!
|
Sun, 30 May 2010 19:20:47 +0000 |
ivan komarov |
Since these messages are shown to the user, they should at least
|
Sun, 30 May 2010 19:08:35 +0000 |
ivan komarov |
Moved an error handler from oscar.c to family_locate.c.
|
Sun, 30 May 2010 19:01:30 +0000 |
ivan komarov |
Added an error handler for family_icq.c. So far it works for
|
Sun, 30 May 2010 13:53:45 +0000 |
ivan komarov |
Got rid of family_icq.c -> oscar.c callbacks. Now it will be possible
|
Sat, 29 May 2010 18:53:02 +0000 |
ivan komarov |
Two unused functions were removed from family_icq.c.
|
Sat, 29 May 2010 18:48:04 +0000 |
ivan komarov |
Removed the old way of retrieving offline messages, because it is not
|
Wed, 26 May 2010 20:35:02 +0000 |
ivan komarov |
Display the protocol icon for the authorization request dialog
|
Sun, 23 May 2010 18:28:46 +0000 |
ivan komarov |
Show authorization request sender's nickname in the "Authorize buddy?"
|
Sun, 23 May 2010 17:22:51 +0000 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 637cbec3044756a8ef4273f687d84b18f10b05c4)
|
Thu, 20 May 2010 13:51:24 +0000 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 6259f2ab71027fb5030213c7adb95cb367f35642)
|
Wed, 12 May 2010 17:45:47 +0000 |
ivan komarov |
propagate from branch 'im.pidgin.pidgin' (head 90256b412e775f65ca4a2204654f8f6012dd2c47)
|
Tue, 17 Aug 2010 17:23:13 +0900 |
Yoshiki Yazawa |
build fix: check for nss would need sqlite3
|
Wed, 11 Aug 2010 21:35:32 +0900 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin
|
Wed, 11 Aug 2010 03:53:02 +0000 |
Elliott Sales de Andrade |
Add /usr/lib/tk8.5 to configure.ac to get Debian Squeeze working.
|
Tue, 10 Aug 2010 18:55:56 +0000 |
Mark Doliner |
Fix typo
|
Tue, 10 Aug 2010 14:14:10 +0000 |
Daniel Atallah |
Fix malformed win32 installer strings
|
Tue, 10 Aug 2010 07:52:18 +0000 |
Mark Doliner |
Prepare for 2.7.4
|
Tue, 10 Aug 2010 07:07:43 +0000 |
Mark Doliner |
Fix a minor memleak on initialization
|
Tue, 10 Aug 2010 07:04:02 +0000 |
Mark Doliner |
Make these unsigned, in case someone figures out how to actually send
|
Tue, 10 Aug 2010 06:58:03 +0000 |
Mark Doliner |
merge of '177e6ef54aafc14b79387d7bbfc3fbefce5983a2'
|
Tue, 10 Aug 2010 06:57:25 +0000 |
Mark Doliner |
Make sure we keep track of this timer and remove it if our caller frees
|
Tue, 10 Aug 2010 06:53:31 +0000 |
John Bailey |
I believe this qualifies for NEWS.
|
Tue, 10 Aug 2010 06:17:27 +0000 |
Mark Doliner |
Update the dates and version numbers. Feel free to NEWS!
|
Tue, 10 Aug 2010 05:16:09 +0000 |
Mark Doliner |
Update pidgin.ico file. This image is made of a bunch of different
|
Tue, 10 Aug 2010 05:01:27 +0000 |
Mark Doliner |
merge of 'bada09db88dffa79646079f34fec29248989c618'
|
Tue, 10 Aug 2010 05:01:21 +0000 |
Mark Doliner |
Update Ukrainian translation. Fixes #12457
|
Sun, 08 Aug 2010 20:31:14 +0000 |
Elliott Sales de Andrade |
merge of '6156c597e7d5a7702b6915a78bef090253dd0090'
|
Sat, 07 Aug 2010 22:17:13 +0000 |
Elliott Sales de Andrade |
Minor typo.
|
Sat, 07 Aug 2010 23:47:00 +0000 |
John Bailey |
The fact that Daniel's had to fix translations for this at least twice tells me we need to warn translators about this.
|
Sat, 07 Aug 2010 19:51:30 +0000 |
Elliott Sales de Andrade |
Fall back to SB when a DC is declined via transrespbody also.
|
Sat, 07 Aug 2010 18:43:31 +0000 |
Paul Aurich |
Add the ValiCert Class 2 VA root CA.
|
Sat, 07 Aug 2010 18:15:15 +0000 |
Daniel Atallah |
Fix win32 installer translation
|
Sat, 07 Aug 2010 17:16:51 +0000 |
John Bailey |
merge of '59221077cd501c7413d6d252249d6f987bbab30f'
|
Sat, 07 Aug 2010 17:15:35 +0000 |
John Bailey |
Updated Slovenian, Hebrew, Dutch, Czech, Norwegian Nynorsk, Spanish, Polish, and Punjabi
|
Fri, 06 Aug 2010 17:24:10 +0000 |
Mark Doliner |
There's no reason to cache this value, right?
|
Fri, 06 Aug 2010 17:20:40 +0000 |
Mark Doliner |
Correct and clarify some documentation
|
Tue, 03 Aug 2010 16:33:04 +0000 |
ª±ric Boumaour |
French translation update for 2.7.3
|
Mon, 02 Aug 2010 20:00:34 +0000 |
Josep Puigdemont |
Updated Catalan Valencian translation on behalf of Toni Hermoso.
|
Sun, 01 Aug 2010 20:22:57 +0000 |
Paul Aurich |
merge of '9655e74ffa6d13bf9ad73bdbd432f003c33cae79'
|
Sun, 01 Aug 2010 20:21:20 +0000 |
Paul Aurich |
yahoo: Avoid misuse of purple_normalize
|
Sun, 01 Aug 2010 14:27:26 +0000 |
Daniel Atallah |
Fix some malformed win32 installer translations
|
Sun, 01 Aug 2010 13:43:37 +0000 |
Daniel Atallah |
merge of '4af706c0918fd1eb930a0f2807a80a9f189b7b98'
|
Sun, 01 Aug 2010 06:55:21 +0000 |
Josep Puigdemont |
Catalan translation updated.
|
Sun, 01 Aug 2010 07:04:48 +0000 |
Mark Doliner |
Make the changes from Andrew Victor's 3113fa54190de8c27a27e7001e9d902dca70037c
|
Sun, 01 Aug 2010 03:23:24 +0000 |
Paul Aurich |
jabber: g_return-ify some PURPLE_CONNECTION_IS_VALID checks
|
Sat, 31 Jul 2010 23:43:39 +0000 |
Elliott Sales de Andrade |
merge of 'a7d49884941697519567616ac54f4c2884df05e2'
|
Sat, 31 Jul 2010 23:43:37 +0000 |
Elliott Sales de Andrade |
merge of '5b9ae21a0927d9a160964bfb1cad7a43253fba0d'
|
Sat, 31 Jul 2010 22:25:13 +0000 |
Jochen Kemnade |
update for 2.7.3
|
Sat, 31 Jul 2010 23:39:40 +0000 |
Elliott Sales de Andrade |
Add support for Url/Url1 in MSN objects, which are used for buddy
|
Sat, 31 Jul 2010 20:47:31 +0000 |
Elliott Sales de Andrade |
Save and cancel-on-exit any URL requests, instead of checking the
|
Sat, 31 Jul 2010 20:58:10 +0000 |
Paul Aurich |
jabber: Fix the last commit to pass escaped text off to the core.
|
Sat, 31 Jul 2010 20:39:55 +0000 |
Paul Aurich |
jabber: Only take the character data from a <body/> element (non-XHTML)
|
Sat, 31 Jul 2010 20:18:59 +0000 |
Paul Aurich |
jabber: Avoid an assertion warning
|
Fri, 30 Jul 2010 07:28:00 +0000 |
Mark Doliner |
Alphabetize
|
Thu, 29 Jul 2010 09:27:24 +0000 |
andrew victor |
Add 16x16 emoticon set for MXit.
|
Wed, 28 Jul 2010 13:53:25 +0000 |
andrew victor |
Update ChangeLog with MXit changes for 2.7.3.
|
Wed, 28 Jul 2010 13:52:38 +0000 |
andrew victor |
Added 16x16 versions of the new MXit emoticons - used for Moods.
|
Wed, 28 Jul 2010 12:51:44 +0000 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 9d595f880c678cec5d1337783f6c0c2b0ac53677)
|
Wed, 28 Jul 2010 12:21:28 +0000 |
andrew victor |
Add new MXit emoticons.
|
Wed, 28 Jul 2010 08:41:51 +0000 |
andrew victor |
Add the new Moods.
|
Wed, 28 Jul 2010 08:36:54 +0000 |
andrew victor |
Clarify error message that it is the Display Name field that is invalid.
|
Tue, 27 Jul 2010 05:49:56 +0000 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head d198e35f28e8800ec2979cfb22965fbe0a31e10d)
|
Wed, 21 Jul 2010 08:23:42 +0000 |
andrew victor |
If a chatroom user's nickname contains MXit markup characters, they are escaped
|
Tue, 27 Jul 2010 15:10:30 +0000 |
John Bailey |
Make MXit compile in a mingw cross-compile environment.
|
Tue, 27 Jul 2010 06:34:28 +0000 |
John Bailey |
Another Bengali translation update. Fixes #12141 again.
|
Tue, 27 Jul 2010 06:23:08 +0000 |
John Bailey |
Updated Bengali translation, a month and a half after it was submitted. Fixes #12141.
|
Tue, 27 Jul 2010 06:17:34 +0000 |
John Bailey |
Updated Russian translation. Fixes #12305.
|
Tue, 27 Jul 2010 06:15:16 +0000 |
John Bailey |
Update Simplified Chinese translation. Fixes #12340.
|
Tue, 27 Jul 2010 06:12:26 +0000 |
John Bailey |
Updated Spanish translation. Fixes #12351.
|
Tue, 27 Jul 2010 06:07:12 +0000 |
John Bailey |
Updated Norwegian Nynorsk translation and translator's e-mail address. Fixes #12348
|
Tue, 27 Jul 2010 05:19:48 +0000 |
John Bailey |
Commit updated .po files. This should be done occasionally so the stats cron job doesn't work so hard.
|
Tue, 27 Jul 2010 05:15:31 +0000 |
John Bailey |
Updated Dutch translation from new maintainer Gideon van Melle. Fixes #12314.
|
Mon, 26 Jul 2010 04:21:47 +0000 |
Elliott Sales de Andrade |
Use GtkUIManager for gtk media stuff, since it's internal.
|
Sun, 25 Jul 2010 23:33:46 +0000 |
Elliott Sales de Andrade |
Deprecate pidgin_check_if_dir, which is no longer used since 2.7.0
|
Sun, 25 Jul 2010 22:22:29 +0000 |
Elliott Sales de Andrade |
Don't assert if logo is missing. This shouldn't really affect people
|
Fri, 23 Jul 2010 18:18:04 +0000 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin.mxit' (head 82e7f1b7c8af5634ca7519af59901321eab7e8dc)
|
Tue, 20 Jul 2010 13:44:56 +0000 |
andrew victor |
If a link is clicked in a conversation, and connection to server happens to have
|
Tue, 20 Jul 2010 09:46:28 +0000 |
andrew victor |
Since a buddy's avatar information is distributed as part of their online
|
Mon, 19 Jul 2010 09:52:08 +0000 |
andrew victor |
For safety, rather use g_strlcpy() and snprintf() where possible.
|
Mon, 19 Jul 2010 08:56:03 +0000 |
andrew victor |
When setting an Avatar image via the Gallery bot, the MXit server pushes
|
Mon, 19 Jul 2010 08:39:45 +0000 |
andrew victor |
A few changes to the Profile.
|
Fri, 16 Jul 2010 12:15:28 +0000 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 1a7a779bc2131e1ccb4153db0f799a791246c84b)
|
Wed, 30 Jun 2010 12:56:53 +0000 |
andrew victor |
Display a message in the chat window when you invite someone.
|
Mon, 14 Jun 2010 12:16:50 +0000 |
pieter loubser |
Implemented new naming conventions
|
Wed, 02 Jun 2010 21:55:44 +0000 |
andrew victor |
For MXit emoticons, it is "shocked.png" and not "shock.png".
|
Wed, 02 Jun 2010 06:38:22 +0000 |
andrew victor |
For the debug message:
|
Wed, 02 Jun 2010 06:27:24 +0000 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 7f7ef3aa89b9c72fb9cb9d2eb1916d051a108d17)
|
Fri, 28 May 2010 21:10:09 +0000 |
andrew victor |
merge of 'c32c1fdff08db87b69fc0eb921a5eaafcb5ef67e'
|
Fri, 28 May 2010 21:08:49 +0000 |
andrew victor |
Some spelling fixes to code comments.
|
Thu, 22 Jul 2010 18:28:22 +0900 |
Yoshiki Yazawa |
should not HTML wrap messages on non-ICQ services, otherwise non-ascii message would not be delivered.
|
Thu, 22 Jul 2010 15:37:35 +0900 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin
|
Wed, 21 Jul 2010 04:29:58 +0000 |
Mark Doliner |
We are the future, now
|
Wed, 21 Jul 2010 04:10:01 +0000 |
Mark Doliner |
Oh my bad, we said we'd stop updating this
|
Wed, 21 Jul 2010 04:07:53 +0000 |
Mark Doliner |
Grab changes from the 2.7.2 branch
|
Wed, 21 Jul 2010 02:57:51 +0000 |
Mark Doliner |
Fix a crash bug in oscar related to trying to allocate too much memory.
|
Wed, 21 Jul 2010 02:49:23 +0000 |
Mark Doliner |
This patch attempts to fix four bugs in the oscar protocol plugin that
|
Tue, 20 Jul 2010 17:01:04 +0000 |
Bj«Órn Voigt |
Small German translation update
|
Tue, 20 Jul 2010 08:28:11 +0000 |
Bj«Órn Voigt |
German translation update
|
Tue, 20 Jul 2010 02:27:17 +0000 |
Stu Tomlinson |
Some fixes to IRC handling in purple-url-handler, mainly to fix
|
Mon, 19 Jul 2010 18:25:47 +0000 |
Sadrul Habib Chowdhury |
Make it possible for perl plugins to connect to log-signals.
|
Sat, 17 Jul 2010 23:28:20 +0000 |
Elliott Sales de Andrade |
Remove a buddy that left a chat from an internal list. Otherwise, the
|
Sat, 17 Jul 2010 23:10:39 +0000 |
Elliott Sales de Andrade |
Add a timeout which forces the login process to complete. This won't
|
Sat, 17 Jul 2010 20:13:29 +0000 |
Elliott Sales de Andrade |
The session parameter appears unused in msn_add_contact_xml.
|
Sat, 17 Jul 2010 18:49:09 +0000 |
Elliott Sales de Andrade |
Clear the password on an MSN account if saving is disabled and the
|
Mon, 12 Jul 2010 15:15:18 +0000 |
Sadrul Habib Chowdhury |
merge of '6eb94bb98b242b76b07fe78fe89d136b9201d6f1'
|
Mon, 12 Jul 2010 15:13:31 +0000 |
Sadrul Habib Chowdhury |
Get rid of a few unnecessary strlen/g_snprintf's.
|
Mon, 12 Jul 2010 14:54:40 +0000 |
Sadrul Habib Chowdhury |
Remove some timeout/input handlers for upnp.
|
Sat, 10 Jul 2010 02:10:19 +0000 |
Paul Aurich |
merge of '188465fa1e8064c35ae348b4c71cee7fb4c7c755'
|
Sat, 10 Jul 2010 00:30:06 +0000 |
Sadrul Habib Chowdhury |
Add missing window-scroll-down and -up for finch in the man page.
|
Sat, 10 Jul 2010 02:02:21 +0000 |
Paul Aurich |
jabber: Move another function out of caps.c...
|
Sat, 10 Jul 2010 00:59:19 +0000 |
Paul Aurich |
jabber: Move (and harden) a function to xdata.c
|
Sat, 10 Jul 2010 00:56:11 +0000 |
Paul Aurich |
const-ify the xmlnode* parameter to xmlnode_get_attrib(_with_namespace)
|
Sat, 10 Jul 2010 00:35:52 +0000 |
Paul Aurich |
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
|
Fri, 09 Jul 2010 22:49:17 +0000 |
Paul Aurich |
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
|
Fri, 09 Jul 2010 22:14:03 +0000 |
Paul Aurich |
jabber: Start adding some caps tests
|
Thu, 08 Jul 2010 21:27:36 +0000 |
Paul Aurich |
jabber: Set js->serverFQDN when connecting via BOSH. Fixes #12289
|
Thu, 08 Jul 2010 21:25:17 +0000 |
Paul Aurich |
jabber: This is more accurate, I think (e.g. Cyrus doesn't know what SCRAM-SHA-1 is)
|
Thu, 08 Jul 2010 02:13:38 +0000 |
Stu Tomlinson |
rpmlint was complaining about the \*Q and \*U included in finch's man page:
|
Wed, 07 Jul 2010 20:06:35 +0000 |
Marcus Lundblad |
merge of '5aacaf467359c75ac94de8b4a1897a191bc2a261'
|
Wed, 07 Jul 2010 20:04:06 +0000 |
Marcus Lundblad |
pidgin: Re-arrange media window. Layout remote and local video side-by-side.
|
Wed, 07 Jul 2010 17:52:44 +0900 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin
|
Mon, 05 Jul 2010 16:57:47 +0000 |
Sadrul Habib Chowdhury |
Add sound-support for got-attention event.
|
Mon, 05 Jul 2010 15:49:57 +0000 |
Sadrul Habib Chowdhury |
Fix a crash in Finch < 2.7.0 with purple >= 2.7.0.
|
Mon, 05 Jul 2010 15:03:28 +0000 |
Sadrul Habib Chowdhury |
Whoops.
|
Mon, 05 Jul 2010 15:01:56 +0000 |
Sadrul Habib Chowdhury |
Make the combobox a tiny bit friendlier.
|
Mon, 05 Jul 2010 15:00:36 +0000 |
Sadrul Habib Chowdhury |
Fix build with --with-ncurses-headers.
|
Mon, 05 Jul 2010 04:44:52 +0000 |
Sadrul Habib Chowdhury |
Make the combobox a bit more friendly.
|
Mon, 05 Jul 2010 03:07:37 +0000 |
Sadrul Habib Chowdhury |
Some updates to the account window.
|
Sun, 04 Jul 2010 04:06:17 +0000 |
Sadrul Habib Chowdhury |
Fix data selection in a list-type request-field.
|
Sun, 04 Jul 2010 02:12:51 +0000 |
Sadrul Habib Chowdhury |
Fix parsing XHTML.
|
Sat, 03 Jul 2010 23:48:50 +0000 |
Elliott Sales de Andrade |
merge of '9e21ee2eab363a8afc2552ab67c23b90a88d7553'
|
Sat, 03 Jul 2010 23:45:59 +0000 |
Elliott Sales de Andrade |
Destroy a DC if its corresponding slpcall is going away and it hasn't
|
Fri, 02 Jul 2010 00:32:20 +0000 |
Elliott Sales de Andrade |
Enable silent build rules. You can disable them using the configure
|
Sat, 03 Jul 2010 03:01:08 +0000 |
Sadrul Habib Chowdhury |
Compile.
|
Sat, 03 Jul 2010 01:15:49 +0000 |
Paul Aurich |
Did I mention this is entirely untested? (I don't have GTK+ on
|
Sat, 03 Jul 2010 01:13:29 +0000 |
Paul Aurich |
Add notify::visibilty handlers for the 'lean' GtkIMHtmlToolbar,
|
Sat, 03 Jul 2010 01:01:39 +0000 |
Paul Aurich |
merge of '2774f6446b6bd057a7012aad6408b8dea457fbf6'
|
Sat, 03 Jul 2010 00:59:58 +0000 |
Paul Aurich |
Use a helper variable to (vastly, to me) improve readability.
|
Fri, 02 Jul 2010 18:21:07 +0000 |
Stu Tomlinson |
Fix the mingw Makefiles to ensure plugins are rebuilt when config.h or
|
Thu, 01 Jul 2010 00:03:35 +0000 |
Paul Aurich |
*** Plucked rev 6290e1fa3bfba05e59462968ebbff460342c48dd (ivan.komarov@soc.pidgin.im):
|
Wed, 30 Jun 2010 23:49:29 +0000 |
Paul Aurich |
*** Plucked rev 16e7d9f71db071e6d043c456869b8f860bcc8d45 (ivan.komarov@soc.pidgin.im):
|
Wed, 30 Jun 2010 23:46:46 +0000 |
Paul Aurich |
*** Plucked rev 1e62e7c65758de7e0aaa5377f865d4164e4482f5 (ivan.komarov@soc.pidgin.im):
|
Wed, 30 Jun 2010 21:38:27 +0000 |
Marcus Lundblad |
merge of '7c3cd4e07a01085a68042131f5075778e65b1ab6'
|
Wed, 30 Jun 2010 21:34:50 +0000 |
Marcus Lundblad |
merge of '0a7239b54affab8c6c4a3a097560826d888cf991'
|
Wed, 30 Jun 2010 21:34:43 +0000 |
Marcus Lundblad |
jabber: Don't show resources that we know for sure isn't supporting the file
|
Wed, 30 Jun 2010 18:20:57 +0000 |
Stu Tomlinson |
Allow setting sound volume when ALSA is used
|
Wed, 30 Jun 2010 02:26:33 +0000 |
Stu Tomlinson |
Create the ~/.purple/plugins directory on startup if it does not exist
|
Wed, 30 Jun 2010 01:46:42 +0000 |
Stu Tomlinson |
I'm sure there's a legitimate reason I had this change locally in one of my
|
Wed, 30 Jun 2010 01:12:54 +0000 |
Stu Tomlinson |
Get rid of this warning:
|
Tue, 29 Jun 2010 19:22:31 +0000 |
Paul Aurich |
Add a comment noting the moods should be sorted post-translation.
|
Tue, 29 Jun 2010 17:34:21 +0000 |
Paul Aurich |
certificate: Add helpful text to the 'not yet active' message.
|
Wed, 23 Jun 2010 20:02:46 +0900 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin
|
Wed, 23 Jun 2010 04:43:44 +0000 |
Paul Aurich |
Re-flow the ChangeLog to an 8-char wide tab.
|
Tue, 22 Jun 2010 05:30:36 +0000 |
Elliott Sales de Andrade |
Fix Yahoo file transfers that get stuck saying \"Waiting for transfer to
|
Tue, 22 Jun 2010 01:40:18 +0000 |
ulidtko |
Fixes non-ASCII arguments to /mode, /umode, etc. Thanks to Max
|
Mon, 21 Jun 2010 17:35:10 +0900 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin
|
Sun, 20 Jun 2010 17:51:31 +0000 |
Peter Hjalmarsson |
Updated swedish translation
|
Sat, 19 Jun 2010 16:15:19 +0000 |
John Bailey |
So it turns out the name vs oname thing wasn't a typo on Mark's part. I just
|