summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.4.14telepathy-gabble-0.4Robert McQueen2007-06-051-2/+2
* rename confusing chan/schan variables in roster to pub_chan and sub_chanRobert McQueen2007-06-051-20/+12
* roster.c: don't remove handles from subscribe/known lists if they're remote p...Senko Rasic2007-05-081-4/+23
* bump version to 0.4.12.1Robert McQueen2007-05-221-1/+1
* bump version to 0.4.12Robert McQueen2007-05-221-2/+2
* GabbleMediaStream: when the H263-N800 hack is enabled, discard any local code...Robert McQueen2007-05-221-0/+20
* GabbleMediaStream: when the H263-N800 hack is enabled, discard any remote cod...Robert McQueen2007-05-221-0/+18
* GabbleMediaSession: set the h263-n800-hack property on video streams with con...Robert McQueen2007-05-221-0/+16
* GabbleMediaStream: add a "h263-n800-hack" construct propertyRobert McQueen2007-05-221-0/+21
* GabblePresenceCache: set a JINGLE_H263_N800_HACK on people who have the Gabbl...Robert McQueen2007-05-222-0/+27
* when receiving ssltcp candidates, mark them as tcp if they're on port 443, an...Robert McQueen2007-05-031-3/+15
* when signalling GTalk candidates which are tcp and port 443, mark them as ssltcpRobert McQueen2007-05-031-3/+19
* fix leak of strings when candidates given to NewNativeCandidate are invalidRobert McQueen2007-05-031-3/+4
* hook up missing jingle_info_cbRobert McQueen2007-05-021-2/+9
* remove unused jingle-info.[ch]Robert McQueen2007-04-273-262/+0
* GabbleVcardManager: add missing #include "handles.h", must've been included v...Robert McQueen2007-04-271-0/+1
* GabbleMediaFactory: add jingle info retrieval code which sets the stun server...Robert McQueen2007-04-271-5/+200
* GabbleMediaChannel: implement the properties mixin and export nat traversal, ...Robert McQueen2007-04-272-0/+187
* GabbleConnection: remove the properties mixin and extraneous relay properties...Robert McQueen2007-04-272-233/+23
* GabbleConnection: remove calls to jingle_info.cRobert McQueen2007-04-271-22/+0
* move properties interface from the connection to the media channel and regene...Robert McQueen2007-04-2711-138/+156
* bump version to 0.4.11.1Robert McQueen2007-02-061-1/+1
* bump version to 0.4.11telepathy-gabble-0.4.11Robert McQueen2007-02-061-2/+2
* GabblePresenceCache: move up the call to _grab_nickname and _process_caps so ...Robert McQueen2007-02-061-3/+3
* bump version to 0.4.10.1Robert McQueen2007-02-051-1/+1
* bump version to 0.4.10telepathy-gabble-0.4.10Robert McQueen2007-02-051-2/+2
* fixed merge conflictsSenko Rasic2007-02-022-0/+79
* GabbleConnection: optionally randomize resource string to avoid collisions; a...Senko Rasic2007-02-022-51/+9
* Only populate the ChangeLog with "darcs changes" if in a Darcs treeSimon McVittie2007-01-021-1/+1
* GabbleRegister: fix sign-comparison in loopsRobert McQueen2006-12-121-1/+1
* fix broken src/Makefile.amRobert McQueen2006-12-121-1/+1
* merge Makefile.am conflictsRobert McQueen2006-12-121-1/+4
* use tableteer.nokia.com namespace for IV registrationDafydd Harries2006-12-071-1/+1
* GabbleRegister: lower-case auth_mac for consistencyRobert McQueen2006-11-081-0/+3
* Refactor out sending of registration or IV auth message into static functionSimon McVittie2006-10-131-46/+37
* Perform privileged device auth *before* registering an account.Simon McVittie2006-10-131-39/+50
* convert challenge/BT ID to lower case before hashing2006-10-121-2/+10
* merge conflicts between vcard and IVC branchRobert McQueen2006-10-110-0/+0
* GabbleConnection: resolve conflicts merging roomlist and IVC branchesRobert McQueen2006-10-111-1/+4
* Move IV namespace to namespaces.h, replace placeholder namespace with the one...Simon McVittie2006-10-022-3/+1
* Use sprintf() to hexify MD5, rather than implementing it ourselvesSimon McVittie2006-09-281-4/+2
* Stop trying to make IVC mechanism generic. Rename authidentity to mac, auth-s...Simon McVittie2006-09-283-74/+46
* gabble-register.c: Implement Nokia IV authorisation mechanismSimon McVittie2006-09-211-1/+186
* src/gabble-connection.c, src/gabble-connection-manager.c: Add auth_identity, ...Simon McVittie2006-09-212-1/+77
* COPYING, AUTHORS: credit L. Peter Deutsch for libmd5-rfc and include its licenseSimon McVittie2006-09-212-0/+38
* _boring: in Darcs, also ignore .lo filesSimon McVittie2006-09-211-0/+1
* Add libmd5-rfc (BSD licensed, from the Sourceforge project of the same name)Simon McVittie2006-09-215-2/+614
* GabbleConnection, GabbleVCardManager: changed disposal order, making vcard ca...Senko Rasic2007-01-052-8/+4
* GabbleVCardManager: don't call request callbacks when disposing the managerSenko Rasic2007-01-051-1/+5
* properties mixin: gracefully handle situations when client tries to set 0 pro...Senko Rasic2007-01-051-0/+9