index
:
looking-glass.git
master
Easy to deploy Looking Glass
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
execute.php
Age
Commit message (
Expand
)
Author
2016-06-13
Per router options to disable/enable IP versions.
Guillaume Mazoyer
2016-06-13
Catch use of disable IP version before instanciating the router object.
Guillaume Mazoyer
2016-06-12
Add new configuration options to enable/disable IPv6 or IPv4.
Guillaume Mazoyer
2015-02-10
Update GPL headers according to yesterday updates.
Guillaume Mazoyer
2015-02-09
Fix confusing variable name.
Guillaume Mazoyer
2014-11-17
Code format. Always use () for functions.
Guillaume Mazoyer
2014-09-08
Improve output filters.
Guillaume Mazoyer
2014-09-03
Add config to disallow the use of private and reserved IP ranges.
Guillaume Mazoyer
2014-08-05
Add config.defaults.php to set default configuration options.
Guillaume Mazoyer
2014-08-05
Add help button.
Guillaume Mazoyer
2014-08-05
completing HTTP_X_FORWARDED_FOR support
Romain Boissat rboissat
2014-06-20
Remove useless code.
Guillaume Mazoyer
2014-06-11
Handle error more properly.
Guillaume Mazoyer
2014-06-10
Rewrite of the routers part.
Guillaume Mazoyer
2014-06-04
Little improvement for the logging function.
Guillaume Mazoyer
2014-06-04
Forget an important character.
Guillaume Mazoyer
2014-06-04
Avoid obvious spam with a hidden field that must not be filled.
Guillaume Mazoyer
2014-05-31
Start rewriting og the auth mecanism.
Guillaume Mazoyer
2014-05-29
Revert last commit.
Guillaume Mazoyer
2014-05-29
Prevent PHP to be executed when not going through index.php.
Guillaume Mazoyer
2014-05-29
Add license headers.
Guillaume Mazoyer
2014-05-29
Apache 2.4 configuration to avoid to access the config.php file.
Guillaume Mazoyer