Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Always set the unlearn flag when relearning | aduernberger | 2024-04-18 | 1 | -1/+1 |
| | | | Treat relearning from ham to spam the same as relearning from spam to ham. `res` is only set to true if the mail is already learned. | ||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 3 | -36/+36 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -8/+8 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Minor] Cleanup | Vsevolod Stakhov | 2024-01-18 | 1 | -69/+8 |
| | |||||
* | [Project] Final things on redis cache rework | Vsevolod Stakhov | 2024-01-17 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix scripts invocation | Vsevolod Stakhov | 2024-01-15 | 1 | -14/+20 |
| | |||||
* | [Project] Further rework of the C part | Vsevolod Stakhov | 2024-01-15 | 1 | -3/+57 |
| | |||||
* | [Project] Initial implementation of the lua counterpart | Vsevolod Stakhov | 2024-01-12 | 1 | -7/+38 |
| | |||||
* | [Rework] Start rewriting of the redis cache logic | Vsevolod Stakhov | 2024-01-11 | 2 | -535/+224 |
| | |||||
* | changed errors to warnings. | laodc | 2023-08-21 | 1 | -3/+1 |
| | | | | nullptr on contructor was never meant to be there | ||||
* | Added support for Redis 6 ACL (username/password) | laodc | 2023-08-21 | 1 | -1/+20 |
| | |||||
* | [Rework] More steps to do refactoring | Vsevolod Stakhov | 2023-08-16 | 1 | -4/+4 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 3 | -328/+307 |
| | | | | No meaningful changes. | ||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 2 | -6/+6 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Remove obsolete WITH_HIREDIS define | Vsevolod Stakhov | 2021-11-20 | 1 | -5/+0 |
| | |||||
* | [Minor] Improve logging for REDIS_REPLY_ERROR | Vsevolod Stakhov | 2021-04-21 | 1 | -1/+5 |
| | |||||
* | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Zero terminate id string | Vsevolod Stakhov | 2020-03-11 | 1 | -3/+8 |
| | |||||
* | [Minor] Oops, remove g_free dtor | Vsevolod Stakhov | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Allocate variable in the pool and avoid malloc | Vsevolod Stakhov | 2020-03-10 | 1 | -1/+4 |
| | |||||
* | [Minor] Add failure reason in the upstreams code | Vsevolod Stakhov | 2019-11-13 | 1 | -3/+3 |
| | |||||
* | [Minor] Do not crash if redis cache cannot be reached | Vsevolod Stakhov | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | [Fix] Important hiredis fixes | Vsevolod Stakhov | 2019-10-22 | 1 | -1/+16 |
| | | | | | | | | | Hiredis can return error in two ways: - ctx is NULL and this path is usually handled properly - ctx->err is not REDIS_OK and this path is totally missing in many places This change should fix the both cases. | ||||
* | [Project] Adopt libstat code | Vsevolod Stakhov | 2019-07-12 | 1 | -1/+2 |
| | |||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -25/+42 |
| | |||||
* | [Project] Further rework | Vsevolod Stakhov | 2019-06-22 | 1 | -16/+11 |
| | |||||
* | [Project] First refactoring step libevent->libev | Vsevolod Stakhov | 2019-06-22 | 1 | -3/+3 |
| | |||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue. | ||||
* | [Minor] Do not use item in classifiers as it causes issues | Vsevolod Stakhov | 2018-11-24 | 1 | -9/+0 |
| | | | | Issue: #2636 | ||||
* | [Project] Migrate fuzzy redis backend to lua_redis | Vsevolod Stakhov | 2018-11-23 | 1 | -1/+3 |
| | |||||
* | [Project] Use lua_redis for redis_cache as well | Vsevolod Stakhov | 2018-11-23 | 1 | -109/+97 |
| | |||||
* | [Minor] Allow to have bulk learn in the default config | Vsevolod Stakhov | 2018-11-16 | 1 | -0/+2 |
| | |||||
* | [Project] Another rework for symbols cache | Vsevolod Stakhov | 2018-10-29 | 1 | -2/+2 |
| | |||||
* | [Rework] Add more traces to async events, get rid of GQuarks | Vsevolod Stakhov | 2018-10-26 | 1 | -5/+7 |
| | |||||
* | [Project] Adopt C modules and stuff | Vsevolod Stakhov | 2018-10-20 | 1 | -2/+15 |
| | |||||
* | [Minor] Fix event pending checks | Vsevolod Stakhov | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix more issues with watching of async events | Vsevolod Stakhov | 2018-09-12 | 1 | -4/+2 |
| | |||||
* | [Fix] Fix crashes on task cleanup | Vsevolod Stakhov | 2018-09-10 | 1 | -2/+2 |
| | |||||
* | [Fix] Add fail-safety for destroying sessions | Vsevolod Stakhov | 2018-08-14 | 1 | -0/+8 |
| | |||||
* | [Feature] Distinguish IP failures from connection failures | Vsevolod Stakhov | 2018-07-02 | 1 | -3/+3 |
| | |||||
* | [Minor] Allow to parse integer database names for Redis | Vsevolod Stakhov | 2018-03-19 | 1 | -1/+6 |
| | | | | | Issue: #2083 Closes: #2083 | ||||
* | [Minor] Final stage of g_slice removal | Vsevolod Stakhov | 2017-10-29 | 2 | -5/+5 |
| | |||||
* | [Rework] Set token data as uint64_t instead of chars array | Vsevolod Stakhov | 2017-04-04 | 2 | -2/+4 |
| | |||||
* | [Minor] Add support for unix connections for redis stats backend | Vsevolod Stakhov | 2016-12-30 | 1 | -2/+9 |
| | |||||
* | [Fix] Fix autolearning errors and redis cache | Vsevolod Stakhov | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | [Feature] Read redis backend statistics configuration from global section | Vsevolod Stakhov | 2016-08-18 | 1 | -0/+21 |
| | | | | Issue: #766 | ||||
* | [Fix] Fix timeouts in redis cache processing | Vsevolod Stakhov | 2016-07-13 | 1 | -16/+38 |
| | |||||
* | [Feature] Allow versioning for sqlite databases | Vsevolod Stakhov | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | [Feature] More sane configuration for redis statistics | Vsevolod Stakhov | 2016-03-16 | 1 | -71/+80 |
| | |||||
* | Some fixes to the previous commit | Vsevolod Stakhov | 2016-02-25 | 1 | -13/+13 |
| |