webmcp
log
| age | author | description | 
|---|---|---|
| 2016-07-21 | jbe | Do not include _tempstore by default for external URLs | 
| 2016-07-21 | jbe | Fixed typo in previous commit | 
| 2016-07-21 | jbe | Fixed behavior of encode.url{...} when mixing "external" and "params" arguments | 
| 2016-07-21 | jbe | Fixed wrong documentation (no leading slash in request.get_path) | 
| 2016-07-21 | jbe | Fixed error in error creation in execute._create_sorted_execution_list when two initializers have the same name | 
| 2016-07-21 | jbe | Pass error string of coroutine in execute._initializers | 
| 2016-06-01 | jbe | Use snprintf instead of sprintf as a precautionary measure for security | 
| 2016-05-16 | jbe | Added tag v2.1.0 for changeset 0221836a9db5 | 
| 2016-05-16 | jbe | Changed version number to 2.1.0v2.1.0 | 
| 2016-05-16 | jbe | Do not use luaL_addchar unless Lua string buffer is on top of stack (possible segmentation fault) | 
| 2016-02-28 | jbe | Added net.configure_mail{...} function to allow other mail interfaces than sendmail | 
| 2016-02-16 | jbe | merge |