summaryrefslogtreecommitdiff
path: root/libpurple
Commit message (Expand)AuthorAgeFilesLines
* media: Fix a NULL pointer deref crash, and add diagnostic logging.Paul Aurich2011-05-121-0/+16
* Fix setting icons with dimensions greater than 64x64 pixels by scalingMark Doliner2011-05-112-2/+2
* Get rid of a few other dead variables.Paul Aurich2011-05-114-6/+3
* msn: Avoid reading uninit memory.Paul Aurich2011-05-111-0/+3
* silc: Dead (redundant) initializationPaul Aurich2011-05-111-1/+1
* merge of 'ee01a0566a86f9d5fda7abec22b4b0d7e7510706'Paul Aurich2011-05-111-8/+8
|\
| * Small space to tab changes.Elliott Sales de Andrade2011-05-111-8/+8
* | mxit: Audited the rest of mxit for glib/libc mixing of alloc/freePaul Aurich2011-05-111-1/+1
* | mxit/protocols: Use g_realloc, as these are freed with g_freePaul Aurich2011-05-111-2/+2
* | silc: Avoid calling strstr(NULL, ...) if chname isn't set.Paul Aurich2011-05-111-3/+4
* | jabber/caps: Reorganize for the purpose of making clang's analyzer happierPaul Aurich2011-05-111-23/+25
* | jabber/bosh: We require glib 2.16 now, this was added in 2.16Paul Aurich2011-05-111-6/+0
|/
* jabber: Treat empty <group/> elements as "Buddies", not ""Paul Aurich2011-05-111-5/+3
* Rename this enums a little better. And I don't think we need theseElliott Sales de Andrade2011-05-102-16/+11
* Hide some offset occurrences and define a couple of abstractions inElliott Sales de Andrade2011-05-104-8/+31
* Getting the P2P version is probably the slplink's job, since it hasElliott Sales de Andrade2011-05-097-12/+13
* Let's not fool anyone here. The slplink is never NULL.Elliott Sales de Andrade2011-05-091-4/+3
* This function doesn't exist.Elliott Sales de Andrade2011-05-091-9/+0
* I've always wondered why the SB layer was parsing the P2P stuff, whenElliott Sales de Andrade2011-05-092-68/+24
* Get the P2P version based on the user. Still hard-coded as v1 though.Elliott Sales de Andrade2011-05-097-6/+22
* Get the slplink from the slpcall as needed.Elliott Sales de Andrade2011-05-091-3/+3
* Oops, forgot to checkin the header changes that go along with theElliott Sales de Andrade2011-05-091-2/+2
* This function doesn't do much of anything any more.Elliott Sales de Andrade2011-05-091-12/+2
* Add the slplink as a parameter when creating a slpmsg ack.Elliott Sales de Andrade2011-05-092-4/+3
* Add the slpcall as a parameter when creating a slpmsg.Elliott Sales de Andrade2011-05-092-13/+8
* Try to hide msn_p2p_info_get_flags as much as possible, since it mayElliott Sales de Andrade2011-05-075-23/+81
* Only send acks on p2pv2 when required.Elliott Sales de Andrade2011-05-073-5/+29
* Add P2Pv2 ack'ing.Elliott Sales de Andrade2011-05-073-5/+49
* Add a function to add/replace a TLV to a list.Elliott Sales de Andrade2011-05-072-0/+14
* Rename things a little.Elliott Sales de Andrade2011-05-071-15/+15
* The type and length of the TLV are only bytes, so fix the functionElliott Sales de Andrade2011-05-072-37/+37
* propagate from branch 'im.pidgin.cpw.masca.p2p' (head 889c5f6bceee2561cc5118c...Elliott Sales de Andrade2011-05-061-1/+41
|\
| * Add Peer Info TLV struct and values.Jorge Villase?or2011-01-041-0/+18
| * Add TLV and data fields to P2Pv2 Header.Jorge Villase?or2011-01-041-1/+3
| * Add P2Pv2 Data Header struct.Jorge Villase?or2011-01-041-0/+9
| * Compile.Jorge Villase?or2011-01-041-13/+13
| * propagate from branch 'im.pidgin.pidgin' (head e1c3051e704c3ba859ee1b85f45bba...Jorge Villase?or2011-01-041-0/+31
| |\
| | * Add some constants used by P2Pv2.Jorge Villase?or2010-12-151-0/+31
* | | I think this is the way to map to P2Pv2, but I don't have InternetElliott Sales de Andrade2011-05-051-4/+4
* | | The TLV list should be padded to a multiple of 4.Elliott Sales de Andrade2011-05-051-4/+24
* | | This should fix TLV in from and out of the wire.Elliott Sales de Andrade2011-05-053-67/+74
* | | ft: Fix a leak of 'utf8'Paul Aurich2011-05-051-1/+0
* | | merge of '632cbfa9695ebd3da6fb3c6487478f27983fca68'Paul Aurich2011-05-051-1/+0
|\ \ \
| * | | jabber: Oops, I introduced a leak. clang found it.Paul Aurich2011-05-051-1/+0
* | | | bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably.Daniel Atallah2011-05-032-3/+12
* | | | bonjour: Recurse through user IP addresses instead of using the first one onlySimon van der Linden2011-05-031-5/+31
|/ / /
* | | merge of '5f2dbdd67523095d02ddde939fe625cf6d12ce49'Daniel Atallah2011-05-0312-66/+47
|\ \ \
| * | | jabber: This seems slightly more straightforward to me.Paul Aurich2011-05-031-6/+3
| * | | Silence a swath of warnings regarding set-but-unused.Paul Aurich2011-05-035-35/+8
| * | | purple: Fix some compiler warnings related to new API and missing prototypes.Paul Aurich2011-05-036-4/+7