Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement new ratelimiting mode for imjournal | Rainer Gerhards | 2013-06-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | and make imjournal use it. The new mode is needed, as imjournal uses journal's timestamp as message generation time (which otherwise is when the message entered the system, and the ratelimiter uses this as current timestamp in order to save performance). It is debatable if imjournal is doing the right thing here. But it doesn't feel totally wrong. So let's safe that debate for later ;) | ||||
* | bugfix: prevent a segfault if ratelimit condition is not met | Tomas Heinrich | 2013-04-13 | 1 | -0/+2 |
| | | | | | | Move the severity-check logic inside the ratelimiter and add a new function ratelimitSetSeverity() to manipulate the treshold. Currently only utilized by the imuxsock module. | ||||
* | imptcp: support for Linux-Type ratelimiting added | Rainer Gerhards | 2012-10-15 | 1 | -2/+0 |
| | |||||
* | ratelimit: added linux-like ratelimiter type | Rainer Gerhards | 2012-10-15 | 1 | -1/+6 |
| | |||||
* | ratelimit: respect $repeatedmsgreduction setting | Rainer Gerhards | 2012-10-15 | 1 | -0/+8 |
| | |||||
* | ratelimiter: enable thread-safe mode & (related) API changes | Rainer Gerhards | 2012-10-15 | 1 | -4/+5 |
| | |||||
* | milestone: experimental rate limiter used in imuxsock | Rainer Gerhards | 2012-10-12 | 1 | -0/+6 |
| | |||||
* | new ratelimit: interface plumbing added | Rainer Gerhards | 2012-10-09 | 1 | -0/+33 |
no actual implementation yet done |