Custom Query (2449 matches)
Results (85 - 87 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #364 | Invalid | Daemon should give client a unique identifier on registration | ||
| Description |
The daemon should assign a unique identifier to the client upon registration and the client should use this identifier in any rpc calls it makes to the daemon. This will allow us to only send signals to specific clients and possibly allow for multiple sessions based on identifier/authentication. |
|||
| #365 | Fixed | Remove SignalReceiver | ||
| Description |
Remove the signalreceiver and instead simply pull signals from the daemon for processing. Running the signalreceiver on the client side really isn't needed. This does depend on #364 and will require the ipc interface be changed for Windows and systems without dbus. |
|||
| #366 | Fixed | Change the Windows ipc interface to not depend on SignalReceiver | ||
| Description |
In preparation of removing the SignalReceiver, ticket #365, we need to change the method we do ipc on Windows. |
|||
