aboutsummaryrefslogtreecommitdiff
path: root/src/Sproxy/Server.hs
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06Reformat with modern hindent 5.2.7Igor Pashev1-17/+48
2019-09-06Use "getAddrInfo" instead of "inet_addr"Igor Pashev1-12/+15
2018-04-28Use 64 bytes long key by defaultIgor Pashev1-1/+1
It is padded with zeros to 64 bytes anyway if the length is less.
2017-12-19Clean importsIgor Pashev1-1/+1
Drop `containers`.
2017-09-21Allow configure backend response timeoutIgor Pashev1-1/+2
2017-08-06Format with hindentIgor Pashev1-97/+84
2016-12-01BREAKING: Allow !include in config fileIgor Pashev1-15/+6
This changes semantics of these options: - key - oauth2.<provider>.client_secret They are no longer files, but strings. To read content from files, use !include. The point of being files or read from files is to segregate secrets from non-sensitive easily discoverable settings. With !include it is much more simple and flexible.
2016-11-28Allow running in plain HTTP mode (no SSL)Igor Pashev1-15/+34
This can be useful when Sproxy is behind some other proxy or load-balancer.
2016-11-28Apply same settings to redirect serverIgor Pashev1-7/+7
2016-11-26Populate permission database from a fileIgor Pashev1-11/+18
2016-11-24Disable printing exceptionsIgor Pashev1-2/+4
We have our own traps and logging.
2016-11-19Initial release (1.90.0)1.90.0Igor Pashev1-0/+190