summaryrefslogtreecommitdiff
path: root/src/connection.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-25Use the "undrafted" version of MailNotificationSimon McVittie1-4/+4
2013-09-18protocol: fix 'ConnectionInterfaces'Guillaume Desmottes1-6/+17
2013-09-18factor out add_always_present_connection_interfaces()Guillaume Desmottes1-4/+11
2013-09-18connection: factor out add_optionnal_connection_interfaces()Guillaume Desmottes1-22/+24
2013-09-18connection: claim to support MailNotification if supportedGuillaume Desmottes1-0/+14
2013-09-18connection: factor out protocol_info_supports_{avatar,blocking}Guillaume Desmottes1-2/+14
2013-09-17Remove StreamedMedia supportSimon McVittie1-13/+0
2013-09-13connection: stop implementing old Capabilities interfaceGuillaume Desmottes1-3/+0
2013-09-13connection: stop implementing old Presence interfaceGuillaume Desmottes1-3/+0
2013-09-12use TP_SEAL_ENABLEGuillaume Desmottes1-11/+27
2013-09-12use tp-glib single includesGuillaume Desmottes1-6/+1
2013-05-27Revert "Revert "Stop using deprecated tp-glib symbols""Xavier Claessens1-2/+2
2013-05-27Merge branch 'telepathy-haze-0.6'Xavier Claessens1-2/+2
2013-05-27Revert "Stop using deprecated tp-glib symbols"Xavier Claessens1-2/+2
2013-05-27Stop using deprecated tp-glib symbolsXavier Claessens1-2/+2
2013-04-12Don't call purple_account_disconnect() if pw request failsWill Thompson1-11/+8
2013-04-11request: fix more resource leaksStefan Becker1-4/+15
2013-04-11request: handle purple_account_request_password()Stefan Becker1-5/+40
2012-05-07Use TP_ERRORS instead of deprecated TP_ERRORSimon McVittie1-2/+2
2012-05-02capabilities: implement UpdateCapabilitiesJonny Lamb1-0/+2
2012-05-01capabilities: implement ContactCapabilitiesJonny Lamb1-0/+3
2011-08-09Connection: implement ContactBlockingWill Thompson1-0/+2
2011-06-09Blocking: implement can_block and add to Conn.InterfacesWill Thompson1-1/+10
2010-12-03connection: be sure to call finish_shutdown if we never connectedJonny Lamb1-2/+10
2010-12-02Merge branch 'simple-sasl'Jonny Lamb1-3/+70
2010-12-02connection: only disconnect if we're not already disconnectedJonny Lamb1-3/+6
2010-12-01Use the TpBaseContactListSimon McVittie1-17/+13
2010-12-01Add a 'stored' list (which just behaves like 'subscribe') and test itSimon McVittie1-5/+1
2010-11-25connection: use disconnect_with_dbus_errorJonny Lamb1-2/+2
2010-11-25connection: free the error after being usedJonny Lamb1-0/+1
2010-11-25connection: use TpSimplePasswordManager to get a password if not givenJonny Lamb1-3/+66
2010-11-19Implement ConnectionError.Will Thompson1-68/+114
2010-11-18Map OTHER_ERROR to AuthenticationFailed.Will Thompson1-4/+5
2010-10-18instantiate the media manager only if the protocol support calls (fdo #30594)Guillaume Desmottes1-3/+7
2010-07-15Pass username, password to HazeConnection as separate propertiesSimon McVittie1-18/+37
2010-07-15Rename haze_connection_get_username to haze_protocol_get_usernameSimon McVittie1-62/+1
2010-07-15Implement the rest of the TpBaseProtocol methodsSimon McVittie1-19/+46
2010-07-15Require libpurple 2.6 or later, and get rid of backwards compatibility glueSimon McVittie1-15/+3
2010-07-10Pull conn parameters out of the dict using tp_asv_*Will Thompson1-25/+20
2010-06-30Check for libintl.h and add haze_get_fallback_group()Simon McVittie1-0/+15
2010-06-11connection(-manager): PurpleAccountUserSplits should be optional parametersStefan Becker1-5/+12
2010-06-10connection: generate user name from user splitsStefan Becker1-4/+56
2010-06-09Merge branch 'i-am-so-sorry'Will Thompson1-64/+59
2010-06-09capabilities: enable even when media is disabled so contacts get text capsJonny Lamb1-10/+0
2010-05-03Explicitly iterate account options.Will Thompson1-17/+13
2010-05-03Don't pass HazeProtocolInfo to ConnectionWill Thompson1-32/+34
2010-05-02Remove unnecessary bitfieldingWill Thompson1-2/+2
2010-05-02Fix up private structure macro madness.Will Thompson1-13/+10
2010-04-22fd.o #22304: implement Avatars' properties from spec 0.17.22Simon McVittie1-0/+5
2010-03-04Merge commit 'nicolas/mail-notification'Mike Ruprecht1-1/+27