summaryrefslogtreecommitdiff
path: root/src/connection.h
Commit message (Expand)AuthorAgeFilesLines
* protocol: fix 'ConnectionInterfaces'Guillaume Desmottes2013-09-181-1/+3
* Remove StreamedMedia supportSimon McVittie2013-09-171-8/+0
* Remove the remaining half of CapabilitiesSimon McVittie2013-09-171-0/+1
* use tp-glib single includesGuillaume Desmottes2013-09-121-4/+1
* request: fix more resource leaksStefan Becker2013-04-111-0/+1
* request: handle purple_account_request_password()Stefan Becker2013-04-111-0/+3
* capabilities: implement UpdateCapabilitiesJonny Lamb2012-05-021-0/+2
* Merge branch 'simple-sasl'Jonny Lamb2010-12-021-0/+2
|\
| * connection: use TpSimplePasswordManager to get a password if not givenJonny Lamb2010-11-251-0/+2
* | Use the TpBaseContactListSimon McVittie2010-12-011-8/+0
* | Add a 'stored' list (which just behaves like 'subscribe') and test itSimon McVittie2010-12-011-5/+1
|/
* Rename haze_connection_get_username to haze_protocol_get_usernameSimon McVittie2010-07-151-4/+0
* Implement the rest of the TpBaseProtocol methodsSimon McVittie2010-07-151-0/+7
* Check for libintl.h and add haze_get_fallback_group()Simon McVittie2010-06-301-0/+2
* Fix up private structure macro madness.Will Thompson2010-05-021-1/+2
* Merge commit 'nicolas/mail-notification'Mike Ruprecht2010-03-041-0/+1
|\
| * Added MailNotification D-Bus propertiesNicolas Dufresne2010-01-151-0/+1
* | Make changes based on wjt's review.Mike Ruprecht2009-11-111-0/+3
* | Implement the ChannelManager interface for StreamedMedia channels.Mike Ruprecht2009-11-111-0/+2
|/
* Don't assume purple_account_new returns a new account.Will Thompson2009-03-261-0/+2
* Cache the acceptable mime types for a connection's avatar.Will Thompson2009-03-221-0/+2
* Merge commit 'smcv/contacts'Will Thompson2009-03-011-0/+3
|\
| * HazeConnection: implement Contacts interfaceSimon McVittie2008-12-231-0/+3
* | Update copyright headersSimon McVittie2008-12-231-1/+1
|/
* connection.h: more void declarationsSimon McVittie2008-12-231-2/+2
* Create an empty, immutable publish contact list.Will Thompson2008-01-231-1/+1
* Prefix libpurple #includes with libpurple/, avoiding conflicts with haze head...Will Thompson2007-10-141-2/+3
* Create a haze_connection_handle_inspect helperWill Thompson2007-08-171-0/+5
* Correct the list of unimplemented contact list types.Will Thompson2007-08-151-4/+5
* Use ConnectionUiOps rather than signals to report [dis]connection.Will Thompson2007-08-081-0/+1
* Update presence on account status change; silently accept subscription requestsWill Thompson2007-08-061-1/+3
* Add legalese to *.[ch]Will Thompson2007-08-031-0/+20
* Define a macro to pull prpl_info from a HazeConnectionWill Thompson2007-08-011-0/+2
* Add a macro to get the TpBaseConnection out of a PurpleAccount.Will Thompson2007-07-301-0/+2
* Initial presence implementation --- status type of contacts, nothing more.Will Thompson2007-07-251-0/+5
* Store HazeConnection in PurpleAccount.ui_data.Will Thompson2007-07-181-1/+11
* The 'subscribe' list vaguely works...Will Thompson2007-07-051-0/+11
* Move connection signal handlers from ConnectionManager to Connection.Will Thompson2007-06-281-4/+0
* Hide the innards of HazeConnection within a private structure.Will Thompson2007-06-211-3/+1
* fix up disconnecting not to explode everywhere.Will Thompson2007-06-191-0/+1
* only call finish_shutdown when the purple connection is closedWill Thompson2007-06-191-0/+1
* Fix connectng to more than one account per run of hazeWill Thompson2007-06-181-0/+2
* Start implementing HazeConnection.Will Thompson2007-06-151-0/+47