Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Store RULESDIR in the code and UCL. | Vsevolod Stakhov | 2015-08-07 | 1 | -4/+33 | |
| | ||||||
* | Add conditional enabling of modules. | Vsevolod Stakhov | 2015-08-06 | 1 | -0/+5 | |
| | ||||||
* | Add universal function to parse lua tables. | Vsevolod Stakhov | 2015-08-06 | 1 | -0/+232 | |
| | ||||||
* | Start LUA API for HTML parts. | Vsevolod Stakhov | 2015-07-23 | 1 | -0/+1 | |
| | ||||||
* | Favour rspamd lua libraries over system libraries | Andrew Lewis | 2015-06-29 | 1 | -4/+4 | |
| | ||||||
* | Add preliminary version of generic LUA TCP requests. | Vsevolod Stakhov | 2015-05-18 | 1 | -0/+1 | |
| | ||||||
* | Try to load all lua modules ignoring failed ones. | Vsevolod Stakhov | 2015-05-13 | 1 | -3/+3 | |
| | ||||||
* | Start common lua routines module. | Vsevolod Stakhov | 2015-04-17 | 1 | -0/+1 | |
| | ||||||
* | Rework lua_regexp lifetime. | Vsevolod Stakhov | 2015-04-09 | 1 | -1/+1 | |
| | ||||||
* | Add rspamd{text} type to avoid unnecessary copying of large chunks of | Vsevolod Stakhov | 2015-04-07 | 1 | -0/+1 | |
| | | | | data. | |||||
* | Move logger code to a separate module. | Vsevolod Stakhov | 2015-04-04 | 1 | -120/+0 | |
| | ||||||
* | Remove expressions pollutions from parts of rspamd. | Vsevolod Stakhov | 2015-03-19 | 1 | -1/+0 | |
| | ||||||
* | Add LUA api for expressions. | Vsevolod Stakhov | 2015-03-17 | 1 | -0/+1 | |
| | ||||||
* | Fix default lua package path | Andrew Lewis | 2015-02-25 | 1 | -2/+2 | |
| | ||||||
* | Remove forgotten variables in lua stack. | Vsevolod Stakhov | 2015-02-25 | 1 | -0/+1 | |
| | ||||||
* | Set lua path for lua configuration. | Vsevolod Stakhov | 2015-02-17 | 1 | -1/+6 | |
| | ||||||
* | Do not set lua path when cfg is not loaded. | Vsevolod Stakhov | 2015-02-16 | 1 | -2/+1 | |
| | ||||||
* | Set lua path according to rspamd settings. | Vsevolod Stakhov | 2015-02-16 | 1 | -0/+37 | |
| | ||||||
* | Start refactoring of statistics in rspamd. | Vsevolod Stakhov | 2015-01-18 | 1 | -20/+2 | |
| | ||||||
* | Rework calling of lua functions from regexp module. | Vsevolod Stakhov | 2014-11-12 | 1 | -55/+0 | |
| | ||||||
* | Refactor function names. | Vsevolod Stakhov | 2014-09-23 | 1 | -1/+1 | |
| | ||||||
* | Remove stupid lua_message module. | Vsevolod Stakhov | 2014-09-03 | 1 | -1/+0 | |
| | ||||||
* | Use modules preload for lua. | Vsevolod Stakhov | 2014-08-25 | 1 | -39/+46 | |
| | ||||||
* | Rework lua function names to avoid ambiguity. | Vsevolod Stakhov | 2014-08-17 | 1 | -25/+25 | |
| | ||||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -119/+163 | |
| | ||||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -164/+120 | |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | |||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -120/+164 | |
| | ||||||
* | Open UCL lua bindings explicitly. | Vsevolod Stakhov | 2014-07-22 | 1 | -0/+1 | |
| | ||||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -7/+7 | |
| | ||||||
* | Finish conversion to new inet addr structure. | Vsevolod Stakhov | 2014-04-21 | 1 | -2/+2 | |
| | ||||||
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -9/+9 | |
| | ||||||
* | Add common resolver function. | Vsevolod Stakhov | 2014-03-28 | 1 | -0/+8 | |
| | ||||||
* | Remove unused lua module. | Vsevolod Stakhov | 2014-01-09 | 1 | -152/+0 | |
| | ||||||
* | Add IP addresses manipulation API to lua. | Vsevolod Stakhov | 2013-11-17 | 1 | -0/+1 | |
| | ||||||
* | Fix call of expression functions. | Vsevolod Stakhov | 2013-10-10 | 1 | -36/+4 | |
| | ||||||
* | Support metaoptions in lua configuration. | Vsevolod Stakhov | 2013-06-14 | 1 | -0/+15 | |
| | ||||||
* | Add ability to perform lua tests by rspamd. | Vsevolod Stakhov | 2013-06-13 | 1 | -0/+1 | |
| | | | | | This feature is useful for testing lua modules and writing unit tests for lua modules. | |||||
* | Adopt to lua 5.2. | Vsevolod Stakhov | 2013-06-08 | 1 | -8/+6 | |
| | ||||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 | |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | |||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 | |
| | ||||||
* | Make lua logger format safe. | Vsevolod Stakhov | 2012-08-24 | 1 | -4/+4 | |
| | ||||||
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -25/+32 | |
| | | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries. | |||||
* | * Add DNS resolver lua bindings. | Vsevolod Stakhov | 2012-08-13 | 1 | -0/+22 | |
| | | | | | | Make lua http library working without task object. Fix a problem with resolver in lua_worker. Added some utility functions to lua api. | |||||
* | * Add lua mime_part library to get an access to all message part attributes ↵0.5.1 | Vsevolod Stakhov | 2012-08-06 | 1 | -0/+1 | |
| | | | | (like filename, length, type) | |||||
* | * Add lua worker type and lua worker bindings. | Vsevolod Stakhov | 2012-07-26 | 1 | -6/+177 | |
| | | | | | | | * Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions. | |||||
* | * Add async_session and memory pool objects lua bindings. | Vsevolod Stakhov | 2012-07-09 | 1 | -0/+2 | |
| | ||||||
* | * Implement pre-filters that realizes concepts to check mail by some ↵ | Vsevolod Stakhov | 2012-03-30 | 1 | -0/+18 | |
| | | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits | |||||
* | * Add lua bindings for upstream API. | Vsevolod Stakhov | 2012-03-26 | 1 | -0/+1 | |
| | ||||||
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -0/+24 | |
| | | | | | | | - 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 lua bindings to hiredis library | Vsevolod Stakhov | 2011-12-12 | 1 | -1/+39 | |
| | | | | Polish some comments. |