summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace "Gabble" with "Salut" in property description.Will Thompson2008-08-251-2/+2
* Properly add avahi olpc support to the avahi backend when compiling with olpc...telepathy-salut-0.3.4Sjoerd Simons2008-08-201-11/+14
* Merge branch 'master' into inspectotron-sjoerdSjoerd Simons2008-08-205-1/+87
|\
| * SalutMucChannel: Remove unused SalutConnection in the private structSjoerd Simons2008-08-191-1/+0
| * SalutRoomlistChannel: Define the interfaces propertySjoerd Simons2008-08-191-0/+7
| * SalutTubesChannel: Add TargetID propertySjoerd Simons2008-08-191-0/+17
| * SalutRoomlistChannel: Add TargetID propertySjoerd Simons2008-08-191-0/+12
| * SalutMucChannel: Add TargetID propertySjoerd Simons2008-08-191-0/+17
| * SalutImChannel: Add TargetID propertySjoerd Simons2008-08-191-0/+17
| * SalutContactChannel: Add TargetID propertySjoerd Simons2008-08-191-0/+17
* | SalutConnection: Small coding style polishSjoerd Simons2008-08-201-7/+8
* | SalutConnection: fix up indentation in get_aliasSjoerd Simons2008-08-201-11/+11
* | SalutConnection: rename handle_repo to contact_repo where dealing purely with...Sjoerd Simons2008-08-201-4/+4
* | SalutConnection: Implement GetAliases and refactor the alias gettingSjoerd Simons2008-08-191-48/+72
* | SalutConnection: In RequestAliases if we don't have information about a conta...Sjoerd Simons2008-08-191-1/+1
* | SalutConnection: Add Aliasing to the Contacts interfaceSjoerd Simons2008-08-191-1/+52
* | Add avatars to the Contacts interfaceSjoerd Simons2008-08-191-0/+54
* | SalutConnection: Add the Contacts interface to the connection and reorder the...Sjoerd Simons2008-08-191-1/+2
* | Add basic inspectotron supportSjoerd Simons2008-08-192-0/+14
|/
* SalutTubesChannel: Initialize external group propertiesSjoerd Simons2008-08-131-0/+2
* SalutTubesChannel: Add a comment about telelepathy interface orderingSjoerd Simons2008-08-131-0/+3
* SalutTubesChannel: implement channel DBus propertiesSjoerd Simons2008-08-112-0/+23
* SalutTubesChannel: expose interfaces as a GObject propertySjoerd Simons2008-08-111-5/+23
* SalutRoomlistChannel: implement channel DBus propertiesSjoerd Simons2008-08-112-0/+24
* SalutRoomlistChannel: expose interfaces ad a GObject propertySjoerd Simons2008-08-111-3/+8
* SalutMucChannel: Implement group interface DBus propertiesSjoerd Simons2008-08-111-0/+1
* SalutMucChannel: Implement channel DBus propertiesSjoerd Simons2008-08-112-2/+26
* SalutMucChannel: expose interface as a GObject propertySjoerd Simons2008-08-111-3/+19
* SalutContactChannel: Export Group properties from spec 0.17.6Simon McVittie2008-08-111-0/+1
* SalutContactChannel: implement D-Bus properties from spec 0.17.7Simon McVittie2008-08-112-0/+24
* SalutContactChannel: give property G_PARAM_STATIC_NAMESimon McVittie2008-08-111-0/+1
* SalutContactChannel: export interfaces as a GObject propertySimon McVittie2008-08-111-4/+20
* SalutContactChannel: update copyright year, re-order headers according to cod...Simon McVittie2008-08-111-7/+8
* SalutImChannel: update copyright yearSimon McVittie2008-08-111-1/+1
* SalutImChannel: order #includes according to Telepathy coding styleSimon McVittie2008-08-111-20/+19
* SalutImChannel: export D-Bus properties for spec 0.17.7Simon McVittie2008-08-112-0/+24
* SalutImChannel: expose interfaces as a GObject propertySimon McVittie2008-08-111-3/+17
* SalutImChannel: set G_PARAM_STATIC_NAME on propertiesSimon McVittie2008-08-111-0/+3
* SalutImChannel: [coding style] no newline after return type for forward decla...Simon McVittie2008-08-111-15/+8
* Remove .git-darcs-dir that got introduced as part of the git conversionsSjoerd Simons2008-08-102-0/+0
* use tp_debug_divert_messages instead of our own copy of itGuillaume Desmottes2008-08-073-38/+1
* Use the function names as present in the final release of SimplePresenceSjoerd Simons2008-07-291-2/+2
* Implement SimplePresence interfaceSjoerd Simons2008-06-162-1/+14
* salut-roomlist-channel.c: use g_value_take_string when setting the handle-nameGuillaume Desmottes2008-07-081-1/+1
* salut-roomlist-channel.c: set the handle-name in the hashtable returned by th...Guillaume Desmottes2008-07-071-0/+6
* Remove unneeded includeAlban Crequy2008-06-062-16/+0
* Create the backend object in the set_property instead of _create_factoriesAlban Crequy2008-06-051-5/+4
* Backend property is a construct only propertyAlban Crequy2008-06-051-0/+1
* Create the backend object in create_channel_factories, after the backend prop...Alban Crequy2008-06-051-6/+5
* Abstract get_host_name_fqdn in backendsAlban Crequy2008-06-054-6/+25