ice icon indicating copy to clipboard operation
ice copied to clipboard

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.

Results 346 ice issues
Sort by recently updated
recently updated
newest added

We have implementations of this copied in almost all Slice compilers https://github.com/zeroc-ice/ice/search?q=splitScopedName&unscoped_q=splitScopedName

cleanup

We should review our IceSSL protocol defaults. We bake in (as of 3.7.1) defaults instead of using platform defaults. In the past this was because SSLv3 as still enabled by...

icessl

There's no easy way to hot reload certificates with IceSSL right now. With certificate authorities such as Let's Encrypt that delivers short-lived certificates, it would be good to add support...

enhancement
icessl

We use that in IceGrid/PlatformInfo.cpp see [ICE-5464]

cpp
cleanup

Using the IceGrid/simple demo, when I start a server on the command line: C:\builds\ice\demo\IceGrid\simple>server --Ice.Config=C:\builds\ice\demo\IceGrid \simple\db\node\servers\SimpleServer-1\config\config "--Ice.Default.Locator=Demo IceGrid/Locator:tcp -p 12000" --Ice.ServerId=SimpleServer-1 This server does not show up as running in...

enhancement
icegrid

It would be nice if I could deprecate an entire class-instance with deprecated=true, e.g. ``` ``` i.e. all corresponding properties would be marked deprecated. Currently, this `deprecated=true` is ignored. ICE-2420

enhancement

`Properties::getPropertyAsList[WithDefault]` and the underlying `IceUtilInternal::StringUtil::splitString` parses a string into a string sequence with escape-support for elements that contain white space or commas. However, we don't have a helper function to...

enhancement

You can start and stop a service with icegridadmin, however you currently can't figure out it if it's running or not. ICE-8268

enhancement
icegrid

We should consider adding a metadata "cpp:weak" that remaps shared_ptr to weak_ptr to let the user avoid strong cycles. This metadata could apply to: - operation parameters of type class...

enhancement
cpp

When icegridnode (attempts) to connect to the IceGrid registry, it logs: ``` Replica: trying to establish session with replica `Master' Replica: established session with replica `Master' ``` This is rather...

icegrid