| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Improves readability
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Commit included intended changes to loggingmanager
|
| | |
|
| |
| |
| |
| |
| | |
It will perform better this way, and we were accessing private variables
already within the iterator.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Since it's mostly only mod_s2s that needs to request client
certificates it makes some sense to have mod_s2s ask for this, instead
of having eg mod_http ask to disable it.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Not sure why it was all the way out there, seems like there would have
been unexpected behaviour from that
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes traceback if connection is closed from the 's2s-authenticated' event
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
#1233)
|
| | |
|
|/
|
|
| |
(fixes #689) (thanks Zash, Ge0rG)
|
|
|
|
| |
luacheck, scansion]
|
|
|
|
| |
standard util.xpcall
|
|
|
|
| |
Explicitly disabled module should stay disabled.
|
|
|
|
| |
global scope (deprecated in 0.9)
|
| |
|
| |
|
|
|
|
| |
ENV_<name>
|
|
|
|
|
|
| |
Multiple paths are rarely used, and leads to less clear code than just
calling module:shared() once per shared table. It also prevents us from
extending the API with new parameters in the future.
|
|
|
|
| |
that for incoming
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
loaded on a host
|
| |
|
|\ |
|