summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
* * Add functions to lua API to detect message and task date (in GMT)Vsevolod Stakhov2011-04-223-1/+42
|
* Write to log number of dns requests per task.Vsevolod Stakhov2011-03-251-0/+3
|
* Push recipients in a proper way.Vsevolod Stakhov2011-03-181-19/+40
|
* * Add strict priority rulesVsevolod Stakhov2011-03-182-1/+29
| | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd
* Optimization.Vsevolod Stakhov2011-03-141-10/+3
|
* Fix initialization point.Vsevolod Stakhov2011-03-091-0/+2
|
* * Add monitoring for cdbVsevolod Stakhov2011-03-091-1/+12
|
* Fix gmime24 compatibility.Vsevolod Stakhov2011-03-091-2/+2
| | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-054-2/+157
| | | | * Add cdb:// map to multimap plugin
* Ignore group addresses.Vsevolod Stakhov2011-03-051-5/+7
|
* Assume headers folding as space character.Vsevolod Stakhov2011-03-051-1/+0
|
* * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked)Vsevolod Stakhov2011-03-041-5/+123
| | | | * Improve lua api for getting message's sender and recipients
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-30/+31
|
* Save separator inside raw_header struct.Vsevolod Stakhov2011-02-231-0/+4
| | | | Requested by: Victor Ustugov
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-212-1/+78
| | | | * Add methods for accessing raw_headers from lua and C
* * Add function regexp_occurs_number that allows to test how much occurs of ↵Vsevolod Stakhov2011-02-181-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 received headers parser state machine to parse headers with only 'by' ↵Vsevolod Stakhov2011-02-171-2/+3
| | | | component.
* Fix received headers passing to lua.Vsevolod Stakhov2011-02-171-0/+7
|
* Fix rspamd_logger.Vsevolod Stakhov2011-02-171-4/+4
|
* Fix parsing emails with '_' symbol.Vsevolod Stakhov2011-02-171-1/+3
| | | | Fix adding metric symbol.
* * Add ability to define composites from lua. [1]Vsevolod Stakhov2011-02-161-7/+56
| | | | | | Write to log when lua values override xml ones. [1] [1] Suggested by Victor Ustugov
* * Add new lua module regexp for using glib regular expressions (pcre compatible)Vsevolod Stakhov2011-02-154-3/+252
|
* * Add ability to specify 'S' flag to regexp that means that headers checks ↵Vsevolod Stakhov2011-02-151-2/+15
| | | | | | must be case sensitive * Add lua function message:get_header_strong
* * Add ability to add descriptions for symbolsVsevolod Stakhov2011-02-151-1/+9
|
* * Add ability to setup metric's weights from luaVsevolod Stakhov2011-02-141-0/+73
|
* Handle params correctly.Vsevolod Stakhov2011-02-081-2/+2
|
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-082-5/+31
|
* Call lua function properly.Vsevolod Stakhov2011-02-081-2/+7
|
* Fix trie in lua plugins.Vsevolod Stakhov2011-02-081-2/+10
|
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-032-4/+109
| | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now
* * Make trie plugin and fix trie lua APIVsevolod Stakhov2011-01-251-4/+17
|
* Fixes in classifying for small messages.Vsevolod Stakhov2011-01-251-1/+1
|
* * Add versions to lua APIVsevolod Stakhov2010-12-222-0/+11
| | | | * Provide compatibility for lua plugins for old versions of rspamd
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-1/+44
| | | | | | | | - now symbols inside metrics definition must be inside rules as well - symbols may be virtual (e.g. when module can insert several symbols inside callback) - symbols may be pure callbacks (when symbol's name is unknown and depends on conditions) * Module 'emails' is removed as it is not used in the current rspamd MANY fixes to sample config files
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-152-0/+67
|
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-0/+53
| | | | * Add ability to output colored messages for file and console loggers
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-121-0/+21
| | | | * Add ability to specify check domains for phishing check with 'domains' option
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-023-10/+126
|
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-1/+1
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-067-164/+164
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Add trie interface to lua apiVsevolod Stakhov2010-09-223-0/+147
|
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-251-0/+34
|
* * Add post filters to lua API - filters that would be called after all ↵Vsevolod Stakhov2010-08-253-1/+244
| | | | | | | | message's processing * Add ability to check for specified symbol in task results from lua * Add ability to check for metric's results from lua * Add ability to learn specified statfile form lua
* * Move images library to core rspamdVsevolod Stakhov2010-08-233-0/+106
| | | | * Add lua api to access images properties
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-042-4/+15
|
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-271-3/+3
| | | | | * Fix R_TO_SEEMS_AUTO rule (by citrin) * Add multimap lua plugin
* * Improve lua loggingVsevolod Stakhov2010-07-261-4/+35
|
* * Turn off debug_ip during reload if it was disabled by new configVsevolod Stakhov2010-07-261-6/+0
|
* * Fix extracting arguments in lua logger interfaceVsevolod Stakhov2010-07-261-4/+4
|
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-1/+8
| | | | | | | | | * Each part in rspamd task now can have parent part * Check for parts distance only for multipart/alternative subparts * Do not check attachements even if they are text (but attached as file) * Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second) * Add ability to turn on debug for specific symbols * Add ability to configure dns timeouts and dns retransmits in config file