summaryrefslogtreecommitdiff
path: root/router.php
AgeCommit message (Collapse)Author
2014-06-10Rewrite of the routers part.Guillaume Mazoyer
Should be more modular now to add other routers types.
2014-06-04Little improvement for the logging function.Guillaume Mazoyer
Log spamers into the logs file.
2014-06-01Remove useless variable initialization.Guillaume Mazoyer
2014-06-01Add telnet based authentication.Guillaume Mazoyer
Continue authentication rewrite. Use abstract class with factory instanciation.
2014-05-31Start rewriting og the auth mecanism.Guillaume Mazoyer
2014-05-29Revert last commit.Guillaume Mazoyer
2014-05-29Prevent PHP to be executed when not going through index.php.Guillaume Mazoyer
2014-05-29Remove ugly includes.Guillaume Mazoyer
2014-05-29Add license headers.Guillaume Mazoyer
2014-05-29Apache 2.4 configuration to avoid to access the config.php file.Guillaume Mazoyer
First import of the whole source code (quite monolithic for now). Update configuration example.