Sun, 05 Apr 2009 21:13:10 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
|
Sat, 07 Mar 2009 01:59:40 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
|
Sat, 07 Mar 2009 02:14:34 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
|
Mon, 02 Mar 2009 06:37:05 +0000 |
Elliott Sales de Andrade |
Remove some extra trailing whitespace I noticed after merging mlundblad's
|
Sun, 16 Nov 2008 06:57:47 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
|
Fri, 31 Oct 2008 21:06:26 +0000 |
Sadrul Habib Chowdhury |
Alias foo. I think blist.h structs are now completely hidden.
|
Tue, 10 Feb 2009 06:10:12 +0000 |
Paul Aurich |
Send initial presence before declaring us connected (I like this a little better)
|
Tue, 10 Feb 2009 04:43:50 +0000 |
Paul Aurich |
Wait until receiving the roster to tell the core we're logged in
|
Sun, 08 Feb 2009 06:31:18 +0000 |
Paul Aurich |
Pass IQ handlers type, from, id, and the child node
|
Mon, 17 Nov 2008 18:22:26 +0000 |
Marcus Lundblad |
Change jabber_presence_send to not take an extra argument to force idle updating
|
Sun, 16 Nov 2008 22:29:00 +0000 |
Marcus Lundblad |
A first stab at supporting the upcoming new use-case in XMPP XEP-0012
|
Fri, 21 Nov 2008 04:18:19 +0000 |
Paul Aurich |
Clean up jabber_presence_send
|
Sat, 27 Sep 2008 06:33:42 +0000 |
Sadrul Habib Chowdhury |
Start hiding blist.h internals in prpls.
|
Sun, 16 Nov 2008 00:10:02 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
|
Fri, 29 Aug 2008 13:59:59 +0000 |
Evan Schoenberg |
The alias we retrieve from the roster is a private alias; use purple_serv_got_private_alias() to tell the core about it
|
Wed, 06 Aug 2008 09:27:06 +0000 |
Mark Doliner |
We talked about this and decided it was probably cleaner to not use
|
Tue, 05 Aug 2008 23:22:36 +0000 |
Mark Doliner |
Hopefully fix the XMPP contact flipping/swapping between groups bug
|
Thu, 03 Jul 2008 19:53:31 +0000 |
Mark Doliner |
Alright, I'm getting rid of this "groups" thing for the reason listed
|
Mon, 05 May 2008 04:54:37 +0000 |
Mark Doliner |
Fix a small memleak when adding a Jabber buddy
|
Sun, 04 May 2008 20:44:08 +0000 |
Mark Doliner |
Add a comment. Could someone familiar with the Jabber protocol or our
|
Tue, 09 Oct 2007 21:27:29 +0000 |
Daniel Atallah |
Fix CID 312 (Dead code).
|
Tue, 09 Oct 2007 00:25:56 +0000 |
Daniel Atallah |
Another couple leak fixes in the xmpp roster parsing.
|
Mon, 08 Oct 2007 20:46:00 +0000 |
Daniel Atallah |
Fix a couple leaks in parsing the xmpp roster.
|
Fri, 19 Oct 2007 18:28:33 +0000 |
Luke Schierer |
applied changes from d4b316d73ebaf93803ca2642e78b8821c3b5d5c7
|
Fri, 19 Oct 2007 18:14:53 +0000 |
Luke Schierer |
applied changes from e56db1b8a7bb8729e30fb3bf99a94ff7887fe4ec
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Sun, 26 Aug 2007 20:35:40 +0000 |
Sadrul Habib Chowdhury |
Update the buddylist if a buddy is moved to another group from a different
|
Sun, 17 Jun 2007 04:50:18 +0000 |
Nathan Walp |
fix inital presence (fixes #1395)
|
Mon, 19 Mar 2007 07:01:17 +0000 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
Tue, 13 Mar 2007 07:19:06 +0000 |
Mark Doliner |
Don't use g_list_length() and g_slist_length() when all you want to
|
Wed, 14 Feb 2007 04:26:10 +0000 |
Evan Schoenberg |
Fix problem with the previous leak fix pointed out by Etan.
|
Tue, 13 Feb 2007 22:19:26 +0000 |
Evan Schoenberg |
Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it.
|
Sun, 04 Feb 2007 18:33:44 +0000 |
Mark Doliner |
Rename this function to something that makes more sense to me
|
Fri, 02 Feb 2007 22:16:10 +0000 |
Sean Egan |
Didn't mean to ci that
|
Fri, 02 Feb 2007 21:38:52 +0000 |
Sean Egan |
Add the icons
|
Tue, 30 Jan 2007 21:04:04 +0000 |
Sean Egan |
Make deleting Google Talk buddies work
|
Sat, 20 Jan 2007 02:32:10 +0000 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|