Mercurial > pidgin
graph
-
colapses 2 ifs together2009-10-26, by Ka-Hing Cheung
-
I don't think the comment made sense, this is probably what it meant2009-10-26, by Ka-Hing Cheung
-
only need to loop over active accounts once for this2009-10-26, by Ka-Hing Cheung
-
strncmp -> g_str_equal2009-10-25, by Ka-Hing Cheung
-
mostly comment changes, changed a str && !strcmp to purple_strequal2009-10-25, by Ka-Hing Cheung
-
there's no reason for message_changed to use g_utf8_collate, and also2009-10-25, by Ka-Hing Cheung
-
break early if we found the right saved status, and rewrote the exit logic2009-10-25, by Ka-Hing Cheung
-
Catalan translation updated.2009-10-26, by Josep Puigdemont
-
account: Don't leak the account->privacy / account->deny lists.2009-10-26, by Paul Aurich
-
Fix another leak. Various iterations of:2009-10-26, by Paul Aurich
-
cipher: #include internal.h first. Fixes a warning on Solaris 8. Refs #10523.2009-10-26, by Paul Aurich
-
jabber: Plug another leak.2009-10-26, by Paul Aurich
-
jabber: Oops. --leaks.2009-10-26, by Paul Aurich
-
Build '.' before tests, since the tests require libpurple.la2009-10-26, by Paul Aurich
-
jabber: Remove the roster pool stuff.2009-10-26, by Paul Aurich
-
jabber: Don't ignore Google buddies with subscription="none", but ask="subscribe".2009-10-26, by Paul Aurich
-
pidgin: Bold usernames with unread messages in the buddy list again. Closes #10068.2009-10-26, by Paul Aurich
-
ChangeLog the smiley tooltip fix2009-10-25, by Marcus Lundblad
-
And that should be done in gtk_imhtml_insert_smiley_at_iter too...2009-10-25, by Marcus Lundblad
-
Fix randomly broken tooltip for custom smileys.2009-10-25, by Marcus Lundblad
-
Changed name2009-10-25, by Marcus Lundblad
-
Removed XEPs we already support and those that have become obsoleted.2009-10-25, by Marcus Lundblad
-
Prevent an assertion when the status icon pixbuf isn't found.2009-10-25, by Daniel Atallah
-
Unregister commands registered by a perl-plugin when unloading it.2009-10-24, by Sadrul Habib Chowdhury
-
merge of '7df8a2a726d522f0120b6cec62f683503591a040'2009-10-24, by Sulabh Mahajan
-
Implement IMvironment check per IM, not global2009-10-24, by Sulabh Mahajan
-
Make checking of p2p packet with invalid id per IM instead of per packet.2009-10-24, by Sulabh Mahajan
-
Fix a crash on receiving an offline message from a federated buddy. Also handle federated buddy per IM. Refs #98142009-10-24, by Sulabh Mahajan
-
Fix a crash when sending OIMs on MSN. The callback function used after2009-10-24, by Elliott Sales de Andrade
-
jabber: Reject invalid chat nicks in /nick command. Fixes #10532.2009-10-24, by Paul Aurich
-
ChangeLog previous two fixed items.2009-10-23, by Elliott Sales de Andrade
-
The connection display name can be NULL, so make sure we don't try to use2009-10-23, by Elliott Sales de Andrade
-
The MSN servers are a bit more strict about what's allowed in emails than2009-10-23, by Elliott Sales de Andrade
-
Show the message only for the chats for the account signing off.2009-10-22, by Sadrul Habib Chowdhury
-
Fix creating a conversation with a user in a chatroom from the userlist.2009-10-22, by Sadrul Habib Chowdhury
-
merge of '53b11891588df0478720a5c40652312812cde6aa'2009-10-21, by Sadrul Habib Chowdhury
-
Oh no that wasn't right. This code is weird.2009-10-21, by Mark Doliner
-
Surely this was a mem leak?2009-10-21, by Mark Doliner
-
Make sure the room name and the buddy who invited you are non-null2009-10-21, by Mark Doliner
-
Call purple_privacy_check() even when the protocol has some privacy2009-10-21, by Mark Doliner
-
A simple g_strdup is fine here.2009-10-21, by Sadrul Habib Chowdhury
-
Rejoin an opened chat after an account reconnects.2009-10-21, by Sadrul Habib Chowdhury
-
jabber: Fix a comment.2009-10-20, by Paul Aurich
-
Add another (IMHO unintuitive) JID test. Refs #10532.2009-10-20, by Paul Aurich
-
merge of '752623f68962a90397d0ac88cfa20f7435e704aa'2009-10-19, by Paul Aurich
-
When switching the account in the Disco / Room List dialogs, kill the visible2009-10-19, by Paul Aurich
-
jabber: Improved support for XEP-0249 (and document the legacy stuff).2009-10-17, by Paul Aurich
-
Fix the win32 URIs to only linkify if the protocol is followed by a colon.2009-10-19, by Daniel Atallah
-
Add hold changes for media calls.2009-10-19, by maiku
-
Add a hold button to the media window.2009-10-19, by maiku
-
Actually emit the PURPLE_MEDIA_INFO_{,UN}HOLD signals.2009-10-19, by maiku
-
Fix unhold string in media info enum.2009-10-19, by maiku
-
Sadrul's change from 3abad7606f4a2dfd1903df796f33924b12509a56 fixes a2009-10-16, by Elliott Sales de Andrade
-
Restore ChangeLog entry from 466c48e63... that was lost in 1bcd0bb175....2009-10-16, by Elliott Sales de Andrade
-
jabber: Correct the /part command's help.2009-10-16, by Paul Aurich
-
Grab changes from the 2.6.3 branch2009-10-16, by Mark Doliner
-
Next release from trunk will be 2.6.4 or 2.7.02009-10-16, by Mark Doliner
-
Fix a remote-crash bug in ICQ (and probably AIM). It happens when the2009-10-16, by Mark Doliner
-
Print that specific message only when there is a CN; otherwise fall back2009-10-16, by Paul Aurich
-
printf("%s", NULL) when a cert has no CN. Refs #10519.2009-10-16, by Paul Aurich