Commit Graph

12 Commits

Author SHA1 Message Date
Shni
69653b38ad feat: Añadir soporte para autenticación de Discord y gestión de sesiones, incluyendo rutas de OAuth y almacenamiento de estado 2025-10-14 22:39:14 -05:00
9df5b9e970 fix: corregir formato de control de caché en la respuesta del servidor 2025-10-09 21:59:15 -05:00
67b187c3c0 feat: añadir soporte para compresión Brotli y mejorar la selección de codificación 2025-10-08 13:04:03 -05:00
96f7067193 feat: implementar encabezados de seguridad mejorados y política de contenido para solicitudes 2025-10-08 13:01:35 -05:00
2f0f539185 feat: añadir soporte para compresión Brotli en el servidor 2025-10-08 12:19:09 -05:00
d561fede88 Adds gzip compression and ETag support for better caching
Implements response compression and ETag headers to optimize asset delivery and enable client-side caching, reducing bandwidth usage and improving load times. Enhances code block styling and syntax highlighting for documentation clarity.

Adds gzip compression, ETag caching, and code block styling

Improves server performance by implementing gzip response compression
and ETag-based caching for static and dynamic content, reducing
bandwidth and enabling efficient client-side caching. Enhances
documentation clarity with improved code block styling and
syntax highlighting support.
2025-10-08 10:08:09 -05:00
b0198c7092 feat: mejorar la política de seguridad de contenido y ajustar el iframe de Ko-fi en la barra lateral 2025-10-08 08:33:34 -05:00
24cf917d93 feat: implementar medidas de seguridad básicas, incluyendo bloqueo de patrones sospechosos y limitación de tasa para solicitudes repetitivas 2025-10-07 22:38:25 -05:00
b49e0e12e3 fix: corregir errores en la carga de metadatos del proyecto 2025-10-07 12:18:05 -05:00
38aab95444 sdsdfdf 2025-10-07 12:12:51 -05:00
3904c00114 feat: Add complete EJS documentation layout and sections for Amayo Bot
- Created main index.ejs view with header, footer, and content structure.
- Developed layout.ejs for consistent styling across pages.
- Implemented partials for various sections including admin, alliances, chests, basic commands, crafting, economy, and more.
- Added a table of contents for easy navigation.
- Included responsive design elements and animations using Tailwind CSS.
- Migrated content to EJS format for dynamic rendering.
2025-10-07 12:08:58 -05:00
40625a9f74 feat: implement basic HTTP server with static file serving and error handling 2025-10-05 22:58:56 -05:00