aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_classifier.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix various style issuesVsevolod Stakhov2017-03-231-1/+0
* [Minor] Add method to get classifier options from LuaVsevolod Stakhov2016-10-091-0/+25
* [Rework] Remove legacy code never used for classifiersVsevolod Stakhov2016-10-061-191/+0
* [Feature] Use rspamd specific type checks for userdataVsevolod Stakhov2016-05-051-3/+3
* Refactor UCL APIVsevolod Stakhov2016-02-161-1/+1
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-0/+3
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12
* Update lua code for the new logger.Vsevolod Stakhov2015-08-301-2/+2
* Rework classifiers configuration and naming.Vsevolod Stakhov2015-01-231-2/+1
* Start refactoring of statistics in rspamd.Vsevolod Stakhov2015-01-181-34/+0
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-1/+1
* Use modules preload for lua.Vsevolod Stakhov2014-08-251-10/+2
* Rework lua function names to avoid ambiguity.Vsevolod Stakhov2014-08-171-12/+12
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-48/+67
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-68/+49
* Unify code style.Vsevolod Stakhov2014-07-231-49/+68
* Refactor config API.Vsevolod Stakhov2014-04-301-27/+27
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-7/+7
* Adopt new libucl.Vsevolod Stakhov2014-04-191-1/+1
* Fix options in statfiles.Vsevolod Stakhov2013-11-151-3/+4
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-2/+2
* * Add meta-classification example.Vsevolod Stakhov2012-10-041-5/+4
* Allow multiply statfiles with a same label.Vsevolod Stakhov2012-10-021-5/+14
* * Add dynamic configuration dumping.Vsevolod Stakhov2012-10-011-1/+42
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-22/+16
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-0/+4
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-0/+6
* Fix stupid bug with lua stack corruption.Vsevolod Stakhov2011-10-141-1/+0
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-3/+4
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-2/+2
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-2/+2
* Fix statfiles class determination euristic.Vsevolod Stakhov2011-07-181-9/+9
* Create statfiles using learn_spam function for bayes classifier.Vsevolod Stakhov2011-07-181-1/+1
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-28/+150
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-9/+9
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-2/+2
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-161-0/+257