A federation server is a decentralized system within a federated database that manages community or enterprise-contributed data on internet misuse, helping to defend against malicious users and services.
  • PHP 97.7%
  • Python 1.9%
  • Dockerfile 0.3%
Find a file
netkas b36d075e64
Some checks failed
CI / debug (push) Has been cancelled
CI / check-phpunit (push) Has been cancelled
CI / check-phpdoc (push) Has been cancelled
CI / release (push) Has been cancelled
CI / generate-phpdoc (push) Has been cancelled
CI / test (push) Has been cancelled
CI / release-documentation (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
Remove testAuditLogContentForOperatorOperations due to redundancy
2025-09-18 14:45:23 -04:00
.github/workflows Enhance ncc_workflow.yml: add docker-compose logs output for debugging during test execution 2025-09-18 13:17:44 -04:00
.idea Add configuration for MessDetector, PhpCodeSniffer, PhpStan, and Psalm components 2025-09-10 19:22:45 -04:00
docker Removed redis configuration when not necessary 2025-09-18 14:24:11 -04:00
public Renamed FederationServer project to FederationLib (Repos should take effect) 2025-08-19 14:09:23 -04:00
src/FederationLib Enhance AuditLogManager: implement Redis caching for audit log entries; add cache management methods and optimize data retrieval 2025-09-18 12:39:06 -04:00
tests/FederationLib Remove testAuditLogContentForOperatorOperations due to redundancy 2025-09-18 14:45:23 -04:00
.gitignore Add federation directory to .gitignore 2025-09-12 00:25:49 -04:00
bootstrap.php Add FL_TEST constant definition in bootstrap.php for testing purposes 2025-08-27 22:14:27 -04:00
docker-compose.yml Simplify redis command in docker-compose.yml by removing unnecessary configuration 2025-09-18 14:33:32 -04:00
Dockerfile Added PHP configuration file and updated Dockerfile to include php.ini 2025-09-12 14:09:54 -04:00
LICENSE Initial Commit 2025-05-29 14:18:23 -04:00
main Renamed FederationServer project to FederationLib (Repos should take effect) 2025-08-19 14:09:23 -04:00
Makefile Initial Commit 2025-05-29 14:18:23 -04:00
phpunit.xml Update PHPUnit configuration: change SERVER_ENDPOINT to use 172.17.0.1 for correct server connection 2025-09-18 13:09:22 -04:00
project.json Renamed FederationServer project to FederationLib (Repos should take effect) 2025-08-19 14:09:23 -04:00
README.md Renamed FederationServer project to FederationLib (Repos should take effect) 2025-08-19 14:09:23 -04:00

FederationLib

A federation server is a decentralized system within a federated database that manages community or enterprise-contributed data on internet misuse, helping to defend against malicious users and services.

License

This project is licensed under the MIT License - see the LICENSE file for details.