summaryrefslogtreecommitdiff
path: root/src/sql.cpp
Commit message (Collapse)AuthorAge
* Add job to retry insertion of log lines which had previously failedDan Goodliffe2026-05-18
| | | | | | Entities are reparsed and reinserted, removed on success. Failure to parse updates the entity type to UnparsableLine. Failure to insert again updates the detail with the reason.
* Replace use of crc32 for entity idDan Goodliffe2026-04-15
| | | | | Entity value is MD5 hashed same as DB unique key, but the id itself is now taken from the DB primary key which is sequence generated.
* Add job for puring old access log entries from the databaseDan Goodliffe2025-12-20
|
* Create and perform UA lookup curl op when new user agent is encounteredDan Goodliffe2025-09-13
|
* Store utsname details in the host's detail fieldDan Goodliffe2025-09-02
|
* Store log lines in full using entity idsDan Goodliffe2025-08-25
|
* Add helpers and SQL for storing an entityDan Goodliffe2025-08-25