summaryrefslogtreecommitdiffstats
path: root/src/webui.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert webui.Vsevolod Stakhov2013-09-301-6/+18
|
* Refactor metric actions handling.Vsevolod Stakhov2013-09-131-29/+17
| | | | | | Use array of actions instead of a linked list to speed up processing. * Removed required_score, reject_score and action in metric config, now REJECT is the only default action for a metric.
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-3/+9
| | | | | | | 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.
* Fix portability on Solaris.Vsevolod Stakhov2013-06-201-1/+27
|
* Classify task in webui scan method.Vsevolod Stakhov2013-06-181-0/+1
|
* Calculate Content-Length properly.Vsevolod Stakhov2013-03-281-1/+1
|
* Fix comma in json output.Vsevolod Stakhov2013-03-041-3/+4
|
* Pie format update.Vsevolod Stakhov2013-01-181-5/+5
|
* Forgot to merge.Vsevolod Stakhov2013-01-181-0/+241
|\
| * Add /scan path handler.Vsevolod Stakhov2013-01-151-0/+241
| |
* | Adopt for new piechart library.Vsevolod Stakhov2013-01-181-9/+5
|/
* Use temporary list to avoid stupid comma problems.Vsevolod Stakhov2013-01-091-20/+17
|
* Store weight of symbol properly allowing dynamic conf code to modify a ↵Vsevolod Stakhov2013-01-091-2/+2
| | | | single pointer in metrics section.
* Copy hash table utility function.Vsevolod Stakhov2013-01-091-1/+1
| | | | Slight fix for /symbols handler.
* Add saving of actions, symbols and maps.Vsevolod Stakhov2013-01-091-5/+209
|
* Rework /login handler.Vsevolod Stakhov2013-01-081-26/+93
| | | | Add skeleton for /savemap handler.
* Add real learning via web interface.Vsevolod Stakhov2013-01-081-14/+262
| | | | Add sekeleton of save actions and symbols paths.
* Fix ',' in /history handler.Vsevolod Stakhov2013-01-081-4/+7
|
* Add password checking to all commands.Vsevolod Stakhov2013-01-071-8/+120
| | | | Add actions command handler.
* Fix for fineuploader.Vsevolod Stakhov2013-01-071-4/+4
|
* Add skeleton for learning commands.Vsevolod Stakhov2013-01-071-0/+66
|
* * Add rolling history feature saving last 200 scanned messages.Vsevolod Stakhov2013-01-071-0/+139
| | | | Add /history command handler in webui.
* Another json format fix.Vsevolod Stakhov2013-01-061-9/+14
|
* Add colors to graphs.Vsevolod Stakhov2013-01-061-4/+12
|
* More smooth graph.Vsevolod Stakhov2013-01-061-21/+21
|
* Add sample graph function (no real data still).Vsevolod Stakhov2013-01-061-0/+92
|
* Json...Vsevolod Stakhov2013-01-061-2/+10
|
* Json ',' fix...Vsevolod Stakhov2013-01-061-1/+4
|
* Json ',' fix.Vsevolod Stakhov2013-01-061-2/+5
|
* Another workaround for libevent 1.xVsevolod Stakhov2013-01-061-0/+5
|
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-0/+157
| | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps.
* Fix for old libevent.Vsevolod Stakhov2013-01-061-0/+4
|
* * Add symbols command for webui.Vsevolod Stakhov2013-01-061-4/+87
|
* Add webui handler for rspamd (skeleton).Vsevolod Stakhov2013-01-051-0/+364
Fix url detector. Add group option for modules options. Some fixes in controller and rrd code.