Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Add simple test for rrd. | Vsevolod Stakhov | 2012-12-15 | 7 | -20/+222 | |
| | | | | | | | | Several fixes to RRD API. TODO: fix test building TODO: improve update of rrd files TODO: rework shared libraries again | |||||
* | * RRD API initial implementation. | Vsevolod Stakhov | 2012-12-14 | 2 | -23/+461 | |
| | ||||||
* | Add skeleton for rrd files format and basic API for writing data to rrd files. | Vsevolod Stakhov | 2012-12-12 | 3 | -0/+436 | |
| | ||||||
* | Fix diff normalization. | Vsevolod Stakhov | 2012-12-03 | 3 | -10/+16 | |
| | | | | Fix redirector call in surbl module. | |||||
* | Fix to_resolve field filling in lua dns resolver. | Vsevolod Stakhov | 2012-11-30 | 1 | -0/+1 | |
| | ||||||
* | Update ChangeLog | Vsevolod Stakhov | 2012-11-21 | 1 | -0/+9 | |
| | ||||||
* | Added tag 0.5.3 for changeset 4ad023f896ce | Vsevolod Stakhov | 2012-11-21 | 1 | -0/+1 | |
| | ||||||
* | Update version to 0.5.3.0.5.3 | Vsevolod Stakhov | 2012-11-21 | 2 | -1/+7 | |
| | ||||||
* | Fix issue with client output in case of non-tty output. | Vsevolod Stakhov | 2012-11-19 | 1 | -3/+1 | |
| | ||||||
* | Get rid of some false-positive urls detections. | Vsevolod Stakhov | 2012-10-12 | 1 | -1/+1 | |
| | ||||||
* | Forgot in previous commit. | Vsevolod Stakhov | 2012-10-12 | 2 | -1/+8 | |
| | ||||||
* | * Compare parts distance normalized in diff algorithm that reduces number of | Vsevolod Stakhov | 2012-10-09 | 1 | -4/+86 | |
| | | | | false positives for this function. | |||||
* | * Use murmur hash for all hashes as it is more efficient and provides more ↵ | Vsevolod Stakhov | 2012-10-08 | 16 | -59/+329 | |
| | | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification. | |||||
* | Make mlock option as tunable. | Vsevolod Stakhov | 2012-10-08 | 5 | -4/+11 | |
| | ||||||
* | * Use mlock to speed up classifiers by locking statfiles in the RAM. | Vsevolod Stakhov | 2012-10-05 | 3 | -1/+36 | |
| | ||||||
* | * Add meta-classification example. | Vsevolod Stakhov | 2012-10-04 | 7 | -37/+276 | |
| | | | | | Many changes to advanced statistic and meta-classification logic. Add example of complex meta-classification. | |||||
* | * Add support for dynamic configuration to the client. | Vsevolod Stakhov | 2012-10-02 | 5 | -81/+175 | |
| | | | | | | Cleanup client's code. Update manual page for client. Make 'bayes' as the default classifier for client learning operations. | |||||
* | * Add support for dynamic configuration to the controller's interface. | Vsevolod Stakhov | 2012-10-02 | 6 | -44/+342 | |
| | | | | | * File maps are now being watched even if they don't exist on rspamd start. Several fixes to dynamic configuration logic. | |||||
* | Allow multiply statfiles with a same label. | Vsevolod Stakhov | 2012-10-02 | 3 | -9/+19 | |
| | ||||||
* | * Add dynamic configuration dumping. | Vsevolod Stakhov | 2012-10-01 | 7 | -42/+793 | |
| | | | | | | * Add labels support to the statfiles (would be used for meta-classification) * Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option in spam_server line. | |||||
* | * Link dynamic configuration to the main build. | Vsevolod Stakhov | 2012-09-25 | 2 | -9/+191 | |
| | | | | Add utility functions for dynamic config. | |||||
* | Add skeleton of dynamic configuration logic. | Vsevolod Stakhov | 2012-09-19 | 2 | -0/+198 | |
| | ||||||
* | * Add map_watch_interval configurable. | Vsevolod Stakhov | 2012-09-19 | 6 | -130/+150 | |
| | | | | Support floating point values for time intervals. | |||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 22 | -104/+75 | |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | |||||
* | Use universal mutex type to avoid glib collisions. | Vsevolod Stakhov | 2012-09-19 | 2 | -21/+7 | |
| | ||||||
* | Restore fuzzy learn operations. | Vsevolod Stakhov | 2012-09-18 | 2 | -72/+243 | |
| | ||||||
* | Fix learning throught restfull interface. | Vsevolod Stakhov | 2012-09-18 | 3 | -29/+83 | |
| | ||||||
* | Remove legacy stuff from librspamdclient. | Vsevolod Stakhov | 2012-09-18 | 3 | -176/+49 | |
| | | | | Add support of unix socket for client library and rspamc. | |||||
* | Rewrite controller's logic in librspamdclient and rspamc application. | Vsevolod Stakhov | 2012-09-17 | 3 | -915/+580 | |
| | ||||||
* | Force restful replies for restful sessions (not tested with all commands). | Vsevolod Stakhov | 2012-09-16 | 3 | -32/+141 | |
| | ||||||
* | * Initial approach to RESTful controller. | Vsevolod Stakhov | 2012-09-14 | 7 | -80/+284 | |
| | | | | Fix security issues in fstring handling. | |||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 63 | -58/+158 | |
| | | | | | 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 | 69 | -187/+216 | |
| | ||||||
* | Remove legacy files. | Vsevolod Stakhov | 2012-09-04 | 2 | -384/+0 | |
| | ||||||
* | Fix changelog slightly. | Vsevolod Stakhov | 2012-08-27 | 1 | -1/+1 | |
| | ||||||
* | Make lua logger format safe. | Vsevolod Stakhov | 2012-08-24 | 1 | -4/+4 | |
| | ||||||
* | 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. |