summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-12Test closing the request_password channelHEADmasterWill Thompson2-0/+44
2013-04-12Don't call purple_account_disconnect() if pw request failsWill Thompson1-11/+8
2013-04-12Add sasl/telepathy-password.py from GabbleWill Thompson3-0/+190
2013-04-11Refresh and uncopypasta gabbletestWill Thompson24-876/+1129
2013-04-11request: fix more resource leaksStefan Becker3-34/+73
2013-04-11request: fix resource leakageStefan Becker1-24/+41
2013-04-11request: handle purple_account_request_password()Stefan Becker5-14/+105
2012-11-21bump nano-versionWill Thompson2-1/+6
2012-11-21Version 0.7.0telepathy-haze-0.7.0Will Thompson2-4/+4
2012-11-21NEWS for 0.7.0Will Thompson1-1/+11
2012-11-21Add skype-x11 to known protocols, rename the other to skype-dbusGabriele Giacone1-1/+2
2012-11-17Expose third-party Skype prpl as 'skype'Gabriele Giacone1-0/+1
2012-05-10Remove deprecated tp_handle_ref/unrefXavier Claessens7-65/+0
2012-05-07Set G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
2012-05-07Use non-deprecated TpMessage APIsSimon 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
2012-05-02twisted tests: add a config module for knowing whether media is enabledJonny Lamb2-1/+15
2012-05-02capabilities: implement UpdateCapabilitiesJonny Lamb4-3/+108
2012-05-02capabilities: emit ContactCapabilityChanged where appropriateJonny Lamb1-7/+23
2012-05-01capabilities: implement Media for contact capsJonny Lamb1-6/+72
2012-05-01tests: add simple test to ensure ContactCapabilities are workingJonny Lamb2-0/+75
2012-05-01capabilities: implement ContactCapabilitiesJonny Lamb3-0/+155
2012-04-04start on version 0.7.0Jonny Lamb2-2/+2
2012-04-04start on version 0.6.1telepathy-haze-0.6Jonny Lamb2-1/+6
2012-04-04version 0.6.0telepathy-haze-0.6.0Jonny Lamb2-3/+3
2012-04-04update NEWS for 0.6.0Jonny Lamb1-1/+17
2011-11-21configure.ac: trivial cleanupsFelipe Contreras1-1/+1
2011-11-21connect/fail.py: try an even more ludicrous portWill Thompson1-1/+1
2011-11-21Mangle test name into connection parameters.Will Thompson1-1/+2
2011-08-09Connection: implement ContactBlockingWill Thompson2-1/+3
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
2011-07-08Update NEWSWill Thompson1-1/+20
2011-06-14Merge branch 'blocking'Will Thompson4-2/+147
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
2011-04-08fix unused-but-set-variable warningsMarc Plano-Lesay1-20/+0
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-01message-sent and message-received are int64 not uint64Danielle Madeley1-2/+2
2010-12-13configure: bump versioned-dep on tp-glibJonny Lamb1-1/+1
2010-12-13protocol: implement TpBaseProtocol->dup_authentication_typesJonny Lamb1-0/+13
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