1
I Use This!
Inactive

News

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Posted over 13 years ago by Daniel Gruno
##mod_pLua 0.54 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ###Changes in 0.54: * Fixed a bug where mod_dbd was required even though mod_pLua wasn't built for mod_dbd * Added string.md5() for making md5 hashes.
Posted over 13 years ago by Daniel Gruno
##mod_pLua 0.54 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ###Changes in 0.54: * Fixed a bug where mod_dbd was required even though mod_pLua wasn't built for mod_dbd * Added string.md5() for making md5 hashes.
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.53 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with_ Lua. http://sf.net/p/modplua ####Changes in 0.53: - Fixed a memory leak in database connectivity with mod_dbd - Added the Auth-User ... [More] environment variable for extracting the username from a basic auth request - Added a per-thread state mode (set pLuaStates to 0 to activate) [Less]
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.53 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with_ Lua. http://sf.net/p/modplua ####Changes in 0.53: - Fixed a memory leak in database connectivity with mod_dbd - Added the ... [More] Auth-User environment variable for extracting the username from a basic auth request - Added a per-thread state mode (set pLuaStates to 0 to activate) [Less]
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.52 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ####Changes in 0.52: * Fixed some warnings * Added setCookie() and getCookie() for setting and getting cookie values.
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.52 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ####Changes in 0.52: * Fixed some warnings * Added setCookie() and getCookie() for setting and getting cookie values.
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.51 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ####Changes in 0.51: * Moved a declaration from the header to the c file to ease APXS installation ... [More] (thanks to Igor Galic for this patch) * Binaries built with mod_dbd support will no longer complain that mod_dbd isn't enabled when a connection fails * Fixed an issue where POST data from XMLHttpRequests was not properly recognized. Binary packages for Windows and UNIX will be along shortly. In the meantime, check out the Git repository. [Less]
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.51 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ####Changes in 0.51: * Moved a declaration from the header to the c file to ease APXS installation (thanks to ... [More] Igor Galic for this patch) * Binaries built with mod_dbd support will no longer complain that mod_dbd isn't enabled when a connection fails * Fixed an issue where POST data from XMLHttpRequests was not properly recognized. Binary packages for Windows and UNIX will be along shortly. In the meantime, check out the Git repository. [Less]
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.50 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ####Changes in 0.50: * The Makefile script will now properly clean up when `make clean` is called * getEnv() ... [More] will now report a Server-Version value as well (major.minor.patch) * Directives are now only permissable within the main Apache configuration * The include() function now supports including plain lua files as set by the pLuaRaw directive [Less]
Posted over 13 years ago by Daniel Gruno
###mod_pLua 0.50 released _mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua._ http://sf.net/p/modplua ####Changes in 0.50: * The Makefile script will now properly clean up when `make clean` is called * ... [More] getEnv() will now report a Server-Version value as well (major.minor.patch) * Directives are now only permissable within the main Apache configuration * The include() function now supports including plain lua files as set by the pLuaRaw directive [Less]