aboutsummaryrefslogtreecommitdiffstats
path: root/src/webui.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.