Commit Graph

12 Commits

Author SHA1 Message Date
Christopher Reichert
9020f527a5 Update .gitignore with stack build files. 2015-06-09 12:36:50 -05:00
Christopher Reichert
8c7871a2c1 Add gitignore and cleanup options for websockets example bundle. 2014-12-19 16:24:24 -06:00
Christopher Reichert
3d075f1103 Add background app configuration example. 2014-12-19 15:10:10 -06:00
Aaron Friel
3cbd839383 Merge in upstream 2013-08-28 11:37:53 -05:00
Michael Snoyman
47a94316de New demo 2013-08-14 12:19:25 +03:00
Aaron Friel
3c85e21dab Merge upstream and bump to 0.4.1 - add wildcard hostname support.
Wildcard hostnames are now supported in Keter, with partial RFC2818 support.

Wildcard hostnames can have exceptions, can be specified at arbitrary depths,
and are non-recursive. `*.example.com` will match `foo.example.com` but not
`foo.bar.example.com`. Likewise, `*.*.example.com` will only match the latter,
not the former.

The keter.cabal is modified to build the example app.

Internal string usage is made more homogeneous to use Data.Text. Despite this,
internationalized domain names are not yet supported unless entered in config
files as punycode.
2013-08-04 19:08:27 -05:00
root
ee569afc0e Add cabal sandbox files to git ignore 2013-03-17 00:44:17 -05:00
Michael Snoyman
3c4ad2799f LogFile 2012-05-17 07:15:25 +03:00
Michael Snoyman
3054f5f81d Keter.App 2012-05-11 07:38:05 +03:00
Michael Snoyman
452f24d20e Added Postgres module 2012-05-06 19:09:37 +03:00
Michael Snoyman
379359c779 Keter.Process 2012-05-06 13:29:18 +03:00
Michael Snoyman
355ed1e1a6 Initial cabalization 2012-05-06 07:07:02 +03:00