Sun, 10 Jun 2007 21:07:02 +0000 |
Mark Doliner |
Remove a pair of unneeded strlen's
|
Sun, 10 Jun 2007 20:39:59 +0000 |
Evan Schoenberg |
Removed line accidentally committed.
|
Sun, 10 Jun 2007 20:36:24 +0000 |
Evan Schoenberg |
If a message is known to be too long to send to a chat or IM, and it's an HTML message, strip the HTML, re-encode, and try again. The chat part is particularly useful given the short maximum message length and the fact that purple_markup_linkify() will have linkified long links to being twice the number of characters. The IM part is not triggerred in my experience because MAXMSGLEN seems to be far above the number of characters allowed; perhaps it is a number of bytes, not characters?
|
Sat, 09 Jun 2007 08:01:17 +0000 |
Mark Doliner |
wabz pointed out that this string comparision was being done twice. I
|
Sun, 03 Jun 2007 21:42:54 +0000 |
Mark Doliner |
Add some notes about why Yahoo! web messenger login doesn't work
|
Tue, 29 May 2007 10:25:05 +0000 |
Mark Doliner |
Clean up some other ssi-related things. This commit and my last one
|
Wed, 23 May 2007 06:24:15 +0000 |
Mark Doliner |
Fix signing on to AIM with an AOL screen name with a password of more
|
Sat, 19 May 2007 07:53:30 +0000 |
Richard Laager |
merge of 'ad8976c24b5929a7dc2e27af5ffc3522aafa11d5'
|
Fri, 18 May 2007 15:18:32 +0000 |
Evan Schoenberg |
Fix a leak of the string in each Direct IM message, reported by jas8522 in AdiumTicket:#6982
|
Mon, 14 May 2007 23:35:50 +0000 |
Richard Laager |
Replace strcasecmp() calls with glib equivalents.
|
Tue, 08 May 2007 15:08:23 +0000 |
Daniel Atallah |
Fix #755 - Crash on disconnection due to oscar offline messaging check invalid pointer deref.
|
Sat, 05 May 2007 18:07:47 +0000 |
Evan Schoenberg |
Free nombre as soon as we're done using it, for clarity
|
Sat, 05 May 2007 18:05:48 +0000 |
Evan Schoenberg |
Pass the screenname properly to purple_account_request_authorization(), passing the nick (if available) separately. Store the nick for use in callbacks in data->nick where possible.
|
Thu, 03 May 2007 19:12:19 +0000 |
Evan Schoenberg |
flags of 0x00 in oscar_icon_req() can apparently mean 'you should upload your buddy icon' just as flags of 0x41 can. I'm really unclear as to why Adium with libpurple is getting the 0x00 response while Pidgin with the same libpurple code is getting 0x41 after sending identical data (with identical md5 hashes) for a buddy icon... but that's the way it is. This may fix other conditions in which AIM people claim that their buddy icon isn't being properly set; further insight into what's going on would certainly be appreciated.
|
Thu, 03 May 2007 17:56:31 +0000 |
Evan Schoenberg |
If we're sent text/plain by an AIM client and it specifies a charset, we can now use that charset via oscar_encoding_extract() instead of ignoring it and therefore assuming UTF-8
|
Thu, 03 May 2007 07:51:51 +0000 |
Mark Doliner |
I noticed a new error code a few days ago: "IP address connecting too
|
Thu, 03 May 2007 06:47:51 +0000 |
Sean Egan |
Remove AOL emblem
|
Thu, 03 May 2007 04:41:33 +0000 |
Sean Egan |
We're told by users that Hiptop is not the same thing as mobile, and should not be treated as such.
|
Wed, 02 May 2007 00:56:11 +0000 |
Evan Schoenberg |
Fix a crash if userinfo->itmsurl is NULL on Windows / OS X
|
Sun, 29 Apr 2007 01:04:19 +0000 |
Richard Laager |
The OSCAR timestamp stuff.
|
Fri, 27 Apr 2007 02:14:44 +0000 |
Sean Egan |
propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
|
Wed, 25 Apr 2007 22:24:15 +0000 |
Richard Laager |
merge of 'd28268688d1a93e76907a1ef18ed186bf31fabf3'
|
Wed, 25 Apr 2007 21:50:03 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head ace53c6cc80b256fff29f021ab5b80805deb253b)
|
Thu, 26 Apr 2007 12:25:49 +0000 |
Evan Schoenberg |
Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
|
Wed, 25 Apr 2007 05:55:40 +0000 |
Mark Doliner |
Sean proposed changing ICQ's "do not disturb" status from being
|
Wed, 25 Apr 2007 22:23:29 +0000 |
Richard Laager |
Change the imgstore and by extension, then the buddy icon code to take over
|
Wed, 25 Apr 2007 21:48:56 +0000 |
Richard Laager |
Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
|
Wed, 25 Apr 2007 00:56:13 +0000 |
Richard Laager |
Move the prpl icon checksum code into the core, so we can delete the
|
Tue, 24 Apr 2007 03:57:07 +0000 |
Richard Laager |
Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
|
Tue, 24 Apr 2007 00:39:22 +0000 |
Evan Schoenberg |
The iTunes music store link makes sense to show on OS X, too
|
Mon, 23 Apr 2007 07:54:13 +0000 |
Mark Doliner |
Ok I couldn't resist. For iChat and Adium buddies who are advertising
|
Mon, 23 Apr 2007 07:42:57 +0000 |
Mark Doliner |
Add the iTunes Music Store url to the GaimPresence for buddies onyour
|
Sun, 22 Apr 2007 03:08:13 +0000 |
Sean Egan |
Remove the OSCAR rate limiting dialog, as the only time I've ever seen it
|
Sun, 15 Apr 2007 06:57:42 +0000 |
Richard Laager |
Fix Ticket #151
|
Fri, 13 Apr 2007 04:13:24 +0000 |
Shlomi Loubaton |
Patch from shlomil in ticket #78.
|
Wed, 11 Apr 2007 14:46:04 +0000 |
Stu Tomlinson |
Hopefully prevent libpurple causing problems for 3rd party UIs if they also
|
Wed, 11 Apr 2007 13:34:17 +0000 |
Stu Tomlinson |
Avoid a possible NULL pointer dereference
|
Sun, 08 Apr 2007 22:29:42 +0000 |
Mark Doliner |
sf patch #1694728, from Andrew Gaul
|
Mon, 02 Apr 2007 00:38:21 +0000 |
Mark Doliner |
sf patch #1574238, from Ka-Hing Cheung
|
Wed, 21 Mar 2007 08:48:35 +0000 |
Richard Laager |
I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
|
Wed, 21 Mar 2007 08:46:00 +0000 |
Richard Laager |
disapproval of revision 'e3e969c26f10e201035feb11d97774f43ab7c3d4'
|
Wed, 21 Mar 2007 08:43:05 +0000 |
Richard Laager |
I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
|
Mon, 19 Mar 2007 07:01:17 +0000 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
Sun, 18 Mar 2007 01:13:36 +0000 |
Luke Schierer |
lots of translation updates. Some of these I neglected for way too long.
|
Sat, 10 Mar 2007 17:23:46 +0000 |
Mark Doliner |
These aren't errors in Gaim--they happen under normal operation
|
Thu, 01 Mar 2007 21:52:57 +0000 |
Sean Egan |
Don't format ICQ UINs
|
Thu, 22 Feb 2007 23:32:39 +0000 |
Sean Egan |
Automatically format screenname to account->username
|
Thu, 22 Feb 2007 20:33:51 +0000 |
Sean Egan |
Remove a few unneeded strings, per evans's recommendation
|
Tue, 13 Feb 2007 06:58:13 +0000 |
Mark Doliner |
Allow setting of the iTunes Music Store URL for AIM accounts. It's
|
Mon, 12 Feb 2007 08:43:04 +0000 |
Mark Doliner |
Combine two functions that did similar things. This is a little
|
Sun, 11 Feb 2007 21:58:50 +0000 |
Daniel Atallah |
uri-handler support for AIM/ICQ, Yahoo and MSN
|
Sun, 11 Feb 2007 19:34:43 +0000 |
Mark Doliner |
Whitespace
|
Mon, 05 Feb 2007 22:16:35 +0000 |
Sean Egan |
typo fix
|
Sun, 04 Feb 2007 02:31:04 +0000 |
Sean Egan |
Use the status API to handle mobileness, and convert AIM to use it. This makes mobile buddies prioritze lower in Perons, and ensures the UI is notified of changes in mobileness. Other protocols to follow.
|
Tue, 30 Jan 2007 06:53:23 +0000 |
Sean Egan |
Emblems in the blist
|
Sat, 27 Jan 2007 11:41:32 +0000 |
Sean Egan |
This should be the last of the string changes
|
Mon, 22 Jan 2007 09:27:02 +0000 |
Sean Egan |
I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
|
Sat, 20 Jan 2007 02:32:10 +0000 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|