Files
Luna/Luna.slnx
darman ec78c0cdf5 Add user identity system with channel pairing and web /link command
Introduce Luna.Identity project with user identity service, pairing code
generation, and channel linking. Channels (Telegram, CLI) now verify link
status before routing messages and prompt users to pair via the web
interface. WebChannel handles /link <channel-type> <code> commands to
complete the pairing flow.

Fix inverted expiration check in IsPairingCodeExpired that caused codes
to be treated as expired immediately after creation.
2026-04-04 16:09:10 +02:00

20 lines
1.0 KiB
XML

<Solution>
<Folder Name="/Clients/">
<Project Path="Luna.Clients.Cli\Luna.Clients.Cli.csproj" />
</Folder>
<Project Path="Luna.Agents.Abstractions/Luna.Agents.Abstractions.csproj" />
<Project Path="Luna.Agents/Luna.Agents.csproj" />
<Project Path="Luna.Channels.Abstractions/Luna.Channels.Abstractions.csproj" />
<Project Path="Luna.Channels.Tests/Luna.Channels.Tests.csproj" />
<Project Path="Luna.Channels/Luna.Channels.csproj" />
<Project Path="Luna.Configuration/Luna.Configuration.csproj" />
<Project Path="Luna.Core.Abstractions/Luna.Core.Abstractions.csproj" />
<Project Path="Luna.Core/Luna.Core.csproj" />
<Project Path="Luna.Identity.Abstractions/Luna.Identity.Abstractions.csproj" />
<Project Path="Luna.Identity/Luna.Identity.csproj" />
<Project Path="Luna.Memory/Luna.Memory.csproj" />
<Project Path="Luna.Providers.Abstractions/Luna.Providers.Abstractions.csproj" />
<Project Path="Luna.Providers/Luna.Providers.csproj" />
<Project Path="Luna.Shared/Luna.Shared.csproj" />
</Solution>