botserver/src
Rodrigo Rodriguez (Pragmatismo) 1f7cdfa9cf Fix conditional compilation for Windows-specific security methods
- Wrapped Windows security configuration code blocks in #[cfg(windows)] attributes
- Removed nested cfg attributes that were causing compilation errors
- Properly separated Windows and Linux code paths using compile-time attributes
- Fixed calls to configure_windows_security() and update_windows_signatures()
2026-01-28 20:11:18 -03:00
..
analytics Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
attendance Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
attendant feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
auto_task Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
basic Enable LLM feature by default and fix compilation errors 2026-01-28 16:58:14 -03:00
billing Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
botmodels Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
calendar feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
canvas Implement database persistence for dashboards, legal, and compliance modules 2026-01-13 00:07:22 -03:00
channels Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
compliance Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
console feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
contacts Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
core Fix bot_id: Use bot_id from URL path instead of client message 2026-01-28 17:18:22 -03:00
dashboards Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
designer feat: complete General Bots 7.0 (v6.2.0) 2026-01-25 10:29:54 -03:00
directory Feature gating refactor: modular compilation with minimal feature set 2026-01-22 19:45:18 -03:00
docs Fix overlapping route panic: remove duplicate /api/docs/import from drive module 2026-01-11 18:49:04 -03:00
drive Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
email Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
instagram feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
learn Modularize learn schema and clean up channels/project schema stubs 2026-01-22 14:01:50 -03:00
legal Remove unused put imports 2026-01-14 09:43:50 -03:00
llm Enable LLM feature by default and fix compilation errors 2026-01-28 16:58:14 -03:00
maintenance Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
meet Fix 5 errors and 32 warnings: calendar, compliance, billing_alert_broadcast, unused vars 2026-01-13 22:21:25 -03:00
monitoring Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
msteams feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
multimodal Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
nvidia Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
paper feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
people Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
player Add security protection module with sudo-based privilege escalation 2026-01-10 09:41:12 -03:00
products Refactor schema.rs into modular files 2026-01-22 13:57:40 -03:00
project Fix Router type mismatch in project::configure and remove unused Html import 2026-01-09 19:19:41 -03:00
research Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
search Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
security Fix conditional compilation for Windows-specific security methods 2026-01-28 20:11:18 -03:00
settings Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
sheet Fix overlapping route panic: remove duplicate /api/docs/import from drive module 2026-01-11 18:49:04 -03:00
slides Fix overlapping route panic: remove duplicate /api/docs/import from drive module 2026-01-11 18:49:04 -03:00
social Remove unused put imports 2026-01-14 09:43:50 -03:00
sources Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
tasks feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
telegram feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
tickets Implement database persistence for dashboards, legal, and compliance modules 2026-01-13 00:07:22 -03:00
timeseries Refactor: Genericize default organization to 'system' and update tenant paths 2026-01-26 17:00:21 -03:00
vector-db Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
video Refactor schema.rs into modular files 2026-01-22 13:57:40 -03:00
weba Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
whatsapp Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
workspaces Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
embedded_ui.rs feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
main.rs Enable LLM feature by default and fix compilation errors 2026-01-28 16:58:14 -03:00