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 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
|
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
|
Fri, 18 Jun 2010 20:14:06 +0000 |
Paul Aurich |
merge of '0627a49f54e3d5317e6a8dd97956ee2abfa32f9d'
|
Fri, 18 Jun 2010 20:12:41 +0000 |
Paul Aurich |
Only call failure_cb if it exists for the [gs]et_public_alias functions.
|
Fri, 18 Jun 2010 20:14:04 +0000 |
Paul Aurich |
merge of '7fe056535dca3e50f6489654f491a2f9e487b4d4'
|
Thu, 17 Jun 2010 22:23:38 +0000 |
John Bailey |
merge of '17361f09097a5f1f0b18ee376798623ad992ef35'
|
Thu, 17 Jun 2010 22:21:53 +0000 |
Sadrul Habib Chowdhury |
Initialize pointer, fix a typo to fix a crash.
|
Thu, 17 Jun 2010 22:20:25 +0000 |
John Bailey |
Fix a typo and solve a crash. g_free() is not safe on uninitialized pointers.
|
Fri, 18 Jun 2010 01:39:55 +0000 |
Mark Doliner |
Formatting changes. Hopefully I didn't break anything this time
|
Thu, 17 Jun 2010 21:23:01 +0000 |
Paul Aurich |
merge of '18ddd668ba1cc77ed0a0595a053f8a2879dddfd0'
|
Thu, 17 Jun 2010 21:21:30 +0000 |
Paul Aurich |
jabber: Exclude ASCII 127 (Delete) from allowed SASLprep characters
|
Thu, 17 Jun 2010 21:06:00 +0000 |
Mark Doliner |
Minor cleanup
|
Thu, 17 Jun 2010 21:04:40 +0000 |
Mark Doliner |
We've already checked for the existance of the starttls node, so we know
|
Thu, 17 Jun 2010 20:53:44 +0000 |
Mark Doliner |
Remove some stray spaces
|
Thu, 17 Jun 2010 19:17:32 +0000 |
Paul Aurich |
jabber: Fix a crash when sending typing notifications to a malformed buddy
|
Thu, 17 Jun 2010 01:51:58 +0000 |
Paul Aurich |
jabber: Fix a crash in the BoB code when receiving from Jabbim.
|
Thu, 17 Jun 2010 01:45:44 +0000 |
Paul Aurich |
jabber: Don't use a static array when it might not be sufficient.
|
Thu, 17 Jun 2010 01:30:06 +0000 |
Paul Aurich |
jabber: Oops, forgot to save the file before the last commit.
|
Thu, 17 Jun 2010 01:26:02 +0000 |
Paul Aurich |
jabber: Add a bunch of g_return_if_fail checks to the BoB code
|
Tue, 15 Jun 2010 22:42:49 +0000 |
Paul Aurich |
merge of '2e4b491ee89464d56b79db045bcef7f63fda6b97'
|
Tue, 15 Jun 2010 22:41:37 +0000 |
Paul Aurich |
jabber: Stricter checks on the send_raw prpl function.
|
Tue, 15 Jun 2010 17:12:48 +0000 |
Sadrul Habib Chowdhury |
Allow rebinding the key to show the dropdown menu for comboboxes.
|
Tue, 15 Jun 2010 17:11:15 +0000 |
Sadrul Habib Chowdhury |
Ignore invisible widgets when resizing. References #12169.
|
Tue, 15 Jun 2010 01:33:28 +0000 |
Paul Aurich |
merge of '04b459a0054fec05e338c8cb5cdafb9d3feb12b5'
|
Tue, 15 Jun 2010 01:28:17 +0000 |
Stu Tomlinson |
Catch some more invalid email addresses, thanks to Mark for additional
|
Tue, 15 Jun 2010 01:32:14 +0000 |
Paul Aurich |
gg: s/exit/_exit/ in the resolver fork() code
|
Mon, 14 Jun 2010 22:23:33 +0000 |
Mark Doliner |
Oh, let's put our original test cases in the two arrays, to make things
|
Mon, 14 Jun 2010 22:09:50 +0000 |
Daniel Atallah |
merge of '74a81229c626a318447546176d5b27a0197a44a4'
|
Mon, 14 Jun 2010 22:09:12 +0000 |
Daniel Atallah |
Attempt to improve handling of HTTP requests on port 80 when there is a HTTP
|
Mon, 14 Jun 2010 21:05:47 +0000 |
Mark Doliner |
Expand our test for purple_email_is_valid(). I stumbled across a large list
|
Mon, 14 Jun 2010 15:59:18 +0000 |
John Bailey |
!ChangeLog all the changes I've made to the Yahoo prpls so far. Refs #11986.
|
Mon, 14 Jun 2010 14:10:42 +0000 |
John Bailey |
Fix a mistake I made with the fallback code. Refs #11986.
|
Mon, 14 Jun 2010 00:08:25 +0000 |
John Bailey |
Change the shortcut key for "Set Mood" to Ctrl+O for uniqueness. Fixes #12166.
|
Mon, 14 Jun 2010 00:05:55 +0000 |
John Bailey |
Make HTTP proxy detection in the yahoo prpls a bit more robust. This should
|
Sun, 13 Jun 2010 23:07:24 +0000 |
John Bailey |
Very hackily implement a fallback mechanism in Yahoo, but not for Yahoo Japan
|
Sun, 13 Jun 2010 05:44:13 +0000 |
Paul Aurich |
Formatting
|
Sat, 12 Jun 2010 23:01:44 +0000 |
Paul Aurich |
jabber: Document the other cyrus hack (ignoring EXTERNAL)
|
Sat, 12 Jun 2010 20:18:31 +0000 |
Paul Aurich |
jabber: Make that more future-proof by never generating "GSSAPI "
|
Sat, 12 Jun 2010 18:22:46 +0000 |
Paul Aurich |
jabber: Fix the GSSAPI-not-attempted fallback. Refs #12031
|
Sat, 12 Jun 2010 02:41:35 +0000 |
John Bailey |
Change the function of the "proxy_ssl" account option to cover regular HTTP
|
Thu, 10 Jun 2010 20:35:08 +0000 |
Marcus Lundblad |
merge of '2e94598029dc6350d656fd335ad83738ff0c8e29'
|
Thu, 10 Jun 2010 19:54:17 +0000 |
Marcus Lundblad |
media: Fix the TURN server setting to actually work again (it was apparently
|
Thu, 10 Jun 2010 00:37:52 +0000 |
Elliott Sales de Andrade |
gpointer* is redundant.
|
Wed, 09 Jun 2010 17:36:49 +0000 |
Sadrul Habib Chowdhury |
merge of '6df484b58e54743f46465726f124c339a884768f'
|
Wed, 09 Jun 2010 16:58:41 +0000 |
Sadrul Habib Chowdhury |
Allow page-up/downing in the suggestion list.
|
Mon, 07 Jun 2010 20:05:15 +0000 |
Marcus Lundblad |
Removed some commented-out code
|
Mon, 07 Jun 2010 20:01:31 +0000 |
Marcus Lundblad |
woops, this should remain de-activated for a while yet... :)
|
Mon, 07 Jun 2010 19:41:55 +0000 |
Marcus Lundblad |
pidgin: Re-set focus after clicking on the attention button.
|
Sun, 06 Jun 2010 02:17:36 +0000 |
Sadrul Habib Chowdhury |
merge of '52f4817b6a7b2db5cad41758c4911c0f20f77eb2'
|
Sun, 06 Jun 2010 02:15:40 +0000 |
Sadrul Habib Chowdhury |
Do not paste in a read-only imhtml. Fixes #12109.
|
Sat, 05 Jun 2010 04:16:12 +0000 |
Stu Tomlinson |
merge of '2354bdb318de029dd9fd2b15e2bb66ffe99920a6'
|