Commit Graph

8 Commits

Author SHA1 Message Date
100191abd1 chore: remove placeholder text from README and add project description 2025-08-07 19:13:56 +00:00
ca29b8ac12 feat: add portscan detection and ad-blocking rule updates to security module
- Integrate portscan monitoring into the security module with new detection rules
- Update ad-blocking filters to include recently identified advertising domains
- Refactor existing ad-blocking logic to improve performance and reduce false positives
2025-08-03 22:49:53 +00:00
4ed1b33384 test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:13:05 +00:00
2e0fdb4c3d test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:12:13 +00:00
7254836b43 test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:05:38 +00:00
925c1b0313 chore: remove trailing whitespace from all source files in src/ directory 2025-07-04 18:07:58 +00:00
d18a832f89 feat: add user_id index to profiles table for faster lookups
The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to improve query performance for profile retrieval operations.
2025-07-04 18:07:14 +00:00
8911bf5522 feat: add ads.py module for managing advertisement placements and configurations 2025-07-04 18:05:26 +00:00