aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some problematic includes.Vsevolod Stakhov2014-09-281-11/+4
|
* Refactor function names.Vsevolod Stakhov2014-09-231-5/+5
|
* Fix issues with connection closing.Vsevolod Stakhov2014-09-221-0/+2
|
* Add statfile size to the output.Vsevolod Stakhov2014-09-111-0/+2
|
* Fix pie chart output.Vsevolod Stakhov2014-09-091-143/+26
|
* Process statfiles when scanning message.Vsevolod Stakhov2014-09-021-0/+1
|
* Allow learning HAM.Vsevolod Stakhov2014-09-021-1/+1
|
* Reduce log noise.Vsevolod Stakhov2014-09-021-6/+18
|
* More fixes to dynamic settings.Vsevolod Stakhov2014-09-011-1/+1
|
* Fix output of symbols.Vsevolod Stakhov2014-09-011-2/+2
|
* Fix issue with /getmap command.Vsevolod Stakhov2014-08-221-4/+6
| | | | | Issue: #3 Reported by: @prudnitskiy
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-359/+526
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-535/+368
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-368/+535
|
* Remove unused global.Vsevolod Stakhov2014-05-051-2/+0
|
* Fix enable_password checking.Vsevolod Stakhov2014-05-031-0/+3
|
* Fix actions output in 'stat' command.Vsevolod Stakhov2014-05-021-1/+1
|
* Fix controller initialization.Vsevolod Stakhov2014-04-301-1/+1
|
* Fix issues with scanning messages via controller.Vsevolod Stakhov2014-04-301-8/+15
|
* Allow to scan via controller as well.Vsevolod Stakhov2014-04-301-0/+2
|
* Fix destroy order.Vsevolod Stakhov2014-04-301-3/+3
|
* Fix misprint.Vsevolod Stakhov2014-04-301-1/+1
|
* Webui is now controller.Vsevolod Stakhov2014-04-301-127/+127
| | | | Old controller is kept in legacy_controller.c.
* Place modules.c in BINDIR not SRCDIR.Vsevolod Stakhov2014-04-301-1685/+1417
|
* Refactor config API.Vsevolod Stakhov2014-04-301-15/+15
|
* Use unified signal handlers.Vsevolod Stakhov2014-04-221-68/+1
|
* Refactor task functions.Vsevolod Stakhov2014-04-211-11/+11
|
* Finish conversion to new inet addr structure.Vsevolod Stakhov2014-04-211-4/+2
|
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-3/+3
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-10/+10
|
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-191-1/+0
|
* Adopt DNS logging.Vsevolod Stakhov2014-02-201-1/+1
|
* Simplify states of task. Disable broken code.Vsevolod Stakhov2014-01-191-16/+1
|
* Parse HTTP requests, cleanup the code.Vsevolod Stakhov2014-01-181-1/+2
| | | | | --HG-- extra : rebase_source : 6b35fbf55fc9fe65d7f033620670bb210928e9b4
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-9/+3
|
* Use dynamic buffer for stat and counters.Vsevolod Stakhov2013-12-231-41/+71
|
* Fix race condition in the controller IO.Vsevolod Stakhov2013-12-041-4/+11
|
* Fix restfull mode when controller has no password.Vsevolod Stakhov2013-12-011-1/+3
|
* Fix dispatcher restoration.Vsevolod Stakhov2013-11-151-4/+3
|
* Set task dispatcher properly during learning.Vsevolod Stakhov2013-11-151-2/+2
|
* Some fixes to buffered IO.Vsevolod Stakhov2013-11-081-2/+1
|
* Adopt fuzzy storage and controller.Vsevolod Stakhov2013-09-301-4/+9
|
* Add stat_reset command.Vsevolod Stakhov2013-07-231-14/+33
| | | | | This command is designed to get statistics from rspamd and reset it to a zero state.
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-17/+5
| | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization.
* Do not add extra useless line for restfull output.Vsevolod Stakhov2013-06-071-1/+6
|
* Improve counters output in the controller.Vsevolod Stakhov2013-06-071-16/+45
|
* Add saving of actions, symbols and maps.Vsevolod Stakhov2013-01-091-1/+8
|
* Add webui handler for rspamd (skeleton).Vsevolod Stakhov2013-01-051-0/+144
| | | | | | Fix url detector. Add group option for modules options. Some fixes in controller and rrd code.
* * Add meta-classification example.Vsevolod Stakhov2012-10-041-7/+14
| | | | | Many changes to advanced statistic and meta-classification logic. Add example of complex meta-classification.
* * Add support for dynamic configuration to the controller's interface.Vsevolod Stakhov2012-10-021-2/+125
| | | | | * File maps are now being watched even if they don't exist on rspamd start. Several fixes to dynamic configuration logic.