summaryrefslogtreecommitdiffstats
path: root/src/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-011-439/+0
|
* MqSettings: Delete extra "never" cookie accept policy branchPatrick McDermott2017-11-011-3/+0
|
* MqSettings: Fix negated boolean mappingsPatrick McDermott2017-11-011-1/+4
|
* MqSettings: Store mapping struct pointers in mappings tablePatrick McDermott2017-11-011-8/+8
| | | | This way, the type is also available.
* MqSettings: New classPatrick McDermott2017-11-011-0/+439
Based on code from src/web-settings.[ch].