Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Improve autolearning | Vsevolod Stakhov | 2019-07-24 | 1 | -0/+26 |
| | |||||
* | [Project] Adopt libstat code | Vsevolod Stakhov | 2019-07-12 | 1 | -2/+1 |
| | |||||
* | [Fix] Statistics: Do not query Redis tokens when there are no learns | Vsevolod Stakhov | 2019-07-09 | 2 | -81/+142 |
| | |||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -56/+80 |
| | |||||
* | [Minor] Try to fix cmake stupidity | Vsevolod Stakhov | 2019-06-25 | 1 | -11/+10 |
| | |||||
* | [Minor] Fix repeat when restarting timer | Vsevolod Stakhov | 2019-06-24 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix some missing userdata | Vsevolod Stakhov | 2019-06-22 | 1 | -0/+2 |
| | |||||
* | [Project] Adopt normal worker and contorller | Vsevolod Stakhov | 2019-06-22 | 1 | -4/+1 |
| | |||||
* | [Project] More rework | Vsevolod Stakhov | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | [Project] Refactor more, use ev_stat for cdb watching | Vsevolod Stakhov | 2019-06-22 | 1 | -22/+24 |
| | |||||
* | [Project] First refactoring step libevent->libev | Vsevolod Stakhov | 2019-06-22 | 1 | -8/+8 |
| | |||||
* | [Minor] Another try to fix transactions mess | Vsevolod Stakhov | 2019-06-11 | 1 | -22/+3 |
| | |||||
* | [Minor] Sqlite: Try to fix messy transaction | Vsevolod Stakhov | 2019-06-10 | 1 | -2/+11 |
| | |||||
* | [Minor] Sqlite: Improve tokens retreiving | Vsevolod Stakhov | 2019-06-10 | 1 | -23/+45 |
| | |||||
* | [Fix] Do not use lightuserdata for traceback | Vsevolod Stakhov | 2019-05-24 | 2 | -15/+9 |
| | | | | | | | | | | LuaJIT limits lightuserdata usage to 47 bits. On Arm64, this leads to break of the C <-> Lua interoperability using this type. This rework has changed traceback function behaviour from lightuserdata opaque pointer (GString * in particular) to luaL_Buffer. Issue: #2906 | ||||
* | Revert "[Minor] Joins cleanup" | Vsevolod Stakhov | 2019-04-16 | 1 | -2/+4 |
| | | | | This reverts commit f803de985a63f31321f3f4fcbed656b692d7d756. | ||||
* | [Minor] Allow to add additional paths to plugins | Vsevolod Stakhov | 2019-04-16 | 1 | -1/+1 |
| | | | | Issue: #2848 | ||||
* | [Minor] Joins cleanup | Vsevolod Stakhov | 2019-04-08 | 1 | -4/+2 |
| | | | | | Issue: #2251 Submitted by: @beiDei8z | ||||
* | [Minor] Fix learns count in sqlite3 backend | Vsevolod Stakhov | 2019-03-29 | 1 | -16/+40 |
| | | | | | Issue: #2251 Contributed by: @beiDei8z | ||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | 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] Stat: Fail-safety fix for object expansion | Vsevolod Stakhov | 2019-02-11 | 1 | -9/+3 |
| | |||||
* | [Minor] Stat: Set more sane default prefix when users scripts are set | Vsevolod Stakhov | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | [Project] Finish basic tasks in new unicode project | Vsevolod Stakhov | 2018-11-25 | 1 | -6/+6 |
| | |||||
* | [Minor] Do not use item in classifiers as it causes issues | Vsevolod Stakhov | 2018-11-24 | 1 | -11/+0 |
| | | | | Issue: #2636 | ||||
* | [Project] Use lua_redis to configure servers in bayes Redis backend | Vsevolod Stakhov | 2018-11-23 | 1 | -107/+97 |
| | |||||
* | [Minor] Don't learn classifiers where expansion fails | Vsevolod Stakhov | 2018-11-10 | 1 | -3/+20 |
| | |||||
* | [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 | -8/+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 | -6/+6 |
| | |||||
* | [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/+7 |
| | |||||
* | [Minor] Fix crash | Vsevolod Stakhov | 2018-07-19 | 1 | -3/+5 |
| | | | | Issue: #2354 | ||||
* | [Minor] Add "stat_redis" debug module | Vsevolod Stakhov | 2018-07-18 | 1 | -2/+8 |
| | |||||
* | [Fix] Set classifier version on learning | Vsevolod Stakhov | 2018-07-18 | 1 | -0/+3 |
| | |||||
* | [Feature] Distinguish IP failures from connection failures | Vsevolod Stakhov | 2018-07-02 | 1 | -5/+6 |
| | |||||
* | [Minor] Avoid overriding of GError if Redis is unavailable | Vsevolod Stakhov | 2018-04-20 | 1 | -12/+21 |
| | |||||
* | [Minor] Some stats logic update for the new schema | Vsevolod Stakhov | 2018-04-06 | 1 | -11/+20 |
| | |||||
* | [Minor] Allow to parse integer database names for Redis | Vsevolod Stakhov | 2018-03-19 | 1 | -1/+6 |
| | | | | | Issue: #2083 Closes: #2083 | ||||
* | [Minor] Add modules to configwizard | Vsevolod Stakhov | 2018-02-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Fix Redis query | Vsevolod Stakhov | 2018-02-12 | 1 | -2/+4 |
| | |||||
* | [Fix] Fix learn errors propagation | Vsevolod Stakhov | 2018-02-12 | 1 | -13/+2 |
| | |||||
* | [Fix] Propagate learn/stat errors more precisely | Vsevolod Stakhov | 2018-02-12 | 4 | -16/+70 |
| | |||||
* | [Fix] Fix learned count in new schema | Vsevolod Stakhov | 2018-02-12 | 1 | -7/+41 |
| | |||||
* | [Project] Preliminary version of ngramms based language detector | Vsevolod Stakhov | 2018-01-13 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix parsing of the per-user script | Vsevolod Stakhov | 2017-11-20 | 1 | -20/+29 |
| | | | | | Issue: #1843 MFH: rspamd-1.6 | ||||
* | [Minor] Final stage of g_slice removal | Vsevolod Stakhov | 2017-10-29 | 2 | -12/+12 |
| | |||||
* | [Minor] Further portion of g_slice elimination | Vsevolod Stakhov | 2017-10-28 | 1 | -6/+6 |
| | |||||
* | [Fix] Fix loading of per-user redis backend for statistics | Vsevolod Stakhov | 2017-09-23 | 1 | -35/+33 |
| | | | | | Issue: #1843 Closes: #1843 |