summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust configure.ac for stable branchtelepathy-salut-0.4Simon McVittie2010-10-071-1/+2
* Bump nano version to 0.4.0.1Tomeu Vizoso2010-10-061-1/+1
* Release 0.4.0Tomeu Vizoso2010-10-062-3/+20
* fix compilation of recently changed code in SalutConnectionSimon McVittie2010-10-061-2/+2
* Merge branches 'cleaning' and 'tests'Simon McVittie2010-10-0633-3896/+264
|\
| * test-caps-file-transfer: specifically look for the contact we care aboutSimon McVittie2010-10-061-1/+2
| * servicetest: update from Gabble to get parallel event queuesSimon McVittie2010-10-061-53/+108
| * Apply some fairly crude filtering to the lcov output againSimon McVittie2010-10-051-1/+2
| * Remove lcov output cleaning, which no longer works in the current versionSimon McVittie2010-10-051-6/+2
| * Ignore more generated filesSimon McVittie2010-10-051-0/+8
| * Remove check for <net/if.h> which is no longer usedSimon McVittie2010-10-051-9/+0
| * remove obsolete check for signal.hSimon McVittie2010-10-051-4/+0
| * remove obsolete check for backtrace/execinfo functionsSimon McVittie2010-10-051-4/+0
| * Remove obsolete check for endianness, now that we don't ship SHA1 codeSimon McVittie2010-10-051-3/+0
| * remove obsolete check for dbus-binding-toolSimon McVittie2010-10-051-5/+0
| * adjust configure.ac so it doesn't mis-highlightSimon McVittie2010-10-051-1/+1
| * SalutDisco: simplify priv accessSimon McVittie2010-10-051-15/+13
| * SalutConnection: use a safer idiom for private struct accessSimon McVittie2010-10-052-45/+41
| * SalutAvahiContact: use a safer idiom for private struct accessSimon McVittie2010-10-051-17/+14
| * SalutContact: use a safer idiom for priv accessSimon McVittie2010-10-052-22/+22
| * SalutAvahiSelf: use type-safe idiom for priv accessSimon McVittie2010-10-052-25/+16
| * SalutSelf: use a safer idiom for private struct accessSimon McVittie2010-10-052-23/+33
| * gibber: remove now-unused MD5 implementationSimon McVittie2010-10-054-616/+1
| * gibber: remove SASL supportSimon McVittie2010-10-0511-1737/+0
| * Remove examples and OpenSSL support from libgibberSimon McVittie2010-10-057-1309/+1
* | Remove the activity when its channel has been closed, as Gabble doesTomeu Vizoso2010-10-063-0/+89
|/
* Merge branch 'tests'Simon McVittie2010-10-015-82/+397
|\
| * saluttest: optionally don't make a ConnectionSimon McVittie2010-10-011-6/+15
| * saluttest: use install_colourer() from servicetestSimon McVittie2010-10-011-27/+2
| * servicetest: update from GabbleSimon McVittie2010-10-011-41/+183
| * test-request-im: pick up the desired handle in a non-racy waySimon McVittie2010-10-011-3/+4
| * test-muc-invite: reject the invitation in a way that actually worksSimon McVittie2010-10-011-1/+3
| * test-muc-invite: make interface checking future-proofSimon McVittie2010-10-011-2/+5
| * constants: add Aliasing and complex PresenceSimon McVittie2010-10-011-0/+2
| * constants.py: update from telepathy-gabble, mostlySimon McVittie2010-10-011-2/+183
|/
* salut_connection_manager_new_connection: access the right priv pointerSimon McVittie2010-10-011-3/+3
* Set nano version so we can have -Werror againSimon McVittie2010-10-011-1/+1
* Merge branch 'misc'Simon McVittie2010-09-2418-2026/+50
|\
| * salut_normalize_non_empty: factor out connection-independent normalizationSimon McVittie2010-09-232-5/+14
| * salut_connection_get_implemented_interfaces: addSimon McVittie2010-09-232-12/+21
| * salut_connection_manager_finalize: chain up to superclass correctlySimon McVittie2010-09-231-3/+9
| * SalutConnectionManager: use the normal telepathy-glib priv idiomsSimon McVittie2010-09-232-10/+8
| * SalutConnectionManager: include headers in the recommended orderSimon McVittie2010-09-231-1/+3
| * Remove the GibberResolver and all its infrastructureSimon McVittie2010-09-2314-2002/+2
|/
* Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-salutTomeu Vizoso2010-09-161-6/+6
|\
| * fix shadow warning errorsGuillaume Desmottes2010-09-161-6/+6
* | version 0.3.13telepathy-salut-0.3.13Tomeu Vizoso2010-08-192-4/+19
|/
* Add rationales to AddActivity and GetActivityTomeu Vizoso2010-08-182-0/+9
* Add a BuddyInfo.AddActivity method so activities can advertise themselves wit...Tomeu Vizoso2010-08-184-10/+54
* Add a ActivityProperties.GetActivity method for retrieving an activity's room...Tomeu Vizoso2010-08-184-0/+76