summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fd.o #23348, fd.o #23349: fix compilation on NetBSD by including more headerstelepathy-gabble-0.8.3Thomas Klausner2009-09-102-0/+3
* Force date format for ChangeLogWill Thompson2009-09-101-1/+1
* Only write the changelog since 0.6.0 to ChangeLog, and don't use --statSimon McVittie2009-09-102-2/+2
* Merge branch 'multiplayer-disco' into telepathy-gabble-0.8Will Thompson2009-09-107-176/+248
|\
| * Don't rely on a side-effect of g_assert()Will Thompson2009-09-101-1/+3
| * Check caps for contacts who sign in twice.Will Thompson2009-09-101-20/+54
| * Break up caps-cache.pyWill Thompson2009-09-101-8/+22
| * Reduce duplicated code in caps-cache.pyWill Thompson2009-09-101-95/+47
| * Stop reimplementing make_presence quite so frequentlyWill Thompson2009-09-104-59/+58
| * Only ask (full) jids about caps nodes once.Will Thompson2009-09-103-0/+68
| * Don't confuse disco waiters from different resourcesWill Thompson2009-09-101-4/+9
| * Make _process_caps_uri easier to followWill Thompson2009-09-101-21/+19
* | Bump raw-udp and ice-udp namespaces to :1Will Thompson2009-09-102-4/+4
* | update NEWS re initial presenceDafydd Harries2009-09-101-0/+5
* | Merge branch 'initial-presence' into telepathy-gabble-0.8Dafydd Harries2009-09-105-28/+79
|\ \ | |/ |/|
| * add test for initial presenceDafydd Harries2009-09-102-0/+35
| * support setting presence before going onlineDafydd Harries2009-09-102-13/+37
| * servicetest.py: add assertNotEquals()Dafydd Harries2009-09-101-0/+4
| * set_own_status_cb(): factor out duplicated codeDafydd Harries2009-09-101-17/+9
| * set_own_status_cb(): remove redundant code pathDafydd Harries2009-09-101-5/+0
| * set_own_status_cb(): don't return without freeing resourceDafydd Harries2009-09-101-1/+2
|/
* Update NEWS for 0.8.3Simon McVittie2009-09-101-0/+8
* Merge branch 'alban-avatar-bug23684' into telepathy-gabble-0.8Simon McVittie2009-09-1010-64/+321
|\
| * Fix race in tests/twisted/vcard/test-avatar-multiple-resources.py, as per smc...Alban Crequy2009-09-101-6/+7
| * Fix style, as per smcv's reviewAlban Crequy2009-09-101-4/+5
| * Fix coding style, as per smcv's reviewAlban Crequy2009-09-101-1/+3
| * tests/twisted/vcard/test-avatar-multiple-resources.py: New regression test fo...Alban Crequy2009-09-102-0/+69
| * src/presence-cache.c: Fix a possible infinite ping-ping on presence stanza wi...Alban Crequy2009-09-101-0/+13
| * src/presence-cache.c: Fix avatar conflict with several resources (Bug fd.o #2...Alban Crequy2009-09-101-12/+26
| * document fd.o #23678 fix in NEWSGuillaume Desmottes2009-09-091-0/+9
| * offer-muc-dbus-tube: rejoin a room containing a previously created tubeGuillaume Desmottes2009-09-091-1/+51
| * offer-muc-dbus-tube: factor out bob_in_tube()Guillaume Desmottes2009-09-091-18/+21
| * offer-muc-dbus-tube.py: fix a typoGuillaume Desmottes2009-09-091-1/+1
| * tube-dbus: check if the tube has been requested to determine if we need to of...Guillaume Desmottes2009-09-091-1/+6
| * tube-dbus: explicitely set the value of the Requested propertyGuillaume Desmottes2009-09-093-13/+22
| * check that ListTubes() return tubes created using the new APIGuillaume Desmottes2009-09-091-0/+6
| * Merge commit 'smcv/08-video-v1' into telepathy-gabble-0.8Will Thompson2009-09-083-18/+93
| |\ |/ /
| * caps/compat-bundles.py: test that the voice-v1 and video-v1 bundles can be di...Simon McVittie2009-08-202-0/+53
| * connection_iq_disco_cb: simplify handling of voice-v1 disco, and add video-v1Simon McVittie2009-08-201-8/+13
| * connection_iq_disco_cb: factor out _gabble_connection_send_or_complain and ad...Simon McVittie2009-08-201-10/+27
* | Timeout should be 20s, not 20000s.George Goldberg2009-09-041-1/+1
* | Bump nano-version to 0.8.2.1Will Thompson2009-09-031-1/+1
* | NEWS for 0.8.2telepathy-gabble-0.8.2Will Thompson2009-09-032-1/+25
* | Merge branch 'fix-google-video' into telepathy-gabble-0.8Will Thompson2009-09-037-45/+137
|\ \
| * | Parse audio *and* video for accepted Google callsWill Thompson2009-09-021-3/+12
| * | Test for SetRemoteCodecs etc. for all streamsWill Thompson2009-09-021-0/+14
| * | Reduce content-naming assumptions in Jingle testsWill Thompson2009-09-025-32/+38
| * | Tests: extract stream name(s) from session-initiateWill Thompson2009-09-021-10/+73
* | | Merge branch 'jids' into telepathy-gabble-0.8Dafydd Harries2009-09-029-150/+226
|\ \ \ | |/ / |/| |
| * | make gabble_encode_jid() warn and return NULL if domain is NULLDafydd Harries2009-09-021-0/+2