summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Vsevolod Stakhov2012-08-211-0/+10
| | | | | | false positive matches. Add some prototypes for lua.
* * Add DNS resolver lua bindings.Vsevolod Stakhov2012-08-137-56/+580
| | | | | | Make lua http library working without task object. Fix a problem with resolver in lua_worker. Added some utility functions to lua api.
* 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
| | | | (like filename, length, type)
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-2611-37/+338
| | | | | | | * Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions.
* * 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
| | | | Check for -fPIC/-fpic support.
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-1/+6
| | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.
* Version some lonely libraries.Vsevolod Stakhov2012-06-051-0/+1
|
* Fix static build.Vsevolod Stakhov2012-06-051-1/+1
| | | | As there are too many changes from 0.4.7 mark this version as 0.5.0.
* * 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 possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes.
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+23
| | | | * Add partial ipv6 support for some rspamd modules.
* * Add ratelimit pluginVsevolod Stakhov2012-04-062-1/+25
| | | | Some polishing of lua task api.
* * Implement pre-filters that realizes concepts to check mail by some ↵Vsevolod Stakhov2012-03-304-1/+102
| | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits
* * 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
| | | | | | | - pool allocator is now thread-safe - lua subsystem now holds lock to avoid lua stack corruption - events subsystem now using conditional variables to wait for async_threads - insert_result is thread-safe now
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-132-2/+2
| | | | Another try to fix threading.
* 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
| | | | Some fixes to expiration of keys (still need to be reworked however).
* Allow for post filters to register async events.Vsevolod Stakhov2011-12-161-3/+20
| | | | Some fixes to lua redis library.
* * Now it is possible to specify local functions to every callback of rspamd ↵Vsevolod Stakhov2011-12-143-52/+200
| | | | | | | | | lua API, that will allow such things as passing different variables via lua closures mechanic. Use config pool for configuration allocation in lua API to avoid leaks on config reload.
* * Finally get rid of stupid savepoints system and migrate to async events ↵Vsevolod Stakhov2011-12-143-39/+10
| | | | | | logic completely Fix lua redis library.
* 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
| | | | Polish some comments.
* 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
| | | | valid string.
* 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
| | | | * Add ability to resolve ip in once_received plugin to avoid temporary DNS fails of SMTP resolving
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-124-8/+26
| | | | Update to 0.4.3.
* 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
| | | | | * 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-217-16/+16
| | | | Fix problems found by static analyzing.
* Fix statfiles class determination euristic.Vsevolod Stakhov2011-07-181-9/+9
| | | | Fix call of classifier pre-callback.
* 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
| | | | Fix call of pre callbacks for a classifier.
* * Add new algorithm based on diff algorithm to compare relatively short text ↵Vsevolod Stakhov2011-07-131-1/+7
| | | | parts
* * 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 ↵Vsevolod Stakhov2011-07-122-29/+151
| | | | mechanizm (untested yet)