diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index ac0ef85..9f5e340 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -27,6 +27,14 @@ export default function Projects() { description: "TUI client for Real Address Chat protocol. ", tags: ["Active", "RAC", "v1.99.2"], }, + { + name: "crack", + authorId: "kiberOgur4ik", + projectGit: "https://gitlab.com/kiber_ogur4ik/crack", + description: + "Cool RAC klient for Web, Android and iOS (RAC v1 and WRAC v2)", + tags: ["Acrive", "WRAC", "RAC", "v2", "v1.0", "TLS"], + }, { name: "Tower", authorId: "kostya-zero", diff --git a/src/app/protocol/user-agents/page.tsx b/src/app/protocol/user-agents/page.tsx index 30ffcb9..f7c0485 100644 --- a/src/app/protocol/user-agents/page.tsx +++ b/src/app/protocol/user-agents/page.tsx @@ -46,6 +46,11 @@ export default function Wrac() { regex: "\\u2042<(.*?)> (.*)", color: "Gold", }, + { + client: "crack", + regex: "\\u30C4<(.*?)> (.*)", + color: "Coral", + }, { client: "Snowdrop", regex: "\\u0D9E<(.*?)> (.*)",