summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '58-user-initiated' into telepathy-mission-control-5.8Simon McVittie2011-05-206-48/+79
|\ \
| * | Add mcd_account_connection_is_user_initiatedSimon McVittie2011-05-192-0/+18
| * | _mcd_account_connection_begin: take a flag for user-initiatednessSimon McVittie2011-05-194-5/+10
| * | mcd_account_request_presence_int: take a flag for user-initiatednessSimon McVittie2011-05-191-12/+21
| * | mcd_account_request_presence_int: emit RequestedPresence directlySimon McVittie2011-05-191-26/+23
| * | _mcd_account_connect_with_auto_presence: take a parameter for user-initiated ...Simon McVittie2011-05-193-7/+9
* | | NEWSSimon McVittie2011-05-201-1/+17
* | | We need to propagate nickname changes that occurred "behind our back" tooVivek Dasmohapatra2011-05-201-1/+4
* | | Storage has stabilised after the Big Rewrite: turn off debug by defaultVivek Dasmohapatra2011-05-201-2/+3
* | | The param hash is reffed by the ACL framework, we can drop our ref to itVivek Dasmohapatra2011-05-201-0/+1
* | | Don't leak copies of the new stored setting values on updateVivek Dasmohapatra2011-05-201-0/+3
* | | Don't leak the initial "offline" account status nameVivek Dasmohapatra2011-05-201-1/+1
* | | Don't leak the key list when accounts are updated by libaccounts/SSOVivek Dasmohapatra2011-05-201-0/+3
|/ /
* | update autogenerated gtk-doc gooSimon McVittie2011-05-193-0/+32
* | Regression test for passing unapproved channels to recovering observersSimon McVittie2011-05-191-11/+108
* | fd.o #34025: call ObserveChannels for channels waiting in CDOs when recoveringSimon McVittie2011-05-193-2/+39
* | tests: when creating multiple simulated connections use different object pathsJonny Lamb2011-05-182-2/+12
* | dispatcher/already-has-channel.py: don't test for calls done by tp-glibJonny Lamb2011-05-181-6/+0
* | service-points: don't depend on there being any interfacesJonny Lamb2011-05-171-3/+7
* | Don't warn about deprecated declarationsSimon McVittie2011-05-171-1/+2
* | Start 5.7.12 developmentVivek Dasmohapatra2011-05-112-1/+6
* | Prepare version 5.7.11telepathy-mission-control-5.7.11Vivek Dasmohapatra2011-05-112-2/+10
* | McpAccountManager: add brief documentationSimon McVittie2011-05-111-0/+17
* | McpDBusAclIface: note some API-breaking changes for laterSimon McVittie2011-05-112-0/+8
* | McpDBusAclIface: make the vtable public and improve documentationSimon McVittie2011-05-112-20/+49
* | McpRequestPolicyIface: make the vtable publicSimon McVittie2011-05-112-12/+29
* | mcp: change all @include lines to the mission-control-plugins.h meta-headerSimon McVittie2011-05-112-2/+2
* | Publicise McpAccountStorageIfaceWill Thompson2011-05-112-22/+22
* | Storage: improve grouping in the headerWill Thompson2011-05-111-3/+3
* | Storage: Add typedefs for method signaturesWill Thompson2011-05-112-141/+75
* | tests/account-store-default: if secret is not found, return NULL, not uniniti...Simon McVittie2011-05-111-1/+1
* | NEWS for builtin-aegis-aclsSimon McVittie2011-05-111-0/+19
* | Merge branch 'builtin-aegis-acls'Simon McVittie2011-05-1114-156/+916
|\ \
| * | Fix caller_creds_are_enough() debug output so it will actually terminateSimon McVittie2011-05-111-1/+1
| * | put Claim attempts through the handler suitability check, tooSimon McVittie2011-05-062-8/+92
| * | include Handler's unique name in suitability checks if availableSimon McVittie2011-05-065-14/+47
| * | Add a test for handler-suitability checkingSimon McVittie2011-05-064-9/+190
| * | Add a no-op plugin to check that NULL pointers are OKSimon McVittie2011-05-061-1/+38
| * | McpDBusAcl: make it OK to not set a name or descriptionSimon McVittie2011-05-061-0/+6
| * | mcp_dbus_acl_authorised_async_step: skip plugins not implementing authorised_...Simon McVittie2011-05-061-11/+13
| * | mcp_dbus_acl_authorised: if a plugin doesn't implement authorised(), assume TRUESimon McVittie2011-05-061-1/+2
| * | make Handler suitability-checking asynchronousSimon McVittie2011-05-064-105/+222
| * | mcd_dispatch_operation_handle_channels: move the handler check hereSimon McVittie2011-05-061-26/+18
| * | pid_is_permitted(): removeSimon McVittie2011-05-051-20/+0
| * | Use GetConnectionCredentials() when checking credentials asynchronouslySimon McVittie2011-05-051-11/+17
| * | Use GetConnectionCredentials() when checking credentials synchronouslySimon McVittie2011-05-051-33/+80
| * | Remove McpDBusChannelAclSimon McVittie2011-05-055-294/+3
| * | AegisAcl: implement McpDispatchOperationPolicy, not McpDBusChannelAclSimon McVittie2011-05-051-9/+7
| * | McpDispatchOperationPolicyIface: add handler_is_suitable()Simon McVittie2011-05-053-39/+101
| * | McpDispatchOperationPolicyIface: make the GInterface into public APISimon McVittie2011-05-053-19/+35