aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-042-2/+3
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-2911-36/+36
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-217-16/+16
* Fix statfiles class determination euristic.Vsevolod Stakhov2011-07-181-9/+9
* Fix textpart:get_language lua function.Vsevolod Stakhov2011-07-181-0/+1
* Create statfiles using learn_spam function for bayes classifier.Vsevolod Stakhov2011-07-181-1/+1
* * Add new algorithm based on diff algorithm to compare relatively short text ...Vsevolod Stakhov2011-07-131-1/+7
* * Add ability to get difference between two parts from lua codeVsevolod Stakhov2011-07-121-0/+45
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-122-29/+151
* * Add a simple logic of language detection for text parts (unicode script based)Vsevolod Stakhov2011-07-112-1/+102
* Actually all times are in GMT already, so avoid conversion to prevent dst loo...Vsevolod Stakhov2011-06-152-3/+1
* Fix trie text search.Vsevolod Stakhov2011-06-101-0/+7
* Fix connecting to xmlrpc server.Vsevolod Stakhov2011-06-101-5/+2
* * Add LRU caching structureVsevolod Stakhov2011-06-103-11/+93
* Up lua version.Vsevolod Stakhov2011-06-091-1/+1
* * Add lua http support that makes it easy to send GET and POST request to HTT...Vsevolod Stakhov2011-06-094-1/+447
* * Add api for creating XML-rpc callsVsevolod Stakhov2011-06-091-1/+99
* * Add lua interface for parsing xmlrpc repliesVsevolod Stakhov2011-06-084-1/+410
* * Add new key-value mapVsevolod Stakhov2011-05-252-5/+37
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-9/+12
* * Rework build process:Vsevolod Stakhov2011-05-101-4/+4
* * 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
* Optimization.Vsevolod Stakhov2011-03-141-10/+3
* Fix initialization point.Vsevolod Stakhov2011-03-091-0/+2