Fri, 13 Jun 2008 04:19:31 +0000 |
Daniel Atallah |
Return the real JID (if available) from the xmpp get_cb_real_name function.
|
Sun, 01 Jun 2008 18:08:14 +0000 |
Sadrul Habib Chowdhury |
Fix the chat-room rejoining bug where the list appears empty.
|
Wed, 21 May 2008 02:09:00 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)
|
Wed, 30 Apr 2008 21:09:59 +0000 |
Evan Schoenberg |
The key and value need to be g_stdup()'d before adding to the hash table
|
Wed, 30 Apr 2008 14:06:03 +0000 |
Evan Schoenberg |
g_hash_table_ref() / g_hash_table_unref() were added in too recent a glib version per Mark. Copy data to chat->components rather than using those.
|
Wed, 30 Apr 2008 06:29:16 +0000 |
Evan Schoenberg |
As discussed on the devel list, purple_serv_got_join_chat_failed() and the
|
Tue, 13 May 2008 00:12:38 +0000 |
Etan Reisner |
Close up scope of a variable, I'm just cleaning up my tree some.
|
Tue, 29 Apr 2008 03:59:28 +0000 |
Evan Schoenberg |
applied changes from 4c5110037671f84e3e775214c32692b5b23c11e1
|
Tue, 29 Apr 2008 03:47:38 +0000 |
Evan Schoenberg |
merge of '3498a4993b3d552319e5122278d620287093fd20'
|
Tue, 29 Apr 2008 03:47:25 +0000 |
Evan Schoenberg |
disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'
|
Tue, 29 Apr 2008 02:58:23 +0000 |
John Bailey |
* Renamespace serv_got_chat_join_failed to purple_serv_got_chat_join_failed
|
Tue, 29 Apr 2008 03:08:32 +0000 |
Evan Schoenberg |
disapproval of revision 'ae37fe6b64c30704715a369df88bd76674a39b1a'
|
Tue, 29 Apr 2008 01:46:40 +0000 |
Evan Schoenberg |
Added "chat-join-failed" signal, emitted by a new serv_got_join_chat_failed()
|
Mon, 28 Apr 2008 06:40:48 +0000 |
Mark Doliner |
Fix a small memory leak when failing to join a jabber conference
|
Sun, 13 Apr 2008 16:54:33 +0000 |
Sadrul Habib Chowdhury |
Do not crash from commands in a disconnected chat. Fixes #5208
|