summaryrefslogtreecommitdiff
path: root/internal/user
AgeCommit message (Collapse)Author
2026-03-19task 261: harden server reads with OpenRootPaul Buetow
2026-03-10Refactor server-side config singleton readsPaul Buetow
2024-03-29lint warningsPaul Buetow
2022-07-15Fix typos.Paul Buetow
2021-11-06Remove insecure and dangerous relaxed auth modePaul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config ↵Paul Buetow
file unless NONE is specified
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2020-12-26initial spartan mode supportPaul Buetow
2020-08-13bump up version to 3.0.0. can run continuous background mapreduce queries, ↵v3.0.0Paul Buetow
useful for log file monitorig for example. breaking protocol change which allows to mapreduce aggreate messages containing the default field separator |. add of more unit tests. add logformat mapreduce query keyword. add set mapreduce clause support and support to evaluate built-in functions such as md5sum() and maskdigits().
2020-06-17initial log monitoring supportPaul Buetow
2020-02-29race conditionPaul Buetow
2020-02-28change whitelisting to blacklistingPaul Buetow
2020-02-28more on scheduled commandsPaul Buetow
2020-02-11scheduled user with permissionsv2.1.0Paul Bütow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow
2020-01-21Move commands to cmd/ and move internal dependencies to internal/Paul Bütow