Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -1/+1 |
| | | | | | | Taken care of by loggingmanager now Mass-rewrite using lua pattern like `tostring%b()` | ||||
* | mod_limits: Use rate limiting in net.server if provided | Kim Alvefur | 2019-03-29 | 1 | -5/+15 |
| | | | | | This should be simpler and more efficient, as well avoid problems caused by using filters. | ||||
* | mod_limits: Fix typo | Kim Alvefur | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | mod_limits: Allow configuring a list of unrestricted JIDs (fixes #1323) | Kim Alvefur | 2019-04-02 | 1 | -0/+17 |
| | |||||
* | mod_limits: Fix indentation | Kim Alvefur | 2019-04-02 | 1 | -5/+5 |
| | | | | Appears to have been messed up in 60e113f3682f | ||||
* | mod_limits: Rename variable to avoid name clash [luacheck] | Kim Alvefur | 2018-05-02 | 1 | -5/+5 |
| | | | | FIXME better name, s_throttle doesn't seem nice | ||||
* | mod_limits: Fix typo in comment | Kim Alvefur | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | mod_limits: Handle fractional outstanding balance values (caused by ↵ | Matthew Wild | 2017-09-26 | 1 | -0/+2 |
| | | | | | | | e3f7b6fa46ba) Fractional values were passed to string.sub() when doing buffer manipulations, and caused random bytes to be skipped in the stream. | ||||
* | mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129) | Matthew Wild | 2017-09-23 | 1 | -0/+96 |