| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-25 | Use the SIO monad in the GF shell | hallgren | |
| + The restrictions on arbitrary IO when GF is running in restricted mode is now enforced in the types. + This hopefully also solves an intermittent problem when accessing the GF shell through the web API provided by gf -server. This was visible in the Simple Translation Tool and probably caused by some low-level bug in the GHC IO libraries. | |||
| 2012-08-29 | Use nub' instead of nub in some places, remove some unused nub imports | peter.ljunglof | |
| 2012-02-20 | GF.Inra.UseIO: add instance Functor IOE, add method fail to instance Monad IOE | hallgren | |
| 2011-11-15 | more structured format for errors and warnings from the compiler | kr.angelov | |
| 2011-04-13 | GF.Infra.UseIO: add functions readBinaryFile & writeBinaryFile | hallgren | |
| 2011-03-03 | GF shell restricted mode | hallgren | |
| By setting the environment variable GF_RESTRICTED before starting GF, the shell will be run in restricted mode. This will prevent the GF shell from starting arbitrary system commands (most uses of System.Cmd.system are blocked) and writing arbitrary files (most commands that use writeFile et al are blocked). Restricted mode is intended minimize the potential security risks involved in allowing public access to the GF shell over the internet. It should be used in conjuction with system level protection mechanisms (e.g. file permissions) to make sure that a publicly acessible GF shell does not give access to parts of the system that should not be publicly accessible. | |||
| 2010-04-28 | wf,vt,vp,vd,aw should store files in utf8 | krasimir | |
| 2009-12-13 | reorganize the directories under src, and rescue the JavaScript interpreter ↵ | krasimir | |
| from deprecated | |||
