summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-07Use non-deprecated TpMessage APIsdeprecationsSimon McVittie1-7/+6
2012-05-07Use non-deprecated TpIntset APIsSimon McVittie2-6/+6
2012-05-07Use TP_ERRORS instead of deprecated TP_ERRORSimon McVittie13-35/+35
2012-05-02caps test: do a simple test for media caps changesJonny Lamb1-1/+32
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-02twisted tests: add a config module for knowing whether media is enabledJonny Lamb2-1/+15
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-02capabilities: implement UpdateCapabilitiesJonny Lamb4-3/+108
I didn't bother touching AdvertiseCapabilities as old style caps are only going to be removed soon. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-02capabilities: emit ContactCapabilityChanged where appropriateJonny Lamb1-7/+23
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-01capabilities: implement Media for contact capsJonny Lamb1-6/+72
It's untested... bad me. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-01tests: add simple test to ensure ContactCapabilities are workingJonny Lamb2-0/+75
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-01capabilities: implement ContactCapabilitiesJonny Lamb3-0/+155
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04start on version 0.7.0Jonny Lamb2-2/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04start on version 0.6.1Jonny Lamb2-1/+6
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04version 0.6.0telepathy-haze-0.6.0Jonny Lamb2-3/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04update NEWS for 0.6.0Jonny Lamb1-1/+17
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-21configure.ac: trivial cleanupsFelipe Contreras1-1/+1
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=26120
2011-11-21connect/fail.py: try an even more ludicrous portWill Thompson1-1/+1
This test fails on the buildbot, and I don't know why.
2011-11-21Mangle test name into connection parameters.Will Thompson1-1/+2
In Gabble, we push the name of the test being run into the connection parameters by abusing the fact that Gabble accepts a resource as part of the 'account' parameter, but overrides it with the value of the 'resource' parameter. Haze doesn't have a resource parameter, so we can't use that trick… so, instead, let's shove it into the file transfer proxy list parameter.
2011-08-09Connection: implement ContactBlockingWill Thompson2-1/+3
We need to depend on telepathy-glib ≥ 0.15.1 to use tp_base_contact_list_mixin_blocking_iface_init. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2011-07-09Bump nano version to 0.5.0.1Will Thompson2-1/+6
2011-07-09Add make-release-mail.pytelepathy-haze-0.5.0Will Thompson2-0/+80
2011-07-09Version 0.5.0Will Thompson2-5/+6
2011-07-08Tests: Don't assert that 'password' is required.Will Thompson1-1/+1
This was broken by 27d51779b804726e0f415459f2f3e0b786cb0361
2011-07-08Update NEWSWill Thompson1-1/+20
2011-06-14Merge branch 'blocking'Will Thompson4-2/+147
Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=37933>
2011-06-09Emit change notifications for blocked contactsWill Thompson3-0/+44
2011-06-09Blocking: implement can_block and add to Conn.InterfacesWill Thompson2-1/+21
2011-06-09Initial work on supporting contact blocking.Jasper St. Pierre1-1/+82
https://bugs.freedesktop.org/show_bug.cgi?id=37933
2011-04-08fix unused-but-set-variable warningsMarc Plano-Lesay1-20/+0
Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=36066> Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
2011-04-08Make ignorance of m4/ more specificWill Thompson1-1/+5
2011-03-02im-channel: add Messages properties to immutable propertiesGuillaume Desmottes1-0/+7
2011-03-02Merge branch 'master' of ssh://git.freedesktop.org/git/telepathy/telepathy-hazeGuillaume Desmottes25-2055/+2011
2011-03-02message-sent and message-received are int64 not uint64Danielle Madeley1-2/+2
2010-12-13configure: bump versioned-dep on tp-glibJonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-12-13protocol: implement TpBaseProtocol->dup_authentication_typesJonny Lamb1-0/+13
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-12-10Update telepathy.am from telepathy-glibSimon McVittie1-6/+36
2010-12-03connection: be sure to call finish_shutdown if we never connectedJonny Lamb1-2/+10
This just took me so long to hunt down. :-( Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-12-02Merge branch 'simple-sasl'Jonny Lamb3-9/+74
Conflicts: configure.ac Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-12-02NEWSSimon McVittie1-1/+15
2010-12-02Merge branch 'base-contact-list'Simon McVittie14-1508/+927
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=19902
2010-12-02Depend on telepathy-glib 0.13.8 for a version of TpBaseContactList where our ↵Simon McVittie1-1/+1
tests pass
2010-12-02connection: only disconnect if we're not already disconnectedJonny Lamb1-3/+6
If we don't check this, tp-glib will give us a nice big fat warning. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-12-02configure: depend on the actual tp-glib version when TpSimplePasswordManager ↵Jonny Lamb1-1/+1
appeared Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-12-01Use the right (ignored) source tag for haze_contact_list_remove_contacts_asyncSimon McVittie1-1/+1
2010-12-01Use the TpBaseContactListSimon McVittie11-1450/+133
This requires some changes in the tests: * the actor that's assumed for some group changes now differs * anyone who sends us a publication request appears in the 'stored' list
2010-12-01Add close_all_groups() and use it to get rid of any stray groupsSimon McVittie4-3/+25
The group tests are sensitive to leftover groups that might exist in global libpurple state.
2010-12-01Implement TpBaseContactList's methodsSimon McVittie3-1/+570
2010-12-01Split removal from group into preparing and committing, and make it pluralSimon McVittie1-63/+141
The idea here is that when we do plural removals, we want three stages: - see what we'll need to do, and if it's impossible, fail without making any changes whatsoever - do the preparatory work (add contacts to the fallback group) - actually do the removal The first two are always the same, so can be a single function. The last stage might be removal of a group, rather than removal of some members, for instance.
2010-12-01haze_contact_list_remove_from_group: don't error if already absentSimon McVittie1-6/+12
2010-12-01haze_contact_list_add_to_group: don't error if already in the groupSimon McVittie1-5/+3
2010-12-01keep track of who we are (and aren't) publishing toSimon McVittie1-0/+24