Tue, 10 Feb 2009 03:22:35 +0000 |
Mark Doliner |
Set this timer to 0 when we return FALSE
|
Tue, 10 Feb 2009 01:51:07 +0000 |
Mark Doliner |
Change two more uses of purple_utf8_strcasecmp to g_str_equal
|
Tue, 10 Feb 2009 01:44:40 +0000 |
Mark Doliner |
It's wrong, unnecessary, and expensive to use purple_utf8_strcasecmp() here.
|
Mon, 09 Feb 2009 22:05:14 +0000 |
Mark Doliner |
Avoid canceling this timer twice
|
Tue, 10 Feb 2009 05:42:53 +0000 |
Paul Aurich |
Fix a double-free segfault in the adhoc commands
|
Sun, 08 Feb 2009 10:34:31 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 32e078dbbf6d15a1c0a2916f1d590ea45f3c364d)
|
Sun, 08 Feb 2009 05:02:30 +0000 |
Elliott Sales de Andrade |
A JID can have no node (the part before the @), but a chat must have one,
|
Sun, 08 Feb 2009 00:23:43 +0000 |
Elliott Sales de Andrade |
merge of '1256de56bf55d28698fb946db0dc7fc965f4713b'
|
Sun, 08 Feb 2009 00:23:13 +0000 |
Elliott Sales de Andrade |
disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
|
Sat, 07 Feb 2009 23:45:18 +0000 |
Elliott Sales de Andrade |
The jabber_register_parse function was looking for the <x> node as a
|
Fri, 06 Feb 2009 14:23:25 +0000 |
Bj«Órn Voigt |
resolved shortcut conflict in German (fixes http://developer.pidgin.im/ticket/8354)
|
Fri, 06 Feb 2009 03:50:26 +0000 |
Daniel Atallah |
Fix a null ptr deref/double free. Fixes #8336.
|
Thu, 05 Feb 2009 06:25:18 +0000 |
Elliott Sales de Andrade |
merge of '0bfcaf78ec07efb71812fff2c8b738b4532aac7f'
|
Thu, 05 Feb 2009 05:42:58 +0000 |
Elliott Sales de Andrade |
In jabber_iq_parse, xmlnode_get_child is called for a few special cases,
|
Thu, 05 Feb 2009 04:23:14 +0000 |
Elliott Sales de Andrade |
Fix some warnings in some sometimes-commented-out debug messages.
|
Sat, 14 Feb 2009 18:23:13 +0000 |
Paul Aurich |
Use a JabberStream variable instead of a setting for the initial hash
|
Sat, 14 Feb 2009 03:57:22 +0000 |
Paul Aurich |
Always publish a <photo/> element, even if we have an empty buddy icon.
|
Sat, 14 Feb 2009 01:18:25 +0000 |
Paul Aurich |
I had the distinct pleasure of throwing invalid garbage at this code; it
|
Thu, 05 Feb 2009 01:00:17 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
Thu, 05 Feb 2009 00:59:42 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
Wed, 04 Feb 2009 22:46:45 +0000 |
Sadrul Habib Chowdhury |
Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.
|
Wed, 04 Feb 2009 22:46:08 +0000 |
Sadrul Habib Chowdhury |
Need some refining for vt100 too, apparently. Fixes #8335.
|
Wed, 04 Feb 2009 18:59:11 +0000 |
Mark Doliner |
Wait to set the account online until after we've fetched our buddy list.
|
Wed, 04 Feb 2009 05:15:49 +0000 |
Elliott Sales de Andrade |
After parsing the message text for HTML formatting, don't try to send it if
|