summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_lua.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove useless <br \> in highlight blocks.Christophe Jaillet2016-05-011-10/+10
* Reverted r1741561 + doc rebuild, apologies for the new translation diffs, the...Luca Toscano2016-04-291-1/+1
* Testing svnwcsub with HumbedoohLuca Toscano2016-04-291-1/+1
* Fix typo spotted in comment in online doc. [comment #4454)Christophe Jaillet2015-09-051-1/+1
* * Remove trailing whitespace from a bunch of *.xml filesKen Coar2015-04-151-106/+106
* Enclose parameters in quotation marks for <{Files,Directory,Location}{,Match}>Ken Coar2015-04-151-5/+5
* mod_lua: Initial attempt at passing on the configuration tree to Lua.Daniel Gruno2014-11-251-0/+10
* Revert early|late argument for LuaHookCheckUserID as it does not work right now.Daniel Gruno2014-06-211-1/+3
* SetHandler only has one parameter + reflow a sentence to synch with 2.4.xChristophe Jaillet2014-06-011-3/+4
* Add <compatibility> notes for changes made in version 2.4.5 (and one forgotte...Christophe Jaillet2014-04-141-2/+2
* Link AddHandler, SetHandler to docsRich Bowen2014-03-121-1/+2
* Fixes weird syntax in example, and removes superfluos quoteRich Bowen2014-03-121-2/+2
* Use the simpler Files syntax rather than FilesMatchRich Bowen2014-03-121-6/+6
* Ensure that .lua.foo files aren't affectedRich Bowen2014-03-111-1/+3
* Allow mod_lua to supply a database result with named rows instead of only num...Daniel Gruno2014-02-211-0/+1
* mod_lua: Add r:wspeek for checking if data is available to be read.Daniel Gruno2014-02-201-0/+12
* mod_lua: Upgrade r:setcookie to accept a table of arguments, and add domain, ...Daniel Gruno2014-02-111-2/+16
* s/password/pass/Daniel Gruno2013-12-131-1/+1
* Use a better example for a connection string (one with both username and pass...Daniel Gruno2013-12-131-1/+1
* mod_lua: Adjust documentation for r:wsread()Daniel Gruno2013-09-151-1/+1
* mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,...Daniel Gruno2013-09-111-0/+33
* Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques...Daniel Gruno2013-09-041-0/+9
* mention some trickyness with mod_lua + mod_filter.Eric Covener2013-09-021-0/+7
* Adding a simple logging hook for mod_lua, which allows users to create their ...Daniel Gruno2013-09-011-2/+52
* Fix r.mpm_query().Guenter Knauf2013-06-301-1/+1
* Simplify example.Guenter Knauf2013-06-301-9/+4
* Update doccu.Guenter Knauf2013-06-251-3/+2
* Fixed touch function docu.Guenter Knauf2013-06-221-1/+1
* Added new mod_lua functions.Guenter Knauf2013-06-221-0/+8
* Added new funtions to mod_lua docu.Guenter Knauf2013-06-131-3/+48
* make the example a bit more instructive about the nuancesEric Covener2013-06-061-2/+8
* add proper return values to example.Eric Covener2013-06-061-0/+2
* Note that parseargs and parsebody actually returns two tables, not one.Daniel Gruno2013-04-291-6/+8
* elaborate a bit about what ivm does, and add an example scriptDaniel Gruno2013-04-211-1/+13
* fix typos, expand on how r:flush worksDaniel Gruno2013-04-201-7/+8
* scrap r:started from the list of functions, as it's just a variable.Daniel Gruno2013-04-201-3/+0
* s/r:/r./Daniel Gruno2013-04-201-2/+2
* s/r:/r./Daniel Gruno2013-04-191-2/+2
* Remove lua_ap_banner, as it's no longer being used.Daniel Gruno2013-04-191-0/+9
* fix regex documentation for mod_luaDaniel Gruno2013-04-141-2/+9
* whitespace/escape fixDaniel Gruno2013-04-131-1/+1
* temporarily change a comment so the function can be commented out in the xmlDaniel Gruno2013-04-131-1/+1
* remove r:banner and r:port from docs, they are built in variablesDaniel Gruno2013-04-131-8/+0
* fix docs on regex matching, change the actual ordering of arguments to match ...Daniel Gruno2013-04-131-1/+1
* Comment out feature that we don't have yet.Daniel Gruno2013-04-111-0/+2
* Updating lua docs with examples of how to use the built-in functionsDaniel Gruno2013-04-091-138/+221
* typo fixDaniel Gruno2013-03-111-1/+1
* Separate data structure and built in functions, so you can more easily naviga...Daniel Gruno2013-03-051-4/+8
* fix mysql connection string in exampleDaniel Gruno2013-01-151-1/+1
* Fix xml validationRich Bowen2013-01-091-1/+1