Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update lua code for the new logger. | Vsevolod Stakhov | 2015-08-30 | 1 | -7/+7 |
| | |||||
* | More fixes for the new symbols structure. | Vsevolod Stakhov | 2015-08-13 | 1 | -15/+2 |
| | |||||
* | Rework symbols weights. | Vsevolod Stakhov | 2015-08-12 | 1 | -1/+1 |
| | |||||
* | Fix metrics loading. | Vsevolod Stakhov | 2015-08-06 | 1 | -2/+1 |
| | |||||
* | Reorganize structure of filter components. | Vsevolod Stakhov | 2015-06-02 | 1 | -0/+1 |
| | |||||
* | Fix registering of composites. | Vsevolod Stakhov | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | Adopt LUA API for symbols registration changes. | Vsevolod Stakhov | 2015-05-28 | 1 | -1/+2 |
| | |||||
* | Refactor and unify function names. | Vsevolod Stakhov | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | Adopt lua API. | Vsevolod Stakhov | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Fix lua composites API. | Vsevolod Stakhov | 2015-03-23 | 1 | -5/+10 |
| | |||||
* | Remove expressions pollutions from parts of rspamd. | Vsevolod Stakhov | 2015-03-19 | 1 | -1/+0 |
| | |||||
* | Place symbol definition in metric->symbols hash. | Vsevolod Stakhov | 2014-10-09 | 1 | -5/+9 |
| | |||||
* | Rework lua function names to avoid ambiguity. | Vsevolod Stakhov | 2014-08-17 | 1 | -9/+9 |
| | |||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -46/+71 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -72/+47 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -47/+72 |
| | |||||
* | Adopt for the new lua ucl API. | Vsevolod Stakhov | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -4/+4 |
| | |||||
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -9/+9 |
| | |||||
* | Adopt new libucl. | Vsevolod Stakhov | 2014-04-19 | 1 | -1/+1 |
| | |||||
* | Rework build and install paths. | Vsevolod Stakhov | 2013-11-19 | 1 | -3/+6 |
| | |||||
* | Store IP addresses properly in lua. | Vsevolod Stakhov | 2013-11-17 | 1 | -2/+0 |
| | |||||
* | Fix load of ucl config. | Vsevolod Stakhov | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | Replace RCL to UCL from libucl to avoid duplicity in the code. | Vsevolod Stakhov | 2013-10-22 | 1 | -5/+2 |
| | |||||
* | Migrate lua configuration to RCL. | Vsevolod Stakhov | 2013-10-02 | 1 | -286/+11 |
| | |||||
* | Handle metaoptions more properly. | Vsevolod Stakhov | 2013-06-26 | 1 | -28/+23 |
| | |||||
* | Support metaoptions in lua configuration. | Vsevolod Stakhov | 2013-06-14 | 1 | -7/+51 |
| | |||||
* | Add preliminary API for rsa verify to lua. | Vsevolod Stakhov | 2013-06-12 | 1 | -0/+7 |
| | |||||
* | Export rspamd paths to lua. | Vsevolod Stakhov | 2013-06-12 | 1 | -0/+8 |
| | |||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3 | Vsevolod Stakhov | 2011-08-12 | 1 | -0/+7 |
| | | | | Update to 0.4.3. | ||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -2/+2 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | * Add function regexp_occurs_number that allows to test how much occurs of ↵ | Vsevolod Stakhov | 2011-02-18 | 1 | -2/+2 |
| | | | | | | | | | regexp can be found in a message Fix composites logic. [1] Fix composites registration from lua. [1] Reported by: Victor Ustugov [1] | ||||
* | Fix parsing emails with '_' symbol. | Vsevolod Stakhov | 2011-02-17 | 1 | -1/+3 |
| | | | | Fix adding metric symbol. | ||||
* | * Add ability to define composites from lua. [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -7/+56 |
| | | | | | | Write to log when lua values override xml ones. [1] [1] Suggested by Victor Ustugov | ||||
* | * Add ability to add descriptions for symbols | Vsevolod Stakhov | 2011-02-15 | 1 | -1/+9 |
| | |||||
* | * Add ability to setup metric's weights from lua | Vsevolod Stakhov | 2011-02-14 | 1 | -0/+73 |
| | |||||
* | Call lua function properly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+7 |
| | |||||
* | * Implement ability to add conditional rules to rspamd.xml | Vsevolod Stakhov | 2010-12-15 | 1 | -0/+66 |
| | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -3/+3 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 1 | -1/+1 |
| | | | | | | | | | | - handle '\' characters in lua strings correctly - fix lua initialization - avoid of using global lua state (global L) - fix listen sockets hash to allow multiply workers of same type but on different listen sockets - fix modules options inserting to allow multiply options of the same name - fix parsing of lua options - fix lua rules | ||||
* | * Handle modules configuration | Vsevolod Stakhov | 2010-04-08 | 1 | -4/+5 |
| | |||||
* | * Add lua functions parsing for module options | Vsevolod Stakhov | 2010-04-06 | 1 | -2/+102 |
| | | | | | | | * Add missing sections to XML parser (classifier, statfile, view, settings) * Add missing params to XML parser * Implement new commandline options parser (using glib) * Set version to 0.3.0 as new rspamd would use new config system | ||||
* | * Add initial version of lua configuration system | Vsevolod Stakhov | 2010-04-05 | 1 | -0/+196 |