summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* connection: factor out protocol_info_supports_{avatar,blocking}Guillaume Desmottes2013-09-181-2/+14
* Merge branch 'telepathy-haze-0.8'Simon McVittie2013-09-171-20/+33
|\
| * Return UNKNOWN status for non-buddies, rather than raising an errorSimon McVittie2013-09-171-20/+33
* | Remove StreamedMedia supportSimon McVittie2013-09-1715-4935/+1
* | Remove the remaining half of CapabilitiesSimon McVittie2013-09-172-206/+12
* | All .c files: include corresponding header first, after config.hSimon McVittie2013-09-173-2/+4
* | All .c files: include config.hSimon McVittie2013-09-178-0/+13
* | haze_connection_manager_class_init: don't assign to deprecated membersSimon McVittie2013-09-171-2/+0
* | Finish "sealing" TpBaseConnectionSimon McVittie2013-09-174-11/+14
* | connection: stop implementing old Capabilities interfaceGuillaume Desmottes2013-09-133-151/+0
* | connection: stop implementing old Presence interfaceGuillaume Desmottes2013-09-131-3/+0
* | use TP_SEAL_ENABLEGuillaume Desmottes2013-09-126-30/+59
* | use tp-glib single includesGuillaume Desmottes2013-09-1223-71/+25
|/
* Adjust for Sametime accounts getting a "usersplit" in libpurple 2.10.1Simon McVittie2013-06-271-1/+6
* Initialize libdbus for thread-safetySimon McVittie2013-06-231-0/+5
* Revert "Revert "Stop using deprecated tp-glib symbols""Xavier Claessens2013-05-2713-105/+37
* Merge branch 'telepathy-haze-0.6'Xavier Claessens2013-05-2713-37/+105
|\
| * Revert "Stop using deprecated tp-glib symbols"Xavier Claessens2013-05-2713-40/+108
* | Merge branch 'telepathy-haze-0.6'Xavier Claessens2013-05-272-3/+2
|\ \ | |/
| * Stop using deprecated tp-glib symbolsXavier Claessens2013-05-2713-108/+40
| * Work around GValueArray deprecationXavier Claessens2013-05-272-0/+3
* | Don't call purple_account_disconnect() if pw request failsWill Thompson2013-04-121-11/+8
* | request: fix more resource leaksStefan Becker2013-04-113-34/+73
* | request: fix resource leakageStefan Becker2013-04-111-24/+41
* | request: handle purple_account_request_password()Stefan Becker2013-04-115-14/+105
* | Add skype-x11 to known protocols, rename the other to skype-dbusGabriele Giacone2012-11-211-1/+2
* | Expose third-party Skype prpl as 'skype'Gabriele Giacone2012-11-171-0/+1
* | Remove deprecated tp_handle_ref/unrefXavier Claessens2012-05-107-65/+0
* | Use non-deprecated TpMessage APIsSimon McVittie2012-05-071-7/+6
* | Use non-deprecated TpIntset APIsSimon McVittie2012-05-072-6/+6
* | Use TP_ERRORS instead of deprecated TP_ERRORSimon McVittie2012-05-0713-35/+35
* | capabilities: implement UpdateCapabilitiesJonny Lamb2012-05-024-3/+108
* | capabilities: emit ContactCapabilityChanged where appropriateJonny Lamb2012-05-021-7/+23
* | capabilities: implement Media for contact capsJonny Lamb2012-05-011-6/+72
* | capabilities: implement ContactCapabilitiesJonny Lamb2012-05-013-0/+155
|/
* Connection: implement ContactBlockingWill Thompson2011-08-091-0/+2
* Emit change notifications for blocked contactsWill Thompson2011-06-093-0/+44
* Blocking: implement can_block and add to Conn.InterfacesWill Thompson2011-06-092-1/+21
* Initial work on supporting contact blocking.Jasper St. Pierre2011-06-091-1/+82
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-04-081-20/+0
* im-channel: add Messages properties to immutable propertiesGuillaume Desmottes2011-03-021-0/+7
* message-sent and message-received are int64 not uint64Danielle Madeley2011-03-021-2/+2
* protocol: implement TpBaseProtocol->dup_authentication_typesJonny Lamb2010-12-131-0/+13
* connection: be sure to call finish_shutdown if we never connectedJonny Lamb2010-12-031-2/+10
* Merge branch 'simple-sasl'Jonny Lamb2010-12-023-9/+74
|\
| * connection: only disconnect if we're not already disconnectedJonny Lamb2010-12-021-3/+6
| * connection: use disconnect_with_dbus_errorJonny Lamb2010-11-251-2/+2
| * connection: free the error after being usedJonny Lamb2010-11-251-0/+1
| * connection: use TpSimplePasswordManager to get a password if not givenJonny Lamb2010-11-252-3/+68
| * protocol: make password no longer requiredJonny Lamb2010-11-251-6/+2