aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_message.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-1/+1
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-1/+1
| | | | Fix problems found by static analyzing.
* Actually all times are in GMT already, so avoid conversion to prevent dst ↵Vsevolod Stakhov2011-06-151-2/+0
| | | | loosing.
* * Add functions to lua API to detect message and task date (in GMT)Vsevolod Stakhov2011-04-221-0/+21
|
* * 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
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-10/+10
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-141-11/+11
| | | | * Fix forged recipients plugin
* * Retab, no functional changesVsevolod Stakhov2009-10-021-52/+51
|
* * Add asynchronous DNS resolver to lua APIVsevolod Stakhov2009-09-041-0/+4
| | | | | * Add access to received headers to lua API * Some code polishing
* * More fixes to lua apiVsevolod Stakhov2009-09-041-1/+2
|
* * Make lua api object orientedVsevolod Stakhov2009-09-031-3/+3
|
* * Fix lua APIVsevolod Stakhov2009-09-021-1/+1
|
* * New functionality to lua api:Vsevolod Stakhov2009-09-011-0/+2
| | | | | | | - config class - metric class - textpart class * Add documentation for lua module
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-0/+172