| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless <br \> in highlight blocks. | Christophe Jaillet | 2016-05-01 | 1 | -10/+10 |
* | Reverted r1741561 + doc rebuild, apologies for the new translation diffs, the... | Luca Toscano | 2016-04-29 | 1 | -1/+1 |
* | Testing svnwcsub with Humbedooh | Luca Toscano | 2016-04-29 | 1 | -1/+1 |
* | Fix typo spotted in comment in online doc. [comment #4454) | Christophe Jaillet | 2015-09-05 | 1 | -1/+1 |
* | * Remove trailing whitespace from a bunch of *.xml files | Ken Coar | 2015-04-15 | 1 | -106/+106 |
* | Enclose parameters in quotation marks for <{Files,Directory,Location}{,Match}> | Ken Coar | 2015-04-15 | 1 | -5/+5 |
* | mod_lua: Initial attempt at passing on the configuration tree to Lua. | Daniel Gruno | 2014-11-25 | 1 | -0/+10 |
* | Revert early|late argument for LuaHookCheckUserID as it does not work right now. | Daniel Gruno | 2014-06-21 | 1 | -1/+3 |
* | SetHandler only has one parameter + reflow a sentence to synch with 2.4.x | Christophe Jaillet | 2014-06-01 | 1 | -3/+4 |
* | Add <compatibility> notes for changes made in version 2.4.5 (and one forgotte... | Christophe Jaillet | 2014-04-14 | 1 | -2/+2 |
* | Link AddHandler, SetHandler to docs | Rich Bowen | 2014-03-12 | 1 | -1/+2 |
* | Fixes weird syntax in example, and removes superfluos quote | Rich Bowen | 2014-03-12 | 1 | -2/+2 |
* | Use the simpler Files syntax rather than FilesMatch | Rich Bowen | 2014-03-12 | 1 | -6/+6 |
* | Ensure that .lua.foo files aren't affected | Rich Bowen | 2014-03-11 | 1 | -1/+3 |
* | Allow mod_lua to supply a database result with named rows instead of only num... | Daniel Gruno | 2014-02-21 | 1 | -0/+1 |
* | mod_lua: Add r:wspeek for checking if data is available to be read. | Daniel Gruno | 2014-02-20 | 1 | -0/+12 |
* | mod_lua: Upgrade r:setcookie to accept a table of arguments, and add domain, ... | Daniel Gruno | 2014-02-11 | 1 | -2/+16 |
* | s/password/pass/ | Daniel Gruno | 2013-12-13 | 1 | -1/+1 |
* | Use a better example for a connection string (one with both username and pass... | Daniel Gruno | 2013-12-13 | 1 | -1/+1 |
* | mod_lua: Adjust documentation for r:wsread() | Daniel Gruno | 2013-09-15 | 1 | -1/+1 |
* | mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,... | Daniel Gruno | 2013-09-11 | 1 | -0/+33 |
* | Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques... | Daniel Gruno | 2013-09-04 | 1 | -0/+9 |
* | mention some trickyness with mod_lua + mod_filter. | Eric Covener | 2013-09-02 | 1 | -0/+7 |
* | Adding a simple logging hook for mod_lua, which allows users to create their ... | Daniel Gruno | 2013-09-01 | 1 | -2/+52 |
* | Fix r.mpm_query(). | Guenter Knauf | 2013-06-30 | 1 | -1/+1 |
* | Simplify example. | Guenter Knauf | 2013-06-30 | 1 | -9/+4 |
* | Update doccu. | Guenter Knauf | 2013-06-25 | 1 | -3/+2 |
* | Fixed touch function docu. | Guenter Knauf | 2013-06-22 | 1 | -1/+1 |
* | Added new mod_lua functions. | Guenter Knauf | 2013-06-22 | 1 | -0/+8 |
* | Added new funtions to mod_lua docu. | Guenter Knauf | 2013-06-13 | 1 | -3/+48 |
* | make the example a bit more instructive about the nuances | Eric Covener | 2013-06-06 | 1 | -2/+8 |
* | add proper return values to example. | Eric Covener | 2013-06-06 | 1 | -0/+2 |
* | Note that parseargs and parsebody actually returns two tables, not one. | Daniel Gruno | 2013-04-29 | 1 | -6/+8 |
* | elaborate a bit about what ivm does, and add an example script | Daniel Gruno | 2013-04-21 | 1 | -1/+13 |
* | fix typos, expand on how r:flush works | Daniel Gruno | 2013-04-20 | 1 | -7/+8 |
* | scrap r:started from the list of functions, as it's just a variable. | Daniel Gruno | 2013-04-20 | 1 | -3/+0 |
* | s/r:/r./ | Daniel Gruno | 2013-04-20 | 1 | -2/+2 |
* | s/r:/r./ | Daniel Gruno | 2013-04-19 | 1 | -2/+2 |
* | Remove lua_ap_banner, as it's no longer being used. | Daniel Gruno | 2013-04-19 | 1 | -0/+9 |
* | fix regex documentation for mod_lua | Daniel Gruno | 2013-04-14 | 1 | -2/+9 |
* | whitespace/escape fix | Daniel Gruno | 2013-04-13 | 1 | -1/+1 |
* | temporarily change a comment so the function can be commented out in the xml | Daniel Gruno | 2013-04-13 | 1 | -1/+1 |
* | remove r:banner and r:port from docs, they are built in variables | Daniel Gruno | 2013-04-13 | 1 | -8/+0 |
* | fix docs on regex matching, change the actual ordering of arguments to match ... | Daniel Gruno | 2013-04-13 | 1 | -1/+1 |
* | Comment out feature that we don't have yet. | Daniel Gruno | 2013-04-11 | 1 | -0/+2 |
* | Updating lua docs with examples of how to use the built-in functions | Daniel Gruno | 2013-04-09 | 1 | -138/+221 |
* | typo fix | Daniel Gruno | 2013-03-11 | 1 | -1/+1 |
* | Separate data structure and built in functions, so you can more easily naviga... | Daniel Gruno | 2013-03-05 | 1 | -4/+8 |
* | fix mysql connection string in example | Daniel Gruno | 2013-01-15 | 1 | -1/+1 |
* | Fix xml validation | Rich Bowen | 2013-01-09 | 1 | -1/+1 |