Mercurial > pidgin
graph
-
Move the sound theme selector to the Themes tab and make the smiley section2009-11-11, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 21e0c593084b90bf269f264a4f54e3ac8ea291d9)2009-11-11, by John Bailey
-
Use a couple size groups to make the buddy list and status icon theme selectors2009-11-11, by John Bailey
-
I forgot to set the border on the proxy tab. This looks much better now.2009-11-11, by John Bailey
-
Move the status icon and blist theme comboboxes to the Themes tab. This looks2009-11-11, by John Bailey
-
Reorder the tabs alphabetically. I left Interface at the top because it's our2009-11-11, by John Bailey
-
All theme selectors will be on this tab soonish. Rename the tab to reflect it.2009-11-11, by John Bailey
-
The theme authors for default/nonexistant themes should be consistent. Since2009-11-11, by John Bailey
-
Move the proxy stuff to a separate tab, per deryni's suggestion.2009-11-11, by John Bailey
-
Change to side-tabs in the prefs window.2009-11-11, by John Bailey
-
merge of '5a8a2370b26bc418c7157db57a53fccacb813952'2009-11-17, by Paul Aurich
-
Changelog part of that.2009-11-13, by Paul Aurich
-
Added MXit protocol to win32 (mingw) makefile.2009-11-16, by andrew victor
-
fixed strings (removed duplicate 'server')2009-11-16, by pieter loubser
-
Check in some updated po files. This should help the cron job take less time.2009-11-15, by John Bailey
-
jabber: Properly request just the most recent item from a PEP node.2009-11-13, by Paul Aurich
-
jabber: This is more correct.2009-11-13, by Paul Aurich
-
jabber: The second half; advertise the vCard avatar, whatever it is.2009-11-13, by Paul Aurich
-
jabber: Go back to not overwriting avatars if there is not one locally set.2009-11-13, by Paul Aurich
-
*** Plucked rev 212bd3655451599364562cabe553c5b7a19134ae (zacw@adiumx.com):2009-11-13, by Paul Aurich
-
jabber: Determine if a buddy can receive a file transfer (when we have2009-11-12, by Marcus Lundblad
-
Fix receiving any codecs that aren't in the codec intersection.2009-11-11, by maiku
-
Allow the initiator to start connection checks before the remote side accepts.2009-11-11, by maiku
-
merge of '16c47a3521f79a6091f5196bb3649c2f9ca2922f'2009-11-11, by maiku
-
Handle Jingle's description-info method.2009-11-11, by maiku
-
ChangeLog the addition of the MXit prpl.2009-11-09, by John Bailey
-
Add the MXit plugin source files to POTFILES.in so any unique strings can be2009-11-09, by John Bailey
-
I was a little overzealous adding the MXit icons to the pixmaps Makefile.am.2009-11-09, by John Bailey
-
Initial addition of the MXit protocol plugin, provided by the MXit folks2009-11-08, by John Bailey
-
jabber: did someone say something about the end of the struct?2009-11-07, by Paul Aurich
-
xmppdisco: Close the input request when closing the dialog. Fixes a crash.2009-11-07, by Paul Aurich
-
merge of 'ac8595402f07bcd2e5467756aa6ccf6d9daf907a'2009-11-06, by Sadrul Habib Chowdhury
-
Fix compile with debugging enabled.2009-11-06, by Sadrul Habib Chowdhury
-
oscar: According to the online docs, statusCode 607 is rate limit (confirmed2009-11-06, by Paul Aurich
-
Hmm, I think I'm reaching diminishing returns.2009-11-06, by Paul Aurich
-
jabber: These uses of strlen() are unnecessary.2009-11-06, by Paul Aurich
-
jabber: If it should never happen, we certainly should never keep going in the function!2009-11-06, by Paul Aurich
-
jabber: Use purple_connection_get_prpl() instead of jabber_plugin.2009-11-06, by Paul Aurich
-
Oops, make that build.2009-11-06, by Paul Aurich
-
jabber: Fix a few places where the default for require_tls was wrong.2009-11-06, by Paul Aurich
-
jabber: Use purple_strequal to simplify some auth code2009-11-06, by Paul Aurich
-
jabber: Convert to purple_debug_* convenience functions.2009-11-06, by Paul Aurich
-
jabber: Print account name on sent stanzas in the debug log.2009-11-06, by Paul Aurich
-
Add some additional debug output to the avahi mdns implemenation.2009-11-06, by Daniel Atallah
-
oscar: Pretty sure this was a typo; cookie is a char ** (passed in as arg).2009-11-06, by Paul Aurich
-
oscar: Properly support TLS when using clientLogin.2009-11-06, by Paul Aurich
-
Better, or worse?2009-11-06, by Mark Doliner
-
Allow printable chars when searching the tree2009-11-05, by Richard Nelson
-
I believe this change fixes offline message retrieval.2009-11-04, by Mark Doliner
-
We really shouldn't be doing a whole lot in our signal handler. The2009-11-04, by Mark Doliner
-
merge of '661db628ce40c3548058f062ea72d9687654d53a'2009-11-04, by Mark Doliner
-
http://dev.aol.com/aim/oscar/ says, "All strings in Feedbag are UTF82009-11-04, by Mark Doliner
-
oscar: Remove the simultaneous logins option from ICQ accounts.2009-11-04, by Paul Aurich
-
merge of '06b53ea832679e0dfb2e6d5d0c1b69e61f1bd38b'2009-11-04, by Mark Doliner
-
Fixes a bad MSN bug where passwords with multi-byte utf8 characters near2009-11-04, by Mark Doliner
-
oscar: Fix 'Allow multiple simultaenous logins' with clientLogin.2009-11-04, by Paul Aurich
-
oscar: Make these errors more translatable.2009-11-03, by Paul Aurich
-
merge of '1691b4b36ac458e77603b7cac73a91c200b2a21b'2009-11-03, by Paul Aurich
-
oscar: The 0x00c9 TLV seems to be buddy preferences, not limited to visibility.2009-11-03, by Paul Aurich
-
oscar: Update the details of the buddy preferences based on the OSCAR docs.2009-11-03, by Paul Aurich
-
Removed a couple of stray whitespaces...2009-11-03, by Marcus Lundblad
-
jabber: Automatically find a STUN server by SRV lookup on the account's domain2009-11-03, by Marcus Lundblad
-
oscar: Display more detailed error messages when an outgoing message is bounced.2009-11-03, by aman
-
ChangeLog the last few commits.2009-11-03, by Paul Aurich
-
oscar: Update the rate calculations based on OSCAR docs.2009-11-03, by aman
-
oscar: Replace magic numbers with enums.2009-11-03, by aman
-
oscar: Differentiate the two rate-limiting login errors.2009-11-03, by aman
-
Add a null check, just for the heck of it2009-11-02, by Mark Doliner
-
Use PIDGIN_NAME here, rather than duplicate it.2009-11-02, by Richard Laager
-
Fix the accelerators on the Network tab. Have I mentioned recently that I hate2009-11-02, by John Bailey
-
Make the username labels consistent with each other.2009-11-02, by John Bailey
-
Changelog the last few items.2009-11-02, by John Bailey
-
This feels hacky to me, so if someone has a better idea, go for it. This change2009-11-02, by John Bailey
-
Make the proxy server port entry a spin button instead. Paul noticed this2009-11-02, by John Bailey
-
Per discussion in devel@conference.pidgin.im a couple days ago, make the2009-11-02, by John Bailey
-
Show a little prpl icon in request dialogs, when possible.2009-11-02, by Sadrul Habib Chowdhury
-
dns: Check read/write return value to silence a bunch of warnings.2009-11-01, by Paul Aurich
-
merge of '35051ef78ac9fe0b4c494411560d1b9dc566f414'2009-11-01, by Sadrul Habib Chowdhury
-
merge of '1def2be2e4073bd8f441667545132de3b851cd71'2009-11-01, by Paul Aurich
-
dns: I don't think this worked correctly before.2009-11-01, by Paul Aurich
-
dns: Avoid two warnings when building with --disable-idn.2009-10-31, by Paul Aurich
-
merge of '861f103afc4b68b9d049bb8d1f2fe8c6642267df'2009-11-01, by Sadrul Habib Chowdhury
-
Define WIN32_LEAN_AND_MEAN where possible during the compile to hopefully speed it up.2009-10-31, by Daniel Atallah
-
merge of '2a337fc21125a25203efca7d15ea3002fa8e35fb'2009-10-30, by Elliott Sales de Andrade
-
When restricting a buddy on both the Allow and Block lists to just one2009-10-30, by Elliott Sales de Andrade
-
Instead of $@, use "$*" in run_or_die or else printf will re-use the format2009-10-30, by Elliott Sales de Andrade
-
My version of sed seems to require no space between the -i and the backup2009-10-30, by Elliott Sales de Andrade
-
Add an error handler for the RML command as well.2009-10-30, by Elliott Sales de Andrade
-
Fold the ADL 241 error handler into the base ADL error handler since it2009-10-30, by Elliott Sales de Andrade
-
Disable unsupported actions for federated users on Yahoo.2009-11-01, by Sadrul Habib Chowdhury
-
Cannot send a file to a Yahoo! user on MSN.2009-11-01, by Sadrul Habib Chowdhury
-
Cannot send a file to a federated user on yahoo.2009-11-01, by Sadrul Habib Chowdhury
-
Disable 'Remove' when no icon set.2009-10-30, by Sadrul Habib Chowdhury
-
Parse online presence from yahoo buddies after going online on MSN.2009-10-30, by Sadrul Habib Chowdhury
-
merge of '03cc2a9636edee3bb1eb9b88cee209cdb6096c7c'2009-10-28, by Sadrul Habib Chowdhury
-
cleaned up the output of the command being run in run_or_die2009-10-28, by Gary Kramlich
-
fix the fix for broken libtool 0.40.6 on osx2009-10-28, by Gary Kramlich
-
added a cleanup function to remove our autogen-?????? files when autogen receives SIGINT2009-10-27, by Gary Kramlich
-
Fix a leak on status updates from federated buddies on yahoo.2009-10-28, by Sadrul Habib Chowdhury
-
Make sure the selection is within bounds before accepting a click-drag2009-10-27, by Sadrul Habib Chowdhury
-
Fix a couple of invalid reads after clearing the text in an entry box.2009-10-27, by Sadrul Habib Chowdhury
-
merge of '8e5917b1daee611a3587cb11727a37b8b0bc72a5'2009-10-27, by Ka-Hing Cheung
-
don't remember the message if we switch to a saved status (transient2009-10-27, by Ka-Hing Cheung
-
try not to artificially hide and then unhide the imhtml when status2009-10-27, by Ka-Hing Cheung
-
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
-
merge of '33ac448c0d0fbe2bd41ad24c9d2e8faa14fafa69'2009-10-16, by Paul Aurich
-
This should derfernately be changelogged2009-10-15, by Mark Doliner
-
Don't call aim_src_clientready() until we have activated our feedbag2009-10-15, by Mark Doliner
-
Typo.2009-10-16, by Paul Aurich
-
jabber: Remove useless jabber_normalize calls now that the data in the hash table2009-10-15, by Paul Aurich
-
merge of '0ff7fb50305f33b84a373ff00a085c25175515c1'2009-10-15, by Paul Aurich
-
Yahoo prpl is crashing everytime a message from a yahoo buddy is received (have not checked federated ids).2009-10-15, by Sulabh Mahajan
-
Credit Frostregen for the userlist styling thing. Refs #9377.2009-10-14, by John Bailey
-
jabber: Reduce these from assertions to checks.2009-10-15, by Paul Aurich
-
merge of '1bcd0bb175fd417fd165aa7b52e219c97b0e30c6'2009-10-14, by Daniel Atallah
-
merge of '5fc198b7a02aacaaa8a7045d9df437c2d0e9006b'2009-10-13, by Paul Aurich
-
Register URL handlers for everything that Windows has knows about like we do2009-10-14, by Daniel Atallah
-
merge of '80eaa62b397424cadf9ea37ca0e98894f823fbf5'2009-10-12, by John Bailey
-
merge of '466c48e634f92dbe476c9d7504ef7eb91a4b304e'2009-10-12, by John Bailey
-
merge of '899182ae412c1d58eab5efb5001e980fdfda4190'2009-10-12, by Elliott Sales de Andrade
-
Shut up valgrind ("unitialized bytes(s)...") and changelog.2009-10-13, by Paul Aurich
-
Fix the code dealing with writing a TXT lookup response from child to parent.2009-10-13, by Paul Aurich
-
jabber: Use the newly refactored code to simplify "Initiate Chat".2009-10-12, by Paul Aurich
-
jabber: Refactor the chat-joining code2009-10-12, by Paul Aurich
-
jabber: Add an "Initiate Chat" blist context menu option for GTalk accounts.2009-10-12, by eion
-
ChangeLog the MSN thing and rearrange the ChangeLog sections to be more2009-10-12, by John Bailey
-
Fix MSN forgetting display names for buddies. Fixes #10421.2009-10-12, by Sadrul Habib Chowdhury
-
merge of '3abad7606f4a2dfd1903df796f33924b12509a56'2009-10-12, by Sadrul Habib Chowdhury
-
Oops, forgot to credit kryojenik on fixing federated user blocking. Refs #9983.2009-10-12, by John Bailey
-
Credit kryojenik for his patch. Refs #9814.2009-10-12, by John Bailey
-
Explicitly define the enum values like Paul wanted. Refs #9814.2009-10-12, by John Bailey
-
Handle adding Lotus Sametime and Microsoft OCS buddies to Yahoo! accounts.2009-10-12, by kryojenik23-pidgin
-
Minor comment typo.2009-10-10, by Elliott Sales de Andrade
-
Swap two lines to fix a crash.2009-10-11, by Sadrul Habib Chowdhury
-
Fix a small leak.2009-10-10, by Sadrul Habib Chowdhury
-
A leak fix in the candidate list, and some code simplification.2009-10-10, by Sadrul Habib Chowdhury
-
Use the appropriate function to remove an input watcher.2009-10-10, by Paul Aurich
-
ssl-gnutls: I think this error message makes a little more sense.2009-10-10, by Paul Aurich
-
Check in the configure.ac check to go along with that #ifdef... Refs #10412.2009-10-10, by Paul Aurich
-
Some wordsmithing on this message from Y S Landro, Richard, William, and Kevin (on the translators m-l).2009-10-10, by Paul Aurich
-
Check the GnuTLS version before using a recent-ish flag. Fixes #10412.2009-10-10, by Paul Aurich
-
merge of '1db1fa363515af9bf20cd293f7ff7995d16099bb'2009-10-10, by Sadrul Habib Chowdhury
-
Allow setting a destroy-function for the data. Fixes a leak.2009-10-09, by Sadrul Habib Chowdhury
-
Fix an incorrect leak-fix. Thanks Elliott!2009-10-09, by Sadrul Habib Chowdhury
-
merge of '5b55f7c6ba5c3a07e85fbc2cd0370a411c7c70db'2009-10-09, by Paul Aurich
-
merge of '0818f22621a06fa5a61bba3d4a10de1e42813cfa'2009-10-09, by Paul Aurich
-
Fix a leak, and a series of typos.2009-10-08, by Sadrul Habib Chowdhury
-
Fixing leak is nice, but let's not crash in the process.2009-10-08, by Sadrul Habib Chowdhury
-
Leak fix for perl plugins.2009-10-08, by Sadrul Habib Chowdhury
-
Donot use a servconn if it's freed. Mark a leak.2009-10-08, by Sadrul Habib Chowdhury
-
Fix a possible leak.2009-10-08, by Sadrul Habib Chowdhury
-
Fix leaks, and a bug.2009-10-08, by Sadrul Habib Chowdhury
-
Nullify the freed pointer so it's not accessed later.2009-10-08, by Sadrul Habib Chowdhury
-
Leak fix.2009-10-08, by Sadrul Habib Chowdhury
-
Leak fix.2009-10-08, by Sadrul Habib Chowdhury
-
Don't crash when $gc is undefined in a call to Purple::Prpl::send_raw.2009-10-09, by Paul Aurich
-
merge of '333738ef627ffd5419b727b4031f65b60f94f7aa'2009-10-08, by Sadrul Habib Chowdhury
-
Free up the parsers.2009-10-07, by Sadrul Habib Chowdhury
-
Add missing null sentinels, and help the compiler catch such errors.2009-10-07, by Sadrul Habib Chowdhury
-
Plug leaks in the file-selector code.2009-10-07, by Sadrul Habib Chowdhury
-
German translation update2009-10-07, by Björn Voigt
-
- German update2009-10-07, by Björn Voigt
-
merge of '071f90416f664b41b4426e7929dc0a595aa02127'2009-10-06, by Sadrul Habib Chowdhury
-
Fix sending /buzz on yahoo.2009-10-06, by Sadrul Habib Chowdhury
-
Mark "STUN server:" for translation.2009-10-09, by Paul Aurich