Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 0.5.2. | Vsevolod Stakhov | 2012-08-23 | 3 | -1/+18 |
| | |||||
* | Added tag 0.5.2 for changeset 7046404e2c10 | Vsevolod Stakhov | 2012-08-23 | 1 | -0/+1 |
| | |||||
* | Fix xmlrpc lua parsing code.0.5.2 | Vsevolod Stakhov | 2012-08-22 | 1 | -5/+3 |
| | |||||
* | Fix url detector. | Vsevolod Stakhov | 2012-08-22 | 1 | -1/+10 |
| | |||||
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 28 | -260/+215 |
| | | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries. | ||||
* | Fix deadlock in lua HTTP bindings. | Vsevolod Stakhov | 2012-08-22 | 1 | -4/+5 |
| | |||||
* | Do not try to detect tld urls inside HTML texts as it generates too much ↵ | Vsevolod Stakhov | 2012-08-21 | 5 | -292/+308 |
| | | | | | | false positive matches. Add some prototypes for lua. | ||||
* | Fix misprint in the default configuration. | Vsevolod Stakhov | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | Fix assertion when using default configuration. | Vsevolod Stakhov | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | Fix CR and LF while performing simple headers canonicalization. | Vsevolod Stakhov | 2012-08-14 | 1 | -5/+38 |
| | |||||
* | Another fix for simple canonicalization for body. | Vsevolod Stakhov | 2012-08-14 | 1 | -10/+83 |
| | |||||
* | Fix relaxed body canonization algorithm for several complex cases. | Vsevolod Stakhov | 2012-08-14 | 1 | -0/+10 |
| | |||||
* | Fix thunderbird message id for the modern thunderbird versions. | Vsevolod Stakhov | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | * Add DNS resolver lua bindings. | Vsevolod Stakhov | 2012-08-13 | 8 | -58/+586 |
| | | | | | | Make lua http library working without task object. Fix a problem with resolver in lua_worker. Added some utility functions to lua api. | ||||
* | Add watch file for debian package. Submitted by: Laszlo Boszormenyi. | Vsevolod Stakhov | 2012-08-10 | 1 | -0/+2 |
| | |||||
* | Fix spelling. Submitted by: Laszlo Boszormenyi. | Vsevolod Stakhov | 2012-08-10 | 4 | -5/+5 |
| | |||||
* | Do not append CRLF in case of relaxed canonization algorithm. Pointed out by ↵ | Vsevolod Stakhov | 2012-08-09 | 1 | -0/+1 |
| | | | | Vlad via irc. | ||||
* | In debian use nogroup as group for rspamd. | Vsevolod Stakhov | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Fix debian copyright. Suggested by: Laszlo Boszormenyi (GCS) | Vsevolod Stakhov | 2012-08-08 | 1 | -8/+12 |
| | |||||
* | Do not compile libkvstorage for debian as it is useless just now. | Vsevolod Stakhov | 2012-08-08 | 1 | -24/+24 |
| | |||||
* | Check for gthread as well while checking for glib. | Vsevolod Stakhov | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | Fix syntax. | Vsevolod Stakhov | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | Add changelog, update debian changelog. | Vsevolod Stakhov | 2012-08-06 | 2 | -0/+280 |
| | | | | Add tag for 0.5.1. | ||||
* | Added tag 0.5.1 for changeset de8b1598bc1d | Vsevolod Stakhov | 2012-08-06 | 1 | -0/+1 |
| | |||||
* | * Add lua mime_part library to get an access to all message part attributes ↵0.5.1 | Vsevolod Stakhov | 2012-08-06 | 3 | -1/+216 |
| | | | | (like filename, length, type) | ||||
* | Add detection of simple urls with tld detection algorithm. | Vsevolod Stakhov | 2012-08-06 | 1 | -13/+333 |
| | |||||
* | When inserting a url to the tree also check phishing status to avoid masking ↵ | Vsevolod Stakhov | 2012-08-06 | 1 | -0/+4 |
| | | | | of phished urls by innocent urls. | ||||
* | Fix debian changelog. | Vsevolod Stakhov | 2012-08-06 | 1 | -17/+0 |
| | |||||
* | More fixes for debian. Suggested by: Laszlo Boszormenyi (GCS) | Vsevolod Stakhov | 2012-08-06 | 4 | -41/+41 |
| | |||||
* | Stop lintian from complaining about licenses and openssl. | Vsevolod Stakhov | 2012-08-03 | 3 | -2/+45 |
| | |||||
* | Fix shared libraries versions. | Vsevolod Stakhov | 2012-08-03 | 1 | -8/+13 |
| | |||||
* | Another license fix. | Vsevolod Stakhov | 2012-08-03 | 1 | -2/+39 |
| | |||||
* | Minor cmake script fix. | Vsevolod Stakhov | 2012-08-03 | 1 | -1/+1 |
| | |||||
* | More debian fixes. | Vsevolod Stakhov | 2012-08-03 | 3 | -21/+18 |
| | |||||
* | More fixed for debian build. | Vsevolod Stakhov | 2012-08-03 | 3 | -1/+15 |
| | |||||
* | Fix depends for debian package. | Vsevolod Stakhov | 2012-08-03 | 1 | -1/+1 |
| | |||||
* | Set version to 0.5.1 due to massive lua changes. | Vsevolod Stakhov | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | * Add lua worker type and lua worker bindings. | Vsevolod Stakhov | 2012-07-26 | 15 | -40/+880 |
| | | | | | | | * Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions. | ||||
* | Fix build on FreeBSD 9.1 and Current. Thanks to Anton Yuzjaninov for testing. | Vsevolod Stakhov | 2012-07-26 | 3 | -0/+7 |
| | |||||
* | * Add lua_buffer bindings to async buffered rspamd API. | Vsevolod Stakhov | 2012-07-24 | 4 | -2/+405 |
| | |||||
* | * Add async_session and memory pool objects lua bindings. | Vsevolod Stakhov | 2012-07-09 | 7 | -2/+625 |
| | |||||
* | Use gmime-2.6 if gmime-2.4 is not found. | Vsevolod Stakhov | 2012-07-03 | 1 | -1/+4 |
| | |||||
* | Log smtp FROM in urls output if smtp user is not defined. | Vsevolod Stakhov | 2012-06-19 | 1 | -1/+2 |
| | |||||
* | * Allow to use other composites inside a composite's expression | Vsevolod Stakhov | 2012-06-14 | 5 | -13/+91 |
| | | | | Fix for cmake 2.6. | ||||
* | Added tag 0.5.0 for changeset 26ad7ecdd714 | Vsevolod Stakhov | 2012-06-09 | 1 | -0/+1 |
| | |||||
* | Update debian rules and changelog.0.5.0 | Vsevolod Stakhov | 2012-06-09 | 3 | -2/+77 |
| | | | | Update sample config file. | ||||
* | Fix dependency. | Vsevolod Stakhov | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | Allow NO_SHARED build to use static archives for internal libraries. | Vsevolod Stakhov | 2012-06-07 | 5 | -33/+49 |
| | | | | Check for -fPIC/-fpic support. | ||||
* | Reorganize libs. | Vsevolod Stakhov | 2012-06-07 | 1 | -2/+2 |
| | |||||
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 10 | -197/+231 |
| | | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies. |