Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot to merge. | Vsevolod Stakhov | 2013-01-18 | 1 | -0/+241 |
|\ | |||||
| * | Add /scan path handler. | Vsevolod Stakhov | 2013-01-15 | 1 | -0/+241 |
| | | |||||
* | | Adopt for new piechart library. | Vsevolod Stakhov | 2013-01-18 | 1 | -9/+5 |
|/ | |||||
* | Do not panic when json buffer is NULL or empty. | Vsevolod Stakhov | 2013-01-12 | 1 | -0/+10 |
| | |||||
* | Use temporary list to avoid stupid comma problems. | Vsevolod Stakhov | 2013-01-09 | 1 | -20/+17 |
| | |||||
* | Store weight of symbol properly allowing dynamic conf code to modify a ↵ | Vsevolod Stakhov | 2013-01-09 | 3 | -4/+4 |
| | | | | single pointer in metrics section. | ||||
* | Update required score according to default metric's action. | Vsevolod Stakhov | 2013-01-09 | 1 | -0/+4 |
| | |||||
* | Copy hash table utility function. | Vsevolod Stakhov | 2013-01-09 | 4 | -5/+86 |
| | | | | Slight fix for /symbols handler. | ||||
* | Add saving of actions, symbols and maps. | Vsevolod Stakhov | 2013-01-09 | 8 | -26/+312 |
| | |||||
* | Rework /login handler. | Vsevolod Stakhov | 2013-01-08 | 1 | -26/+93 |
| | | | | Add skeleton for /savemap handler. | ||||
* | Add real learning via web interface. | Vsevolod Stakhov | 2013-01-08 | 1 | -14/+262 |
| | | | | Add sekeleton of save actions and symbols paths. | ||||
* | Fix ',' in /history handler. | Vsevolod Stakhov | 2013-01-08 | 1 | -4/+7 |
| | |||||
* | Add locking for maps. | Vsevolod Stakhov | 2013-01-08 | 7 | -0/+111 |
| | | | | Add ability to save rolling history in a file. | ||||
* | Add password checking to all commands. | Vsevolod Stakhov | 2013-01-07 | 1 | -8/+120 |
| | | | | Add actions command handler. | ||||
* | Fix for fineuploader. | Vsevolod Stakhov | 2013-01-07 | 1 | -4/+4 |
| | |||||
* | Add skeleton for learning commands. | Vsevolod Stakhov | 2013-01-07 | 1 | -0/+66 |
| | |||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 9 | -8/+402 |
| | | | | Add /history command handler in webui. | ||||
* | Another json format fix. | Vsevolod Stakhov | 2013-01-06 | 1 | -9/+14 |
| | |||||
* | Add colors to graphs. | Vsevolod Stakhov | 2013-01-06 | 1 | -4/+12 |
| | |||||
* | More smooth graph. | Vsevolod Stakhov | 2013-01-06 | 1 | -21/+21 |
| | |||||
* | Add sample graph function (no real data still). | Vsevolod Stakhov | 2013-01-06 | 1 | -0/+92 |
| | |||||
* | Json... | Vsevolod Stakhov | 2013-01-06 | 1 | -2/+10 |
| | |||||
* | Json ',' fix... | Vsevolod Stakhov | 2013-01-06 | 1 | -1/+4 |
| | |||||
* | Json ',' fix. | Vsevolod Stakhov | 2013-01-06 | 1 | -2/+5 |
| | |||||
* | Another workaround for libevent 1.x | Vsevolod Stakhov | 2013-01-06 | 1 | -0/+5 |
| | |||||
* | Add /maps and /getmap commands to webui. | Vsevolod Stakhov | 2013-01-06 | 17 | -38/+235 |
| | | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps. | ||||
* | Fix for old libevent. | Vsevolod Stakhov | 2013-01-06 | 1 | -0/+4 |
| | |||||
* | * Add symbols command for webui. | Vsevolod Stakhov | 2013-01-06 | 4 | -10/+166 |
| | |||||
* | Add webui handler for rspamd (skeleton). | Vsevolod Stakhov | 2013-01-05 | 6 | -8/+532 |
| | | | | | | Fix url detector. Add group option for modules options. Some fixes in controller and rrd code. | ||||
* | Fix rrd update. | Vsevolod Stakhov | 2012-12-21 | 1 | -11/+17 |
| | |||||
* | Implement rra writing. | Vsevolod Stakhov | 2012-12-18 | 2 | -24/+46 |
| | |||||
* | Add CDP updates. | Vsevolod Stakhov | 2012-12-17 | 1 | -1/+182 |
| | |||||
* | More logic to rrd update method. | Vsevolod Stakhov | 2012-12-17 | 2 | -1/+190 |
| | |||||
* | Fix test build and shlibs depends. | Vsevolod Stakhov | 2012-12-15 | 3 | -51/+52 |
| | |||||
* | * Add simple test for rrd. | Vsevolod Stakhov | 2012-12-15 | 2 | -7/+125 |
| | | | | | | | | 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 | 2 | -0/+435 |
| | |||||
* | 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 |
| | |||||
* | 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 | 4 | -22/+39 |
| | | | | | 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 | 2 | -61/+94 |
| | | | | | | 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 |
| |