aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-3/+3
* Another debian license fix.Vsevolod Stakhov2012-09-106-6/+6
* Update copyright (required by debian).Vsevolod Stakhov2012-09-0410-22/+22
* Make lua logger format safe.Vsevolod Stakhov2012-08-241-4/+4
* Fix xmlrpc lua parsing code.0.5.2Vsevolod Stakhov2012-08-221-5/+3
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-2212-179/+80
* Fix deadlock in lua HTTP bindings.Vsevolod Stakhov2012-08-221-4/+5
* Do not try to detect tld urls inside HTML texts as it generates too much fals...Vsevolod Stakhov2012-08-211-0/+10
* * Add DNS resolver lua bindings.Vsevolod Stakhov2012-08-137-56/+580
* Fix spelling. Submitted by: Laszlo Boszormenyi.Vsevolod Stakhov2012-08-101-1/+1
* * Add lua mime_part library to get an access to all message part attributes (...0.5.1Vsevolod Stakhov2012-08-063-1/+216
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-2611-37/+338
* * Add lua_buffer bindings to async buffered rspamd API.Vsevolod Stakhov2012-07-244-2/+405
* * Add async_session and memory pool objects lua bindings.Vsevolod Stakhov2012-07-097-2/+625
* Allow NO_SHARED build to use static archives for internal libraries.Vsevolod Stakhov2012-06-071-4/+5
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-1/+6
* Version some lonely libraries.Vsevolod Stakhov2012-06-051-0/+1
* Fix static build.Vsevolod Stakhov2012-06-051-1/+1
* * Split rspamd build to several independent libraries to reduce overhead.Vsevolod Stakhov2012-06-051-4/+7
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-282-4/+32
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+23
* * Add ratelimit pluginVsevolod Stakhov2012-04-062-1/+25
* * Implement pre-filters that realizes concepts to check mail by some absolute...Vsevolod Stakhov2012-03-304-1/+102
* * Add lua bindings for upstream API.Vsevolod Stakhov2012-03-264-2/+526
* More fixes to thread-safe processing.Vsevolod Stakhov2012-02-141-0/+8
* * More things to be thread-safe:Vsevolod Stakhov2012-02-135-0/+39
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-132-2/+2
* More cleanups and fixes for compiler warnings.0.4.6Vsevolod Stakhov2011-12-201-1/+1
* Add expire and whitelist options to ip_score plugin.Vsevolod Stakhov2011-12-161-0/+3
* Allow for post filters to register async events.Vsevolod Stakhov2011-12-161-3/+20
* * Now it is possible to specify local functions to every callback of rspamd l...Vsevolod Stakhov2011-12-143-52/+200
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-143-39/+10
* Move some debug logic.Vsevolod Stakhov2011-12-141-27/+16
* Fix build with system-wide libhiredis.Vsevolod Stakhov2011-12-131-0/+8
* * Add lua bindings to hiredis libraryVsevolod Stakhov2011-12-124-2/+379
* Fix stupid glib error with G_REGEX_RAW flag which is actually ~PCRE_UTF8.Vsevolod Stakhov2011-12-071-21/+39
* Skip group addresses.0.4.5Vsevolod Stakhov2011-11-211-1/+1
* Fix stupid errors while trying to parse NULL address list.Vsevolod Stakhov2011-11-071-15/+26
* Fix misprint.Vsevolod Stakhov2011-11-041-1/+1
* Compatibility with old glib versions.Vsevolod Stakhov2011-11-021-0/+2
* * Use event_base thread safe API to allow parallelism based on threadsVsevolod Stakhov2011-10-261-2/+2
* Check utf8 characters before gregex checks as they assume input to be a utf8 ...Vsevolod Stakhov2011-10-171-0/+7
* Remove debug.Vsevolod Stakhov2011-10-141-2/+0
* Fix stupid bug with lua stack corruption.Vsevolod Stakhov2011-10-142-2/+6
* Check if internet address list is parsed correctly.Vsevolod Stakhov2011-10-041-3/+9
* * Fix DNS PTR resolvingVsevolod Stakhov2011-08-221-1/+2
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-124-8/+26