index
:
telepathy/telepathy-mission-control
master
mission-control-4
next
telepathy-mission-control-5.10
telepathy-mission-control-5.12
telepathy-mission-control-5.14
telepathy-mission-control-5.16
telepathy-mission-control-5.2
telepathy-mission-control-5.4
telepathy-mission-control-5.6
telepathy-mission-control-5.7
telepathy-mission-control-5.8+
Glib implementation of Telepathy Mission Control daemon (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-mission-control)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-11
Merge branch 'builtin-aegis-acls'
Simon McVittie
5
-24
/
+213
2011-05-06
put Claim attempts through the handler suitability check, too
Simon McVittie
1
-8
/
+78
2011-05-06
include Handler's unique name in suitability checks if available
Simon McVittie
1
-3
/
+5
2011-05-06
make Handler suitability-checking asynchronous
Simon McVittie
1
-74
/
+100
2011-05-06
Make an extra round trip to re-store the value, as this will trigger any impo...
Vivek Dasmohapatra
1
-1
/
+10
2011-05-06
Deleted parameters aren't stored, so there's no meaningful test to be done here
Vivek Dasmohapatra
1
-11
/
+2
2011-05-06
mcd_dispatch_operation_handle_channels: move the handler check here
Simon McVittie
1
-26
/
+18
2011-05-05
Remove McpDBusChannelAcl
Simon McVittie
1
-23
/
+3
2011-05-05
McpDispatchOperationPolicyIface: add handler_is_suitable()
Simon McVittie
1
-39
/
+37
2011-05-05
Revert "Util to prepare a GPtrArray of TpChannel for the new DBus handler ACL...
Simon McVittie
2
-28
/
+0
2011-05-05
mcp_dbus_channel_acl_authorised: redo API in terms of McpDispatchOperation
Simon McVittie
1
-35
/
+16
2011-05-05
Move channel ACL traversal to McdDispatchOperation
Simon McVittie
1
-2
/
+78
2011-05-05
Move mcp-dbus-aegis-acl plugin back to plugins and load it via plugin-loader
Simon McVittie
2
-0
/
+23
2011-05-05
_mcd_manager_constructor: remove unused variable spotted by gcc-4.6
Simon McVittie
1
-2
/
+0
2011-05-05
plugin-account: sort_and_cache_plugins: only initialize once
Simon McVittie
1
-0
/
+3
2011-05-05
_mcd_dispatch_operation_try_next_handler: don't leak error if Aegis rejects a...
Simon McVittie
1
-0
/
+1
2011-05-05
Revert "Filter reinvocation of handlers through the DBus Aegis ACL as well"
Simon McVittie
1
-28
/
+0
2011-05-04
Unused variables
telepathy-mission-control-5.7
Vivek Dasmohapatra
1
-2
/
+0
2011-05-04
Filter reinvocation of handlers through the DBus Aegis ACL as well
Vivek Dasmohapatra
1
-0
/
+28
2011-05-04
Filter dispatch operations through the DBus Channel/Handler Aegis ACL
Vivek Dasmohapatra
1
-10
/
+49
2011-05-04
Util to prepare a GPtrArray of TpChannel for the new DBus handler ACL framework
Vivek Dasmohapatra
2
-0
/
+28
2011-05-04
Simplify filter-add error checking
Vivek Dasmohapatra
1
-10
/
+2
2011-05-04
People mght be interested in an invalid signal, so don't claim it
Vivek Dasmohapatra
1
-1
/
+1
2011-05-04
Use utility function to check if it's the right signal
Vivek Dasmohapatra
1
-14
/
+1
2011-05-04
Don't ref the registry when adding it as the filter data
Vivek Dasmohapatra
1
-2
/
+13
2011-05-04
Remove unused callback
Vivek Dasmohapatra
1
-21
/
+0
2011-05-04
Fall back to universal name-owner-changed matching if the new approach fails
Vivek Dasmohapatra
1
-7
/
+40
2011-05-04
Remove FIXME now that we have done so
Vivek Dasmohapatra
1
-3
/
+0
2011-05-04
Copyright update
Vivek Dasmohapatra
1
-2
/
+2
2011-05-04
Use an arg0namespace match and a filter instead of all nameownerchanged signals
Vivek Dasmohapatra
1
-2
/
+75
2011-04-05
bogus const in declaration
Vivek Dasmohapatra
1
-1
/
+1
2011-04-05
Use tp_clear_object for GObjects rather than tp_clear_pointer
Vivek Dasmohapatra
1
-1
/
+1
2011-04-05
Put the right value in the SEND_MESSAGE #define
Vivek Dasmohapatra
1
-1
/
+2
2011-04-05
Debugging & whitespace trivia
Vivek Dasmohapatra
1
-4
/
+2
2011-04-05
Restart request if the channel owner closed it before we could send our message
Vivek Dasmohapatra
1
-9
/
+6
2011-04-05
Plug the send message API implementation into the ACL framework
Vivek Dasmohapatra
1
-14
/
+68
2011-04-05
Use the new message context allocators/dellocators
Vivek Dasmohapatra
1
-23
/
+17
2011-04-05
Helper to steal message ontext back from the ACL framework
Vivek Dasmohapatra
1
-0
/
+11
2011-04-05
Helpers for dbus error return and message dbus-context setting/unsetting
Vivek Dasmohapatra
1
-0
/
+17
2011-04-05
Extend message context struct + allocator & free func so we can allow retries
Vivek Dasmohapatra
1
-4
/
+16
2011-04-05
Force Account.Removed to be emitted when the account is, well, removed.
Vivek Dasmohapatra
1
-0
/
+11
2011-04-05
Squash some warnings
Vivek Dasmohapatra
2
-3
/
+2
2011-04-05
Dispatch internal operations after the observers have finished.
Vivek Dasmohapatra
1
-0
/
+24
2011-04-05
Internal requests ARE subject to policy, and shouldn't be dispatched here
Vivek Dasmohapatra
1
-31
/
+6
2011-04-05
Internal dispatch operations are NOT subject to approval
Vivek Dasmohapatra
1
-0
/
+4
2011-04-05
Tidy up the code used to set/check whether a dispatch operation is internal
Vivek Dasmohapatra
3
-2
/
+21
2011-04-05
The service properties shouldn't get deleted when the account is updated
Vivek Dasmohapatra
1
-0
/
+10
2011-04-05
Use clear-handler function in finalize instead of dupping the code
Vivek Dasmohapatra
1
-12
/
+1
2011-04-05
Alter _mcd_request_handle_internally per review
Vivek Dasmohapatra
1
-6
/
+7
2011-04-05
Copyright updates
Vivek Dasmohapatra
2
-6
/
+4
[next]