summaryrefslogtreecommitdiff
path: root/src/conn-presence.c
Commit message (Expand)AuthorAgeFilesLines
* Implement conn_presence_send_directed_presence()Simon McVittie2010-01-111-2/+30
* Emit DecloakRequested when appropriateSimon McVittie2010-01-111-0/+10
* Add a stub implementation of the Decloak D-Bus APISimon McVittie2010-01-111-0/+27
* _gabble_connection_signal_own_presence: optionally send as directed presenceSimon McVittie2010-01-111-1/+1
* export emit_presence_updateDafydd Harries2009-09-231-7/+9
* support setting presence before going onlineDafydd Harries2009-09-101-6/+14
* set_own_status_cb(): factor out duplicated codeDafydd Harries2009-09-101-17/+9
* set_own_status_cb(): remove redundant code pathDafydd Harries2009-09-101-5/+0
* set_own_status_cb(): don't return without freeing resourceDafydd Harries2009-09-101-1/+2
* Do not emit PresenceUpdate if the presence does not change, and do not leak r...Alban Crequy2009-02-101-4/+6
* conn-presence.c: disallow setting offline/error/unknown statuses, but don't h...Senko Rasic2009-01-291-6/+11
* conn-presence: check that we allow setting a particular statusSenko Rasic2009-01-291-2/+7
* conn-presence: construct_contact_statuses_cb: reindent and use tp_g_value_sli...Simon McVittie2008-10-221-7/+6
* Use tne final register_with_contacts_mixin instead of register_with_contacts_...Sjoerd Simons2008-08-181-1/+1
* Add support for the Contacts interfaceSjoerd Simons2008-07-281-0/+4
* "dnd" should be TP_CONNECTION_PRESENCE_TYPE_BUSYRobert McQueen2008-08-051-1/+1
* Fix conflictsSjoerd Simons2008-07-241-4/+1
* Update to the new tp-glib simple presence function naming schemeSjoerd Simons2008-07-231-1/+2
* Fix coding style bugSjoerd Simons2008-07-211-1/+1
* Hook to the new presences-updated signalSjoerd Simons2008-07-211-5/+5
* If handles are not in the presence cache set them as unknown or offline depen...Sjoerd Simons2008-07-211-2/+11
* Add unknown and error status typesSjoerd Simons2008-07-211-0/+4
* Don't use non-existing C operatorsSjoerd Simons2008-07-181-1/+1
* Implement SimplePresenceSjoerd Simons2008-06-161-0/+6
* tidy up include styleDafydd Harries2008-07-211-5/+3
* make config.h the first include in every fileDafydd Harries2008-07-211-0/+1
* enure pointer casts have a space after themDafydd Harries2008-07-181-1/+1
* rename gabble-connection.h to connection.hDafydd Harries2008-07-141-2/+2
* conn-presence set_own_status_cb: avoid confusing shadowingSimon McVittie2008-02-221-3/+3
* make set_own_status function safe against the status having NULL optional_arg...Robert McQueen2007-06-201-2/+7
* Don't use g_hash_table_unrefOlli Salli2007-06-011-1/+1
* Error instead of assert in construct_contact_statuses_cb for invalid handlesOlli Salli2007-05-311-2/+3
* Initialize the padding fields in TpPresenceStatusOptionalArgumentSpec structs...Olli Salli2007-05-311-3/+3
* Tidy up the TpPresenceMixin usage a bitOlli Salli2007-05-311-22/+8
* Use ClearStatuses, RemoveStatuses and SetStatus from telepathy-glibOlli Salli2007-05-311-237/+47
* Unref the parameters hashtable in construct_presence_statusesOlli Salli2007-05-311-0/+1
* Use GetPresence and RequestPresence in TpPresenceMixinOlli Salli2007-05-301-153/+7
* Use TpPresenceMixin to emit PresenceUpdateOlli Salli2007-05-301-5/+66
* TpPresenceMixin implements AddStatus nowOlli Salli2007-05-291-29/+0
* TpPresenceMixin implements SetLastActivityTime nowOlli Salli2007-05-291-24/+0
* Use TpPresenceMixin in GabbleConnection, currently just implementing GetStatusesOlli Salli2007-05-291-104/+50
* SetStatus: don't emit PresenceUpdate or send <presence> messages if the prese...Dafydd Harries2007-05-151-5/+12
* src/: wrap long linesSimon McVittie2007-04-061-2/+4
* Make the corresponding header the first include in each .c file, to ensure se...Simon McVittie2007-04-051-0/+2
* Semi-automated whitespace pedantry: space before function call parentheses, w...Simon McVittie2007-04-051-1/+1
* Fail "make check" if you declare a GError*, leave it uninitialized and don't ...Simon McVittie2007-04-051-4/+4
* Change misleading constant name LAST_GABBLE_PRESENCE to NUM_GABBLE_PRESENCESSimon McVittie2007-04-021-5/+5
* src/: Use TP_BASE_CONNECTION_ERROR_IF_NOT_CONNECTED (replacing ERROR_IF_NOT_C...Simon McVittie2007-04-021-10/+7
* Convert Gabble to use new handle API.Simon McVittie2007-03-081-6/+9
* int8 type for "priority" conn param is now consistently usedSenko Rasic2007-03-211-2/+2