summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unused variablestelepathy-mission-control-5.7Vivek Dasmohapatra2011-05-041-2/+0
|
* Update NEWSVivek Dasmohapatra2011-05-041-0/+9
|
* Simplify filter-add error checkingVivek Dasmohapatra2011-05-041-10/+2
|
* People mght be interested in an invalid signal, so don't claim itVivek Dasmohapatra2011-05-041-1/+1
|
* Use utility function to check if it's the right signalVivek Dasmohapatra2011-05-041-14/+1
|
* Don't ref the registry when adding it as the filter dataVivek Dasmohapatra2011-05-041-2/+13
|
* Remove unused callbackVivek Dasmohapatra2011-05-041-21/+0
|
* Fall back to universal name-owner-changed matching if the new approach failsVivek Dasmohapatra2011-05-041-7/+40
|
* Remove FIXME now that we have done soVivek Dasmohapatra2011-05-041-3/+0
|
* Copyright updateVivek Dasmohapatra2011-05-041-2/+2
|
* Use an arg0namespace match and a filter instead of all nameownerchanged signalsVivek Dasmohapatra2011-05-041-2/+75
|
* Prepare version 5.7.9telepathy-mission-control-5.7.9Vivek Dasmohapatra2011-04-052-2/+8
|
* Merge HEAD, branch 'master' into telepathy-mission-control-5.7Vivek Dasmohapatra2011-04-050-0/+0
|
* bogus const in declarationVivek Dasmohapatra2011-04-051-1/+1
|
* Nano versionVivek Dasmohapatra2011-04-052-1/+4
|
* Prepare version 5.7.8telepathy-mission-control-5.7.8Vivek Dasmohapatra2011-04-052-2/+25
|
* Use tp_clear_object for GObjects rather than tp_clear_pointerVivek Dasmohapatra2011-04-051-1/+1
|
* Put the right value in the SEND_MESSAGE #defineVivek Dasmohapatra2011-04-052-2/+4
|
* Debugging & whitespace triviaVivek Dasmohapatra2011-04-051-4/+2
|
* Restart request if the channel owner closed it before we could send our messageVivek Dasmohapatra2011-04-051-9/+6
|
* Update the libcreds/cellular ACL to include the new message API callVivek Dasmohapatra2011-04-051-4/+27
|
* Plug the send message API implementation into the ACL frameworkVivek Dasmohapatra2011-04-051-14/+68
|
* Use the new message context allocators/dellocatorsVivek Dasmohapatra2011-04-051-23/+17
|
* Helper to steal message ontext back from the ACL frameworkVivek Dasmohapatra2011-04-051-0/+11
|
* Helpers for dbus error return and message dbus-context setting/unsettingVivek Dasmohapatra2011-04-051-0/+17
|
* Extend message context struct + allocator & free func so we can allow retriesVivek Dasmohapatra2011-04-051-4/+16
|
* Force Account.Removed to be emitted when the account is, well, removed.Vivek Dasmohapatra2011-04-051-0/+11
|
* Squash some warningsVivek Dasmohapatra2011-04-052-3/+2
|
* Dispatch internal operations after the observers have finished.Vivek Dasmohapatra2011-04-051-0/+24
|
* Internal requests ARE subject to policy, and shouldn't be dispatched hereVivek Dasmohapatra2011-04-051-31/+6
|
* Internal dispatch operations are NOT subject to approvalVivek Dasmohapatra2011-04-051-0/+4
|
* Tidy up the code used to set/check whether a dispatch operation is internalVivek Dasmohapatra2011-04-053-2/+21
|
* The service properties shouldn't get deleted when the account is updatedVivek Dasmohapatra2011-04-051-0/+10
|
* Use clear-handler function in finalize instead of dupping the codeVivek Dasmohapatra2011-04-051-12/+1
|
* Alter _mcd_request_handle_internally per reviewVivek Dasmohapatra2011-04-051-6/+7
|
* Copyright updatesVivek Dasmohapatra2011-04-052-6/+4
|
* Implement the draft CD.Messages interface using the internal-request frameworkVivek Dasmohapatra2011-04-051-0/+254
|
* If a new channel results from an internal request, invoke its callbackVivek Dasmohapatra2011-04-051-7/+34
| | | | | The usual approvers/observers logic is followed, to preserve as much normal channel behaviour as possible.
* If a pre-existing channel results from an internal request, invoke its callbackVivek Dasmohapatra2011-04-051-7/+20
|
* use tp_clear_pointerVivek Dasmohapatra2011-04-051-4/+1
|
* Allow requests to be blocked/unblocked on a per-account basisVivek Dasmohapatra2011-04-052-0/+140
| | | | | | | This allows internally generated requests which require external interaction to be atomic from the point of view of the caller, and prevents MC and "real" handlers from treadin on one-another's toes.
* Allow MC to set callbacks for internally generated requestsVivek Dasmohapatra2011-04-052-0/+77
| | | | | These requests will typically be handled by MC itself rather than being dispatched to a "real" handler.
* Draft messages interface for the channel dispatcherVivek Dasmohapatra2011-04-053-0/+59
|
* Use the new always dispatchable info to bypass checks where necessaryVivek Dasmohapatra2011-04-051-0/+8
|
* Expose the new always-dispatchable info to internal callersVivek Dasmohapatra2011-04-052-0/+10
|
* New flag for accounts to indicate their channels must always be dispatchedVivek Dasmohapatra2011-04-052-0/+7
|
* Free creds handle when we are done with itVivek Dasmohapatra2011-04-051-0/+2
|
* Merge HEAD, branch 'master' into telepathy-mission-control-5.7Vivek Dasmohapatra2011-04-050-0/+0
|
* Merge HEAD, branch 'master' of ↵Vivek Dasmohapatra2011-04-050-0/+0
| | | | git+ssh://git.freedesktop.org/git/telepathy/telepathy-mission-control
* Remove reference to mc_cli_account_interface_stats_connect_to_stats_changedDanielle Madeley2011-03-301-6/+0
| | | | Makes MC master actually compilable!