summaryrefslogtreecommitdiff
path: root/src/connection.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-18protocol: fix 'ConnectionInterfaces'Guillaume Desmottes1-1/+3
2013-09-17Remove StreamedMedia supportSimon McVittie1-8/+0
2013-09-17Remove the remaining half of CapabilitiesSimon McVittie1-0/+1
2013-09-12use tp-glib single includesGuillaume Desmottes1-4/+1
2013-04-11request: fix more resource leaksStefan Becker1-0/+1
2013-04-11request: handle purple_account_request_password()Stefan Becker1-0/+3
2012-05-02capabilities: implement UpdateCapabilitiesJonny Lamb1-0/+2
2010-12-02Merge branch 'simple-sasl'Jonny Lamb1-0/+2
2010-12-01Use the TpBaseContactListSimon McVittie1-8/+0
2010-12-01Add a 'stored' list (which just behaves like 'subscribe') and test itSimon McVittie1-5/+1
2010-11-25connection: use TpSimplePasswordManager to get a password if not givenJonny Lamb1-0/+2
2010-07-15Rename haze_connection_get_username to haze_protocol_get_usernameSimon McVittie1-4/+0
2010-07-15Implement the rest of the TpBaseProtocol methodsSimon McVittie1-0/+7
2010-06-30Check for libintl.h and add haze_get_fallback_group()Simon McVittie1-0/+2
2010-05-02Fix up private structure macro madness.Will Thompson1-1/+2
2010-03-04Merge commit 'nicolas/mail-notification'Mike Ruprecht1-0/+1
2010-01-15Added MailNotification D-Bus propertiesNicolas Dufresne1-0/+1
2009-11-11Make changes based on wjt's review.Mike Ruprecht1-0/+3
2009-11-11Implement the ChannelManager interface for StreamedMedia channels.Mike Ruprecht1-0/+2
2009-03-26Don't assume purple_account_new returns a new account.Will Thompson1-0/+2
2009-03-22Cache the acceptable mime types for a connection's avatar.Will Thompson1-0/+2
2009-03-01Merge commit 'smcv/contacts'Will Thompson1-0/+3
2008-12-23Update copyright headersSimon McVittie1-1/+1
2008-12-23HazeConnection: implement Contacts interfaceSimon McVittie1-0/+3
2008-12-23connection.h: more void declarationsSimon McVittie1-2/+2
2008-01-23Create an empty, immutable publish contact list.Will Thompson1-1/+1
2007-10-14Prefix libpurple #includes with libpurple/, avoiding conflicts with haze head...Will Thompson1-2/+3
2007-08-17Create a haze_connection_handle_inspect helperWill Thompson1-0/+5
2007-08-15Correct the list of unimplemented contact list types.Will Thompson1-4/+5
2007-08-08Use ConnectionUiOps rather than signals to report [dis]connection.Will Thompson1-0/+1
2007-08-06Update presence on account status change; silently accept subscription requestsWill Thompson1-1/+3
2007-08-03Add legalese to *.[ch]Will Thompson1-0/+20
2007-08-01Define a macro to pull prpl_info from a HazeConnectionWill Thompson1-0/+2
2007-07-30Add a macro to get the TpBaseConnection out of a PurpleAccount.Will Thompson1-0/+2
2007-07-25Initial presence implementation --- status type of contacts, nothing more.Will Thompson1-0/+5
2007-07-18Store HazeConnection in PurpleAccount.ui_data.Will Thompson1-1/+11
2007-07-05The 'subscribe' list vaguely works...Will Thompson1-0/+11
2007-06-28Move connection signal handlers from ConnectionManager to Connection.Will Thompson1-4/+0
2007-06-21Hide the innards of HazeConnection within a private structure.Will Thompson1-3/+1
2007-06-19fix up disconnecting not to explode everywhere.Will Thompson1-0/+1
2007-06-19only call finish_shutdown when the purple connection is closedWill Thompson1-0/+1
2007-06-18Fix connectng to more than one account per run of hazeWill Thompson1-0/+2
2007-06-15Start implementing HazeConnection.Will Thompson1-0/+47